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