Bug 83781 - Web Inspector: annotate the rest of profiler front-end for closure compiler
Summary: Web Inspector: annotate the rest of profiler front-end for closure compiler
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 06:44 PDT by Yury Semikhatsky
Modified: 2012-04-12 07:14 PDT (History)
10 users (show)

See Also:


Attachments
Patch (11.40 KB, patch)
2012-04-12 06:46 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-04-12 06:44:48 PDT
Annotate the rest of profiler front-end for closure compiler
Comment 1 Yury Semikhatsky 2012-04-12 06:46:31 PDT
Created attachment 136894 [details]
Patch
Comment 2 Pavel Feldman 2012-04-12 07:09:04 PDT
Comment on attachment 136894 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=136894&action=review

> Source/WebCore/inspector/front-end/HeapSnapshotProxy.js:40
> +    postMessag: function(message)

postMessage ?
You might also want to annotate the parameter name.
Comment 3 Yury Semikhatsky 2012-04-12 07:14:09 PDT
Committed r113971: <http://trac.webkit.org/changeset/113971>