Bug 199611

Summary: Web Inspector: Canvas: replace WTF::Vector with std::initializer_list in CallTracer to avoid dynamic allocations
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, ews-watchlist, hi, inspector-bugzilla-changes, joepeck, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Description Devin Rousso 2019-07-09 01:43:06 PDT
.
Comment 1 Devin Rousso 2019-07-09 01:58:20 PDT
Created attachment 373702 [details]
Patch

Test on bots :)
Comment 2 Devin Rousso 2019-07-09 08:42:33 PDT
Created attachment 373720 [details]
Patch

Oops.  Forgot to update bindings test :P
Comment 3 Joseph Pecoraro 2019-07-09 13:26:15 PDT
Comment on attachment 373720 [details]
Patch

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

rs=me

> Source/WebCore/ChangeLog:41
> +                  would otherwise be treated as an array of numbers.

Weird whitespace in these ChangeLogs.
Comment 4 Devin Rousso 2019-07-09 13:37:00 PDT
Comment on attachment 373720 [details]
Patch

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

>> Source/WebCore/ChangeLog:41
>> +                  would otherwise be treated as an array of numbers.
> 
> Weird whitespace in these ChangeLogs.

I prefer this, as the "prefix" (e.g. "Drive-by") is much easier to see/identify/read.
Comment 5 WebKit Commit Bot 2019-07-09 14:07:59 PDT
Comment on attachment 373720 [details]
Patch

Clearing flags on attachment: 373720

Committed r247278: <https://trac.webkit.org/changeset/247278>
Comment 6 WebKit Commit Bot 2019-07-09 14:08:01 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2019-07-09 14:08:45 PDT
<rdar://problem/52852082>