- 13 Jan, 2021 40 commits
-
-
Gauthier Ambard authored
This CL makes sure that the constraints of the fakebox are correctly updated when there is only one toolbar. In particular, those constraints were broken when rotating from portrait to landscape. Fixed: 1161448 Change-Id: I80dbfc524010915e381a4129208471b9e142b351 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623013 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#842941}
-
arthursonzogni authored
Instead of trying to forward fix, dumbly revert the cause of crashes. Hopefully, just in time before M89 branch cut. This revert will fix: - https://crbug.com/1153966 - https://crbug.com/1153961 This revert part of: https://chromium-review.googlesource.com/c/chromium/src/+/2548022 ``` Retire ScopedObserver in /chrome/browser/ui/views. ScopedObserver is being deprecated in favor of two new classes: - base::ScopedObservation for observers that only ever observe a single source. - base::ScopedMultiSourceObservation for observers that do or may observe more than a single source. This CL was uploaded by git cl split. R=bsep@chromium.org Bug: 1145565 ``` There was an existing bug. Unexpectedly, HungPagesTableModel:: InitForWebContents() can be called twice. See https://crbug.com/1165917. For some reasons, this didn't resulted in any crashes... ...until the reverted patch cames in. The old base::ScopedObserver was supporting multiple observations. The new one: base::ScopedObservation doesn't. As a result, if base::ScopedObservation::Observe is called twice, then RemoveObserver will be called only once instead of two, causing the issue. Bug: 1153966,1153961 Change-Id: Iecc8e8e0e9fa387795ce55b4414d1d871cc4c9a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625867Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#842940}
-
Aya ElAttar authored
Changed DragDropController to: - Cancel drop if not allowed by policy rules. - Show CursorType::NoDrop while dragging if the policy rules disallow the data from being dropped. Bug: 1139886 Change-Id: I8a12f1f4af2fa0f21d4d562d393d9f64cec39f72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595382Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@chromium.org> Cr-Commit-Position: refs/heads/master@{#842939}
-
Reid Kleckner authored
Disable TwoClientSendTabToSelfSyncTestWithSendTabToSelfWhenSignedIn.SignedInClientCanReceive in component builds This test times out in optimized (is_debug=false) component builds. It passes in is_debug=true component builds. I can't explain that behavior, but disable it in all component configs to be on the safe side. R=victorvianna@google.com Bug: 1166032 Change-Id: Ie39ffcfe06531c5a2039b22c8c3fbcd306fbe510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626761 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#842938}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/08b9eb7a896f..4ecb2f5fc58f 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 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: None Tbr: Change-Id: I38468bfcfa572f453226e5ee270ba2da7a86a2bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627128Reviewed-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@{#842937}
-
Lingqi Chi authored
https://chromium-review.googlesource.com/c/chromium/src/+/2583677 only set the prerendering state for main-frame navigation. This CL shares parents' prerendering states with their children, so that sub-frames can also know the correct prerendering state. Bug: 1142658 Change-Id: I70552d4dc6380f91536e062ad2ea3ec8d0719b45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603660Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#842936}
-
Song Fangzhen authored
This CL builds on https://chromium-review.googlesource.com/c/chromium/src/+/2606873 We update the MockNetworkContext and MockHostResolver to make them behave the same as in network when resolving hostnames. And the tests should all pass whithout special machines' failures. Bug: 1141241 Change-Id: Iffeec31910faafe7e42dd42d15ee4ce63ec9a33d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624316 Commit-Queue: Ke He <kehe@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#842935}
-
Yoshifumi Inoue authored
This patch changes |CachedTextInputInfo::GetPlainTextRange()| to return empty |PlainTextRange| when passed range is outside of cached text to avoid crash when selection moved during IME text composition. This case is happend with following scenario: 1. Start IME text composition 2. Move selection to another content editable 3. |InputMethodController::TextInputInfo()| in |FrameSelection::SetSelection()|. 4. |InputMethodController::WillChangeFocus()| is called to clear IME text composition from |FocusController|. Bug: 1157910, 1161562 Change-Id: I38ed328558a572388d9e715dd6f6cae481b868e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626624 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#842934}
-
Hayato Ito authored
It looks generate-test-wbns.sh fails with two errors: 1. nested/resource.js is missing 2. cors/resource.json is wrong. It should be cors/resource.cors.json BUG=1082020 Change-Id: I18a87f59784d6c36e050a64567c1ba671af0468a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627209Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#842933}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1610495996-ac73e18e1b2efb1cd1bfbf2a2aaf90e9e3476b5a.profdata to chrome-linux-master-1610517435-75fc59b03a49bc3203d88e1f39423cb5de4c8383.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ib11113d54ddcdc8bcf3a36c13ce683e3af1f0092 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627035Reviewed-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@{#842932}
-
Peter E Conn authored
This is a temporary class that will allow us to move things around more easily without breaking downstream. Change-Id: Ifc36c7d582ed9d2dea512a000bcb9d85fcbdd6ab Bug: 1164866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623290Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#842931}
-
Jérémie Boulic authored
In //ui/file_manager/file_manager/foreground/js/: - naming_controller.js In //ui/file_manager/file_manager/foreground/js/ui/: - search_box.js - autocomplete_list.js Bug: 1133186 Change-Id: Ie31eb3bb909b274636bd28400fc6b6add9c94d72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626699 Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#842930}
-
Mihai Sardarescu authored
The method OnUnconsentedPrimaryAccount() is obsolete now (as all observers were converted to use OnPrimaryAccountChanged()) so this CL removes it. Bug: 1158855 Change-Id: Ice0ffc2b2f19597602837371ee05a71d27ee697f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624668 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#842929}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1610495996-38f3d5c57ab4be3d52eaefe38d45ce16ec0addd8.profdata to chrome-mac-master-1610517435-0b7576a8f42d1cf58a978eb4b1fa934cc5ba313f.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I91347340172b8185305362e099f59ec0b9107eaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627129Reviewed-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@{#842928}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1e60bce4..d98dd8de 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I0d7c951d033bea3733bb10c5d27290d35985319c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627047Reviewed-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@{#842927}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 201f15f1. 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 NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: Ia76bdc513efc319864f71758787b415e82617a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626251Reviewed-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@{#842926}
-
Owen Min authored
Disable benchmarks.blink_perf_unittest.BlinkPerfTest.testExtraChromeCategories on Linux and CrOS due to flaky. Bug: 1163628 Change-Id: I3b7093890b12e4e63eb2bdee5bf816d03f948015 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626168 Auto-Submit: Owen Min <zmin@chromium.org> Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Reviewed-by:
Wenbin Zhang <wenbinzhang@google.com> Cr-Commit-Position: refs/heads/master@{#842925}
-
Alice Wang authored
This CL moves account picker bottom sheet MVC to signin.ui target. Bug: 1149857 Change-Id: Ifc32d7d39b69bb052ad3b4bddbe576d4cbe5a059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613972 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#842924}
-
Alice Wang authored
This CL adjusts the if branch in AccountManagementFragment after removing sign-out allowed pref value. Bug: 1162231 Change-Id: I463913e92c45de052c0272a478282fb3c2ad1932 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624647Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#842923}
-
Aga Wronska authored
The correct component name is FamilyExperiences. Bug: 1165368 Change-Id: Ie206eb950cae0243baa5a655d8c12dff506a4066 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625369 Commit-Queue: Marc Treib <treib@chromium.org> Auto-Submit: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#842922}
-
Luciano Pacheco authored
Add JS modules for //ui/file_manager/file_manager/foreground/js/ui/ : - location_line.js - banners.js - providers_menu.js Bug: 1133186 Change-Id: I6200138fbf3507a38cb08d8ace292c62526e4ba2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627208 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#842921}
-
Luciano Pacheco authored
Add JS modules for //ui/file_manager/file_manager/foreground/js/u/ : - breadcrumb.js - breadcrumb_unittest.js - gear_menu.js - import_crostini_image_dialog.js - install_linux_package_dialog.js - install_linux_package_dialog_unittest.m.js Bug: 1133186 Change-Id: I4dddd38ede167983f2f45a97f4205dddfb9e5373 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626849 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#842920}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1610495996-7189a1d14c9908600535ebce9352fe55a59722e6.profdata to chrome-win64-master-1610505994-ce0c95957b1d27284e834682f26210d976ec22d1.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Iba2277867181ab35c0d0d717e70c991b989ec491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627027Reviewed-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@{#842919}
-
Luciano Pacheco authored
Add JS modules for //ui/file_manager/file_manager/foreground/js/ : - task_history.js - quick_view_model.js - metadata_update_controller.js - last_modified_controller.js Add JS modules for //ui/file_manager/file_manager/foreground/js/ui/ : - actions_submenu.js - actions_submenu_unittest.m.js Remove tearDown() from actions_submmenu_unittest because now the setUp() always replace the whole DOM content, so the DOM reset in tearDown() isn't necessary anymore. Bug: 1133186 Change-Id: I8ca80a94dd2be9e5f354bcc54b6883b8df3cedd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626678 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#842918}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2881d6b22d1e..44ba8e1708ab 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-win-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: Ib65ede43af21321eb33d7a95b032c1f72eda5c41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626460Reviewed-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@{#842917}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0a69b4bb071c..be2a8614c5d6 2021-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from b9b9a8a5 to 8aca3b4d (503 revisions) 2021-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5b8dec52b68f to 2ed9671a0ddd (8 revisions) 2021-01-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 9ff83f6c957f to 424fd828893e (13 revisions) 2021-01-12 mtklein@google.com Revert "sketch Half in skvm" 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 ethannicholas@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: ethannicholas@google.com Test: Test: Test: Aztec Ruins MECTest: Test: Fortnite on ANGLE Change-Id: Icfd629e6053b4280fc21eed25d4def3c80f5428a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625845Reviewed-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@{#842916}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/3889691dd695..178c01be65a4 2021-01-13 dberris@chromium.org chromeperf: Anomaly configs in subscriptions 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: chromium:1158326 Tbr: eseckler@google.com Change-Id: I6fe53482f865121820fa4cab5b144194e813a213 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627028Reviewed-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@{#842915}
-
Maksim Sisov authored
.. number_formatting.cc It was required to initialize ICU with InitializeICUForTesting to fix that as WaylandBufferManagerHost may call base::FormatNumber in certain conditions that requires ICU initialized. Also, remove call expectation for zwp_linux_dmabuf_v1.CreateParams as it's not guaranteed that it will be called (if parameters are invalid, zwp_linux_dmabuf_v1 is never called). Last but not least, always check if the terminate gpu callback is fired. If it is fired, set a callback again and continue running current fuzz test case to verify that WaylandBufferManagerHost doesn't crash even after it has already fired one terminate gpu callback that a potential client just ignored. Bug: 1164654 Change-Id: Ia3f0c248a1e9587a63d9d4cc230defc39357e8f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624210Reviewed-by:
Nick Yamane <nickdiego@igalia.com> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#842914}
-
Junji Watanabe authored
CAS is already available on production, and developers should be able to use it instead of Isolate server. Bug: 1163817 Change-Id: I1ea0333725eb8c6337507605781e9c3e29b4f5e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626816 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Junji Watanabe <jwata@google.com> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#842913}
-
Wolfgang Beyer authored
Introduced in https://crrev.com/c/2574985 Bug: 1072335 Change-Id: I57a42b17dafa55c4f7b4c12bae32f72d7be12321 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623945Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Wolfgang Beyer <wolfi@chromium.org> Cr-Commit-Position: refs/heads/master@{#842912}
-
Vidhan authored
Currently, FieldFiller static_casts AutofillDataModel to either AutofillProfile or CreditCard. These casts are not guarded and may prevent autofilling. This is prevented by introducing absl::variant<const AutofillProfile*, const CreditCard*> and removing the static_casts. Bug: 1147883 Change-Id: I4768c8f60429ede281e4a804512e519af34dc111 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560746Reviewed-by:
Christoph Schwering <schwering@google.com> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Vidhan Jain <vidhanj@google.com> Cr-Commit-Position: refs/heads/master@{#842911}
-
Ramin Halavati authored
"Signin.Intercept.Guest.Availability" metric is added to record if Guest option is available at signin intercept or not and why. Bug: 1157764 Change-Id: I00dc3bb07b6b6cec758c206b1046a0c2e767d7b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2620621Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#842910}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/76d89fa22033..08b9eb7a896f 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 yukishiino@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: None Tbr: yukishiino@google.com Change-Id: I9daf3dfd7eb0c419a63096bf3549f5525f5f21d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625844Reviewed-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@{#842909}
-
Alex Moshchuk authored
Looks like one line of a comment near the end of this function was accidentally deleted in https://chromium-review.googlesource.com/c/chromium/src/+/2230632. This CL restores it. Change-Id: I081e0a184f2468e5e6e60a63446a9fa5cca2a0f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626907 Auto-Submit: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Arthur Hemery <ahemery@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#842908}
-
Sara Kato authored
Bug: crbug/1159562 Test: build Change-Id: Icc582dd5ffe43c94e9d06bf98d4ac470af01ea27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617401Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#842907}
-
Koji Ishii authored
In order to make the function to be more testable and easier to maintian. This patch has no behavior changes. Bug: 762493 Change-Id: Ia0e4838bfa3fec644067dea1edf0e53915931153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612630 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#842906}
-
Simon Zünd authored
Design doc: https://bit.ly/devtools-trust-tokens This CL adds a new getter to the NetworkContext interface to make the current state of the Trust Token store available to DevTools. The information will be shown on the Application tab in DevTools so developers can inspect the Trust Tokens currently available to their site. Bug: chromium:1126824 Change-Id: I69bfc596b1c42fab25bb91d3dd7e3116ec20fd96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592990Reviewed-by:
David Van Cleve <davidvc@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#842905}
-
Ramin Halavati authored
Profile picker does not show Guest profiles, it should ignore their addition or removal. Bug: 1166076 Change-Id: I60ea43ed5368e163cbed7fa1aa320ea55c726b3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623211 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#842904}
-
Theo Johnson-kanu authored
Bug: 1163556 Change-Id: I196b9c9f73fecb169b53ac3d3ed5635a799b7138 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625275 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#842903}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e2ffb3742633..26ac0bee0167 2021-01-13 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2021-01-13 soxia@microsoft.com Hide span button for single screen device 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I344bf31701aa28575246297b90dba5f0fbe599e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625840Reviewed-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@{#842902}
-