Bug 119430 - Make diagnosing bugs in frame load transitions easier (Better logging and assertions)
Summary: Make diagnosing bugs in frame load transitions easier (Better logging and ass...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-01 21:59 PDT by Brady Eidson
Modified: 2013-08-01 21:59 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2013-08-01 21:59:35 PDT
Make diagnosing bugs in frame load transitions easier (Better logging and assertions)

Requested in https://bugs.webkit.org/show_bug.cgi?id=119416, which was a subtle variant of https://bugs.webkit.org/show_bug.cgi?id=117112

There are UIProcess-side ASSERTs that capture these types of issues, but they should be in the WebProcess-side.

Also the logging about frame load state transitions should be bulked up enough to describe what's going on.  This includes the URL transitioning from, the URL transitioning to, the current state, the state being changed to, and the driver behind a transition (when available)