Bug 129109

Summary: Add an unresolved WebGLPolicy and an API to resolve it
Product: WebKit Reporter: Dean Jackson <dino>
Component: WebGLAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, gyuyoung.kim, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Dean Jackson 2014-02-20 10:20:26 PST
After living on the WebGLPolicy implementation, we discovered we need a way to indicate an unresolved state, and allow it to be resolved later.

For this, add a new API alongside webGLLoadPolicy called resolveWebGLLoadPolicy, taking the same parameters and returning the same types.
Comment 1 Dean Jackson 2014-02-20 10:33:59 PST
Created attachment 224771 [details]
Patch
Comment 2 WebKit Commit Bot 2014-02-20 10:35:55 PST
Attachment 224771 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/C/WKPage.cpp:979:  This { should be at the end of the previous line  [whitespace/braces] [4]
Total errors found: 1 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Dean Jackson 2014-02-20 14:07:27 PST
<rdar://problem/16072775>
Comment 4 Dean Jackson 2014-02-20 15:08:36 PST
Committed r164451: <http://trac.webkit.org/changeset/164451>