Bug 136551

Summary: Increase number of maximum active WebGL contexts
Product: WebKit Reporter: Roger Fong <roger_fong>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, dino, jonlee, kondapallykalyan, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch bfulgham: review+

Description Roger Fong 2014-09-04 15:24:54 PDT
conformance/context/context-creation-and-destruction.html is failing because we are hitting are 16 context limit.
While the test creates and stops using the contexts (by leaving scope) they are only actually destroyed at the whim on the garbage collector.

We have a lot of room to play with the number of maximum active contexts. For the sake of this test passing I think we should raise the limit to 64.
(or at least 50)
Comment 1 Roger Fong 2014-09-04 15:26:02 PDT
rdar://problem/18236425
Comment 2 Roger Fong 2014-09-04 17:48:03 PDT
Created attachment 237662 [details]
patch
Comment 3 Brent Fulgham 2014-09-05 12:02:51 PDT
Comment on attachment 237662 [details]
patch

r=me. Please watch the test bots to make sure this doesn't create any issues.
Comment 4 Roger Fong 2014-09-05 12:18:06 PDT
Committed: http://trac.webkit.org/changeset/173323