- 21 Sep, 2019 40 commits
-
-
Nikita Podguzov authored
Bug: 992889 Change-Id: I4d4c2f8dcd906e532754e2d306a5be3441324e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810997Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Nikita Podguzov <nikitapodguzov@google.com> Cr-Commit-Position: refs/heads/master@{#698756}
-
Fredrik Söderquist authored
The notification of repeats could end up adding (or trying to) the begin/end sync-base times again for each repeat, meaning redundant work. Pack the relevant notification data into a struct and then pass that, allowing notifications to be better targeted. This also rename NotifyDependentsIntervalChanged(...) to NotifyDependents(...) - now taking the new struct while still being the "notifications" driver - while adding the new NotifyDependentsOnNewInterval(...) and NotifyDependentsOnRepeat(...) for the relevant notifications. The nesting level of the loop in CreateInstanceTimesFromSyncBase() is reduced. Bug: 998526 Change-Id: I1c4ffba6094261c677e912efc2b9ca0d810c1072 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816567 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#698755}
-
Julie Jeongeun Kim authored
This CL converts PrefStoreConnectorPtr and PrefStoreConnectorRequest to new Mojo types. It also updates RefCountedInterfacePtr to RefCountedRemote to use mojo::Remote. Bug: 955171 Change-Id: Ib9cdf05a731bae104fd096133e98b426d00f1064 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808964Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#698754}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7a6968b03509..23cf8b1418a3 Created with: gclient setdep -r src-internal@23cf8b1418a3 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: Id056163663b5c70f09f282913e8acd0fd0fbf73a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817679Reviewed-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@{#698753}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/54376d042b2c..f85be12f1b2f git log 54376d042b2c..f85be12f1b2f --date=short --no-merges --format='%ad %ae %s' 2019-09-21 ahassani@chromium.org cros_flash: Handle App ID mismatch between device and payload Created with: gclient setdep -r src/third_party/chromite@f85be12f1b2f 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: Icd9130b8ef8a765356a41114f4ae90e75fabbb2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817680Reviewed-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@{#698752}
-
Julie Jeongeun Kim authored
This CL converts TrackedPreferenceValidationDelegatePtr and TrackedPreferenceValidationDelegateRequest to new Mojo types. It uses PendingRemote or Remote and ReceiverSet instead of TrackedPreferenceValidationDelegatePtr and BindingSet. Bug: 955171 Change-Id: Ia417d64fb7a05fd779795c5eb4c0ba7dbce209b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809288 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#698751}
-
Julie Jeongeun Kim authored
This CL converts RapporRecorderPtr and RapporRecorderRequest to new Mojo types. It uses Remote or PendingRemote and PendingReceiver instead of RapporRecorderPtr and RapporRecorderRequest. Bug: 955171 Change-Id: I6658a0b3087af0646e6b7654fd4db0987a4e3cb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810446Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#698750}
-
Nick Diego Yamane authored
Bug: 965991 Change-Id: I575ed42f820dfd328bcb557754441176058cab40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813857 Commit-Queue: Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#698749}
-
Julie Jeongeun Kim authored
This CL converts HostResolverRequestClientPtr and HostResolverRequestClientRequest to new Mojo types. It uses Remote or PendingRemote, PendingReceiver, and Receiver instead of HostResolverRequestClientPtr, HostResolverRequestClientRequest and Binding. Bug: 955171 Change-Id: I11c270e26e77fee7391b64f898a0b10d8c66dc15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811406Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#698748}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/75cb69cd42c9..54376d042b2c git log 75cb69cd42c9..54376d042b2c --date=short --no-merges --format='%ad %ae %s' 2019-09-21 vapier@chromium.org partial_mock: move PredicateSplit out of cros_build_lib Created with: gclient setdep -r src/third_party/chromite@54376d042b2c 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: I0a13dd7df5d9ca293353b0f043635974eaf3dd41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817676Reviewed-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@{#698747}
-
Sergey Ulanov authored
Previously FuchsiaVideoDecoder was creating a new StreamProcessor instance every time Initialize() is called. This was not working correctly with decoders that do not support more than once instance. Fixed Initialize() to reuse StreamProcessor if it was initialized for the same codec. Bug: 1003529 Change-Id: I268c73f7e325eeb22be5bc2ad355d5b0f54b8659 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814328 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#698746}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/dcfe55f13f15..a79f0e50bb33 git log dcfe55f13f15..a79f0e50bb33 --date=short --no-merges --format='%ad %ae %s' 2019-09-21 raul@tambre.ee tests/gclient_scm_test.py: Fix invalid escape sequences in regex strings Created with: gclient setdep -r src/third_party/depot_tools@a79f0e50bb33 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:958138 Change-Id: I414d0811079b92a25f78b36df62ff50cbe2c1ac9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817671Reviewed-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@{#698745}
-
Fredrik Söderquist authored
This extends the current set of possible origins from kParserOrigin and kScriptOrigin to kAttribute, kScript, kSyncBase, kRepeat, kEvent and kLinkActivation. The enumeration is renamed to SMILTimeOrigin and defined outside of the SMILTimeWithOrigin scope. This should allow future changes like clearing out sync-base instances when rewinding the timeline and similar "cleanup" (currently we accumulate these instance times which means there's a possibility of the instance list growing indefinitely). Bug: 998526 Change-Id: I2cbc910dccb2d48d32a3316239969b93a63a4907 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816550Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#698744}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/edd92eed5bff..46203b003a3d git log edd92eed5bff..46203b003a3d --date=short --no-merges --format='%ad %ae %s' 2019-09-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@46203b003a3d 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 brianosman@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=brianosman@google.com Bug: None Change-Id: Ie99eaeee92f1e3d763a9968cc7cd871daaa2b241 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817658Reviewed-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@{#698743}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/00532126b42d..75cb69cd42c9 git log 00532126b42d..75cb69cd42c9 --date=short --no-merges --format='%ad %ae %s' 2019-09-21 vapier@chromium.org paygen: gspaths: fix pylint access-member-before-definition warning Created with: gclient setdep -r src/third_party/chromite@75cb69cd42c9 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: Id15aa6dee77e4a3653a262ebb7f58936fc136c2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817659Reviewed-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@{#698742}
-
Manu Cornet authored
Bug: 982512 Change-Id: I66e6094048a064ed8804825960c32a1327137290 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814222 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#698741}
-
Mohit Bansal authored
This CL adds support for passing image information from PDFiumEngine to mimehandler process using PP_PrivateAccessibilityImageInfo structure. Tests have been added to validate the image information being passed to the mimehandler process and also validate the accessibility tree generation logic in the mimehandler process. Bug: 981448 Change-Id: I1d8d5ab8f9fe817c74dd45cfb918cbf60e04b766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757650 Commit-Queue: Mohit Bansal <mohitb@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Ian Prest <iapres@microsoft.com> Cr-Commit-Position: refs/heads/master@{#698740}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/39f2488b..b98887e6 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: Ic385387a3ae5769e647551beebddd7a52766dc6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817617Reviewed-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@{#698739}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7db90eab89b7..7a6968b03509 Created with: gclient setdep -r src-internal@7a6968b03509 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: Ia2284e8792eccb9013f1e3d451c30ad2a015a53e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817276Reviewed-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@{#698738}
-
Erik Chen authored
This CL is a refactor with no intended behavior change. This allows RenderViewImpl to perform viewport/window conversions without going through RenderWidget, which may not exist. Bug: 912193 Change-Id: I4b9d20ad83975bbe1038c55aa0c307e623c45173 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815942 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#698737}
-
Mansi Awasthi authored
This CL adds support for passing web link information from PDFiumEngine to MimeHandler process using the newly added IPC structure PP_PrivateAccessibilityLinkInfo. A test is added to validate that the link information passed to MimeHandler process is correct. Bug: 981448 Change-Id: I5581a988014961ad997827850a4ce36fdcf06e51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730494 Commit-Queue: Mansi Awasthi <maawas@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#698736}
-
Maksim Sisov authored
Instead of calling XWindow::SetVisualId from DWTHX11:SetVisualId, the latter was moved to DWTHLinux and now stores the pending visual id value as base::Optional<int> and passes it to the PlatformWindowInitProperties on DWTHLinux::AddAdditionalInitProperties call. Having SetVisualId calling XWindow is dangerous and leads to segfaults and XWindow, which is X11Window, which is PlatformWindow, might not exist by that time. Bug: 1003347, 990756 Change-Id: Ic62a2974078f27f7f813e44919b51b6539783f2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803274Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#698735}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7f930e7d1a60..00532126b42d git log 7f930e7d1a60..00532126b42d --date=short --no-merges --format='%ad %ae %s' 2019-09-21 vapier@chromium.org git: handle empty diffs Created with: gclient setdep -r src/third_party/chromite@00532126b42d 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: I882e4db8f3fb7139be2cbcd9e0b6cf8e242d1ee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817275Reviewed-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@{#698734}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bd67d0035a80..edd92eed5bff git log bd67d0035a80..edd92eed5bff --date=short --no-merges --format='%ad %ae %s' 2019-09-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@edd92eed5bff 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 brianosman@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=brianosman@google.com Bug: None Change-Id: I24ed1ce40b46e0d7c8bfa99dc1298d3a2805bf8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817274Reviewed-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@{#698733}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/2249fef21954..341482072a19 git log 2249fef21954..341482072a19 --date=short --no-merges --format='%ad %ae %s' 2019-09-21 jmadill@chromium.org Capture/Replay: Encapsulate cpp replay. 2019-09-21 jmadill@chromium.org Reland "Refactor built-in symbol table." 2019-09-21 zmo@chromium.org Revert "Refactor built-in symbol table." Created with: gclient setdep -r src/third_party/angle@341482072a19 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@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:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Bug: chromium:998535,chromium:998535,chromium:1006501 Change-Id: Ie3212e3b40aed86a2db7e4b3e35970459d4e980b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817273Reviewed-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@{#698732}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d4d1ba4971aa..dcfe55f13f15 git log d4d1ba4971aa..dcfe55f13f15 --date=short --no-merges --format='%ad %ae %s' 2019-09-21 tandrii@google.com git-cache: add --gc-aggressive support. Created with: gclient setdep -r src/third_party/depot_tools@dcfe55f13f15 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: Ie4a07439c9aca17db98b539c8502f47aa7bbeb6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817271Reviewed-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@{#698731}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ea0e7864b0ec..7f930e7d1a60 git log ea0e7864b0ec..7f930e7d1a60 --date=short --no-merges --format='%ad %ae %s' 2019-09-21 vapier@chromium.org attrs_freezer: split helpers out of cros_build_lib Created with: gclient setdep -r src/third_party/chromite@7f930e7d1a60 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: I9b5a4b2113b9ae67520223115b0cc698979c4086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817272Reviewed-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@{#698730}
-
Dan Beam authored
Currently implemented behind the DismissNtpPromos feature flag. Bug: 1003508 Change-Id: Id5006584890d8684ce8c2f1502a367d31f8d7473 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810009 Commit-Queue: Dan Beam <dbeam@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#698729}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6b43e50bae25..7db90eab89b7 Created with: gclient setdep -r src-internal@7db90eab89b7 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: Ibd702f87a8f10552067cfc869fae6977c1c8110b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817537Reviewed-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@{#698728}
-
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: I0d99db46c9b6f863f079e818e3d719481b9bdabf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817270Reviewed-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@{#698727}
-
Zhenyao Mo authored
BUG=1005971 TEST=bots TBR=kbr@chromium.org Change-Id: I7fa855164374230c6846336c1d3d33f0160546e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817287Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#698726}
-
Xiaohan Wang authored
Also updates the corresponding buildflag. Currently this flag controls not only the demuxing, but the platform support in some cases. Rename the flag so it becomes a generic flag controlling platform HEVC support. Tbr: seantopping@chromium.org Test: No functionality change. Change-Id: I6d72c26ba590ce22fa65715609faffe9d6f9a714 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816800 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#698725}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=kariah@chromium.org Change-Id: Ia6e3546c76e7a7b276c175226b0664030b6b6c61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815946Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#698724}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f8a3575e04c8..6b43e50bae25 Created with: gclient setdep -r src-internal@6b43e50bae25 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: I05cea8adb51449ddd263166072cf7e12e5ae3a9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817359Reviewed-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@{#698723}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/857bb7ff07a3..2249fef21954 git log 857bb7ff07a3..2249fef21954 --date=short --no-merges --format='%ad %ae %s' 2019-09-21 jmadill@chromium.org Capture/Replay: Move stub implementation to new file. Created with: gclient setdep -r src/third_party/angle@2249fef21954 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@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:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@chromium.org Bug: None Change-Id: Id1dd1cb6fb614ad02e8503329528f372729805b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817361Reviewed-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@{#698722}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/11b57f8d09f5..ea0e7864b0ec git log 11b57f8d09f5..ea0e7864b0ec --date=short --no-merges --format='%ad %ae %s' 2019-09-21 vapier@chromium.org cros_build_lib: drop GetCommonPathPrefix helper Created with: gclient setdep -r src/third_party/chromite@ea0e7864b0ec 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: Ia76f7bdba06a9d6d754f054d37b2971faca246d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817360Reviewed-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@{#698721}
-
Erik Chen authored
This CL is primarily a code move. It sets the stage for making screen metrics emulator a RenderView concept rather than a RenderWidget concept. The main behavior change is that screen metrics emulation now only applies to main frame render widgets. The changes will propagate to child render widgets via the SynchronizeVisualProperties dance. It doesn't make sense to set screen metrics emulation on a child render widget, since that will create racy conflicts with the actual page properties. Bug: 1006052 Change-Id: I5b4a62bf6fd6cc03ace8cdc546ac90ed2d6f0e29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815771 Commit-Queue: Erik Chen <erikchen@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#698720}
-
Sunny Sachanandani authored
When copying drawing buffer texture to canvas resource provider flip vertically based on whether the resource provider's coordinate system matches with the drawing buffer's. Tested manually by simulating the ChromeOS vertical flip state by overriding the flags in code. Added a pixel test to simulate "save as image" functionality by using toDataURL() which creates a snapshot of the canvas in a similar way. Change-Id: I6e42ed6cf25ba0256294eb2859bbec8f93f94eca Bug: 998661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810023Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#698719}
-
Zhenyao Mo authored
This reverts commit e475b274. Reason for revert: crbug.com/1006453 Original change's description: > Update WMR display info when starting session > > I3491d43245bb53100212fd2d0ab38d8f1222e7c9 addresses the issue where the > render width/height is not initially sent back to the render process. > This is accomlpished by updating the display info when the session starts > instead of on the first render frame. > > A subsequent change, I4cf2ab2ed6455963b1f43f8717941e7a0368416a, wraps > this update around the visibility state. Since the visibility state is > initially hidden, the display info isn't updated resulting in > WebVR/WebXR pages using the wrong resolution > > This change explicitly updates the display info and sends it back to the > MixedRealityDevice when the session starts. > > Change-Id: Ifb4516b36203139038aa943d68e8c3ba717003f3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810303 > Commit-Queue: Patrick To <patrto@microsoft.com> > Reviewed-by: Alexander Cooper <alcooper@chromium.org> > Cr-Commit-Position: refs/heads/master@{#698172} TBR=patrto@microsoft.com,alcooper@chromium.org BUG=1006453 # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I07f54396d2835532b305955c7531490d2cae4ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817294Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#698718}
-
Peter Kasting authored
This is really a bounds change handler. Bug: 1005568 Change-Id: I1e33f4e44ae517257e52b44a9cfcaa4abe5a487e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817292 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#698717}
-