RESOLVED FIXED 112693
Web Inspector: move OverviewGrid and OverviewWindow into separate file.
https://bugs.webkit.org/show_bug.cgi?id=112693
Summary Web Inspector: move OverviewGrid and OverviewWindow into separate file.
Ilya Tikhonovsky
Reported 2013-03-19 06:44:26 PDT
the third patch for the bug "Web Inspector: meta bug: extract OverviewGrid from TimelineOverviewPane" It just movies the OverviewGrid into its own file.
Attachments
Patch (39.04 KB, patch)
2013-03-19 06:48 PDT, Ilya Tikhonovsky
no flags
Patch (42.14 KB, patch)
2013-03-19 07:14 PDT, Ilya Tikhonovsky
yurys: review+
Ilya Tikhonovsky
Comment 1 2013-03-19 06:48:06 PDT
Yury Semikhatsky
Comment 2 2013-03-19 06:53:41 PDT
Comment on attachment 193813 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=193813&action=review > Source/WebCore/ChangeLog:9 > + It just movies the OverviewGrid and the related classes into its own file. movies -> moves > Source/WebCore/inspector/compile-front-end.py:138 > + "OverviewGrid.js", You should also add this to .vcproj and .gypi files. > Source/WebCore/inspector/front-end/OverviewGrid.js:2 > + * Copyright (C) 2012 Google Inc. All rights reserved. 2013 > Source/WebCore/inspector/front-end/OverviewGrid.js:35 > +WebInspector.OverviewGrid = function(prefix) Maybe call it OverviewPane?
Ilya Tikhonovsky
Comment 3 2013-03-19 07:14:34 PDT
Ilya Tikhonovsky
Comment 4 2013-03-19 07:20:52 PDT
(In reply to comment #2) > (From update of attachment 193813 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=193813&action=review > > > Source/WebCore/ChangeLog:9 > > + It just movies the OverviewGrid and the related classes into its own file. > > movies -> moves done > > > Source/WebCore/inspector/compile-front-end.py:138 > > + "OverviewGrid.js", > > You should also add this to .vcproj and .gypi files. done > > > Source/WebCore/inspector/front-end/OverviewGrid.js:2 > > + * Copyright (C) 2012 Google Inc. All rights reserved. > > 2013 done > > > Source/WebCore/inspector/front-end/OverviewGrid.js:35 > > +WebInspector.OverviewGrid = function(prefix) > > Maybe call it OverviewPane? The wording is bad. I would like to change it in the next patch. But it is not a pane. It is a component that could be used anywhere. I'm going to use it in FlameChartOverviewPane and it is a part of TimelineOverviewPane. If grid suffix is ok it could be OverviewTimelineGrid.
Ilya Tikhonovsky
Comment 5 2013-03-19 07:49:47 PDT
Note You need to log in before you can comment on or make changes to this bug.