Bug 93774 - Remove ability to run MiniBrowser in threaded mode, it hasn't worked for a long time
Summary: Remove ability to run MiniBrowser in threaded mode, it hasn't worked for a lo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-11 22:50 PDT by Sam Weinig
Modified: 2012-08-11 22:56 PDT (History)
1 user (show)

See Also:


Attachments
Patch (73.53 KB, patch)
2012-08-11 22:52 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

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