Bug 95091 - Web Inspector: persist the state of glue records to parents button of Timeline panel
Summary: Web Inspector: persist the state of glue records to parents button of Timelin...
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: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-27 08:40 PDT by Andrey Kosyakov
Modified: 2012-08-28 00:01 PDT (History)
10 users (show)

See Also:


Attachments
Patch (3.75 KB, patch)
2012-08-27 09:00 PDT, Andrey Kosyakov
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-08-27 08:40:30 PDT
Persist the state of glue records button of the timeline panel.
Comment 1 Andrey Kosyakov 2012-08-27 09:00:45 PDT
Created attachment 160732 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-08-27 12:01:49 PDT
Comment on attachment 160732 [details]
Patch

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

> Source/WebCore/inspector/front-end/TimelinePanel.js:545
> +        this._presentationModel.setGlueRecords(newValue);

I am not sure which one is correct, but previously you were setting !newValue to presentation model's glue records flag.
Comment 3 Andrey Kosyakov 2012-08-28 00:01:35 PDT
Committed r126851: <http://trac.webkit.org/changeset/126851>