Closed
Bug 256644
Opened 21 years ago
Closed 21 years ago
Make every access to document.all generate a warning.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: jst, Unassigned)
References
Details
(Keywords: fixed-aviary1.0, fixed1.7.5)
Attachments
(1 file)
4.33 KB,
patch
|
brendan
:
review+
brendan
:
superreview+
brendan
:
approval-aviary+
brendan
:
approval1.7.5+
|
Details | Diff | Splinter Review |
To help developers eliminate the use document.all we should warn on every access
to document.all, not just the first time per page. Patch coming up.
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Updated•21 years ago
|
Attachment #156845 -
Flags: superreview?(brendan)
Attachment #156845 -
Flags: review?(brendan)
Comment 2•21 years ago
|
||
Comment on attachment 156845 [details] [diff] [review]
Fix
r+sr=me for trunk and branches.
/be
Attachment #156845 -
Flags: superreview?(brendan)
Attachment #156845 -
Flags: superreview+
Attachment #156845 -
Flags: review?(brendan)
Attachment #156845 -
Flags: review+
Attachment #156845 -
Flags: approval1.7.3+
Attachment #156845 -
Flags: approval-aviary+
Reporter | ||
Comment 3•21 years ago
|
||
Fixed on the trunk and on the aviary branch.
Land it on 1.7 right now, please.
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
•