Bug 93652 - [WK2] Get rid of ProcessModelSharedSecondaryThread
Summary: [WK2] Get rid of ProcessModelSharedSecondaryThread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 13:51 PDT by Alexey Proskuryakov
Modified: 2012-08-12 09:00 PDT (History)
6 users (show)

See Also:


Attachments
Patch (36.19 KB, patch)
2012-08-11 23:01 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 Alexey Proskuryakov 2012-08-09 13:51:12 PDT
It's been broken for too long.
Comment 1 Sam Weinig 2012-08-11 23:01:30 PDT
Created attachment 157889 [details]
Patch
Comment 2 mitz 2012-08-11 23:07:41 PDT
Comment on attachment 157889 [details]
Patch

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

> Source/WebKit2/ChangeLog:9
> +        the code only serves to confuse. Its time to say good bye to it.

Typo: its
Comment 3 Sam Weinig 2012-08-11 23:09:23 PDT
Committed r125363: <http://trac.webkit.org/changeset/125363>
Comment 4 Alexey Proskuryakov 2012-08-11 23:48:38 PDT
Comment on attachment 157889 [details]
Patch

Please fix MiniBrowser.
Comment 5 Sam Weinig 2012-08-12 09:00:40 PDT
(In reply to comment #4)
> (From update of attachment 157889 [details])
> Please fix MiniBrowser.

I removed the uses from MiniBrowser first, to make this patch smaller (see https://bugs.webkit.org/show_bug.cgi?id=93774).