Bug 43711

Summary: Web Inspector: eliminate showPanel from InspectorFrontend and panels' enum from InspectorController
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[patch] initial version. yurys: review+

Description Ilya Tikhonovsky 2010-08-09 02:19:09 PDT
%subj%
Comment 1 Ilya Tikhonovsky 2010-08-09 02:30:22 PDT
Created attachment 63876 [details]
[patch] initial version.
Comment 2 Yury Semikhatsky 2010-08-09 02:40:32 PDT
Comment on attachment 63876 [details]
[patch] initial version.

WebCore/inspector/InspectorController.cpp: 
 +      if (panelName == "storage" || panelName == "databases")
Please make sure that Storage panel will still be restored after your change.
Comment 3 Ilya Tikhonovsky 2010-08-09 04:45:37 PDT
Committed r64973
	M	WebCore/WebCore.exp.in
	M	WebCore/ChangeLog
	M	WebCore/inspector/InspectorFrontend.cpp
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/Inspector.idl
	M	WebCore/inspector/InspectorFrontend.h
	M	WebCore/inspector/front-end/ElementsTreeOutline.js
	M	WebCore/inspector/front-end/inspector.js
	M	WebCore/inspector/front-end/ExtensionServer.js
	M	WebCore/inspector/InspectorController.h
	M	LayoutTests/inspector/debugger-no-nested-pause.html
	M	LayoutTests/inspector/debugger-proto-property.html
	M	LayoutTests/inspector/elements-panel-limited-children.html
	M	LayoutTests/inspector/debugger-pause-in-eval-script.html
	M	LayoutTests/inspector/debugger-pause-on-debugger-statement.html
	M	LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload.html
	M	LayoutTests/inspector/debugger-eval-while-paused.html
	M	LayoutTests/inspector/debugger-cyclic-ref.html
	M	LayoutTests/ChangeLog
r64973 = acb548e8bc8abaa405557882efc6483576321376 (refs/remotes/trunk)