Bug 47066 - Add ability to set the CacheModel in Webkit2
Summary: Add ability to set the CacheModel in Webkit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-03 15:31 PDT by Sam Weinig
Modified: 2010-10-04 10:18 PDT (History)
1 user (show)

See Also:


Attachments
Patch (47.19 KB, patch)
2010-10-03 15:37 PDT, Sam Weinig
sam: review-
Details | Formatted Diff | Diff
Patch (33.29 KB, patch)
2010-10-03 16:24 PDT, Sam Weinig
andersca: 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 2010-10-03 15:31:57 PDT
Add ability to set the CacheModel in Webkit2
Comment 1 Sam Weinig 2010-10-03 15:37:10 PDT
Created attachment 69596 [details]
Patch
Comment 2 WebKit Review Bot 2010-10-03 15:40:02 PDT
Attachment 69596 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/WebProcess/win/WebProcessWin.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKit2/WebProcess/qt/WebProcessQt.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKit2/WebProcess/WebProcess.cpp:228:  WebProcess::pages_begin is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebKit2/WebProcess/WebProcess.cpp:233:  WebProcess::pages_end is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebKit2/Shared/WebPreferencesStore.h:32:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
WebKit2/WebProcess/WebProcess.h:54:  pages_const_iterator is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebKit2/WebProcess/WebProcess.h:68:  pages_begin is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebKit2/WebProcess/WebProcess.h:69:  pages_end is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
Total errors found: 8 in 24 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2010-10-03 15:44:33 PDT
Comment on attachment 69596 [details]
Patch

I am going to go in another direction with this.
Comment 4 Sam Weinig 2010-10-03 16:24:33 PDT
Created attachment 69597 [details]
Patch
Comment 5 WebKit Review Bot 2010-10-03 16:26:57 PDT
Attachment 69597 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/WebProcess/win/WebProcessWin.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKit2/WebProcess/qt/WebProcessQt.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 2 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Anders Carlsson 2010-10-04 10:11:47 PDT
Comment on attachment 69597 [details]
Patch

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

I don't see you adding WebProcessQt to the relevant build system, please do that too.

> WebKit2/WebProcess/mac/WebProcessMac.mm:233
> +    printf("Page Cache: %d\n", pageCache()->capacity());

Please don't check this in.
Comment 7 Sam Weinig 2010-10-04 10:18:45 PDT
Landed in http://trac.webkit.org/changeset/69020.