- 10 Mar, 2020 40 commits
-
-
Robert Ogden authored
Adds a new private class which holds all the members for the tab helper that need to be reset on every page load. The encapsulating class is always initialized to keep the diff and logic change to a minimum. Bug: 1023483 Change-Id: I1c91ce7eb3d65937e35fcbd949c8d81907adc8f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097035 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#748832}
-
Chong Gu authored
Add tests stable on Fuchsia FYI bots to more Fuchsia bots. Bug: 1054545,1054240 Change-Id: Ic74b7f340b36eed84ef1298b06b22b89cdecbae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095848Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#748831}
-
Rouslan Solomakhin authored
Before this patch, "abort" and "can make payment" shared the RespondWithCallbacks::CreateForEvent() static method, where the developer had to specify the type of the event. This patch splits CreateForEvent() into CreateForCanMakePayment() and CreateForAbort() methods. After this patch, the developer does not have to specify the event type when creating a RespondWithCallbacks object. Bug: 1005076 Change-Id: I16300965d2477711677bbfbeb347351663b320d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086071Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#748830}
-
Ben Kelly authored
Parallel reads were originally disabled on android due to trial data showing it regressed cache miss times. Further analysis of UMA suggests that there is an abnormally high cache miss volume on android. It seems some site is spamming misses and increased throughput leads to simply greater volume. There is not much we can do about this and we should not let it block shipping improvements that can benefit well behaved sites. This CL brings the android config in line with other platforms and permits 16 parallel cache_storage read operations. Bug: 985379,1007994 Change-Id: Ia0bda728242f1445a9116306c8a26b49b4534e30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096975Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#748829}
-
Gabriel Charette authored
It's inexpensive to measure and latest numbers show this still represents a significant proportion of the Windows population. R=brucedawson@chromium.org, mpearson@chromium.org Bug: 1037417 Change-Id: Iccbe0cfb367212afecdffccdb1cac4563623f421 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095455 Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#748828}
-
Wenyu Fu authored
Set HomepageConversion expriment flag to default enabled for the waterfall rollout. Bug: 1036470, 1054616 Change-Id: I0cf98d4be83ebc5e233a89cdbeb88ad6b9246288 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096094Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#748827}
-
Daniel Cheng authored
Bug: 876525 Change-Id: Iaf48cc3a00390a72eff0730d0945e0a5838f01bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081573Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#748826}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c98aec6a..1e6a773d Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I55a04e317ae555a2d50fddcbdd2083e0c6ea7e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094779Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#748825}
-
Adrienne Walker authored
Bug: 1015214 Change-Id: I8836e79a52f35e166c5d5ec310ccc82dc52689a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090878 Commit-Queue: enne <enne@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Auto-Submit: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#748824}
-
Adithya Srinivasan authored
A portal's content frame does not receive mouse events, so update the cursor in the outer frame. Bug: 949978 Change-Id: I2badbe68a01b7fad881926b81db5057281472a1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095149 Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#748823}
-
Brian Norris authored
It has been singular "Action" forever -- this was wrong. In an abundance of caution, we don't delete the old name, even though it was never actually used anywhere. Bug: 1049891 Change-Id: Iecf7c4ff75c97c6c28f09605fc7a1f59321e6159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093131 Commit-Queue: Brian Norris <briannorris@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#748822}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2e307968fd54..78dac6dcb222 git log 2e307968fd54..78dac6dcb222 --date=short --first-parent --format='%ad %ae %s' 2020-03-10 csmartdalton@google.com Convert FillRRectOp to the new bind/draw API Created with: gclient setdep -r src/third_party/skia@78dac6dcb222 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 brianosman@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/+/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 Bug: None Tbr: brianosman@google.com Change-Id: Iac3d7c5d85e3275810aa5f82f6111e9385aab412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096923Reviewed-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@{#748821}
-
Garrett Beaty authored
Bug: 1060279 Change-Id: I4be642f0f44786f4ea890f028b8b4dfabd16bb66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096789 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#748820}
-
Wenyu Fu authored
Three metrics is added to help verify success criteria in homepage conversion. Test addressing metrics are also added. Bug: 1036470, 1056340 Change-Id: I921bb45ecaa2700bdb0a8613a01bdfd0a500f5c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091714Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#748819}
-
Friedrich Horschig authored
This CL ensures that the icons align exactly with our mocks: - the blue icon is filled instead of only a blue checkmark - the red warning triangle has a light-red halo - the spinner has the same size as the icons Additionally, the sum of paddings, margins and sizes is now constant for all icons which ensures that the title doesn't jump when icons change. Find screenshots in https://crbug.com/1047726#c50 Bug: 1047726 Change-Id: I4c96bf197d6b670ff2b1788ff5f2b8ce493212fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096744Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#748818}
-
Jeffrey Cohen authored
Bug: 1036023 Change-Id: Iab645419aa7056fabd11017dfc330a3d726bdfa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092699Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#748817}
-
Chris Thompson authored
The existing code applies an LTR directionality embedding on the elided URL text, but then overrides it later. This changes SetURL to apply the LTR directionality to the status bar URL text just before setting the label text to ensure it is applied to the text that is displayed. Bug: 1059509 Change-Id: I3907a40ec1a19cfad095a9f0394985a851ad4395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094625Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#748816}
-
Liquan (Max) Gu authored
Before Change: The instrument detail extraction logic lives in AndroidPaymentApp#onIntentCompleted. After Change: The instrument detail extraction logic lives in WebPaymentIntentHelper#extractInstrumentDetailsFromIntentResponse. Change: Move code. Bug: 1057488 Change-Id: I884bd6745e3c57b576f761bb8b4222253183e447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095840Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#748815}
-
Daniel Campello authored
Remove not translated string variable from low power charger notification. BUG=b:147843861,b:150880551 TEST=deploy_chrome # Notification displays when power adapter is connected Change-Id: I41432e6e357ebfa322997e958b2dc27fcb716057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096896 Auto-Submit: Daniel Campello <campello@chromium.org> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Commit-Queue: Daniel Campello <campello@chromium.org> Cr-Commit-Position: refs/heads/master@{#748814}
-
Friedrich Horschig authored
This CL transforms the button according to the current state of the leak check: - "Check again" when IDLE, or CANCELLED, - "Cancel" when RUNNING - No button when out of quota or too many local passwords - "Try again" in every other case Translation screenshots: IDS_SETTINGS_CHECK_PASSWORDS_AGAIN_AFTER_ERROR: https://storage.cloud.google.com/chromium-translation-screenshots/49e6f4a55042471f270619ab6f9902ac6e778eac IDS_SETTINGS_CHECK_PASSWORDS_AGAIN_IN_ACCOUNT: https://storage.cloud.google.com/chromium-translation-screenshots/5fd2c1fe645c994d11e0df148b735532296784de IDS_SETTINGS_CHECK_PASSWORDS_STOP: https://storage.cloud.google.com/chromium-translation-screenshots/04fbc6de892ca0637efc2492057a1d39607d6a9b Bug: 1047726 Change-Id: I685cac2a04572a41a5dc0815fb236192fd5e9524 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095535 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#748813}
-
Jose Leal Chapa authored
Frontend changes: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2090785 Fix and re-enable Tests https://chromium-review.googlesource.com/c/chromium/src/+/2096018/ Bug: 1011811 Change-Id: Iccbe4c0d0f6c962245b9ee2349efe3e4026cb416 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096995 Commit-Queue: Jose Leal <joselea@microsoft.com> Reviewed-by:
John Emau <John.Emau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#748812}
-
Johann authored
Change-Id: I3ffaa32d1c74c325ee2feb9d203f6d4b44f7c326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096158 Auto-Submit: Johann Koenig <johannkoenig@google.com> Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: James Zern <jzern@google.com> Cr-Commit-Position: refs/heads/master@{#748811}
-
James Hollyer authored
The Pointer Lock API used to use an even based system. However, that is an outdated system and the events do not give an reason in failures. This change introduces a Promise to the call that adds reasons if the request is rejected. Bug: 1042289 Change-Id: I4c8cacac3db5d9dc8d2f3a09c663c2dfb5bdf89e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2069199 Commit-Queue: James Hollyer <jameshollyer@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#748810}
-
Daniel Rubery authored
This CL breaks out FileSourceRequest into it's own public class. Future CLs will use this class for download deep scanning, as well as save package deep scanning. Bug: 1012710 Change-Id: Ic9826c743d86c92834dd9163f3df8aca4bfd0e75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092062 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#748809}
-
Avi Drissman authored
Chromium already drops fullscreen when a dialog is first displayed. Extend that behavior so that a WebContents may not enter fullscreen for the duration of a dialog's display. This is part 2: Modify WebContents::ForSecurityDropFullscreen() to support a span of time that fullscreen is prohibited and modify all callers to correctly request that span. Bug: 1042210, 1020026, 1037730 Change-Id: I9d2ccc1e459cf37bfbf3499063d87d93ef9910e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044658 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#748808}
-
Abigail Klein authored
Move the entrypoint to the live caption feature to accessibility settings, which is the location specified by the PRD. Include the description text, specified by the PRD. The entrypoint allows live caption to be enabled on Linux and Windows only. Screenshots are included and uploaded to Google cloud for translation purposes. Bug: 1055150 Change-Id: I0c645e9273db95a2e5ec929960bc842b6b3e8cae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090100Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#748807}
-
Ana Salazar authored
This animation happens during transition between hotseat states. Bug: 1058609 Change-Id: Iff1f81625e6de2bf6dc6dcfee09225c4d16cc53e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088641Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Ana Salazar <anasalazar@chromium.org> Cr-Commit-Position: refs/heads/master@{#748806}
-
Gayane Petrosyan authored
Bug: 1056176 Change-Id: I3e3b4cdca19c628c1e575fae2e90fe0f016e488b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078982 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Auto-Submit: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#748805}
-
Greg Thompson authored
The test was leaking an empty key on TearDown. With this change, it deletes the key if it was created in SetUp and also deletes an empty key left behind by previous test runs. Additinally, tests from this harness must run serially since they all interact with the ServiceControlManager and centralized machine state. As such, build and run them into setup_unittests rather than installer_util_unittests. This change also introduces a use of ScopedInstallDetails to configure state for system-level operations (the only case in which the code under test will run). BUG=1059314 Change-Id: I6f3a35cda45704e9195dfae25a90401fb8915c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095540 Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#748804}
-
Vasiliy Telezhnikov authored
This CL fixes the size of SurfaceQuad that used to embed root renderer content. Previously it was assumed to be viewport size, this CL changes it to CompositorFrame size. Bug: 805739 Change-Id: I035f5928bd2cb57c6cc6ffd301d8f6e363d28ca2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096114Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#748803}
-
Rayan Kanso authored
Use version 122 which includes all the required changes for enabling web shortcuts for WebAPKs. Coincides with M82. Change-Id: I3e636ab1a7bf56a9f14b7556cb04902a0d74bbb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095546Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#748802}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b2678cfefedd..84a1b3e9ba0d git log b2678cfefedd..84a1b3e9ba0d --date=short --first-parent --format='%ad %ae %s' 2020-03-10 nisse@webrtc.org Remove nisse from call/OWNERS Created with: gclient setdep -r src/third_party/webrtc@84a1b3e9ba0d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I91ccb2148fdecb6b85ba91c7b09ae002238d0e6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096552Reviewed-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@{#748801}
-
Xianzhu Wang authored
Only reference filters can create visual effect on empty contents. As we now support empty paint chunks, we can avoid the dummy display item for a filter on empty contents. Instead, we emit filter paint operation for the filter with correct bounds and visual rect in PaintChunksToCcLayer. Change-Id: I709858a236aefa0403d35f591928f25875560f9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093915 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#748800}
-
Manu Cornet authored
Now that the overflow bubble code is gone, it's safer to remove ways for users to disable this flag. Call sites for "is scrollable shelf enabled" (which now always returns true) will be updated in a separate change. Bug: 1009638 Change-Id: I69f6bcbc771a0afcf2cebfbfe01a58c0f7f16079 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095122 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#748799}
-
Dana Fried authored
This was causing e.g. the save password icon to not appear or appear incorrectly in some cases, see attached bug. New solution is to have the PWA actions container directly implement the container interface and override the insets logic, which has been simplified to return the insets and not a whole border object. Followup: - Use the same logic to fix a wonky insets (and inkdrop) size in touch mode with the Butter chip Bug: 1059659 Change-Id: Ia92753e55be5f43b34718cc9901f5273badf3eba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096117 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#748798}
-
Matthew Mourgos authored
This change moves the gesture OOBE animations into "chrome/browser/resources/chromeos/login/images/" where other OOBE related resources already reside. Change-Id: I1e8b319eff5e675ea7f195b9392428143320618e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095782Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#748797}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0c4a3c2503a6..f8ceb227ac3a git log 0c4a3c2503a6..f8ceb227ac3a --date=short --first-parent --format='%ad %ae %s' 2020-03-10 jbudorick@chromium.org Roll luci-auth. Created with: gclient setdep -r src/third_party/depot_tools@f8ceb227ac3a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org 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/+/master/autoroll/README.md Bug: chromium:1059948 Tbr: agable@chromium.org Change-Id: I166bf06fce90001934777c65b657ecf57a6e0558 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096919Reviewed-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@{#748796}
-
Chris Mumford authored
Fused sensors were being rounded (r746199) for privacy. The fused sensors were interpretig the SensorReading as the wrong type, using the input type instead of the fused output type. This resulted in interpreting a relative Euler sensor as quaternion. Bug: 1058722 Change-Id: I41bb81daa65314f1e069487c4614177efee273ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095868 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#748795}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/eaadca132fce..4599cc694fd8 git log eaadca132fce..4599cc694fd8 --date=short --first-parent --format='%ad %ae %s' 2020-03-10 jacktfranklin@chromium.org Add missing license header to BUILD.gn file Created with: gclient setdep -r src/third_party/devtools-frontend/src@4599cc694fd8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I875e2f0d61de41dd3ec67a3b0423ee6a1b5394a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096916Reviewed-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@{#748794}
-
George Burgess IV authored
The variable here is an `int64_t`. On arm, this should be `%lld`. PRId64 solves these things. Bug: 1058218 Change-Id: Id06c379bd3af9498ea8b5e0fb94c2c594d4be1d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095942Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#748793}
-