Bug 150615

Summary: Web Inspector: Remove Timeline MarkDOMContent and MarkLoad, data is already available
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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.