Bug 194804

Summary: [LFC][Floats] Remove redundant intersecting logic
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, ews-watchlist, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
koivisto: review+, ews-watchlist: commit-queue-
Archive of layout-test-results from ews126 for ios-simulator-wk2 none

zalan
Reported 2019-02-18 18:41:19 PST
in FloatingPair::intersects
Attachments
Patch (4.64 KB, patch)
2019-02-18 18:57 PST, zalan
koivisto: review+
ews-watchlist: commit-queue-
Archive of layout-test-results from ews126 for ios-simulator-wk2 (9.98 MB, application/zip)
2019-02-18 20:57 PST, EWS Watchlist
no flags
zalan
Comment 1 2019-02-18 18:57:27 PST
EWS Watchlist
Comment 2 2019-02-18 20:57:21 PST
Comment on attachment 362363 [details] Patch Attachment 362363 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: https://webkit-queues.webkit.org/results/11199819 New failing tests: imported/w3c/web-platform-tests/webrtc/simplecall-no-ssrcs.https.html
EWS Watchlist
Comment 3 2019-02-18 20:57:22 PST
Created attachment 362366 [details] Archive of layout-test-results from ews126 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews126 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.6
zalan
Comment 4 2019-02-18 21:01:44 PST
(In reply to Build Bot from comment #2) > Comment on attachment 362363 [details] > Patch > > Attachment 362363 [details] did not pass ios-sim-ews (ios-simulator-wk2): > Output: https://webkit-queues.webkit.org/results/11199819 > > New failing tests: > imported/w3c/web-platform-tests/webrtc/simplecall-no-ssrcs.https.html lol
Antti Koivisto
Comment 5 2019-02-19 13:00:26 PST
Comment on attachment 362363 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362363&action=review > Source/WebCore/layout/floats/FloatingContext.cpp:325 > + return floating ? floating->rectWithMargin().intersects(floatAvoiderRect) : false; return floating && floating->rectWithMargin().intersects(floatAvoiderRect);
Antti Koivisto
Comment 6 2019-02-19 13:00:53 PST
> > New failing tests: > > imported/w3c/web-platform-tests/webrtc/simplecall-no-ssrcs.https.html > lol 🤣
zalan
Comment 7 2019-02-19 14:33:49 PST
Radar WebKit Bug Importer
Comment 8 2019-02-19 14:34:31 PST
Note You need to log in before you can comment on or make changes to this bug.