Bug 93774

Summary: Remove ability to run MiniBrowser in threaded mode, it hasn't worked for a long time
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Sam Weinig 2012-08-11 22:50:07 PDT
Remove ability to run MiniBrowser in threaded mode, it hasn't worked for a long time
Comment 1 Sam Weinig 2012-08-11 22:52:28 PDT
Created attachment 157888 [details]
Patch
Comment 2 mitz 2012-08-11 22:55:02 PDT
Comment on attachment 157888 [details]
Patch

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

> Tools/MiniBrowser/win/BrowserView.cpp:85
> +    static WKContextRef sharedRegularContext = WKContextCreate();

Does “regular” make any sense now?
Comment 3 Sam Weinig 2012-08-11 22:55:31 PDT
(In reply to comment #2)
> (From update of attachment 157888 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=157888&action=review
> 
> > Tools/MiniBrowser/win/BrowserView.cpp:85
> > +    static WKContextRef sharedRegularContext = WKContextCreate();
> 
> Does “regular” make any sense now?

Did it ever?  Will remove.
Comment 4 Sam Weinig 2012-08-11 22:56:40 PDT
Committed r125362: <http://trac.webkit.org/changeset/125362>