Summary: | Web Inspector: Remove a lot of the current Timelines code to make room for a new implementation | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> | ||||
Component: | Web Inspector | Assignee: | Timothy Hatcher <timothy> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Timothy Hatcher
2013-10-25 15:56:10 PDT
Created attachment 215225 [details]
Patch
Comment on attachment 215225 [details]
Patch
rs=me
Comment on attachment 215225 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=215225&action=review > Source/WebInspectorUI/ChangeLog:18 > + * UserInterface/InstrumentSidebarPanel.js: Removed. You might also need to remove "Removed" files from vcproj files: (I only care about removals, not new files) WebInspectorUI.vcxproj/WebInspectorUI.vcxproj 552: <None Include="..\UserInterface\InstrumentSidebarPanel.js" /> WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters 606: <None Include="..\UserInterface\InstrumentSidebarPanel.js"> |