RESOLVED FIXED137416
Move ServicesOverlayController to WebCore
https://bugs.webkit.org/show_bug.cgi?id=137416
Summary Move ServicesOverlayController to WebCore
Tim Horton
Reported 2014-10-03 19:56:46 PDT
The platform dependent bits are fairly small; this is a step on the way to having ServicesOverlayController work for Legacy WebKit.
Attachments
wip (101.93 KB, patch)
2014-10-03 19:57 PDT, Tim Horton
no flags
patch (107.62 KB, patch)
2014-10-06 14:56 PDT, Tim Horton
no flags
move to mainframe (109.47 KB, patch)
2014-10-09 12:28 PDT, Tim Horton
no flags
fix mac build (109.47 KB, patch)
2014-10-09 13:02 PDT, Tim Horton
andersca: review+
Radar WebKit Bug Importer
Comment 1 2014-10-03 19:56:53 PDT
Tim Horton
Comment 2 2014-10-03 19:57:00 PDT
WebKit Commit Bot
Comment 3 2014-10-03 19:58:24 PDT
Attachment 239259 [details] did not pass style-queue: ERROR: Source/WebCore/editing/SelectionRectGatherer.cpp:33: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebCore/page/mac/ServicesOverlayController.mm:186: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebCore/page/mac/ServicesOverlayController.mm:392: Should have a space between // and comment [whitespace/comments] [4] ERROR: Source/WebCore/page/mac/ServicesOverlayController.mm:405: Should have a space between // and comment [whitespace/comments] [4] Total errors found: 4 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 4 2014-10-06 14:56:22 PDT
WebKit Commit Bot
Comment 5 2014-10-06 14:59:20 PDT
Attachment 239360 [details] did not pass style-queue: ERROR: Source/WebCore/page/mac/ServicesOverlayController.mm:185: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 17 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 6 2014-10-09 11:36:52 PDT
Comment on attachment 239360 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=239360&action=review I think this should go on MainFrame instead of Page. > Source/WebCore/page/mac/ServicesOverlayController.h:48 > + ServicesOverlayController(Page&); I think this should be explicit.
Tim Horton
Comment 7 2014-10-09 12:28:24 PDT
Created attachment 239555 [details] move to mainframe
WebKit Commit Bot
Comment 8 2014-10-09 12:31:06 PDT
Attachment 239555 [details] did not pass style-queue: ERROR: Source/WebCore/page/mac/ServicesOverlayController.mm:194: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 18 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 9 2014-10-09 13:02:06 PDT
Created attachment 239562 [details] fix mac build
WebKit Commit Bot
Comment 10 2014-10-09 13:04:56 PDT
Attachment 239562 [details] did not pass style-queue: ERROR: Source/WebCore/page/mac/ServicesOverlayController.mm:194: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 18 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 11 2014-10-09 13:22:20 PDT
Comment on attachment 239562 [details] fix mac build View in context: https://bugs.webkit.org/attachment.cgi?id=239555&action=review > Source/WebCore/editing/Editor.cpp:3347 > + if (!shouldDetectTelephoneNumbers() || !client() || !m_frame.page()) I don't think you need this.
Tim Horton
Comment 12 2014-10-09 13:53:31 PDT
Note You need to log in before you can comment on or make changes to this bug.