[Webkit-unassigned] [Bug 68235] [GTK][WK2] Initial implementation of WebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 07:28:38 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68235





--- Comment #39 from Ravi Phaneendra Kasibhatla <ravi.kasibhatla at motorola.com>  2011-09-29 07:28:38 PST ---
(In reply to comment #37)
> Created an attachment (id=109148)
 --> (https://bugs.webkit.org/attachment.cgi?id=109148&action=review) [details]
> Initial implementation of WebInspector for WebKit2 GTK - revision 6
> 
> Address last set of comments from Martin. Also rebased to trunk HEAD.
In the new patch, apart from addressing the last comments, there is one more change:
- Implementation of the WebInspectorProxy::inspectorBaseURL() which was introduced in trunk HEAD. 
- This returns the base location from where inspector resources are read.
- The function is important because in WebInspectorProxy::createInspectorPage(), it calls for inspectorBaseURL() and stores the folder location path into a map of WebProcessProxy with status as "allow read access" (assumeReadAccessToBaseURL()).
- Failure to doing so fails to load the inspector and crashes in debug builds since WebProcess are allowed to read file system for files.

-- 
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