Changeset 144895 in webkit
- Timestamp:
- Mar 6, 2013, 12:59:40 AM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r144894 r144895 1 2013-03-06 Ilya Tikhonovsky <loislo@chromium.org> 2 3 Web Inspector: Could not open Profiles panel. 4 https://bugs.webkit.org/show_bug.cgi?id=111535 5 6 Reviewed by Alexander Pavlov. 7 8 * inspector/front-end/CPUProfileView.js: 9 * inspector/front-end/ProfilesPanel.js: 10 1 11 2013-03-06 Tony Chang <tony@chromium.org> 2 12 -
trunk/Source/WebCore/inspector/front-end/CPUProfileView.js
r144625 r144895 775 775 __proto__: WebInspector.ProfileHeader.prototype 776 776 } 777 778 importScript("FlameChart.js"); -
trunk/Source/WebCore/inspector/front-end/ProfilesPanel.js
r144757 r144895 1454 1454 importScript("CPUProfileView.js"); 1455 1455 importScript("CSSSelectorProfileView.js"); 1456 importScript("FlameChart.js"); 1456 1457 importScript("HeapSnapshot.js"); 1457 1458 importScript("HeapSnapshotDataGrids.js");
Note:
See TracChangeset
for help on using the changeset viewer.