WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110849
Web Inspector: [PageAgent] can't find frame by security origin.
https://bugs.webkit.org/show_bug.cgi?id=110849
Summary
Web Inspector: [PageAgent] can't find frame by security origin.
Eugene Klyuchnikov
Reported
2013-02-25 23:33:09 PST
In some cases InspectorPageAgent::findFrameWithSecurityOrigin returns NULL even if corresponding frame exists. Original issue:
https://code.google.com/p/chromium/issues/detail?id=178073
White pane is displayed in Local storage URLS instead of keys & values
Attachments
Patch
(2.06 KB, patch)
2013-03-03 23:40 PST
,
Alexander Pavlov (apavlov)
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexander Pavlov (apavlov)
Comment 1
2013-02-26 00:04:28 PST
The issue is that document.setDomain("cnn.com") is executed against the main frame's document, whose security origin used to be "www.cnn.com". This results in a SecurityOrigin mismatch in the backend.
Alexander Pavlov (apavlov)
Comment 2
2013-03-03 23:40:41 PST
Created
attachment 191164
[details]
Patch
Alexander Pavlov (apavlov)
Comment 3
2013-03-03 23:46:52 PST
Committed
r144601
: <
http://trac.webkit.org/changeset/144601
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug