Closed
Bug 1368950
Opened 6 years ago
Closed 6 years ago
Update the URL constructor
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
7.74 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
URL Constructor(DOMString url, URL base) doesn't exist any more in the spec.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #8872916 -
Flags: review?(kyle)
Updated•6 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Attachment #8872916 -
Flags: review?(kyle) → review+
Pushed by amarchesini@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/cadb789ebd39 Remove URL Constructor with a URL base argument, r=qdot
Comment 3•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cadb789ebd39
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 4•6 years ago
|
||
I've updated the constructor parameter descriptions, and made a note in the Fx55 rel notes: https://developer.mozilla.org/en-US/docs/Web/API/URL/URL https://developer.mozilla.org/en-US/Firefox/Releases/55#DOM Let me know if these look OK. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•