Bug 73636 - Web Inspector: introduce backend stub generation from JSON for the standalone development / remote front-ends.
Summary: Web Inspector: introduce backend stub generation from JSON for the standalone...
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 02:06 PST by Pavel Feldman
Modified: 2011-12-02 03:37 PST (History)
11 users (show)

See Also:


Attachments
Patch (4.42 KB, patch)
2011-12-02 02:07 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff
Patch (8.34 KB, patch)
2011-12-02 03:26 PST, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-12-02 02:06:21 PST
Patch to follow.
Comment 1 Pavel Feldman 2011-12-02 02:07:32 PST
Created attachment 117591 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-02 02:11:44 PST
Attachment 117591 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
RA layer request failed: OPTIONS of 'http://svn.webkit.org/repository/webkit': could not connect to server (http://svn.webkit.org) at /usr/lib/git-core/git-svn line 2295

Died at Tools/Scripts/update-webkit line 158.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Pavel Feldman 2011-12-02 03:26:26 PST
Created attachment 117599 [details]
Patch
Comment 4 Yury Semikhatsky 2011-12-02 03:31:12 PST
Comment on attachment 117599 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=117599&action=review

> Source/WebCore/inspector/front-end/InspectorBackend.js:291
> +        xhr.open("GET", "../Inspector.json", false);

Does it work?
Comment 5 Pavel Feldman 2011-12-02 03:37:44 PST
Committed r101777: <http://trac.webkit.org/changeset/101777>