Bug 93652

Summary: [WK2] Get rid of ProcessModelSharedSecondaryThread
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, gyuyoung.kim, menard, rakuco, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

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).