Summary: | Web Inspector: Give console.time/timeEnd a default label and warnings | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||||||||
Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | bburg, commit-queue, graouts, joepeck, keith_miller, mark.lam, mattbaker, mkwst, msaboff, nvasilyev, saam, timothy, webkit-bug-importer | ||||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||||
Version: | WebKit Nightly Build | ||||||||||||
Hardware: | All | ||||||||||||
OS: | All | ||||||||||||
Attachments: |
|
Description
Joseph Pecoraro
2016-05-03 14:08:32 PDT
Created attachment 278027 [details]
[PATCH] Proposed Fix
Created attachment 278028 [details]
[IMAGE] Example use and warnings
Created attachment 278029 [details]
[IMAGE] API Description Update
Comment on attachment 278027 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=278027&action=review > Source/JavaScriptCore/runtime/ConsoleObject.cpp:286 > +static String defaultLabelString(ExecState* exec, JSValue value) This name implies it always returns the "default" string. valueOrDefaultLabelString? Created attachment 278030 [details]
[PATCH] For Landing
Comment on attachment 278030 [details] [PATCH] For Landing Clearing flags on attachment: 278030 Committed r200400: <http://trac.webkit.org/changeset/200400> |