- 31 Oct, 2018 40 commits
-
-
Roger McFarlane authored
Bug: 824834 Change-Id: I8f753a6a304ce77a525f54d9a590c98a398ee233 Reviewed-on: https://chromium-review.googlesource.com/c/1307249Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#604241}
-
Nicolas Ouellet-payeur authored
Change-Id: I3ed88075033129841e263d2b53dede8221ada390 Reviewed-on: https://chromium-review.googlesource.com/c/1308255Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#604240}
-
Nicolas Ouellet-payeur authored
Change-Id: Ie58b436dab47ed88e68360a1c241a312aed1f8d6 Reviewed-on: https://chromium-review.googlesource.com/c/1308044Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#604239}
-
Henrique Grandinetti authored
Bug: 899215 Change-Id: I12af0746f3c78fb94d8c27238a6d92e373fc325a Reviewed-on: https://chromium-review.googlesource.com/c/1301813 Commit-Queue: Henrique Grandinetti <hgrandinetti@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#604238}
-
Kevin Bailey authored
Remove the existing Omnibox keyword entry method enumeration and rename all references to new Omnibox event proto enumeration. This will cause Omnibox metrics for these events to begin recording off by one from the previous values, however the histogram enumeration descriptions have been updated too. Bug: 837395 Change-Id: Idd040ac10c64633ae5cbe7b0f7f102776705ef91 Reviewed-on: https://chromium-review.googlesource.com/c/1273624Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#604237}
-
Pedro Simonetti Garcia authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/c270bd3daa83..46e2b4be31c7 $ git log c270bd3da..46e2b4be3 --date=short --no-merges --format='%ad %ae %s' 2018-10-24 qiyuh system_api: Add IsTXPowerSupported property of advertising manager 2018-10-25 joelhockey vm_tools: seneschal: Add comment that DriveFs .Trash must not be shared 2018-10-17 pedrosimonetti system_api: Deprecate obsolete property arc.proto. 2018-10-23 smbarber system_api: vm_cicerone: add cid to LaunchVshd Created with: roll-dep src/third_party/cros_system_api Change-Id: Id94f9c0c28f1a9407ad46c2274242e31cfff5f10 BUG=b:111802968 Change-Id: Id94f9c0c28f1a9407ad46c2274242e31cfff5f10 Reviewed-on: https://chromium-review.googlesource.com/c/1306644 Commit-Queue: Pedro Simonetti Garcia <pedrosimonetti@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#604236}
-
Kush Sinha authored
Chrome OS Account Manager : When users click on the "Add account" button, a new account addition dialog should not be created if an existing one is being displayed. This dialog is always-on-top and creating multiple such dialogs clutters the screen and is a bad user experience. Instead, move focus to an existing account addition dialog, if available when users click on "Add account" multiple times. Bug: 833797 Test: Manually Change-Id: I8a28d5d1d372f06d85cb6a5cd27d96f6ac25679a Reviewed-on: https://chromium-review.googlesource.com/c/1308193 Commit-Queue: Kush Sinha <sinhak@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#604235}
-
Corentin Wallez authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang.git/+log/a08f465d5398..0ac199df3268 $ git log a08f465d5..0ac199df3 --date=short --no-merges --format='%ad %ae %s' 2018-10-30 cwallez BUILD.gn: remove reference to non-existent header 2018-10-29 cwallez Fix MSVC warning C4065: 'default' but no 'case' labels 2018-10-26 cepheus Build: Pin googletest to a version that works with visual studio 2013. 2018-10-26 cepheus SPV/Standalone: Support specifying arbitrary versions of SPIR-V. 2018-10-23 neil.henning Fix 8-bit storage nearly always using the UniformAndStorageBuffer8BitAccess capability. 2018-10-25 sparmar Allow GL_NV_mesh_shader in fragment shaders for perprimitiveNV 2018-10-25 cepheus PP: Fix #155: Don't give error on HLSL PP-only parsing. 2018-10-24 dsinclair Fixup unused parameter warnings Created with: roll-dep src/third_party/glslang/src TBR=dsinclair@chromium.org Bug: 870747 Change-Id: Iba9e47a7ed03898808a682157d92f540dc9f27a9 Reviewed-on: https://chromium-review.googlesource.com/c/1309738Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#604234}
-
Corentin Wallez authored
https://dawn.googlesource.com/dawn.git/+log/16092faa163b..61791eae36b8 $ git log 16092faa1..61791eae3 --date=short --no-merges --format='%ad %ae %s' 2018-10-31 cwallez Roll glslang to get a `gn check` fix. 2018-10-31 cwallez Remove support for CMake builds 2018-10-31 jiawei.shao Rename mipLevel to levelCount in TextureDescriptor 2018-10-31 cwallez Build with a different gtest harness when in Chromium 2018-10-30 yunchao.he Initialize BlendDescriptor with default values. 2018-10-29 jiawei.shao Support creating texture view with descriptor on OpenGL version >= 4.3 2018-10-29 yunchao.he Use blend descriptor to replace a blend struct. 2018-10-26 senorblanco Fix D3D12 Buffer::UnmapImpl() for MapWriteAsync(). 2018-10-26 yunchao.he make the names in dawn.json consistent. 2018-10-26 jiawei.shao Create texture view with descriptor on D3D12 and Metal - Part I 2018-10-25 cwallez Add copy constructors to the C++ Dawn interface 2018-10-23 cwallez Roll glslang and shaderc 2018-10-23 jiawei.shao Implement creating texture view with descriptor on Vulkan 2018-10-18 jiawei.shao Implement CreateDefaultTextureView by CreateTextureView 2018-10-16 cwallez Suppress test failure on Vulkan 2018-10-15 cwallez Put the reference to DeviceBase in a new ObjectBase 2018-10-12 jiawei.shao Add entry point of creating texture view by TextureViewDescriptor 2018-10-09 jiawei.shao Support creating default texture view on 2D array textures 2018-10-08 cwallez Remove references to Github in README and CONTRIBUTING Created with: roll-dep src/third_party/dawn TBR=kainino@chromium.org Bug: 870747 Change-Id: I09ed7e4233cace90ff88117705db579c5ee9cb99 Reviewed-on: https://chromium-review.googlesource.com/c/1309783Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#604233}
-
Geoff Lang authored
This functionality is used on Android. BUG=900228 Change-Id: Id4fc151a8192a2bfba77d766855cc1b336df2738 Reviewed-on: https://chromium-review.googlesource.com/c/1307841Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#604232}
-
Jordan Demeulenaere authored
Change-Id: I955ed13bffef907f792edb7f54c8793e4632af5a Reviewed-on: https://chromium-review.googlesource.com/c/1309775 Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#604231}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/af730f2b44f6..83d923f38664 git log af730f2b44f6..83d923f38664 --date=short --no-merges --format='%ad %ae %s' 2018-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 193a284d34d2..d60e42f8e79e (1 commits) Created with: gclient setdep -r src/third_party/skia@83d923f38664 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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=herb@chromium.org Change-Id: I8569b2132ff7c04213ce421eb9329dee8925085a Reviewed-on: https://chromium-review.googlesource.com/c/1309543Reviewed-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@{#604230}
-
Rune Lillesveen authored
Since we don't expect it to be null inside LayoutTreeBuilderForElement, just do not try to create a layout object for that case. Change-Id: I2189df6ab0c2f3ed3f967337493e15e95a0d81c6 Reviewed-on: https://chromium-review.googlesource.com/c/1309737Reviewed-by:
Anders Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#604229}
-
Josh Karlin authored
Since LocalFrame already has a IsAdSubframe() method we don't need to also have this information in the SubresourceFilter. This is a behavior change for workers, because we'll no longer tag ad resources in workers but we weren't actually doing anything with that information. If we want that information in the future, we can add a similar IsAdWorker method on the ExecutionContext itself. Bug: 894505 Change-Id: I17cdc258d42169679a205993123b5026e76b2b89 Reviewed-on: https://chromium-review.googlesource.com/c/1277546Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#604228}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cde793b094e2..3bb0ac4bc943 Created with: gclient setdep -r src-internal@3bb0ac4bc943 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. TBR=mmoss@chromium.org Change-Id: I2c87e0d109f96562130baedc91f9a02495042427 Reviewed-on: https://chromium-review.googlesource.com/c/1309544Reviewed-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@{#604227}
-
Ioana Pandele authored
This reverts commit 2ae6a697. Reason for revert: The following tests fail on WebKit Linux Trusty MSAN * http/tests/devtools/isolated-code-cache/same-origin-test.js * virtual/site-isolated-code-cache/http/tests/devtools/isolated-code-cache/same-origin-test.js Original change's description: > Add layout tests for javascript code caching. > > This add layout tests to ensure javascript code caching is working as > expected. This also adds virtual tests with ( > --enable-features=IsolatedCodeCache --site-per-process) to test that the > isolated code cache is behaving as expected. These tests test that: > 1. code cache is created on the second visit to the script > 2. code cache is consumed on the third visit to the script > 3. code cache for the same script resource is not reused if > requested from a different origin (for the virtual tests). > > Bug: chromium:879494 > Change-Id: I05f92fa129dac2419c84fcc65e9d0c684b9d48e2 > Reviewed-on: https://chromium-review.googlesource.com/c/1297363 > Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> > Commit-Queue: Mythri Alle <mythria@chromium.org> > Cr-Commit-Position: refs/heads/master@{#604199} TBR=kozyatinskiy@chromium.org,mythria@chromium.org Change-Id: I7169c097989e642fb5296d19965b162e256b6507 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:879494 Reviewed-on: https://chromium-review.googlesource.com/c/1309740Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#604226}
-
Max Morin authored
I reproduced the flake locally and found that the RenderCallback was busy generating sine values, causing an underrun. This CL increases the buffer duration by 10 (also increasing the timeout by 5), and decreases the sample frequency (so that fewer values have to be generated). Since the test was quite slow, kBuffers is also reduced a bit. With these changes, the test ran 1M times with asan without any flakes. Bug: 761214 Change-Id: I0855a63edbd62e4c4f9afe4d9d1f68c2b61ff61c Reviewed-on: https://chromium-review.googlesource.com/c/1309734Reviewed-by:
Oskar Sundbom <ossu@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#604225}
-
Vladislav Kuzkokov authored
Bug: 891174 Change-Id: I6962a3a9f07249dfe8e40f30d331606b61bc27d8 Reviewed-on: https://chromium-review.googlesource.com/c/1273144Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Cr-Commit-Position: refs/heads/master@{#604224}
-
Francois Doray authored
With this CL, a ProcessCoordinationUnit stores the launch time obtained from base::Process::CreationTime() rather than a time obtained from base::Time::Now() after process launch. That will make it easier to validate that a handle to the right process is obtained when calling ::OpenProcess() with a Pid on Windows. Bug: 885293 Change-Id: I56bfce59b51542f71eec83777aa53fd8f4e7d245 Reviewed-on: https://chromium-review.googlesource.com/c/1273257 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#604223}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8b7d206d37ba..b32bb959c9a9 git log 8b7d206d37ba..b32bb959c9a9 --date=short --no-merges --format='%ad %ae %s' 2018-10-31 yinwa@webrtc.org Bugfix: FlexFEC causes retransmit bitrate increase. Created with: gclient setdep -r src/third_party/webrtc@b32bb959c9a9 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I6801009142b4ada7f15e352689b428a519fd78a8 Reviewed-on: https://chromium-review.googlesource.com/c/1309542Reviewed-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@{#604222}
-
Shu Chen authored
1) Avoid wchar_t at all. Use u8"" literal. 2) Avoid heavy parsing at all. Make the key mapping definitions contains the parsed map instead of a big string for parsing. 3) Removes the test cases for parsing because there is no parsing at all. 4) Split the .h files under def/ into .h and .cc files. Bug: 859432 Change-Id: Iae110d556aa80b6a7b64d2373b8fafbbfee3c41c Reviewed-on: https://chromium-review.googlesource.com/c/1301096 Commit-Queue: Shu Chen <shuchen@chromium.org> Reviewed-by:
Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#604221}
-
Finnur Thorarinsson authored
- Fix sorting. Use a Sort key that takes into account locale-based traditions for sorting names in address books. - Make sure contact icons are all of equal size. - Use only single letter for icons without contact images (instead of two). Trying to figure out what is the last name requires some heuristics. Bug: 860467 Change-Id: Ib6c03cea6ade5f479d1b46fc2a2164ba55e8ca14 Reviewed-on: https://chromium-review.googlesource.com/c/1307504 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#604220}
-
Sergio Villar Senin authored
IdentityTestEnvironment posts tasks to handle access tokens in order to support cases where the access token request is handled synchronously. The problem was that the object could be destroyed before those tasks are run resulting in bad crashes. We can get them all canceled just by using weak pointers instead of base::Unretained. Change-Id: If61aee64ab5eaf7667a7470c309d810ba6f2be54 Reviewed-on: https://chromium-review.googlesource.com/c/1298026 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#604219}
-
Raphael Kubo da Costa authored
This test was added in https://github.com/web-platform-tests/wpt/pull/13487, and triggers the same content_shell crash we had a while ago when a reftest has <link href="about:blank">. Mark it as both passing and crashing to allow imports to continue. TBR=lukebjerring Bug: 895777 No-Try: True Change-Id: I9cee89e8ff67e3c83414a73bb18cb7d74c5d6c06 Reviewed-on: https://chromium-review.googlesource.com/c/1309779 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#604218}
-
Ian Kilpatrick authored
This changes the line_left_edges, and line_right_edges to keep a simple tuple instead of a scoped_refptr to an NGExclusion. This speeds up some of the float benchmarks by ~2.5%. Bug: 635619 Change-Id: I2d4801c5e2eecdbdc53e147dc8e9609150bab581 Reviewed-on: https://chromium-review.googlesource.com/c/1308259Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#604217}
-
Mythri Alle authored
Add tests for the defering logic in the code cache fetch. Bug: chromium:812168, chromium:879494 Change-Id: Iac88631b4b5df3d13e327f2642f45fb285d2659f Reviewed-on: https://chromium-review.googlesource.com/c/1209484 Commit-Queue: Mythri Alle <mythria@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#604216}
-
Alex Clarke authored
Cross thread immediate task posting performance matters for the UI thread and the Blink main thread. This patch adds a perf test for this case. Also refactors things into classes which hopefully makes it a bit more manageable. Bug: 863341, 897751 Change-Id: I5cc1492fb1988582085af0c4ff04ac7e729a4fd7 Reviewed-on: https://chromium-review.googlesource.com/c/1307500Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#604215}
-
Tanja Gornak authored
sync_client isn't used on any platforms, hence it doesn't make sense to keep it around. Bug: 880056, 801985 Change-Id: I1bbb5c689d1b004fa8a673e5d86c91a3e9712900 Reviewed-on: https://chromium-review.googlesource.com/c/1307494 Commit-Queue: Tatiana Gornak <melandory@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#604214}
-
Tanja Gornak authored
Bug: 880056, 801985 Change-Id: I0606bb84518b35a8d965e6bb2fb44bb6fcee5620 Reviewed-on: https://chromium-review.googlesource.com/c/1307435Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Tatiana Gornak <melandory@chromium.org> Cr-Commit-Position: refs/heads/master@{#604213}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/abc8edfb888a..cde793b094e2 Created with: gclient setdep -r src-internal@cde793b094e2 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. TBR=mmoss@chromium.org Change-Id: I93fa09250c3e2b7d0c0f6612a9facc6835b58f2f Reviewed-on: https://chromium-review.googlesource.com/c/1309541Reviewed-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@{#604212}
-
Ian Kilpatrick authored
This was an over-otimization, which realistically probably never gets hit. Bug: 635619 Change-Id: Icac53b8605e56242b8455228d0767b2dafb66b5d Reviewed-on: https://chromium-review.googlesource.com/c/1305133 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#604211}
-
Daniel Bratell authored
There are some circular include dependencies in the zlib build system because some parts are extracted into their own targets. To make gn check understand that, those targets need to be added to the allow_circular_includes_from list. Bug: 898837 Change-Id: Ic94c5f5ac88e10792b458f4d734c4ad0487023c2 Reviewed-on: https://chromium-review.googlesource.com/c/1299135Reviewed-by:
Chris Blume <cblume@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#604210}
-
Eric Seckler authored
Fixes the flakiness of buffer usage / known categories tests by resolving an accidental race condition. Also restricts disabling the other two tests to <= kitkat devices since those seem to be the only ones that show (inexplicable) flakiness. TBR=yfriedman@chromium.org Bug: 899894 Change-Id: I0225c1519ea19910492ffb60a242bcc71b2275b4 Reviewed-on: https://chromium-review.googlesource.com/c/1307433Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#604209}
-
Eliot Courtney authored
It seems that WindowState::UpdatePipState was overwriting window visibility animation types set by other code. Modify it to be called earlier and only to update the window visibility animation type on transitions from and to PIP. as well (properly uses FADE type animation) Bug: 899432 Test: Animation to overview mode no longer has black backdrop animating Test: Dismiss animation for PIP still works on closing the PIP window. Change-Id: I9a575fbc55273cb4be7e26482f6f749e6d3ce15c Reviewed-on: https://chromium-review.googlesource.com/c/1306971Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#604208}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4d8f48db9ef5..af730f2b44f6 git log 4d8f48db9ef5..af730f2b44f6 --date=short --no-merges --format='%ad %ae %s' 2018-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 70942e2e8566..e36ca90f33e9 (1 commits) Created with: gclient setdep -r src/third_party/skia@af730f2b44f6 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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=herb@chromium.org Change-Id: I0bb6b3ac4b255878b61ae0532b615df2ec355e96 Reviewed-on: https://chromium-review.googlesource.com/c/1309540Reviewed-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@{#604207}
-
Mitsuru Oshima authored
* Pause occusion tracker during overview animation * Activate the text filter after animation * Don't animate backdrop window during overview animation. * Fix the bounds change issue in WindowGrid. It shouldn't change the parent window's bounds. in both clamshell and tabletmode. The web contents should load after animations without backdrop animation. No gap at the bottom of the screen after exiting overview mode. Bug: 898077, 897387 Test: no functional change. Manually tested visual change by entering/exiting overview mode Change-Id: I60c2709c5394a565bae6d0c4bfdd7006e2e76496 Reviewed-on: https://chromium-review.googlesource.com/c/1304973 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#604206}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f577ab3d38f9..8b7d206d37ba git log f577ab3d38f9..8b7d206d37ba --date=short --no-merges --format='%ad %ae %s' 2018-10-31 peah@webrtc.org AEC3: Decrease latency until the delay has been detected Created with: gclient setdep -r src/third_party/webrtc@8b7d206d37ba 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:896334 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I4959a12dc3a5557463627b200eac455332ce4249 Reviewed-on: https://chromium-review.googlesource.com/c/1309539Reviewed-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@{#604205}
-
Tatsuhisa Yamaguchi authored
This is a follow-up of crrev.com/c/1306969. After that change it showed the tooltip for power status even when hovering on other parts of the tray. Bug: 888072 Change-Id: I26c5786a8ff19347f2eb58dd1430e2d5ea66d066 Reviewed-on: https://chromium-review.googlesource.com/c/1308961Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#604204}
-
Sunny authored
When calling |RegisterNonPersistentNotificationListener| with an existed notification id, it will first dispatch a close event to old notification and set new listener into listener map. Currently the new listener is replaced immediately after calling |DispatchNonPersistentCloseEvent|, since it's an asynchronize call, it will remove the replaced listener unexpectedly, instead of removing the original listener. To fix this, we can postpone listener replacement after the close event finish it's cleaning job. For new created notification, the listener can be set immediately due to there is no close event need to be dispatched. Bug: 880266, 898486 Change-Id: I370d77386cf1a6636f368f1785d92d362a3b4263 Reviewed-on: https://chromium-review.googlesource.com/c/1303898Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#604203}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/600998aa..0ccf17e9 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id2065b11573e0f0a2911068dbdf371bdcbdddeb7 Reviewed-on: https://chromium-review.googlesource.com/c/1309308Reviewed-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@{#604202}
-