RESOLVED FIXED 140773
[Win] Expose missing editing features through WebView interface
https://bugs.webkit.org/show_bug.cgi?id=140773
Summary [Win] Expose missing editing features through WebView interface
Brent Fulgham
Reported 2015-01-22 10:23:30 PST
Several layout tests fail because the Windows port is not exposing necessary editing support features.
Attachments
Patch (41.47 KB, patch)
2015-01-22 15:25 PST, Brent Fulgham
dino: review+
Radar WebKit Bug Importer
Comment 1 2015-01-22 10:23:57 PST
Brent Fulgham
Comment 2 2015-01-22 15:25:10 PST
WebKit Commit Bot
Comment 3 2015-01-22 15:28:07 PST
Attachment 245172 [details] did not pass style-queue: ERROR: Source/WebKit/win/WebCoreSupport/WebEditorClient.cpp:34: Alphabetical sorting problem. [build/include_order] [4] ERROR: Tools/DumpRenderTree/win/EditingDelegate.cpp:38: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 2 in 11 files If any of these errors are false positives, please file a bug against check-webkit-style.
Dean Jackson
Comment 4 2015-01-22 15:32:56 PST
Comment on attachment 245172 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245172&action=review > Source/WebKit/win/DOMCoreClasses.cpp:2 > + * Copyright (C) 2006, 2007, 2009, 2014 Apple Inc. All rights reserved. Check your wall calendar. > Tools/DumpRenderTree/win/EditingDelegate.cpp:175 > + static const char* insertactionstring[] = { insertActionString maybe? > Tools/DumpRenderTree/win/EditingDelegate.cpp:212 > + static const char* affinitystring[] = { Ditto
Brent Fulgham
Comment 5 2015-01-22 15:37:40 PST
(In reply to comment #4) > Comment on attachment 245172 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=245172&action=review > > > Source/WebKit/win/DOMCoreClasses.cpp:2 > > + * Copyright (C) 2006, 2007, 2009, 2014 Apple Inc. All rights reserved. > > Check your wall calendar. > Doh! > > Tools/DumpRenderTree/win/EditingDelegate.cpp:175 > > + static const char* insertactionstring[] = { > > insertActionString maybe? Sure! > > Tools/DumpRenderTree/win/EditingDelegate.cpp:212 > > + static const char* affinitystring[] = { OK! > Ditto
Brent Fulgham
Comment 6 2015-01-22 15:46:34 PST
Note You need to log in before you can comment on or make changes to this bug.