Bug 130374

Summary: Renable pagination mode in WK2 MiniBrowser
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, mitz, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Simon Fraser (smfr) 2014-03-17 17:46:46 PDT
Renable pagination mode in WK2 MiniBrowser
Comment 1 Simon Fraser (smfr) 2014-03-17 17:47:38 PDT
Created attachment 226988 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-17 17:48:56 PDT
Attachment 226988 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:97:  Missing spaces around =  [whitespace/operators] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:100:  Missing spaces around =  [whitespace/operators] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:102:  Missing spaces around =  [whitespace/operators] [4]
ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:103:  Missing spaces around =  [whitespace/operators] [4]
Total errors found: 4 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-03-17 20:09:30 PDT
Comment on attachment 226988 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:40
> +    WKPaginationModeUnpaginated,
> +    WKPaginationModeLeftToRight,
> +    WKPaginationModeRightToLeft,
> +    WKPaginationModeTopToBottom,
> +    WKPaginationModeBottomToTop,

These should also be prefixed.
Comment 4 Simon Fraser (smfr) 2014-03-18 10:58:03 PDT
https://trac.webkit.org/r165817