WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 128917
Turn the history client into a fancy API::HistoryClient abstract base class
https://bugs.webkit.org/show_bug.cgi?id=128917
Summary
Turn the history client into a fancy API::HistoryClient abstract base class
Anders Carlsson
Reported
2014-02-17 10:48:03 PST
Turn the history client into a fancy API::HistoryClient abstract base class
Attachments
Patch
(28.08 KB, patch)
2014-02-17 10:50 PST
,
Anders Carlsson
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-02-17 10:50:04 PST
Created
attachment 224396
[details]
Patch
WebKit Commit Bot
Comment 2
2014-02-17 10:52:25 PST
Attachment 224396
[details]
did not pass style-queue: ERROR: Source/WebKit2/UIProcess/API/C/WKContext.cpp:29: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 3
2014-02-17 10:56:25 PST
Comment on
attachment 224396
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=224396&action=review
r=me though there's a disgusting amount of asterisks in this code. :|
> Source/WebKit2/UIProcess/WebContext.h:223 > + API::HistoryClient& historyClient() { return *m_historyClient; }
I'd use this accessor instead of accessing m_historyClient now, since that lets you use . instead of ->
Anders Carlsson
Comment 4
2014-02-17 11:03:35 PST
Committed
r164230
: <
http://trac.webkit.org/changeset/164230
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug