Bug 28086 - "Shadow tree" DOM nodes are being accidentally exposed to JavaScript
Summary: "Shadow tree" DOM nodes are being accidentally exposed to JavaScript
Status: RESOLVED DUPLICATE of bug 15903
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-07 15:57 PDT by Darin Adler
Modified: 2009-08-07 18:00 PDT (History)
1 user (show)

See Also:


Attachments
Step 1: Get rid of layout tests that depend on our old behavior (58.83 KB, patch)
2009-08-07 15:58 PDT, Darin Adler
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-08-07 15:57:48 PDT
"Shadow tree" DOM nodes are being accidentally exposed to JavaScript by event dispatching and in the results of functions on the selection object. This is not good.
Comment 1 Darin Adler 2009-08-07 15:58:52 PDT
Created attachment 34340 [details]
Step 1: Get rid of layout tests that depend on our old behavior
Comment 2 Alexey Proskuryakov 2009-08-07 16:35:59 PDT
See also: bug 15903.
Comment 3 Darin Adler 2009-08-07 18:00:08 PDT
All that remains is really duplicate of bug 15903.

*** This bug has been marked as a duplicate of bug 15903 ***