Closed
Bug 969030
Opened 12 years ago
Closed 12 years ago
Remove the caller from document.all
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
mozilla30
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
(Keywords: addon-compat, dev-doc-needed, site-compat)
Attachments
(1 file)
|
3.51 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Removed from the spec in <https://www.w3.org/Bugs/Public/show_bug.cgi?id=22118>, based on results from Chrome that it's barely ever used.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8371805 -
Flags: review?(bzbarsky)
Comment 2•12 years ago
|
||
Comment on attachment 8371805 [details] [diff] [review]
Remove support for calling document.all;
r=me
Attachment #8371805 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Comment 4•12 years ago
|
||
This seems to have caused my online banking to stop working. They are using document.all("foo").
The site: https://www.crelan-online.be/eBankingII/?language=NL
You won't get the error if you cannot log in, but you can search for "document.all(" in https://www.crelan-online.be/eBankingII/js/script.min.js
Pushlog as determined by mozregression: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=2e9aacb1d0d1&tochange=7133bb431eba
Do you want me to file a new (evangelism?) bug, or should this one be reopened?
As for context, this bank ranks 7th in Belgium. ("We're big in Belgium! Woo-hoo!") They have about 1.2 million customers.
Comment 5•12 years ago
|
||
Jan, thank you for catching that, and especially for the link to the script! It's definitely blindly calling document.all.
Given comment 4 and https://groups.google.com/a/chromium.org/d/msg/blink-dev/urMtTTPpUro/S0HUaiOq_PIJ I think we should probably revert this change... Ms2ger, care to do it?
Flags: needinfo?(Ms2ger)
| Assignee | ||
Comment 6•12 years ago
|
||
Flags: needinfo?(Ms2ger)
Resolution: FIXED → WONTFIX
Comment 7•12 years ago
|
||
Merge of backout:
https://hg.mozilla.org/mozilla-central/rev/e494713ccc5a
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•