Bug 112685 - Web Inspector: rename TimelineOverviewWindow to OverviewGrid.Window and fix names for constants.
Summary: Web Inspector: rename TimelineOverviewWindow to OverviewGrid.Window and fix n...
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: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks: 112577
  Show dependency treegraph
 
Reported: 2013-03-19 05:12 PDT by Ilya Tikhonovsky
Modified: 2013-03-19 05:57 PDT (History)
8 users (show)

See Also:


Attachments
Patch (14.98 KB, patch)
2013-03-19 05:20 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2013-03-19 05:12:01 PDT
It is the second bug from meta bug: extract OverviewGrid from TimelineOverviewPane.
It renames internal components of OverviewGrid.

WebInspector.TimelineOverviewWindow -> WebInspector.OverviewGrid.Window
WebInspector.TimelineOverviewWindow.WindowSelector -> WebInspector.OverviewGrid.WindowSelector

and moves constants from WebInspector.TimelineOverviewWindow namespace to WebInspector.OverviewGrid namespace
Comment 1 Ilya Tikhonovsky 2013-03-19 05:20:13 PDT
Created attachment 193799 [details]
Patch
Comment 2 Yury Semikhatsky 2013-03-19 05:33:25 PDT
Comment on attachment 193799 [details]
Patch

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

> Source/WebCore/inspector/front-end/TimelineOverviewPane.js:475
> + * @param {string} prefix

styleClassPrefix?
Comment 3 Ilya Tikhonovsky 2013-03-19 05:57:25 PDT
Committed r146200: <http://trac.webkit.org/changeset/146200>