RESOLVED FIXED 138954
Move TextIndicator{Window} to WebCore
https://bugs.webkit.org/show_bug.cgi?id=138954
Summary Move TextIndicator{Window} to WebCore
Tim Horton
Reported 2014-11-21 02:38:32 PST
Move TextIndicator{Window} to WebCore
Attachments
Patch (113.49 KB, patch)
2014-11-21 02:39 PST, Tim Horton
no flags
Patch (113.47 KB, patch)
2014-11-21 04:41 PST, Csaba Osztrogonác
no flags
Patch (114.29 KB, patch)
2014-11-21 04:59 PST, Csaba Osztrogonác
andersca: review+
Tim Horton
Comment 1 2014-11-21 02:39:44 PST
WebKit Commit Bot
Comment 2 2014-11-21 02:41:19 PST
Attachment 242031 [details] did not pass style-queue: ERROR: Source/WebCore/page/mac/TextIndicatorWindow.h:51: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/page/mac/TextIndicatorWindow.h:65: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/page/mac/TextIndicatorWindow.mm:269: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/API/mac/WKViewInternal.h:84: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 32 files If any of these errors are false positives, please file a bug against check-webkit-style.
Csaba Osztrogonác
Comment 3 2014-11-21 04:41:32 PST
Created attachment 242040 [details] Patch patch for EWS with EFL buildfix: __MAC_OS_X_VERSION_MIN_REQUIRED is undefined on non MAC, PLATFORM(MAC) check is always needed.
WebKit Commit Bot
Comment 4 2014-11-21 04:43:13 PST
Attachment 242040 [details] did not pass style-queue: ERROR: Source/WebCore/page/mac/TextIndicatorWindow.h:51: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/page/mac/TextIndicatorWindow.h:65: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/page/mac/TextIndicatorWindow.mm:269: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/API/mac/WKViewInternal.h:84: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 32 files If any of these errors are false positives, please file a bug against check-webkit-style.
Csaba Osztrogonác
Comment 5 2014-11-21 04:59:09 PST
Created attachment 242041 [details] Patch patch for EWS with EFL and GTK buildfixes: setTextIndicator in PageClient.h shouldn't be Mac only, fix parameter list in PageClientImpl cpp files too. (no changelog update included)
Csaba Osztrogonác
Comment 6 2014-11-21 05:00:38 PST
Comment on attachment 242031 [details] Patch add back r? and remove the obsolete flag, since it was unintentional (webkit-patch did it automatically without asking)
WebKit Commit Bot
Comment 7 2014-11-21 05:02:39 PST
Attachment 242041 [details] did not pass style-queue: ERROR: Source/WebCore/page/mac/TextIndicatorWindow.h:51: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/page/mac/TextIndicatorWindow.h:65: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/page/mac/TextIndicatorWindow.mm:269: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/API/mac/WKViewInternal.h:84: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 34 files If any of these errors are false positives, please file a bug against check-webkit-style.
Csaba Osztrogonác
Comment 8 2014-11-21 05:33:01 PST
(In reply to comment #3) > Created attachment 242040 [details] > Patch > > patch for EWS with EFL buildfix: __MAC_OS_X_VERSION_MIN_REQUIRED is > undefined on non MAC, PLATFORM(MAC) check is always needed. (In reply to comment #5) > Created attachment 242041 [details] > Patch > > patch for EWS with EFL and GTK buildfixes: setTextIndicator in PageClient.h > shouldn't be Mac only, fix parameter list in PageClientImpl cpp files too. > (no changelog update included) GTK and EFL build is happy now with the latest patch. If you agree with my fixes, feel free to upload it for review as is after updating the changelog.
Tim Horton
Comment 9 2014-11-21 10:56:05 PST
Thanks for the changes, Ossy! I'll mark yours for r? and update the changelog upon landing (because laziness).
Tim Horton
Comment 10 2014-11-21 12:18:47 PST
Note You need to log in before you can comment on or make changes to this bug.