Bug 48376 - Web Inspector: make debugger work against new resource manager.
Summary: Web Inspector: make debugger work against new resource manager.
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-26 14:37 PDT by Pavel Feldman
Modified: 2010-10-28 03:23 PDT (History)
11 users (show)

See Also:


Attachments
[PATCH] Proposed change. (23.90 KB, patch)
2010-10-27 07:46 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff
[PATCH] Same with the style fixed. (23.88 KB, patch)
2010-10-27 11:40 PDT, Pavel Feldman
timothy: 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-10-26 14:37:49 PDT
Currently "resource - url" binding is happening too late in resourceManager's case.
Comment 1 Pavel Feldman 2010-10-27 07:46:21 PDT
Created attachment 72034 [details]
[PATCH] Proposed change.

This makes debugger happy + makes all tests pass in the resourceManager mode (by the resource tracking's full path modulus).
Comment 2 WebKit Review Bot 2010-10-27 07:49:21 PDT
Attachment 72034 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebCore/inspector/front-end/networkPanel.css:423:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Pavel Feldman 2010-10-27 11:40:03 PDT
Created attachment 72063 [details]
[PATCH] Same with the style fixed.
Comment 4 Timothy Hatcher 2010-10-27 11:44:47 PDT
Comment on attachment 72063 [details]
[PATCH] Same with the style fixed.

View in context: https://bugs.webkit.org/attachment.cgi?id=72063&action=review

> WebCore/inspector/front-end/ResourceManager.js:398
> +            this._resourcesByURL[resource.url] = [ resourceForURL ];

No spaces should be inside the brackets.
Comment 5 Pavel Feldman 2010-10-28 03:23:33 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	LayoutTests/ChangeLog
	M	LayoutTests/http/tests/inspector/inspector-test2.js
	M	LayoutTests/http/tests/inspector/resource-har-conversion.html
	M	LayoutTests/http/tests/inspector/resource-parameters.html
	M	LayoutTests/inspector/extensions-resources.html
	M	WebCore/ChangeLog
	M	WebCore/inspector/Inspector.idl
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/InspectorResourceAgent.cpp
	M	WebCore/inspector/InspectorResourceAgent.h
	M	WebCore/inspector/front-end/ExtensionServer.js
	M	WebCore/inspector/front-end/Resource.js
	M	WebCore/inspector/front-end/ResourceManager.js
	M	WebCore/inspector/front-end/StoragePanel.js
	M	WebCore/inspector/front-end/networkPanel.css
Committed r70762