- 11 Oct, 2019 40 commits
-
-
Hayato Ito authored
Mark the following tests flaky. - external/wpt/fetch/cross-origin-resource-policy/fetch.https.any.sharedworker.html - virtual/omt-worker-fetch/external/wpt/fetch/cross-origin-resource-policy/fetch.https.any.sharedworker.html TBR=creis@chromium.org BUG: 1012599 Change-Id: I7212bea927e0fbc170e5905cb7bf1f0137c768c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855060Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#704970}
-
Antonio Gomes authored
... and the respective unittest, rtc_rtp_receiver_unittest.cc This CL works out phase 7.1 on the design document [1]. [1] https://docs.google.com/document/d/1AJKVA5U4nDkyDB9p4ROrggWXadCxyy-grKaE9KS5vOU/ In order to avoid colliding files and classes names with existing homonyms in renderer/modules/peerconnection, the following renames were performed: - rtc_rtp_receiver.cc -> rtc_rtp_receiver_impl.cc - rtc_rtp_receiver.h -> rtc_rtp_receiver_impl.h - rtc_rtp_receiver_unittest.cc -> rtc_rtp_receiver_impl_test.cc Also, RTCRtpReceiver became RTCRtpReceiverImpl. BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: I4e13b647da1f329868dadd7e59cc13cdc8963797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819801 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#704969}
-
Leo Zhang authored
Bug: 937152 Change-Id: Iecba7262a97ae67d2cf76ffa8fa3100f1628f864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852348Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Leo Zhang <googleo@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Auto-Submit: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#704968}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/11dd6af79212..88c57b498266 git log 11dd6af79212..88c57b498266 --date=short --no-merges --format='%ad %ae %s' 2019-10-11 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@88c57b498266 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: Id0d02848664bacc430553488ce367410a9860682 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854887Reviewed-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@{#704967}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I1b06a4540c13b6e4628dec999fdda454f7a393a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855220Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#704966}
-
Makoto Shimazu authored
This CL converts base::Bind to BindOnce or BindRepeating, and also changes relevant base::Callbacks or base::Closures to appropriate types. This CL is split from https://crrev.com/c/1831621. This CL was uploaded by git cl split. R=wolenetz@chromium.org Bug: 1007760 Change-Id: Iae662b1ee6021c4c0332df55b3775348309df4bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849484 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#704965}
-
Darin Fisher authored
This CL converts more callsites over to the new form of WindowToViewportScalar that takes a LocalFrame* parameter. Some callsites remain that will be converted in a follow-up CL, enabling the old version of the function to be removed. Bug: 1006919 Change-Id: I6be0dbfe261407f4ccf2780ac31b874f8eac1d14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1823418Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#704964}
-
Kenichi Ishibashi authored
Allows callsites of this helper function to pass RegistrationOptions. It will be useful for testing module service workers. Bug: 824647 Change-Id: Idc9a5c012144da46dfc4d692ce26df9f604a6ea1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851624 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#704963}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3273b5efd40c..e6f9bd000949 git log 3273b5efd40c..e6f9bd000949 --date=short --no-merges --format='%ad %ae %s' 2019-10-11 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision d66030f8..3fcb9481 (704779:704895) Created with: gclient setdep -r src/third_party/webrtc@e6f9bd000949 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Ib98a171a6a0dc5aa6416ba678094486180eb67db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854886Reviewed-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@{#704962}
-
Mikolaj Walczak authored
Create boilerplate for changing density in ARC++ applications on user input (CTRL +/CTRL -/CTRL 0) to simulate the behaviour of the chrome native apps. BUG=b:142100473 TEST=Manual Change-Id: I1e58e1b03b2cc07dfeaff22b0e49436936cbc228 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847032 Commit-Queue: Mikolaj Walczak <walczakm@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#704961}
-
Mandy Chen authored
Change-Id: Ie80d2017d76133359eedf50218a88fe60266c6a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854788Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#704960}
-
Julie Jeongeun Kim authored
This CL converts FuchsiaCdmProvider from fuchsia_cdm_provider.mojom to new Mojo types using PendingReceiver and Remote. Bug: 955171 Change-Id: Ica239f58ea2fed59098144d300f454d3e22cb5cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849748 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#704959}
-
John Lee authored
Bug: 989131 Change-Id: I6ff22ccbbfc876dc6f43a757b700fecd901b2325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848481 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#704958}
-
David Staessens authored
This CL removes all buildbots that are using the deprecated video_decode_accelerator_unitest binary. These tests have been replaced by the video_decode_accelerator_tests and the video_decode_accelerator_perf_tests binaries. These buildbots are all run on the Windows platform, even though the video_decode_accelerator_unitest doesn't properly support this. A fake video decoder is used to run the tests, so we won't lose much functionality by removing them. crbug.com/952068 is used to track adding the new video decoder tests to the buildbots. note: the chromium.gpu.fyi.json file was generated by running the testing/buildbot/generate_buildbot_json.py script. TEST=running associated buildbots BUG=933034 Change-Id: Id02968f20db6ce49df4185bd23524f77aeb84f37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851791Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#704957}
-
Zhenyao Mo authored
This is because we mostly return unsized internalformat. For example, for F16 images, we return RGBA as internal_format, and use utility function to get format/type, ending up with RGBA/UNSIGNED_BYTE, which is totally wrong. BUG=1009762 TEST=bots R=sunnyps@chromium.org,ericrk@chromium.org,kbr@chromium.org,ccameron@chromium.org,dalecurtis@chromium.org Change-Id: Id635d4970b824a35000b6efa5cbfee76a217599c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842516 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#704956}
-
Alexey Baskakov authored
Erase WebAppDatabase::BeginTransaction and WebAppDatabase::CancelTransaction. The contract "There can be only 1 update at a time" is tracked by the WebAppSyncBridge::is_in_update_ flag anyway. Get rid of this redundancy. Bug: 860583 Change-Id: Ib330014773509c9f2201f8e51eb7eccbde2b1705 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851626 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#704955}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3fcb9481. With Chromium commits locally applied on WPT: 23748e60 "Change text directive to text=" 2f7c5562 "Fetch Metadata: Split `sec-fetch-dest` out from other headers' tests." d52a9d07 "Port IndexedDB Blob Web Tests to web-platform-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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ic5bfd3578d7914ea7b788988f2acd86e3be4e098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853952Reviewed-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@{#704954}
-
Antonio Gomes authored
This CL allows phase 7 in the design document [1], to be executed, and including the respective unittests. [1] https://docs.google.com/document/d/1AJKVA5U4nDkyDB9p4ROrggWXadCxyy-grKaE9KS5vOU/ BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: I0bfca719bc5de9392aaddf54c1fe4ebe21085e81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819405 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#704953}
-
Victor Costan authored
This CL removes blink.mojom.CookieStore from the list of browser interfaces provided via service_manager, and adds it to the list of interfaces provided via BrowserInterfaceBroker. This CL also expands interface availability from ServiceWorker-only to ServiceWorkers + Frames, in anticipation of an upcoming API change that will land in https://crrev.com/c/1837146 Bug: 729800 Change-Id: I93774e0297f8bb9fccd03e5d4ccc16b5dbc0f8af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852644 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#704952}
-
Manu Cornet authored
Also: make presubmits happy by replacing NULL with nullptr. The artificial divide between the app list presenter and the rest of the app list code, due to a different namespace, doesn't need to exist anymore. The presenter code can be placed at the same level and be gradually merged with the rest, thereby removing some unnecessary complexity. Bug: None Change-Id: Ib5264453949fcbe6c00be7853c561264c32e1cdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854861 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#704951}
-
Canon Mukai authored
Vector named out_buffer_ was not freed, so I added out_buffer_.clear() in Flush. Bug: 999091 Change-Id: Id3bb458a126d4df61f42a6c43113368a89fcb889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855058 Commit-Queue: Canon Mukai <canonmukai@google.com> Reviewed-by:
Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#704950}
-
David Staessens authored
This reverts commit 3c8fa0a5. Reason for revert: This change breaks the DecodeAccelSanityVP91 test. The CHECKS also don't print the associated message in release builds, but only "Trace/breakpoint trap (core dumped)" which makes them useless. Original change's description: > media/gpu/test: Change DCHECKS to CHECKS in video decoder test code. > > This CL changes some of the DCHECKS in the video_decode_accelerator_(perf_)tests > code to CHECKS, so they are also performed in release builds. This will make it > easier to debug some test-related issues. > > Ideally we would use the dcheck_always_on GN argument, but as the tests are > build as part of the Chrome binary this would greatly increase Chrome build time > as most libraries would have to be build twice. > > TEST=./video_decode_accelerator_tests on eve > > BUG=905520 > > Change-Id: I207abf4d53a5a3d1d5684fd5cd2a045e401bc9ad > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826297 > Commit-Queue: David Staessens <dstaessens@chromium.org> > Reviewed-by: Alexandre Courbot <acourbot@chromium.org> > Cr-Commit-Position: refs/heads/master@{#703581} TBR=acourbot@chromium.org,dstaessens@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 905520, 1013439 Change-Id: I56cb5bb2cb7496d993e0fd3015cd7dc8c4a11add Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855141 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#704949}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b2b51418596e..8e57b4bc55c0 git log b2b51418596e..8e57b4bc55c0 --date=short --no-merges --format='%ad %ae %s' 2019-10-11 maruel@chromium.org python3 improvements 2019-10-11 ehmaldonado@chromium.org depot_tools: Add httplib2 to .vpython Created with: gclient setdep -r src/third_party/depot_tools@8e57b4bc55c0 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: chromium:984182,chromium:1002153 Change-Id: I28503fa6f9155366de59d933e2a9dca1d68bf665 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854567Reviewed-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@{#704948}
-
danakj authored
RenderWidget is never entered by IPC when undead or provisional, not by C++ outside of Close() when undead. Branches can go away. R=avi@chromium.org Bug: 419087 Change-Id: Iebcd2501b60d3836d66acd6d64787d41322e8641 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854522 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#704947}
-
Nate Fischer authored
No change to production logic. This changes some test timeouts for consistency (but increases them, so this should not be a problem). This moves waitForNextQueueElement() into a static AwActivityTestRule helper method. The motivation is just to reduce repeated code. This also fixes some references to TimeUnit (we should prefer imports, rather than fully qualifying the name). Bug: 1013467 Test: run_webview_instrumentation_test_apk -f PostMessageTest.* Test: run_webview_instrumentation_test_apk -f JsJavaInteractionTest.* Change-Id: Iee197d1fefb07d2764c3910c16073547b2509bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855200Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#704946}
-
Sara Kato authored
When an Android node has content description set, this results in the name field not being updated, resulting in the name (which is the content description text) being read out. The desired result is that the name (the currently entered text) be read out. This CL changes the name computation to be based on the combined text, content_description, label and pane_title. For an editText, the value of the node will be set to the text (and not included in name computation), to allow the newly entered text to be read out correctly. Bug: b:140316122, b:130441287 Test: arc.accessibilitySpeech (added in crrev/1813097) Test: existing test passes (arc.accessibilityEvent/Tree) Test: AXTreeSourceArcTest.AccessibleNameComputation* Change-Id: I72b7a098f468b5ed7c31f2050b7bfadae68b9988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1786363 Commit-Queue: Sara Kato <sarakato@chromium.org> Auto-Submit: Sara Kato <sarakato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#704945}
-
Robbie McElrath authored
We currently store the Date header from the variations server response in the SeedInfo object and parse it in several places. This CL converts the field to a long so it only needs to be parsed once. Bug: 1010625 Change-Id: I4d87c6f9ad51e98656c04b2bae0ef6227e528888 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851544 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#704944}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9f765966461e..6c2b2bb02402 git log 9f765966461e..6c2b2bb02402 --date=short --no-merges --format='%ad %ae %s' 2019-10-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@6c2b2bb02402 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 kjlubick@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=kjlubick@google.com Bug: None Change-Id: I4b79eb00d620202ab61aa19eba7a1ad65e6e35d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854563Reviewed-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@{#704943}
-
Miyoung Shin authored
This CL converts AudioFocusManager{Ptr, Request} in chrome, components, content and services to the new Mojo type, and uses pending_remote<AudioFocusManager> in media_session.mojom. Bug: 955171 Change-Id: If94cf50ca0e051f4e0864fa5efd01e3595e70205 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849732Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#704942}
-
Hayato Ito authored
Disable DeclarativeContentApiTest.RemoveAllRulesAfterExtensionUninstall on all platforms TBR=tbarzic@chromium.org BUG: 1013457 Change-Id: Ib0a3f02a340b35072d4572d22e2a7c5f27088348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855239Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#704941}
-
Hayato Ito authored
Disable DesksWindowCyclingTest.CycleShowsAllDesksWindows on OS_CHROMEOS. TBR=mukai@chromium.org BUG: 1013174 Change-Id: I38243ebf3fd4eac7348548727354c545a3df6991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855140Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#704940}
-
Hayato Ito authored
DISABLE TabSpinnerTest.LoadTabsOneByOne on all platforms since linux release is also flaky. TBR=malaykeshav@chromium.org BUG: 1013458 Change-Id: Ie1cc8c0574cd63823b54dce6a9e436047b3e1e15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855059Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#704939}
-
Chong Gu authored
Add AEMU to fuchsia_package_runner template. Add Mixin for AEMU flag, apply mixin to FYI Fuchsia Bots. Add missing filter for components_unittests. Bug: 1000906 Change-Id: I495074e7d811db850c43b60dfd6e1ae052702781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793522 Commit-Queue: Chong Gu <chonggu@google.com> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#704938}
-
Anand K. Mistry authored
IronScrollManager, used by the iron-dropdown element, is capturing 'touchstart' events and canceling the default action when touching outside the dropdown. This is causing the 'mousedown' event to be suppressed, preventing the 'mousedown' listener from working on touchscreens. Listening for the 'pointerdown' event instead bypasses this issue since the event does not appear to be canceled like 'mousedown'. Bug: 1004984 Change-Id: I23dbd203baffcdd9b9f9b61a58adf7b930cfe4da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847459 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#704937}
-
Julie Jeongeun Kim authored
This CL converts MachineLearningService from machine_learning_service.mojom to new Mojo types using Remote and PendingRemote. Bug: 955171 Change-Id: I24d3cc21de28b870bcc7e428d3dd0b4e796cfd98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850683Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#704936}
-
Scott Violet authored
BUG=none TEST=none Change-Id: I41b0f0c677547f7ef7f0d94defeec5a06dcdbac7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854800 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#704935}
-
Kenichi Ishibashi authored
It's better to place mojom <-> web conversions on the same place. This CL does not have behavioral changes. Bug: 937177 Change-Id: I73b6f903566091e89afa83b14a8766ced1ff67d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855018Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#704934}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/32bee0fd038e..8ba50490174a git log 32bee0fd038e..8ba50490174a --date=short --no-merges --format='%ad %ae %s' 2019-10-10 jmadill@chromium.org Use relative paths/hooks in DEPS. 2019-10-10 sugoi@google.com Vulkan: Base max renderbuffer size on max framebuffer size 2019-10-10 jmadill@chromium.org Checkout GLES 1.1 conformance from DEPS. Created with: gclient setdep -r src/third_party/angle@8ba50490174a 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_optional_gpu_tests_rel TBR=geofflang@google.com Bug: None Change-Id: Ie4e12494171398cecc477d3c9f10073dd092e7e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854763Reviewed-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@{#704933}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/c9af0e8a6ace..11dd6af79212 git log c9af0e8a6ace..11dd6af79212 --date=short --no-merges --format='%ad %ae %s' 2019-10-10 achuith@chromium.org OWNERS: Chrome-related owners. Created with: gclient setdep -r src/third_party/chromite@11dd6af79212 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: Iaded5dd396eeac226fda46d5c92136c8e5728e89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854761Reviewed-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@{#704932}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/586f2bea5b1f..54b0677aeba5 Created with: gclient setdep -r src-internal@54b0677aeba5 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: I853cb6e2fc527209dddd2f48c6e3a9f5513f3f77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854762Reviewed-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@{#704931}
-