Bug 40083 - Web Inspector: disable resource tracking on exiting the inspector layout test.
Summary: Web Inspector: disable resource tracking on exiting the inspector layout test.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-02 14:10 PDT by Pavel Feldman
Modified: 2012-05-10 10:42 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed fix. (1.48 KB, patch)
2010-06-02 14:12 PDT, Pavel Feldman
no flags 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-06-02 14:10:25 PDT
We should disable resource tracking on exiting resources tests, otherwise a lot more control flow goes into the InspectorController (see https://bugs.webkit.org/show_bug.cgi?id=40026).
I will first disable resource tracking manually in the test (short term). Later I will modify DRT to do it on the test exit (under the same bug).
Comment 1 Pavel Feldman 2010-06-02 14:12:15 PDT
Created attachment 57703 [details]
[PATCH] Proposed fix.
Comment 2 Pavel Feldman 2010-06-02 14:20:29 PDT
Comment on attachment 57703 [details]
[PATCH] Proposed fix.

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	LayoutTests/ChangeLog
	M	LayoutTests/http/tests/inspector/resource-parameters.html
Committed r60578
Comment 3 Rob Colburn 2012-05-10 09:55:39 PDT
Nearly 2 year old, open bug.  Pavel, what's the status here?
Comment 4 Pavel Feldman 2012-05-10 10:42:29 PDT
I don't think it is relevant any longer.