Add a document URL resolver method
Categories
(Core :: DOM: Core & HTML, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz, Mentored)
Details
Attachments
(1 file)
Discussion on dev-platform: https://groups.google.com/forum/#!msg/mozilla.dev.platform/y_eEf14fLu4/ECG_Mq7hAQAJ
We have several cases that needs to resolve urls with document.baseURI
, so adding proper helper function will be helpful.
One function is being implemented in https://phabricator.services.mozilla.com/D41047 where it receives nsAString
and returns nsIURI
, and maybe another new overload that receives an nsIURI would be helpful too.
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
This adds a helper method that enables simpler code in D41047 and D36714.
Assignee | ||
Updated•5 years ago
|
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8e9d1223d391
Add Document::ResolveWithBaseURI r=bzbarsky
Comment 3•5 years ago
|
||
Backed out changeset 8e9d1223d391 (Bug 1572349) for causing build bustages in Document.cpp CLOSED TREE
Push with failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=8e9d1223d391da60c16ea3e4087123f6c3b9f3a4
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=261824937&repo=autoland&lineNumber=31550
Backout: https://hg.mozilla.org/integration/autoland/rev/8b8878633443587a44118fad8f247c6b9cd6adb9
Assignee | ||
Updated•5 years ago
|
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bd6df046c082
Add Document::ResolveWithBaseURI. r=bzbarsky
Comment 5•5 years ago
|
||
bugherder |
Description
•