Bug 18451 - REGRESSION: Resource Request and Response headers aren't shown
Summary: REGRESSION: Resource Request and Response headers aren't shown
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Minor
Assignee: Timothy Hatcher
URL:
Keywords:
: 18496 (view as bug list)
Depends on:
Blocks: 14313
  Show dependency treegraph
 
Reported: 2008-04-12 23:15 PDT by bazzoola
Modified: 2008-05-21 20:32 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (19.93 KB, patch)
2008-05-21 19:57 PDT, Timothy Hatcher
aroben: review+
Details | Formatted Diff | Diff
Screenshot (136.48 KB, image/png)
2008-05-21 20:05 PDT, Timothy Hatcher
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bazzoola 2008-04-12 23:15:24 PDT
Previously http headers were accessible under network pane by clicking on the loading bar. This no longer works under the new setup. If you go to 'Resources' -> 'Graphs' -> Click on any bar nothing will happen.
Comment 1 Timothy Hatcher 2008-04-14 13:33:02 PDT
*** Bug 18496 has been marked as a duplicate of this bug. ***
Comment 2 Timothy Hatcher 2008-05-21 19:57:06 PDT
Created attachment 21280 [details]
Proposed patch
Comment 3 Timothy Hatcher 2008-05-21 20:05:24 PDT
Created attachment 21281 [details]
Screenshot
Comment 4 Adam Roben (:aroben) 2008-05-21 20:12:25 PDT
Comment on attachment 21280 [details]
Proposed patch

+        (WebInspector.SourceFrame.prototype.get autoSizeToFitContentHeight):
+        (WebInspector.SourceFrame.prototype.set autoSizeToFitContentHeight):
+        (WebInspector.SourceFrame.prototype.sizeToFitContentHeight):

I think the getter/setter should be prefixed with "should", or you could say "autoSizes" instead of "autoSize". That way this property won't be a verb phrase.

r=me
Comment 5 Timothy Hatcher 2008-05-21 20:32:50 PDT
Landed in r33991.