[webkit-reviews] review requested: [Bug 37025] Web Inspector: GC Run event should be added to Timeline Panel : [Attachment 52491] [patch] Initial version.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 3 02:09:22 PDT 2010
Ilya Tikhonovsky <loislo at chromium.org> has asked for review:
Bug 37025: Web Inspector: GC Run event should be added to Timeline Panel
https://bugs.webkit.org/show_bug.cgi?id=37025
Attachment 52491: [patch] Initial version.
https://bugs.webkit.org/attachment.cgi?id=52491&action=review
------- Additional Comments from Ilya Tikhonovsky <loislo at chromium.org>
GC Run event and heap usage info can be added to Safari.
The only thing required for that is a non empty implementation of GCEventHelper
class methods in WebCore/bindings/js/GCEventHelper.h
1) new class GCEventHelper is introduced in bindings;
2) new type of events GCRun was added to Timeline;
3) minor changes in Timeline panel.
More information about the webkit-reviews
mailing list