Bug 69335 - [Chromium] Web Inspector: save inspector state into single string instead of string map
Summary: [Chromium] Web Inspector: save inspector state into single string instead of ...
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-10-04 06:09 PDT by Yury Semikhatsky
Modified: 2011-10-05 01:21 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.36 KB, patch)
2011-10-04 07:01 PDT, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
Patch (4.82 KB, patch)
2011-10-04 08:41 PDT, 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-10-04 06:09:44 PDT
We anyway use only one property named "inspector-state"(see WebDevToolsAgentImpl.cpp).
Comment 1 Yury Semikhatsky 2011-10-04 07:01:06 PDT
Created attachment 109617 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-04 07:11:53 PDT
Committed r96590: <http://trac.webkit.org/changeset/96590>
Comment 3 Yury Semikhatsky 2011-10-04 07:26:20 PDT
This was only first step. Next step is to remove obsolete methods.
Comment 4 Yury Semikhatsky 2011-10-04 08:41:17 PDT
Created attachment 109625 [details]
Patch
Comment 5 Yury Semikhatsky 2011-10-05 01:21:58 PDT
Committed r96682: <http://trac.webkit.org/changeset/96682>