RESOLVED FIXED 180984
Implement InlineTextBox painting using marker subranges
https://bugs.webkit.org/show_bug.cgi?id=180984
Summary Implement InlineTextBox painting using marker subranges
Daniel Bates
Reported 2017-12-19 11:28:07 PST
As a step towards fixing bug #175784, we should write the InlineTextBox painting code in terms of MarkerSubrange instances.
Attachments
Patch (69.98 KB, patch)
2017-12-19 11:33 PST, Daniel Bates
hyatt: review+
Archive of layout-test-results from ews105 for mac-elcapitan-wk2 (2.53 MB, application/zip)
2017-12-19 12:44 PST, EWS Watchlist
no flags
Daniel Bates
Comment 1 2017-12-19 11:33:32 PST
EWS Watchlist
Comment 2 2017-12-19 12:33:00 PST
Attachment 329779 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/InlineTextBox.cpp:554: More than one command on the same line [whitespace/newline] [4] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
EWS Watchlist
Comment 3 2017-12-19 12:44:37 PST Comment hidden (obsolete)
EWS Watchlist
Comment 4 2017-12-19 12:44:38 PST Comment hidden (obsolete)
Daniel Bates
Comment 5 2017-12-19 12:49:32 PST
(In reply to Build Bot from comment #4) > Created attachment 329797 [details] > Archive of layout-test-results from ews105 for mac-elcapitan-wk2 > > The attached test failures were seen while running run-webkit-tests on the > mac-wk2-ews. > Bot: ews105 Port: mac-elcapitan-wk2 Platform: Mac OS X 10.11.6 This test failure is not caused by this patch. The same test fails for the no-op patch on bug #180985.
Dave Hyatt
Comment 6 2017-12-19 13:06:07 PST
Comment on attachment 329779 [details] Patch r=me
Radar WebKit Bug Importer
Comment 7 2017-12-19 13:30:13 PST
Daniel Bates
Comment 8 2017-12-19 13:48:30 PST
Carlos Alberto Lopez Perez
Comment 9 2017-12-20 04:42:36 PST
(In reply to Daniel Bates from comment #8) > Committed r226138: <https://trac.webkit.org/changeset/226138> It seems this broke the build for me (Linux/GTK port, Clang compiler): In file included from /home/clopez/webkit/webkit/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource383.cpp:7: ../../Source/WebCore/rendering/InlineTextBox.cpp:852:13: error: fallthrough annotation does not directly precede switch label FALLTHROUGH; ^ ../../Source/WTF/wtf/Compiler.h:196:21: note: expanded from macro 'FALLTHROUGH' #define FALLTHROUGH [[fallthrough]] ^ 1 error generated. I'm landing a build fix by moving the FALLTHROUGH inside ENABLE(TELEPHONE_NUMBER_DETECTION)
Carlos Alberto Lopez Perez
Comment 10 2017-12-20 04:46:39 PST
Note You need to log in before you can comment on or make changes to this bug.