Closed
Bug 1448058
Opened 7 years ago
Closed 7 years ago
Remove nsIMutable from URI implementations
Categories
(Core :: Networking, enhancement, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: valentin, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Since URI implementations are now immutable, there is no need for objects to implement the nsIMutable interface.
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Comment hidden (mozreview-request) |
![]() |
||
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8973988 [details]
Bug 1448058 - Remove nsIMutable from URI implementations
https://reviewboard.mozilla.org/r/242324/#review248554
Attachment #8973988 -
Flags: review?(honzab.moz) → review+
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
hg error in cmd: hg rebase -s 10f2ac96468ddbaf23a3090f6441a3fb46d9743e -d bd5d3654b01e: rebasing 462834:10f2ac96468d "Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer" (tip)
merging caps/ContentPrincipal.cpp
merging chrome/nsChromeProtocolHandler.cpp
merging docshell/base/nsDocShell.cpp
merging dom/base/nsContentUtils.cpp
merging dom/base/nsDocument.cpp
merging dom/base/nsImageLoadingContent.cpp
merging dom/base/nsObjectLoadingContent.cpp
merging dom/html/nsHTMLDocument.cpp
merging netwerk/base/nsNetUtil.cpp
merging netwerk/base/nsNetUtil.h
merging netwerk/base/nsSimpleURI.cpp
merging netwerk/base/nsStandardURL.cpp
warning: conflicts while merging netwerk/base/nsNetUtil.cpp! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Comment hidden (mozreview-request) |
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c10e876269a9
Remove nsIMutable from URI implementations r=mayhemer
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•