- 24 Apr, 2019 40 commits
-
-
inglorion authored
This enables ThinLTO explicitly on ToTWinOfficial. Eventually, the plan is to have ThinLTO implied by the build being official. Setting it explictly now allows us to test that configuration before making that switch. R=dpranke,hans,rnk Bug: 598772 Change-Id: Ibf4a3aeec5ccf3e84abfc35dd294a82e3f884507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576515Reviewed-by:
Reid Kleckner <rnk@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#653474}
-
Asanka Herath authored
Split off from follow up CLs for ease of review. Bug: 927182 Change-Id: I03b122b8378d85ba80c975981b67ada43e349f69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546234Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#653473}
-
Ben Chan authored
cromo has been deprecated and will be removed. This CL removes all D-Bus bindings to cromo. Bug: 954634 Change-Id: I25dd909b246bb156ada6bd529957dd857bdbf8b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580480Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653472}
-
Shakti Sahu authored
This CL adds 16dp padding to the image grid section. In order to keep the image width same across all the images, we use negative right edge offset for the grid view item decorations. Bug: 954437 Change-Id: I7b81be33c1c0d19549a29392301b3f64075a2f21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574435 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#653471}
-
Alan Cutter authored
Bug: 933676 Change-Id: I2b23d37608636cc7f5c3588d6ee7305dfb0f05f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580681 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#653470}
-
Alexey Baskakov authored
WebAppBrowserController should be Extensions agnostic. If we need |reason| or |source| in the future, we will add a nested enum in WebAppBrowserController. Bug: 953540 Change-Id: I6e277394993f474429ce8490dbd564ce9da7d87a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570945Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#653469}
-
Yu-Hsuan Hsu authored
We should pause media after detaching active the audio output to avoid playing audio from other nodes. For example, it is annoying that hearing audio from the internal speaker when a bluetooth device disconnects. BUG=905923 Change-Id: Iace7eca996156b185a387848ffb27246fa945965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571111Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Yu-Hsuan Hsu <yuhsuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#653468}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/e9fa6a97fea6..d8beda83b669 git log e9fa6a97fea6..d8beda83b669 --date=short --no-merges --format='%ad %ae %s' 2019-04-24 tsepez@chromium.org Remove potentially tree-corrupting methods from CXFA_LayoutItem. Created with: gclient setdep -r src/third_party/pdfium@d8beda83b669 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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: I6877a87ab6e34f181b598917453a4fb3f5dc671f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580345Reviewed-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@{#653467}
-
Antonio Gomes authored
In summary this CL: - Moves content/renderer/image_capture/image_capture_frame_grabber.cc|h to t_p/blink/renderer/modules/imagecapture/. - Changes t_p/blink/renderer/modules/imagecapture/image_capture.cc to instantiate ImageCaptureFrameGrabber directly, instead of calling out to RendererBlinkPlatformImpl::CreateImageCaptureFrameGrabber(). - Removes WebImageCaptureFrameGrabber altogether. - Removes the API in [1] creates WebImageCaptureFrameGrabber, as well as its overrides. Additionally, in order to create CrossThreadBind instances that pass ScopedWebCallbacks instances, a specialized template of CrossThreadCopier was local to [2]. [1] third_party/blink/public/platform/platform.h [2] third_party/blink/renderer/modules/imagecapture/image_capture_frame_grabber.cc Change in [3] were needed to be extended in order to allow the use of //media/base and //third_party/libyuv identifiers, similarly to media_capabilities and mediastream blink modules. [3] third_party/blink/tools/blinkpy/presubmit/audit_non_blink_usage.py R=haraken@chromium.org CC=blink-reviews-blink@chromium.org BUG=787245 Change-Id: I86f75aa6e3483db2d0b7e7243c7f9cc3239f9507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576468Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#653466}
-
rajendrant authored
This is a reland of 0ee0c8f9 after disabling the test that failed when network service is off 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} Bug: 954958 Change-Id: I77d71c4c42f38dc2c6ba8b8bc55e4b0971c410d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580760Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#653465}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/34fa2d0df828..42eb66c167ee git log 34fa2d0df828..42eb66c167ee --date=short --no-merges --format='%ad %ae %s' 2019-04-23 seanabraham@chromium.org validation_pool: Filter to CrOS commits before trying to POST to Gerrit commits Created with: gclient setdep -r src/third_party/chromite@42eb66c167ee 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: I8fdde7634d4d6ec0ad43f3397a34021f14c36049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580340Reviewed-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@{#653464}
-
Chris Cunningham authored
The typical run time for these tests is regularly at or over the execution limit on "Linux ASan Tests (sandboxed)". Adding a shard. Bug: 955853 Change-Id: Ie81cdf1eccbee827b134c2820a51bd7f263243e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580442 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#653463}
-
Sinan Sahin authored
Bug: 951098 Change-Id: I3ba909e59580541e579451c59eddca7aca4eb530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579906 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#653462}
-
Anand K. Mistry authored
Flag is no longer needed. BUG=None Change-Id: Idbdc3b05a98d25b60dea5eeeffb4d22944893180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580279Reviewed-by:
Stuart Langley <slangley@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#653461}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/819eccad594d..288c3129a817 Created with: gclient setdep -r src-internal@288c3129a817 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: I82e3cdd647dc1b72a1018cd5a57c15d4d2bf154b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580544Reviewed-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@{#653460}
-
Kent Tamura authored
HTML element names usually compared with ASCII case-insensitive way, not Unicode caseless way though we didn't find any standards defining this behavior in XPath. The new behavior matches to Firefox and Safari. Bug: 627682 Change-Id: I4c7a86dbd5aa9661df28571585fbb68aa2e6b6a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578721Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#653459}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a8603a71..1edf0f25 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: Icf973a91ee697fe2bfd514fc038b70eb8d006df5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580322Reviewed-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@{#653458}
-
Hesen Zhang authored
> Added two strings for update notification title and text body respectively, will be used in 50% finch experiment. > Added some constant for building update notification only. > Added updates channel. > Changed style to normal compact notification instead of bitText according to the UX design mock. Bug: 952354 Change-Id: I27ada55f348bee82213635f24b3db9a6d7f479a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579280 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#653457}
-
Saman Sami authored
We should at least show the default background color if there is no surface to show. Not doing so will reveal the content underneath the layer. Bug: 942315 Change-Id: I743ad6eb7a3e49daff83186e4b066defb97185e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572553Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#653456}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/781abb973256..0d8271895be7 git log 781abb973256..0d8271895be7 --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@0d8271895be7 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: I7fd968736276a0031e28a87b4ad9031535872233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580342Reviewed-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@{#653455}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/8f48a01dffbb..429d9b410d9c git log 8f48a01dffbb..429d9b410d9c --date=short --no-merges --format='%ad %ae %s' 2019-04-23 benjhayden@chromium.org Finish migrating spa to es6 modules. Created with: gclient setdep -r src/third_party/catapult@429d9b410d9c 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:950011 TBR=crouleau@chromium.org Change-Id: I2877d380151198a6bf9207c374ffd1113dd7eb4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580339Reviewed-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@{#653454}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/50381cc03752..819eccad594d Created with: gclient setdep -r src-internal@819eccad594d 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: I20d26e03d18fe8fc8afc45f38cb1becb688c6e7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580186Reviewed-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@{#653453}
-
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}
-