Bug 67528

Summary: Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, rniwa, timothy, vsevik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 68360    
Bug Blocks:    
Attachments:
Description Flags
[patch] initial version none

Vsevolod Vlasov
Reported 2011-09-02 15:05:45 PDT
didMarkDOMContentEvent() should send event of MarkDOMContent type. It is now sending event with TimeStamp type. http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/inspector/InspectorTimelineAgent.cpp&type=cs&l=334
Attachments
[patch] initial version (7.30 KB, patch)
2011-09-19 02:36 PDT, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2011-09-19 02:36:58 PDT
Created attachment 107822 [details] [patch] initial version
Pavel Feldman
Comment 2 2011-09-19 02:52:51 PDT
Comment on attachment 107822 [details] [patch] initial version View in context: https://bugs.webkit.org/attachment.cgi?id=107822&action=review > LayoutTests/inspector/timeline/timeline-animation-frame.html:28 > + function finish() Is this a part of this patch? > LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html:11 > + InspectorTest.startTimeline(function() { InspectorTest.reloadPage(); }); Tests should not reload the page, please use iframe instead.
Ilya Tikhonovsky
Comment 3 2011-09-19 05:05:44 PDT
Comment on attachment 107822 [details] [patch] initial version in the current implementation we don't push these events to the Inspector front-end for resources other than main resource.
Ilya Tikhonovsky
Comment 4 2011-09-19 06:31:28 PDT
Comment on attachment 107822 [details] [patch] initial version Clearing flags on attachment: 107822 Committed r95410: <http://trac.webkit.org/changeset/95410>
Ilya Tikhonovsky
Comment 5 2011-09-19 06:31:36 PDT
All reviewed patches have been landed. Closing bug.
Ilya Tikhonovsky
Comment 7 2011-09-28 22:01:38 PDT
Note You need to log in before you can comment on or make changes to this bug.