RESOLVED FIXED 47559
Start fleshing out find page overlays
https://bugs.webkit.org/show_bug.cgi?id=47559
Summary Start fleshing out find page overlays
Anders Carlsson
Reported 2010-10-12 15:39:26 PDT
Start fleshing out find page overlays
Attachments
Patch (24.62 KB, patch)
2010-10-12 15:46 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-10-12 15:46:00 PDT
WebKit Review Bot
Comment 2 2010-10-12 15:49:21 PDT
Attachment 70568 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit2/WebProcess/WebPage/PageOverlay.h:32: Code inside a namespace should not be indented. [whitespace/indent] [4] WebKit2/WebProcess/WebPage/FindPageOverlay.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/WebPage/PageOverlay.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: 3 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 3 2010-10-12 16:03:37 PDT
Sam Weinig
Comment 4 2010-10-12 16:07:20 PDT
Comment on attachment 70568 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70568&action=review > WebKit2/WebProcess/WebPage/FindController.cpp:72 > + } The braces are not necessary here. > WebKit2/WebProcess/WebPage/FindController.cpp:84 > + ASSERT(shouldShowOverlay); This ASSERT is not adding anything.
Anders Carlsson
Comment 5 2010-10-12 16:11:09 PDT
Note You need to log in before you can comment on or make changes to this bug.