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+
Anders Carlsson
Comment 1 2014-02-17 10:50:04 PST
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
Note You need to log in before you can comment on or make changes to this bug.