- 20 Dec, 2018 40 commits
-
-
Caleb Rouleau authored
tracing.tracing_with_background_memory_infra/http://www.amazon.com is flaky on windows. See https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=tracing.tracing_with_background_memory_infra%2Fhttp%3A%2F%2Fwww.amazon.com&testType=performance_test_suite Bing is also flaky on windows: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=tracing.tracing_with_background_memory_infra%2Fhttp%3A%2F%2Fwww.bing.com%2F&testType=performance_test_suite THe error is (ERROR) 2018-12-20 01:29:53,039 page_test_results.Fail:587 Failure recorded: TraceImportError: Unable to select a master clock domain because no path can be found from "TELEMETRY" to "WIN_QPC". at ClockSyncManager.ensureAllDomainsAreConnected_ (/tracing/model/clock_sync_manager.html:283:17) at ClockSyncManager.selectModelDomainId_ (/tracing/model/clock_sync_manager.html:254:12) at ClockSyncManager.getModelTimeTransformer (/tracing/model/clock_sync_manager.html:156:14) at TraceEventImporter.toModelTimeFromUs_ (/tracing/extras/importer/trace_event_importer.html:3368:42) at TraceEventImporter.processCompleteEvent (/tracing/extras/importer/trace_event_importer.html:586:16) at TraceEventImporter.processEvent_ (/tracing/extras/importer/trace_event_importer.html:1245:30) at TraceEventImporter.importEvents (/tracing/extras/importer/trace_event_importer.html:1148:16) at importer (/tracing/importer/import.html:198:65) at task.subTask (/tracing/importer/import.html:145:32) at Task.run (/tracing/base/task.html:80:50) See https://chrome-isolated.appspot.com/browse?namespace=default-gzip&digest=a09f20a96be90a851afcae573b59b2e9c47b55f7&as=tracing.tracing_with_background_memory_infra%5Cbenchmark_log.txt TBR=charliea@chromium.org NOTRY=true Bug: 914092 Change-Id: I1125eaccf4b68863d75b48998f5731330074c169 Reviewed-on: https://chromium-review.googlesource.com/c/1387551Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#618289}
-
Mathieu Perreault authored
Forgot to remove descriptions as part of a previous change. Also removing unused fieldtrial configs. TBR=rkaplow Bug: 906135 Change-Id: I3a3bc1c732347e2d0e951df1f36d406e817f9b20 Reviewed-on: https://chromium-review.googlesource.com/c/1387404 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#618288}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/53c753ed351e..3a190c23ddf1 git log 53c753ed351e..3a190c23ddf1 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 perezju@chromium.org [Telemetry] Remove dead code Created with: gclient setdep -r src/third_party/catapult@3a190c23ddf1 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 BUG=chromium:787834 TBR=sullivan@chromium.org Change-Id: Ib87f2d7d860dac70c586ae3d83179c7429ed0a62 Reviewed-on: https://chromium-review.googlesource.com/c/1387285Reviewed-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@{#618287}
-
Gabriel Charette authored
Some tests using it were removed in the past because they merely did a poor job at reproducing integration tests (and constantly had to be updated when the startup integration sequence changed). It's now unused :) Change-Id: I0700bcb7d95f47de952774f951714cf80a3f8611 Reviewed-on: https://chromium-review.googlesource.com/c/1386855 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#618286}
-
chrome://flagsCollin Baker authored
Bug: 887991 Change-Id: I2346160f3e2331cd8c0e480065239552dcb9a9bc Reviewed-on: https://chromium-review.googlesource.com/c/1372316Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#618285}
-
Boris Sazonov authored
This CL adds CommitSharedPreferencesTestRule that is used to commit SharedPreferences after tests. This is necessary to make sure that all writes to SharedPreferences have been completed, so tests that wipe SharedPreferences in tearDown don't leak their state. Bug: 916717, 908542 Change-Id: If6213a5a86287feedf5b877cae15f9f4369c92be Reviewed-on: https://chromium-review.googlesource.com/c/1384261Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#618284}
-
Vladimir Levin authored
This patch replaces acquireDisplayLock() and all associated context operations with getDisplayLock() and three ops: - acquire - update - commit. R=chrishtr@chromium.org Bug: 882663 Change-Id: I7e85a3d164538f826a411498e1cddcf58a4c70a1 Reviewed-on: https://chromium-review.googlesource.com/c/1378669 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#618283}
-
Avi Drissman authored
BUG=556939 Change-Id: Ib4d1da45ba37cf8b1886a61ccd551e2eafc1b351 Reviewed-on: https://chromium-review.googlesource.com/c/1377523Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#618282}
-
Hans Wennborg authored
Binary-Size: compiler roll fluctuations Bug: 904337 Change-Id: I65932cdedefc4e640ea6938057977fba8f60fa4d Reviewed-on: https://chromium-review.googlesource.com/c/1382232 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#618281}
-
Matt Menke authored
Using hard coded ports in tests in general isn't great, as there's no way to be sure something else isn't already using them. It's even worse when all tests are using the same two ports, and are run in parallel. Bug: 862602 Change-Id: If1643aad0207ff492a7874e408973600d4be19e9 Reviewed-on: https://chromium-review.googlesource.com/c/1385017Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#618280}
-
mrefaat authored
on the webState. Change SideSwipeController & BrowserViewController to use it instead of tab methods. Also Remove the existing tab_util and move the CreateWebLoadParams to the navigation utils. Bug: 899598, 899423, 915955 Change-Id: I811e358fbd669c278855bf79f718274cc8cac712 Reviewed-on: https://chromium-review.googlesource.com/c/1380559Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#618279}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/9a4f38ec5c4a..3793bb447ae5 git log 9a4f38ec5c4a..3793bb447ae5 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 nisse@webrtc.org Refactor TestVideoCapturer to support multiple sinks. 2018-12-20 ssilkin@webrtc.org Update number of spatial layers if SS is available. 2018-12-20 srte@webrtc.org Adds flag to customize output root dir in scenario tests. 2018-12-20 srte@webrtc.org Adds support for empty key fields in field trial parser. 2018-12-20 hbos@webrtc.org [Unified Plan] SRD: Always set associated remote streams. 2018-12-20 srte@webrtc.org Stop using deprecated PacedSender method from RtpTransportControllerSend. 2018-12-20 nisse@webrtc.org Refactor NetEqDecoderPlc to use AudioDecoderProxyFactory 2018-12-20 srte@webrtc.org Removes return value and Try prefix from TryDeliverPacket. Created with: gclient setdep -r src/third_party/webrtc@3793bb447ae5 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:916934 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Idaf600f08455b6b520d6cdae738c8cf881d30baa Reviewed-on: https://chromium-review.googlesource.com/c/1387186Reviewed-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@{#618278}
-
Stefan Zager authored
With the existing snapping code, it's possible that an RTL block with non-pixel-aligned size will have a MaximumScrollOffset which is -1 instead of zero. The resulting geometry is entirely self-consistent and not web visible, but it can cause a spurious scroll event to be fired when clamping the scroll offset in response to a style/layout change. BUG=915503 Change-Id: Ib760cecb3e14cc9b675ee0769139bb65c3ecb30f Reviewed-on: https://chromium-review.googlesource.com/c/1382867Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#618277}
-
John Delaney authored
Currently there is no way for a LocalFrame to discern if it's remote parent frame is an ad without asking the browser. When a provisional frame is set as an ad, also propagate a bit for whether or not its parent was detected to be an ad. Bug: 893666 Change-Id: I1d4e05d83348cd7e035541c92a80ae4d7bce1d0d Reviewed-on: https://chromium-review.googlesource.com/c/1351541 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#618276}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f05e6d3a4644..30cf62bf481a git log f05e6d3a4644..30cf62bf481a --date=short --no-merges --format='%ad %ae %s' 2018-12-20 reed@google.com add rsxform runs to textblobs 2018-12-20 fmalita@chromium.org Remove "EXPERIMENTAL" label from kDecal_TileMode 2018-12-20 bratell@opera.com Adding include guards to two headers that could be multiply included Created with: gclient setdep -r src/third_party/skia@30cf62bf481a 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=halcanary@chromium.org Change-Id: Ic4374e20798d75881c19c7473b90ea174eef9e85 Reviewed-on: https://chromium-review.googlesource.com/c/1387284Reviewed-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@{#618275}
-
Robbie McElrath authored
BrowserTestBase currently sets the ChromeOS connection type to ETHERNET at test startup because the system that actually monitors and updates the connection type on ChromeOS doesn't run during tests. When the network service is enabled, both the browser and network process will have NetworkChangeNotifier instances, but only the browser process's NetworkChangeNotifier was getting configured. This CL makes it so the network service gets configured as well. Change-Id: I7c339049e7f508bd31d5b984031722efc71919da Reviewed-on: https://chromium-review.googlesource.com/c/1385466Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#618274}
-
dpapad authored
Also change GRIT configuration from flattenhtml to preprocess where possible. Bug: 866236 Change-Id: Ief42c461cc6b61d2a3719e823c261053d2bf205d Reviewed-on: https://chromium-review.googlesource.com/c/1383395 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#618273}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/79d9455209de..345719ad7687 Created with: gclient setdep -r src-internal@345719ad7687 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. BUG=chromium:790424,chromium:790423,chromium:790405 TBR=mmoss@chromium.org Change-Id: I015fb0a50e67abc5a5d91fb0c801be97bf5cc5ee Reviewed-on: https://chromium-review.googlesource.com/c/1386987Reviewed-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@{#618272}
-
Wei-Yin Chen (陳威尹) authored
Bug: 823924 Change-Id: Ic024512bdd6dfe3fe3695459f15ecf926ddab99a Reviewed-on: https://chromium-review.googlesource.com/c/1383904Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#618271}
-
Anastasia Helfinstein authored
Because the virtual keyboard's doDefault() behavior is to do nothing, in order for Switch Access to type on the virtual keyboard we have to send synthetic mouse events. Bug: 864826 Change-Id: Ie0562073d3f78baa42a9a6884dc41928922f2d4d Reviewed-on: https://chromium-review.googlesource.com/c/1380340Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#618270}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/96c11cc79490..bcb7890895d2 git log 96c11cc79490..bcb7890895d2 --date=short --no-merges --format='%ad %ae %s' 2018-12-20 ianelliott@google.com Implement eglSwapBuffersWithDamage on top of VK_KHR_incremental_present Created with: gclient setdep -r src/third_party/angle@bcb7890895d2 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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 TBR=geofflang@chromium.org Change-Id: I8caf45c633972fef3f1931c0108fbb6044730f1e Reviewed-on: https://chromium-review.googlesource.com/c/1386986Reviewed-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@{#618269}
-
Dominic Mazzoni authored
It's a performance bottleneck. It was originally added here: https://codereview.chromium.org/1195353002 - but the test added then still passes without this code. I tried reverting some other recent patches but I can't pinpoint what made it start working. I think we should try landing this change and watch out for new crashes / regressions. Bug: 489590, 579199 Change-Id: I8fbdeec0f75a22ed12dc1733ec3e1502bad8f90f Reviewed-on: https://chromium-review.googlesource.com/c/1383053 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#618268}
-
Sven Sauleau authored
Fix WebAssembly's global/constructor js-api. Bug: v8:8319 Change-Id: Ic77a5fe3bd9d6c68c27bb5d13c140745bf61fffe Reviewed-on: https://chromium-review.googlesource.com/c/1386208Reviewed-by:
Adam Klein <adamk@chromium.org> Commit-Queue: Adam Klein <adamk@chromium.org> Cr-Commit-Position: refs/heads/master@{#618267}
-
Antonio Gomes authored
BUG=910156 Change-Id: Ic41a3ddcaaff6382418ad8d2aa577dcb1b82bccc Reviewed-on: https://chromium-review.googlesource.com/c/1387127Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#618266}
-
Miguel Casas authored
This CL adds a vaapi.md entry to docs/gpu, explaining how to trace its cpu/memory/power consumption, and to verify/debug its installation. Bug: 912295, 514914 Change-Id: Ieb7ad033e20f1211a9ae170af9378296a58c0689 Reviewed-on: https://chromium-review.googlesource.com/c/1383147 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#618265}
-
Min Chen authored
The crash in the issue is because WindowGrid::GetWindowSelectorItemContaining returns nullptr then cause crashed at WindowSelector::RemoveWindowSelectorItem. It is nullptr because the drop target and dragged window are in different displays. This cl fixes the crash only and will see whether we can do further work for it. Bug: 904466 Change-Id: I20a7ca5a0d294d23b28be13ab0c27a5fdfdc5c45 Reviewed-on: https://chromium-review.googlesource.com/c/1383535Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#618264}
-
Fredrik Söderquist authored
We can use the |object_has_multiple_boxes| argument here. Change-Id: I4e20b5e8d1af9efa8b32a13a8be1cde6ec0be1c1 Reviewed-on: https://chromium-review.googlesource.com/c/1386790Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#618263}
-
Svyatoslav Vlasov authored
Enumerator kUseGeometryMapper defined both in src/third_party/blink/renderer/core/paint/paint_layer.h and src/third_party/blink/renderer/core/layout/layout_object.h files which causes a -Wshadow warning when both of these files are included Bug: None Change-Id: Iaabfb627c656d9a54db9a4f8249034696aa8dbbb Reviewed-on: https://chromium-review.googlesource.com/c/1384284 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#618262}
-
Jérôme Lebel authored
Change-Id: I90b0f33c15c5c45d3c232e2e028d5a5e68147f37 Reviewed-on: https://chromium-review.googlesource.com/c/1384252 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#618261}
-
Mitsuru Oshima authored
ShouldUseExtendedBounds returns true only for children, which dones't have its own window state, so this shouldn't be necessary. Bug: 912191 Test: no functional change. all tests should pass. Change-Id: Ia3ea35a59d860ad62a0517daa66f6f1a5b26c070 Reviewed-on: https://chromium-review.googlesource.com/c/1385122 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#618260}
-
Reilly Grant authored
This change updates the API in //base/ui/idle to be synchronous as all the platform-specific implementations call the provided callbacks synchronously. Bug: 913988 Change-Id: I0126e5a2fae947109b01c0493de4ea1c2412fd9a Reviewed-on: https://chromium-review.googlesource.com/c/1379183Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#618259}
-
Ned Nguyen authored
Bug: 865400 Change-Id: I82b17058dec8c8358953dbef6b53b3ed6fe81a92 Reviewed-on: https://chromium-review.googlesource.com/c/1387145Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#618258}
-
Hirokazu Honda authored
This reverts commit cb5feb06. Bug: 909547 Test: CTS and GTS Test: VDA unittest with --test_import Original change's description: > Revert "Re-land "Vaapi: Use GUARDED_BY() static annotations on decoder"" > > This reverts commit b8ad3f6a. > > Reason for revert: This causes inifite-loop in IMPORT mode. > > Original change's description: > > Re-land "Vaapi: Use GUARDED_BY() static annotations on decoder" > > > > Deadlocks in the original code are fixed now. > > > > TEST=ran VDA tests on Nocturne > > > > Bug=909547 > > > > > Vaapi: Use GUARDED_BY() static annotations on decoder > > > > > > This CL introduces GUARDED_BY() static annotation on VaVDA; not all > > > members variables need to be guarded, so it adds on a number of them > > > a comment about on which thread it is used. > > > > > Bug: 909547 > > > Change-Id: I437a82320795aebc56f77cd1254bb7c8c2f2f5da > > > Reviewed-on: https://chromium-review.googlesource.com/c/1368590 > > > Reviewed-by: Hirokazu Honda <hiroh@chromium.org> > > > Commit-Queue: Miguel Casas <mcasas@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#616196} > > > > Change-Id: If37bfd2d1f24b9b833bf8b291363b5c19861a6c7 > > Reviewed-on: https://chromium-review.googlesource.com/c/1377479 > > Reviewed-by: Hirokazu Honda <hiroh@chromium.org> > > Commit-Queue: Hirokazu Honda <hiroh@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#617781} > > TBR=mcasas@chromium.org,hiroh@chromium.org,dstaessens@chromium.org > > Change-Id: Ic4b1e7e8de8403173f71a415094ed23cab51f5e4 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/1385689 > Reviewed-by: Hirokazu Honda <hiroh@chromium.org> > Commit-Queue: Hirokazu Honda <hiroh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#618085} Change-Id: I96f758b3f99032db219ffce1d432c348e6a30e90 Reviewed-on: https://chromium-review.googlesource.com/c/1385728Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#618257}
-
Fredrik Söderquist authored
These argument are always SkBlendMode::kSrcOver, and are not used in the end. Change-Id: I1625bdced4601b3eec3de609063f331208282b0d Reviewed-on: https://chromium-review.googlesource.com/c/1386789Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#618256}
-
Dave Tapuska authored
Pausing and Resuming wasn't necessary for the ScriptPromiseResolver because it uses the microtask queue to schedule tasks for later. If a task is resolved during paused state it instead schedules a task for the micro task queue. BUG=907125 Change-Id: I6f292200bb7ec6045f2ead2292006d2a0beee723 Reviewed-on: https://chromium-review.googlesource.com/c/1370384Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#618255}
-
Antonio Gomes authored
CL uses IdentityTestEnvProfileAdaptor and IdentityManager directly when application, as replacement of SigninManager and PO2TS. BUG=913393 Change-Id: Iaafac731c8681f8c248a8777eb11b2d5d7df0461 Reviewed-on: https://chromium-review.googlesource.com/c/1387125Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#618254}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I4a6495b350d534570f9a30c9fbff621cc60eaa3a Reviewed-on: https://chromium-review.googlesource.com/c/1387184Reviewed-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@{#618253}
-
Philip Rogers authored
This patch makes the following changes to cc::Layer{Impl} logging: 1) LayerTreeHostImpl::LayerListAsJson has been moved to LayerTreeImpl::LayerListAsJson. This lets us fix a bug where logging the layer list in LayerTreeHost::FinishCommitOnImplThread would log the active tree instead of the sync tree. 2) JSON output now prints with OPTIONS_OMIT_DOUBLE_TYPE_PRESERVATION. This simplifies long output from: "local": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], to: "local": [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ], 3) The cc::Layer logging now lists property tree indices on one line. 4) When logging layers, we now specify cc::Layer or cc::LayerImpl. 5) cc::LayerImpl's "OPACITY" value has been softened to "Opacity". To test this change, run content shell with: --vmodule=*layer_tree_host*=3 This patch is in support of improved documentation for debugging blink & cc: https://docs.google.com/document/d/1vgQY11pxRQUDAufxSsc2xKyQCKGPftZ5wZnjY2El4w8 Bug: 836902 Change-Id: I259b64b194ac569dc97eace2c2470ff80c7d2fa5 Reviewed-on: https://chromium-review.googlesource.com/c/1386650Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#618252}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/46c76f2379ba..79d9455209de Created with: gclient setdep -r src-internal@79d9455209de 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: I77a191d83ddd4453e44e518018192d124859b9ee Reviewed-on: https://chromium-review.googlesource.com/c/1387185Reviewed-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@{#618251}
-
Vladislav Kuzkokov authored
Recent refactoring changed missing printer capabilities from |nullptr| to |base::Value()|. The check for it wasn't added properly however. Bug: 916697 Change-Id: I8a0c26b239b28ee71c3871bedfa74ca526084bbb Reviewed-on: https://chromium-review.googlesource.com/c/1386827Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Cr-Commit-Position: refs/heads/master@{#618250}
-