- 15 May, 2019 40 commits
-
-
Jun Mukai authored
It seems ash/dbus/display_service_provider is the only user of this interface, so the mojo interface isn't necessary anymore. Simply removing it would be fine. Bug: 958190 Test: trybot Change-Id: I8f96dd9192ecf07d134194a60abd5353abebb029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609594Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#660015}
-
Saman Sami authored
This reverts commit 1374013c and disables some media tests that flake due to a race that is exposed by the revert. Reason for revert: causes jank https://crbug.com/947587 The original reason for landing this CL does not apply anymore. It is no longer the case that viz skips a BeginFrame if an undrawn frame exists. See https://crrev.com/c/1521967 Original change's description: > Skip MISSED frames in browser compositor > > This CL fixes a dropped frame issue when a scroll transitions from > dragging to a momentum "fling" phase. When the user is scrolling and > lifts their finger with velocity, the scroll continues according to a > decelerating animation curve. When this happens, the FlingController > receives a FlingStart instead of a ScrollUpdate and it uses that to > create an animation curve. > > When this happens the browser process registers itself as an animation > observer so that it begins to receive BeginFrame signals. However, the > display service issues a MISSED BeginFrame for the frame in which the > animation was registered. This will frequently miss submission in the > current frame, so it submit next frame and won't receive a BeginFrame > then. This leads to a frame without the browser ticking the fling > animation. See https://crbug.com/882907#c50 for a diagram and more > complete explanation of the issue. > > The browser process shouldn't require processing MISSED frames so in > this CL we simply drop MISSED frames if we're in the browser compositor > (commit_to_active_tree is true). Longer term, the display scheduler > should make these decisions but this is an immediate fix for the fling > issue. > > Bug: 882907 > Change-Id: Ieb6d14051dc05c5e177da1920dbd27684f941d29 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1517164 > Commit-Queue: David Bokan <bokan@chromium.org> > Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> > Cr-Commit-Position: refs/heads/master@{#640172} TBR=bokan@chromium.org,sunnyps@chromium.org Bug: 947587,882907,963141 Change-Id: Id23b586f89de67f9e77212ee265f4ad2db5a6fe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613363Reviewed-by:
Saman Sami <samans@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#660014}
-
Xianzhu Wang authored
Change-Id: Ice79a3783b57f26fb928ae19b4001e68460138b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612236 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#660013}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e62a08a87a6f..7581ff73754e git log e62a08a87a6f..7581ff73754e --date=short --no-merges --format='%ad %ae %s' 2019-05-15 titovartem@webrtc.org Add screen share support to PC level test framework 2019-05-15 titovartem@webrtc.org Reduce flakiness of NetworkEmulationManagerTest.ThroughputStats 2019-05-15 kuddai@google.com Remove streaming_mode as it is always false. 2019-05-15 ilnik@webrtc.org Fix metadata setting in H264 decoder 2019-05-15 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 3820725a..eacdc75a (659764:659866) 2019-05-15 hta@webrtc.org Send and parse SCTP max-message-size in SDP 2019-05-15 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 279d4550..3820725a (659647:659764) 2019-05-14 sukhanov@webrtc.org Add datagram_transport and congestion_control interface 2019-05-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 1c80f902..279d4550 (659511:659647) 2019-05-14 hta@webrtc.org Change default SDP syntax for SCTP to spec-compliant. 2019-05-14 hta@webrtc.org Change default secure SCTP protocol to UDP/DTLS/SCTP 2019-05-14 sprang@webrtc.org Remove redundant capture time adjustment in RtpSender 2019-05-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9500673d..1c80f902 (659367:659511) 2019-05-14 kthelgason@webrtc.org Check for uninitialized audio unit in HandleInterruptionEnd. 2019-05-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a1c6ffe8..9500673d (659234:659367) 2019-05-13 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision b06ee6f3..a1c6ffe8 (659110:659234) Created with: gclient setdep -r src/third_party/webrtc@7581ff73754e The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:None,chromium:None,chromium:None,chromium:962860,chromium:None,chromium:None,chromium:None,chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ic05485f799bc532b3404ba91574deee1371bec30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613235Reviewed-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@{#660012}
-
Ehsan Karamad authored
This CL makes some more tests pass with MHVICPF. Essentially, * BrowserPlugin tests return early as they expect a BrowserPlugin and with MHVCICPF we do not create one. * PDFExtensionInternal* tests are changed to use direct input routing to the guest WebContents when the flag is on. * PDFExtensionTest.EmbeddedPdfGetFocus will early return when MHVICPF is present (this is also a BrowserPlugin related test). Bug: 961786 Change-Id: Ib90ee540283f23dccba1b7f8abfb4ee28e06654f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611855Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#660011}
-
Oksana Zhuravlova authored
It's possible for BigBufferView::shared_memory_ to be null if memory mapping fails. This change adds a check that the mapping is not null before trying to write there. Bug: 961256 Change-Id: I72772e07583ab62df5544d419604356071071e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611311Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#660010}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/71e1bec28dde..0aa89afdae25 git log 71e1bec28dde..0aa89afdae25 --date=short --no-merges --format='%ad %ae %s' 2019-05-15 jalissia@microsoft.com Remove unused chrome_v8.json testdata file Created with: gclient setdep -r src/third_party/catapult@0aa89afdae25 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=oysteine@google.com Change-Id: I225a8a9730191955218e2a90496d998cbdb8a62f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612188Reviewed-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@{#660009}
-
Greg Kerr authored
This was test very useful to test the V2 style rules across the macOS fleet. It is no longer testing anything, since there are unit tests for the actual V2 profiles. SandboxMacCompilerTest covers the compiler class. Bug: 917445 Change-Id: I0559fe9484e52a7b9b19361345d858c3a1d70aa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600312Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#660008}
-
Scott Violet authored
With mash/window-service going away none of this code is used anymore. BUG=958245 TEST=covered by tests Change-Id: Iadafa0685571986c04c38aa9f6fea8c21bd6b2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612332Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#660007}
-
Yuwei Huang authored
This reverts commit 95b433f3. Reason for revert: Build breakage: https://ci.chromium.org/p/chromium/builders/ci/win32-rel/16318 Original change's description: > [remoting] Implement It2MeCliHost > > This CL implements a binary that allows starting an IT2ME host from > command line. This will help debugging the FTL migration process for > ChromeOS enterprise. > > The code is mostly copied and modified from CRDHostDelegate. > > Bug: 962765 > Change-Id: I74d5b6c49b7c55703f6d52a81aa0327456f8174e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610891 > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> > Reviewed-by: Joe Downing <joedow@chromium.org> > Auto-Submit: Yuwei Huang <yuweih@chromium.org> > Cr-Commit-Position: refs/heads/master@{#659992} TBR=sergeyu@chromium.org,joedow@chromium.org,yuweih@chromium.org Change-Id: I35b257d8908937ee4530a3e59ac6c863f9f98bf0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 962765 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613638Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#660006}
-
Jun Mukai authored
The change of the view causes redrawing during the animation which causes stuttering. Either way it's going to be closed, it does not have to change the view. On nocturne, this improves the closing animation smoothness significantly when searched. With EnableBackgroundBlur, LauncherAnimationsTest.FullscreenSearch's Close smoothness will be improved from 13-33 to 73-93. Bug: 961467 Test: LauncherAnimationsTest Change-Id: If6454a7b3200f0f42d15c50b6f035e5d3da4f3b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611200Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#660005}
-
Alex Clarke authored
As requested this changed the way we disable DCHECK_DEATH tests on ChromeOS. Bug: 906125 Change-Id: I271af5bc387db9121951354d608c98c07f6ae01f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613184 Auto-Submit: Alex Clarke <alexclarke@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#660004}
-
John Abd-El-Malek authored
This reverts commit c81955d5. Reason for revert: https://crbug.com/961531 Original change's description: > Remove AdaptCallbackForRepeating() in ImportantFileWriter. > > If posting the task fails then it's not an appropriate task runner. See > https://crrev.com/c/1572809/3/base/files/important_file_writer.cc#258 > for more context. > > Bug: 714018 > Change-Id: I620bd978ec2a1d6b6219fa3d85ac6fbcd5563af2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580041 > Commit-Queue: kylechar <kylechar@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#654577} TBR=fdoray@chromium.org,kylechar@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 714018 Change-Id: I46e759e3035b73f59a9960bb95b96d238dc4953c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613365Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#660003}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/10186cb85fd6..67cf8a9266d0 git log 10186cb85fd6..67cf8a9266d0 --date=short --no-merges --format='%ad %ae %s' 2019-05-15 sugoi@google.com 32 bit safe code 2019-05-15 chrisforbes@google.com Remove Context::separateAlphaBlendEnable etc 2019-05-15 chrisforbes@google.com Now that we have swizzles forced, don't bother with channel replacement Created with: gclient setdep -r src/third_party/swiftshader@67cf8a9266d0 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 BUG=chromium:b/132280877,chromium:b/119620767 TBR=swiftshader-team+autoroll@google.com Change-Id: Ic2b99c6cc0432ed6caf189e0cd9e35202d422886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612709Reviewed-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@{#660002}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ed36a5728bd9..13e71f2526be Created with: gclient setdep -r src-internal@13e71f2526be The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=fergal@google.com,avi@google.com,btolsch@google.com,andypaicu@google.com Change-Id: I9b026137c73678794dedd634f38e9ad4709f6ffe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613319Reviewed-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@{#660001}
-
Kevin Bailey authored
We currently have the ability to demote suggestion relevance scores based on suggestion type. This has the unfortunate tendency to make the default match change more than is desirable. This change adds a flag which, if enabled, causes the choice of default match to remain the best unmodified score. Change-Id: I002d6d010bb10c2e11e9da26970bcd11359e0cba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610209 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#660000}
-
Xianzhu Wang authored
Its behavior was not well-defined and the implementation was wrong in some places. The only usages were for slider thumb element through LayoutObject::AbsoluteBoundingBoxRectIgnoringTransforms(). Remove them and change the way that slider thumb element gets offset between the slider and the thumb. Change-Id: I8237778995bbf68fa68fae93ccda1441346e1f3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609974 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#659999}
-
Xianzhu Wang authored
- We should use PhysicalLocation() instead of Location() when converting a physical rect in parent space to child space. - Added test, and comment about the false-negative (which is allowed) in vertical-rl mode. Change-Id: Ifcbf93bb3ff3fd6d88267838057a616e05f4b7c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607574Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#659998}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1f09898e9a8a..945d1e538c62 git log 1f09898e9a8a..945d1e538c62 --date=short --no-merges --format='%ad %ae %s' 2019-05-15 mtklein@google.com simplify rtree loops in Skia too 2019-05-15 bungeman@google.com Add SkShaper which just shapes. 2019-05-15 bungeman@google.com Move SkMessageBus.h into src/core 2019-05-15 michaelludwig@google.com Revert "Clear and discard stencil buffers on tilers" Created with: gclient setdep -r src/third_party/skia@945d1e538c62 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=michaelludwig@google.com Change-Id: Icde83fbece29b718dc593c745b438e33c46f098f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613323Reviewed-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@{#659997}
-
Yun Liu authored
Bug: 843307, 961804 Change-Id: I14eb6329d84b86d655c8689249356ffa542c14c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610650 Commit-Queue: Yun Liu <yliuyliu@google.com> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#659996}
-
Navid Zolghadr authored
Add wpt tests to cover click targeting in the cases that down and up are child and parent. Change-Id: I2405247d8126914a48386b6bcd1a8cb8e10334df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611654Reviewed-by:
Ella Ge <eirage@chromium.org> Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#659995}
-
Peter Kotwicz authored
This CL makes SameTaskWebApkActivity translucent. This is needed to avoid visual artifacts during launch. BUG=817263 R=dominickn TBR=yfriedman Change-Id: Ia3f132af7ed8a9db9b814e825068466c14b853e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611269 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#659994}
-
Mohamed Amir Yosef authored
Before this CL: the processor will try to commit tombstones for entities that has never been committed. After this CL: if the processor is sure that the server never heard or an entity, it will never a tombstone for it. Bug: 963365 Change-Id: Iae101094b80eb2c4d080cb92b253a2886373aedf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609851 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#659993}
-
Yuwei Huang authored
This CL implements a binary that allows starting an IT2ME host from command line. This will help debugging the FTL migration process for ChromeOS enterprise. The code is mostly copied and modified from CRDHostDelegate. Bug: 962765 Change-Id: I74d5b6c49b7c55703f6d52a81aa0327456f8174e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610891 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Auto-Submit: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#659992}
-
kylechar authored
Remove some usage of deprecated callback types in base/*. Where possible convert to the corresponding once type, otherwise replace with the repeating type. Also delete type-parameterized test base TaskRunnerAffinityTest since it's not instantiated anywhere. Bug: 714018 Change-Id: Ibf0a2a14a11b36db1017d0bb7e6021e51c90ba88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612254Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#659991}
-
sczs authored
In order to record metrics we need to know which InfobarType the badge belongs to. In the future this InfobarType will also be used to style the badge with a different Icon,etc. Bug: 892376 Change-Id: I6d382752cdb014be2a30941ada819e05854e6bef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612300 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#659990}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a47facdd75f9..93a00f929545 git log a47facdd75f9..93a00f929545 --date=short --no-merges --format='%ad %ae %s' 2019-05-15 treehugger-gerrit@google.com Merge "perfetto-ui: Fix track group naming bug" Created with: gclient setdep -r src/third_party/perfetto@93a00f929545 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: Ib68e3ee8109d14e15d78550b0bf35ecda418ab61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613320Reviewed-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@{#659989}
-
Gary Kacmarcik authored
This contains a workaround for the DPI==0 problem on some user's machines. Rather than assume that the dpi=96, this caches the DPI value from the OnVideoSizeChanged message and uses that as the default when the display DPI==0. Also, add additional display DPI logging for debugging. Change-Id: I6afb7c1ffbfe3a4ad1881a7702ff427cde460c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612031 Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#659988}
-
rajendrant authored
1. Tune the backoff policy for client config fetch aggressively. 2. Allow fetching client config even when in background in Android. Both these changes are under a feature flag and enabled by default. The tests are changed to use the same backoff policy as the source code Bug: 963021 Change-Id: I56e6ce2b0f37fd8bf815764a9ccdbeea819e90eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612232 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#659987}
-
John Budorick authored
asan_device_setup needs both the 32-bit and 64-bit libs on aarch64 and can accept the lib directory in both the 32-bit and 64-bit cases. Bug: 790202 Change-Id: I355ef4162fa890d4189e5f860f442233fc732dd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612092 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#659986}
-
Harald Alvestrand authored
TBR=grunell@chromium.org Bug: chromium:943975 Change-Id: I19c03824b57cc0617c759acf2e3129c361861722 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613185Reviewed-by:
Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#659985}
-
Aaron Colwell authored
This reverts commit ecda211d. Reason for revert: This is causing a failure on the Android FYI bot and it also results in creating a large amount of default SiteInstances for the same BrowsingInstance. Original change's description: > Fix default SiteInstance memory leak. > > Removing reference cycle between BrowsingInstance and default > SiteInstance that was accidentally introduced in > http://crrev.com/c/1452714 > > Bug: 958683 > Change-Id: I73e2a3ec5c0ece04e341a9206009aaf48528edbf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610991 > Commit-Queue: Aaron Colwell <acolwell@chromium.org> > Reviewed-by: Charlie Reis <creis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#659930} TBR=creis@chromium.org,acolwell@chromium.org Change-Id: Ic97740a1d65b72d55d3e7c8cea81fde950bfcad3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 958683 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613375Reviewed-by:
Aaron Colwell <acolwell@chromium.org> Commit-Queue: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#659984}
-
Caleb Rouleau authored
Since the benchmark is fairly short, I just manually added it onto a shard that was supposed to be shorter. We can reshard later to rebalance after this benchmark has run enough to generate official timing data. This is the first benchmark to explicitly only schedule on a couple platforms, instead of defaulting to run on everything. The plan is to move more benchmarks to this pattern in the future in order to reduce load on platforms that we don't have many devices for. (See full list here: https://docs.google.com/spreadsheets/d/1wm6DNM9Zyr8Q_Z0ffjrycRTD5_bRP0vGob6p6kbLVSA/edit ) TBR: jbudorick@chromium.org Bug: 961830, 961322 Change-Id: I9b80da77e1d945c82809487a02039c3370d43693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611313 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#659983}
-
Daniel Rubery authored
To limit regression in the total analysis time from Safe Browsing, cutoff ZIP analysis at 10 seconds. This CL also removes a little dead code from the ZIP analysis. Bug: 948277 Change-Id: I4ab6d2457398e0d5d63c40f1b801d35eaa52b87d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598844Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#659982}
-
Aran Gilman authored
The option to both invert and grascale images was removed because a user survey run by tsteiner@ revealed almost no one preferred it to the other options. You can set image grayscale by running Chrome with the flag --blink-settings="darkMode=X,darkModeImageGrayscale=Y" where 0.0 (original) < Y < 1.0 (fully desaturated). Bug: 954318 Change-Id: I667455cfc5dab4f7ef2276518b471daa9b0be622 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611914 Commit-Queue: Aran Gilman <gilmanmh@google.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#659981}
-
Robbie McElrath authored
This should reduce the number of shutdown hangs we're seeing with the network service enabled. According to UMA, ~99.9% of all shutdowns complete within 1s on ChromeOS. Bug: 963512 Change-Id: Iec10ca59349be9d6fbbe2d1294f4aaf585711d3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613121Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#659980}
-
Xiyuan Xia authored
Bug: 962884 Change-Id: Ia6ce88211926c4ccb6726f3aab9e8677e196d6f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612851Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Xiaochu Liu <xiaochu@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#659979}
-
Scott Violet authored
If a block's size is not equal to the intrinsic size, then margins should not collapse. Bug: 769039 Change-Id: I13b343cf2421d8d49953a8f780d32772fd5eceef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610303Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#659978}
-
Ahmed Fakhry authored
- Windows with backdrops should show their backdrops properly in the desk's mini_views. - Fix a transform error. - Optimize refreshing the mini_views contents, and do it only when needed. BUG=866622 TEST=ash_unittests Change-Id: Iddbc5282f508a7256c795ed24847ff65d003683d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611240Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#659977}
-
Fan Yang authored
https://quiche.googlesource.com/quiche.git/+log/8eb45e950572..63d0bc4ae8dc $ git log 8eb45e950..63d0bc4ae --date=short --no-merges --format='%ad %ae %s' 2019-05-14 wub gfe-relnote: (n/a) Delete two unused member variables from QuicCryptoServerStream. Not protected. 2019-05-14 fayang gfe-relnote: In QUIC, change string to std::string for detailed_error. 2019-05-14 fayang gfe-relnote: Allow GFE to perform initial cwnd up and down experiment. Protected by --gfe2_reloadable_flag_quic_gfe_selected_initial_cwnd_experiments. 2019-05-13 zhongyi Rename ToDebugValue to ToDebuggingValue() for QuicBandwidth and QuicTime::Delta. This change will make all the logging methods have a consistent name. 2019-05-13 renjietang Skip static streams when destructing QuicSpdySession. 2019-05-13 renjietang Refactor QuicSession to allow subclasses to do their own thing on pending streams. 2019-05-13 quiche-dev QRTP: Implement Datagram Transport 2019-05-13 nharper Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames 2019-05-13 nharper gfe-relnote: Allow sending CRYPTO frames without full padding. Protected by QUIC_VERSION_99 2019-05-13 nharper gfe-relnote: Delete some dead Token Binding code in QUIC. Not flag protected 2019-05-13 wub gfe-relnote: (n/a) Remove the stateless reject variants from quic/core/http:end_to_end_test. 2019-05-13 dschinazi Deprecate gfe2_reloadable_flag_quic_use_new_append_connection_id 2019-05-13 fayang gfe-relnote: In QUIC, do not use framer object in QuicDispatcher. Protected by gfe2_restart_flag_quic_no_framer_object_in_dispatcher. 2019-05-13 wub gfe-relnote: (n/a) Delete some functions from QuicCryptoServerStream and tests that uses those function. Not protected. 2019-05-13 ianswett Add more logging to the QUIC_BUG when no decrypter is available. 2019-05-13 fayang gfe-relnote: In QUIC, use 2 burst tokens in bootstrapping experiment, protected by gfe2_reloadable_flag_quic_conservative_bursts. 2019-05-11 quiche-dev wdith -> width typo fix on java, cc, proto 2019-05-10 rch gfe-relnote: Deprecate --gfe2_reloadable_flag_quic_enable_version_43 2019-05-10 quiche-dev gfe-relnote: Construct QuicMemSliceSpans from a QuicMemSlices without copies. 2019-05-10 wub gfe-relnote: (n/a) Add QuicBandwidth::IsInfinite(). Not used yet. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ia95ec0a0fe8da95c175bec8880f8a0e1aefdfee4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611908 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#659976}
-