Closed
Bug 396843
Opened 18 years ago
Closed 18 years ago
[FIX]Some scriptable helper ::GetProperty impls don't call superclass when they should
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.9beta1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(2 files)
17.08 KB,
patch
|
Details | Diff | Splinter Review | |
16.30 KB,
patch
|
mrbkap
:
review+
jst
:
superreview+
jst
:
approval1.9+
|
Details | Diff | Splinter Review |
As a result, the following fail:
nodePrincipal and baseURIObject on:
HTMLDocument when using XOW
HTMLFormElement
HTMLSelectElement
HTMLObjectElement
HTMLEmbedElement
HTMLAppletElement
documentURIObject on:
HTMLDocument when using XOW
![]() |
Assignee | |
Comment 1•18 years ago
|
||
![]() |
Assignee | |
Comment 2•18 years ago
|
||
Attachment #281607 -
Flags: superreview?(jst)
Attachment #281607 -
Flags: review?(mrbkap)
![]() |
Assignee | |
Updated•18 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.9 M9
Updated•18 years ago
|
Attachment #281607 -
Flags: superreview?(jst) → superreview+
Updated•18 years ago
|
Attachment #281607 -
Flags: review?(mrbkap) → review+
![]() |
Assignee | |
Comment 3•18 years ago
|
||
Comment on attachment 281607 [details] [diff] [review]
Same as diff -w.
Requesting 1.9 approval for simple fix that shouldn't affect content but may affect chrome security code.
Attachment #281607 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #281607 -
Flags: approval1.9? → approval1.9+
![]() |
Assignee | |
Comment 4•18 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: in-testsuite+
Resolution: --- → 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
•