Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve contrast for pinned tabs outline #26213

Closed
wants to merge 37 commits into from
Closed

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    0d6b61d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f03c92c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c71fdd5 View commit details
    Browse the repository at this point in the history
  4. fix(privacy): Shred private WKWebsiteDataStore data types (#26199)

    * Shred private WKWebsiteDataStore data types.
    
    * review(kylehickinson): include _WKWebsiteDataTypeSearchFieldRecentSearches on iOS 16.
    StephenHeaps authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e55d4f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20e3864 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #26202 from brave/issues/41865

    Fixes possible crash when parsing NTT Sponsored Images component resource
    aseren authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    be3fe14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    470081d View commit details
    Browse the repository at this point in the history
  8. Fixed sidebar asan failure when closing browser window

    fix brave/brave-browser#41860
    
    When global panel is shown by deregistering contextual panel,
    SidebarContainerView should stop observing that entry.
    simonhong committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0208151 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. 1.73.47

    brave-builds committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    144493f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26215 from brave/issues/41693

    [ads] Fixes empty device id on Linux
    aseren authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9402786 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26194 from brave/fix_sidebar_asan_failure

    Fixed sidebar asan failure when closing browser window
    simonhong authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1a7579e View commit details
    Browse the repository at this point in the history
  4. [CodeHealth] Use SafeBaseName for TorConfig (#26170)

    The use of `base::FilePath` in `TorConfig` could be a serious source for
    a vulnerability if someone got control of the browser process. This
    change employs the use of `SafeBaseName`, which only allows for the base
    component of a path. With this browser process and the tor launcher do
    agree over a certain definition of how the files are discovered.
    
    Resolves brave/brave-browser#41834
    cdesouza-chromium authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2f6f846 View commit details
    Browse the repository at this point in the history
  5. 1.73.48

    brave-builds committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8476a91 View commit details
    Browse the repository at this point in the history
  6. [Android] Select the highest priority threat from SafetyNetClient.loo… (

    #26195)
    
    * [Android] Select the highest priority threat from SafetyNetClient.lookupUri response
    fixes brave/brave-browser#41581
    ---------
    Co-authored-by: Francois Marier <francois@brave.com>
    AlexeyBarabash authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7c79b15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b650615 View commit details
    Browse the repository at this point in the history
  8. Resolve an issue with automatic flag for timezone

    Resolve format error
    deeppandya committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    446a2ae View commit details
    Browse the repository at this point in the history
  9. 1.73.49

    brave-builds committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f70f697 View commit details
    Browse the repository at this point in the history
  10. Update server selection option in settings

    Resolve format issue
    deeppandya committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7980b55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a40b66 View commit details
    Browse the repository at this point in the history
  12. [iOS] Fix crash when dismissing news opt-in on NTP (#26228)

    Fix crash when dismissing NTP news opt-in.
    StephenHeaps authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e83e96e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #26210 from brave/update_automatic_flag_behaviour_vpn

    Resolve an issue with automatic flag for timezone
    deeppandya authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3373071 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #26238 from brave/update_server_selection_settings…

    …_option_ui
    
    Update server selection settings option UI
    deeppandya authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6aaf5ff View commit details
    Browse the repository at this point in the history
  15. Merge pull request #25949 from brave/ksmith-gl-dodo-2

    Remove Greaselion dependency from Rewards service (v2)
    zenparsing authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    dc4430d View commit details
    Browse the repository at this point in the history
  16. 1.73.50

    brave-builds committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9ff1ef4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    426d035 View commit details
    Browse the repository at this point in the history
  18. [ads] Fixes earnings in rewards non-custodian state count towards ear…

    …nings in rewards custodian state
    tmancey committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    30881b6 View commit details
    Browse the repository at this point in the history
  19. Fix History and Bookmarks and ShieldsPanel and 3-Dot menu URL-Eliding (

    …#26226)
    
    * Fix History and Bookmarks and ShieldsPanel and 3-dot menu
    Brandon-T authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9964975 View commit details
    Browse the repository at this point in the history
  20. [iOS] - Replace NOTREACHED_IN_MIGRATION for iOS (#26224)

    * Remove NOTREACHED_IN_MIGRATION for iOS. Replaced with CHECK, DCHECK, [[no_return]] where necessary.
    Brandon-T authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9a7a73b View commit details
    Browse the repository at this point in the history
  21. [iOS] - Change LazyVStack to VStack to see if it helps. (#26047)

    Change LazyVStack to VStack to see if it helps.
    Brandon-T authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2a44507 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ba2ea46 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    6d24e98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26251 from brave/issues/41101

    [ads] Fixes System Notification ad is clicked and dismissed at the same time on Linux
    aseren authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    25a2f70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ee53fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26235 from brave/issues/41425

    [ads] Fixes earnings in rewards non-custodian state count towards earnings in rewards custodian state
    tmancey authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5b399a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    b94c3d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec3e70 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'theme-contrast' of https://github.com/brave/brave-core

    …into theme-contrast
    aguscruiz committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    df73c13 View commit details
    Browse the repository at this point in the history