Bug 41971 - WebKit2: Add really basic BackForwardList support
Summary: WebKit2: Add really basic BackForwardList support
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-07-09 11:36 PDT by Sam Weinig
Modified: 2010-07-09 14:32 PDT (History)
1 user (show)

See Also:


Attachments
Patch (34.96 KB, patch)
2010-07-09 11:37 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-07-09 11:36:28 PDT
Add really basic BackForwardList support.
Comment 1 Sam Weinig 2010-07-09 11:37:25 PDT
Created attachment 61067 [details]
Patch
Comment 2 WebKit Review Bot 2010-07-09 11:40:40 PDT
Attachment 61067 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/WebProcess/WebCoreSupport/WebBackForwardControllerClient.cpp:29:  Alphabetical sorting problem.  [build/include_order] [4]
WebKit2/UIProcess/WebBackForwardList.cpp:48:  Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.  [readability/comparison_to_zero] [5]
WebKit2/UIProcess/WebBackForwardList.cpp:62:  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: 3 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2010-07-09 14:11:42 PDT
Comment on attachment 61067 [details]
Patch

r+
Comment 4 Sam Weinig 2010-07-09 14:32:55 PDT
Landed in http://trac.webkit.org/changeset/62996 with additional comments and a real changelog as requested by Anders in person.