Jonathan Bedard
Jonathan Bedard
#### e56ad5dbaca490de1b23adee78804bb409d49a48 [git-webkit] Add trace command https://bugs.webkit.org/show_bug.cgi?id=244859 <rdar://97455957> Reviewed by NOBODY (OOPS!). * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/__init__.py: Add Trace command. * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pickable.py: (Pickable.pickable): Create a CommitsStory object to track more commit relationships. (Pickable.main):...
#### 7b136b96495d5f2a03251711552a84e4bcee9697 [run-webkit-tests] Add performance signposts https://bugs.webkit.org/show_bug.cgi?id=245283 <rdar://100032177> Reviewed by NOBODY (OOPS!). * Tools/DumpRenderTree/mac/DumpRenderTree.mm: (runTestingServerLoop): Reset Signpost enabled flag. * Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py: (setup_shard): Start worker global timer. (teardown_shard): Forward timers to...
#### ff8a6fee555dca5f7a7a50635beb0751061c3d81 [git-webkit] Improve 'trace' regexes https://bugs.webkit.org/show_bug.cgi?id=246543 rdar://101188306 Reviewed by NOBODY (OOPS!). * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/trace.py: (Relationship): Improve regexes for follow-up fixes. * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/trace_unittest.py: (TestRelationship.test_follow_up): Update relationship name. (TestCommitsStory.test_follow_up): Ditto. (TestTrace.test_follow_up_a): (TestTrace.test_follow_up_b):...
#### 5d1a725f367e8e0457e8a745c60c2718cb8a9d3d [git-webkit] Handle invalid commit reference https://bugs.webkit.org/show_bug.cgi?id=246549 rdar://101191143 Reviewed by NOBODY (OOPS!). * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/trace.py: (Trace.relationships): Catch exception in case the commit reference is invalid. * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/trace_unittest.py: (TestTrace.test_invalid_revert): https://github.com/WebKit/WebKit/commit/5d1a725f367e8e0457e8a745c60c2718cb8a9d3d |...
#### 5083d672e2557700b6463aa43ea30ac9749cec2c [git-webkit] Ring terminal bell if input hangs https://bugs.webkit.org/show_bug.cgi?id=244625 <rdar://problem/99397362> Reviewed by NOBODY (OOPS!). * Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py: Add Timer object. * Tools/Scripts/libraries/webkitcorepy/webkitcorepy/terminal.py: (Terminal): (Terminal.input): Support ring timer through alert_after. (Terminal.ring):...
#### 4dc99b7c085317617b9f65a86581594f8510aa0f Interactionless USDZ Popups in Vision Pro <radar://122802255> Reviewed by Tim Horton. Show a pop-up asking the user to confirm they want to quick look preview a USDZ file...
#### 9e215549ba509a55a03a128427f7253a65188653 [UIProcess] Unsafe downcast in ScrollingTreeStickyNode::computeLayerPosition leading to type confusion. https://bugs.webkit.org/show_bug.cgi?id=271395 rdar://125084284 Reviewed by Chris Dumez. Fix various places in scrolling tree-related code where we do unchecked `downcast<>`s of...
#### 174630babc131ab4b38d5c3bca325e943d4c81b8 [git-webkit] Handle core.hooksPath https://bugs.webkit.org/show_bug.cgi?id=274260 rdar://128152670 Reviewed by NOBODY (OOPS!). git doesn't always look for hooks in .git/hooks. We should handle the case where core.hooksPath points somewhere else. *...
#### 50b3bdae60187a9440ba7623dd0e03c6e4ed9758 [webkitflaskpy] Add run-tests rdar://128201046 https://bugs.webkit.org/show_bug.cgi?id=274264 Reviewed by NOBODY (OOPS!). Add a stand-alone testing script for webkitflaskpy. Note that this script is for local usage, these tests are covered...
#### 723d457a68d4123f67b288d88232cc45fab87f02 [run-webkit-tests] Route media tests to a mutually exclusive group https://bugs.webkit.org/show_bug.cgi?id=273797 rdar://127629496 Reviewed by NOBODY (OOPS!). We have evidence that media tests can interfere with one another. We should...