Bug 105423 - Web Inspector: deny access from injected script to nodes from document with another origin
Summary: Web Inspector: deny access from injected script to nodes from document with a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-19 05:27 PST by Yury Semikhatsky
Modified: 2012-12-19 22:42 PST (History)
15 users (show)

See Also:


Attachments
Patch (7.55 KB, patch)
2012-12-19 05:31 PST, Yury Semikhatsky
pfeldman: review+
webkit-ews: commit-queue-
Details | Formatted Diff | Diff
Patch with a fix for platforms that use JSC (7.14 KB, patch)
2012-12-19 08:56 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-12-19 05:27:21 PST
$0-$4 should not resolve into a node if the node is from inaccessible context. Chromium bug: https://code.google.com/p/chromium/issues/detail?id=31590
Comment 1 Yury Semikhatsky 2012-12-19 05:31:57 PST
Created attachment 180142 [details]
Patch
Comment 2 Early Warning System Bot 2012-12-19 05:38:00 PST
Comment on attachment 180142 [details]
Patch

Attachment 180142 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/15402694
Comment 3 Early Warning System Bot 2012-12-19 05:39:26 PST
Comment on attachment 180142 [details]
Patch

Attachment 180142 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/15411605
Comment 4 EFL EWS Bot 2012-12-19 05:40:07 PST
Comment on attachment 180142 [details]
Patch

Attachment 180142 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/15412597
Comment 5 Build Bot 2012-12-19 05:47:24 PST
Comment on attachment 180142 [details]
Patch

Attachment 180142 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/15412598
Comment 6 Build Bot 2012-12-19 06:19:38 PST
Comment on attachment 180142 [details]
Patch

Attachment 180142 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/15399715
Comment 7 Yury Semikhatsky 2012-12-19 08:56:32 PST
Created attachment 180178 [details]
Patch with a fix for platforms that use JSC
Comment 8 Yury Semikhatsky 2012-12-19 22:42:49 PST
Committed r138228: <http://trac.webkit.org/changeset/138228>