Bug 61036
Summary: | Web Inspector: WebInspector.mainResource lacks many important fields | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
Component: | Web Inspector (Deprecated) | Assignee: | Andrey Kosyakov <caseq> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 61192 | ||
Bug Blocks: |
Andrey Kosyakov
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andrey Kosyakov
This is gone now that bug 61192 is fixed.