Bug 53165 - Web Inspector: inspector should start in attached state by default
Summary: Web Inspector: inspector should start in attached state by default
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: 2011-01-26 03:36 PST by Yury Semikhatsky
Modified: 2011-01-26 03:45 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2011-01-26 03:39 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-01-26 03:36:00 PST
Web Inspector: inspector should start in attached state by default
Comment 1 Yury Semikhatsky 2011-01-26 03:39:18 PST
Created attachment 80180 [details]
Patch
Comment 2 Pavel Feldman 2011-01-26 03:40:52 PST
Comment on attachment 80180 [details]
Patch

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

> Source/WebKit/cf/WebCoreSupport/WebInspectorClientCF.cpp:114
>      return value == "true";

Nit: could be value != "false".
Comment 3 Yury Semikhatsky 2011-01-26 03:45:03 PST
Committed r76684: <http://trac.webkit.org/changeset/76684>