Bug 36183 - Web Inspector: [REGRESSION in r56051] Resources panel is empty after front-end reopening.
Summary: Web Inspector: [REGRESSION in r56051] Resources panel is empty after front-en...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 12:48 PDT by Pavel Feldman
Modified: 2010-03-17 04:00 PDT (History)
2 users (show)

See Also:


Attachments
patch (9.47 KB, patch)
2010-03-17 02:55 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-03-16 12:48:55 PDT
Make sure resource tracking is 'on'
1. Go to any site
2. Open inspector, make sure there are resources in in the resources panel
3. Close and reopen inspector

Actual: resources panel is empty
Expected: it should contain all resources.
Comment 1 Yury Semikhatsky 2010-03-17 02:55:26 PDT
Created attachment 50885 [details]
patch
Comment 2 Pavel Feldman 2010-03-17 03:02:38 PDT
Comment on attachment 50885 [details]
patch

Could you replace all windowVisible with m_frontend checks everywhere?
Comment 3 Yury Semikhatsky 2010-03-17 04:00:31 PDT
(In reply to comment #2)
> (From update of attachment 50885 [details])
> Could you replace all windowVisible with m_frontend checks everywhere?
Done.

	M	WebCore/ChangeLog
	M	WebCore/WebCore.xcodeproj/project.pbxproj
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/InspectorController.h
	M	WebCore/inspector/InspectorResource.cpp
Committed r56104