Bug 104769 - Add API to set the maximum number of processes allowed in a WKContext
Summary: Add API to set the maximum number of processes allowed in a WKContext
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-12-11 22:56 PST by Sam Weinig
Modified: 2012-12-11 23:01 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.06 KB, patch)
2012-12-11 22:57 PST, 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-12-11 22:56:27 PST
Add API to set the maximum number of processes allowed in a WKContext
Comment 1 Sam Weinig 2012-12-11 22:57:37 PST
Created attachment 178973 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-11 23:00:33 PST
Attachment 178973 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1
Source/WebKit2/UIProcess/WebContext.cpp:308:  Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.  [readability/comparison_to_zero] [5]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2012-12-11 23:01:55 PST
Committed r137420: <http://trac.webkit.org/changeset/137420>