- 24 Sep, 2019 40 commits
-
-
John Rummell authored
Use the manifest.json file bundled with Widevine CDM (on Linux) to determine the features supported by Widevine rather than have them explicitly specified in code. This is handled by the component updater for Windows and Mac, so extending it to Linux now that the Widevine CDM for Linux is in a separate directory. Bug: 971433 Test: encrypted media browser_tests pass Change-Id: I696ce5e77b675deb7f97b9b56a6da23814038521 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808309 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#699548}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3dd565e5. With Chromium commits locally applied on WPT: d4ca0e6e "Add missing worklet referrer tests" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: jsbell@chromium.org: external/wpt/resources NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I1d9c63a25c55f77bc475456721506024e708e77f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822520Reviewed-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@{#699547}
-
Avery Musbach authored
Before the present CL, SplitViewController::OnDisplayMetricsChanged checks divider_closest_ratio_ against its initial value zero, which is actually a "legitimate" value (it represents the divider position at the extreme left or top). The present CL changes that initial value to NaN. Test: ash_unittests SplitViewControllerTest.InternalDisplayConfigurationChangeDuringDividerSnapToLeft Bug: 1006859 Change-Id: I1a89ea4b75d599251d77297449fd1d3a253eca26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815916Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#699546}
-
Peter Kvitek authored
setTimezoneOverride API. Previously Emulation.SetTimezoneOverride API if provided with invalid timezone id, would quietly set ICU's predefined unknown timezone id "Etc/Unknown". Apparently this is not what most users want, so the API implementation was changed to detect this situation and return negative condition, leaving currently selected timezone intact. Bug: 1007380 Change-Id: Idbec5e2f630c409a25bb7a059b8729ff320640a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822557 Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#699545}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/30eeb0c5bf9c..6c18ff9d2103 Created with: gclient setdep -r src-internal@6c18ff9d2103 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 TBR=jbudorick@google.com Bug: chromium:None Change-Id: Ibe01d176c2b1901c9712069dc08d4b1db3321068 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823997Reviewed-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@{#699544}
-
Shimi Zhang authored
Per JLS guide, "static" is prior to "final". Caught by style check landed on crbug.com/1003711 for my other CL, but that CL didn't touch this line. Bug: None Change-Id: I964b633f9ddce9a287d35d2bdbaa146435d8923c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824177Reviewed-by:
Tao Bai <michaelbai@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#699543}
-
Min Qin authored
BUG=1004212 Change-Id: I68c74718c037d05833174bb73813217d9fa2b62b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810004Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#699542}
-
Kristi Park authored
M78 builders require include for base::ASCIIToUTF16. Bug: 1007538 Change-Id: I2715b0a25d680e1ed17aa01c15dfa8228442a04d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824181 Auto-Submit: Kristi Park <kristipark@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#699541}
-
Sam Goto authored
The rollout of SmsReceiver is controlled via the origin trials mechanism [1], so, to enable it on stable, the flag isn't necessary anymore to gate the deployment. [1] https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/runtime_enabled_features.json5?type=cs&q=SmsReceiver+feature&sq=package:chromium&g=0&l=1563 Bug: 1007212 Change-Id: I581b5ba13c281c334a9961caf21bda5608064365 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823698Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Ayu Ishii <ayui@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sam Goto <goto@chromium.org> Cr-Commit-Position: refs/heads/master@{#699540}
-
Marijn Kruisselbrink authored
Also changes the sandboxed file system version of these tests to run in both windows and workers. The native file system version of these tests are currently manual tests. In the future we can automate them. Also currently some of the writer tests don't pass in the native file system version, because of things like bug 998913. Bug: 998917 Change-Id: I4aefee6e35008afd73c2cf316d16ea189717bd4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787869Reviewed-by:
Olivier Yiptong <oyiptong@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#699539}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/645a8dea641a..10cf66556532 git log 645a8dea641a..10cf66556532 --date=short --no-merges --format='%ad %ae %s' 2019-09-24 capn@google.com Fix WSI present on MacOS Created with: gclient setdep -r src/third_party/swiftshader@10cf66556532 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=swiftshader-team+autoroll@google.com Bug: chromium:b/137673628 Change-Id: Ib9b822956c96248260b9777e8943ab502c8d87f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823497Reviewed-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@{#699538}
-
Sammie Quon authored
Test: manual Bug: 1005354 Change-Id: I5674ed65831e640ddb17012ac41eb7e694f975f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818716 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#699537}
-
Joe DeBlasio authored
This CL adds ы and ԍ to the set of Cyrillic characters that look like Latin characters, as well as a test case to verify. Bug: 884693 Change-Id: I0329b1c2bce2b733463346d69a2bae5d65234085 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823320Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#699536}
-
Bo Liu authored
Changing rendering mode is not synchronous, so provide a callback for when an animation can start safely. Add a callback aidl that that just passes an ObjectWrapper, which provides no type safety. Add Callback and ListenableResult generic types in the client lib. Update the animation demo to use new API. Note now there is flickers since mode switching is not visually seamless yet. Add a few tests. Change-Id: I903f0b5805aee03bbf15e67bc6314b1e6f0fdc85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814758Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#699535}
-
Jinsuk Kim authored
This CL adds fieldtrial configuration json entry for gesture navigation in preparation of beta experiment. Bug: 1006111 Change-Id: I304e60985362cc74d9215cd2d84cfb796e92c517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815965Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#699534}
-
Tiansong Cui authored
Bug: internal b/140961065 Test: build and run, check HCI logs Change-Id: I1fe5abbd21168b864b7d82e632a5c55f5927802d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815724Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Tiansong Cui <tiansong@google.com> Auto-Submit: Tiansong Cui <tiansong@google.com> Cr-Commit-Position: refs/heads/master@{#699533}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/61918356b65e..0b27dd1ff740 git log 61918356b65e..0b27dd1ff740 --date=short --no-merges --format='%ad %ae %s' 2019-09-24 fmayer@google.com Merge "Use trace processor to convert to pprof." Created with: gclient setdep -r src/third_party/perfetto@0b27dd1ff740 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 TBR=perfetto-bugs@google.com Bug: None Change-Id: Ib6b57704f204f48e676c9c0587078cc977ed964c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823038Reviewed-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@{#699532}
-
Yue Li authored
Currently opening android app does not clear the Assistant UI state, which is not ideal. Following the OpenUrl path through ash controllers instead of directly call DeviceActions could solve the issue. Bug: b/130315570 Test: Manual Test Change-Id: Id456aa1b821d7e024ebcf9edc3b8e39ff548662f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809068 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#699531}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/c171a2106b2b..693460a3a7b7 git log c171a2106b2b..693460a3a7b7 --date=short --no-merges --format='%ad %ae %s' 2019-09-24 thestig@chromium.org Use STL functions in a couple places. 2019-09-24 thestig@chromium.org Add a pixel test for pattern rendering. 2019-09-24 thestig@chromium.org Simplify access to |CPDF_CharPosList::m_CharPos|. 2019-09-24 thestig@chromium.org Add a pixel test for a bad line rendering. Created with: gclient setdep -r src/third_party/pdfium@693460a3a7b7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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 TBR=pdfium-deps-rolls@chromium.org Bug: chromium:984811,chromium:451366 Change-Id: I04908ef3ca04ebc237e2804b9eb53d955bf94746 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823578Reviewed-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@{#699530}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8b95534d333c..4c707a2c53fd git log 8b95534d333c..4c707a2c53fd --date=short --no-merges --format='%ad %ae %s' 2019-09-24 ehmaldonado@chromium.org git-cl: Re-write some tests to use mock. Created with: gclient setdep -r src/third_party/depot_tools@4c707a2c53fd 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 TBR=agable@chromium.org Bug: None Change-Id: I3cbdc0d2ebd37ad34de69e58488b6457b1bfa042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823717Reviewed-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@{#699529}
-
Lijin Shen authored
This CL adds the missing field trial testing config for the feature TabSwitcherLongpressMenu. Bug: 998848 Change-Id: I7d4ae7a78631cafe3dbe44d708c42f645bc00d78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822660Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#699528}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/b87974eebeaa..4fc8f1f8fe0e git log b87974eebeaa..4fc8f1f8fe0e --date=short --no-merges --format='%ad %ae %s' 2019-09-24 yueherngl@google.com auron: remove jecht branch builders 2019-09-24 vapier@chromium.org goma: force running with python2 2019-09-24 lamontjones@chromium.org config: add cr50_firmware signing to cr50 builders. Created with: gclient setdep -r src/third_party/chromite@4fc8f1f8fe0e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ibba45c749ed4522bf8270e44dca5ef30c31e24fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823577Reviewed-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@{#699527}
-
Matt Jones authored
This patch moves the snackbar manager out of the BottomSheetController and removes the controller's dependency on Activity. The controller did little more than hold a reference to the snackbar manager, this is more along the lines of "feature interaction". As a result the code has been moved to "glue code" in the activity (soon to be RootUiCoordinator). Bug: 986310, 1002277 Change-Id: Ibdbd2ad5a65e9721aecce20a54d7eb632814455e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822027Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#699526}
-
Dmitry Gozman authored
This refactoring stops plumbing things through content, and just handles it locally in FrameLoader. No behavior changes. Bug: none Change-Id: I6c38f060b4976c6e62f063238bb0145a8163fe18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818600 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#699525}
-
Sergey Ulanov authored
libvk_swiftsahder.so was pulled on web_engine package after swiftshader was enabled in Angle. We don't need it so it can be excluded. Bug: fuchsia:37278 Change-Id: I459385e5c61a2a5eb510aeeecf0f5c7c7d038a75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823040 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#699524}
-
Eric Stevenson authored
Current can result in unused GN variables if set. Bug: 1005836 Change-Id: I56eef0b9e2c94ee44071c373cc71c0fa4409ce02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822323 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Auto-Submit: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#699523}
-
Robert Ogden authored
"Lite page" is an overloaded term so this moves everything related to the lite page redirect preview into a better named file/class (generally, *lite_page* => *lite_page_redirect*). Note: The LitePageInfobar was not renamed because it is used for all HTTPS-based previews, although it was originally for the redirect previews. Note 2: TRhere are no behavioral changes except for removing an unused mojo datapipe in previews_lite_page_redirect_serving_url_loader.cc, since that was generating warnings. Bug: 1005295 Change-Id: I75ac37ec7555e098a211be35336ab7f0f042b091 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819522Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#699522}
-
Mario Sanchez Prada authored
Convert the remaining bits in both the implementation and clients from the browser and renderer processes for the blink.mojom.DisplayCutoutClient interface, and adapt tests. Bug: 955171, 978694 Change-Id: I48cc1a9129b3796a60ff510d18d36a0ad37bd28b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817883Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#699521}
-
Sadrul Habib Chowdhury authored
INPUT_EVENT_LATENCY_FORWARD_SCROLL_UPDATE_TO_MAIN_COMPONENT and LATENCY_BEGIN_SCROLL_LISTENER_UPDATE_MAIN_COMPONENT components were only being set on ui::LatencyInfo objects, but were never being used for anything (especially after the 'main_thread_scroll_latency' metric was removed from telemetry). So remove these components. BUG=849719, 1000697 Change-Id: Ia264d06598970fb32a0f21cbb7b2d15f25ffc28c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800727 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#699520}
-
Sammie Quon authored
It wasn't working as expected, if the screenshot was kept alive, you can still see the top window. A patch [1] was added to make this not the case, but the compositor still draws the frame where the top window was hidden (seen as a flash) even with compositing locks applied. This is OK for enter tablet animation as the entire animation will cover the top window anyways. I will look into a way that works for exit tablet animation. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1797482 Test: manual Bug: 948706 Change-Id: Ic3b7843c70a5f71ac5c5ad0c2e7290af81d01551 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804523 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#699519}
-
Jesse McKenna authored
This relands crrev.com/c/1810242, reverted by crrev.com/c/1815802. Unit test ShellUtilRegistryTest.AddFileAssociations was failing on Windows 7 bots when checking for registry key HKCU\Software\Classes\<progID>\Application, because this key is only created by ShellUtil::AddFileAssociations() on Windows 8 and later. I changed this CHECK() to only take place when on Windows 8 or later. Original change description: When an application is registered as a handler for a file type, the name that is displayed in the "Open With..." menu for that file type is controlled by registry value HKCR/<application ProgID>/Application::ApplicationName. This change extends ShellUtil::AddFileAssociations(), which will soon be used to register Progressive Web Apps (PWAs) as file handlers on Windows, to set ApplicationName. This enables PWAs registered as file handlers to appear in the "Open With..." menu with a readable display name such as "My PWA". Bug: 960245 Change-Id: I0790faa2b3eedec82ace2c324ff582515af048aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818429 Commit-Queue: Jesse McKenna <jessemckenna@google.com> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#699518}
-
Joel Hockey authored
Change install-linux-package control to use the same FileTasks FileHandler filtering as import-crostini-image. Replaces some of the code from CL:1712667 CL:1730907 CL:1752825 Bug: 1006112 Change-Id: Iba1a6e7bf99f19bad1cd1adb1c858c0c5d1751cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820400 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#699517}
-
liberato@chromium.org authored
Send in MediaLog to MCVD, and use it to log errors during init and decoding. Change-Id: Ia4e0b4689475e5b7fc0cb3bdc1a0ff3a25f6dcf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816133 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#699516}
-
Michael Thiessen authored
No functional changes intended - please revert if something breaks. There were many differing callsites of PackageManager#resolveActivity and queryIntentActivities, some of which handled possible Exceptions, some of which handled StrictMode violations, and none of which handled all of these. A followup change will attempt to introduce a presubmit check so that new direct usages of these functions aren't added. Various packages that can't depend on base were not changed. Change-Id: Ibbf7eb4e4aa0b6a80974df898f5418b94e2d1426 Bug: 1006819 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816978 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#699515}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4c2146f2ca2a..b5037ca88923 git log 4c2146f2ca2a..b5037ca88923 --date=short --no-merges --format='%ad %ae %s' 2019-09-24 nihohit@gmail.com Add comment explaining that using mirrors might break git cl. 2019-09-24 fmalita@chromium.org [skottie] Tweak skottie_tool --threads meaning 2019-09-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-24 fmalita@chromium.org [skottie] Multi-threaded skottie_tool 2019-09-24 brianosman@google.com GrGLProgramBuilder cleanup 2019-09-24 robertphillips@google.com Remove compressed format support from the GrGpu::createBackendTexture code path 2019-09-24 bsalomon@google.com Remove workarounds for osmesa 2019-09-24 ethannicholas@google.com Fixed integer divide / remainder in sksl interpreter 2019-09-24 robertphillips@google.com Fix accessing off end of pixmap for R16G16_float in SSE2/SSE4.1 mode 2019-09-24 scroggo@google.com Move is_orientation_marker into its own file 2019-09-24 robertphillips@google.com Clean up cruft left over from addition GrGpu::createBackendTexture chokepoint 2019-09-24 jvanverth@google.com Remove MoltenVK configs from the bots. 2019-09-24 nigeltao@google.com Enable Codec_GifInterlacedTruncated test for Wuffs 2019-09-24 reed@google.com support gpu for skottie2movie Created with: gclient setdep -r src/third_party/skia@b5037ca88923 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 bungeman@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 TBR=bungeman@google.com Bug: chromium:1005615 Change-Id: If0b7c0e8d3ca34dac3cc2f655c01e28f7163e986 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822663Reviewed-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@{#699514}
-
Anushruth authored
Without this flag, VM image for betty-pi-arc is not downloaded when gclient runhooks is run. This is reland of crrev.com/c/1815882 as it was reverted in crrev.com/c/1819056. Added parentheses for 'OR' and this should hopefully fix the issue R=bpastene@chromium.org Bug: 1000513 Change-Id: I92792f0ca2b470edb34e8eb5d399afa2dfba5df2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820020Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Anushruth <anushruth@chromium.org> Cr-Commit-Position: refs/heads/master@{#699513}
-
Akihiro Ota authored
This change adds metadata for the battery and rich text hotkeys so that they appear in the ChromeVox menu, where the user can find details on how to activate them. It also renames the commands so the internal and external naming is consistent. Change-Id: I3e5f53a40660eb7bd83b55c0e180457b3be69f12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817154Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#699512}
-
Rouslan Solomakhin authored
Bug: 952283 Change-Id: I462775028293c384f4e87a1a3afe88c844e792b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822720 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#699511}
-
Sky Malice authored
Bug: 1003608, 986836 Change-Id: I7412fed30fbe5d294534d648a82816689e45a444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1802518Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#699510}
-
Eric Stevenson authored
This CL was partially created by //base/android/jni_generator/jni_refactorer.py. The tests were refactored manually to use JniMocker. This allows us to get rid of ContextualSearchContextForTest. Bug: 929661 Change-Id: I5dcfc91df003d26cefad9aaa2bb2bf0b2afcabf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817117 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#699509}
-