Bug 57860
Summary: | Web Inspector: main resource is not properly updated after navigation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P1 | Keywords: | Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Andrey Kosyakov
1. Open http://www.google.com
2. Open WebInspector
3. Open inspector-on-inspector
4. Observe WebInspector.mainResource.url is "http://www.google.com"
5. Switch back to the inspected window, navigate to http://www.apple.com
6. Observe WebInspector.mainResource.url is "http://www.google.com"
Note that start/stop time in the resource are also missing.
This breaks [at least] page timings in HAR.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andrey Kosyakov
Manually committed r83033: http://trac.webkit.org/changeset/83033
Andrey Kosyakov
Please disregrard previous comment, wrong bug.