Bug 44105 - Web Inspector: Crash in addTimelineRecord
Summary: Web Inspector: Crash in addTimelineRecord
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: Kelly Norton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 06:00 PDT by Kelly Norton
Modified: 2010-08-17 09:28 PDT (History)
3 users (show)

See Also:


Attachments
Create a frontend in setApuEnabled if there isn't one. (1.28 KB, patch)
2010-08-17 06:08 PDT, Kelly Norton
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kelly Norton 2010-08-17 06:00:26 PDT
If the timeline is enabled through WebDevToolsAgentImpl::setApuEnabled, a remote frontend is not created. This results in a crash later when addTimelineRecord attempts to send the first record to the frontend.
Comment 1 Kelly Norton 2010-08-17 06:08:02 PDT
Created attachment 64577 [details]
Create a frontend in setApuEnabled if there isn't one.
Comment 2 WebKit Commit Bot 2010-08-17 09:28:07 PDT
Comment on attachment 64577 [details]
Create a frontend in setApuEnabled if there isn't one.

Clearing flags on attachment: 64577

Committed r65510: <http://trac.webkit.org/changeset/65510>
Comment 3 WebKit Commit Bot 2010-08-17 09:28:11 PDT
All reviewed patches have been landed.  Closing bug.