- 21 Jan, 2020 17 commits
-
-
Fergus Dall authored
It seems to be possible for shared references to CrostiniRestarter to outlive CrostiniManager. Since all of CrostiniRestarter assumes that CrostiniManager still exists, this can cause crashes. Switch CrostiniRestarter to being exclusivly owned by CrostiniManager and handing out weak pointers to callbacks. Bug: 1040797 Change-Id: Ib65c79c7c81111aad88435b3c95da0c64226e791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996112Reviewed-by:
Nic Hollingum <hollingum@google.com> Commit-Queue: Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#733496}
-
Isabella Scalzi authored
If the user opens Quick View after selecting multiple files of different types, the user is unable to use the "open" button from Quick View. This is due to the openInNewButtonTap_ (OPEN button) handler using taskController_.executeDefaultTask, which retrieves the tasks for the entire mutli-selection, rather than for the item shown in Quick View. Fix this: create a local variable containing the tasks for the currently viewed item, and retrieve the tasks from here when the "open" button is clicked from Quick View. This could potentially be racy. Will address this in a future patch. Bug: 1038799 Change-Id: Ie4186f4f4162eff1b89d5334bd5b5bcab9089450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010236Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#733495}
-
Anand K. Mistry authored
Bug: 939235 Change-Id: Ie020c44ef00557f9f28da12294b717d9a325bb37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006903 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#733494}
-
Samuel Huang authored
This reverts commit c8af0e6f. Reason for revert: The fix is effective for local build, but not Canary. Also, a better fix is available. Reverting this first simplifies merge into trunk. Original change's description: > [DFM] Defer ModuleUtil.recordModuleAvailability() call to onFinishNativeInitialization(). > > Previously, ModuleUtil.recordModuleAvailability() was called from > ChromeApplication.attachBaseContext(). A side-effect of MU.rMA() is that > it initializes SplitCompat. However, for yet-to-be determined reason, > this early initialization causes failure downstream in > ChromeContentBrowserClient, so that if a DevUI page is loaded as the > active page, restarting Chrome would cause it to fail to load! > > This CL alleviates the problem by deferring the MU.rMA() call to > ChromeBrowserInitializer.onFinishNativeInitialization(), thereby > avoiding initializing SplitCompat too early, while still recording > module metrics at start-up. > > Bug: 1036753 > Change-Id: I21c02dc957f494fb76c959c772a6f77db8b933a9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003253 > Reviewed-by: Peter Wen <wnwen@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Commit-Queue: Peter Wen <wnwen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#732158} TBR=yfriedman@chromium.org,huangs@chromium.org,wnwen@chromium.org NOTRY=true Bug: 1036753 Change-Id: I2d566cb8b34f8f409b74a072a079706bf042f4a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011440Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#733493}
-
Bo Liu authored
cc does not have control over when to produce a frame for webview / synchronous compositor as it does over chrome. There is a lot of down side to waiting for draw, when the pathological case for happens frequently causing both poor performance on the main thread and higher latency. Synchronous compositor also had a fallback tick that runs "fake" draws after invalidate to ensure the compositing pipeline is never stalled. This is no longer necessary with this change, so remove fallback tick and some unused code in swap messages. Bug: 1025695 Change-Id: I240f01662ccdf6f9c35912c421ea1ef0e40b1cc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986934Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733492}
-
Denis Bessonov authored
This reverts commit 0156c949. Reason for revert: series of review fixes resulted in a no-op code. The completely different approach should be used to fix the bug correctly. Original change's description: > Fix 0,0-0x0 turning into PaintOp::kUnsetRect. > > When a paint chunk having 0,0-0x0 rect is processed inside an effect, an early > return prevents the effect_bounds_stack_.back() update in a > ConversionContext::UpdateEffectBounds call. This results in keeping default > PaintOp::kUnsetRect in SaveLayerOp::bounds instead of 0,0-0x0 rect. > > This is probably a reason for a related bug 918240 (see bug thread Comment 4 for > details). Application of this patch fixes the lagging print preview. > > R=fmalita@chromium.org, samans@chromium.org > > Bug: 918240 > Change-Id: I022ae01418e83184421cff7e22566228a2f7c6d3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1396958 > Commit-Queue: Denis Bessonov <dbessonov@yandex-team.ru> > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#714293} Bug: 918240 Change-Id: I89a55d39a53559b37168b91adf3f331dbbf8b106 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007409 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Denis Bessonov <dbessonov@yandex-team.ru> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733491}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/cbab43ca0aa3..03acc60fb5fc git log cbab43ca0aa3..03acc60fb5fc --date=short --first-parent --format='%ad %ae %s' 2020-01-21 tmathmeyer@chromium.org Fix display bug in Media tab event table Created with: gclient setdep -r src/third_party/devtools-frontend/src@03acc60fb5fc 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: chromium:794255 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ice7b0eab8f759cdfc30e5825d635ccb58110c414 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010337Reviewed-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@{#733490}
-
Anand K. Mistry authored
MountPoint uses a simple callback for result, instead of having to register an observer and waiting for the appropriate event. The strong ownership semantics of MountPoint also mean that explicit unmount are no longer necessary. Bug: 939235 Change-Id: I8478e414b8b7cc1c462985f272dea108547f67c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006895Reviewed-by:
Sergei Datsenko <dats@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#733489}
-
nancy authored
Add Shelf menu items, MENU_OPEN_NEW and MENU_CLOSE, for built_in apps: https://cs.chromium.org/chromium/src/chrome/browser/ui/ash/launcher/internal_app_shelf_context_menu.cc?l=25 BUG=1038487 Change-Id: I2b50bf2aa5f393b0e23645e72ac7b87b7b7d9534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009601Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#733488}
-
Jing Wang authored
When the user types certain text, such as "my email is ", we would like suggest the corresponding email address. This metric records how many times users trigger this suggestion. These metrics were introduced by cr/289566860 Bug: 1042084 Change-Id: Ibdf88d44d1bcbe7bab7376534b085f5e153e99f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000278Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Jing Wang <jiwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#733487}
-
nancy authored
When more components use AppService, the public interfaces without comments could be very confused to use. So add the comments to AppServiceProxy's public interfaces. BUG=1016159 Change-Id: Ibf7470a356b15cafccc5def2fd478e79914f5fb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009594Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#733486}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/761790f8..bf7181f7 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: I364f66f3eba01ceb2c93314e68c3511841f753d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010931Reviewed-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@{#733485}
-
Henrique Nakashima authored
Register them in ChromePreferenceKeys and use SharedPreferencesManager consistently instead of SharedPreferences directly. Bug: 1022108 Change-Id: Ie5e834f38eae482407592226cea890818125926c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011290Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#733484}
-
Kenichi Ishibashi authored
This accessor was exposed for ServiceWorkerStorage but all usage of installing_registrations_ have moved into ServiceWorkerRegistry. Bug: 1039200 Change-Id: Iff5820a7acc4341886f02873328b79a1cbbbe684 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010598Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#733483}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/abf20c44084a..2cffc801c156 Created with: gclient setdep -r src-internal@2cffc801c156 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 jbudorick@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.chrome.try:linux-chromeos-chrome Bug: chromium:1042208 Tbr: jbudorick@google.com Change-Id: I5ae6daeaa4bc80637005207cff0e178e7cc0a061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010334Reviewed-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@{#733482}
-
Patrick Monette authored
This change is necessary to add dedicated workers to the performance manager graph. An invariant of the WorkerNode is that its ProcessNode is always valid. This can only be accomplished by making sure that the WorkerNode is destroyed before its ProcessNode. Because the performance_manager::RenderProcessUserData class also subscribes to the RenderProcessHostObserver interface and deletes the ProcessNode when its RenderProcessHost is destroyed, we can't use RenderProcessHostDestroyed in DedicatedWorkerHost because there are no guaranteed ordering on the notification. In fact, since the DedicatedWorkerHost always subscribe to the RenderProcessHost after the performance_manager::RenderProcessUserData class, we always get the wrong ordering in practice. This can be easily fixed by replacing the usage of RenderProcessHostDestroyed by RenderProcessExited in the DedicatedWorkerHost class, which is always invoked first. It also happens that it is a correct change to make because it is when the process exits that the mojo connections with the renderer are closed, not when the RenderProcessHost is destroyed. For consistency, the same change is done with the SharedWorkerHost. Bug: 993029, 1035555 Change-Id: Ib7d71e810cbb8d41f7a7475818d16428eff4e74f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006069 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#733481}
-
Koji Ishii authored
The logic copied from the version for |NGPaintFragment|. Fixes ~36 tests. Bug: 982194 Change-Id: Ib2b8c55c66429097a38b6f818ab4dd2480f9ba06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010465Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#733480}
-
- 20 Jan, 2020 23 commits
-
-
nancy authored
This CL is used to integrate Web apps's context menus for app list to AppService: https://cs.chromium.org/chromium/src/chrome/browser/ui/app_list/web_app_context_menu.cc?l=69 https://cs.chromium.org/chromium/src/chrome/browser/ui/app_list/web_app_context_menu.cc?l=118 BUG=1038487 Change-Id: I4c28c44e8f31348f5d6af0247285eaa712bc9f9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007793 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#733479}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e5aad3baed2b..42a5f6fa3728 git log e5aad3baed2b..42a5f6fa3728 --date=short --first-parent --format='%ad %ae %s' 2020-01-20 primiano@google.com Merge "amalgamator: normalize paths, make output stable" Created with: gclient setdep -r src/third_party/perfetto@42a5f6fa3728 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I6de098b905a9ab30aaf6fc6fa85dd9f7608c8bd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010332Reviewed-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@{#733478}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/0c10c9522a3b..62475e95da5b git log 0c10c9522a3b..62475e95da5b --date=short --first-parent --format='%ad %ae %s' 2020-01-20 jmadill@chromium.org Allow tests to pick ANGLE features. Created with: gclient setdep -r src/third_party/angle@62475e95da5b 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 timvp@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_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 Bug: None Tbr: timvp@google.com Change-Id: Ic5df6598ba6636ff996acb8ae1961cfcab5bdd31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010326Reviewed-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@{#733477}
-
Austin Tankiang authored
Sometimes, the feedback panel tries to call generateSourceMessage for a feedback panel with a cancelled state. This will fail, creating an empty panel. Handle this case to prevent that from happening. It doesn't really matter what gets returned in this case because the panel will not be shown anyway. Bug: 1015415 Change-Id: I599ec0e348c756d93b1a739dba6a239174eec3b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009603 Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#733476}
-
Kent Tamura authored
This CL covers the following input types: - <input type=date> - <input type=datetime-local> - <input type=month> - <input type=time> - <input type=week> This CL changes rendering result a little bit in fractional zoom levels. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_layout_tests_layout_ng_disabled Bug: 1040826 Change-Id: I3d3ee1d2b2190721b1b035c7c5ec95f2bc7e7ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003152 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#733475}
-
Shawn Gallea authored
Webviews are now controlled/created by PlatformViewsService Bug: Internal b/144275588 Test: NONE Change-Id: Id6cb20066a4262f53d6c94d2db3820d06879da96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011296Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Shawn Gallea <sagallea@google.com> Cr-Commit-Position: refs/heads/master@{#733474}
-
Robbie Gibson authored
Bug: 1043625 Change-Id: Id2e8a226d5df4afdf457dd2443327483f4e08a4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010791 Auto-Submit: Robbie Gibson <rkgibson@google.com> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#733473}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/c6a2ef12dffc..a32acc1be500 git log c6a2ef12dffc..a32acc1be500 --date=short --first-parent --format='%ad %ae %s' 2020-01-20 rharrison@google.com Rolling 3 dependencies and updating expectations (#966) Created with: gclient setdep -r src/third_party/shaderc/src@a32acc1be500 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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: radial-bots+chrome-roll@google.com Change-Id: I1e4808954cc9306f6ed768e7251667b35a6828be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010328Reviewed-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@{#733472}
-
Patrick Monette authored
This CL makes it so that the behavior of the mock class is closer to real implementation of RenderProcessHost. This change will be used in a follow up CL where the lifetime of a class is tied to the existence of the renderer process. Bug: 993029, 1035555 Change-Id: I0c933c7c0b3890bc561015be847e145fdd96410a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006450 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#733471}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5ddbe062..761790f8 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: Ief96e8394ca6dda3beaa257d03c323c868ef0c5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010930Reviewed-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@{#733470}
-
Nina Satragno authored
Failing on several builders (e.g. https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%28dbg%29%281%29/81310) Looks like I missed this failure before. TBR=dbeam@chromium.org No-try: true Bug: 1043665 Change-Id: Ic93870517911b2e404e724d0b9c06586bfa45c31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011292Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#733469}
-
Shawn Gallea authored
This instead calls OnError to allow for proper cleanup when web contents destruction occurs. Bug: Internal b/146500172 Test: Build cast_shell Change-Id: I4c83313c8324e361cdb0a0275bfa76ea1a5ae72b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985810 Commit-Queue: Shawn Gallea <sagallea@google.com> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#733468}
-
Jiewei Qian authored
Change-Id: I5812b9c270706086cc14b5cdc0406188eff31170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009592 Auto-Submit: Jiewei Qian <qjw@chromium.org> Commit-Queue: Jay Harris <harrisjay@chromium.org> Reviewed-by:
Jay Harris <harrisjay@chromium.org> Cr-Commit-Position: refs/heads/master@{#733467}
-
chromium-autoroll authored
Roll broadwell AFDO profile from 81-3987.18-1578913441-benchmark-81.0.4019.0-r1 to 81-3987.39-1579516543-benchmark-81.0.4019.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-broadwell-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I59d003d2a1ae76b77433b579ef41407441b9ffe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010330Reviewed-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@{#733466}
-
Aaron Krajeski authored
With the new asynchronous restoring of contexts, things can break (ContextLostRestoredEventsEnabled) Bug: 1042738 Change-Id: Ib8cbe8c5575527e02f2e7245246615ba9c902d1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003337 Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#733465}
-
chromium-autoroll authored
Roll airmont AFDO profile from 81-3987.39-1578914089-benchmark-81.0.4019.0-r1 to 81-4025.0-1579516880-benchmark-81.0.4019.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: Iafb90e3603f8b1b40ba549afcff986398a11f1f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010329Reviewed-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@{#733464}
-
Nina Satragno authored
Disable CrSettingsPrivacyPageTest.PrivacyPageSoundTests and CrSettingsPrivacyPageTest.UMALoggingTests as they are crashing on Linux Tests (dbg) Looks like the previous revert did not solve the issue :'( TBR=dbeam@chromium.org No-try: true Bug: 1043665 Change-Id: I7711e99fdeeb24c6ba1d6c47e205b16c2dd34431 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011289 Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#733463}
-
Nick Burris authored
This reverts commit ae629163. Reason for revert: Verifying on Canary that this caused an artificial regression in scroll metrics, will reland. Original change's description: > viz: Fix FindLatestSurfaceUpTo when there is conflict > > The condition used in the binary search was wrong. Fixed it and added > a unit test. > > Bug: 1000868 > Change-Id: Iaf4af1bdfdb88db1082bfae89a3783faed860934 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800743 > Auto-Submit: Saman Sami <samans@chromium.org> > Commit-Queue: Jonathan Ross <jonross@chromium.org> > Reviewed-by: Jonathan Ross <jonross@chromium.org> > Cr-Commit-Position: refs/heads/master@{#696170} TBR=jonross@chromium.org,samans@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1000868, 1015120 Change-Id: Ia91e27f3acb11772980c5b5ff872827af53e548f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940998Reviewed-by:
Nick Burris <nburris@chromium.org> Commit-Queue: Nick Burris <nburris@chromium.org> Cr-Commit-Position: refs/heads/master@{#733462}
-
chromium-autoroll authored
Roll silvermont AFDO profile from 81-3987.39-1578912426-benchmark-81.0.4019.0-r1 to 81-4025.0-1579517934-benchmark-81.0.4019.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I879108952a722cfa0ba7f14b1f9da02d97e0d4eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010327Reviewed-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@{#733461}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bb76282b5443..abf20c44084a Created with: gclient setdep -r src-internal@abf20c44084a 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 jbudorick@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.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I0153029c5f73b5c834bd52a8a57666f676ef3a53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009836Reviewed-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@{#733460}
-
Andrew Grieve authored
Causes "git cl format" and "git cl upload" presubmit checks to format changed lines in a review to adhere to our style guide (PEP-8). Bug: 846432 Change-Id: I0a91f85df9f69fff7a87868c40479cad671dc892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989512 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#733459}
-
Navid Zolghadr authored
Feel free to revert if it causes any regressions. Bug: 1000682 Change-Id: Ia65f85a763d20f906e5bcba1f4c3e565dcb64b15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011135Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#733458}
-
Sahel Sharify authored
Change-Id: I2efdc8098f3dd95eefe645701d833dcfd46279ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005375Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#733457}
-