Bug 112685

Summary: Web Inspector: rename TimelineOverviewWindow to OverviewGrid.Window and fix names for constants.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 112577    
Attachments:
Description Flags
Patch yurys: review+

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>