Bug 129109 - Add an unresolved WebGLPolicy and an API to resolve it
Summary: Add an unresolved WebGLPolicy and an API to resolve it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 10:20 PST by Dean Jackson
Modified: 2014-02-20 15:08 PST (History)
4 users (show)

See Also:


Attachments
Patch (16.09 KB, patch)
2014-02-20 10:33 PST, Dean Jackson
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>