- 14 Nov, 2019 40 commits
-
-
John Lee authored
This CL also prevents a use case in which the slideOut animation begins while the tab strip is open but will not end until the tab strip is in a closed state. Fixed: 1024620 Change-Id: Id9c7c8dac533bcdff530b1073a0a086a25efde28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914836Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#715393}
-
Wei-Yin Chen (陳威尹) authored
TabSwitcherCoordinator#getSoftCleanupDelayForTesting wrongly returned the value of getCleanupDelayForTesting. Bug: 983170 Change-Id: I5747b7e9bd8feee743de9268cc090820f5ec4ec8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916259Reviewed-by:
Mei Liang <meiliang@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#715392}
-
W. James MacLean authored
This test sometimes fails because it calls WaitForLoadStop() before the WebContents has even started to load ... making it return false since there is no previous navigation entry. This CL makes sure we don't call WaitForLoadStop until we know the guest has started to load. Bug: 1024672 Change-Id: Ia6babfa739adbc000093184bee71b445db4189ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917740Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#715391}
-
Sammie Quon authored
Old logic: windows that are not fully onscreen are not animated. Does not quite work when the window is partially offscreen and we fade in windows, in this case the partially offscreen windows should still animate. New logic: window that are partially offscreen will be clipped to their onscreen bounds and treated normally. Fully offscreen windows are never animated. Test: added test Bug: 1024665 Change-Id: I097364fa23e37872fdd3714dfb3c76229aeb68d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917292Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#715390}
-
Yue Zhang authored
TabListContainerViewBinderTest#testShowWithAnimation is failing on Android CFI bot. This CL disables this test on Nexus 5X to skip this bot. Bug: 954145, 1023530 Change-Id: I386ada2bee2959568e4b9dc09913ee6fa8c3db10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913171Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#715389}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1dbf452d7ecb..f34a9d2df428 git log 1dbf452d7ecb..f34a9d2df428 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 khokhlov@google.com Add --results-label command line option to run_metric Created with: gclient setdep -r src/third_party/catapult@f34a9d2df428 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@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=sadrul@google.com Bug: chromium:945713 Change-Id: I75c136798a7ef98d41f08fb6d348d7deccdcbbe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917303Reviewed-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@{#715388}
-
Mugdha Lakhani authored
to add a list of expected objects. Bug: 996664 Change-Id: I8b13a849a82687ae2d2c9f41856569391c02a35d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912206 Commit-Queue: Mike West <mkwst@chromium.org> Auto-Submit: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#715387}
-
Xianzhu Wang authored
Some that don't seem to be flaky are rebaselined if needed, and the [ Skip ] expectations are removed. For the rest that we don't know if they are flaky, the failure expectations are changed from [ Skip ] to the best guess of possible results. Should monitor these tests for some time and update the expectations and baselines according to the flakiness dashboard. Change-Id: Iaca86efb9d1490b7f6b07785a9ff4adb22aacec7 Bug: 680635, 377696, 769885, 591500, 722943, 922951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915461 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#715386}
-
Joshua Peraza authored
The upload list is capped at 50 crashes. Previously, the already completed uploads were listed before the pending uploads. This patch places the pending uploads first so that it is possible for the user to see them and manually* trigger an upload. *The "send now" button does not actually send the report now. It schedules the dump for upload at a later time of the Job Scheduler's choosing. Bug: 1023836 Change-Id: Ided52abc451f4ac167dc9eb0db93d4ea32bdc090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917689Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#715385}
-
Joshua Peraza authored
0208c1a175e1 fuchsia: Don't capture incorrect/unreasonably large stacks 2291bfa32ef1 android, gyp: fix the build 74490f00a47b linux: roll lss and use sys_sigtimedwait/sys_sigprocmask Change-Id: I220c774c372f59303e62f1da5a1946549ce47cb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914901 Commit-Queue: Mark Mentovai <mark@chromium.org> Auto-Submit: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#715384}
-
Matt Menke authored
Make the ProxyService API take a NetworkIsolationKey and pass it down to the ProxyResolver. Also make the main consumer actually pass in requests' NIK. Some other callsites still need to be updated to pass in NIKs. Also introduce new pattern of using NetworkIsolationKey::Todo() to create empty NetworkIsolationKeys() in places that should be modified to pass in populated NetworkIsolationKeys. Bug: 1021661 Change-Id: I4cd2a54fb68dea74cb9a3660b2b2d38f1a35f6f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1908922 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#715383}
-
Peter Kotwicz authored
BUG=None TBR=dominickn Change-Id: Ibf4ea006bacaae543bc1d3641d6e850ae35ad582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917745Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#715382}
-
Reilly Grant authored
Bug: 1007782 Change-Id: I5bc515340e1836297565fa54f9b30124917126f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916963 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#715381}
-
Vasiliy Telezhnikov authored
This CL fixes GLRenderer::RestoreGLState to DisableVertexAttribArray that Skia might enabled and not used in GLRenderer. Bug: 1021361 Change-Id: Ic7fab80058ebdea902dadc64edce647ede16517a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917680Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#715380}
-
Rayan Kanso authored
Make sure the displayName is not null, which might cause crashes. Change-Id: Id98c778bba1354dd3e1a1def36f12082b49e5a07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916969 Auto-Submit: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#715379}
-
Long Cheng authored
1. Show default ARC system app in launcher on tablet form factor devices when ARC is disabled by admin. 2. Show Chrome dialog when user tries to launch default ARC app. Dialog text lists in the bug. Bug: 1019519 Change-Id: I2fd2d98656880355d50daabd55ee300de772ee22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900249Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#715378}
-
Ken Rockot authored
This migrates all Mojo interfaces exposed to the browser (by renderers) off of Service Manager APIs like ConnectionFilter. Instead RenderThreadImpl populates a BinderMap during initialization and passes it along to ChildThreadImpl::ExposeInterfacesToBrowser. NOPRESUBMIT=true Bug: 977637 Change-Id: If51249c2215046ce641151e486a034903e0878ae Tbr: boliu@chromium.org Tbr: groby@chromium.org Tbr: sky@chromium.org Tbr: xhwang@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907273 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#715377}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /chrome/browser/ui/app_list This CL was uploaded by git cl split. R=khmel@chromium.org Bug: 1018667 Change-Id: Ie15d91cf04bff703c332ad2ee74d81cda8ec7457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916472 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#715376}
-
Jasper Chapman-Black authored
Since padding can change somewhat arbitrarily, SuperSize diff doesn't surface every individual symbol's padding shift - it aggregates padding changes by section, and gives them a name marking them as an overhead symbol. Unfortunately these symbols weren't being given a full_name, so they showed up in the Tiger viewer with no name or record of where they're from. Change-Id: I9c3056c4358ef487df4411047c98440d38bbeca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916687Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> Auto-Submit: Jasper Chapman-Black <jaspercb@chromium.org> Cr-Commit-Position: refs/heads/master@{#715375}
-
Tommy Li authored
We can compute this on-demand rather than storing another piece of state we have to keep track of. I don't think this has a negative performance impact overall, as we rarely use the alternate nav URL (only on navigation basically). It does simplify the bookkeeping though, after removing this. Bug: 1016845, 363656 Change-Id: Ia32efb0b9bd83f591cc78f3304ad7521475402c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913241 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#715374}
-
Tommy Li authored
For file:// URLs on POSIX, we currently discard the host portion of the URL, and treat all file:// URLs as local. On Windows, we use the host portion as the SAMBA share, so this bug is inapplicable to Windows. This allows us to have URLs like: file://accounts.google.com/home/tommycli/Downloads/evil.html This is a low severity bug, since it's quite hard to exploit, but we should fix it anyways. RFC 8089 doesn't actually prohibit our previous behavior, but it does frown on it. This CL *could* break file:// links that relied on the old behavior, but those file:// links should probably be rightfully-broken, since they didn't work on Windows anyways. Bug: 881675 Change-Id: Ie9c90ac6285b698089205e73f46f0af13867e806 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907071Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#715373}
-
Aran Gilman authored
This CL addresses the straightforward fixes surfaced by the CSS presubmit check. The less straightforward ones (discussed in https://crbug.com/1024894) should be addressed in future CLs. Bug: 1011485, 1024894 Change-Id: Id2fdd0fa4bebdfb9dc8b402ad177e8c33a6a9a21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915039Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Aran Gilman <gilmanmh@google.com> Cr-Commit-Position: refs/heads/master@{#715372}
-
Eldar Rello authored
Spec: https://w3c.github.io/webrtc-pc/#dom-peerconnection-setremotedescription Intent: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/OqPfCpC5RYU Bug: chromium:980875 Change-Id: I57afbb241adf4dbb08268e27b44f12d69c4fc39e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790443Reviewed-by:
Harald Alvestrand <hta@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Eldar Rello <elrello@microsoft.com> Cr-Commit-Position: refs/heads/master@{#715371}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/4d4332ed66fa..d347d8903a96 git log 4d4332ed66fa..d347d8903a96 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 philipchen@google.com hatch: Add firmware builder 2019-11-14 mmortensen@google.com Add unit tests and mock responses for Binhost.GetBinhosts. Created with: gclient setdep -r src/third_party/chromite@d347d8903a96 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: I86d53a3e61fbaba09c1a7fd17ba0d1bdb2aa503f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917302Reviewed-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@{#715370}
-
Garrett Beaty authored
This is expected to break the builders, but due to a cloud outage we don't have logs from the previous attempt. Change-Id: I8b726cf5ce43cde0feec83ee6c7c6c540a9e5253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913199 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#715369}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/6e687af2649d..968df09eed92 git log 6e687af2649d..968df09eed92 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 timvp@google.com Treat VK_TIMEOUT as an error 2019-11-14 courtneygo@google.com Vulkan: Enable 3.0 as default context version 2019-11-14 courtneygo@google.com Vulkan: Add 565 and validate pixel formats: Windows Created with: gclient setdep -r src/third_party/angle@968df09eed92 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 cnorthrop@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=cnorthrop@google.com Bug: None Change-Id: I223aa5208dc8dbef36d6e5aa60a1b12219de176b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917305Reviewed-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@{#715368}
-
Ken Rockot authored
These are now exposed to the ChildProcess BindReceiver API on the UtilityProcessHost, via ChildThreadImpl::ExposeInterfacesToBrowser. Bug: 977637 Change-Id: Ib214f80d9ec3ae1e54fb63a04f06be77fa6fb7c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903594Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#715367}
-
Hitoshi Yoshida authored
Makes FunctionDefinitionNode render an initializer list. In case of rendering constructors, we may need an ininitializer list. This CL supports it. Bug: 839389 Change-Id: I65d5d47ac98803ce911d4dedc21d3d1207a40bca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911883Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#715366}
-
Gang Wu authored
Value set to 44 in https://chromium-review.googlesource.com/c/chromium/src/+/1894050 But https://chromium-review.googlesource.com/c/chromium/src/+/1903844 used old value. Bug: 1011061 Change-Id: Ib01f0b5db05ae80c130486e043856b5c35d3867f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917290Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#715365}
-
David Tseng authored
- makes the ChromeVox api only available to Docs, Sheets, and Slides. They use speak, stop, in braille mode off, and isChormeVoxActive in all modes. - removes the bulk of the classic background script, including dead command handlers. - remove dead classic earcons. - removes any other content script paths including prefs propagation. - refresh manifest with what's actually used. Test: manual. Change-Id: I5043657da78122cea106816335611bc6ffc108bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913170 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#715364}
-
David Black authored
Symptom: In tablet mode, clicking into the embedded web content that hosts Assistant Settings would cause a change in window focus. This change in window focus resulted in a change in AppList state back to kStateApps, making Assistant Settings unusable. The call to modify AppList state originated here: https://cs.chromium.org/chromium/src/ash/app_list/app_list_presenter_impl.cc?type=cs&q=applistpresenterimp&g=0&l=454 Solution: Resetting of AppList state occurred because AppList visibility incorrectly thought it was not visibility when showing Assistant. Now, visibility is updated when changing AppList states such that when Assistant is visible, AppList is rightly considered visible as well. Bug: b:144056527 Change-Id: I2613758d131c6621df5f61bdd66106399b8d7d9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903901 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#715363}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/95f0b1673fe6..3876a9f26706 git log 95f0b1673fe6..3876a9f26706 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 nigeltao@google.com Reset SkWuffsCodec frame-count decoder less often 2019-11-14 bsalomon@google.com Fixed sampling non-SkSL FPs with coordinates 2019-11-14 rosasco@google.com Use original fuchsia sdk token Created with: gclient setdep -r src/third_party/skia@3876a9f26706 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 halcanary@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=halcanary@google.com Bug: None Change-Id: Ia852f91f12072d83a33f33f0f0ab5b427708ca75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917306Reviewed-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@{#715362}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/01294f0e2987..eb48799ec504 git log 01294f0e2987..eb48799ec504 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 sprang@webrtc.org Prepares PacingController for scheduled send tasks. 2019-11-14 danilchap@webrtc.org In PacketBuffer split logic for detecting frame boundaries and assembling frame. Created with: gclient setdep -r src/third_party/webrtc@eb48799ec504 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I9c28878df0867b295507fb2e065dd0fc92c80711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917301Reviewed-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@{#715361}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /chromecast This CL was uploaded by git cl split. R=yucliu@chromium.org Bug: 1018667 Change-Id: I5a8328c5e68585b67e8bc0c64acb4182b4b2ef45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916469 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#715360}
-
Victor Hsieh authored
Until the device and user policies are clearly defined, force to disable a managed user to enable adb sideloading, even if on an unmanaged device (and as the primary user). TEST=powerwash and initialize with a managed account, then try to enable adb sideloading => see policy indicator with disabled toggle TEST=bypass the UI to force enable => fail to enable BUG=chromium:893332 Change-Id: I26b16046ef9210b878ab234b122b962bf090cf1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913071 Commit-Queue: Victor Hsieh <victorhsieh@chromium.org> Auto-Submit: Victor Hsieh <victorhsieh@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#715359}
-
ziyangch authored
Bug: internal b/140189221 Test: Cast from Youtube to Android TV. TTS on Android Things. Change-Id: I285f06ce5f44d6d0875e43d5d7ed62328e7ece70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917342Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Ziyang Cheng <ziyangch@chromium.org> Cr-Commit-Position: refs/heads/master@{#715358}
-
Benoît Lizé authored
non-public fields cause issurs across ClassLoaders, which breaks some TriChrome APKs. Bug: 1023681 Change-Id: I074c73669cb04ad977e448753ee27b453640cade Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914393Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#715357}
-
Ryan Hamilton authored
https://quiche.googlesource.com/quiche.git/+log/ac35d459a911..83f29bd6fa2b $ git log ac35d459a..83f29bd6f --date=short --no-merges --format='%ad %ae %s' 2019-11-13 rch Change CryptoServerConfigForTesting to return a unique_ptr instead of an object because CryptoServerConfigForTesting has now copy constructor. 2019-11-12 bnc Signal QPACK dynamic table usage from quic_client_interop_test. 2019-11-11 renjietang Send correct STOP_SENDING/RESET_STREAM frames for different stream types. 2019-11-11 nharper gfe-relnote: Deprecate gfe2_reloadable_flag_quic_framer_doesnt_create_initial_encrypter 2019-11-11 renjietang Remove unnecessary code in QuicSpdySession. 2019-11-11 dschinazi Introduce QuicDatagramFlowId 2019-11-11 nharper Support resumption in quic_client_interop_test_bin 2019-11-11 renjietang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_coalesce_stream_frames. The flag is replaced by gfe2_restart_flag_quic_coalesce_stream_frames_2 and is no longer in use. 2019-11-11 renjietang Modify write_index_ advancement to incorporate coalescing stream frames. 2019-11-11 nharper gfe-relnote: Enable certificate verification on TLS resumption in QUIC, protected by reloadable flag quic_supports_tls_handshake 2019-11-11 nharper gfe-relnote: Add SessionCache to TlsClientHandshaker, protected by reloadable flag quic_supports_tls_handshake 2019-11-11 dschinazi Allow changing max_packet_size from QuicConfig 2019-11-11 wub gfe-relnote: (n/a) Add some log for QUIC bbr2 code. Logging only. 2019-11-11 bnc Remove QuicDispatcher::set_new_session_allowed_per_event_loop(). 2019-11-11 ianswett Add a missing flag count for gfe2_reloadable_flag_quic_bbr_one_mss_conservation. 2019-11-11 ianswett Re-enable QuicPacketCreatorTest::ConsumeDataLargeSendAckTrue for versions with the invariant header. 2019-11-08 fayang gfe-relnote: In QUIC, close connection if CreateAndSerializeStreamFrame fails. Protected by gfe2_reloadable_flag_quic_close_connection_on_failed_consume_data_fast_path. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I5d54d00941b84ab5b89d8d9ec5324268ce1d7745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914967 Commit-Queue: Ryan Hamilton <rch@chromium.org> Auto-Submit: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#715356}
-
rbpotter authored
Instead of inlining 3 different test suites in a single TEST_F, split these test suites into separate files and run them as 3 different tests. This is in preparation for migrating bookmarks to Polymer 3, since the main test file cannot be a module script, but the file(s) containing the tests themselves will need to be module scripts in order to import from the Polymer 3/modularized code. Note: All these tests are currently disabled, but ran them locally successfully on Linux (with optimize_webui = true and false). Bug: 1022213 Change-Id: Id388411fd9b7a58c058cd49260f6fbe9036201c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915620Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#715355}
-
Khushal authored
This reverts commit d2d106df. This patch had a side-effect of enabling SurfaceControl on cast devices which had a bug in how the Surface was initialized for use in the GPU process. R=shaktisahu@chromium.org,boliu@chromium.org TBR=zmo@chromium.org Bug: 1021797 Change-Id: I9ff4e19253260debe7369e1267c23725385555bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915288Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#715354}
-