- 12 Oct, 2019 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8352ab39aafc..15aa86bf55aa Created with: gclient setdep -r src-internal@15aa86bf55aa 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: I2bd2ab9d7a3097dc170f6bb953dcda548ea16318 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857793Reviewed-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@{#705404}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/36ab07aa..1877e9da 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: I85e56d4a5b71622e1b13e38de84d0d03424496e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857381Reviewed-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@{#705403}
-
Sergio Villar Senin authored
In order to remove the dependency, the web_presentation_receiver_flags.h file was moved to third_party/blink/public/common/presentation. Since the file is no longer in the public/web/ directory we are also renaming it to presentation_receiver_flags.h. The static keyword was also removed as constexpr is static. Bug: 1008303 Change-Id: I78c6641ac7c41fc7275b121ad5f7e68a9476f080 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856079Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#705402}
-
Fredrik Söderquist authored
The two callsites that call ResolveActiveEnd() also perform an 'end' instance time lookup and handle an 'unresolved' value, so merge these two bits into ResolveActiveEnd(). Bug: 998526 Change-Id: I0e1dff5a465c47e16e23b74b42bcec68ba83b7f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855987 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#705401}
-
Miyoung Shin authored
This CL converts XRTestHookPtr and mojo:Binding<XRTestHook> in chrome to the new Mojo type, and use pending_remote<XRTestHook> in browser_test_interfaces.mojom. Bug: 955171 Change-Id: I0b89731dcd91ab1150f7b9f574c4b5eaa42471a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847594 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#705400}
-
Fredrik Söderquist authored
Use this when discarding or otherwise initializing an interval to an unresolved state - which hopefully slightly more readable than what is currently used. Drop some friend declarations from SMILTime that are no longer needed, while we're in the vicinity. Bug: 998526 Change-Id: I08531a906c0e093f2786c4c1a925ebd823f99ca4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856163 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#705399}
-
Miyoung Shin authored
This CL converts mojo::AssociatedBinding<XRRuntimeEventListener> that is left only in BrowserXRRuntime class to the new Mojo type. Bug: 955171 Change-Id: I114458055b27ffd306e357bad1d01cdd1e303238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849736 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#705398}
-
Fredrik Söderquist authored
If a mutation of the 'end' attribute ended up introducing an offset value that was before or at the begin time for the current interval, we'll no longer have a valid interval (unresolved active duration). In this case do what ResolveInterval() does and discard the current interval. Bug: 1013365 Change-Id: I871c2c235f179dabb31c2347c47f83c53d44b1d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855963Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#705397}
-
François Doray authored
With this CL, content::LockObserver is notified when the number of IndexedDB connections (active or pending) in a frame switches between zero and non-zero. The information is plumbed to the Performance Manager which uses it to avoid freezing pages with IndexedDB connections. This is because freezing a page with active IndexedDB connections can prevent other pages from performing IndexedDB operations. In the future, we would like to get more granular information about when it is really problematic to freeze a frame because of its current usage of IndexedDB, but this is a good first step to allow shipping page freezing without breaking usage of IndexedDB. More details at https://docs.google.com/document/d/1CUE1pfS5pGhJt6X0EKwv2sQYP5PcdzyGZKKtdBYzEOw/edit?usp=sharing Bug: 980533 Change-Id: Ifbb0d0ea66ab4b6f522ffa4824af7a2fea16ccaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848794 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#705396}
-
Julie Jeongeun Kim authored
This CL converts URLLoaderFactoryPtr from //services to new Mojo types using PendingRemote and Remote. Bug: 955171 Change-Id: I9adc787b0010321165d1b8cb47af462101ca73c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855150Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#705395}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1948af385c1b..130fdbcc23ed git log 1948af385c1b..130fdbcc23ed --date=short --no-merges --format='%ad %ae %s' 2019-10-12 jmadill@chromium.org Roll chromium_revision 43eb5958..93253402 (704334:704874) Created with: gclient setdep -r src/third_party/angle@130fdbcc23ed If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@google.com Bug: None Change-Id: Ifc7552242bc4e561440e245af8427629b896cb1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857469Reviewed-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@{#705394}
-
Fredrik Söderquist authored
When seeking forward we don't need to reset all the timed elements, but can just move from the latest update time to the new presentation time directly. Bug: 998526 Change-Id: I1866b59b4e02f9de1a26c6a5844c4d8893dd68b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856161Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#705393}
-
Miyoung Shin authored
This CL converts TCPBoundSocket{Ptr, Request} in chrome, content and services to the new Mojo type, and uses pending_receiver<TCPBoundSocket> in network_context.mojom. Bug: 955171 Change-Id: I7299992edda7ef98db66dfc75105487dd2e92d67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849747Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705392}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I6106a9b8462f023d40c7eb42b5082d54ccafcec5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857574Reviewed-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@{#705391}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/21bb102317d6..17844a0135bf git log 21bb102317d6..17844a0135bf --date=short --no-merges --format='%ad %ae %s' 2019-10-12 vapier@chromium.org cros lint: upgrade to pylint-1.7 Created with: gclient setdep -r src/third_party/chromite@17844a0135bf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I4a6fe616a9f98f55b1d6251e6f2e20e4cb72e045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857662Reviewed-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@{#705390}
-
Ken Rockot authored
This changes BrowserTestBase::SetUp to disallow FeatureList overrides for the remaining duration of the test. Catches incorrect usage of ScopedFeatureList which can cause data races. Bug: 846380 Change-Id: Ie76d59e191edc3ac05c96131e83e5aa0b73dfda7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842111 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#705389}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b6287e93..36ab07aa 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: Ie25c8bf1fcba97a7003c8b55d7f9744861235f60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857380Reviewed-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@{#705388}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/483426c9f91a..21bb102317d6 git log 483426c9f91a..21bb102317d6 --date=short --no-merges --format='%ad %ae %s' 2019-10-12 vapier@chromium.org paygen_payload_lib: use binary mode in more places Created with: gclient setdep -r src/third_party/chromite@21bb102317d6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ia425bd459981c70789dac058ee5d64366b569bee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857660Reviewed-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@{#705387}
-
Xianzhu Wang authored
This is a reduced version of crrev.com/c/1835272. This CL keeps fast/scrolling/scrollbars still using mock themes, which will be addressed as part of crbug.com/953847. The mock theme was for 1. platforms that have multiple native themes / toolkits because we don't support multiple baselines for them 2. to reduce platform dependent baselines 3. to test some features (e.g. hover effect of scrollbar track) that are not available on some native themes However, the mock theme prevented us from testing the real native theme and may hide some bugs, and is a maintenance burden. Each of the above reasons can be counter justified: 1. If a platform does have multiple native themes / toolkits, we can force the test environment to test only one of them, or extent the testing infrastructure to support multiple native themes / toolkits. 2. We have good rebaseline tools to support platform dependent baselines. Also we prefer ref/testharness tests to pixel tests. 3. We only need to support a feature that is used by a native theme, thus it will be tested with that native theme. If a feature is not used by any native theme, then we don't need to test and support it. For discussions see: https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CADBxrieDnCJOwDide2ZbyGvQRKRJzia9Pxbc-fnXJNAShL5q%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer About TBR: The reviewers already LGTM'ed crrev.com/c/1835272. TBR=tkent@chromium.org,mkwst@chromium.org Bug: 1013637, 953847 Change-Id: Ifea3c76ed01efd694ad64eb21bc329e8e1c7c1dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856359Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#705386}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f90eb5d3..b6287e93 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: I9092716bc56d167a6638bccf4cafd0c0144a4c58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857244Reviewed-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@{#705385}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8be669fd96e4..8bbf9e2c6e40 git log 8be669fd96e4..8bbf9e2c6e40 --date=short --no-merges --format='%ad %ae %s' 2019-10-12 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 002d8b5c..c1f96a7b (705236:705365) Created with: gclient setdep -r src/third_party/webrtc@8bbf9e2c6e40 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Ia8acd18a1f60abc302fab3c89bbecbd4f3e39965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857492Reviewed-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@{#705384}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2cbae8a8b9f6..88d7869db091 git log 2cbae8a8b9f6..88d7869db091 --date=short --no-merges --format='%ad %ae %s' 2019-10-11 ehmaldonado@chromium.org Reland "depot_tools: Add httplib2 to .vpython" Created with: gclient setdep -r src/third_party/depot_tools@88d7869db091 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org 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=agable@chromium.org Bug: chromium:1002153 Change-Id: I78ad64b527de6f93252dc272e4dd708ca83abd85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857192Reviewed-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@{#705383}
-
Sammie Quon authored
remove a performance related change which throttles some update events, UX did not like the look. Also stop drags if display changes, to avoid some weird looking states. Test: manual Bug: 1011449 Change-Id: I4bcb75e0b57975a511f75a65871bcff3b1e24719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856923Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#705382}
-
Achuith Bhandarkar authored
BUG=None TEST=None Change-Id: I09696c7c4b0d7f0b76c2fef4de7cee7e7e4c21e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853850Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#705381}
-
jonross authored
We are landing a patch to fix the running of skia_renderer_gl_blink_web_tests on Windows: https://chromium-review.googlesource.com/c/chromium/src/+/1856260 However some tests were failing. This change skips them until we've had the chance to properly triage. TBR=kylechar@chromium.org TEST=skia_renderer_gl_blink_web_tests Bug: 1011512 Change-Id: I6fa8b4542cb4c060edf40f11070252a9ab01daa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857480Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#705380}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/1fce7657a2fd..483426c9f91a git log 1fce7657a2fd..483426c9f91a --date=short --no-merges --format='%ad %ae %s' 2019-10-12 coconutruben@chromium.org fwgdb: update to new servod rc logic 2019-10-12 coconutruben@chromium.org fwgdb: conform to new servo_parsing interface Created with: gclient setdep -r src/third_party/chromite@483426c9f91a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I2fb9c308ca3b7b72a9065526cfc3da70e38e6cd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857762Reviewed-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@{#705379}
-
Lei Zhang authored
Change-Id: Idf93bd5e2e14196d82e44223d9213fa0ee4aecd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560442 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#705378}
-
Leon Han authored
Note: not support sub-records yet. The corresponding spec changes: https://github.com/w3c/web-nfc/pull/278 https://github.com/w3c/web-nfc/pull/326 and the relevant issue: https://github.com/w3c/web-nfc/issues/331 BUG=520391,995234 Change-Id: I5b99543bddf505975567ecad22c0d5390842337f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1791533Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#705377}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d192e933eb69..1948af385c1b git log d192e933eb69..1948af385c1b --date=short --no-merges --format='%ad %ae %s' 2019-10-12 jmadill@chromium.org Add a roll_deps script based on WebRTC. 2019-10-12 jdarpinian@chromium.org Extend ANGLE_request_extension with DisableExtension 2019-10-11 lehoangq@gmail.com Metal implementation pt 1: autogen resources Created with: gclient setdep -r src/third_party/angle@1948af385c1b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@google.com Bug: None Change-Id: Icb8d31e177783f71057b5df2328da7f36539fccb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857759Reviewed-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@{#705376}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=abdulsyed@chromium.org Change-Id: I7cacd34d0bbfc41d56ab68f2b5407afc81971edb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857024Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#705375}
-
Miyoung Shin authored
This CL converts XRServiceTestHookPtr that is left only in MockXRDeviceHookBase class in chrome to the new Mojo type. Bug: 955171 Change-Id: Ie202d44cf61e1e3ddc89b19345619d4f40708384 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847593Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705374}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/373b149d8cf2..8be669fd96e4 git log 373b149d8cf2..8be669fd96e4 --date=short --no-merges --format='%ad %ae %s' 2019-10-11 peah@webrtc.org AEC3: Add support for multiple channels to the reverb modelling Created with: gclient setdep -r src/third_party/webrtc@8be669fd96e4 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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I7bdde6e38eccf1a596d72c3c1ec1c1610c769604 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857196Reviewed-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@{#705373}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2fafa247..f90eb5d3 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: Id18b4bd98a5cd49a81d26ef0d73f0fe648ce5ade Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857242Reviewed-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@{#705372}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a82bb0b1ae2e..8352ab39aafc Created with: gclient setdep -r src-internal@8352ab39aafc 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: Ib06e238ed6be21611a61543d364c9c46f0610ad5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857193Reviewed-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@{#705371}
-
François Doray authored
PerformanceManagerLockObserver must stay alive until after base::ThreadPool shutdown because it can be accessed by IndexedDB which runs on a base::ThreadPool sequence. Bug: 980533 Change-Id: I6d454cffa68cb776b9c4abf3180506096c4e91c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856891 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#705370}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I93763520df60d63218c6664ce3fd0720fb642f24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857194Reviewed-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@{#705369}
-
Miyoung Shin authored
ManifestManager could be unreachable before ContextDestroyed() gets called and destructed before the receiver set is cleared. Then, it could lead to UAP bug, so this CL clears ReceiverSet<T> in Prefinalize instead of ContextDestroyed. Bug: 1012055 Change-Id: I3b1a569c8b4e26fde0c8ae3ac3cab27f5efc7c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855323Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705368}
-
Lei Zhang authored
Similar to copyBetweenWindowsDriveToUsb, copyBetweenWindowsLocalToUsb and other related tests are also flaky. Disable them all. TBR=austinct@chromium.org Bug: 1008909 Change-Id: Ib87e1403a653fa599111faa38b30947ca0fbf216 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857650Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705367}
-
Lei Zhang authored
Disable it on Android and Linux because it is very flaky. TBR=tbansal@chromium.org Bug: 1002223 Change-Id: Iec11ef5f5b093febac4cba3241073308bbb77f86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857190Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705366}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 875ee43f. With Chromium commits locally applied on WPT: 2f7c5562 "Fetch Metadata: Split `sec-fetch-dest` out from other headers' tests." d52a9d07 "Port IndexedDB Blob Web Tests to web-platform-tests." 6386d9d8 "Update service_worker_unregister_and_register()" 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=robertma No-Export: true Change-Id: I672a06d761ff891fac325eabfe852230a2604d5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857379Reviewed-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@{#705365}
-