Bug 168707

Summary: [User Timing] Throw a SyntaxError for performance.measure if mark name is not found
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit Misc.Assignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joepeck, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2017-02-21 21:15:25 PST
[User Timing] Throw a SyntaxError for performance.measure if mark name is not found

This used to be part of User Timing Level 1 and User Timing Level 2 didn't include the text. Lets just be consistent and throw a SyntaxError (other browsers I tested do).

There is an open issue on this:
https://github.com/w3c/user-timing/issues/21
Comment 1 Joseph Pecoraro 2017-02-21 21:18:44 PST
Created attachment 302365 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-02-21 21:45:38 PST
Comment on attachment 302365 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 302365

Committed r212806: <http://trac.webkit.org/changeset/212806>
Comment 3 WebKit Commit Bot 2017-02-21 21:45:42 PST
All reviewed patches have been landed.  Closing bug.