1. 3faa860 Make Network.setBlockedURLs take URLPatterns by Philip Pfaffe · 2 days ago
  2. 07393dc Adjust results_fetcher regex to also match structured test ids by Ben Joyce · 3 days ago
  3. 5b6ba40 Revert "[web-tests] Lint VirtualTestSuites for formatting" by Jonathan Lee · 7 days ago
  4. e2df816b [wpt-importer] Mark https://crrev.com/c/6977528 as "exported" by Jonathan Lee · 8 days ago
  5. 4e02bcf [web-tests] Lint VirtualTestSuites for formatting by Jiamei Liu · 8 days ago
  6. 5aece2e9 Allow all variants of base::DoNothing in blink code by Stefan Zager · 11 days ago
  7. 8b40fd2 [wptrunner] Count browser-compat-data features from trace events by Jonathan Lee · 11 days ago
  8. ac63515 Move ScrollSourceType enum definition to cc by moonira · 11 days ago
  9. 5572228d [wptrunner] Don't fail shard with `run_wpt_tests.py --no-expectations` by Jonathan Lee · 14 days ago
  10. a99187e [web-tests][code-health] Remove bitrotted "bot expectations" by Jonathan Lee · 2 weeks ago
  11. 4946bd8 [net] Add strict JSON MIME token validation behind flag by Issack John · 2 weeks ago
  12. 2b00bb46 Exclude skipped tests from the 'tests run' count on early exit. by Jiamei Liu · 2 weeks ago
  13. 4502cd6 [soft navs] Fix image pseudo element handling in pre-paint mode by Scott Haseley · 3 weeks ago
  14. b57c2e7b [DSSC][5] Extend CaptureTarget with the `source` field by Elad Alon · 3 weeks ago
  15. e75e787 [FPF-CI]: Introduce blink::NoiseToken for fingerprinting protection by Giovanni Ortuño Urquidi · 3 weeks ago
  16. 0ecd794 [DSSC][2] Use CropVersion in Blink by Elad Alon · 3 weeks ago
  17. 2d22fdc2 [blinkpy] Remove remaining six usage by Jiamei Liu · 3 weeks ago
  18. ad6448a Allow liburlpattern usage in blink/common and blink/public/common by Edman Anjos · 3 weeks ago
  19. ceb0c6c Add module_scheme to result sink init by Ben Joyce · 3 weeks ago
  20. 412b30a Remove `six` and replace `six.StringIO` with `io.StringIO`. by Jiamei Liu · 3 weeks ago
  21. af40378 [wptrunner] Clean up unused `WPTResultsProcessor.test_name_prefix` by Jonathan Lee · 4 weeks ago
  22. 6d966e1 Fix oversights in audit_non_blink_usage.py. by Peter Kasting · 4 weeks ago
  23. c295733f Fix comment in audit_non_blink_usage.py by Dylan Cutler · 4 weeks ago
  24. bde48aea [FedCM] FedCM API to support multiple formats of token. by suresh potti · 4 weeks ago
  25. 436c881 Add dtapuska@ to audit_non_blink_usage.py OWNERS by Daniel Cheng · 4 weeks ago
  26. 2dd1fb0 Revert "Roll Catapult from 3c5077921dba to 72143d516f16 (1 revision)" by Corentin Wallez · 5 weeks ago
  27. c431f395 Add module_scheme to result sink init. by ben joyce · 5 weeks ago
  28. a27f7c2d [FPF-CI] Track triggers when canvas is transferred to offscreen by Tom Van Goethem · 6 weeks ago
  29. 95252d66 Fix blinkpy.c.s.e.ExecutiveTest.test_kill_process for win11-24h2 by Kuan Huang · 6 weeks ago
  30. c6896f2 [wptrunner] Support `run_wpt_tests.py --enable-per-test-tracing` by Jonathan Lee · 6 weeks ago
  31. 4b53d34 [AdTracker] Replace Ancestry structs with Variant by Josh Karlin · 6 weeks ago
  32. c92c4fd1 [rebaseline-cl] Add `rebaseline-cl --issue` by Jonathan Lee · 6 weeks ago
  33. 11aebaf [blinkpy] Support non-Git checkouts like cogfs by Jonathan Lee · 6 weeks ago
  34. 1000759 Use WebGPUTextureScopedAccess in GPUCanvasContext by Mingjing Zhang · 6 weeks ago
  35. fcf9e84 Convert non-compliant initiatorType values for resource timing by Guohui Deng · 6 weeks ago
  36. b322790 Remove `WTF::` in third_party/blink/public/ by Kent Tamura · 7 weeks ago
  37. 9cee804 Reland "Use base::ByteCount in base::SysInfo." by François Doray · 7 weeks ago
  38. 76df430 Revert "Use base::ByteCount in base::SysInfo." by Peter Pakkenberg · 7 weeks ago
  39. 1d9a1d3 Use base::ByteCount in base::SysInfo. by François Doray · 7 weeks ago
  40. d54a424 Output AudioCodecProfile from ParseAudioCodecString() by Dale Curtis · 7 weeks ago
  41. b7bb7f0 Improve base::ByteCount by Avi Drissman · 7 weeks ago
  42. 12acd5d Update computed text-decoration serialization by Kent Tamura · 8 weeks ago
  43. 4d17ffe [cleanup] Fix warning in audit_non_blink_usage.py. by Andreas Haas · 8 weeks ago
  44. c4404ffc Switch SystemMemoryInfoKB to use ByteCount by Avi Drissman · 8 weeks ago
  45. c2523189 [gpu] Use SIFormat for legacy GMBs validity util methods by Saifuddin Hitawala · 8 weeks ago
  46. af3df7b8 [wpt-importer] Skip export for https://crrev.com/c/6794665 by Jonathan Lee · 9 weeks ago
  47. d1c819d [Unencoded-Digest] Enforce using the network-parsed header. by Mike West · 9 weeks ago
  48. ffc66f41 [tracing] Clean up dangling references to `--trace-shutdown` by Jonathan Lee · 9 weeks ago
  49. bd9c2737 Typemap `network::mojom::IntegrityMetadata` to a C++ struct. by Mike West · 9 weeks ago
  50. b7ed63d audit_non_blink_usage: Reject WTF:: in new code by Kent Tamura · 2 months ago
  51. 21b0d2e [IDB] Exclude allocation-heavy functions from PA's extra checks by mikt · 2 months ago
  52. 69b496a Move wtf/ref_counted.h to "blink" namespace by Kent Tamura · 2 months ago
  53. 99cab8c Move wtf/thread_safe_ref_counted.h to "blink" namespace by Kent Tamura · 2 months ago
  54. 60a61dd Migrate Blink's platform/media/ to Blink mojom variant (2/2) by Henrique Ferreiro · 3 months ago
  55. a860ab9 Migrate Blink's platform/media/ to Blink mojom variant (1/2) by Henrique Ferreiro · 3 months ago
  56. ccf8a92 [wptrunner] Fix Xcode installation for Chrome iOS by Jonathan Lee · 3 months ago
  57. 7ad9f79 [blinkpy] Share and test Cog check logic by Jonathan Lee · 3 months ago
  58. eaf905e [iOS Blink] Update default SDK version to 26.0 for web tests by Gyuyoung Kim · 3 months ago
  59. 6b4304b [WPT Import] Add mechanism to mark CLs as exported by James Scott · 3 months ago
  60. 7dd87827 blink peerconnection: stop using md5 for track IDs by Elly · 3 months ago
  61. 44f78732 Fix comment in audit_non_blink_usage.py by Dylan Cutler · 3 months ago
  62. 4313197 [InputVizard] Convert BindInputTargetClient crash to a non-fatal dump by Aman Verma · 3 months ago
  63. e42cea0 Gate new cookie prefixes behind feature flag in Cookie Store API by Dylan Cutler · 3 months ago
  64. 936810f Switch wtf/text/string_utf8_adaptor.h to "blink" namespace by Kent Tamura · 3 months ago
  65. 47fcb180 Blob fetch: record the OK case to understand the error rate by Mingyu Lei · 3 months ago
  66. dd0cc258 [Blink] Move CanvasResourceProviderPassThrough into WebGL context by Colin Blundell · 3 months ago
  67. 628b7155 Mitigate web-transport throttling based on the end-point's IP by Javier Fernández García-Boente · 3 months ago
  68. 3ed9ea6 WebGLOnWebGPU: Initialize the ANGLE platform by Geoff Lang · 3 months ago
  69. dd85075c TaskAttribution: Rename variables and functions by Guohui Deng · 4 months ago
  70. 1d8261c0 [owners] Remove [email protected] from third_party/blink/tools/blinkpy/web_tests/web_test_analyzers/OWNERS by Owners Cleanup · 4 months ago
  71. b0edabb3 [ios blink] Implement WebNFC for iOS by Dave Tapuska · 4 months ago
  72. 987c46a5 Switch wtf/text/character_names.h to "blink::uchar" namespace by Kent Tamura · 4 months ago
  73. 2459e18 [blinkpy][code-health] Inline `six.moves.*` and other aliases by Jonathan Lee · 4 months ago
  74. d30222d Refactor corner-shape color joins to work in most cases by Noam Rosenthal · 4 months ago
  75. fe42573 Remove WTF::NotNullTag usage and replace with base::NotNullTag by Helmut Januschka · 4 months ago
  76. 16d0801 [wpt-importer] Relax ownership requirement for finding last imported CL by Jonathan Lee · 4 months ago
  77. ac230a5 [web-tests] Clean up `Port.get_crash_log()` signature by Jonathan Lee · 4 months ago
  78. 9a04b589 corner-shape: constraint radii based on opposite corner overlap by Noam Rosenthal · 4 months ago
  79. 6c2cc80 [wptrunner] Install current stable Clank/chromedriver with `--stable` by Jonathan Lee · 4 months ago
  80. 4ef58bc Re-enable disabled test and enable IPv6 for Apache on Windows by Alex Rudenko · 4 months ago
  81. 77e2317 Writing Assistance APIs: Prevent GC while streaming response by Mike Wasserman · 4 months ago
  82. 5cef8bb5 [blinkpy][code-health] Eliminate `six.PY{2,3}` branches by Jonathan Lee · 4 months ago
  83. b618f9be [blinkpy][code-health] Eliminate u-strings by Jonathan Lee · 4 months ago
  84. e2bc9c4 [blink] Replace base::Overloaded with absl::Overload by Ho Cheung · 4 months ago
  85. b35adcdb Nested VT: Implement border copying. by Vladimir Levin · 4 months ago
  86. 054de5a [bindings] Make ScriptWrappable a subclass of v8::Object::Wrappable by Andreas Haas · 4 months ago
  87. 8efa85c [wpt-importer] Fix config for adding Android-specific expectations by Jonathan Lee · 4 months ago
  88. 569d417 [web_tests] Switch to uploading test results with status V2. by Patrick Meiring · 4 months ago
  89. 98fa1ba [web-tests] Move CLI definitions to `blinkpy.web_tests.command_line` by Jonathan Lee · 4 months ago
  90. b8f7dd0 [wptrunner] Port `--driver-logging` to `run_wpt_tests.py` by Jonathan Lee · 4 months ago
  91. 733f0bab [web-tests][code-health] Clean up attributes on `Port` by Jonathan Lee · 4 months ago
  92. 0bae75a [wptrunner] Fix `run_wpt_tests.py --verbose` help by Jonathan Lee · 4 months ago
  93. 03d545e [web-tests] Remove browser test ports by Jonathan Lee · 4 months ago
  94. 5d140d2 Use android-15-chrome-blink-rel for rebaselining by Weizhong Xia · 4 months ago
  95. 7eb8ed9 Roll wpt tooling by Hubert Chao · 4 months ago
  96. 29c5b13 [web-tests] Clean up more macOS 11 references in expectations/tests by Jonathan Lee · 4 months ago
  97. 6e5f7344 [web-tests] Remove macOS 11 expectations and support code by Jonathan Lee · 4 months ago
  98. c573841 [WebGLOnWebGPU] Add a partial GLES2Interface for use by WebGLObject by Corentin Wallez · 4 months ago
  99. c33679e Reland "[WebGLOnWebGPU] Create the ANGLE display and context" by Geoff Lang · 4 months ago
  100. f4d52252 Revert "[WebGLOnWebGPU] Create the ANGLE display and context" by Shunya Shishido · 4 months ago