- 02 Oct, 2019 40 commits
-
-
Jérôme Lebel authored
Adding comments, fixing @property and @synthesize, and moving all private methods together. Related to: crrev.com/c/1718370/4/ios/chrome/browser/ui/authentication/signin_promo_view_mediator.mm#275 Bug: 988060 Change-Id: Ic4986ea549bb6ade54afb0fe8a86e0fe8edda10d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824463 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#701958}
-
Colin Blundell authored
Part of the elimination of the legacy IPC system. Bug: 1007300 Change-Id: I3c8f3e0e17c157be07b494217e8cbe87edbb990f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832802 Auto-Submit: Colin Blundell <blundell@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#701957}
-
Sylvain Defresne authored
base::Bind/base::Callback are deprecated in favor of either base::BindOnce/base::OnceCallback or base::BindRepeating/ base::RepeatingCallback (depending on whether the callback is invoked once or multiple time). Convert all uses of base::Bind/base::Callback in ui/display to the recommended methods/types. Bug: 1007849 Change-Id: I4f884da0b9cc4c3bfd248082d963f40c377e887a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831913 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#701956}
-
François Beaufort authored
This CL redefines GPUOrigin3D as not only a GPUOrigin3DDict, but also a sequence of unsigned long as specified in https://gpuweb.github.io/gpuweb/#typedefdef-gpuorigin3d Bug: 877147 Change-Id: Ifa8dfef0891b1018fd497a30b8a9b5d4a05c91a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828905 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#701955}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/eb06828e0343..b4eef2d93601 Created with: gclient setdep -r src-internal@b4eef2d93601 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: I5fdf25a1c4a485f48a775dde93baf0dd905a2607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834862Reviewed-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@{#701954}
-
Javier Ernesto Flores Robles authored
Change-Id: I2fd0addc01c22156ac1623aec262908d240f5087 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832217 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#701953}
-
Kent Tamura authored
This CL implements the option F in [1]. Add Material-like theme as a platform-matching theme. [1] https://github.com/tkent-google/std-switch/issues/6#issuecomment-499842423 Bug: 972476 Change-Id: I643d36b0a4750191d45e7e6cfe2ae320826e3f48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832128 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#701952}
-
Arthur Hemery authored
Excluding for failure: org.chromium.content.browser.InterstitialPageTest#testCloseInterstitial Bug: 1007276 Change-Id: Idb1914d3692d98d5ec77cdf46dede5ebd34594e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832274 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#701951}
-
Sylvain Defresne authored
base::Bind/base::Callback are deprecated in favor of either base::BindOnce/base::OnceCallback or base::BindRepeating/ base::RepeatingCallback (depending on whether the callback is invoked once or multiple time). Convert all uses of base::Bind/base::Callback in components/favicon to the recommended methods/types. Bug: 1007688 Change-Id: I2554067448ac8ac8d27776a7c0e9d1977568cd57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832809 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#701950}
-
Dave Tapuska authored
These classes are no longer used. BUG=978694 Change-Id: I81d129a579f5123eaf1fab86413831169116b073 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833315 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#701949}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/85c67b5e08ee..44b32176ee48 git log 85c67b5e08ee..44b32176ee48 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 paulthomson@users.noreply.github.com fuzz: add shrinker-temp-file-prefix (#2928) 2019-10-01 stevenperron@google.com Add continue construct analysis to struct cfg analysis (#2922) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@44b32176ee48 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cwallez@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,cwallez@google.com Bug: None Change-Id: Icf9307dd168cbfb74270451cb39c153542c29db3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834666Reviewed-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@{#701948}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f22f16d3c0a8..8c3bb48f5870 git log f22f16d3c0a8..8c3bb48f5870 --date=short --no-merges --format='%ad %ae %s' 2019-10-02 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src 85c67b5e08ee..44b32176ee48 (2 commits) Created with: gclient setdep -r src/third_party/angle@8c3bb48f5870 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 cwallez@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=cwallez@google.com Bug: chromium:None Change-Id: I7480174af3daeae1f751592991b1719ab2611c61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834665Reviewed-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@{#701947}
-
Dave Tapuska authored
RevocableBinding is going to go away. Change to use a direct Receiver interface. BUG=978694 Change-Id: Ib936e500b8e203ac1cbbe739867ff671bb1f22fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834074Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mario Sanchez Prada <mario@igalia.com> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#701946}
-
Fredrik Söderquist authored
Bug: 998526 Change-Id: I719ef2eff9da643c94e848b1f885fd18028ea657 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831809Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#701945}
-
Mikel Astiz authored
The old name was misleading because the notion of for-decryption is used in other places like PassphraseRequiredReason with a different meaning. Instead, let's reflect in the name what the function actually does, which is similar to IsPassphraseRequired (independently of reason) but verifies that at least one affected datatype is preferred (selected by the user). Bug: 1010189 Change-Id: Ic75bbcca3e6a902ebd70625a0ad9c1b83ee737aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835351Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#701944}
-
Gauthier Ambard authored
Xcode11 / iOS 13 starts to return different values for navigator.platform IS_IOS checks value of navigator.platform. iOS 13 iPads are returning "MacIntel" for both simulator and devices. Changed regex to accept that. Bug: 1008774 Change-Id: I25000d5baf48cc5476415cfe4d284c3dcd6652b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832210 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#701943}
-
Alan Cutter authored
Placeholder apps are pending installation completion. Attempting to update them will collide with PendingAppManager attempting to finish installing them. Bug: 926083 Change-Id: I0c9e5f61dd8e60ccd0af190b0b8cfb63a1115a23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830250 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#701942}
-
Javier Ernesto Flores Robles authored
Add the illustration to be used in the password breach screen. Bug: 1008862 Change-Id: Iae1f4fe0a8bf342d1e9feecc4abd26752d9c5b30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833476Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#701941}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5eac9d301390..2025b9840119 git log 5eac9d301390..2025b9840119 --date=short --no-merges --format='%ad %ae %s' 2019-10-02 tandrii@google.com recipes: update to stop using legacy properties. Created with: gclient setdep -r src/third_party/depot_tools@2025b9840119 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:877161 Change-Id: I8b8efd4f9cdf64518ad045c15227f59396b6ba80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834664Reviewed-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@{#701940}
-
Darren Shen authored
Add a new struct representing a pending key event as we'll be adding new data to the key event in a follow up patch. Change-Id: I87040818e619236e2e514173ce66db64e66a1177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816197 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#701939}
-
Rune Lillesveen authored
Continue to use ParentOrShadowHostNode() unless the FlatTreeStyleRecalc runtime flag is enabled, in which case we use the flat tree parent. Bug: 972752 Change-Id: Ieb09ba6dcd341825403451ce1a17f86a965cf089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832215Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#701938}
-
Arthur Hemery authored
Followup CL addressing comments by arthursonzogni@ on: https://chromium-review.googlesource.com/c/chromium/src/+/1738451 Bug: 990816 Change-Id: Ibc1610c188e3082a049695dcd1c89dd3f710d264 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832819 Commit-Queue: Arthur Hemery <ahemery@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#701937}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/98592f6c5dbe..929f3ba81e6e git log 98592f6c5dbe..929f3ba81e6e --date=short --no-merges --format='%ad %ae %s' 2019-10-02 vapier@chromium.org cros_build_lib: rework RunCommandError.result API Created with: gclient setdep -r src/third_party/chromite@929f3ba81e6e 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: Ic3a4378578af23de38938105f368c90264350a2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834663Reviewed-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@{#701936}
-
Alexandre Courbot authored
ARC++ imported buffers can use a different stride than the one requested by ProvidePictureBuffers(). Make sure to update the buffer stride at the time of the first buffer import, and create the image processor at that time. Bug: b:139901663 Test: Video playback in Chromium and ARC++ on Kukui. Change-Id: I65a26fae11f92bd240a7c32ead2fdb69c20d5377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832126 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#701935}
-
Hajime Hoshi authored
This adds new metrics for eviction by back-forward navigation: BackForwardCache.HistoryNavigationOutcome. BackForwardCache.HistoryNavigationOutcome records the outcome of history navigation, especially whether the page was restored from the cache or not. This CL is a split of the CL for all the metrices: https://chromium-review.googlesource.com/c/chromium/src/+/1782233 Bug: 1004676 Change-Id: I75e64bc702dccfe40678f9a3f7830a92860fdb5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824502 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#701934}
-
Kazuhiro Inaba authored
It looks precisely 9 levels are expected to be provided in the current implementation. Bug: b/137830936 Test: display_unittests Test: Display settings does not show an invalid (Inf*Inf) resolution Change-Id: I31e928d3534ba0f7e8cfa070f2c8c239dc524dd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832124 Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org> Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#701933}
-
Alexander Dunaev authored
The current drag'n'drop implementation only supports transfer of text. This CL adds support for additional types such as files, URLs, and HTML. R=msisov@igalia.com Bug: 1004715 Change-Id: Ic7430c0bf7820c55b8ac99b01a3f684c2d7c8a51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815863 Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#701932}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/017b54db6bea..5740a8e03413 git log 017b54db6bea..5740a8e03413 --date=short --no-merges --format='%ad %ae %s' 2019-10-02 perezju@chromium.org [Telemetry] Stop mucking with sys.stdout in StoryRunnerTest Created with: gclient setdep -r src/third_party/catapult@5740a8e03413 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@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=skyostil@google.com Bug: chromium:1008852 Change-Id: Idd26df8d65dc596fb30bb92302274ec2151fb17e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834662Reviewed-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@{#701931}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1ebaa15a4c62..1c934fade666 git log 1ebaa15a4c62..1c934fade666 --date=short --no-merges --format='%ad %ae %s' 2019-10-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 087f1384f233..f22f16d3c0a8 (8 commits) Created with: gclient setdep -r src/third_party/skia@1c934fade666 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 rmistry@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=rmistry@google.com Bug: chromium:None Change-Id: If1111fab27a8d8d818ec14a34bb34b9a9501a521 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835065Reviewed-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@{#701930}
-
Chinglin Yu authored
This adds //chrome/browser/metrics/perf:profile_provider_unittest to Cros VM tests. The test makes real perf collections using debugd for coverage over classes that are mocked in the unit tests running on linux_chromeos. Bug: 1002751 Change-Id: I0fbb5a1990dae924bf0330b2d0be46a5d2de8429 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828727Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Chinglin Yu <chinglinyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701929}
-
Gyuyoung Kim authored
To reduce pre-processed size of post_message_helper.h, this CL replaces .mojom.h with .mojom-forward.h. This CL has no behavior changes. Bug: 1001360 Change-Id: I12a338fc3d62f85e032f0ed6f845d3fa098017c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833352Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#701928}
-
Alexander Dunaev authored
This CL implements primary (aka middle click) selection in Wayland. R=dcheng@chromium.org, kylechar@chromium.org, msisov@igalia.com TBR=oshima@chromium.org, dcastagna@chromium.org Bug: 921950 Change-Id: I4aa02ffbd34541979e30dcefdecc9087d7c949c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795825Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#701927}
-
Dominic Battré authored
This reverts commit 49ad1ffd. Reason for revert: Stack trace did not capture the problematic root cause. http://crrev.com/9d87634b53d8403be8b0b7364e1ff3c405bf57fd should help but we need another flake. Original change's description: > Disable HttpCredentialCleanerTest.ReportHttpMigrationMetrics on Mac > > TBR=hbos@chromium.org > NOTRY=true > > Bug: 1010016 > Change-Id: Ifff6105c6f46a35d8248f1c5c70237a104e8d714 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833311 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701542} TBR=hbos@chromium.org,xidachen@chromium.org Change-Id: Id47dcb0001c3079c5d24fbaf08097e02845a050c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1010016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834188Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701926}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/c15160f3ab08..dc9f1e680699 git log c15160f3ab08..dc9f1e680699 --date=short --no-merges --format='%ad %ae %s' 2019-10-02 enga@chromium.org Add validation tests for WebGPU bind group "persistence" Created with: gclient setdep -r src/third_party/dawn@dc9f1e680699 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: Iadbfdfb47a6a82f5402e90a234ccdcb349e34bde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835063Reviewed-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@{#701925}
-
Gyuyoung Kim authored
This CL applies pending_remote|receiver to Start() and CreateOverlay() functions in FrameSinkVideoCapturer interface. Bug: 955171 Change-Id: I65d2e2b62fb3874d6ee8031fcdb40420b32d8cb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819088Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#701924}
-
Dominic Battré authored
This reverts commit 5945cdc3. Reason for revert: Disabling is non-actionable, see crbug.com/1010061#c11 Original change's description: > Disable 4 tests in webrtc_browsertest.cc > > TBR=hbos@chromium.org > NOTRY=true > > Bug: 1010061 > Change-Id: Ib35d542205f85f026a1f6df271dbba4c1b6683e6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833291 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701589} TBR=hbos@chromium.org,xidachen@chromium.org Change-Id: Icb2d8f84fd4fa1f1ecd6ae152f8b930949e019db No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1010061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835354Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701923}
-
Dominic Battré authored
This reverts commit 76a2b442. Reason for revert: Disabling is non-actionable, see crbug.com/1010061#c11 Original change's description: > Disable ParameterizedShowActionDeclarativeContentApiTest.ActionInManifest > > TBR=jyasskin@chromium.org > NOTRY=true > > Bug: 1010061 > Change-Id: I741e49ba958631aa46dd9a77995a5060ce12b200 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832913 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701620} TBR=jyasskin@chromium.org,xidachen@chromium.org Change-Id: I1687b2e180c961ab43d5e016061355539add39ad No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1010061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834185Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701922}
-
Dominic Battré authored
This reverts commit 8e79c9fc. Reason for revert: Disabling is non-actionable, see crbug.com/1010061#c11 Original change's description: > Disable ExtensionWebRequestApiTest.WebSocketRequest > > TBR=jyasskin@chromium.org > NOTRY=true > > Bug: 1010061 > Change-Id: I184d6bdef8cc39577faab29f9b7b87314cf5776f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833900 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701629} TBR=jyasskin@chromium.org,xidachen@chromium.org Change-Id: I6b7d156dd5ba989b3c495d540e66f68afbe20150 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1010061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835355Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701921}
-
Dominic Battré authored
This reverts commit 89a29df6. Reason for revert: Disabling is non-actionable, see crbug.com/1010061#c11 Original change's description: > Disable SubframeNavigationFilteringThrottleTest.FilterOnRedirect > > TBR=jyasskin@chromium.org > NOTRY=true > > Bug: 1010061 > Change-Id: Ie2519fec6a3faaf65437dcc218699b5b8a666fea > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833294 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701628} TBR=jyasskin@chromium.org,xidachen@chromium.org Change-Id: I9b81a939174a31c0cd001a630ec9d647b6b17191 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1010061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834186Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701920}
-
Dominic Battré authored
This reverts commit b8243a15. Reason for revert: Disabling is non-actionable, see crbug.com/1010061#c11 Original change's description: > Disable TabCloseWithCrossSiteBeforeUnloadIframe > > TBR=jyasskin@chromium.org > NOTRY=true > > Bug: 1010061 > Change-Id: I06b679d48413f0b30bc72fe88b199205c6b37429 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834061 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701631} TBR=jyasskin@chromium.org,xidachen@chromium.org Change-Id: I8a20fdd39b8a113dd459d0995f5cd4e4e3008079 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1010061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834187Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701919}
-