Bug 150615 - Web Inspector: Remove Timeline MarkDOMContent and MarkLoad, data is already available
Summary: Web Inspector: Remove Timeline MarkDOMContent and MarkLoad, data is already a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-10-27 17:57 PDT by Joseph Pecoraro
Modified: 2015-10-27 19:45 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (13.73 KB, patch)
2015-10-27 18:25 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-10-27 17:57:34 PDT
* SUMMARY
Remove Timeline MarkDOMContent and MarkLoad, data is already available.

This data is already sent for the main frame in the `Page.domContentEventFired` and `Page.loadEventFired` events. We can drop the Timeline specific events in favor of these which have existed for a very long time (before iOS 7).
Comment 1 Joseph Pecoraro 2015-10-27 18:25:49 PDT
Created attachment 264187 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-10-27 19:45:42 PDT
Comment on attachment 264187 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 264187

Committed r191651: <http://trac.webkit.org/changeset/191651>
Comment 3 WebKit Commit Bot 2015-10-27 19:45:45 PDT
All reviewed patches have been landed.  Closing bug.