- 30 Oct, 2020 40 commits
-
-
Adam Langley authored
The MakeCredential and GetAssertion calls take a large number of arguments. This change makes them structs instead. This will be useful in the next change when these arguments need to be held pending a notification on Android. BUG=1002262 Change-Id: Ia03c2f786e36243902749183e6d3307a45c0717a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500275 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#822731}
-
Elly Fong-Jones authored
Bug: 1134730 Change-Id: Ibe825add4319fa3c821b7c5780812a920e1a573f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510237Reviewed-by:
Milica Selakovic <selakovic@google.com> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#822730}
-
Brandon Wylie authored
Eliminate #onNativeLibraryReady from the LocationBar interface. Prevent Toolbar classes from poking at LocationBar to do native initialization. Change-Id: I8c3439f8021309a23fe48eec8d7647015d2570dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473344 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
who/bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#822729}
-
Salvador Guerrero authored
This CL disables the following test: * org.chromium.chrome.browser.sync.SyncTest#testSignInAndOut Because it's flaky on builder: * android-arm-beta-tests TBR=yfriedman@chromium.org Bug: 1144221 Change-Id: I18fb396a0f54a5f2e351245a66b6c592b7b9e820 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510611Reviewed-by:
Salvador Guerrero <salg@google.com> Commit-Queue: Salvador Guerrero <salg@google.com> Cr-Commit-Position: refs/heads/master@{#822728}
-
Matt Menke authored
It was using the SpawnedTestServer, which is slow to start, and has been a never ending source of flake. HeadlessBrowserTest.ServerWantsClientCertificate will continue to use the SpawnedTestServer, since the EmbeddedTestServer does not support client cert requests. Bug: 492672 Change-Id: I03a511abf63ee149704c908e838275f07b4e9903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508652 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/master@{#822727}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b7fc7a467710..eed4cbab5e8c 2020-10-30 egdaniel@google.com Guard use of GrVkGpu in GrAHardwareBufferUtils 2020-10-30 johnstiles@google.com Fix prefix/postfix mixup discovered by fuzzer. 2020-10-30 tdenniston@google.com Handle cubic segments in variable-width stroker 2020-10-30 johnstiles@google.com Reland "Moved SkSL data back into node classes" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC jcgregorio@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jcgregorio@google.com Change-Id: I93111893801913b1062f1cd591c61313daeda43c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510328Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822726}
-
Kevin McNee authored
This portals behaviour change was guarded by a flag as we did not want to change behaviour in the middle of an origin trial. The portals origin trial lasted from M85 to M86, so we can now un-gate the change. Bug: 1102081 Change-Id: I9202363c56bb2801874ccb84c16e1e6527a40e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510373Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#822725}
-
Lucas Furukawa Gadani authored
This CL was uploaded by git cl split. R=szager@chromium.org Bug: 1142671 Change-Id: I38de99a1ea146247a0a9e7a6f75eb4826a2cdf72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500217 Auto-Submit: Lucas Gadani <lfg@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#822724}
-
Etienne Bergeron authored
This CL fix a startup regression due to loading the voices DLLs early after startup. On startup, there a call to TtsControllerImpl::VoicesChanged(...). The call check whether or not the TTS platform is loaded (TtsPlatformLoading(...)). Unfortunately, this is accessing the singleton and creating it. The creation triggers the DLL loading. Bug: 869399 Change-Id: I639cec62ee176c36aee888413a1a91d893d165b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505575Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#822723}
-
James Cook authored
The lacros browser version, and release channel, can be different from the underlying OS release channel. Record a metric for the OS release channel (stable, beta, etc.) as part of lacros browser startup metrics. This will help us make rollout decisions and decide what OS channels to use for QA. For background on lacros, see //docs/lacros.md or go/lacros Bug: 1142646 Change-Id: I7e8f39f1e9b88241dbabf35fdf903f19c57c4a66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508401 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#822722}
-
Ben Mason authored
Bug: 1131716 Change-Id: I7d8d9ae2104d6a88bbe1e3f7568dc04748a2a47b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508230 Commit-Queue: Mike Pinkerton <pinkerton@chromium.org> Reviewed-by:
Mike Pinkerton <pinkerton@chromium.org> Auto-Submit: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#822721}
-
Elly Fong-Jones authored
Bug: None Change-Id: I43f3af3003d12d218140db9415df13b230e1e2e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508324 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#822720}
-
Salvador Guerrero authored
This CL disables the following test: * AppBannerManagerTest.testBlockedModalNativeAppBannerResolveUserChoice Because it crashes on builder: * test-o-phone TBR=dominickn@chromium.org Bug: 1144199 Change-Id: I31cd1c0f718f559d67587b7d9a62ac9c7622ab15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510358Reviewed-by:
Salvador Guerrero <salg@google.com> Commit-Queue: Salvador Guerrero <salg@google.com> Cr-Commit-Position: refs/heads/master@{#822719}
-
Lijin Shen authored
Add a detector for message banner view. To detect swipe gestures, set a swipe handler by MessageBannerView#setSwipeHandler. Bug: 1123947 Change-Id: Ie8e1405e4bf4c31b37707a2d5e7f33b582283ea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473801Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#822718}
-
Anders Hartvoll Ruud authored
Ideally we would change :host() and :host-context() to take a single compound selector instead of a list, per CSSWG resolution (see bug). Or, failing that, we should simplify the specificity calculation such that it takes place statically. Hence I'm adding use-counters for both of these scenarios. Bug: 1143404 Change-Id: I9b37641a4b95acc25502d66094a7db2147cda753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505981 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#822717}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5ae623f592fc..93f7621b08d3 2020-10-30 edcourtney@google.com Change ExtractTarball to use existing compression helpers. 2020-10-30 jomag@google.com packages: use chroot-relative path for DriveFS 2020-10-30 edcourtney@google.com Move ExtractTarball to cros_build_lib. 2020-10-30 ahassani@chromium.org xbuddy: Do not rename update payloads to update.gz anymore 2020-10-29 davidriley@chromium.org chromeos_config: Enable Notifications for borealis release builds. 2020-10-29 cjmcdonald@chromium.org uprev_lib: Remove stale package cleanup from chrome uprev manager If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I9f86fd819c0970c8b0b6964e5e64d8dc57887477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510319Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822716}
-
Antonio Sartori authored
This CL stores the document's Referrer Policy inside the Policy Container and uses it for inheritance in case of local scheme URLs. The behaviour is hidden behind a feature flag, disabled by default. Change-Id: I5397f55afad0634f485cb5f79134db48b094b3a3 Bug: 1130587, 1075738 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424345 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#822715}
-
Jeffrey Young authored
Used for automating ambient mode tast tests. Add prefs for configuring lock screen inactivity timeout and background lock screen timeout after ambient mode starts. BUG=b:169579102 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Change-Id: I2040ea5a0519b985ad246132925815d87754f7e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485754 Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#822714}
-
Eugene Zemtsov authored
VideoEncoder might be used for live video or something else that a user is waiting for. This priority is suggested by Gabriel Charette. Bug: 1132057 Change-Id: I893b6a17df0cfeee368b8ee5a87afe12912a1ed2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508516 Auto-Submit: Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#822713}
-
chinsenj authored
Currently the desk rename textfield does not account for its padding when eliding its text. This results in the first couple of letters not being visible when a long desk name is typed. This CL fixes this bug by making the desk rename textfield account for its padding. Test: manual Bug: 1142104 Change-Id: I515e9822bd8d1321d62bb976bdfa59ad5fcb48ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505678Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Cr-Commit-Position: refs/heads/master@{#822712}
-
Andrew Grieve authored
Change-Id: I7151ec2d5161c5ba7b424486f88156a7c6c669f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510091 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#822711}
-
Dave Tapuska authored
We can remove the WebWidgetClient callback to get the FrameSinkId and replace it with a parameter passed into the ctor. BUG=1097816 Change-Id: I4369df664776262e9331df8dcc49ff1c97a68325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504748Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#822710}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=lakpamarthy@chromium.org Change-Id: I4e06a7a480bd6a1f6743fbd035edd52f051f5eaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510377Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822709}
-
Igor Britsky authored
For GCC 8.4.0 is important to get all the first initializer in designated init-list in case of implicit construction. Correct compile if use explicit construction. Error example (GCC 8.4.0): In file included from ../../ui/gfx/x/event.h:14, from ../../ui/events/platform/x11/x11_event_source.h:19, from ../../ui/events/platform/x11/x11_event_source.cc:5: gen/ui/gfx/x/xproto.h:2744:16: note: candidate: 'x11::Future<void> x11::XProto::CreateWindow(const x11::CreateWindowRequest&)' gen/ui/gfx/x/xproto.h:2744:16: note: no known conversion for argument 1 from '<brace-enclosed initializer list>' to 'const x11:: CreateWindowRequest&' ../../ui/events/platform/x11/x11_event_source.cc:201:4: error: no matching function for call to 'x11::Connection::ChangeProperty(<brace- enclosed initializer list>)' Bug: 819294 Change-Id: I604af19e3c441bbb788d0b6094c52f12df49269e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506431Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#822708}
-
Yann Dago authored
This is a reland of e977adb7 Original change's description: > PolicyService: Notify when policies from all providers are loaded > > Add a new PolicyService::Observer::OnFirstPoliciesLoaded function to > listen to first policies loaded on a policy domain. This allows > observers to be notified when all policies are loaded. This allows > services that rely on policies to wait for eventual cloud policies > before starting. This can take sometime if the cloud policies do not > have a local cache and need to fetch their policies over the network. > > Bug: 1129065 > Change-Id: I5b50b0b6a1737c818ea2277d905a64151f45c95e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409132 > Reviewed-by: Owen Min <zmin@chromium.org> > Reviewed-by: Sergey Poromov <poromov@chromium.org> > Reviewed-by: Marc Treib <treib@chromium.org> > Commit-Queue: Yann Dago <ydago@chromium.org> > Cr-Commit-Position: refs/heads/master@{#822342} Bug: 1129065 Change-Id: Ia10604c2332f616bbed45fc117d005334dacbf60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509971Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#822707}
-
Elly Fong-Jones authored
This flag has been expired since M76 and controls a disabled-by-default feature, so the code controlled by it has been dead for a long time. Bug: 1110712 Change-Id: I6ffd0bf8050fe6cdc5d0dd9f9bcfdef0c93a0323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507396Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#822706}
-
Hidehiko Abe authored
So, the utilities can be used in ui/ozone/platform/wayland in following CLs. Also, along with the move, this CL introduces more error checks and adds unittests. Bug: 1140536 Test: Ran ui_base_unittests, exo_unittests. Quick manual tests with Lacros. Change-Id: I5de661528f328fd0e79154f8011056d1816e0f41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489107 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#822705}
-
Salvador Guerrero authored
This CL disables the following test: * ReturnToChromeTest.testTabSwitcherModeNotTriggeredWithinThreshold_NTP Because it's flaky on builder: * Lollipop Tablet Tester TBR=wychen@chromium.org Bug: 1144184 Change-Id: Ic5940731985e84fedff4d3bccac0825f4ee7d7f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510356Reviewed-by:
Salvador Guerrero <salg@google.com> Commit-Queue: Salvador Guerrero <salg@google.com> Cr-Commit-Position: refs/heads/master@{#822704}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/5d40a5621b7d..17e0deaebaa6 2020-10-30 dsinclair@chromium.org One command per line If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC rharrison@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: rharrison@google.com Change-Id: I91018df075b3d37d7d80c119eba1637505460e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510320Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822703}
-
Tom Anderson authored
This CL separates all Xlib code into xlib_support.{h,cc}. This is done because in a followup, I'm going to use generate_stubs to remove the link-time dependency on Xlib altogether, and it's nice to have all usages of the stubs in a single file. With this change, the only real usages of the Xlib display are from external components like GLX, VAAPI, Vulkan, and EGL. While XProto does provide GLX requests, some requests contain vendor-specific binary data (x11::Glx::VendorPrivateRequest), thus we cannot get rid of libGLX. Fortunately, the GLX C bindings are already dlopen()ed, so this does not present a link-time issue for systems without X11 that only have wayland. R=sky BUG=1066670 Change-Id: I6cc36207fcfb9211ea8f73abb5411ba8d26393fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492177Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#822702}
-
Lukasz Anforowicz authored
Bug: 1116320 Change-Id: I44c2f377ffb64cd23480562c7b30a0a9e389607e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506171 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#822701}
-
Eric Seckler authored
Since we're using this now also from WebView, where the hosting app's permissions may not include those required for network/wifi state access, we need to check for permissions before we attempt to use RadioUtils. (Otherwise, thrown exceptions will cause crashes.) Fixed: 1144080 Change-Id: I9d39c951df79e10285effadd651d11bbe400a27d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509517 Commit-Queue: Eric Seckler <eseckler@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#822700}
-
Mohamed Heikal authored
This reverts commit 0a352eeb. Reason for revert: breaking chromium perf Original change's description: > Migrate chime dfm definition downstream (Reland) > > chime is a downstream only DFMs, it should be defined downstream only > and not reference clank from the chromium repo. > > Followup downstream cl crrev.com/i/3358245 > > This reverts commit ba4e63fc. > > Reason for reland: Will be relanding downstream cl immediately > afterwards skipping downstream CQ. > > TBR=agrieve@chromium.org,xingliu@chromium.org > > Bug: 1142775,1143787 > Change-Id: I9042358b942b233e8657306c339b6345e91913ed > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508471 > Commit-Queue: Mohamed Heikal <mheikal@chromium.org> > Reviewed-by: Mohamed Heikal <mheikal@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Xing Liu <xingliu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#822685} TBR=agrieve@chromium.org,xingliu@chromium.org,mheikal@chromium.org,nuskos@chromium.org Change-Id: I913d35a325abfb1b74d5a272093707e4ef6d194c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1142775 Bug: 1143787 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510212Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#822699}
-
Chris Hamilton authored
This lets it be depended on by components that are indirect dependencies of blink/public/common itself, severing the circular dependency that otherwise arises. Change-Id: I8b0bed42775f8e17dd800ee425d701c9d85986fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503230 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#822698}
-
Matthias Körber authored
This CL changes Autofill to use the import from a unified section by default. Change-Id: I36a3835ff7e9c069f1d21a5978909bc543ad2254 Bug: 1097125 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505893Reviewed-by:
Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#822697}
-
Nick Diego Yamane authored
Context: Wayland Protocol needs to be extended to make it possible to properly support full Chromium's tab dragging experience. Further details in the Design document [1]. This is a follow-up change, that implements the animation disabling for the dragged window when there is extended-drag source attached to the active DnD wl_data_source. [1] https://docs.google.com/document/d/1s6OwTi_WC-pS21WLGQYI39yw2m42ZlVolUXBclljXB4/edit?usp=sharing R=oshima@chromium.org Bug: 1099418 Test: Manually tested. Change-Id: Ib16842e4d5ca1e5a1f24313ddaddbe3373cfbc3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411159 Commit-Queue: Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#822696}
-
Robin Lewis authored
Login enforcement is done only when cloud policies is enabled. Bug: 1142903 Change-Id: If870ec909122a39b18af33ff95f90b49ef72a198 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503810 Commit-Queue: Robin Lewis <wrlewis@google.com> Reviewed-by:
Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#822695}
-
Andrew Xu authored
ClipboardHistoryBitmapItemView contains a pointer to a RoundedImageView instance which is the item view's grandchild. This CL removes the pointer to RoundedImageView from ClipboardHistoryBitmapItemView. Instead, the pointer is kept by BitmapContentsView, the RoundedImageView's parent. This change should not bring any visual difference. Bug: 1139498 Change-Id: Ie3e2dacd32dcd6500394278c01e1903c35b5f8d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508797 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#822694}
-
Tim van der Lippe authored
Required for landing https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2503953 R=aerotwist@chromium.org Bug: 1143170 Change-Id: I05d92cb184326ed8a1574257d0419a67058a92d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504267 Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Paul Lewis <aerotwist@chromium.org> Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#822693}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/a8c01862f57f..42ad02798240 2020-10-30 jmadill@chromium.org Omit types in EVENT macros. 2020-10-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from a72e7b987746 to f673b4e6ebf3 (1 revision) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: geofflang@google.com Change-Id: I7995daf8698827deaab29110e333965067831bfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510316Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#822692}
-