- 28 Feb, 2019 40 commits
-
-
John Lee authored
This makes available an endpoint chrome://welcome/preview-background.jpg that takes in a parameter of a number, referring to the index in the whitelist of NTP backgrounds for Onboarding to fetch. Change-Id: I99ec3cc83852b88f56bc0bc58c2d1ef6dfbb2202 Reviewed-on: https://chromium-review.googlesource.com/c/1481890 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#636547}
-
Ella Ge authored
Due to lake on android-marshmallow-arm64-rel TBR: perezju@chromium.org No-Try: True Bug: 937006 Change-Id: I6a825c27e9a8d9a4aacfca30478782375dfc68cc Reviewed-on: https://chromium-review.googlesource.com/c/1495859Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#636546}
-
Ryan Sturm authored
This is a reland of 21fe97f0 Original change's description: > Stop over-recording data use related to Previews > > Lite Page Server Previews over records data use when it attempts to > record data savings. Instead, only the savings should be recorded. > > This also changes the data usage site breakdown code to use Virtual URL > (the one in the omnibox) instead of the actual host for the sake of > improving UI and tracking HTTPS Lite Page Previews more accurately. > > Bug: 936577 > Change-Id: Ib7dfe8afeea0b277ac065d58c02b2962a4ab6c94 > Reviewed-on: https://chromium-review.googlesource.com/c/1492428 > Commit-Queue: Ryan Sturm <ryansturm@chromium.org> > Reviewed-by: Robert Ogden <robertogden@chromium.org> > Cr-Commit-Position: refs/heads/master@{#636282} Bug: 936577 Change-Id: I342de5853cea0ffced06af1ac531846cdd1cc34b Reviewed-on: https://chromium-review.googlesource.com/c/1494797Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#636545}
-
Toni Barzic authored
Stops using ScreenExitCode enums reported by network screen (which is part of a larger effort to deprecate ScreenExitCode enum all together). Instead, defines result enums per screen when needed (i.e. if the screen can report multiple values). Updates how screens relay the exit code to WizardController - instead of using BaseScreenDelegate::OnExit (indirectly though BaseScreen::Finish), the screens now take a callback that is run when the screen exits. Affected screens: * NetworkScreen Deprecated exit codes: * NETWORK_BACK * NETWORK_CONNECTED * NETWORK_OFFLINE_DEMO_SETUP BUG=930267 Change-Id: If51230071833d239316d85ae1b047c83d7812bd2 Reviewed-on: https://chromium-review.googlesource.com/c/1484871 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#636544}
-
Lan Wei authored
In order to remove the timer to send the fake mouse move event, we decide the best place to send the fake mouse move event is at the next begin frame right after we have seen a gesture scroll end event. This CL is only about scrolls happening on compositor. I will work on scrolls on main thread in a following CL. Bug: 877132 Change-Id: Ia9c5e8b326a08797ad7f65e1242bb9f2bcb275ee Reviewed-on: https://chromium-review.googlesource.com/c/1481747 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#636543}
-
Mike Wittman authored
Module sizes are required for lookup by the ModuleCache, so ensure they are provided and remove the constructor that allows construction without a size. Bug: 931418 Change-Id: Ibe3c1512196030de80c4785812a3ff31c55eeec8 Reviewed-on: https://chromium-review.googlesource.com/c/1478175 Commit-Queue: Mike Wittman <wittman@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#636542}
-
Tim Song authored
If there are no focusable views in the LockContentsView a crash will occur when toggling focus. Although this doesn't currently cause a crash, it was a problem in the past and we need to prevent it from happening in case of UI changes in the future. TEST=unit test BUG=914103 Change-Id: Iee5f23d98aa202998ccd91c743e1f0279c162c81 Reviewed-on: https://chromium-review.googlesource.com/c/1493446Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#636541}
-
Luke Halliwell authored
Merge-With: eureka-internal/247580 Bug: internal b/122743819 Test: None Change-Id: Ib31702df4e94550813c2e7c20f60657ec179af1d Reviewed-on: https://chromium-review.googlesource.com/c/1494802 Commit-Queue: Yuchen Liu <yucliu@chromium.org> Auto-Submit: Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#636540}
-
Oystein Eftevaag authored
These tests were failing under lsan as the ScopedTaskEnvironment used in the test environment requires the ProducerClient test runner to be reset between each test. R=ssid@chromium.org Bug: 936907 Change-Id: Iade8c117c43a9071d1e3ea85619930de21f6ea0d Reviewed-on: https://chromium-review.googlesource.com/c/1495043Reviewed-by:
ssid <ssid@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#636539}
-
Min Qin authored
This CL adds helper method to rename a download if it is content URI. BUG=924751 Change-Id: Icbf0c6d493fba4caa3e8f929cebce9ea8c1c974f Reviewed-on: https://chromium-review.googlesource.com/c/1493375Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#636538}
-
Oystein Eftevaag authored
These DCHECKs check that the Coordinator functionality that Perfetto replaces should not be called when the Perfetto runtime flag is enabled. However, the unittests should still work so we check whether we're connected through Mojo or not (which is when Perfetto will override the Coordinator used). R=ssid@chromium.org Bug: 839084 Change-Id: Ia4370764f04dd444c01d7dd78789018e6ca7e76e Reviewed-on: https://chromium-review.googlesource.com/c/1495207Reviewed-by:
ssid <ssid@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#636537}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/ec484527b643..d90d548161bc git log ec484527b643..d90d548161bc --date=short --no-merges --format='%ad %ae %s' 2019-02-28 johnkslang@users.noreply.github.com Merge pull request #1713 from jeffbolznv/fix_nv_extension_disabled 2019-02-26 johnkslang@users.noreply.github.com Merge pull request #1701 from jeffbolznv/cooperative_matrix Created with: gclient setdep -r src/third_party/glslang/src@d90d548161bc The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I1b54446f975077704f7f43e211d6babe2d06fb03 Reviewed-on: https://chromium-review.googlesource.com/c/1494831Reviewed-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@{#636536}
-
Miyoung Shin authored
The size of ShowdowRoot class had doubled the bitfield size from 16 bits to 32 bits to match the alignment of all compilers after landing the CL[1]. This CL restores ShowdowRoot class size using only |unsigned| type with the bitfields. [1]https://crrev.com/c/1477558/ Bug: 936379 Change-Id: I5faaf4364738835f2fb68036777b148d25bbedc3 Reviewed-on: https://chromium-review.googlesource.com/c/1491743Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#636535}
-
Peter Wen authored
Rather than specifying each feature in multiple places, unify our base module java dependencies in the java group chrome_all_java. Also remove duplicate deps now that our base apk/module template adds chrome_all_java as a dep. Bug: 846440 Change-Id: I9e56cb425744896c5e9e893c3ef00547fdf4dbe0 Reviewed-on: https://chromium-review.googlesource.com/c/1495595 Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#636534}
-
mrefaat authored
I created all the files in the folder (some was moved around by others) But i own all the logic inside all of them Sample CLs: Reason: https: //chromium-review.googlesource.com/c/chromium/src/+/727519/ https: //chromium-review.googlesource.com/c/chromium/src/+/1101497/ Change-Id: Id926cff97afbbe8097bf77e54bcb418e10be9ac4 Reviewed-on: https://chromium-review.googlesource.com/c/1487184 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#636533}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/3c7b056c0c8b..9950df105a7c git log 3c7b056c0c8b..9950df105a7c --date=short --no-merges --format='%ad %ae %s' 2019-02-28 renjietang@chromium.org netlog_viewer: Update Quic dashboard to show new experiment race_stale_dns_on_connection. Created with: gclient setdep -r src/third_party/catapult@9950df105a7c The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 BUG=chromium: TBR=sullivan@chromium.org Change-Id: I67cf76a6898bcd127abb643091f33ae7f16ae09a Reviewed-on: https://chromium-review.googlesource.com/c/1495297Reviewed-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@{#636532}
-
Marijn Kruisselbrink authored
After a PublicURLManager is "stopped" (i.e. the ExecutionContext it belongs to has been destroyed) it is no longer possible to resolve any URLs through it. So in that case, just early return from Resolve(), just like Register and Revoke already do as well. Bug: 931139 Change-Id: Ibd76833f10a1ffa40b712e93a5b5ef41071ebe99 Reviewed-on: https://chromium-review.googlesource.com/c/1495373Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#636531}
-
Robert Liao authored
InProcessContextFactory isn't set up to properly support Direct Composition. BUG=936249 Change-Id: I34877fad76a40d8f141fb16c7a1d6d826d6c231a Reviewed-on: https://chromium-review.googlesource.com/c/1492482 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#636530}
-
Sam Goto authored
We use ints for capturing and passing around deltas of time. This CL moves all of those uses to base::TimeDelta, which benefits us by being clearer about units (e.g. seconds, mins, etc) and semantics in tests. Bug: 878979 Change-Id: I5ad1cfc105882b63af7a974a72576212c773cb4a Reviewed-on: https://chromium-review.googlesource.com/c/1492991 Commit-Queue: Sam Goto <goto@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Auto-Submit: Sam Goto <goto@chromium.org> Cr-Commit-Position: refs/heads/master@{#636529}
-
Xida Chen authored
Bug: None Change-Id: I0cf1b3155c0fc2e9bfac6396dd45edd8a2d1ca3e Reviewed-on: https://chromium-review.googlesource.com/c/1494726Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#636528}
-
Etienne Bergeron authored
This CL is removing the thread and using a task runner instead. I propose to continue this migration by renaming the thread service since it's no longer a thread. R=fdoray@chromium.org, gab@chromium.org BUG=936569 Change-Id: If65dfd41406d13c9f69036d71e75242ef29f9b1d Reviewed-on: https://chromium-review.googlesource.com/c/1492369Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#636527}
-
chrome://flags/#enable-gamepad-vibrationMatt Reynolds authored
Removes the GamepadVibration content feature and the corresponding entry in chrome://flags. BUG=933443 Change-Id: Ic20cb81faf172381ef5ffdb1f8022772408b3441 Reviewed-on: https://chromium-review.googlesource.com/c/1487525Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#636526}
-
Tom Anderson authored
See the comments added in this CL for details. BUG=429404 R=sky Change-Id: Icc5bad8e70853a62f76640b111a89f9e6b487d4b Reviewed-on: https://chromium-review.googlesource.com/c/1481125 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#636525}
-
Jenny Zhang authored
Bug: 932058 Change-Id: I139538ff5bf93d61229e682bb04b2d38b758e4d3 Reviewed-on: https://chromium-review.googlesource.com/c/1492975Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#636524}
-
Akihiro Ota authored
Bug: 934101 Change-Id: I4dc128287e7d408d6608b1170683b5f581dcc8ef Reviewed-on: https://chromium-review.googlesource.com/c/1495434Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#636523}
-
Jonathan Metzman authored
Speculative fix for Mac libFuzzer build breakage. Bug: 936849,831914 Change-Id: I7705682b79a9835ec014504f436af9cab83c01a3 Reviewed-on: https://chromium-review.googlesource.com/c/1494724 Auto-Submit: Jonathan Metzman <metzman@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#636522}
-
Jordan Taylor authored
web_tests/animations/animationworklet/scroll-timeline-display-none.html -> web_tests/external/wpt/animation-worklet/worklet-animation-with-scroll-timeline-and-display-none.https.html web_tests/animations/animationworklet/scroll-timeline.html -> web_tests/external/wpt/animation-worklet/worklet-animation-with-scroll-timeline.https.html web_tests/animations/animationworklet/scroll-timeline-expected.html -> web_tests/external/wpt/animation-worklet/worklet-animation-with-scroll-timeline-ref.html Bug: 915352 Change-Id: I26a859be4f5cd96c4f1229ebae66ac2c6ef508a3 Reviewed-on: https://chromium-review.googlesource.com/c/1488119Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Jordan Taylor <jortaylo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#636521}
-
Steven Bennetts authored
sync_ui_util assumes a normal profile, not a guest/incognito profile, so do not call into it for guest users. Bug: 911013 Change-Id: I91e3617fdda12e5f228139af6ac93f81f7b79270 Reviewed-on: https://chromium-review.googlesource.com/c/1487887 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#636520}
-
Xianzhu Wang authored
This partly reverts crrev.com/c/1477912 about PaintArtifactCompositor::UpdateTouchActionRects() which was changed to be work in BlinkGenPropertyTree mode only. We still need it to work in non-BlinkGenPropertyTree mode. Also add virtual/disable-blink-gen-property-trees to avoid non-BlinkGenPropertyTrees regression before we fully launch BlinGenPropertyTrees. Bug: 936495 Change-Id: Iffd4751e61916e917697f88d77d587e6b7c2ea82 Reviewed-on: https://chromium-review.googlesource.com/c/1493210Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#636519}
-
John Abd-El-Malek authored
Bug: 929909 Change-Id: Ic951d24c55a433b569031cf51d0907be840e9f86 Reviewed-on: https://chromium-review.googlesource.com/c/1492353 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#636518}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/21541ca9..67e3f02c Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues 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;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I66edf6ee165d5720fde61b5e452c9ab84086007a Reviewed-on: https://chromium-review.googlesource.com/c/1495370Reviewed-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@{#636517}
-
Dan Beam authored
Note: I was not able to easily construct this list on Canary nor Chromium for some reason, so I don't have screenshot. I'm generally matching #time-gap-separator (which look similar: https://goo.gl/ho5uS9) R=dpapad@chromium.org BUG=923597 Change-Id: I382ed1a8ff20af13bb7fd83d412342c1a5aacf51 Reviewed-on: https://chromium-review.googlesource.com/c/1493444 Auto-Submit: Dan Beam <dbeam@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#636516}
-
Emily Stark authored
This file is not used. Change-Id: I3af311f62ebb44e9821bf4e98df72a712138eb25 Reviewed-on: https://chromium-review.googlesource.com/c/1491036Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#636515}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/73263e44dae6..72565d358a64 Created with: gclient setdep -r src-internal@72565d358a64 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ieb1a4a749bd0136d63e90ec78639d86ef6ac0266 Reviewed-on: https://chromium-review.googlesource.com/c/1494826Reviewed-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@{#636514}
-
Tommy C. Li authored
A feature flag's string has a typo, ("Omnibox" => "Ominbox"). We are not going to correct this typo, as we will use the misspelled string as-is in field trials. This CL adds a warning to not correct this typo. Bug: NONE Change-Id: I0e435df378c336cb556d1fd5c2dd2da3696d9caf Reviewed-on: https://chromium-review.googlesource.com/c/1492936Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#636513}
-
Mason Freed authored
Previous to this CL, the default safe_opaque_background_color_ was transparent. And in BGPT mode, we were not setting this setting at all. This lead to checkerboarded tiles being rendered fully-transparent, which means prior content was left visible. With this CL, the safe background color is being set. And additionally, a DCHECK makes sure that the color is actually opaque, to catch other cases where it isn't being set. Also, the OOMTileBorderColor was being used as the checkerboard color, when there was already a checkerboard color defined. It is now being used. Bug: 923202 Change-Id: Ie4f24edb8ccd7c625a4128decb0a5256bbae077c Reviewed-on: https://chromium-review.googlesource.com/c/1474973Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#636512}
-
Joe DeBlasio authored
This CL adds translation console screenshots for the new lookalike interstitial. Bug: 927924 Change-Id: Ib570fa6da059368637829b074346da04e94c5efc Reviewed-on: https://chromium-review.googlesource.com/c/1495449 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#636511}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b7b2da871e95..b2565b18d03e git log b7b2da871e95..b2565b18d03e --date=short --no-merges --format='%ad %ae %s' 2019-02-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 4b314eefc839..5de69e91bd93 (1 commits) 2019-02-28 fmalita@chromium.org solink with --start-group/--end-group 2019-02-28 scroggo@google.com Enable Skia for Windows 2019-02-28 halcanary@google.com SkQP Documentation 2019-02-28 kjlubick@google.com [canvaskit] Support image assets for Skottie Created with: gclient setdep -r src/third_party/skia@b2565b18d03e The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=chromium:b/117921091,chromium:b/123085931 TBR=scroggo@chromium.org Change-Id: Id9e7ddb21dfbcd21024a59a5ab85dd8082444f32 Reviewed-on: https://chromium-review.googlesource.com/c/1494827Reviewed-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@{#636510}
-
Majid Valipour authored
Reland of: https://chromium-review.googlesource.com/c/chromium/src/+/1418076 Some of the test are flaky with threaded compositing. Enabling the virtual suite but marking these as flaky for now because it is better to have coverage on threaded compositing code path for other tests and any new ones that we migrate to wpt. external/wpt/animation-worklet/animation-worklet-inside-iframe.https.html [ Pass Failure ] external/wpt/animation-worklet/animator-animate.https.html [ Pass Failure ] external/wpt/animation-worklet/animator-with-options.https.html [ Pass Failure ] external/wpt/animation-worklet/playback-rate.https.html [ Pass Failure ] external/wpt/animation-worklet/scroll-timeline-writing-modes.https.html [ Pass Failure ] external/wpt/animation-worklet/worklet-animation-pause-resume.https.html [ Pass Failure ] external/wpt/animation-worklet/worklet-animation-with-fill-mode.https.html [ Pass Failure ] Bug: 915352 Change-Id: I31423fd0d1d55bbeb995be52db546c624a4b3744 Reviewed-on: https://chromium-review.googlesource.com/c/1492436Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#636509}
-
Avery Musbach authored
When identifying snapped windows to carry over to split view on entering tablet mode, ignore the app list, non user positionable windows (such as extension popups), windows being dragged, and windows hidden from overview. Test: ash_unittests TabletModeControllerTest.* Bug: 931859 Change-Id: Ib498fb6c5ebad5ac907d05f1e4448e9ba4c254b7 Reviewed-on: https://chromium-review.googlesource.com/c/1471456 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#636508}
-