Results (1 - 10 of 1164)
- Quickjump to benjamin@webkit.org
- [242936]: Fix the argument type of ...
- Fix the argument type of RenderView::resumePausedImageAnimationsIfNeeded() https://bugs.webkit.org/show_bug.cgi?id=195659 Reviewed by Saam Barati. The two callers of resumePausedImageAnimationsIfNeeded() both get the IntRect as a referen ...
- By Mar 13, 2019, 10:44:24 PM —
- [241351]: Responsiveness timers are too expensive for frequent events ...
- Responsiveness timers are too expensive for frequent events https://bugs.webkit.org/show_bug.cgi?id=194003 Reviewed by Geoffrey Garen. With each event, we set a responsivness timer to check if the WebProcess is responsive, and reset the ...
- By Feb 13, 2019, 12:41:22 AM —
- [241247]: Add more tests for clampTo<>() ...
- Add more tests for clampTo<>() https://bugs.webkit.org/show_bug.cgi?id=194462 Reviewed by Geoffrey Garen. Darin suggested to test the very last floating point number at the boundaries when truncating to integer. I added test for max/min ...
- By Feb 9, 2019, 4:41:55 PM —
- [241238]: Fix MiniBrowser's entitlements ...
- Fix MiniBrowser's entitlements https://bugs.webkit.org/show_bug.cgi?id=192431 Reviewed by Joseph Pecoraro. MiniBrowser's Extensions Manager was broken. The entitlement was missing for opening files, making it impossible to load any exten ...
- By Feb 9, 2019, 12:11:04 AM —
- [241192]: clampTo(): do not convert the input to double when dealing with ...
- clampTo(): do not convert the input to double when dealing with integers https://bugs.webkit.org/show_bug.cgi?id=194263 <rdar://problem/47692312> Reviewed by Darin Adler. Source/WebCore: Make the calls to clampTo<float>() unambiguous. ...
- By Feb 8, 2019, 1:46:36 AM —
- [241113]: Unreviewed, rolling out r240759 and r240944. Some timer uses are done ...
- Unreviewed, rolling out r240759 and r240944. Some timer uses are done off the main thread, WebCore::Timer cannot be used Reverted changesets: "<rdar://problem/47570443> Responsiveness timers are too expensive for frequent events" https: ...
- By Feb 6, 2019, 7:13:11 PM —
- [240968]: Hit testing functions optimizations ...
- Hit testing functions optimizations https://bugs.webkit.org/show_bug.cgi?id=194073 <rdar://problem/47692312> Reviewed by Zalan Bujtas. This patch implements some easy optimizations that speed up hit testing without changing the algorithm ...
- By Feb 5, 2019, 12:52:04 AM —
- [240944]: Use deferrable timer to restart the Responsiveness Timer on each wheel ...
- Use deferrable timer to restart the Responsiveness Timer on each wheel event https://bugs.webkit.org/show_bug.cgi?id=194135 Source/WebCore: <rdar://problem/47724099> Reviewed by Simon Fraser. The original DeferrableOneShotTimer was not ...
- By Feb 4, 2019, 2:30:31 PM —
- [240809]: Remove WKPageIsWebProcessResponsive ...
- Remove WKPageIsWebProcessResponsive https://bugs.webkit.org/show_bug.cgi?id=194096 Reviewed by Alex Christensen. It is not used by any client. It is also bad API. It is better to let WebKit track responsiveness and tell the client with ...
- By Jan 31, 2019, 1:34:34 PM —
- [240759]: <rdar://problem/47570443> Responsiveness timers are too expensive for ...
- <rdar://problem/47570443> Responsiveness timers are too expensive for frequent events https://bugs.webkit.org/show_bug.cgi?id=194003 Reviewed by Geoffrey Garen. The problem here is specific to wheel events. For every wheel event, we sta ...
- By Jan 30, 2019, 8:53:34 PM —
Note:
See TracSearch
for help on searching.