- 20 Apr, 2020 13 commits
-
-
Wanming Lin authored
WPT test directories should named after the shortname of the spec, this CL renames wpt/wake-lock to wpt/screen-wake-lock and moves system wake lock related tests to web_tests/wake-lock since there's no w3c spec for system wake lock at present. This CL also moves the idlharness tests for system wake lock to wpt_internal/system-wake-lock to use wptserve. Relevant spec issue: https://github.com/w3c/screen-wake-lock/issues/257 Bug: 1064685 Change-Id: I77939065ca82257fc261dcdfd07c9e7608fc9c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147352 Commit-Queue: Wanming Lin <wanming.lin@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#760380}
-
Anand K. Mistry authored
The updated credential needs to be remembered so that the share can be restored on suspend/resume. Bug: 1065271 Change-Id: Id47aaa5dd40ec61c979749760bf229f4dc661145 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151498Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#760379}
-
Hiroki Sato authored
There is an invisible list in PlayStore app, and when the loading completed, a selection event is dispatched from the list. This made ChromeVox move the focus to the list when opening PlayStore. Before http://crrev/c/2129381, this was not observed because selection event handling was incomplete, but now observable. This CL prevents the behavior by dropping selection and focus events from invisible nodes. Bug: b:154293371 Test: unit_tests --gtest_filter="AXTreeSourceArcTest.*" Test: manual. Open PlayStore, focus no longer moves to the invisible node. Change-Id: Icfe4c931bef53b573878c3a55223e9e553b47307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154358 Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#760378}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: If9b4b0fdefd987a471c1a1a1ef52a6c2aaf8aed4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155819Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#760377}
-
Yue Zhang authored
http://crrev.com/c/2123991 exposes a problem in TabGridDialog by skipping a call which was used to setup the basic fade-in/fade-out animation. Instead of having it setup in a unrelevant call, this CL fixes this issue by adding a specific handle in TabGridDialogMediator# onReset to make sure that the basic animation is setup if needed. Some other things happened in this CL: * Add a e2e regression test for this bug. * Simplify the logic controlling the alpha of dummy views used for dialog zoom-in/zoom-out animation so that 1) the alpha is only set by animators related to zoom-in/zoom-out animation but not fade-in/fade-out animation. 2) The dummy views will always have alpha as 0 when animation ends. Bug: 1068928 Change-Id: I66ae49925727c65ceedc365a5ea27cc6d378d15f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143671 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#760376}
-
Jing Wang authored
keep-typing feature: when the suggestion pops up and the user keeps typing, if what they type is a prefix of the suggestion, the popup will not disappear, and in the suggestion text the typed prefix will be displayed in black and bold. The popup will disappear anyway if the user has typed more than 10 characters. Test: tested with Linux emulator Bug: 1042084 Change-Id: I157cd92cf29bb308e09764109d2eb0333183af7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153181 Commit-Queue: Jing Wang <jiwan@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#760375}
-
Josh Simmons authored
Bug 1067499 requires the addition of individual browser tests to validate the MIME type detected and reported by Quick View for all file extensions known to Files.app. This CL adds a new test for files with extension 'jpeg' and more clearly names the existing test for files with extension 'jpg'. Bug: 1067499 Test: browser_tests --gtest_filter="*FilesApp*openQuickView*" Change-Id: I03d72d6d7daeffb2f14f5bf0083b07ca328b685d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153461 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#760374}
-
Jie Jiang authored
Cleanup discovery sessions after the ARC Bluetooth service in Android shutdown. BUG=b:145257789 TEST=manually test: LE scan stops immediately after called BluetoothAdapter.disable() in an Android app, as expected. Change-Id: I9f1f7814eb935ceca3099c0d8124e313a9c2c065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051863 Commit-Queue: Jie Jiang <jiejiang@chromium.org> Reviewed-by:
Miao-chen Chou <mcchou@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#760373}
-
Sergei Datsenko authored
BUG=chromium:1037058,chromium:1037059,chromium:1037060 Change-Id: Ie0e9a26d0739f83502a422fc2ffb2d45cde43093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147519 Commit-Queue: Sergei Datsenko <dats@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Auto-Submit: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#760372}
-
Jie Jiang authored
Uses a separate discovery session for LE scan requested by ARC. Avoids triggering the DiscoveryStateChanged event for LE scan since Android doesn't use it for LE scan. Note that We still use a timer for LE scan since we cannot set scan parameters and filters now, while this is not expected by Android. BUG=b:145257789 BUG=b:152463320 TEST=Automatic cts tests passed; TEST=Manually test with the app mentioned in the bug thread, the behavior becomes normal. Change-Id: I9b9d24827896678b24592260eefd48e7aa2b89c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010606Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Miao-chen Chou <mcchou@chromium.org> Commit-Queue: Jie Jiang <jiejiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#760371}
-
Jing Wang authored
Test: tested with Linux emulator. Bug: 1068044 Change-Id: I27899234572f483e2be1322bab5f3e4e18902d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153173Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Jing Wang <jiwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#760370}
-
Kuo Jen Wei authored
Set CCA window can consume volume button. Add new mojo API monitoring tablet mode state. Trigger camera shutter when CCA window receive volume button event in tablet mode. Design doc: go/cros-camera:dd:cca-volume-button-shutter Bug: 1024118 Test: Manually test shutter triggered after clicking volume button in tablet/non-tablet mode Change-Id: I8b6730773abae7741e90e676abc1a196f6289668 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089111Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#760369}
-
Keishi Hattori authored
Remove CooperativeScheduling code as it is not actively developed. Change-Id: I74f8bee019652b04dd8e9fc2cf54e9bf83b6a4e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154637Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#760368}
-
- 19 Apr, 2020 27 commits
-
-
Daniel Libby authored
This reverts commit 0de4d371. Reason for revert: Need to sort through memory regressions on the perfbots - see crbug.com/1071564 Original change's description: > Reland "Add support for drawImageRect-based directly composited images" > > Reland now that M83 has forked. Also adjust DCHECK in > picture_layer_impl.cc. crbug.com/1063358 points out that even if the > aspect ratio matches, we can still end up with a scaled tile that does not > exactly match the layer's bounds because of the raster scale adjustments > that kick in inside RecalculateRasterScales when the desired scale is > adjusted based on the ideal scale. > > > Original change's description: > > > Add support for drawImageRect-based directly composited images > > > > > > Directly composited images is a feature that rasterizes images at their > > > intrinsic size, when an image is the only thing drawn into a layer. > > > However, this determination is today made prior to painting the image > > > in blink, which can't be done with CompositeAfterPaint enabled. > > > > > > This CL adds support for detecting PictureLayers that qualify as directly > > > composited images, by analyzing the paint ops of the display item list. > > > If a single drawImageRect paint op is detected (with some facilities for > > > detecting images for which orientation is respected), then we'll > > > propagate the image's intrinsic size over to PictureLayerImpl on commit. > > > PictureLayerImpl then uses that information to calculate a raster scale > > > that results in the image being rasterized at its intrinsic size. > > > > > > There are a few additional changes needed outside that core calculation. > > > If the aspect ratio of the layer bounds does not match the image's > > > aspect ratio, we won't raster the image at the intrinsic size, but > > > instead will choose the scale from one dimension. In these cases, we will > > > choose to re-raster when the layer is resized until the layer bounds > > > aspect ratio matches that of the image. > > > If we do adjust the raster scale and add tilings to the active tree > > > (as is seen in the default configuration for web_tests), we should drop > > > the previous tilings (which are now non-ideal) since the max raster scale > > > tile will be chosen when the SharedQuadState is created during > > > AppendQuads. > > > We also need to tell the LayerImpl if nearest neighbor should be used > > > when the TileDrawQuad is scaled in the display compositor to preserve > > > the same output of the original drawImageRect. > > > > > > Bug: 875110 > > > > > > Change-Id: I2cda143f483c2aa30a6ae1fb850e1c7ef1227882 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036542 > > > Reviewed-by: vmpstr <vmpstr@chromium.org> > > > Reviewed-by: Philip Rogers <pdr@chromium.org> > > > Commit-Queue: Daniel Libby <dlibby@microsoft.com> > > > Cr-Commit-Position: refs/heads/master@{#751891} > > TBR=vmpstr@chromium.org,pdr@chromium.org,dlibby@microsoft.com > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 875110 > Change-Id: I485e939ba08575a3e2af5a821558e54ce6132cc2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144398 > Reviewed-by: Daniel Libby <dlibby@microsoft.com> > Reviewed-by: Philip Rogers <pdr@chromium.org> > Reviewed-by: vmpstr <vmpstr@chromium.org> > Commit-Queue: Daniel Libby <dlibby@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#758935} TBR=vmpstr@chromium.org,pdr@chromium.org,dlibby@microsoft.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 875110, 1071564 Change-Id: Id418d813962bd56145361f26b4e42552815fb033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2156071Reviewed-by:
Daniel Libby <dlibby@microsoft.com> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#760367}
-
John Chen authored
The release script was recently modified to change to a temp dir as its working directory, and that caused it to look for notes.txt in the wrong location. This CL fixes it. Change-Id: Ib0d0abe2689a5bc80c4e6079e5cde2588f5b7a5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155202Reviewed-by:
Wenbin Zhang <wenbinzhang@google.com> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#760366}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 879e9aa2. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 86131ac4 "Add a test for ReplaceTrack that verifies video track content." 6c8523d2 "[scroll-timeline] Implement element-based scroll offset" 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 NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Icdc5be30cb668bba3daeba13d3d3e0e5618fa03d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2156012Reviewed-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@{#760365}
-
Wez authored
Enabling |toolkit_views| in all Fuchsia builds ensures that Views can be built under Fuchsia, which will be required when we start wanting to add UX e.g. to mitigate use of web permissions. Enabling Views to be compiled in advance of that requirement is a trade- off between overhead maintaining the Views/Fuchsia configuration while it is unused, and cost of making it work on Fuchsia in future. Since the vast majority of Views is cross-platform, the maintenance overhead should be relatively small. Also remove unused //build/args/fuchsia.gn. Change-Id: I24b534e2bf8f005db76a0a612fa4fa57ac1b1e42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056951Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#760364}
-
David Tseng authored
This fixes an issue where on user accounts with other tts extensions installed, we always get back a reply by waiting for Googletts voices, and targeting Googletts with our warmup utterance. Without this change, it's possible chromeVoxDeferredLoader waits forever if the engine never sends an event. TBR=dmazzoni@chromium.org Test: all flows including login, guest, regular sessions. In each case, with ChromeVox previously loaded, and without ChromeVox previously loaded (i.e. automatically started on session start). Change-Id: I7abe9556bbd00a432a969f38343e0e8c1f24e94b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2156065Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#760363}
-
Yuzu Saijo authored
This CL adds a browsertest to make sure that when printing feature is used on a page, the page is not cached in BackForwardCache. This is because we currently do not close the popup caused by printing properly for bfcache. Blocklisting the feature is the first step, and supporting it is the next step. Bug: 106849 Change-Id: Ie8195ae88f94d967aed915422099c6e208b67c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148706 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#760362}
-
Javier Ernesto Flores Robles authored
Sometimes an exception is thrown by the system when trying to execute one of the input form accessory actions. This catches the exception to avoid the crash and continue. Bug: 942445 Change-Id: Ia3a127cf3ce6e41eba63c62034d574aa296ea952 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144159Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#760361}
-
Pavol Marko authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/14a2fb015f12..bde2e0883d12 $ git log 14a2fb015..bde2e0883 --date=short --no-merges --format='%ad %ae %s' 2020-04-07 pmarko system_api: Add cryptohome TpmAttestationDeleteKey 2020-04-14 akhouderchah system_api: shill: Organize function names based on object type 2020-04-14 akhouderchah system_api: shill: Remove unused Network interface 2020-04-14 akhouderchah shill: l2tp: Remove unused properties Created with: roll-dep src/third_party/cros_system_api Change-Id: Ibdc2f4269e18154178cbac4dc67f3ced4e9dd6b0 Bug: 1045895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153159Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Askar Aitzhan <askaraitzhan@google.com> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#760360}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I1634409c39819127c2dd83343175dc7f1e2ba2dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155998Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#760359}
-
Mohsen Izadi authored
Currently, we do not report end-to-end EventLatency metrics for WebInputEvent's of type kRawKeyDown and kChar. An example is when a user enters a text in an input field. The reason is that the function that converts WebInputEvent::Type to ui::EventType return ET_UNKNOWN for these two specific event types. It should return ET_KEY_PRESSED. Bug: 1054007 Change-Id: I701a71c43dc2f2b13ee20607b0950858155398e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085597 Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#760358}
-
Wez authored
When pre-caching packages onto the Target, run 'pkgctl get-hash' to verify that the newly-cached package variants are active, i.e. that they will be returned by the package resolver when launched. Bug: 1070595 Change-Id: I2c64f2ca75946cfe0ccf893a25036ab37dffdfe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148317 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#760357}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3ce055109dd8..bf3571fa2a27 Created with: gclient setdep -r src-internal@bf3571fa2a27 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 sahel@google.com,pdr@google.com,mamir@google.com,meredithl@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 Bug: None Tbr: sahel@google.com,pdr@google.com,mamir@google.com,meredithl@google.com Change-Id: If7733c870f1ce5fecec2a2529ae8bc229c790f8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155533Reviewed-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@{#760356}
-
Roman Aleksandrov authored
Remove Skip related methods and tests because there is no more Skip button on the ArcToS screen. Bug: 1069792 Change-Id: I35362c0c6598ce2b68334ecc1bb06c6d50532632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144960 Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Long Cheng <lgcheng@google.com> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#760355}
-
Internal Frameworks Autoroller authored
TBR=bling-p10-rolls@google.com Change-Id: Ifce7eeda023e8a4a7970234e33c28f7b1da17e23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153826Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#760354}
-
Rob Buis authored
Implement the math-superscript-shift-style CSS property [1] which encapsulates the notion of "cramped" defined in TeX (causing superscripts to raise lower). In OpenType [2], this corresponds to choosing between two parameters: superscriptShiftUp (default shift) and superscriptShiftUpCramped (smaller shift). Default style is non-cramped, property is inherited and becomes cramped in various cases e.g. within subscripts or radicals. [1] https://mathml-refresh.github.io/mathml-core/#the-math-superscript-shift-style [2] https://docs.microsoft.com/en-us/typography/opentype/spec/math Bug: 6606 Change-Id: Ie06526e368b185c855ecf13eb2bcbdcac0376c36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144185 Commit-Queue: Rob Buis <rbuis@igalia.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#760353}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/171cc405..372da931 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ib795ca9619f04137acfd90c8ffc51d5f69a244ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155882Reviewed-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@{#760352}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/87eece9421e1..ed005be78815 git log 87eece9421e1..ed005be78815 --date=short --first-parent --format='%ad %ae %s' 2020-04-19 mbonadei@webrtc.org Revert "Unify OOURA implementations in one directory." 2020-04-18 mbonadei@webrtc.org Unify OOURA implementations in one directory. Created with: gclient setdep -r src/third_party/webrtc@ed005be78815 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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: If4e6fd99e1ba3b1785af6e1a3b6876ae57507f21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155931Reviewed-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@{#760351}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/62687b1ec3c8..0c9327e48e9c git log 62687b1ec3c8..0c9327e48e9c --date=short --first-parent --format='%ad %ae %s' 2020-04-19 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@0c9327e48e9c 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 jcgregorio@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jcgregorio@google.com Change-Id: Ie8d6b2af4ec4cd22df493d9a43e56eadc3942284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155928Reviewed-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@{#760350}
-
Julie Jeongeun Kim authored
This CL migrates grid-dynamic-updates-relayout.html to external/wpt/css/css-grid/grid-definition, adding links to the relevant specs and a test assertion describing its purpose, renaming it to grid-template-columns-rows-changes-001.html. Bug: 1063749 Change-Id: I077502f4b40d0c0744d775c9a0382097b8a31672 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154360Reviewed-by:
Manuel Rego <rego@igalia.com> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#760349}
-
Wei-Yin Chen (陳威尹) authored
Bug: 1070293 Change-Id: Ib70026f3e74e50b81642866f098c1834eab1588b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146226 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#760348}
-
chromium-autoroll authored
Roll ChromeOS orderfile from 84-4099.3-1586167754-benchmark-84.0.4111.0-r1 to 84-4103.6-1586771664-benchmark-84.0.4114.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I3f565f3d4a2754d051b91c9cf4ad1277ae0834bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154932Reviewed-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@{#760347}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ae28b321d07d..62687b1ec3c8 git log ae28b321d07d..62687b1ec3c8 --date=short --first-parent --format='%ad %ae %s' 2020-04-19 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps Created with: gclient setdep -r src/third_party/skia@62687b1ec3c8 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 jcgregorio@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jcgregorio@google.com Change-Id: I562cc6167c5e3c95ed227a6bee9eead15eeecbd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154930Reviewed-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@{#760346}
-
Haiyang Pan authored
This reverts commit f16f501c. Reason for revert: The test keeps failing. See https://ci.chromium.org/p/chromium/builders/ci/android-10-arm64-rel/4353 and https://ci.chromium.org/p/chromium/builders/ci/android-10-arm64-rel/4344 Original change's description: > android: Add AR test to android-10-arm64-rel builder > > Bug: 1070264 > Change-Id: Ib741b6123633cf58a6b45f44a8154b8dae97f2f0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155410 > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Commit-Queue: Haiyang Pan <hypan@google.com> > Cr-Commit-Position: refs/heads/master@{#760306} TBR=martiniss@chromium.org,hypan@google.com Bug: 1070264 Change-Id: I10410791d0ed8d490eee57198d27befcdf7bd297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155887Reviewed-by:
Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#760345}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: Icd38648625bf6c083af598623ed14ccbd661fe67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155221Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#760344}
-
Lukasz Anforowicz authored
Bug: 1069567 Change-Id: Ifee67f9d96e320f6c4d0c09c1ec5a0cb2c8d0871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146058 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#760343}
-
Eric Willigers authored
The header with default web app ids was previously in chrome/browser/chromeos/extensions/ With BMO, web applications no longer rely on Extensions: TBR=alemate@chromium.org TBR=pastarmovj@chromium.org Bug: 877898 Change-Id: I9c7e5e003bc97b47ec473fda7c2f7880a43bb7a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149740Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#760342}
-
Fergus Dall authored
Bug: None Change-Id: Id65a21f3e6f3bfe585eabc4e87e3bf92b0761ff3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147974Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#760341}
-