1. dc409d1 Expose GURL and url::Origin to Rust via CXX bridge. by Liam Brady · 2 days ago main
  2. 891ea25 Reland "Use IDNA2008 on Android API 24+" by Etienne Dechamps · 4 days ago
  3. 185ab68 Revert "Use IDNA2008 on Android API 24+" by luci-bisection@appspot.gserviceaccount.com · 5 days ago
  4. 60b4475 Use IDNA2008 on Android API 24+ by Etienne Dechamps · 5 days ago
  5. 684878d Make sure Cronet PKP code uses the same IDN conversion as the rest by Etienne Dechamps · 5 days ago
  6. 34428f8 Run `gn format` on all BUILD.gn files. by Matt Stark · 12 days ago
  7. cde0c24 Add URL parser boundary coverage by Ján Václav · 12 days ago
  8. 8612278 [LSC] Update LICENSE metadata based on listed LICENSE files by Jordan Brown · 4 weeks ago
  9. 5b48c39 [Fuzzing] Fix ICU deps and initialization. by Edgar Aguilar · 4 weeks ago
  10. 6e1cfdd [url] Remove deprecated IsStandard(spec, Component) overload by Jason Leo · 6 weeks ago
  11. bac908d Apply error prone autofixes for AssertThrowsMinimizer, AssertThrowsBlockToExpression by Andrew Grieve · 6 weeks ago
  12. 8594f19 url: Cache SchemeIsHTTPOrHTTPS result in GURL by Takashi Toyoshima · 7 weeks ago
  13. 49ba52c Use macro for spanified inputs in url fuzzers by Andrew Paseltiner · 9 weeks ago
  14. 2e7cb55 Add a benchmark for SchemeHostPort::Serialize() by Adam Rice · 9 weeks ago
  15. b4fa3ea url: Optimize string handling and move semantics in url::Origin by Andrew Paseltiner · 9 weeks ago
  16. c22ae53 JNI Zero: Expose statics on mirrors as FooJni:: rather than JFooJni:: by Andrew Grieve · 2 months ago
  17. 28a7d29 JNI Zero: Use jobject for non-mirrored CalledByNative return values by Andrew Grieve · 2 months ago
  18. 7578c33 Reland "Enable IDNA ContextJ rules by default" by Philip Jägenstedt · 2 months ago
  19. f7d1198 Add @JniType to a batch of files in //components (#4) by Andrew Grieve · 3 months ago
  20. 32dc896 JNI Zero: Move the implementation of JMyClass to _CalledByNatives<JMyClass> by Martin Kong · 3 months ago
  21. a33d4d5 url: Rename EncodeURIComponent() to EncodeUriComponent() by Kent Tamura · 3 months ago
  22. 8fca9d3 url: Introduce UrlEscapeDecoder to simplify URL decoding by Kent Tamura · 3 months ago
  23. a2785b9 android: Refactor tests to use MockitoJUnit.rule() by Peter Wen · 3 months ago
  24. ab84225 url: Add an overload of DecodeUrlEscapeSequences() by Kent Tamura · 3 months ago
  25. 989d765 url: Rename DecodeURLMode and DecodeURLEscapeSequences by Kent Tamura · 3 months ago
  26. 04a7350 spanification: migrate base::ReadUnicodeCharacter usage to string_view by Bryan Enrique Gonzalez Velez · 3 months ago
  27. a0fab49 url: Introduce UriComponentEncoder by Kent Tamura · 3 months ago
  28. caf59cf Convert GURL& and url::Origin& to const refs in JNI boundary methods by Martin Kong · 3 months ago
  29. b59f729 url: Avoid reallocation in EncodeURIComponent() by Kent Tamura · 3 months ago
  30. 0712a58 url: Add EncodeUriComponent() returning a std::string by Kent Tamura · 3 months ago
  31. 0db4328 Convert std::string& to const std::string& in JNI boundary methods by Martin Kong · 3 months ago
  32. 7d4e4ff url: Prevent crash in DoParseAfterSpecialScheme() by Kent Tamura · 3 months ago
  33. f7ed71c url: Rename IsURIComponentChar() by Kent Tamura · 3 months ago
  34. d554c58 url: Rename HasInvalidURLEscapeSequences() by Kent Tamura · 3 months ago
  35. af69cc3 url: Renaming some functions by Kent Tamura · 4 months ago
  36. c38cef5 url: Reduce usages of static_cast<int>() and checked_cast<int>() by Kent Tamura · 4 months ago
  37. 2f42407 Add API to create origins from nonces for sandboxed frames by Monica Chintala · 4 months ago
  38. 77cb0d8 url: Simplify GURL::ComponentStringPiece() by Kent Tamura · 4 months ago
  39. 799ce34 url: Apply string_view to a GURL constructor by Kent Tamura · 4 months ago
  40. 312d591 url: Resolve the last UNSAFE_TODO in url/ by Kent Tamura · 4 months ago
  41. db4e921 url: Apply string_view to DoesContainWindowsDriveSpec*() by Kent Tamura · 4 months ago
  42. f1af491 Cleanup: Update spelling of random word(s) by Solomon Kinard · 4 months ago
  43. c9bedc2 url: Update unsafe functions by Kent Tamura · 4 months ago
  44. 30c8592 url: Use Pickle::AsBytes() in Origin::SerializeWithNonceImpl() by Kent Tamura · 4 months ago
  45. 8c65b89 url: Remove dead code by Kent Tamura · 4 months ago
  46. 363acb2 Reland "[base] Introduce base::PickleIterator::WithData()" by Mikel Astiz · 4 months ago
  47. bfc05c8 Revert "[base] Introduce base::PickleIterator::WithData()" by Scott Haseley · 4 months ago
  48. d6c5336 [base] Introduce base::PickleIterator::WithData() by Mikel Astiz · 4 months ago
  49. c9b9118 url: Apply std::basic_string_view to functions for IPv6 parsing by Kent Tamura · 4 months ago
  50. 0feafe8 url: Apply string_view to IPv4ComponentToNumber() arguments by Kent Tamura · 4 months ago
  51. 4a4836a url: Apply basic_string_view to DoesBeginUNCPath() arguments by Kent Tamura · 4 months ago
  52. d840428 url: Remove _itoa_s() by Kent Tamura · 4 months ago
  53. 39f3539 url: Resolve UNSAFE_TODOs in gurl_fuzzer.cc by Kent Tamura · 4 months ago
  54. ba79f36 url: Fix an UNSAFE_TODO in url_test_utils.h by Kent Tamura · 4 months ago
  55. b5df515 url: Fix UNSAFE_TODOs in url_parse_unittest.cc by Kent Tamura · 4 months ago
  56. 5c7ba56 Add mojo typemap for ts Url by Fred Shih · 4 months ago
  57. aaf1475 Replace jfloat, jdouble, jbyte, jchar, jshort with C++ types by Martin Kong · 4 months ago
  58. cecf46d url: Mark ParsePort(const char*,...) unsafe by Kent Tamura · 4 months ago
  59. e0ad95d Replace jlong with int64_t (Part 2) by Martin Kong · 4 months ago
  60. d4e5130 url: Deprecate CanonOutputT::data() by Kent Tamura · 4 months ago
  61. 63cac56 url: Resolve UNSAFE_TODOs in url_canon_etc.cc by Kent Tamura · 4 months ago
  62. 00ceba4 url: Resolve UNSAFE_TODOs in url_canon.h by Kent Tamura · 5 months ago
  63. b3c5467 url: Fix UNSAFE_TODOs in url_canon_ip.cc by Kent Tamura · 5 months ago
  64. ad22711 Preserve %2E encoding in URL paths by Helmut Januschka · 5 months ago
  65. ee9ba04 url: Fix UNSAFE_TODOs in url_canon_unittest.cc by Kent Tamura · 5 months ago
  66. 8d45fcc Replace jint with int32_t (Part 2) by Martin Kong · 5 months ago
  67. 9404c75 [SxS] Show view source domain label by Alison Gale · 5 months ago
  68. cfe68e5 Migrate base::Contains() to std::ranges::contains() in url by Victor Hugo Vianna Silva · 5 months ago
  69. 095cd47 Migrate last base::Contains() to .contains() by Victor Hugo Vianna Silva · 5 months ago
  70. a612fee url: Fix UNSAFE_TODOs for fixed-size arrays by Kent Tamura · 5 months ago
  71. b309759 Replace jboolean with bool (Part 2) by Martin Kong · 5 months ago
  72. 01f662e url: Remove FindAndCompareScheme(const char*,int,...) by Kent Tamura · 5 months ago
  73. 71b5232 Non-special leading slash handling by Helmut Januschka · 5 months ago
  74. 7564355 url: Mark deprecated functions as UNSAFE_BUFFER_USAGE by Kent Tamura · 5 months ago
  75. 89f91f8 url: Fix UNSAFE_TODOs in DoParsePort() by Kent Tamura · 5 months ago
  76. 40041c5 url: Fix two UNSAFE_TODOs in DomainIs() by Kent Tamura · 5 months ago
  77. 4f4bfdc url: Remove CanonOutputT::Append(const T*, size_t) by Kent Tamura · 5 months ago
  78. deb8622 url: Use Component::AsViewOn() in DoCanonicalizeStandardUrl() by Kent Tamura · 5 months ago
  79. 181d82b Gurl: Update spelling randomly in one location in gurl.h by Solomon Kinard · 5 months ago
  80. 2febe35 JNI Zero: Make the JNIEnv* parameter optional in Java->Native methods by Martin Kong · 6 months ago
  81. 480b112 Remove superfluous base/gtest_prod_util.h includes from headers by Lei Zhang · 6 months ago
  82. 652b1bf Convert to UNSAFE_TODO in url by Arthur Sonzogni · 6 months ago
  83. 2b102be url: Use string_view for an argument of DoesBeginSlashWindowsDriveSpec by Kent Tamura · 6 months ago
  84. c9b1acd Add about:blank#foo test case to IsAboutBlankTest. by Liam Brady · 6 months ago
  85. 0f4179d url: Use string_views for arguments of AreSchemaEqual() by Kent Tamura · 6 months ago
  86. e31794f url: Use string_view for an argument of IsValidScheme() by Kent Tamura · 6 months ago
  87. 17aad7b Android: Replace JavaParamRef -> JavaRef (part 4) by Andrew Grieve · 6 months ago
  88. 5cc3755 url: Use std::u16string_view for an argument of DoIDNHost by Kent Tamura · 6 months ago
  89. 8dca9d2 Add DEFINE_JNI macro to the end of every file (part 5) by Martin Kong · 6 months ago
  90. 1c3f59f url: Merge StringViewReplacements into Replacements by Kent Tamura · 6 months ago
  91. 20a942f url: Mark Component::maybe_as_string_view_on() unsafe by Kent Tamura · 6 months ago
  92. e9418e8 url: Remove Component::as_string_view_on() by Kent Tamura · 6 months ago
  93. 174bf39 url: Use string_views for URLComponentSource data members by Kent Tamura · 6 months ago
  94. 47c4776 spanification: Clean up unneeded parameters in by Stephen Nusko · 6 months ago
  95. 2587dd5 url: Add MaybeFoo() methods to url::Replacements by Kent Tamura · 6 months ago
  96. a015cd1 url: Use string_view for Replacements setters by Kent Tamura · 6 months ago
  97. b58d865 url: Move StringViewReplacements::SetFooStr() to Replacements by Kent Tamura · 6 months ago
  98. bfab6ff url: Replace URLComponentSource/Parsed pair with Replacements by Kent Tamura · 6 months ago
  99. 0e1644a url: Use string_views for three functions in url_parse.cc by Kent Tamura · 6 months ago
  100. 84e5159 url: Use string_view for a FindQueryAndRefParts() argument by Kent Tamura · 6 months ago