Bug 61036 - Web Inspector: WebInspector.mainResource lacks many important fields
Summary: Web Inspector: WebInspector.mainResource lacks many important fields
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: Andrey Kosyakov
URL:
Keywords:
Depends on: 61192
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-18 04:00 PDT by Andrey Kosyakov
Modified: 2011-05-30 02:37 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2011-05-18 04:00:01 PDT
1. Navigate to http://www.webkit.org
2. Open WebInspector
3. Reload
4. Open inspector on inspector
5. View properties of WebInspector.mainResource using console
6. Compare this to first entry in WebInspector.panels.network._resourcesById

EXPECTED: These two objects should refer to the same resource
ACTUAL: WebInspector.mainResource lacks all network information (start/end times, identifiers, HTTP status etc).
Comment 1 Andrey Kosyakov 2011-05-30 02:37:00 PDT
This is gone now that bug 61192 is fixed.