14 Commits
Author SHA1 Message Date
Claudio DeSouza 0490e47ace Overrides for weblayer's url bar not required anymore
Chromium change:
https://chromium.googlesource.com/chromium/src/+/1ce39b3caa70fb8f00e370461979e6d069898323

commit 1ce39b3caa70fb8f00e370461979e6d069898323
Author: Susanne Westphal <swestphal@google.com>
Date:   Wed Nov 2 16:39:29 2022 +0000

    [WebEngine] Remove UrlBarController from weblayer

    Bug: 1378606
2022-12-15 14:18:51 -05:00
samartnik 94c950e8fa [Android] AddAndroidWidevine was guarded in the upstream II
Chromium change:
chromium/chromium@c5384ef

fixing chromium android to compile with enable_widevine=false
chrome_public_apk and monochrome_public_apk targets does not compile
when setting gn flag to enable_widevine=false.
There are a couple of code locations where the
"#if BUILDFLAG(ENABLE_WIDEVINE)" macro is missing

Bug: 1319810
2022-10-13 16:20:03 -04:00
Claudio DeSouza b8c7eff122 media::KeySystemProperties now KeySystemInfo
Chromium change:
https://chromium.googlesource.com/chromium/src/+/d2e5386def5cf7fa2d6fbaffb6cb4f4d32e28865

commit d2e5386def5cf7fa2d6fbaffb6cb4f4d32e28865
Author: Vikram Pasupathy <vpasupathy@chromium.org>
Date:   Fri Sep 2 17:32:25 2022 +0000

    media: Rename KeySystemProperties to KeySystemInfo - file renaming

    This CL renames just the files *key_system_properties* to
    *key_system_info* as part of a greater effort to rename
    KeySystemProperties to KeySystemInfo. This renaming effort is due to
    KeySystemProperties being a plural noun, making it awkward and wordy to
    create vectors and maps. Replacing it with a singular noun was our
    (xhwang, jrummell, and vpasupathy) idea to simplify naming in Chromium.

    Bug: b/241047837
2022-10-13 16:20:02 -04:00
Aleksey Khoroshilov 3b0a9340c0 Remove unnecessary same dir rules in DEPS. 2021-12-08 14:48:24 +07:00
Aleksey Khoroshilov 5a33f242de Remove unnecessary DEPS rules. 2021-12-08 14:48:21 +07:00
Aleksey Khoroshilov 860f6ec6cb Replace relative paths in chromium_src to src-based.
# Conflicts:
#	chromium_src/chrome/browser/ui/dialogs/outdated_upgrade_bubble.cc
#	chromium_src/chrome/browser/ui/views/bubble/bubble_contents_wrapper.cc
#	chromium_src/chrome/browser/ui/views/page_info/page_info_bubble_view.cc
#	chromium_src/chrome/browser/ui/views/page_info/page_info_view_factory.h
#	chromium_src/chrome/common/webui_url_constants.cc
#	chromium_src/components/safe_browsing/content/browser/client_side_model_loader.cc
#	chromium_src/components/translate/core/browser/translate_prefs.cc
#	chromium_src/third_party/blink/renderer/core/loader/subresource_redirect_util.cc
#	chromium_src/third_party/blink/renderer/core/loader/subresource_redirect_util.h
2021-12-08 14:47:35 +07:00
bridiver 2abcbe8926 fix relative include paths for DEPS 2021-02-09 10:23:43 -07:00
bridiver fb3c0f5561 buildtools/checkdeps/checkdeps.py brave --extra-repos=brave runs succesfully 2021-02-06 13:34:00 -07:00
mkarolin fffa31132e Fixes include paths in chromium_src overrides.
Adjusts with the correct number of ".." in the includes.
2020-07-01 18:12:03 -04:00
samartnik adf7902f06 [Android] Added BraveShouldShowPermission implementation for weblayer::PageInfoDelegateImpl
Chromium change:

https://chromium.googlesource.com/chromium/src/+/4b10b651dfdf4b2c010c13b704e7cf2b510637a9

[WebLayer] Add PageInfoClientImpl, PageInfoDelegateImpl.

Add PageInfoClient and delegate implementations for the native code for
WebLayer. PageInfoClient offers an easy way to access PageInfoDelegate.
It's now being set early in the browser process startup.

Several methods in PageInfoDelegateImpl are yet to be implemented and TODOs have
been added for those. The delegate impl isn't being used anywhere right now, but
is necessary to build Page Info UI for WebLayer.

This also implements GetVisibleSecurityState and GetSecurityLevel by
directly calling into components/security_state code. This differs from
Clank's implementation which has extra logic based on Reputation Service
inputs, among other things.

Bug: 1052375
2020-07-01 18:12:03 -04:00
bridiver 433c9106a3 simplify patches for max expiration date 2020-05-26 10:02:29 -04:00
mkarolin daff413b41 Lint fixes 2020-05-26 10:02:29 -04:00
samartnik cac474bee2 [Android] Fixed build error related to AddAndroidWidevine 2020-05-26 10:02:27 -04:00
samartnik 837a2beac5 [Android] Fixed build error related to CanonicalCookie additional param 2020-05-26 10:02:27 -04:00