- 09 Sep, 2019 17 commits
-
-
Sanket Joshi authored
This is a reland of 27e98258. The original change was reverted due to a MSAN failure with the color-picker-appearance-hue-slider-keyboard-navigation test. The test failed due to a timeout, and the likely explanation is that the test is just too slow on MSAN builds. This is being fixed by shortening the test, and it now passes on the MSAN trybot. Original change's description: > Add keyboard based navigation for visual color picker > > This change adds functionality to move the color selection ring > through the color well and hue slider via keyboard input. The user > can press the up/down/right/left arrows to move the ring in the > corresponding direction. The user can also press ctrl+[arrow key] > to perform an accelerated movement. The accelerated movement is > particularly useful for the color well as it takes time to navigate > from one end of the color well to the other with just the standard > keyboard movement. > > Bug: 994437 > Change-Id: Idfef70adf443f8576f83dc9e6c9347a0d320b768 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757159 > Commit-Queue: Sanket Joshi <sajos@microsoft.com> > Reviewed-by: Kent Tamura <tkent@chromium.org> > Reviewed-by: Mason Freed <masonfreed@chromium.org> > Cr-Commit-Position: refs/heads/master@{#690076} Bug: 994437 Change-Id: I9e3e60568ee6e651979613af08102792728c52f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772126Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Sanket Joshi <sajos@microsoft.com> Cr-Commit-Position: refs/heads/master@{#694642}
-
Shik Chen authored
Bug: b:134636934 Test: Manually on Nocturne Change-Id: I10bf9a8af174b4686ae645e534f2500b77a218ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1788424Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#694641}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/dd57eac06cab..d0fb30ed6419 Created with: gclient setdep -r src-internal@d0fb30ed6419 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I4f3d418130b5adf04f4f0405c43dabbc80d7f101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792002Reviewed-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@{#694640}
-
Peter Kotwicz authored
This CL: - Fixes a regression in WebappInfo#themeColor()/ WebappInfo#backgroundColor() as a result of https://crrev.com/c/1770001 - Fixes incorrect WebappInfoTests BUG=1001755 Test=WebappInfoTest.* Change-Id: I0aaa3cdb6ae121ec2f4d2bfa9aada0117ee2ddd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790737 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#694639}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/91c6d76345fe..879cafdd9c15 git log 91c6d76345fe..879cafdd9c15 --date=short --no-merges --format='%ad %ae %s' 2019-09-09 primiano@google.com Move wire_protocol.proto under protos/perfetto/ipc Created with: gclient setdep -r src/third_party/perfetto@879cafdd9c15 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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=perfetto-bugs@google.com Bug: chromium:140126865 Change-Id: I519e40dc5cae1015e2180f5c3fcb2fed274baf8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791988Reviewed-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@{#694638}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: Icf2f0bea8f4a5cd0a2999fb54c497592a68904fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790301Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#694637}
-
Glen Robertson authored
Also remove repeated registrar getter. Following up on points raised offline discussing crrev.com/c/1746116 (relanded as crrev.com/c/1787021) Bug: 989792 Change-Id: I211208d5b1a3aacc66fb28e2082f0051a5254cc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763277 Commit-Queue: Glen Robertson <glenrob@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#694636}
-
Leon Han authored
This CL switches the IDL type definition from "enum NDEFRecordType { "empty", "text", "url", "json", "opaque" };" to "typedef DOMString NDEFRecordType" according to web-nfc spec. This is in preparation for supporting 'smart-poster' and external type records in the future, which was added in https://github.com/w3c/web-nfc/pull/278. BUG=520391 Change-Id: I45ec31afb3841cc5b12c954ffc2821da357fef04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1781510 Commit-Queue: Leon Han <leon.han@intel.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Cr-Commit-Position: refs/heads/master@{#694635}
-
Matt Falkenhagen authored
Change-Id: Icfc0645d1a4b22a7849639febc3d076cee2d8491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787664Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#694634}
-
Matt Falkenhagen authored
Change-Id: Ie5a0001816e2833ef7382e807da9dffde45bb4ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787661Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#694633}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f0efec46. With Chromium commits locally applied on WPT: 1f146124 "[WPT/common/security-features] Remove {mixed-content,referrer-policy}-test-case.sub.js" bfd6ddf8 "[WPT/common/security-features] Update subresource and redirection type names" 9d7721df "Strip the fragment directive and update scroll-to-text WPT" 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: futhark@chromium.org, andruud@chromium.org, ericwilligers@chromium.org, shend@chromium.org: external/wpt/css/css-conditional NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I66ecf8ff25114a9c457cda5fa983a7600d6766bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790710Reviewed-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@{#694632}
-
Glen Robertson authored
This reverts revert d124891d. Cleanup after crrev.com/c/1746116 (relanded as crrev.com/c/1787021) Bug: 989792 Change-Id: Ied2e1561f1b60734e31780d0affe2bdc2e9d5c45 Hashtag: desktop-pwas Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1786896 Commit-Queue: Alan Cutter <alancutter@chromium.org> Auto-Submit: Glen Robertson <glenrob@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#694631}
-
Hirokazu Honda authored
This CL introduces a new buffer usage enum to allocate a buffer that is capable of being rendered, read/written by CPU, input to video encoder driver. This CL doesn't contain a real case to allocate the buffer with the new buffer usage enum. Bug: 999445 Test: ozone_gl_unittests with enabling GLImageNativePixmap test case Change-Id: I9d62a04c0acc5423b9295bd78f0e8ae6c6899905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729331 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#694630}
-
Glen Robertson authored
This reverts revert e805923b. Bug: 989792 Change-Id: Ib2d26364ae836c2fd4af405957fd049a0fe55a51 Hashtag: desktop-pwas Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1786370 Commit-Queue: Alan Cutter <alancutter@chromium.org> Auto-Submit: Glen Robertson <glenrob@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#694629}
-
Nicholas Hollingum authored
We would like to intercept these messages so that clients can monitor attempts to close shell surfaces. The intention is to bring up UI for forcibly closing windows that do not close themselves quickly enough. In discussion with sky@ it is undesirable to have this kind of functionality put into views::Widget, so it was added as a callback to ShellSurfaceBase. Bug: 914322 Change-Id: Ieed675c937176283356bbccdf99055138b5166ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776140 Commit-Queue: Nic Hollingum <hollingum@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#694628}
-
Luciano Pacheco authored
Bug: 778674 Change-Id: I02a7526e86fe85e8288a475a1cd499e76e402575 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1784419 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#694627}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/611648d84551..dd57eac06cab Created with: gclient setdep -r src-internal@dd57eac06cab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Id75bb0a66a847304ea139271ecb34a5ce00e2e04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791446Reviewed-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@{#694626}
-
- 08 Sep, 2019 23 commits
-
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/73694fd3..a4b8f8f4 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: I0958519c54cff6bcc9ddced84038fb049185f915 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790706Reviewed-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@{#694625}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4bfee95fc03c..611648d84551 Created with: gclient setdep -r src-internal@611648d84551 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I2f1a10d50af8c83dd44064237331d9472546fc49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791412Reviewed-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@{#694624}
-
Gabriel Charette authored
These tests were previously migrated from single-threaded MessageLoop to a multi-threaded TaskEnvironment (then named ScopedTaskEnvironment) as part of crbug.com/891670. //base OWNERS decided in retrospect that it was better to keep a single-threaded option for TaskEnvironment and introduced SingleThreadTaskEnvironment. This CL retrofits that decision for /components/cast_channel. This CL is a no-op if it passes CQ. This CL was uploaded by git cl split. R=mfoltz@chromium.org Bug: 891670 Change-Id: I965bace9523d6e4bea29d46cb516d0ac3cd89ad1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1786850 Auto-Submit: Gabriel Charette <gab@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#694623}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e686b3e1255c..4bfee95fc03c Created with: gclient setdep -r src-internal@4bfee95fc03c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I56a4984f304f2a4fd2f2756ac685caa586288305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791069Reviewed-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@{#694622}
-
Rune Lillesveen authored
We used StyleForElement which does not make sure the ancestor chain for ComputedStyle is constructed for inheritance. Use EnsureComputedStyle instead. Bug: 1001703, 972752 Change-Id: I5b61f4644746c9c530bb4ac1a9335bcbac2da6e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789241Reviewed-by:
Erik Luo <luoe@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#694621}
-
Justin Cohen authored
Tentatively enabling this by default for M79. Bug: 789582 Change-Id: I030902ddbb1a19f5b49a847b727c439cfd10fcf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787885Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#694620}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/256c44257e10..e686b3e1255c Created with: gclient setdep -r src-internal@e686b3e1255c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Id6143eeea9afa6630d46d3c3adb9378b933969ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791049Reviewed-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@{#694619}
-
Francois Doray authored
It will be easier for Web developers to understand the purpose of this origin trial. We are renaming it before adding it to the console that will let Web developers register for this origin trial. Bug: 999594 Change-Id: Id51c361629c8bf996d0ad9ab0209caa046083f5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789426Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#694618}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/359ff0f85e5f..256c44257e10 Created with: gclient setdep -r src-internal@256c44257e10 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I1f43302c01a23816beece08348b3240d4ce9b2bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791443Reviewed-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@{#694617}
-
Wei-Yin Chen (陳威尹) authored
This is a reland of a90f0d96 Original change's description: > Enable flag TabToGTSAnimation by default > > Also update the default parameter of zooming-min-sdk-version to M. > > TBR=twellington@chromium.org > > Bug: 964406 > Change-Id: I3a23e20511f9ecb48ed70fd6952f36b06191817c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743106 > Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> > Reviewed-by: Matthew Jones <mdjones@chromium.org> > Reviewed-by: Mei Liang <meiliang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#689627} TBR=mdjones@chromium.org Bug: 964406, 997065 Change-Id: Iff003fda8274e0715b3e9ab492286218b649cdbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767611Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#694616}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/883d5f41a5cb..359ff0f85e5f Created with: gclient setdep -r src-internal@359ff0f85e5f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Iddd1c4b7229ae97d674ae2a79d1e3b7c36f2123f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791622Reviewed-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@{#694615}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f433336585ed..6c3bd09ead0f git log f433336585ed..6c3bd09ead0f --date=short --no-merges --format='%ad %ae %s' 2019-09-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@6c3bd09ead0f 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 mtklein@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=mtklein@google.com Bug: None Change-Id: I18a59142988b9c07685caf932240234103920249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791513Reviewed-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@{#694614}
-
Ted Meyer authored
Change-Id: I1e48eb0a2a0a42052fc078682a4766a43422ce45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790585Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#694613}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0970e3a8dece..883d5f41a5cb Created with: gclient setdep -r src-internal@883d5f41a5cb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I209bb0a9c416b8c09b6837c058d8126822a6b4a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791507Reviewed-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@{#694612}
-
Mandy Chen authored
Currently lighthouse strings that are shown in the pop-up dialog when running audits are not localized. This CL wraps them in ls and removes the unnecessary localization calls. Bug: 941561 Change-Id: I6296ecebaf46b216cb0259051065d1795303ba71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1785500Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#694611}
-
Victor Costan authored
https://crrev.com/c/1741782 introduced base::win::PreReadFile(). This CL moves the function to base::PreReadFile(), and adds a fadvise()-based implementation for Linux, ChromeOS and Android L+. Bug: 1001838 Change-Id: Ib81175284d883db34535bf80fc13b4f26f0ba1ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1781513 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#694610}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9c5c8e2f73ba..0970e3a8dece Created with: gclient setdep -r src-internal@0970e3a8dece If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Ibf2ebf5edd5ffbab1e0c484152c9b839083a09a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791381Reviewed-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@{#694609}
-
Staphany Park authored
Bug: 1000932 Change-Id: Ib2181df8d61bed65331c9c9de8aecd6acc6450f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1788686 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Cr-Commit-Position: refs/heads/master@{#694608}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/57774b7f079d..91c6d76345fe git log 57774b7f079d..91c6d76345fe --date=short --no-merges --format='%ad %ae %s' 2019-09-07 primiano@google.com Remove unused protobuf imports Created with: gclient setdep -r src/third_party/perfetto@91c6d76345fe If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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=perfetto-bugs@google.com Bug: chromium:132880619 Change-Id: If64384238044bffb300ac5817f8ac73fb9b172c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791442Reviewed-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@{#694607}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: Ib791b693312bf3518a5a0708502be24cd876bf7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790414Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#694606}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/83d6b266312b..9c5c8e2f73ba Created with: gclient setdep -r src-internal@9c5c8e2f73ba If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Ic367f16cb830c0f94dd1351c0694e1ec6249c827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791094Reviewed-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@{#694605}
-
Jungshik Shin authored
See go/icu-message-migration as to why this change is necessary. Messages touched in this CL and other messages around them have other issues. crbug.com/999781 was filed to address them. Bug: 932220 Change-Id: Idb14aed70c53991c810f68bc3a5afe6981ae07df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1493302 Commit-Queue: Jungshik Shin <jshin@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#694604}
-
Piotr Pawliczek authored
When an URL of a print server is specified with ipp/ipps schema and without a port number, ChromeOS tries to contact the server on port 80. It is caused by the fact that internally URLs are stored as http/https based versions (because of GURL limitations). This patch solves the problem by improving conversion between http(s) and ipp(s). BUG=none TEST=tested on nautilus Change-Id: I19c55ece15a07103556c882caa56ed77b45bac1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1780073 Commit-Queue: Sean Kau <skau@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Auto-Submit: Piotr Pawliczek <pawliczek@chromium.org> Cr-Commit-Position: refs/heads/master@{#694603}
-