Bug 39848

Summary: Web Inspector: [REGRESSION] Query parameters are not displayed in the resources headers section.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, commit-queue, joepeck, keishi, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed fix.
none
patch for manual test case none

Description Pavel Feldman 2010-05-27 10:35:37 PDT
Patch to follow.
Comment 1 Pavel Feldman 2010-05-27 10:47:19 PDT
Created attachment 57257 [details]
[PATCH] Proposed fix.
Comment 2 Patrick Mueller 2010-05-27 11:12:51 PDT
I was looking at this via Bug 39711 this morning.  Guess we can close that.

My fix was to add a call to this._refreshQueryString() in _refreshURL().  That worked for WebKit nightlies.  

I've also patched the WebCore/manual-tests/inspector/display-form-data.html test case to work better than it used to.  It unfortunately can't really be run from a file:// url, and so would probably work better as a LayoutTest.
Comment 3 Patrick Mueller 2010-05-27 11:17:13 PDT
Created attachment 57261 [details]
patch for manual test case

current patch I was playing with - you won't want the ResourceView.js bit that's also in here, the rest is a patch to the manual test case
Comment 4 WebKit Commit Bot 2010-05-27 15:53:03 PDT
Comment on attachment 57257 [details]
[PATCH] Proposed fix.

Clearing flags on attachment: 57257

Committed r60327: <http://trac.webkit.org/changeset/60327>
Comment 5 WebKit Commit Bot 2010-05-27 15:53:09 PDT
All reviewed patches have been landed.  Closing bug.