Closed
Bug 1565767
Opened 6 years ago
Closed 6 years ago
Stop returning already_AddRefed from nsINode::GetBaseURI
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(5 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1565767 part 5. Remove some unnecesary refcounting at nsIContent::GetBaseURI callsites. r=peterv
47 bytes,
text/x-phabricator-request
|
Details | Review |
Now that bug 903372 is fixed, we don't need to do this anymore.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
We only needed this for xml:base.
![]() |
Assignee | |
Comment 2•6 years ago
|
||
![]() |
Assignee | |
Comment 3•6 years ago
|
||
![]() |
Assignee | |
Comment 4•6 years ago
|
||
![]() |
Assignee | |
Comment 5•6 years ago
|
||
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d55f32da2a4
part 1. Stop returning addrefed URIs from GetBaseURI(). r=peterv
https://hg.mozilla.org/integration/autoland/rev/6ab526cc3d53
part 2. Remove some unnecesary refcounting at nsPluginInstanceOwner::GetBaseURI callsites. r=peterv
https://hg.mozilla.org/integration/autoland/rev/cd6675e2d5ba
part 3. Remove some unnecesary refcounting at nsINode::GetBaseURI callsites. r=peterv
https://hg.mozilla.org/integration/autoland/rev/7039ce59710f
part 4. Remove some unnecesary refcounting at Document::GetBaseURI callsites. r=peterv
https://hg.mozilla.org/integration/autoland/rev/9d6adda51187
part 5. Remove some unnecesary refcounting at nsIContent::GetBaseURI callsites. r=peterv
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3d55f32da2a4
https://hg.mozilla.org/mozilla-central/rev/6ab526cc3d53
https://hg.mozilla.org/mozilla-central/rev/cd6675e2d5ba
https://hg.mozilla.org/mozilla-central/rev/7039ce59710f
https://hg.mozilla.org/mozilla-central/rev/9d6adda51187
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•