- 29 Sep, 2019 30 commits
-
-
Kent Tamura authored
- Rename many things Use 'control' instead of 'form' to represent a form control element to avoid confusion with <form>. - Add some comments - Share code of RestoreControlStateFor() and RestoreControlStateIn(). This CL has no behavior changes. Change-Id: Ic03bce6c1052efd42edc93cb413c757c1bb88543 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827275Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#701009}
-
Jinsuk Kim authored
This CL a partial revert of https://crrev.com/c/1771638 so that the removed vector drawable can be used on KitKat instead of 9-patch drawable. KitKit doesn't seem to handle scaling 9-patch drawable well. Using the vector drawable gets around the issue. Bug: 993506 Change-Id: Id7b8db13ea2e19e3e3e3fed83b42c84cea9a95d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826748 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#701008}
-
Daniele Castagna authored
While investigating if we have any lock contention in VaapiWrapper we noticed in VaapiVideoEncodeAccelerator many parts of the decoding are not taken into account. This CL adds traces on parts that accounts for the total encode time and that were not traced already. in particular: - VaapiWrapper::DownloadFromVABuffer that is the time it takes to copy the encoded stream into shared memory. - VaapiWrapper::CreateVABuffer, needed to create a buffer to decode into, while it's fast by itself, this might be waiting on another encode to finish. - VaapiWrapper::DestroyPendingBuffers, that is called before dowloading the buffer and it's in the critical path. - VAVEA::FromExecuteToReturn, it's the time from VAAPI::Execute to when we call the callback to notify the encode has finished. - VAVEA::FromCreateEncodeJobToReturn, is the time from when we start trying to process the encoding to when we notify the client the encode is done. We additionally added a few "Locked" traces, like for example VaapiWrapper::Execute and VaapiWrapper::ExecuteLocked, with the second one starting tracing after the Lock is acquired, in this way it's easy to see where we're waiting for vaapi and where we're waiting to acquire a lock. https://screenshot.googleplex.com/maVPXzKd7v0 makes clear how we were not accounting for all the decoding. VAVEA:: Execute trackes only a tiny percentange of the decoding wall time and DownloadFromVABuffer might take significantly longer. Bug: 1005592 Test: Trace a video a encode and look at it. Change-Id: Ic7e5d58442238241b573d05c4ad86c2443aed74d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815951 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#701007}
-
Jinsuk Kim authored
Tab.nativeInit and nativeDestroy come in pair. This CL ensures that the latter is executed only when |mIsInitialized| is true by |nativeInit| beforehand. This helps Tab hide |initializeNative| API from public interface. Also added a few asserts against mNativeTabAndroid to make sure Tab is used in native-initialized state. Bug: 995903 Change-Id: I8178a4cd064f48dddd330cc5a314f946e579dd50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818010 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#701006}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/60d4fa65326b..945aedd37169 Created with: gclient setdep -r src-internal@945aedd37169 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: Ia826d668fffa03e41af37e7ae17e586941760dad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830460Reviewed-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@{#701005}
-
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: Iebc863e3ebfa8571c9f458b49f6ec68931e343bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830459Reviewed-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@{#701004}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5efc9bd8e009..60d4fa65326b Created with: gclient setdep -r src-internal@60d4fa65326b 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,chromium:None,chromium:None Change-Id: I3024626539826766b57dec899756d979c609c749 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831096Reviewed-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@{#701003}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0e3517d55865..578270d9d23a git log 0e3517d55865..578270d9d23a --date=short --no-merges --format='%ad %ae %s' 2019-09-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 929ce7df..bd70e4cf (700900:701000) Created with: gclient setdep -r src/third_party/webrtc@578270d9d23a 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: I43f8741536d4abd02089c52b1ac744e8a287a63d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831257Reviewed-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@{#701002}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 41157b83. With Chromium commits locally applied on WPT: 03ccd4e9 "html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/" 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: ksakamoto@chromium.org: external/wpt/resource-timing NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I830abeae1fb1f734549de4d8dfcc5cdbde93cfd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831198Reviewed-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@{#701001}
-
Gyuyoung Kim authored
This CL converts old Mojo types to new Mojo types in WiFiDisplaySessionService interface. pending_remote is applied to SetClient function. Bug: 955171 Change-Id: I38b885f05881657ecac4f49de41bea5a83d1fd72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827101 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Eero Häkkinen <eero.hakkinen@intel.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#701000}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 171b1c35. With Chromium commits locally applied on WPT: 03ccd4e9 "html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I3674f491f7678a227563e45c6c2dc09e8084b985 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831177Reviewed-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@{#700999}
-
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: I8fe83b1b581cf6331c6aeb2d74aa8d8a8dd71cc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830735Reviewed-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@{#700998}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/dc34b23879d4..7aeabcfa6a73 git log dc34b23879d4..7aeabcfa6a73 --date=short --no-merges --format='%ad %ae %s' 2019-09-29 kjlubick@google.com [SkParagraph] Require len if using addText(const char*) 2019-09-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@7aeabcfa6a73 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 rmistry@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=rmistry@google.com Bug: None Change-Id: I2b40ec2a67150227b1ed64448133fbf7c6e435af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830734Reviewed-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@{#700997}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 821ddc47. With Chromium commits locally applied on WPT: 03ccd4e9 "html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I4612aefd9e9aa115f90a1fff82b0662590cf88e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829516Reviewed-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@{#700996}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/39058571f71e..0081c0ff173c git log 39058571f71e..0081c0ff173c --date=short --no-merges --format='%ad %ae %s' 2019-09-29 iannucci@chromium.org [git-cache] Add option to update_bootstrap to skip the populate step. Created with: gclient setdep -r src/third_party/depot_tools@0081c0ff173c 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: None Change-Id: I8319e87b7fa55a1cbf8dc83e97f2410c8c7fc071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830306Reviewed-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@{#700995}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6a4fb5cc39ce..5efc9bd8e009 Created with: gclient setdep -r src-internal@5efc9bd8e009 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: I739e5ef3729261bfa87ec5b33f45e65cefff56c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830356Reviewed-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@{#700994}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/be971636cf9b..dc34b23879d4 git log be971636cf9b..dc34b23879d4 --date=short --no-merges --format='%ad %ae %s' 2019-09-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@dc34b23879d4 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 rmistry@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=rmistry@google.com Bug: None Change-Id: I285e1f0d03b9cb88cb797687f459d7a752de1321 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830355Reviewed-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@{#700993}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/78bfba29d183..6a4fb5cc39ce Created with: gclient setdep -r src-internal@6a4fb5cc39ce 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,chromium:None Change-Id: Ib34b8d5075484239f8adffbe4ab575746117e04e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831057Reviewed-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@{#700992}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2e856451654d..be971636cf9b git log 2e856451654d..be971636cf9b --date=short --no-merges --format='%ad %ae %s' 2019-09-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@be971636cf9b 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 rmistry@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=rmistry@google.com Bug: None Change-Id: I5c108a6b115c40d11d4c23ee8bb5c2092c92f6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831060Reviewed-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@{#700991}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/28884d465c09..d9d7419a45d6 git log 28884d465c09..d9d7419a45d6 --date=short --no-merges --format='%ad %ae %s' 2019-09-29 vapier@chromium.org lint: enable more Python 3 checks 2019-09-29 vapier@chromium.org cros_build_lib: rename RunCommand to run 2019-09-29 vapier@chromium.org git_unittest: move manifest tests here 2019-09-28 vapier@chromium.org run_tests: run a bunch of tests under Python 3 too Created with: gclient setdep -r src/third_party/chromite@d9d7419a45d6 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: Id997e3f72af41164adb8f8798c2c723e993878f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831061Reviewed-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@{#700990}
-
Christopher Cameron authored
The AvatarMenu is out-living ProfileAttributesStorage, and causing a use after free. Disable its allocation for the moment. There are a menu of follow-up fixes available: - Ensure ExtensionAppShimHandler be terminated before ProfileAttributesStorage (and consider using a CheckedObserver instead of an UncheckedObserver). - Make AvatarMenu use a weak pointer to ProfileAttributesStorage and allow ExtensionAppShimHandler to outlive ProfileAttributesStorage. TBR=dominickn Bug: 1008947 Change-Id: I0419c7427c4fd37c4a5fa583155ddf06ccf93d57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830917Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#700989}
-
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: Icf1b448c255f3f398155a76e9b876c660510e656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831059Reviewed-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@{#700988}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3651981a..656e25f9 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: I3bae2c504af13a54d96fd9aa19173796246621b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829514Reviewed-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@{#700987}
-
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: I6769813afeac3eeef63626fefcac71ad820cd407 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830070Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#700986}
-
Matt Falkenhagen authored
This is intended to be a verbatim copy of https://www.chromium.org/developers/content-module and will be revised later. An exception is the diagram isn't copied to the repository as it'll need to replaced anyway. Also, the existing link in the README to the Bluetooth doc is kept. Change-Id: I6f1652ae5fe3dc5f55d852769bd0a769a0ffb5dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826744Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#700985}
-
Wez authored
TBR=rockot, pwnall Bug: 1008697 Change-Id: Id446de794341306a4c65555324e988abcb420383 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830055Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#700984}
-
François Beaufort authored
Following spec change at https://github.com/gpuweb/gpuweb/pull/444, this CL makes sure typedef GPUBufferSize is used in all IDL files. It also change occurrences of "unsigned long" to the appropriate GPU{}Flags. Bug: 877147 Change-Id: I267b4427b5df288ca4095208eb0f1bf4b02077f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821597 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#700983}
-
Mike Frysinger authored
Change-Id: I0eab90e068cb3caf31f0e87f134a79e2573c8aab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738009Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#700982}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/26f76bb41209..78bfba29d183 Created with: gclient setdep -r src-internal@78bfba29d183 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: I30a559e593b206e22075e7f9b86e9c9901fd502c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830351Reviewed-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@{#700981}
-
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: I35a8422d7482abe958c948a81fb73aa0b6dfd787 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830350Reviewed-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@{#700980}
-
- 28 Sep, 2019 10 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3f6915a16542..26f76bb41209 Created with: gclient setdep -r src-internal@26f76bb41209 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: Ib6e34184e6fd46b931576faf05ef5c42114d3379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830723Reviewed-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@{#700979}
-
Wez authored
When components_unittests was enabled on FYI, the filter file was missed from the GN rule, causing it to be missing from the isolate. TBR=agable,kmarshall Bug: 961457, 1008972 Change-Id: I7a256d63d7e5e3ec2bc4d64084d1e1066deb18e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830305Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#700978}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/94f3bad65fb7..28884d465c09 git log 94f3bad65fb7..28884d465c09 --date=short --no-merges --format='%ad %ae %s' 2019-09-28 vapier@chromium.org cros lint: enforce docstring section style on classes 2019-09-28 vapier@chromium.org lint: clean up class docstrings Created with: gclient setdep -r src/third_party/chromite@28884d465c09 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: I6894f94dde6ed327d07d69b15b9f21ab25df1d3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830427Reviewed-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@{#700977}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/432efa25b347..c37a501458e2 git log 432efa25b347..c37a501458e2 --date=short --no-merges --format='%ad %ae %s' 2019-09-28 wl@gnu.org * src/sfnt/sfwoff2.c (woff2_open_font): Fix sanity check. 2019-09-28 wl@gnu.org [woff2] Fix memory leaks. 2019-09-27 apodtele@gmail.com * src/base/ftstroke.c (ft_stroker_cap): Speed up caps. Created with: gclient setdep -r src/third_party/freetype/src@c37a501458e2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel TBR=bungeman@google.com,drott@google.com,thestig@google.com Bug: None Change-Id: Ia675b987bcba2bc347b67a119e9e7a99a0513a5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830221Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#700976}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ee6c061ed182..3f6915a16542 Created with: gclient setdep -r src-internal@3f6915a16542 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: Iadad9a1eead0520f7c3ebd400c2a4471bcc9208d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830303Reviewed-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@{#700975}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/8dccfcd7c291..6a28e95a8e40 git log 8dccfcd7c291..6a28e95a8e40 --date=short --no-merges --format='%ad %ae %s' 2019-09-28 treehugger-gerrit@google.com Merge "trace_processor: add track_id column to slice table" Created with: gclient setdep -r src/third_party/perfetto@6a28e95a8e40 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: None Change-Id: I88875918afd78b639b8bb22cc1128aca682da5d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830426Reviewed-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@{#700974}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/88dd6432827d..ee6c061ed182 Created with: gclient setdep -r src-internal@ee6c061ed182 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: I6bff87e31874bc63bf0b0c3000279fb2879c76a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830425Reviewed-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@{#700973}
-
Fredrik Söderquist authored
This should hopefully better describe what this function does in the present. Also attempt to document the various conditions it checks. Bug: 998526 Change-Id: I687549749b01e5cf680452b3ebe8cd0bf1bbf8cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826904 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#700972}
-
Fergus Dall authored
This is needed by the crostini.CopyPaste* tests Bug: 1005112 Change-Id: Id3465644bef1be5de4ac102404bad909628bbccc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813537 Commit-Queue: Fergus Dall <sidereal@google.com> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Auto-Submit: Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#700971}
-
Brandon Wylie authored
This test was enabled for phones+tablets, but it should've only been enabled for phones. Bug: 1008912 Change-Id: I36a0248b9db0b600399cc3af489b86077e263622 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830141 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#700970}
-