Files
brave-core/third_party
Max Karolinskiy 5c5d8d884d [cr147] blink::KURL methods renamed.
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/4b899f586d008696129d653b08cf5b5bb9ce5963

commit 4b899f586d008696129d653b08cf5b5bb9ce5963
Author: Kent Tamura <tkent@chromium.org>
Date:   Mon Mar 2 19:13:08 2026 -0800

    blink: Rename functions declared in kurl.{h,cc}

    This CL renames several functions in `kurl.{h,cc}` to follow the Google
    C++ style guide for identifier naming, which prefers `Url` and `Http`
    over `URL` and `HTTP`.

    The following renames were made:
    - ProtocolIsInHTTPFamily -> ProtocolIsInHttpFamily
    - IsAboutBlankURL -> IsAboutBlankUrl
    - IsAboutSrcdocURL -> IsAboutSrcdocUrl
    - InnerURL -> InnerUrl
    - IsAboutURL -> IsAboutUrl
    - InitInnerURL -> InitInnerUrl
    - AssertStringSpecIsASCII -> AssertStringSpecIsAscii
    - BlankURL -> BlankUrl
    - SrcdocURL -> SrcdocUrl
    - EncodeWithURLEscapeSequences -> EncodeWithUrlEscapeSequences

    This is a pure refactoring with no change in behavior.
2026-03-26 19:55:24 -04:00
..
2026-03-26 19:25:02 -04:00