[Webkit-unassigned] [Bug 97065] Web Inspector: Source Mapping doesn't work when inspector is in remote-mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 16 01:26:07 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97065
Peter Wang <peter.wang at torchmobile.com.cn> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |73959
--- Comment #14 from Peter Wang <peter.wang at torchmobile.com.cn> 2012-10-16 01:26:56 PST ---
The reason of this bug is obviously, but really hard to fix: if we can support CROSS-ORIGIN "InspectorFrontendHostStub.loadResourceSynchronously" in remote inspecting mode, we'll resolve it.
As https://bugs.webkit.org/show_bug.cgi?id=91528 resolved, we can use "InspectorFrontendHostStub.loadResourceSynchronously" in remote-mode, but cannot do a cross-origin request.
The patch for https://bugs.webkit.org/show_bug.cgi?id=73959 is trying to make that function cross-origin, but denied due to security concern.
Maybe I should try to fix bug#73959 firstly.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list