- 24 Apr, 2019 18 commits
-
-
Tim Song authored
This is a follow-up refactoring CL to https://chromium.googlesource.com/chromium/src/+/e3b4260ee889203e9d9ec9852412f7a767018417 TEST=unit tests pass BUG=953658 Change-Id: I4f024f5f550225c7ae68ccf5b56ac0d704e6932b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580141 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#653452}
-
Adam Rice authored
Add TransformStreamNative and TransformStreamDefaultController classes. Modify the TransformStream class to use them when the StreamsNative Blink feature is enabled. Also add ScriptState::Scope objects to TextEncoderStream and TextDecoderStream so that they create JavaScript objects in the correct realm. Expose an IsErroring() method on WritableStreamNative for use by TransformStreamNative. Add external/wpt/encoding/streams to the streams-native virtual test suite. For background see design doc at https://docs.google.com/document/d/1n0IIRmJb0R-DFc2IhhJfS2-LUwl6iKSBNaR0klr3o40/edit BUG=902633 Change-Id: I4f5a46493cb73a94bc44ca38aa22c9095a943e85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572986Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#653451}
-
Zhenyao Mo authored
Currently they are part of direct_composition_surface_win.cc, but they are complicated enough to be in their own files. This also makes code reading and code review much easier. This is pure refactoring. BUG=955232 TEST=win bots R=sunnyps@chromium.org Change-Id: Ia76f0ddb55d6dc0840b334b94194f6fba13f3ef1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578208 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Maggie Chen <magchen@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#653450}
-
Takuto Ikuta authored
As a preparation of trusty -> xenial migration, let me specify os dimension explicitly here. I added 'linux-trusty' mixins for the builders having linux in its name and test_suites property. I will change this dimension gradually with gradual swarming test bots trusty -> xenial migration. Currently this should not change ubuntu's version of bots running tests because chromium_swarming recipe module has Ubuntu-14.04 dimension for linux. https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/chromium_swarming/api.py?l=460&rcl=927948978a7a101fca66f07a784aeb3ddb6650c9 Bug: 954450 Change-Id: I6f16dbbe2e52ac79a05a52bfb30cdd2ece0462a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578722 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#653449}
-
Brian Sheedy authored
Fixes flakes in VrBrowserWebInputEditingTest#testFullscreenVideoControls by allowing a 2 pixel threshold when comparing images. This is to work around a random AA-related difference that popped up ~30% of the time. TBR=billorr@chromium.org Bug: 954993 Change-Id: Ia5ef23194c07c3955794034d9b1c3281b4e25b5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580299Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#653448}
-
Alexey Baskakov authored
This reverts commit 0ee0c8f9. Reason for revert: Test failures. https://findit-for-me.appspot.com/waterfall/failure?url=https://build.chromium.org/p/chromium.chromiumos/builders/linux-chromeos-dbg/builds/12029 Original change's description: > Disable DRP proxies that fail warmup fetch in config > > Warmup url fetch happens on startup and depending on whether it succeeds > the http/https proxy should be enabled or disabled in the custom proxy > config in network service. However the proxies are not getting disabled. > This CL fixes that and also adds a feature flag to turn off this > behavior. > > Bug: 954958 > Change-Id: I22f0dc4cfb0ef58b4922ecfe9ba57009744aba8b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579026 > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Commit-Queue: rajendrant <rajendrant@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653378} TBR=tbansal@chromium.org,rajendrant@chromium.org Change-Id: I9520dc2188497a4673e8c4f069899a1b6e06bbe1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 954958 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580680Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#653447}
-
Hesen Zhang authored
Bug: 924751 Change-Id: I37c9785e9b1006a46d173cc75971957fdd41ae9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577660 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#653446}
-
Marcin Wiącek authored
This is part of changes which put as goal removing redundant ChromeAnimation API by moving everything into CompositorAnimator. Public doc with proposal: https://docs.google.com/document/d/1VL5ntE7vn267IFjE4Zke0GkhVVTHz1bEP672Apj_E2k/edit This concrete patch: 1. is moving everything from StackAnimation* into StackAnimation (createPortraitEnterStackAnimatorSet and createLandscapeEnterStackAnimatorSet are just copied, the rest is optimized a little bit) 2. is migrating animations inside StackAnimation (using similar pattern like in patch 6 from this series) 3. is removing Property @IntDef from various files 4. is adding required FloatProperty 5. is removing ChromeAnimation, ChromeAnimationTest files and unused parts from Stack and DisableChromeAnimation BUG=890643 Change-Id: I361a8d38e74dd945417d43dac05cdf9df0a544a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1537098Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#653445}
-
Joel Hockey authored
Shared paths for Plugin VM is an exact copy of crostini. Screenshots in crbug.com/950431#c4 Bug: 950431 Change-Id: Iadf81f736ac2bcb5bef4f1aaf4070a8549e568b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1563230 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#653444}
-
Xiaocheng Hu authored
Tbr: yosin@chromium.org NoTry: True Change-Id: I52119806a656cf103d98ed09d328a354973145d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580619Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#653443}
-
Min Qin authored
This CL switches DownloadDriverImpl from using DownloadManager to SimpleDownloadManagerCoordinator. This allows it to work in reduced mode later. BUG=942770 Change-Id: Idcba869307b8cf1d6d13c8117f6aae17e841aeac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579326 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#653442}
-
Robert Ogden authored
Bug: 929231 Change-Id: I97be25eb69cd7b4edeaf5d189d2d3a662bc4e766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580223Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#653441}
-
Shimi Zhang authored
This test makes UI thread waits for another call from UI thread, so it will fail always. As the other possible senarios are already covered by other tests, we simply remove this test. See more analysis and discussion in http://crbug.com/955212. Bug: 955212 Change-Id: Ie079ecc146d0963580175458e034e311bcc9cc70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580220Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#653440}
-
Chris Lu authored
It is unnecessary to notify the receiver of DidHighlightMatches if the match count never changed. Bug: 919685 Change-Id: I010905dbe1919e1324641ca18967616fa74ac5fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576020 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#653439}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/451cad2c0da4..ed46cde6ee67 git log 451cad2c0da4..ed46cde6ee67 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 chrisforbes@google.com Synchronize before performing mid-subpass attachment clears Created with: gclient setdep -r src/third_party/swiftshader@ed46cde6ee67 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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. 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:b/119620767 TBR=swiftshader-team+autoroll@chromium.org Change-Id: Iefdb9e997cb3702ab9bb5fc8604c2663c9b46fe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579845Reviewed-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@{#653438}
-
Abhishek Bhardwaj authored
This change modifies SetArcCpuRestriction to allow calls to unthrottle the ARC container when the disable restriction flag was set. Previously, all calls i.e. throttle or unthrottle would be blocked making the container always be throttled since boot. Also, unthrottles the ARC container by default on boot when the disable restriction flag is set. Together these two changes ensure that the ARC instance is unthrottled during testing. BUG=b:131047599 TEST=Manual testing. Change-Id: I7444b81746ada5c9a362fb4761d09e238de9aed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564903 Commit-Queue: Abhishek Bhardwaj <abhishekbh@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#653437}
-
Robert Ogden authored
The max size is specified by variations. Bug: 914577 Change-Id: Iddc694ee5b6a4abbd3435956df23a586a918b547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577931 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#653436}
-
Nektarios Paisios authored
When a replaced layout object, such as an image, was used inside editable text navigating by line was broken. Also added test coverage for selecting across an image which I believe was not working properly with the old selection code. R=dmazzoni@chromium.org, dtseng@chromium.org Change-Id: Idea8b11d7d2be90ecaf4069e80de7dd426275e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577971 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#653435}
-
- 23 Apr, 2019 22 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/158a65393019..781abb973256 git log 158a65393019..781abb973256 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@781abb973256 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Change-Id: Ifc90e09aa9e85938a76a2af391e1f6cc39c82103 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579774Reviewed-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@{#653434}
-
Charlene Yan authored
Bug: 857118 Change-Id: Ibc6968701d86241a8b65785b5d4ee545198b77a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576265Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653433}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/83740f979584..62e274e86c7e git log 83740f979584..62e274e86c7e --date=short --no-merges --format='%ad %ae %s' 2019-04-23 dworsham@google.com [scenic] Remove dangling viewsv1 reference Created with: gclient setdep -r src/third_party/angle@62e274e86c7e The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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. 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@chromium.org Change-Id: I18839a55e39281e89099b762e8a9b59e6cc93c88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579778Reviewed-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@{#653432}
-
Ben Chan authored
Support for Gobi modems is deprecated along with daisy. The debugd GetModemStatus API only works with cromo, which manages only Gobi modems. The mm-status field provided by the debugd LogTool already include status information from ModemManager. This CL removes the modem-status entry under chrome://system and the corresponding debugd GetModemStatus D-Bus binding. Bug: 954634 Test: Verify that chrome://system no longer fetches modem-status from debugd. Change-Id: Id49dc22dfa1c938fc0a5d674a6e9958c52af9297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580104 Auto-Submit: Ben Chan <benchan@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653431}
-
Yulun Wu authored
Bug: 952902 Change-Id: I199cbd0b6f046f388f6e27a2031e5544a015a316 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574647 Commit-Queue: Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#653430}
-
inglorion authored
The new ToTWinOfficial bot was previously added only to the luci.chromium.clang console. This change adds it to the chromium.clang console, as well. R=hans,hinoka,tikuta Bug: 950746 Change-Id: I6f26c2d8751a0c9a577cdc30177b7471f507748f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579780Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#653429}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/9b65a0c0b4b1..34fa2d0df828 git log 9b65a0c0b4b1..34fa2d0df828 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 dburger@chromium.org Add criticality check to the config skew test. Created with: gclient setdep -r src/third_party/chromite@34fa2d0df828 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I7a871039a90639eda18e57cfa7419e457991139e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579777Reviewed-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@{#653428}
-
Sahel Sharify authored
This cl changes ManifestIconDownloader::FindClosestBitmapIndex and ManifestIconDownloader::FindClosestBitmapIndex to choose the last icon with ideal size instead of the first one. Spec: https://w3c.github.io/manifest/#icons-member Spec language: "If there are multiple equally appropriate icons in icons, a user agent MUST use the last one declared in order at the time that the user agent collected the list of icons." Bug: 879741 Change-Id: I59fade75cf2dd84a49cee859f32f6e1243c45001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574889Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#653427}
-
Krishna Govind authored
TBR=meacer@chromium.org Change-Id: Ie3b0098ef7006186e96df1c92618a5682446cb9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579419 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#653426}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/33a2e1ab..a8603a71 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: If4577b7148f2b55013a2f53d46e9bcb9ca9330d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576272Reviewed-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@{#653425}
-
Kyle Milka authored
Remove various flags controlling the local NTP in M76+. They are enabled by default in M75 and enabled via Finch for M73-M75. Bug: 583289 Change-Id: Iedc5589ceb2e44060482b3be3cec9d1a74249f1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553165 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#653424}
-
Joel Hockey authored
Bug: 954540 Change-Id: I4156a3ee9ea3109bdd42f15b5d34024f75850b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575303 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#653423}
-
David Black authored
The DialogPlate in embedded Assistant wishes to be 52dp tall. When the embedded Assistant view hierarchy is first measured and laid out, however, it is constrained to the height of the search box which is 48dp tall. This causes the DialogPlate to be laid out at a height of 48dp which, due to padding, does not leave enough room for its child AssistantButtons to be laid out at their preferred height of 32dp. To address this, we will now always request that AssistantPageView be laid out at its preferred size. This will prevent DialogPlate from shrinking its children due to insufficient available space. Bug: b:131089000 Change-Id: I52fc4bb17ae79be0ffed084292a951e096b29a30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577987 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#653422}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 70b812ab. With Chromium commits locally applied on WPT: 0a8f3ffa "Use testdriver Action API in WPT pointerevent touch tests - Part 2" 4e921520 "[Code Health] Remove unnecessary reference file for web test" 40465b74 "[Animation Worklet] Copy the effects of a migrating animator over to new global scope" e28269b6 "[LayoutNG/PE] Clear visual overflow for LayoutText before setting." aff3c8fe "Add tests for crbug.com/363609 and crbug.com/954591" 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=foolip No-Export: true Change-Id: I3c53fbb897a51a671f2b445a9958d1ec42b9a5d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579254Reviewed-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@{#653421}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d366d8c98e1b..50381cc03752 Created with: gclient setdep -r src-internal@50381cc03752 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=chcunningham@chromium.org,loyso@chromium.org,clamy@chromium.org,flackr@chromium.org Change-Id: Ia0fd2b98f39a7ab84faf555fcd28ec134b5e4a85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579843Reviewed-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@{#653420}
-
Anastasia Helfinstein authored
Bug: 955201 Change-Id: I4424b3a52f6f3290985a5f9960c9c60af3b51b0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579769Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#653419}
-
Nektarios Paisios authored
This was causing screen readers to continuously announce the remaining time. R=aleventhal@chromium.org, lethalantidote@chromium.org Bug: 953908 Change-Id: I87bf445862904b9df57d9f79298691bae7d886bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575735 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#653418}
-
Tarun Bansal authored
Experiment results: https://docs.google.com/document/d/18lCPpkgPGEPvsZtbGzowvRjZSKevEYfknCr_G9hdFLA/edit?usp=sharing Set the max delayable requests to 8 and the multiplier to 3.0. Change-Id: I2ae974becd8a27b168e30ecd1e24809c19ba5500 Bug: 746640 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578359Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#653417}
-
Gabriel Marin authored
Add a summary line for long docstrings. Use VERBOSE mode for long regular expressions. Change-Id: Ia4ce8a6a28e33223a448b3652d760f3daeb64e5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579773 Commit-Queue: Gabriel Marin <gmx@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#653416}
-
Anastasia Helfinstein authored
This is a reland of 91a61a31 Original change's description: > [Switch Access] Refactor focus for clarity around back button > > Bug: None > Change-Id: I3318ae4d5f37d67e7fe5abb894f9edacddc785d4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549944 > Commit-Queue: Anastasia Helfinstein <anastasi@google.com> > Reviewed-by: Katie Dektar <katie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#647532} Bug: None Change-Id: If556c775a9a70abe9346b9288b3f3f3138420409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580000 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#653415}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5929b0ffd0d5..d63e3ca06b1e git log 5929b0ffd0d5..d63e3ca06b1e --date=short --no-merges --format='%ad %ae %s' 2019-04-23 fmayer@google.com Merge "Do not crash using packages.list ds n debug build." Created with: gclient setdep -r src/third_party/perfetto@d63e3ca06b1e The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I35e5f4e29525c89754092fb25f607a08e23efe45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579842Reviewed-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@{#653414}
-
Kenichi Ishibashi authored
There seems to be a situation where ServiceWorkerProviderHost::controller() returns a redundant ServiceWorkerVersion. This CL adds instrumentation code to investigate the situation. Bug: 951571 Change-Id: Ic07395a6cebef8056a18e8b030a4baba68cd6de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577322 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#653413}
-