[go: nahoru, domu]

  1. 6b4f784 [tracing] Emit 'navigation-start' background tracing trigger. by Etienne Pierre-doray · 5 months ago
  2. 5c12625d [soft navigations] Refactor SoftNavigationEventScope creation by Scott Haseley · 5 months ago
  3. 9a8fc2e [gc] Make FontCustomPlatformData gc'd. by Ian Kilpatrick · 5 months ago
  4. 346a414 [buganizer] Migrate DIR_METADATA in third_party/blink/renderer/core/ by Jeff Yoon · 5 months ago
  5. ec2b01f Simplify loading transparent placeholder images by Nidhi Jaju · 5 months ago
  6. d16b4db [Blink][CodeHealth] Migrate core/loader to blink_unittests_v2 by Etienne Pierre-doray · 5 months ago
  7. eece40c6 Fix failing CHECK with devtools window measuring soft-navs by Michal Mocny · 5 months ago
  8. d2b5c17 Rename {absl => std}::optional in //third_party/blink by Arthur Sonzogni · 5 months ago
  9. e54bce8 [soft navigations] Refactor APIs to remove ScriptState by Scott Haseley · 5 months ago
  10. 61c1b2090 [bfcache] Capture source location of JS execution by Kurumi Muto · 5 months ago
  11. ef3604412 Pass ExecutionContext into ScriptResource by Dave Tapuska · 6 months ago
  12. b465dc8 blink: converts KURL::GetString() to return AtomicString by Scott Violet · 6 months ago
  13. 3fcc7f1 blink: make compile time of document.cc faster by Takuto Ikuta · 6 months ago
  14. dadf1a7 [MemoryCache] Add simple LRU based strong reference cache by Dave Tapuska · 6 months ago
  15. 7eed8cae Implement "json" fetch destination for JSON module scripts by Nicolò Ribaudo · 6 months ago
  16. 49fd5090 Forward declare StyleSheetContents by Erik Staab · 6 months ago
  17. 7cb76819 Remove UserAgentClientHint feature flag by Victor Tan · 6 months ago
  18. 188883f Use "style" destination when fetching CSS modules by Nicolò Ribaudo · 6 months ago
  19. e2d4dac3 Fix drag regions not working after navigation in WCO app by Amanda Baker · 6 months ago
  20. dbf83d1b NavigationPredictor: Fix metrics recording in the presence of cross-origin iframes by Kevin McNee · 6 months ago
  21. 37013fa Use "br-d" content encoding when V2 backend is enabled. by Tsuyoshi Horo · 6 months ago
  22. 03154e8 Create URLLoaderThrottles in the background thread by Tsuyoshi Horo · 6 months ago
  23. 14c49e5 Allow non-opaque fenced frames to inherit select permissions. by Liam Brady · 6 months ago
  24. 2455e700 Use network::ResourceRequest instead of WebURLRequest in ResourceFetcher by Tsuyoshi Horo · 6 months ago
  25. fb94946d Move duration UMA logging for fetch keepalive requests to proper place. by Ming-Ying Chung · 6 months ago
  26. b67556c Stop using freezable_task_runner in BackgroundURLLoader by Tsuyoshi Horo · 6 months ago
  27. cd28cc12 Remove ResourceCache by Kenichi Ishibashi · 6 months ago
  28. 278b3ba4 Add finch config for soft navigation heuristics. by Ian Clelland · 6 months ago
  29. f67f2c0 Add loading breakdown UKMs for HTMLDocumentParser by Nidhi Jaju · 6 months ago
  30. bfa1bcdb [soft navigations] Fix EventScopeType style by Scott Haseley · 6 months ago
  31. 926dafb [AWC] Refactor min/max/restore from LocalFrameHost to LocalMainFrameHost by Sonja · 6 months ago
  32. 091946e Add loading breakdown metrics for HTMLDocumentParser by Nidhi Jaju · 7 months ago
  33. 018fa4d9 RB: Improve performance when element render blocking is not used. by Vladimir Levin · 7 months ago
  34. ad548c1 Add UKMs for zstd content-encoding by Nidhi Jaju · 7 months ago
  35. 8af59d5 Add LayoutObject image attach helper to ImageLoader by Fredrik Söderquist · 7 months ago
  36. 3d49e449 Remove WebURLLoaderThrottleProviderForFrame by Tsuyoshi Horo · 7 months ago
  37. 5c9953a Change the route of passing is_ad_resource flag by Tsuyoshi Horo · 7 months ago
  38. 4d335df Pass PendingRemote<CodeCacheHost> for background on CommitNavigation by Tsuyoshi Horo · 7 months ago
  39. ac53a59 [local compile hints] Add tests by Marja Hölttä · 7 months ago
  40. da8e23f7 RenderBlocking: Implement element render blocking by Vladimir Levin · 7 months ago
  41. ce05c1ee [soft navigations] Remove ScriptState from SoftNavigationEventScope by Scott Haseley · 7 months ago
  42. 4178e36 Remove CHECK for missing cached cookie by Olivier Li Shing Tat-Dupuis · 7 months ago
  43. 4fa32ab Simplify 'poster' handling for <video> by Fredrik Söderquist · 7 months ago
  44. 90c28f2 Remove Usecounters for ORB Blocking. by Daniel Vogelheim · 7 months ago
  45. 62f4ea2 Add more breakdown metrics for preload scanner by sisidovski · 7 months ago
  46. 6bdbea1 Pass attribution runtime features on fenced frame creation. by Liam Brady · 7 months ago
  47. 8874fa77 Remove WarnSandboxIneffective runtime-enabled feature. by Jeremy Roman · 7 months ago
  48. 3d54402 Reland "[blink] Migrate modules:unit_tests to blink_unittests_v2" by Etienne Pierre-doray · 7 months ago
  49. 6c9493b [LCPP] Feature flag for LCPP loading priority in ImageLoader by Alex N. Jose · 7 months ago
  50. 44c2750 Revert "[blink] Migrate modules:unit_tests to blink_unittests_v2" by Brian Begnoche · 7 months ago
  51. 4f11ba9 [blink] Migrate modules:unit_tests to blink_unittests_v2 by Etienne Pierre-doray · 7 months ago
  52. 353d751 speculation rules: Improve error messages on failed loads. by Jeremy Roman · 7 months ago
  53. 4d7afad speculation rules: Separate context type and destination. by Jeremy Roman · 7 months ago
  54. aa7add5 Pass WorkletGlobalScope into WorkletModuleScriptFetcher by Dave Tapuska · 7 months ago
  55. 9759398 Pass Isolate into inspector_trace_events methods by Dave Tapuska · 7 months ago
  56. 02340986 Make sure process-isolated sandbox srcdoc iframes get secure contexts. by W. James MacLean · 7 months ago
  57. 6b883f9 [CodeHealth] Remove expired Memory.Renderer histogram by Richard Chen · 7 months ago
  58. e9bc6159 Rename WebVector's Clear() and Swap() to follow STL naming conventions. by Daniel Cheng · 8 months ago
  59. 364a72e0 Fire the navigate event earlier for cross-document traversals by Nate Chapin · 8 months ago
  60. 2ad129c AutoSpeculationRules: opt out on other-SR insertion by Domenic Denicola · 8 months ago
  61. f6b1d9a Rewrite DOMWrapperWorld::MainWorld by Dave Tapuska · 8 months ago
  62. 35df3f3 Pass in ScriptState/ExecutionContext to V8ActivityLogger by Dave Tapuska · 8 months ago
  63. 5f0aea67 Store the enum in ComputedStyle for the 'image-orientation' property by Fredrik Söderquist · 8 months ago
  64. 4bad08c Rename length to size in SizesAttributeParser by Traian Captan · 8 months ago
  65. c0c69be Remove the bulk of <portal> code. by Jeremy Roman · 8 months ago
  66. 2b553dda Use speculation rules response URL as the base URL. by Jeremy Roman · 8 months ago
  67. 046a120 AutoSpeculationRules: abort if other SRs exist by Domenic Denicola · 8 months ago
  68. 33c00335 Clean up Expect-CT leftovers by Emily Stark · 8 months ago
  69. edee79e Simplify history_item in DocumentLoader constructor. by Fergal Daly · 8 months ago
  70. 70f93cf [Soft Navigation] Enable multiple interactions by Yoav Weiss · 8 months ago
  71. 5e03b6f Introduce a new WebFrameLoadType and NavigationType for restores by rubberyuzu · 8 months ago
  72. d7a5e96 Shared Storage: Ensure that origins using headers aren't opaque by Camillia Smith Barnes · 8 months ago
  73. 176f907 Reland "Represent form-factor client hint as a list" by Dustin J. Mitchell · 8 months ago
  74. 4e4283d Reland 1: Fix renderer content settings (part 5 / N) by Erik Chen · 8 months ago
  75. 0660fa0 Refactor blink signal to autofill on form related changes by Jihad Hanna · 8 months ago
  76. 23a3c923 Remove EarlyHintsPreloadForNavigationOptIn runtime-enabled feature. by Jeremy Roman · 8 months ago
  77. 971ff55 Support BFCache eviction with BackgroundResourceFetch feature by Tsuyoshi Horo · 8 months ago
  78. 71c16ba Revert "Fix renderer content settings (part 5 / N)" by Erik Chen · 8 months ago
  79. d4ca3a0 Remove FormRelAttribute flag by Joey Arhar · 8 months ago
  80. a2c881f5 NavigationActivation prototype by Nate Chapin · 8 months ago
  81. c9c8fd7 Fix renderer content settings (part 5 / N) by Erik Chen · 8 months ago
  82. 637f6ea Tag document.cookie accesses with whether they are ad tagged by John Delaney · 8 months ago
  83. 387cb396 Clean up/simplify CSSFontFaceSrcValue by Fredrik Söderquist · 8 months ago
  84. da394ba Return the cookie deperecation label synchronously for the JS API by Nan Lin · 8 months ago
  85. 59436663 Move additional shared <url> value fields to CSSUrlData by Fredrik Söderquist · 8 months ago
  86. b827d7e Handle DoDeferredCloseWindowSoon on a swapped out WebViewImpl by Rakina Zata Amni · 8 months ago
  87. c04d12e Support loading code cache on a background thread by Tsuyoshi Horo · 8 months ago
  88. e6443c3 LCPP: metrics for font prediction. by Yoshisato Yanagisawa · 8 months ago
  89. 8a95f2f Shared Storage: Allow fetch/img header writes if permission on redirect by Camillia Smith Barnes · 8 months ago
  90. 5700570 [Private Network Access] Add origin trial feature name and start experimenting. by Yifan Luo · 9 months ago
  91. eed5b89c Gate attribution reporting in-browser behind a flag by Ming-Ying Chung · 9 months ago
  92. 2932389 Initial implementation of BackgroundResourceFetch by Tsuyoshi Horo · 9 months ago
  93. d181f6f Add response flag for hash-based code caching by Seth Brenith · 9 months ago
  94. 391867aac [SAA] Inherit storage access in DedicatedWorkers at creation time by Chris Fredrickson · 9 months ago
  95. e6b6243a Revert "Represent form-factor client hint as a list" by Dustin Mitchell · 9 months ago
  96. 7b25a67d Member: Don't rely on implicit opterator T* [5/n] by Michael Lippautz · 9 months ago
  97. a227ee2 AutoSpeculationRules: move from HashMap to Vector by Domenic Denicola · 9 months ago
  98. 6fef9b42 Better usage of conversion functions to/from Unix epoch: 3p/blink by Peter Kasting · 9 months ago
  99. 6a06197 Add DumpWithoutCrashing for the HashMap lookup by sisidovski · 9 months ago
  100. f079d483 Add my self to Blink core/loader's OWNERS by Takashi Toyoshima · 9 months ago