- 29 Feb, 2020 40 commits
-
-
Tomasz Wiszkowski authored
This change updates the way SuggestionProcessors are built for AutocompleteMediator to allow the Mediator to be unit-tested. Bug: 1050813 Change-Id: Idb806c6ad108940add73ea7b16712376f8972561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076006 Commit-Queue: Ender <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#745723}
-
Xiaohui Chen authored
Bug: 1054245 Change-Id: Ie330a0300a0659af1806d374c67ae1fb7c77ce2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080078Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#745722}
-
Sahel Sharify authored
This cl postpones expiration of the following metrics by 1 year. PaymentRequest.Missing[Contacts|Shipping|Payment]Fields These metrics will be monitored before/during payment sheets UI changes. I also added web-payments-team as secondary owner for payments metrics Change-Id: I95a761fb0a045f437fa5feb155329e53b1f190cf Bug: 1050656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075964Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#745721}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/933525c2bdcf..ad5c586c30a6 git log 933525c2bdcf..ad5c586c30a6 --date=short --first-parent --format='%ad %ae %s' 2020-02-29 jalyn@microsoft.com Add telemetry for keyboard shortcuts Created with: gclient setdep -r src/third_party/devtools-frontend/src@ad5c586c30a6 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:174309 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id7df115ebb3a336d9317c9737ff0fe178921b919 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081014Reviewed-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@{#745720}
-
Toni Barzic authored
In active user session, shelf container has multiple widgets - navigation widget, hotseat widget, status area widget, shelf widget. Of these, shelf widget contains the shelf background, and its bounds intersect with all other widgets. For this reason, it's expected to be stacked at the bottom of the container. The shelf widget stacking is set up during widget creation. This works in active session state, as the shelf widget itself is not expected to be activated, and thus stacked at the top of the container. For login shelf, though, the shelf widget can get activated (it contains login shelf buttons, which can be focused, e.g. by tab traversal). Shelf widget being stacked above other windows in the container is not an issue on login/lock screen (login shelf widget does not interfere with the only other visible widget - status area widget), but when the session state changes, the shelf widget should ensure it gets restacked at the bottom again, so the shelf background does not get painted over other widgets. NOTE: This was not an issue before M-82, as shelf widget was in a separate window container. BUG=1051823 Change-Id: I65e34fc1347d20976cb5441da91e00efb96b0885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058998Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#745719}
-
Kuo-Hsin Yang authored
Move the available memory calculation from kernel to chrome. Use polling to check low memory condition instead of waiting for kernel low memory notification. BUG=b:149833548 TEST=run chromeos tast platform.MemoryStressBasic Change-Id: I2c21bddfc261727265c65420d143ad428501ca93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058945 Commit-Queue: Kuo-Hsin Yang <vovoy@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#745718}
-
Shrek Shao authored
This reverts commit 5daa1294. Reason for revert: This seems to cause webgl-compressed-texture-astc.html?webglVersion=2 to fail Original change's description: > Fix compressed texture texStorage3D decompressed formats and types > > TextureManager::ExtractTypeFromStorageFormat returned type=0 for compressed > texture formats, and that is passed into texture_manager()->SetLevelInfo > thus ends up with INVALID_ENUM at glTexSubImage3DFn > > Bug: 1051217, 1056845 > Change-Id: Ia3f9e455a02a97aaef4f1de1e526d0c01963c2d9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070827 > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Shrek Shao <shrekshao@google.com> > Cr-Commit-Position: refs/heads/master@{#745321} TBR=kbr@chromium.org,shrekshao@google.com,lexa.knyazev@gmail.com Change-Id: Icd609083cec2f57e06558de0c2db4d1d27c73e15 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1051217, 1056845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081354Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#745717}
-
Victor Fei authored
Consider the following web content where an ordered set item is nested in a list item: <ul role="tablist"> <li> <div role="tab" aria-posinset="3" aria-setsize="5"> item 3 of 5 </div> </li> <li> <div role="tab" aria-posinset="4" aria-setsize="5"> item 4 of 5 </div> </li> <li> <div role="tab" aria-posinset="5" aria-setsize="5"> item 5 of 5 </div> </li> </ul> We currently would get PosInSet=0 and SetSize=0 for the tab item in accessibility tree. The reason we are not getting PosInSet and SetSize value is because AXTree::RecursivelyPopulateOrderedSetItems is not recursing pass the list item element to add tree item to the ordered set for calculating PosInSet and SetSize. This change fixes this issue by allowing AXTree::RecursivelyPopulateOrderedSetItems to recurse through these parent elements and adding set items to ordered set, thereby giving correct calculation for PosInSet and SetSize. Bug: 1047025 Change-Id: Ieaf31db1e0b70c84923e2b10e5ba4413ba413696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029189 Commit-Queue: Victor Fei <vicfei@microsoft.com> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Ian Prest <iapres@microsoft.com> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#745716}
-
Toni Barzic authored
Sets up login shelf gesture handler when marketing opt in screen is shown, which enables swipe gesture from the login shelf (and shows a shelf drag handle). Swipe handler will exit the screen. The handler is set up only if shelf navigation buttons would be hidden in the current environment - if tablet mode is on, and the buttons are not shown for accessibility. When the swipe is enabled, the screen's next button is hidden. While here, add LoginScreenBehavior to marketing opt in screen polymer element. BUG=976949 Change-Id: Idcc2828f21c85162be29c5e4706ea3281f1b6bbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080008Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#745715}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7122d8cec827..b6ba6c0a2b36 git log 7122d8cec827..b6ba6c0a2b36 --date=short --first-parent --format='%ad %ae %s' 2020-02-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-02-28 benjaminwagner@google.com [infra] Upgrade iPhone7, iPhone8, and iPadPro to iOS 13.3.1. 2020-02-28 mtklein@google.com leak llvmcontexts for now 2020-02-28 herb@google.com SkVM implement min max 2020-02-28 mtklein@google.com bytes! Created with: gclient setdep -r src/third_party/skia@b6ba6c0a2b36 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 jlavrova@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: jlavrova@google.com Change-Id: I284ceefa2c4f927ca8cc3a87d867f02a29aa1b9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081013Reviewed-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@{#745714}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2d7b0de1..5260234d 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: Ic0689f75518db74425cb41ad2da5cd6eeef22bd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080972Reviewed-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@{#745713}
-
Luke Zielinski authored
This includes flaky tests (multiple possible statuses) and subtest failures (where test status is OK but subtests have failures). This CL will turn off the WPTOutputUpdater post-processing step. All expectations and baselines will be handled by WPTMetadataBuilder. WPTOverrideExpectations is also updated with many new entries that were previously handled by WPTOutputUpdater. Bug: 937369 Change-Id: Ibb4081c76ec72b7660af30291aa43a48e2f6ddce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072639 Commit-Queue: Luke Z <lpz@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#745712}
-
Ahmed Mehfooz authored
Bug: 1056451 Change-Id: Ie624e1c5256da34bc99f6019ac70b14d5f5c3d26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079545Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#745711}
-
Nnamdi Theodore Johnson-Kanu authored
This CL moves chromeOS strings for settings google assistant page from settings_strings.grdp to os_settings_strings.grdp. It continues the process of moving all chromeOS specific strings. Bug: 967883 Change-Id: Id342dd26091b207f2da72b89fe879bc9448b6995 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067256 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#745710}
-
Tao Bai authored
Bug: 1043703 Change-Id: I3feb3049687697d4ab0f56cbd58c4967ebf74745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070963Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#745709}
-
Anastasia Helfinstein authored
This is the a step towards incorporating Sophie and Rose's code from last summer into the new navigation paradigm. Bug: 982004 Change-Id: Ic554562ad9ac1d887e682097450e9c0ade5e9a4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076441 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#745708}
-
Carlos IL authored
The flag was previously removed, but the metadata was left behind. Change-Id: Ia2445a0858895a5921364e7fd6f78543570b7f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080786 Auto-Submit: Carlos IL <carlosil@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#745707}
-
Gabriel Charette authored
This CL is a logical no-op. It manually covers the use cases the script (https://crbug.com/1026641#c22) didn't cover in https://chromium-review.googlesource.com/c/chromium/src/+/2026350. A few of the affected files were also migrated to content::GetUIThreadTaskRunner() whenever surrounding code consistency was at stake (but the bulk of that migration is staged to happen after this one so this wasn't a priority in this batch). Most files intentionally kept base/task/post_task.h as an include. It is still required because of a cyclical dependency during the migration preventing base/task/thread_pool.h from implicitly providing base/task/task_traits.h to its users (callers that explicitly store TaskTraits and include task_traits.h don't have this problem). The post_task.h include will be cleaned up in a later phase. This CL was uploaded by git cl split. R=blundell@chromium.org Bug: 1026641 Change-Id: I7cf7c1eb644c733cd3bf43c53dc7f73444193b9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079080 Commit-Queue: Gabriel Charette <gab@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#745706}
-
Hazem Ashmawy authored
- Add build fingerprint instead of device and populate it. - Add Android API level and populate it. - Populate Application name, package name and version. - Use WebView package name instead of package label name. - Remove instructions on how to get app link on the playstore to shorten the template length following the limits on the URL query length. - Add a new line to the template to guide the user to share additional comments on the crash. - Use the "description" query name instead of "comment" in the constructed URL following monorail deep links documentation[1]. [1] https://chromium.googlesource.com/infra/infra/+/master/appengine/monorail/doc/userguide/power-users.md#deep-links Fixed: 991594 Test: Press the report bug button and make sure the template is correctly populated Test: Make sure that monorail directs to the template after log-in from the first time Change-Id: Ie9296267915b12a5c940c625bd77bdab5647409a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074880 Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Auto-Submit: Hazem Ashmawy <hazems@chromium.org> Cr-Commit-Position: refs/heads/master@{#745705}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ie3e14e9b5a240c76b8fba6fe4428d7b54c9f0835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081016Reviewed-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@{#745704}
-
Anastasia Helfinstein authored
Groups static/instance methods and alphabetizes within the groupings. This change reorders functions and removes unused functions, but has no behavioral change. Bug: 982004 Change-Id: I043cde848aacf1d11e788871fda0baf9d301ebd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076083 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Chris Hall <chrishall@chromium.org> Cr-Commit-Position: refs/heads/master@{#745703}
-
John Budorick authored
Tasks currently occasionally wind up running on arm xenial hosts, which unsurprisingly fails when it happens. Bug: 1040699 Change-Id: I79db1058cca0643ef9f65f06848ff535d950734a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080087 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#745702}
-
Jun Mukai authored
During the debug, I've just come to realize that the shield layer of the wallpaper view is zero-sized; so it does not make any visual effects. It needs to set bounds on creation. Bug: 1036804 Test: manually Change-Id: Ifa2dea70424355db12741f7d4bf41b8b3ce8bffa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080885Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#745701}
-
rbpotter authored
Autogenerate JS module version of search_settings.js and its test, in preparation for migrating basic_page/* to Polymer 3. Bug: 1026426 Change-Id: I2ec9498dffd3839947f2a365a7200036f781cf8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079901 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#745700}
-
Lily Chen authored
This makes it easier to debug cookie issues, as the SameSite cookie context is calculated based on these two parameters. Bug: None Change-Id: I05bf03533fb1a481fc71a610971da9f8e40de2f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068580 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#745699}
-
Gabriel Charette authored
This CL is a logical no-op. It manually covers the use cases the script (https://crbug.com/1026641#c22) didn't cover in https://chromium-review.googlesource.com/c/chromium/src/+/2026350. A few of the affected files were also migrated to content::GetUIThreadTaskRunner() whenever surrounding code consistency was at stake (but the bulk of that migration is staged to happen after this one so this wasn't a priority in this batch). Most files intentionally kept base/task/post_task.h as an include. It is still required because of a cyclical dependency during the migration preventing base/task/thread_pool.h from implicitly providing base/task/task_traits.h to its users (callers that explicitly store TaskTraits and include task_traits.h don't have this problem). The post_task.h include will be cleaned up in a later phase. This CL was uploaded by git cl split. R=boliu@chromium.org Bug: 1026641 Change-Id: I444e19558bbb66741294e1b7035fc1897062906e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078659Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#745698}
-
Li Lin authored
In some cases (clicking on top of the screen in full screen mode), there are not enough space to show Quick Answers view above the context menu. We would like to show it below the context menu instead. Mock at: go/quick-answers (slide 20). This CL also update the hover background color to match the context menu item hover background color. Bug: b/150388694 Change-Id: I281d091ecb8f8b039cda902c331f92db61fbaa4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079044 Commit-Queue: Li Lin <llin@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#745697}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/953278adbf3e..55ab41d1856d git log 953278adbf3e..55ab41d1856d --date=short --first-parent --format='%ad %ae %s' 2020-02-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-02-28 ehmaldonado@google.com depot_tools: Make it possible to run custom git scripts using Python 3. 2020-02-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@55ab41d1856d 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:984182 Tbr: agable@chromium.org Change-Id: I80b6cd4826d9f322523465673f56b6616207a7da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080991Reviewed-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@{#745696}
-
Yulun Wu authored
Other changes: Add test methods to drag_handle class Modified shelf_widget GetDragHandle() to return DragHandle* instead of View* Modified DragHandle::ShowDragHandleNudge() to fetch timeout for current pref instead of taking it as an argument. Fixed bug where ShowDraghandleNudge did not call handleNudgeShown. Revert "Revert "Add unit tests for drag handle nudge."" This reverts commit 4b6df1eb. Bug: 1034168 Change-Id: I73258ce83cd681a936fec907b04ef065b6d10592 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080558Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#745695}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/fb551728d77b..54bc3dab2064 git log fb551728d77b..54bc3dab2064 --date=short --first-parent --format='%ad %ae %s' 2020-02-28 geofflang@google.com Add the ANGLE Android developer options to the ANGLE repository. 2020-02-28 xiaoxuan.liu@arm.com Vulkan: Add robust init for NULL texture image. 2020-02-28 b.schade@samsung.com Add Android boot animation and rounding error test Created with: gclient setdep -r src/third_party/angle@54bc3dab2064 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/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: geofflang@google.com Change-Id: I6aafa12c1906e41bff26255e6cfa7f781967f76a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080730Reviewed-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@{#745694}
-
Pavel Yatsuk authored
This CL moves InfoBarControlLayout, InfoBarMessageView, tests and related resources to chrome/browser/ui/messages BUG=1056346 R=mdjones@chromium.org Change-Id: I2d24ae99bcbe2186486154c883288eb6ddecb50a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076398 Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Jun Cai <juncai@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#745693}
-
Brian Sheedy authored
Disables BrowserMinidumpTest on Linux since there are unexpected crashes occurring either in the test or in previous tests which are causing it to fail. TBR=crouleau@chromium.org Bug: 1056235 Change-Id: I7d03de0f09df52c2ab6cb3f45809a71357500650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080080Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#745692}
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/296d1dc00641..d398da88c0b6 $ git log 296d1dc00..d398da88c --date=short --no-merges --format='%ad %ae %s' 2020-02-17 janne-vlc fuzzing: link the fuzzing binaries as C++ 2020-02-17 janne-vlc fuzzing: split the fuzzing targets to their own meson.build file 2020-02-20 gramner x86: Add mc w_mask 4:4:4 AVX-512 (Ice Lake) asm 2020-02-20 gramner x86: Add mc w_mask 4:2:2 AVX-512 (Ice Lake) asm 2020-02-20 gramner x86: Add mc w_mask 4:2:0 AVX-512 (Ice Lake) asm 2020-02-20 gramner x86: Add mc avg/w_avg/mask AVX-512 (Ice Lake) asm 2020-02-14 victorien x86: optimize cdef_filter_{4x{4,8},8x8}_avx2 2020-02-12 victorien x86: add a seperate fully edged case to cdef_filter_avx2 2020-02-19 gramner checkasm: Improve the cdef input randomization algorithm Created with: roll-dep src/third_party/dav1d/libdav1d TBR=tguilbert Change-Id: Ic1389410c6338ad343bfdffb132e8f4a38960845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080893Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#745691}
-
Gabriel Charette authored
This CL is a logical no-op. It manually covers the use cases the script (https://crbug.com/1026641#c22) didn't cover in https://chromium-review.googlesource.com/c/chromium/src/+/2026350. A few of the affected files were also migrated to content::GetUIThreadTaskRunner() whenever surrounding code consistency was at stake (but the bulk of that migration is staged to happen after this one so this wasn't a priority in this batch). Most files intentionally kept base/task/post_task.h as an include. It is still required because of a cyclical dependency during the migration preventing base/task/thread_pool.h from implicitly providing base/task/task_traits.h to its users (callers that explicitly store TaskTraits and include task_traits.h don't have this problem). The post_task.h include will be cleaned up in a later phase. This CL was uploaded by git cl split. R=sorin@chromium.org Bug: 1026641 Change-Id: Id06e6e33fc0031390bc227a698af034b7da15385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079082 Commit-Queue: Gabriel Charette <gab@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#745690}
-
Ben Joyce authored
Bug: 1052460 Change-Id: I9b9530362c4a17f78ee6f0907f15527c6fd4f99b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078848Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: benjamin joyce <bjoyce@google.com> Cr-Commit-Position: refs/heads/master@{#745689}
-
Jerome Jiang authored
https://aomedia.googlesource.com/aom.git/+log/625cded0550b..f83d681765cd $ git log 625cded05..f83d68176 --date=short --no-merges --format='%ad %ae %s' 2020-02-27 jingning Reduce the tpl model memory usage 2020-02-27 huisu Remove mi_row and mi_col from CFL_CTX 2020-02-27 kyslov AV1 RT: Tune pruned ref frame search for nonRD 2020-02-14 deepa.kg Do not split 32-byte unaligned load and store 2020-02-26 jingning Remove unneeded if condition in tpl model 2020-02-26 jingning Use local variable to count tpl frames 2020-02-25 huisu Assign gld_stack frames to ALTREF2 when applicable 2020-02-25 marpan rtc: Add source content metrics to nonrd_pickmode 2020-02-26 jzern update .mailmap 2020-02-20 huisu Code refactoring in av1_get_ref_frames() (...) 2019-01-31 niva213 avx2 dr prediction z2 valgrind issue fix 2019-02-01 chiyotsai Add av1 prefix to partition model parameters 2019-01-31 urvang Introduce SUPERRES_AUTO mode. 2019-01-30 remya.prakasan Reuse compound type rd data for new_mv 2019-01-31 elliottk Remove template for collect rd stats; it is always on 2019-01-25 yunqingwang Handle unsupported bitstream while large-scale-tile=1 2019-01-30 debargha Misc fixes for RD stats collection 2019-01-31 yuec Prevent mismatch when chroma diff q is enabled 2019-01-28 satish.suman Revert decoder frame buffer padding to 64 2019-01-31 satish.suman Fix crash issue of oss-fuzz stream for frame padding Created with: roll-dep src/third_party/libaom/source/libaom R=jzern@google.com BUG=1055917 Change-Id: I397227b8db1eb7316b8b73c7073aa186d0607b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080723Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#745688}
-
Gabriel Charette authored
This CL is a logical no-op. It manually covers the use cases the script (https://crbug.com/1026641#c22) didn't cover in https://chromium-review.googlesource.com/c/chromium/src/+/2026350. A few of the affected files were also migrated to content::GetUIThreadTaskRunner() whenever surrounding code consistency was at stake (but the bulk of that migration is staged to happen after this one so this wasn't a priority in this batch). Most files intentionally kept base/task/post_task.h as an include. It is still required because of a cyclical dependency during the migration preventing base/task/thread_pool.h from implicitly providing base/task/task_traits.h to its users (callers that explicitly store TaskTraits and include task_traits.h don't have this problem). The post_task.h include will be cleaned up in a later phase. This CL was uploaded by git cl split. R=mmenke@chromium.org Bug: 1026641 Change-Id: I27367524acb218264fa4b61471a128da637a2b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079074 Commit-Queue: Gabriel Charette <gab@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#745687}
-
Wez authored
Add fuchsia.memorypressure.Provider to the test sandbox, so that test suites don't report errors connecting to it. Bug: 1020698 Change-Id: I15f7a0b3faaddf973c22fd72f215f533c00be695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072217 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#745686}
-
Jun Cai authored
This CL converts base::Bind and base::Callback in //ppapi/shared_impl to Once or Repeating Bug: 1007817 Change-Id: I5045b05239dfe9302b4df5bb035f709123de3bfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080856Reviewed-by:
Bill Budge <bbudge@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#745685}
-
Stephen McGruer authored
This diff was generated by running: find . -type f -print0 | xargs -0 perl -pi -e 'BEGIN { $/ = undef; } s/assert_throws\(([ \n]*)new ([A-Za-z]*Error) *(, *.)/assert_throws_js(\1\2\3/gs' Then making the following manual changes: * Whitespace fixups * custom-elements/constructor-context-dies-cross-context-call.html - using right global * fast/dom/dataset.html - using assert_throws_dom * presentation/presentationrequest-ctor.html - using assert_throws_dom Bug: 1051932 Change-Id: I220ebd9d4388685506332e8c51ed552284aba3c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078846 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#745684}
-