- 20 Aug, 2020 40 commits
-
-
Rushan Suleymanov authored
During processing conflict the local entity might be deleted, e.g. when there is a remote update upon local tombstone. Bug: 1093024 Change-Id: I29341f26b000771a012cbe23f0373e9cb8c00802 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366742Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/master@{#800134}
-
Danila Kuzmin authored
Add a new component for oobe. The slides can be used for scrolling. Contains title, body text and illustration. Bug: 1117161 Change-Id: If583db26a82d108a96c33c71616b2e01d38180e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362812 Commit-Queue: Danila Kuzmin <dkuzmin@google.com> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#800133}
-
Maggie Cai authored
This CL updates the integration test to use fake static to override the sharesheet apis in the files app. BUG=1097623 Change-Id: I37c6238bce7a1e0f401d725cab819b9e81d001c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359791 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#800132}
-
Clark DuVall authored
Need to pass version_code to the android_app_bundle() target. Bug: 1119488 Change-Id: I6a5c0501b54b2acc45bf7ac40c427aabf7f0891a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363669Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#800131}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/1e53cb87ed5e..b36c2d9991f1 2020-08-20 tvanderlippe@chromium.org Revert "Remove Properties subpane from Elements panel" 2020-08-20 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-08-20 tvanderlippe@chromium.org Typecheck console/ConsoleView.js with TypeScript 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/+doc/master/autoroll/README.md Bug: chromium:1011811 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I73bc93aca1caf85d968b642524e9188e8b800c96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366676Reviewed-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@{#800130}
-
Jeff Yoon authored
13.6 sdk is not found for the current xcode version. reverting it to 13.4 to unblock CLs from landing. Bug: 1119668 Change-Id: I10b3259860d04101dbeb65f81657c08028cecce4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366562 Auto-Submit: Jeff Yoon <jeffyoon@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#800129}
-
Hazem Ashmawy authored
Add espresso tests for HomeFragment to test: - Correct info is shown when the app is launched from the current WebView provider and when it's not. - Long press on the items copy the correct info to clipboard. Bug: 1106300 Test: out/Debug86/bin/run_webview_instrumentation_test_apk -f "*android_webview.devui*" Change-Id: I63bab2647e65b758e4b14838d1ba34edd54a064a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352738 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#800128}
-
Alex Chau authored
chrome/services/sharing/* - Introduced PayloadListener::GetFileForPayload for requesting file from browser process based on payload_id - Introduced PayloadListener::OnPayloadReceived for passing incoming payload chrome/browser/nearby_sharing/nearby_connections_manager* - Browser side usage of the above APIs NearbyConnectionsManager stores the payload in a map, and can be retrieved via GetIncomingPayload - NearbyConnectionsManager provides API to register base::FilePath for specific payload_id. payload_id are sent via Nearby Share specific introduction frames from NearbyDecoder. Bug: 1076008 Change-Id: I177986dba2a66805085539d2b30a282ec948cf43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352792Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Himanshu Jaju <himanshujaju@chromium.org> Commit-Queue: Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#800127}
-
Lijin Shen authored
1. A simple container on the main layout for locating a message 2. The basic message mvc components(properties and viewbinder) 3. A simple render test for the mvc Bug: 1111911 Change-Id: Id6830571995d9c2696283a7eb4128c469a8c4462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331638Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#800126}
-
Richard Knoll authored
This adds Get/GetOrCreate methods for ShareTargetInfo so we don't accidentally create entries in the maps. Only a few places actually need to create a new entry and this makes it easier to track those. Bug: 1085067 Change-Id: I3d9f20a9a371a0af3968a485748d611840e299b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353334Reviewed-by:
Himanshu Jaju <himanshujaju@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#800125}
-
Vikas Soni authored
Cache SurfaceControls for the lifetime of SurfaceView. This is to avoid creating/destroying a surface each time the video scrolls off the screen. Bug: 1102623 Change-Id: Idb02923e6d71109be983ea879f4c8b7fa23121f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360488 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#800124}
-
Peter E Conn authored
This will allow TWAs to determine whether a browser supports launching to site settings without having to hard code Chrome's package and version. Change-Id: I37b226be1a5118b38f10acb4edefce89db3ad973 Bug: 1119727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366934 Commit-Queue: Peter Conn <peconn@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#800123}
-
Sky Malice authored
Bug: 1119674 Change-Id: I41c282796aed83d17565fd27349dcddcd6b0db72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366394Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#800122}
-
Viktor Semeniuk authored
This change shows new Password Details screen from Passwords screen in the scope of Password Check feature. Bug: 1075494 Change-Id: Ic103bce25166beae8eff42b5c3281ace39d1b965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359130 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#800121}
-
Aaron Leventhal authored
Bug: 1116942 Change-Id: Id2e05b209c5de82a83402d2eb28a85231424c4e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364169 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#800120}
-
Sky Malice authored
Bug: 1116201 Change-Id: Ib4664f4dcc78380da556cb89e2ad4c544e4de312 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366572 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#800119}
-
Andrey Zaytsev authored
Bug: 1070620 Change-Id: I27b0b8097b73dc92d5ee9cbcaba26233e7ff50db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362653 Commit-Queue: Andrey Zaytsev <andzaytsev@google.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Auto-Submit: Andrey Zaytsev <andzaytsev@google.com> Cr-Commit-Position: refs/heads/master@{#800118}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2d613f1e1be9..56d9df4fa53f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I47a93ec7dcffc85c0379697d70acbb67b0a744de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366251Reviewed-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@{#800117}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/dff47d5fdaac..c060d8d65786 2020-08-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from c97acd1d3e07 to 0d6b4440549b (6 revisions) 2020-08-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 3434cb0b006d to a711c594b8cc (2 revisions) 2020-08-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Loader from 30b3f3857835 to 2979391e5b0c (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 cnorthrop@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: cnorthrop@google.com Change-Id: I72addf44dd5d5eeb88731cc505038ca98d0a59f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366246Reviewed-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@{#800116}
-
Mohamed Amir Yosef authored
Change-Id: I03c1dd29b972819f6021a402f2a481ce4b304f3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366724Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#800115}
-
Renato Silva authored
Adds the pin input field used for auto submit on the login and lock screen together with the switch button to toggle between the modes. Bug: 1075994 Change-Id: Idb6a06f906672fcb79bd84a2212aa20dceebc4e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339992 Commit-Queue: Renato Silva <rrsilva@google.com> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#800114}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/c244e33eadec..7f343135480a 2020-08-20 abennetts@google.com bq_export: Fix export of jobs.benchmark_arguments.* If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC eseckler@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:chromeos-kevin-rel;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: eseckler@google.com Change-Id: Id66134476ac96e94377fa666538c9a26e0ae78df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366248Reviewed-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@{#800113}
-
Sreeja Kamishetty authored
This CL disables following tests which didn't consider caching: - RenderDocumentHostUserDataTest.FailedNavigation - RenderDocumentHostUserDataTest.CheckWithFrameCrashDuringNavigation Bug: 1102629 TBR=arthursonzogni@chromium.org Change-Id: I3dce29531399ae8dfae2e4c101e41298ba155843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367112 Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#800112}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b85e471255be..5be2204fa998 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC hendrich@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:linux-chromeos-chrome Bug: chromium:10918587 Tbr: hendrich@google.com Change-Id: I288cdbc43d7a15881a09dabf481498cca1569481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366249Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800111}
-
Milica Selakovic authored
Bug: 1086114, 1092444 Change-Id: I5e2fc549fbeed1bb1b69ec624a8f91403ef1c3ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367062Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Milica Selakovic <selakovic@google.com> Cr-Commit-Position: refs/heads/master@{#800110}
-
Mugdha Lakhani authored
I had removed the clicklistener on the TextView for the demo app here: https://chromium-review.googlesource.com/c/chromium/src/+/2362817 since I was setting it on the parent view. Turns out, to make the child TextView clicks go up to the parent, I'll need to mark it non-clickable in the layout xml, which we don't want to do for production. Adding the click listener explicitly on the TextView fixes this. Change-Id: I7feaf35a436abb4ca4313f94b12e448c74f58562 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366900Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#800109}
-
Filip Gorski authored
Lands a feature flag for MV tiles on Android as well as necessary string prior to branch cut for M86. Feature is targeting FastPath++. Bug: 1106109 Change-Id: I6a27db87a1fc865c5b7d58c0a42bb1f0ad05c9a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364703 Commit-Queue: Filip Gorski <fgorski@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#800108}
-
Eleonora Rocchi authored
This CL adds a dialog that shows a compromised credential. The dialog is shown when the ¨View password¨ entry is clicked on the More menu of a compromised credential. It also adds a test to verify the close button of the dialog works correctly. Screenshot in the linked bug. Bug: 1117502, 1092444 Change-Id: Iff5784b3e78a3f58072c7e7944f85f6d93b6820a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363750Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Eleonora Rocchi <erocchi@google.com> Cr-Commit-Position: refs/heads/master@{#800107}
-
Clemens Arbesser authored
This reduces the threshold from 3 to 2, as discussed in the launch bug crbug.com/1110887. Bug: b/165787825 Change-Id: Ied8c26cf6d3ce0c14bd7f13e0968f8212a9835b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367037 Commit-Queue: Clemens Arbesser <arbesser@google.com> Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Auto-Submit: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#800106}
-
Mohamed Amir Yosef authored
This issues has been surfaced in crrev.com/c/2364508. Details are in the linked bug Bug: 1119758 Change-Id: Id973f22c31a37853351034ac1d449f6e7afed396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366740Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#800105}
-
Ioana Pandele authored
The sorting be handled entirely on the Java side, in PasswordCheckMediator. Bug: 1102025, 1092444 Change-Id: I8cee5bb162900387d7de21b6ab9201a845f6287b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367056 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#800104}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 290cb807. With Chromium commits locally applied on WPT: 3b705a74 "WPT: Service Worker: Add unexpected state check to wait_for_state()" 49fd0e16 "Origin isolation: add initial popup WPTs" 9f52c7e4 "COOP: add reporting to redirects" f4e154cc "Origin isolation: finish off popup test coverage" c69eee24 "[LayoutNG] Correct border painting for block fragmentation." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: bokan@chromium.org: external/wpt/scroll-to-text-fragment ksakamoto@chromium.org, npm@chromium.org, yoavweiss@chromium.org: external/wpt/resource-timing mkwst@chromium.org, andypaicu@chromium.org: external/wpt/content-security-policy npm@chromium.org, yoavweiss@chromium.org: external/wpt/navigation-timing rego@igalia.com: external/wpt/css/selectors NOAUTOREVERT=true TBR=foolip@google.com No-Export: true Change-Id: Ief6bc96bc0a1bd028dcebb25f16b519c2d9d38b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365897Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800103}
-
Eleonora Rocchi authored
This reverts commit 19ec1bc6. Reason for reland: fix broken test Original change's description: > Revert "[PwdCheckAndroid] Add redirect to Google Password Check on quota limit" > > This reverts commit b27232d7. > > Reason for revert: Test failures, see crbug.com/1117676 > > Original change's description: > > [PwdCheckAndroid] Add redirect to Google Password Check on quota limit > > > > This CL adds the logic to redirect the user to the Google Password > > Check on quota limit error. The redirect is called through > > PasswordCheckBridge to avoid dependencies on chrome_java. > > > > IDS_PASSWORD_CHECK_STATUS_MESSAGE_ERROR_QUOTA_LIMIT_ACCOUNT_CHECK.png > > https://storage.cloud.google.com/chromium-translation-screenshots/c4546cf199aa6314ead807fa1fc0e1ed8b779a83 > > > > Bug: 1092444 > > Change-Id: I374ad088c305d299fea00f412f27dd6ab3d0e9b5 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362023 > > Reviewed-by: Ioana Pandele <ioanap@chromium.org> > > Reviewed-by: Friedrich [CET] <fhorschig@chromium.org> > > Commit-Queue: Eleonora Rocchi <erocchi@google.com> > > Cr-Commit-Position: refs/heads/master@{#799117} > > TBR=fhorschig@chromium.org,ioanap@chromium.org,erocchi@google.com > > Change-Id: I38a6779f2a9a278317ab5ce2be2edb0742e34f34 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1092444 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363444 > Reviewed-by: Sky Malice <skym@chromium.org> > Commit-Queue: Sky Malice <skym@chromium.org> > Cr-Commit-Position: refs/heads/master@{#799397} TBR=skym@chromium.org,fhorschig@chromium.org,ioanap@chromium.org,erocchi@google.com # Not skipping CQ checks because this is a reland. Bug: 1117676, 1092444 Change-Id: Ib8ffb9cd0b18b5454ffcfa48f8e890d087f5bc42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362823Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Eleonora Rocchi <erocchi@google.com> Cr-Commit-Position: refs/heads/master@{#800102}
-
Elly Fong-Jones authored
This change just renames these files and updates references to them in other files without adjusting any class/variable names or anything else. A subsequent change will begin renaming classes & variables inside them. This change also deletes 'master_preferences_dummy.cc', which used to be needed for 32-bit builds but is no longer referenced anywhere. Bug: 1097204 Change-Id: I462039568493ae52a4333f1e939d71be2edc7185 Tbr: asvitkine@chromium.org,battre@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364012 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#800101}
-
Lutz Vahl authored
This is a roll-back to 8.6.395. This is the most stable candidate out of the latest Canaries. If this commit results in failures in Blink please contact the Blink sheriff. They may need to make changes to Blink because of the roll-back. When in doubt please try to contact the committer and reviewers of this CL before reverting it. R=machenbach@chromium.org,vahl@chromium.org Change-Id: Ib03e3f3232c358f2e2d3410cfd596fe9533ccf90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366796Reviewed-by:
Michael Hablich <hablich@chromium.org> Commit-Queue: Lutz Vahl <vahl@chromium.org> Cr-Commit-Position: refs/heads/master@{#800100}
-
Alexander Hendrich authored
This reverts commit c4de5e43. Reason for revert: failing test, see https://crbug.com/1104083#c8 Original change's description: > Use document background color as active tab color for tabbed web apps > > This CL hooks up the document's background color as the active tab > background color for experimental tabbed web app. > Tabbed web apps are hidden behind the DesktopPWAsTabStrip feature flag. > > This CL plumbs background color through from the renderer process along > the same route as document theme color. > > Before: https://bugs.chromium.org/p/chromium/issues/attachment?aid=460591&signed_aid=NcgKQaq5Y47QkcbQbbgNiw==&inline=1 > After: https://bugs.chromium.org/p/chromium/issues/attachment?aid=460590&signed_aid=RlnBzb7mQq1SIW1fGBY-oA==&inline=1 > > Bug: 1104083 > Change-Id: If1c3e2172f80375a1a4619c17ee52594ef813005 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342426 > Commit-Queue: Alan Cutter <alancutter@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Michael Wasserman <msw@chromium.org> > Auto-Submit: Alan Cutter <alancutter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800051} TBR=avi@chromium.org,msw@chromium.org,alancutter@chromium.org,haraken@chromium.org,dominickn@chromium.org Change-Id: I9ed61a2044703edcac2127d1a50c3ae47b12b872 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1104083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366757Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#800099}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/1cb771bfe063..1e53cb87ed5e 2020-08-20 jacktfranklin@chromium.org Load runtime stylesheets in to the components server 2020-08-20 szuend@chromium.org [ts] Improve types in ui/Context.js 2020-08-20 szuend@chromium.org [ts] Type-check ui/PopoverHelper.js with TypeScript 2020-08-20 jacktfranklin@chromium.org Fix empty function bodies in component bridges 2020-08-20 alexrudenko@chromium.org [Metrics] UMA tracking for suggest color feature in Color Picker 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/+doc/master/autoroll/README.md Bug: chromium:1011811,chromium:1093227 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5ad51e3c12d46f7e5f5d0252ba46a33e86b13b0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367017Reviewed-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@{#800098}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ef0fb4c2707e..2d613f1e1be9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: Id61297f54b0bec7fd5d39736bbea26e5c1f96257 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367016Reviewed-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@{#800097}
-
Oleh Lamzin authored
Bug: b:158658869 Change-Id: I6685b09c455156ad21a62d18546c61bd6a966cea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362595 Commit-Queue: Oleh Lamzin <lamzin@google.com> Reviewed-by:
Mahmoud Gawad <mgawad@google.com> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#800096}
-
Danil Chapovalov authored
Change Log: https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp/+log/1beb3191c2..dc969f34a7 Full diff: https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp/+/1beb3191c2..dc969f34a7 Bug: None Change-Id: Ic1c197cc401aec83ac7c974003b50b7902ca399f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367093 Commit-Queue: Danil Chapovalov <danilchap@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Auto-Submit: Danil Chapovalov <danilchap@chromium.org> Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#800095}
-