- 03 Dec, 2018 40 commits
-
-
Javier Ernesto Flores Robles authored
Similar to pull to refresh, pulling the suggestions to the right will reset the keyboard and the manual fallback view. Video: https://drive.google.com/file/d/1QpoiU3YPXdFhLQ_ubzZcyJ7VxVo86Zpv/view?usp=sharing Bug: 845472, 911142 Change-Id: Ie13322d168dac81288d95a8e10a0bcb5bab59339 Reviewed-on: https://chromium-review.googlesource.com/c/1355188 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#613169}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a21a7c53d9b2..7808a519be73 git log a21a7c53d9b2..7808a519be73 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 clemensh@chromium.org Fix typo in man page for git new-branch Created with: gclient setdep -r src/third_party/depot_tools@7808a519be73 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Change-Id: Ie82b94a503eda12fc79c6fc1d5d16e5d7c0cbf8b Reviewed-on: https://chromium-review.googlesource.com/c/1358756Reviewed-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@{#613168}
-
Dan Harrington authored
Bug: 841516 Change-Id: I53b327330283cc110eb9a23c68753781edfb4218 Reviewed-on: https://chromium-review.googlesource.com/c/1351274 Commit-Queue: Dan H <harringtond@google.com> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#613167}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5199b83eef8b..d2eb15071cfa Created with: gclient setdep -r src-internal@d2eb15071cfa 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: Icbc910923ffb4f795c4f7a486d6e132d27057130 Reviewed-on: https://chromium-review.googlesource.com/c/1358801Reviewed-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@{#613166}
-
Eugene But authored
On iOS 12 URLSession:dataTask:didReceiveData: delegate method can be called when task is in NSURLSessionTaskStateCompleted state. This resulted in extra URLFetcherResponseWriter::Finish call (one from didReceiveData: and one from didCompleteWithError:). URLFetcherResponseWriter::Finish DCHECKs if Finish is called twice, so the test was flaky. This CL changes DownloadTaskImpl to only call URLFetcherResponseWriter::Finish from didCompleteWithError:. Originally Reviewed-on: https://chromium-review.googlesource.com/c/1354233 Bug: 873204 Change-Id: Idece867d9d27c46a0deb57096144ed62df056901 Reviewed-on: https://chromium-review.googlesource.com/c/1355535Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#613165}
-
Aaron Colwell authored
It looks like the code that called this was removed over 4 years ago by https://src.chromium.org/viewvc/chrome?revision=285521&view=revision Change-Id: Ifd62e5c0750b7de02d0adc8c3fef487cb8a3d0e3 Reviewed-on: https://chromium-review.googlesource.com/c/1356322 Commit-Queue: Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#613164}
-
Yi Gu authored
Our codes do not match the spec in calculating the animation effect phases [1] and its active time [2]. This patch updated the current implementation by spec and fixed the related layout tests. [1] https://drafts.csswg.org/web-animations/#before-active-boundary-time [2] https://drafts.csswg.org/web-animations/#calculating-the-active-time Change-Id: Ia9ccea246835ddd2e2a3970d9279e008de9e699c Bug: 909785 Reviewed-on: https://chromium-review.googlesource.com/c/1352710 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#613163}
-
Jonathan Metzman authored
Change-Id: I663564ce66a7f41aef466d47373f89557992a2b6 Reviewed-on: https://chromium-review.googlesource.com/c/1358918Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#613162}
-
Peter Boström authored
This change instead updates the animation progress in delta-time increments, which prevents a bunch of clock math and rewinding of start timestamps. Bug: None Change-Id: I6848e3c3ca2d7c844f56f126d72c9b8420364b2a Reviewed-on: https://chromium-review.googlesource.com/c/1356261 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#613161}
-
kylechar authored
HostFrameSinkManager::InvalidateFrameSinkId() can make a synchronous IPC to ensure whatever is drawing the platform window is destroyed before the platform window gets destroyed. However, while waiting for the synchronous IPC response other synchronous IPCs continue to get processed. |frame_sink_data_map_| can get mutated in response to a different synchronous IPC and |data| may no longer point to a valid memory location when DestroyCompositorFrameSink() returns. Change the order so that all modifications to |data| happen before the synchronous IPC. Also add a comment to clarify that FrameSinkIds shouldn't be reused after they are invalidated. We don't do this today and it would cause more re-entrancy problems. Also switch |frame_sink_data_map_| to use std::unordered_map instead of base::flat_map. This map can get large (tens of elements per open tab) so std::unordered_map is probably a better choice. Bug: 907211 Change-Id: Iea42d1eca290f5b61f215c66da9b9021f671c1e0 Reviewed-on: https://chromium-review.googlesource.com/c/1352525Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#613160}
-
Robert Ogden authored
The fields are added to DRPPageLoadTiming and added to a submessage in the pingback to make server-side analysis easier. This also moves the ServerLitePageStatus enum out of PreviewsUserData and into a common header for sake of layering. Bug: 864665 Change-Id: I1844acd4f249397a70848a2d2c2b578e64a54034 Reviewed-on: https://chromium-review.googlesource.com/c/1356119 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#613159}
-
Fredrik Söderquist authored
We assume that SkColor <=> Color::Rgb(), so simplify the Color variant accordingly. PaintFlags are always passed as constant references, so pass it like that to the PaintFlags variant too and remove the null-checks. Also always explicitly copy the PaintFlags so that we get RVO. Change-Id: I46b6f5aff7cbe175d6b9a2ff8277ff5ce9b4fce8 Reviewed-on: https://chromium-review.googlesource.com/c/1358497Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#613158}
-
Robert Liao authored
This reverts commit 65e52ac6. Reason for revert: This appears to be a bot only failure at the moment. Original change's description: > Reenable browser_tests InputImeApiTest.BasicApiTest > > This seems to work fine on Linux with --gtest_repeat=10. > > BUG=882338 > TBR=shuchen@chromium.org > Reenabling a test. > > Change-Id: I993856797c704a4b438402a97453d4e2b60f72f0 > Reviewed-on: https://chromium-review.googlesource.com/c/1356230 > Reviewed-by: Robert Liao <robliao@chromium.org> > Commit-Queue: Robert Liao <robliao@chromium.org> > Cr-Commit-Position: refs/heads/master@{#612707} TBR=robliao@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 882338 Change-Id: Ibb22cec2bce9e309b3f8b081a745797910c4e992 Reviewed-on: https://chromium-review.googlesource.com/c/1358916Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#613157}
-
Chris Hamilton authored
We want to cross-check that we can see the impact of this fix on the metrics we want to track long term. The fix unfortunately landed at the same time as a tweak to these metrics and as such we missed that opportunity the first time around. This experiment will only be run for two days on Windows Canary. This is a continuation of this CL by gab@: https://chromium-review.googlesource.com/c/chromium/src/+/1347585/4 BUG: 890978 Change-Id: I8543d398ea804344dd160066c3f8f1638c7f5770 Reviewed-on: https://chromium-review.googlesource.com/c/1358800Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#613156}
-
Rune Lillesveen authored
Presumably fixes UBSAN crasher. Seemingly so running locally with fuzzer test case. Bug: 904037 Change-Id: Ie5804e28835528e65caadbf43308260b961a92b7 Reviewed-on: https://chromium-review.googlesource.com/c/1358446Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#613155}
-
khachatryan authored
Checking if log parser returns an empty value then we should return 'command' Change-Id: Ia6f2b583603f04183349a023365e13aceff95894 Reviewed-on: https://chromium-review.googlesource.com/c/1331950Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#613154}
-
Tatiana Buldina authored
Bug: chromedriver:2654 Change-Id: I530297d787c09c3be941c7b69dcd3267d1f71aca Reviewed-on: https://chromium-review.googlesource.com/c/1356594Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tatiana Buldina <buldina@chromium.org> Cr-Commit-Position: refs/heads/master@{#613153}
-
Stephen McGruer authored
Bug: 909711 Change-Id: I7088eac2946a4b71ece3cea2b54d3ac9b400116c Reviewed-on: https://chromium-review.googlesource.com/c/1354060Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#613152}
-
Robert Ogden authored
Why not? Change-Id: I7646e3baa578682774a60d4223ce09e1a2c7d649 Reviewed-on: https://chromium-review.googlesource.com/c/1358917Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#613151}
-
Jan Wilken Dörrie authored
This change adds a new UMA Histogram that logs the referrer of a navigation to the manage passwords page. Logging is added in both native and Web UI. Bug: 904821 Change-Id: I727b0ace112f407121868d79181f523efecab511 Reviewed-on: https://chromium-review.googlesource.com/c/1355604 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#613150}
-
Scott Violet authored
Screen bounds are sent at embed points to the embedded client. BUG=none TEST=covered by tests Change-Id: I85a3d214708d8b28d288496edd2ec4be561ef533 Reviewed-on: https://chromium-review.googlesource.com/c/1357644 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#613149}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e89dd701..20317f4d 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=luci.chromium.try:linux-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: Ia548ec6f3a011d875dcea5749e72ed6f841d40dc Reviewed-on: https://chromium-review.googlesource.com/c/1358909Reviewed-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@{#613148}
-
Jan Krcal authored
This change makes the tests more robust and easier to read. Bug: 894001 Change-Id: I3e147d4384d6119563dd6cf907e024af298ad6a6 Reviewed-on: https://chromium-review.googlesource.com/c/1358504 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#613147}
-
Robert Flack authored
before-unload-return-value-from-listener.html is also crashing on the virtual test suite virtual/mouseevent_fractional with the same reason. TBR=yutak@chromium.org Bug: 906952 Change-Id: Ie778939ed40f13d6e1b6e263a6c3266a9427826f Reviewed-on: https://chromium-review.googlesource.com/c/1358915Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#613146}
-
Robert Sesek authored
This refactors the three implementations across //content's ppapi_plugin, renderer, and utility into a single implementation in child. No intended behavior change. Change-Id: Icebe662f6d6855bd4f00f103691267e5db7e92ff Reviewed-on: https://chromium-review.googlesource.com/c/1356026Reviewed-by:
Dominik Röttsches <drott@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#613145}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6f862e54f2a0..4f870714be35 git log 6f862e54f2a0..4f870714be35 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 eakuefner@chromium.org Remove myself from Catapult OWNERS files Created with: gclient setdep -r src/third_party/catapult@4f870714be35 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=sullivan@chromium.org Change-Id: I7f0d3f008fd225286bb2aac02810a6ec37e014e0 Reviewed-on: https://chromium-review.googlesource.com/c/1358752Reviewed-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@{#613144}
-
Scott Violet authored
All classes in chrome now have Client in the name. Additionally the suffix ChromeOS has been removed to Impl. BUG=875111 TEST=covered by tests Change-Id: I5f41beeb10fa14e54fe5ce911c4b4782dd9f0830 Reviewed-on: https://chromium-review.googlesource.com/c/1355767Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#613143}
-
Alexandr Ilin authored
TBR: bsheedy@chromium.org Bug: 911144 Change-Id: I924a28122faa58c8719d65871e947e8c96fe373a Reviewed-on: https://chromium-review.googlesource.com/c/1358460Reviewed-by:
Alexandr Ilin <alexilin@chromium.org> Commit-Queue: Alexandr Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#613142}
-
Evan Stade authored
- ArcVoiceInteractionFrameworkServiceTest.CapturingScreenshotBlocksIncognitoWindows Bug: 905430 Change-Id: If332da0d0abcd722a82a51c9a84bc39d2c0735e3 Reviewed-on: https://chromium-review.googlesource.com/c/1354678Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#613141}
-
edchin authored
This CL inverts the relationship between |currentBVC| and |currentBrowserCoordinator|. This CL makes |currentBrowserCoordinator| the source of truth, and |currentBVC| simply returns the corresponding BVC. Change-Id: Ibdcb79ca3f6fb2f3c2d8cecae1be036c58962dae Reviewed-on: https://chromium-review.googlesource.com/c/1355995Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#613140}
-
Etienne Pierre-Doray authored
base::AssertBlockingAllowedDeprecated is deprecated in favor of ScopedBlockingCall, which serves as a precise annotation of the scope that may/will block. Please make sure of the following: - ScopedBlockingCall is instantiated in a scope with minimal CPU usage. If this is not the case, ScopedBlockingCall should be instantiated closer to the blocking call. See scoped_blocking_call.h for more info. Please let me know when/where the blocking call happens if this needs to be changed. - Parameter |blocking_type| matches expectation: MAY_BLOCK: The call might block (e.g. file I/O that might hit in memory cache). WILL_BLOCK: The call will definitely block (e.g. cache already checked and now pinging server synchronously). See BlockingType for more info. While I assumed MAY_BLOCK by default, that might not be the best fit if we know that this callsite is guaranteed to block. - The ScopedBlockingCall's scope covers the entirety of the blocking operation previously asserted against by the AssertBlockingAllowed(). - Calls to blocking //base APIs don't need to be annotated with ScopedBlockingCall. All blocking //base APIs (e.g. base::ReadFileToString, base::File::Read, base::SysInfo::AmountOfFreeDiskSpace, base::WaitableEvent::Wait, etc.) have their own internal annotations. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1338391 Please CQ if LGTY! This CL was uploaded by git cl split. R=dnicoara@chromium.org Bug: 903957 Change-Id: Ie052b76a8c8c4083857f9deb5d46eb03e1cb15e6 Reviewed-on: https://chromium-review.googlesource.com/c/1338482 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#613139}
-
John Abd-El-Malek authored
Convert ConditionalCacheDeletionHelperBrowserTest to not depend on URLRequestContext when network service is enabled. Reland after the revert by disabling the test when network service is enabled. TBR=cudvall@chromium.org Bug: 837753 Change-Id: I2f96b37fa9f2773799a6f9e23df9196d0abc74fe Reviewed-on: https://chromium-review.googlesource.com/c/1358968Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#613138}
-
Yao Xiao authored
Implements the feature while keeping it disabled. Will follow the Intent to Implement/Ship process to enable it. Bug: 539938 Change-Id: I83ef89691e5977717cdcf2c9a121177e5de52ab1 Reviewed-on: https://chromium-review.googlesource.com/c/1336493Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/master@{#613137}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/67b2e1555ab6..b9f9a3bc9f36 git log 67b2e1555ab6..b9f9a3bc9f36 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 zoddicus@users.noreply.github.com Add WebGPU Execution scope check (#2148) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@b9f9a3bc9f36 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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=dsinclair@chromium.org Change-Id: Ib45fe789006563934062b323bcc4edd89212f5b6 Reviewed-on: https://chromium-review.googlesource.com/c/1358798Reviewed-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@{#613136}
-
Carlos Caballero authored
MessageLoop will go away, eventually. BUG=891670 Change-Id: I5d914cd64396fbc0cd3d6610981f50f8ffc0b31e Reviewed-on: https://chromium-review.googlesource.com/c/1352263Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#613135}
-
Allen Bauer authored
Change-Id: Id7f4268b5d37803a03a987840e79c79a6a7332e4 Reviewed-on: https://chromium-review.googlesource.com/c/1347610 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#613134}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/9ca9435087e0..d758e32610cb git log 9ca9435087e0..d758e32610cb --date=short --no-merges --format='%ad %ae %s' 2018-12-03 senorblanco@chromium.org Add some missing #includes. 2018-12-03 cwallez@chromium.org Vulkan: Handle errors on device creation. 2018-12-03 cwallez@chromium.org Suppress tests failing on GPU FYI Mac Pro (AMD) Created with: gclient setdep -r src/third_party/dawn@d758e32610cb The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: I28436d61fcdeb57c6eb934d075fe424bb4c0c954 Reviewed-on: https://chromium-review.googlesource.com/c/1358794Reviewed-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@{#613133}
-
Carlos Caballero authored
This will enable us to start trialing the MessageLoop replacement by SequenceManager. We only do this in the Blink main thread for now. There is some work needed around SequenceManager ownership to be done before this can be enabled in worker threads. Original change https://chromium-review.googlesource.com/c/1349316 TBR=dcheng@chromium.org Bug: 891670 Change-Id: I68a59ec2d780106bb5fd76cee5976e236f9316f6 Reviewed-on: https://chromium-review.googlesource.com/c/1358452 Commit-Queue: Carlos Caballero <carlscab@google.com> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#613132}
-
Kush Sinha authored
Bug: 820046 Change-Id: I01bc0f92f4c81ec314e4f775593c7bacf4213183 Reviewed-on: https://chromium-review.googlesource.com/c/1348065Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#613131}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e6305f38b584..b13658891bbd git log e6305f38b584..b13658891bbd --date=short --no-merges --format='%ad %ae %s' 2018-12-03 michaelludwig@google.com Revert "Send max coverage limit for subpixel rects" 2018-12-03 egdaniel@google.com Revert "Add support for Ycbcr Conversion Samplers in vulkan." 2018-12-03 egdaniel@google.com Add support for Ycbcr Conversion Samplers in vulkan. 2018-12-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 4abdf74f0afc..35cd7332ab62 (1 commits) 2018-12-03 brianosman@google.com Revert "Share GP implementation between GrFillRectOp and GrTextureOp" 2018-12-03 caryclark@skia.org add breaktext doc skeleton 2018-12-03 skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com Update markdown files 2018-12-03 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset 2018-12-03 reed@google.com breakText on font 2018-12-02 reed@google.com start to use font for measure, not paint 2018-12-02 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2018-12-02 skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com Update markdown files 2018-12-02 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset 2018-12-01 reed@google.com don't trust convexity after a transform 2018-12-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset 2018-12-01 fmalita@chromium.org [skottie] Expose composition markers to embedders 2018-12-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 317a9ebdb019..4abdf74f0afc (2 commits) 2018-11-30 bsalomon@google.com Fix occurrences of "-Wextra-semi-stmt" 2018-11-30 reed@google.com experimental alternative isconvex 2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader bffee5e5454c..bd49ad09c5ca (1 commits) 2018-11-30 bungeman@google.com Remove FontScalerTest sample. 2018-11-30 halcanary@google.com SkQP: doc simplify, make_apk_list to python, upload_apk tool 2018-11-30 michaelludwig@google.com Share GP implementation between GrFillRectOp and GrTextureOp 2018-11-30 michaelludwig@google.com Send max coverage limit for subpixel rects 2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader d46faeb43287..bffee5e5454c (1 commits) 2018-11-30 bungeman@google.com Set mac windows to their current size. 2018-11-30 kjlubick@google.com [canvaskit] Save a copy on CPU backend by using RasterDirect 2018-11-30 bsalomon@google.com Uninstantiate proxies when not explicitly allocating 2018-11-30 herb@google.com Expand handling of empty glyphs to SDF and Path cases 2018-11-30 bungeman@google.com Fix new clang warning around shadowing. 2018-11-30 kjlubick@google.com [canvaskit] Fix conversion of large images to base64 2018-11-30 halcanary@google.com SkQP: refatctor C++ bits. 2018-11-30 herb@google.com Make SkGlyph::PathData own the path 2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b51eb09fb5bb..317a9ebdb019 (1 commits) 2018-11-30 egdaniel@google.com Add blacklist for intel 405 vulkan perf bot. 2018-11-30 herb@google.com Make path position handling consistant with SDF 2018-11-30 brianosman@google.com Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path 2018-11-30 reed@google.com update docs around fonthinting 2018-11-30 kjlubick@google.com [canvaskit] Add gradients and clips 2018-11-30 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset 2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8dc27f99b556..b51eb09fb5bb (5 commits) 2018-11-30 reed@google.com remove SK_SUPPORT_LEGACY_NESTED_HINTINGENUM code 2018-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a972758d6e10..d46faeb43287 (1 commits) 2018-11-29 brianosman@google.com Remove the lines-only "optimization" from AA convex path renderer 2018-11-29 hcm@google.com Update Skia milestone to 73 2018-11-29 csmartdalton@google.com Draw ovals with GrAAFillRRectOp 2018-11-29 brianosman@google.com In GrOpFlushState, store GrOp* rather than Unique ID 2018-11-29 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-11-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 7310da33bc7a..8dc27f99b556 (5 commits) 2018-11-29 benjaminwagner@google.com Add jobs for GalaxyS9 2018-11-29 bsalomon@google.com Modify workaround to never set base or max texture level for GL_TEXTURE_EXTERNAL_OES 2018-11-29 jvanverth@google.com Check for valid normals when offsetting 2018-11-29 michaelludwig@google.com Bugfixes for corner cases in per-edge AA 2018-11-29 mtklein@google.com check decal in 32.32 where we walk decal in 32.32 2018-11-29 caryclark@skia.org Update bookmaker 2018-11-29 fmalita@chromium.org [skottie] Expose property bindings in CK 2018-11-29 bsalomon@google.com Revert "Experimentally disable GrTextureOp chaining on Intel GPUs on Mac." 2018-11-29 caryclark@skia.org fix fuzz timeout in pathops 2018-11-29 mtklein@google.com clean up SK_WALK_DECAL_IN_1616 2018-11-29 reed@google.com remove textblobbuilder guard Created with: gclient setdep -r src/third_party/skia@b13658891bbd 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 BUG=chromium:899689,chromium:905337,chromium:908566,chromium:906453,chromium:910097 TBR=jcgregorio@chromium.org Change-Id: I5cfcadca44e3a695285931eabc243b9fd0599dc9 Reviewed-on: https://chromium-review.googlesource.com/c/1358793Reviewed-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@{#613130}
-