Closed
Bug 907548
Opened 11 years ago
Closed 11 years ago
URL.prototype is not undefined
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file, 1 obsolete file)
5.01 KB,
patch
|
khuey
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Per spec it should be. This is a regression from bug 813253.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #793319 -
Flags: review?(khuey)
Can we fix the Bindings.conf comments around 'concrete' too please?
Assignee | ||
Comment 3•11 years ago
|
||
With the comment fixes bent asked for
Attachment #793545 -
Flags: review?(khuey)
Assignee | ||
Updated•11 years ago
|
Attachment #793319 -
Attachment is obsolete: true
Attachment #793319 -
Flags: review?(khuey)
Comment 4•11 years ago
|
||
Andrea, you should probably revert this Bindings.conf entry when you land your fix to bug 887364.
Assignee | ||
Comment 5•11 years ago
|
||
Well, presumably any test for bug 887364 would fail without said reversion, so it should be ok. ;)
Attachment #793545 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Whiteboard: [need review]
Target Milestone: --- → mozilla26
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 793545 [details] [diff] [review]
URL.prototype should be undefined, since we don't implement the URL API.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 813253
User impact if declined: Some websites might break due to expecting URL API to be
implemented, when it isn't.
Testing completed (on m-c, etc.): Passes regression tests.
Risk to taking this patch (and alternatives if risky): Pretty small: I doubt
anyone would expect the prototype to be there in a browser not implementing
URL API, especially since the spec explicitly forbids it. The other option is
to just let this ride the trains for now.
String or IDL/UUID changes made by this patch: None.
Attachment #793545 -
Flags: approval-mozilla-beta?
Attachment #793545 -
Flags: approval-mozilla-aurora?
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
(In reply to Boris Zbarsky [:bz] from comment #7)
> Comment on attachment 793545 [details] [diff] [review]
> URL.prototype should be undefined, since we don't implement the URL API.
>
> [Approval Request Comment]
> Bug caused by (feature/regressing bug #): Bug 813253
> User impact if declined: Some websites might break due to expecting URL API
> to be
> implemented, when it isn't.
> Testing completed (on m-c, etc.): Passes regression tests.
> Risk to taking this patch (and alternatives if risky): Pretty small: I doubt
> anyone would expect the prototype to be there in a browser not
> implementing
> URL API, especially since the spec explicitly forbids it. The other
> option is
> to just let this ride the trains for now.
> String or IDL/UUID changes made by this patch: None.
Do we know of any websites that are already impacted ?
Assignee | ||
Comment 10•11 years ago
|
||
We do not, no.
Comment 11•11 years ago
|
||
In that case, approving this for aurora only at this time.If for some reason we thinkwe should ship this in Fx24 given its ESR as well I am happy to approve for beta as well given the low risk.Feel free to renominate for beta.
Updated•11 years ago
|
Attachment #793545 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•11 years ago
|
Attachment #793545 -
Flags: approval-mozilla-beta?
Comment 12•11 years ago
|
||
status-firefox25:
--- → fixed
status-firefox26:
--- → fixed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•