- 21 Nov, 2019 40 commits
-
-
Tim Song authored
BUG=1024100 Change-Id: Ib30e43689842069e4647f7f455a919c62a3c7844 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928042Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#717775}
-
Darwin Huang authored
Bug: 1025464, 1025465, 1025466, 1025467, 1025470, 1025471, 1025472, 1025473 Change-Id: I225d2f087dca947c320d40c1bab52da796ddf3a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925699 Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#717774}
-
Miguel Casas authored
This CL adds expire-never to Media.VideoFrameSubmitter.* histograms since they are used in ChromeOS test infrastructure: https://chromium.git.corp.google.com/chromiumos/platform/tast-tests/+/967ab778a7cdbddb86ce37e8cfcd65b2e439c46b/src/chromiumos/tast/local/bundles/cros/graphics/webrtc_video_playback_delay.go#73 Bug: 1026118 Change-Id: I3d36ab4ca08dbb9f424a5d7af1199e9ff9234ed7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924870 Auto-Submit: Miguel Casas <mcasas@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#717773}
-
Alex Cooper authored
Removes the GvrGamepadData struct in favor of directly using the device Gamepad struct (used by XRInputSourceState). While updating this, it was discovered that one code path was essentially just setting a bool that was otherwise unused, so that code path was removed. Fixed: 1017848 Change-Id: I6c45df3c38f277b5452481d03f4fc58e8c1a4be8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917683Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#717772}
-
Jon Mann authored
Change-Id: I5662cc933ab833af09d82b536bb57f79862f90d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928245 Commit-Queue: Jon Mann <jonmann@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#717771}
-
Tim Volodine authored
Currently safebrowsing is crashing due to the lack of pref service in weblayer (see crbug.com/1025257). This patch creates and initializes the pref service to avoid this crash. BUG=1015418,1025257 TBR=gab@chromium.org Change-Id: I11e2ab3bc6cebbd973ad816152dfc27a090c5124 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926321 Commit-Queue: Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#717770}
-
Morten Stenshorne authored
Bug: 829028 Change-Id: I5e46f41b25bc0810b31e4b2e9814aeff425f8088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928789Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#717769}
-
Michael van Ouwerkerk authored
* Sharing.RemoteCopyReceivedTextSize * Sharing.RemoteCopyReceivedImageSizeBeforeDecode * Sharing.RemoteCopyReceivedImageSizeAfterDecode * Sharing.RemoteCopyLoadImageStatusCode * Sharing.RemoteCopyLoadImageTime * Sharing.RemoteCopyDecodeImageTime Bug: 1018141 Change-Id: Id3cc6b2e567737603f2ac42d9367936d980fff20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929222Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#717768}
-
Emircan Uysaler authored
This call is to be deprecated. Bug: 982922 Change-Id: I580ea49096cbf9b877d4a4f4f8abc2cbdd6764ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925421 Commit-Queue: Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#717767}
-
Erik Chen authored
The CQ does not have enough marshmallow capacity. These test suites collectively take up ~16% of total capacity, and did not provide positive utility in the last month. See bug for more details. Bug: 1026487 Change-Id: I895b2da397499da2dfef8c9e6a623a3098e43f61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927295 Auto-Submit: Erik Chen <erikchen@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#717766}
-
Lei Zhang authored
Convert all callers to the span variant of AddLocalizedStringsBulk(). Fix nits and lint errors along the way. Change-Id: I5eb83e580aa7cd3659cad33fd9d931babaa9ed56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928317Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#717765}
-
Nektarios Paisios authored
Also exposed similar functionality in AXPlatformNode and its subclasses. A << operator was implemented as well. This will help in debugging and testing. R=aleventhal@chromium.org, dmazzoni@chromium.org Change-Id: Ieda0e076826f422743efdb95eb747cfc63b7d81e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927293 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#717764}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/3692dd5f3f67..f4c59418b305 git log 3692dd5f3f67..f4c59418b305 --date=short --no-merges --format='%ad %ae %s' 2019-11-21 lalitm@google.com Merge "trace_processor: fix string is not null typo" Created with: gclient setdep -r src/third_party/perfetto@f4c59418b305 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: Ibcf94078d1ca0678cdfdf376a7c144a3c4310b17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928061Reviewed-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@{#717763}
-
Eric Seckler authored
This reverts commit 473f628e. Reason for revert: causing patch was reverted already. Original change's description: > Disable rendering.desktop/camera_to_webgl on linux > > Disabling failing perf test rendering.desktop/camera_to_webgl on Linux. > > TBR=crouleau@chromium.org > NOTRY=true > > Bug: 1026788 > Change-Id: I33855a286f0391630291ecfd8a78d31de53a61cb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925262 > Commit-Queue: John Chen <johnchen@chromium.org> > Reviewed-by: John Chen <johnchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#717246} TBR=crouleau@chromium.org,johnchen@chromium.org Change-Id: Ide5b5a4aa9f0e5e2a03a12b1765cbe81909d945b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1026788 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928198Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#717762}
-
Aya ElAttar authored
The browsertests of accessibility related policies and all related stuff are moved from policy_browsertests to a separate file. Bug: 1002483 Change-Id: I793b2bf527dad01a690ae12b2198606bc5bf84d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926128Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@google.com> Cr-Commit-Position: refs/heads/master@{#717761}
-
Livvie Lin authored
Bug: 1008219 Change-Id: I88472d3884c9c9e8495662c366347fd2f775c3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927373 Commit-Queue: Livvie Lin <livvielin@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#717760}
-
Anastasia Helfinstein authored
TBR=dtseng@chromium.org Bug: None Change-Id: Id7083310af76916f45b87318be7142a4caf07494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929263Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#717759}
-
Ken Rockot authored
StorageAreaImpl type no longer has any Content dependencies. This CL moves it wholesale into the Storage Service sources, including tests and test support functions. Bug: 1000959 Change-Id: Ie92d6b0662ec29dfd2a68533496047f6a8cc99a0 TBR: kinuko@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922748 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#717758}
-
Kevin Qin authored
Right now emulated_position not updated by OpenXR. Send back space tracking info back from xrLocateSpace using emulated_position. Bug: 969131 Change-Id: I41bda233a9354f5885d2fb6c3af6ad087c4f68e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910559 Commit-Queue: Zheng Qin <zheqi@microsoft.com> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#717757}
-
Dan Harrington authored
* Also delete unused BUILD files * Update PRESUBMIT to ignore third_party/feed_library wrt to copyright checks, like we do with blink, since it's not actually third party anymore. TBR=pinkerton@chromium.org Bug: 1024945 Change-Id: I0f16ba2a70c23d4809755e81d2486dd34f72c70c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924838 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#717756}
-
Anastasia Helfinstein authored
This is a temporary fix. By ignoring the node when it is invisible, we avoid navigating the cycle repeatedly. However the underlying issue is not addressed, and requires further investigation. Bug: 1020733 Change-Id: I70334259b4f271256f21dab47271f7a8346f1f7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919434 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#717755}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8adc98765133..7d19f523b185 Created with: gclient setdep -r src-internal@7d19f523b185 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: I83e3e42486409cf39d1dc9ecf66f3d341c554563 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928068Reviewed-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@{#717754}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1898c08274eb..b0a9de95128d git log 1898c08274eb..b0a9de95128d --date=short --no-merges --format='%ad %ae %s' 2019-11-21 syoussefi@chromium.org Fix assert in angle_deqp_khr_gles* executables 2019-11-21 lehoangq@gmail.com Metal: Fix FramebufferMtl's read-after-delete 2019-11-21 jaszhix@gmail.com Fix crash during resizes when using the OpenGL renderer on Windows 2019-11-21 jonahr@google.com Manually roll Vulkan-Loader DEPS 2019-11-21 cnorthrop@google.com Update auto-roller list in wrangling doc 2019-11-21 tobine@google.com Vulkan:Remove exceptions for passing tests Created with: gclient setdep -r src/third_party/angle@b0a9de95128d 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 courtneygo@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=courtneygo@google.com Bug: chromium:1004117,chromium:1022751 Change-Id: I0672a9d33b2defdad3de727e69c413cdc8efedf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928060Reviewed-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@{#717753}
-
Sasha McIntosh authored
Tested against clusterfuzz-corpus/libfuzzer/transfer_cache_fuzzer in addition to the offending targets in the linked bugs. Bug: 1025911 Bug: 1025777 Change-Id: I8c782b06e313d480250f00d4dca1f7ca1b7b8780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925191Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Cr-Commit-Position: refs/heads/master@{#717752}
-
Oksana Zhuravlova authored
Bug: 1026023 Change-Id: I426c54d2f951a60223e8552ea9f4d3acc6518d5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922704Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#717751}
-
Jared Saul authored
This flag is marked as expiring in M80 and can be cleaned up now. Fixed: 954367 Change-Id: I406b9eb733725eadecb23f0aa437acf111478231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927851 Commit-Queue: Jared Saul <jsaul@google.com> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#717750}
-
Manu Cornet authored
Bug: 1012772, 1010697 Change-Id: I80ff57f5278a72244b0e929c0f44de3bd4af62ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928211Reviewed-by:
Manu Cornet <manucornet@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Auto-Submit: Manu Cornet <manucornet@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#717749}
-
Manu Cornet authored
This particular change should not cause any behaviour change. This new distinction will be used for at least two purposes in the near future: 1) provide accessibility feedback (alert) when an item has been pinned to, or unpinned from, the shelf 2) provide visual feedback when an item has been pinned to the "scrollable" shelf (for instance scroll the scroll view to have the new item within the viewport). Neither of these interactions should happen when the pinning/unpinning is not a result of a user-initiated action, such as in callbacks to sync events. Bug: 1012772, 1010697 Change-Id: Ib581aa05841826b78a7ba8cfe5d2b0a52f367810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925439 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#717748}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/72e68083f914..d34bb293b205 git log 72e68083f914..d34bb293b205 --date=short --no-merges --format='%ad %ae %s' 2019-11-21 sugoi@google.com Remove quadLayout Created with: gclient setdep -r src/third_party/swiftshader@d34bb293b205 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: chromium:b/144353295 Change-Id: I12d6e429e7e338401c8fca11aa1a4a8e127aa35f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929351Reviewed-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@{#717747}
-
Darin Fisher authored
Bug: 1024913 Change-Id: I29fa0411f7abe815bc51463c91763d64be54c00e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924602 Commit-Queue: Darin Fisher <darin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#717746}
-
Ken Rockot authored
This insulates LocalStorageContextMojo behind a new LocalStorageControl mojom interface defined by the Storage Service. DOMStorageContextWrapper no longer has direct access to the LocalStorageContextMojo instances, instead interacting with them only through the mojom interface. This simplifies DOMStorageContextWrapper, but also helps prepare LocalStorageContextMojo for migration into private Storage Service code. Bug: 1000959 Change-Id: I12c6ece0b1dd01c3e17e66e6249b2d01935675f6 Tbr: jam@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902244Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#717745}
-
Anastasia Helfinstein authored
As part of a transition to share code and tooling more easily between ChromeVox, Switch Access, Select-to-Speak, autoclick, and any future accessibility component extensions, move them into a shared accessibility/ directory in chrome/browser/resources/chromeos. Bug: 706981 Change-Id: Icaec4981380ac37e42d12706c2ec5693f58c334c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913122 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#717744}
-
Ted Choc authored
BUG=myself Change-Id: I6ca5b81c8e069fcf9fa08d6f6f4c8018ed60dc9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928894Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#717743}
-
Staphany Park authored
This conversion is a step towards unifying the structure of the Cookie Store API WPT tests. Change-Id: Ib6c8f93d407c7f749652e699cd9c336ac5cb85ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928233 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#717742}
-
Ana Salazar authored
The in app shelf should not have a right margin in tablet mode. Bug: 1025270 Change-Id: Iaa338de3bc60df28eefec5620ebe706b0864600a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926916 Commit-Queue: Ana Salazar <anasalazar@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#717741}
-
Vasilii Sukhanov authored
Bug: 1027152 Change-Id: I1005d4982f16e0413e646261df6ea49c39285ad9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929243Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#717740}
-
Mike Reed authored
See https://skia-review.googlesource.com/c/skia/+/242557/ Change-Id: Ifc712cfb963fa698162ce56b618ccd906dc21007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929260 Commit-Queue: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#717739}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b86a1770ee64..58a3210823a3 git log b86a1770ee64..58a3210823a3 --date=short --no-merges --format='%ad %ae %s' 2019-11-21 crodbro@webrtc.org Add config to reduce weight on small samples in BitrateEstimator. 2019-11-21 jonaso@webrtc.org Add new GOOG_PING and GOOG_MESSAGE_INTEGRITY_32 2019-11-21 handellm@webrtc.org Revert "VideoFrame: Store a reference to an encoded frame" 2019-11-21 danilchap@webrtc.org Add RtpDepacketizerAv1::AssembleFrame function 2019-11-21 danilchap@webrtc.org Delete DEPRECATED_SingleThreadedTaskQueueForTesting 2019-11-21 yvesg@webrtc.org [UBSan] Add suppressions for vp8, opus, absl. 2019-11-21 sprang@webrtc.org Adds injectable trials from peerconnection down to transport controller. 2019-11-21 budnyjj@gmail.com Force alignment of generated JVM called functions. 2019-11-21 danilchap@webrtc.org Revert lock for logging to CriticalSection 2019-11-21 handellm@webrtc.org MediaStreamInterface: introduce encoded sinks. Created with: gclient setdep -r src/third_party/webrtc@58a3210823a3 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:1013590,chromium:None,chromium:1013590 Change-Id: Iddcc86741f641aebf8798cc6a5b34e57e84a4697 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928063Reviewed-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@{#717738}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2dad99092c8c..8053c972b431 git log 2dad99092c8c..8053c972b431 --date=short --no-merges --format='%ad %ae %s' 2019-11-21 robertphillips@google.com Add onPrePrepare to GrFillRRectOp 2019-11-21 herb@google.com Simplify makeOps API 2019-11-21 mtklein@google.com one more stray Valgrind false positive 2019-11-21 halcanary@google.com [minor] mark scripts as executable 2019-11-21 halcanary@google.com Replace third_party/gif with new DEPS entry. 2019-11-21 mtklein@google.com expand float peepholes Created with: gclient setdep -r src/third_party/skia@8053c972b431 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 robertphillips@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=robertphillips@google.com Bug: None Change-Id: I1bb7a160c9ecc94634dc25cafc5eb02d1e342354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928064Reviewed-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@{#717737}
-
rajendrant authored
Also obsoletes the old services data use metric. Change-Id: I4bf6fb6a83c532f54f7b44a591f2b641540cd3fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927491 Auto-Submit: rajendrant <rajendrant@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#717736}
-