- 05 Sep, 2018 40 commits
-
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ada09e6fbcd0..a8d99e51faf0 git log ada09e6fbcd0..a8d99e51faf0 --date=short --no-merges --format='%ad %ae %s' 2018-09-05 lalitm@google.com Merge "Make TraceProcessor fast again after sorting." Created with: gclient setdep -r src/third_party/perfetto@a8d99e51faf0 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: I35e8f67b88ea5f4f1b3e09a5418b722f547b46be Reviewed-on: https://chromium-review.googlesource.com/1205626Reviewed-by:
perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: perfetto-chromium-autoroll <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588836}
-
David Davidović authored
Add UMA metrics to track the rollout and performance of the new scrypt key derivation method used for Sync custom passphrases. Will try to merge this change into M70. Metrics added: * Time taken to derive keys using scrypt. * Time taken to derive keys using PBKDF2 (old method), for comparison. * Key derivation method state on Sync init. * Key derivation method on key decryption success (when the correct custom passphrase is entered). * Key derivation method on encryption (when a new custom passphrase is set). Bug: 879531 Change-Id: I3d27fa8305d74588a706fcbf8f55f8df00fceb8b Reviewed-on: https://chromium-review.googlesource.com/1199595 Commit-Queue: David Davidović <davidovic@google.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#588835}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d164c87e..f20223d3 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: I44d19a58027f21ff85b19a1e4aeedcbaec1386f3 Reviewed-on: https://chromium-review.googlesource.com/1205604Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588834}
-
Manu Cornet authored
This allows us to set a different value for the width in the new UI. This mechanism is similar to what is already in use in ShelfConstants. Bug: 880586, 880589 Change-Id: Ice307799331e4765a3b6bc289d3442e23bf90c4c Reviewed-on: https://chromium-review.googlesource.com/1205751Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#588833}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0a0ce4e245c3..390e80705d70 git log 0a0ce4e245c3..390e80705d70 --date=short --no-merges --format='%ad %ae %s' 2018-09-05 anthonyalridge@google.com Implements interactive callback for bar charts. Created with: gclient setdep -r src/third_party/catapult@390e80705d70 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:866423 TBR=sullivan@chromium.org Change-Id: Ic9cc43bbc890604d68754c476e63f864dd73949f Reviewed-on: https://chromium-review.googlesource.com/1205627Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588832}
-
Luka Dojcilovic authored
[Password Generation] Crowdsource |SubmissionIndicatorEvent| to improve successful form submission detection Bug: 552420 Change-Id: I68fc0b0d4b25003ebbc4de7d25df757958add4bb Reviewed-on: https://chromium-review.googlesource.com/1196386Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Luka Dojcilovic <lukad@google.com> Cr-Commit-Position: refs/heads/master@{#588831}
-
Eriko Kurimoto authored
The log of ax tree is long and makes it difficult to see the log stream. By enabing and disabling the checkbox for each tree output, tree log can wrapped. Whether the tree is shown or hidden in the log page, the tree is saved to log when 'Save Log' button clicked. Bug: 877381 Change-Id: I1029049345a9f4b0dea4066668e7314c01686eef Reviewed-on: https://chromium-review.googlesource.com/1203494 Commit-Queue: Eriko Kurimoto <elkurin@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#588830}
-
Egor Pasko authored
For the warm story we avoid flushing caches. Metrics will need more polishing for properly omitting the first result. This should be done for the cold benchmark as well, hence we'd still have a good separation between the benchmark driver and the metrics. Bug: 760498 Change-Id: Ie061852bd1c8893f5ea57b67c85a383bedf26a7c Reviewed-on: https://chromium-review.googlesource.com/1203936Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#588829}
-
Greg Thompson authored
Chromium will now report "The Chromium Authors" rather than "Chromium" as its publisher name (as it should have all along). BUG=879568 Change-Id: I05b6989b015e8fa9f91a1d1803fb82630598d60d Reviewed-on: https://chromium-review.googlesource.com/1200864 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by:
Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#588828}
-
Mikel Astiz authored
When the local session is restored from persistence, if there are orphan tabs, they should be marked as free, to prevent newly created tabs from creating new tab nodes, instead of recycling available ones. The restore flow exercises SyncedSessionTracker::CleanupSession(), which prior to this patch wasn't smart enough for the local session. Bug: 875671,847325 Change-Id: I91f9f13ad4aedbbd85bfcc73c606096781b80527 Reviewed-on: https://chromium-review.googlesource.com/1204134 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#588827}
-
Greg Thompson authored
This reverts commit 4c360d34. Reason for revert: http://crbug.com/880484 has been resolved so this is clear to land now. Original change's description: > Revert "Move UpdateInstallStatus from BrowserDistribution into setup." > > This reverts commit f82f3089. > > Reason for revert: http://crbug.com/880484 > > Original change's description: > > Move UpdateInstallStatus from BrowserDistribution into setup. > > > > This is brand-specific behavior for the installer. > > > > BUG=879568 > > R=chengx@chromium.org > > > > Change-Id: Ifac2d4842482c58bf6ce23809217f15632d606ff > > Reviewed-on: https://chromium-review.googlesource.com/1200942 > > Commit-Queue: Greg Thompson <grt@chromium.org> > > Reviewed-by: Xi Cheng <chengx@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#588576} > > TBR=grt@chromium.org,chengx@chromium.org > > Change-Id: Ib0acfabd42ba741d957fa3dd578a87ecb198042d > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 879568 > Reviewed-on: https://chromium-review.googlesource.com/1204723 > Reviewed-by: Samuel Huang <huangs@chromium.org> > Commit-Queue: Samuel Huang <huangs@chromium.org> > Cr-Commit-Position: refs/heads/master@{#588612} TBR=huangs@chromium.org,grt@chromium.org,chengx@chromium.org Change-Id: Icb571cc1c7932c0162dde5bfce5fbc900ed8ba5e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 879568 Reviewed-on: https://chromium-review.googlesource.com/1206472Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#588826}
-
Nigel Tao authored
Instead of having Foo, FooDefault and FooPolicy methods, just have a single Foo method that takes an InstallSource arg. Change-Id: I46a62d2f709cb4038996adb805ba45bef6d0b907 Reviewed-on: https://chromium-review.googlesource.com/1198648Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#588825}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/120318a2482f..0a0ce4e245c3 git log 120318a2482f..0a0ce4e245c3 --date=short --no-merges --format='%ad %ae %s' 2018-09-05 anthonyalridge@google.com Allows the user to pick a reference column. 2018-09-05 wangge@google.com Add result aggregation functionality to Long Term Health Tool. 2018-09-05 anthonyalridge@google.com Use one tailed test to distinguish positive/negative impacts. Created with: gclient setdep -r src/third_party/catapult@0a0ce4e245c3 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:866423,chromium:863390,chromium:866423 TBR=sullivan@chromium.org Change-Id: I027dca9a1a265bdf082ab2cbad4fae6e1b4b4747 Reviewed-on: https://chromium-review.googlesource.com/1205623Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588824}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8107c6a8. With Chromium commits locally applied on WPT: b691cab2 "Implement script and style attr/elem CSP directives" bde179ef "Revert "Implement script and style attr/elem CSP directives"" 77fb9999 "Reland "Implement script and style attr/elem CSP directives"" 51b234e2 "Set longer timeout to all tests in wpt/editing/run/" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24098 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=kyleju No-Export: true Change-Id: I2c8d5d0e178e2559cb756b1e0cfeb5b18a882ba4 Reviewed-on: https://chromium-review.googlesource.com/1205605 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#588823}
-
Takashi Toyoshima authored
Bug: 736308 Change-Id: Ifccbcaa39040d36b6084338055572b3813e92f7d Reviewed-on: https://chromium-review.googlesource.com/1201862 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#588822}
-
Stephane Zermatten authored
This change introduces ScriptTracker, which keeps track of the available scripts, runnable scripts, scripts that are run and scripts that were run and exposes these pieces of information through a simple interface to the controller. The tracker isn't bound to the controller yet. The controller is expected to: - call SetScripts and CheckScripts at the right time - listen to changes to the set of runnable script, fetch them using runnable_scripts() and make them available for selection - call ExecuteScript with whatever script was selected Change-Id: Ice3d2c81e523449b17db2ba8e7735e55ed837ea6 Bug: 806868 Reviewed-on: https://chromium-review.googlesource.com/1193823 Commit-Queue: Stephane Zermatten <szermatt@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#588821}
-
Mugdha Lakhani authored
in favor of blink::mojom::BackgroundFetchFailureReason. Bug: 876691 Change-Id: I147c5b669adf4b35c58633b1068e83bf4a0e4351 Reviewed-on: https://chromium-review.googlesource.com/1204231Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#588820}
-
Florent Castelli authored
Those can only be used by the old Hangouts effect plugin and it isn't used anymore. Since those APIs depend on URL.createObjectURL(MediaStream) which is deprecated, it is necessary to first remove them from the codebase in order to continue removing URL.createObjectURL(MediaStream). Bug: 852412 Change-Id: If64e8e7259a6d51ccf89362b59c9d6fc7c890a30 Reviewed-on: https://chromium-review.googlesource.com/1099159 Commit-Queue: Florent Castelli <orphis@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#588819}
-
Takashi Toyoshima authored
This patch enables the ResourceLoadScheduler feature by default. The feature has been enabled via a field trial flag on beta, dev, and canary channels, and now it is going to be enabled on stable. Bug: 729954 Change-Id: I6ae63dffe2fc0d89b036a4ed9c8affe4c7ed12c8 Reviewed-on: https://chromium-review.googlesource.com/1195265Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#588818}
-
Greg Thompson authored
This is a reland of ea06ab2f. Original CL: > Showing the uninstall survey is a brand-specific behavior. This CL > introduces a new setup/brand_behaviors.h file that declares various > operations that vary by brand. DoPostUninstallOperations and > GetDistributionData (its helper function) both reside in brand-specific > implementation files that are selected at build time. > > This also allowed moving the uninstall metrics code from installer/util > into installer/setup where it really belongs. > > I have also taken the liberty to gently modernize some of the moved > code. > > BUG=879568 > > Change-Id: I25d9c205d46ffb14454193fcc28ae5803502bf29 > Reviewed-on: https://chromium-review.googlesource.com/1200862 > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Brian White <bcwhite@chromium.org> > Reviewed-by: Samuel Huang <huangs@chromium.org> > Commit-Queue: Greg Thompson <grt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#588537} > (cherry picked from commit ea06ab2f) BUG=879568 TBR=rsesek@chromium.org,bcwhite@chromium.org,huangs@chromium.org Change-Id: I089f50e1a24d447936bb034bddc9cba5ee0afa7f Reviewed-on: https://chromium-review.googlesource.com/1206431 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#588817}
-
Boris Sazonov authored
This CL adds 'Suggest related pages' entry to 'Sync and Google services' preference screen. The same entry is removed from MainPreferences if UNIFIED_CONSENT is enabled. Bug: 814728, 865191 Change-Id: I47db0d44a88e9b1cf4edfdd33a9fc6d9dda6e192 Reviewed-on: https://chromium-review.googlesource.com/1204012 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#588816}
-
yoshiki iguchi authored
The feature is not launched on M70. This CL should be merged to M70 branch as well. R: yamaguchi@chromium.org TBR: oshima@chromium.org Bug: 880227 Change-Id: I2d8f3dbe97bcd0c8d28cfe775e2c86dd1e169d11 Reviewed-on: https://chromium-review.googlesource.com/1206551Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Commit-Queue: Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#588815}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/ee82de28d644..711a31aead90 git log ee82de28d644..711a31aead90 --date=short --no-merges --format='%ad %ae %s' 2018-09-05 nisse@webrtc.org Explicitly wrap main thread in test_main.cc. 2018-09-04 diogor@google.com Add SSLConfig object to IceServer. Created with: gclient setdep -r src/third_party/webrtc@711a31aead90 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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I7a5515d41b2ff9924297fa3cd7135c32c083e8e3 Reviewed-on: https://chromium-review.googlesource.com/1205621Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588814}
-
Jérôme Lebel authored
Adding observer bridge for IdentityManager to Objective-C class. Change-Id: Id17e730f968e353dc686be9b32af4c886fa9b64f Reviewed-on: https://chromium-review.googlesource.com/1203934 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#588813}
-
Marton Hunyady authored
This is needed to correctly identify when we are moving to a more stable channel. Bug: 871759 Change-Id: Ia159fc133356dd2850378e54132aa386b8ce7930 Reviewed-on: https://chromium-review.googlesource.com/1188569Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Marton Hunyady <hunyadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#588812}
-
Sergio Villar Senin authored
It's currently using URLFetcher. It should use SimpleURLLoader instead to make it eventually work with the network service. Bug: 872879 Change-Id: I5ea01677b973991f33eb077e029c7b4d3fd1e7d4 Reviewed-on: https://chromium-review.googlesource.com/1202210Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#588811}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/72a02112a99f..9478f7a38e6c git log 72a02112a99f..9478f7a38e6c --date=short --no-merges --format='%ad %ae %s' 2018-09-05 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 3d61ac27ae8f..cc0466301999 (1 commits) Created with: gclient setdep -r src/third_party/skia@9478f7a38e6c 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=master.tryserver.blink:linux_trusty_blink_rel;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=jvanverth@chromium.org Change-Id: Ie3fe49ba692cd4f46a74cd2f093a124ed62cf060 Reviewed-on: https://chromium-review.googlesource.com/1205622Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588810}
-
Manuel Rego Casasnovas authored
To determine the size of an element with "contain: size" we should treat it as having no contents (https://drafts.csswg.org/css-contain/#containment-size). Scrollbars are not part of the box's contents, so we should take them into account to determine box size. BUG=872794 TEST=external/wpt/css/css-contain/contain-size-scrollbars-001.html Change-Id: I166af8469243a9c3b52c3e30569d1d81c3de6e9e Reviewed-on: https://chromium-review.googlesource.com/1206210 Commit-Queue: Manuel Rego <rego@igalia.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#588809}
-
Matthew Cary authored
Use the base::UnsafeSharedMemoryRegion constructor which avoids a mojo dependency. Several media tests are built without mojo support. Bug: 795291 Change-Id: If754e6111189e8944997550f00e3ed7ef9fde1c3 Reviewed-on: https://chromium-review.googlesource.com/1190243Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#588808}
-
Mugdha Lakhani authored
This adds the following metrics: BackgroundFetch.HasTitle BackgroundFetch.NumIcons BackgroundFetch.DownloadTotal BackgroundFetch.NumRequestsInFetch BackgroundFetch.DeniedDueToPermissions Bug: 877512 Change-Id: I939ae4fc8e7e4abc1b322be8a9e09f00b168419a Reviewed-on: https://chromium-review.googlesource.com/1193896Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#588807}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/70783e3968e7..120318a2482f git log 70783e3968e7..120318a2482f --date=short --no-merges --format='%ad %ae %s' 2018-09-05 anthonyalridge@google.com Rotate tick labels on x axis for bar charts. Created with: gclient setdep -r src/third_party/catapult@120318a2482f 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:866423 TBR=sullivan@chromium.org Change-Id: I750e16a094efb5899a30dd86e3a3ec1eab23a5a8 Reviewed-on: https://chromium-review.googlesource.com/1205620Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588806}
-
Mathias Bynens authored
The test runner is `run_web_tests.py` (and not `run_webkit_tests.py`). This patch also makes smaller tweaks and improvements to the doc. Change-Id: I559cf54e98135f1fe90986e1cf06d140ca911918 Reviewed-on: https://chromium-review.googlesource.com/1203991 Commit-Queue: Mathias Bynens <mathias@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#588805}
-
Eriko Kurimoto authored
Ax tree is stored in tree data structure to change output format easily. Tree dump function is called with ChromeVox+D>T (dump tree). TreeDumper is created only when ChromeVox+D>T is detected. Bug: 877381 Change-Id: I6078661e7cbaea02ef8a1faa0d3a5c3606247b7e Reviewed-on: https://chromium-review.googlesource.com/1187853 Commit-Queue: Eriko Kurimoto <elkurin@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#588804}
-
Yoichi Osato authored
SelectionState is now only used by LayoutSelection and LayoutObject. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I9e4fc99ee69f13a6aab57cc69e201d04d2b04bc8 Reviewed-on: https://chromium-review.googlesource.com/1205807Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#588803}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f215ae6ed0ce..74fda7147c1b git log f215ae6ed0ce..74fda7147c1b --date=short --no-merges --format='%ad %ae %s' 2018-09-05 dcheng@chromium.org [owners.py] require stricter naming conventions for file: includes Created with: gclient setdep -r src/third_party/depot_tools@74fda7147c1b 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. BUG=chromium:801315 TBR=agable@chromium.org Change-Id: I91dee5ab9d4c5b0d83f4ae6669a475689f265e01 Reviewed-on: https://chromium-review.googlesource.com/1205617Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588802}
-
Arthur Hemery authored
Remaining usage of pending_navigation_params_ in renderer initiated navigations where it is always false. Bug: 789577 Change-Id: Ie8c214b01922f96f9bf3f8b5f6e6be4e82273bed Reviewed-on: https://chromium-review.googlesource.com/1189804Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#588801}
-
Ben Wagner authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/2c8e6279a7bf..9789c75b1a6f $ git log 2c8e6279a..9789c75b1 --date=short --no-merges --format='%ad %ae %s' 2018-09-04 wl More '...' vs. `...` fixes in API documentation. 2018-09-04 wl Make `/****...' comments in public headers uniformly end on column 77. 2018-09-03 apodtele * docs/DEBUG: s/trace_//. 2018-09-03 ramakrishnan.nikhil [docwriter] Don't break code snippets accross lines. 2018-09-03 wl include/freettype/config:*.*: Convert comments to Markdown syntax. 2018-09-03 wl */*: s/PSNames/psnames/. 2018-09-03 wl [sfnt] Fix heap buffer overflow in CPAL handling. 2018-09-01 wl Remove `FT_Outline_{New,Done}_Internal'. 2018-08-31 apodtele * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Check glyph format. 2018-08-31 prince.cherusker [errors] Refine the macro logic surrounding `FT_Error_String'. 2018-08-31 wl Whitespace. 2018-08-31 wl * src/base/ftdebug.c (FT_Throw): Restore missing `FT_UNUSED' calls. 2018-08-31 wl * src/base/ftdebug.c (FT_Throw): Reduce chattiness. 2018-08-31 wl Minor comments. 2018-08-31 wl Whitespace. 2018-08-31 wl Add link to OpenType's composite glyph description. 2018-08-31 wl * src/autofit/afhints.c (af_glyph_hints_reload): Add initialization. 2018-08-30 apodtele Consolidate bitmap presetting and size assessment. 2018-08-30 apodtele * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Correct mono. 2018-08-30 prince.cherusker [errors] Introduce a macro to control `FT_Error_String'. 2018-08-30 prince.cherusker [errors] Introduce `FT_Error_String'. 2018-08-30 wl [autofit] Trace `before' and `after' edges of strong points. 2018-08-30 wl Minor. 2018-08-30 apodtele [base] Overflow-resistant bitmap presetting. 2018-08-29 wl Doc fix. 2018-08-29 prince.cherusker Fix numeric overflows. 2018-08-29 wl ftoption.h: s/precendence/precedence/ in documentation (#54586). 2018-08-29 wl [cff] Fix handling of `roll' op in old engine. Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_msan_rel_ng PDFium-Issue: pdfium:1145 Change-Id: I5b11c49ad02a0919ea2de1162145c73994c388d3 Reviewed-on: https://chromium-review.googlesource.com/1204272 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#588800}
-
Arthur Sonzogni authored
The browser process is the sole responsible for shutting down its renderer processes. Surprisingly, there was some logic in the renderer process to request self shutdown. Previous CL disabled renderer process initiated shutdown. This CL removes associated logic to increment/decrement the reference counter. Bug: 873541, 609963, 535246 Change-Id: I06bc6670d84dcad597bf98eea6c3e07242f341b6 Reviewed-on: https://chromium-review.googlesource.com/1177748Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#588799}
-
Thomas Tangl authored
The explanation line "Google Chrome may use web services..." is removed from the Privacy & Security settings section when Unified Consent is enabled. Bug: 869683 Change-Id: Ic189edcc55a0c2bfc306d815e90fc78e6e09d087 Reviewed-on: https://chromium-review.googlesource.com/1204230Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#588798}
-
Fredrik Söderquist authored
This CL introduces a mechanism for handling "initial values" for SVG properties. The initial value is stored in a new |initial_value_storage_| field in SVGAnimatedPropertyBase. Subclasses that need to store an initial value - for many cases a default initialized object is sufficient - define what is stored in the allotted number of bits (and thus indirectly how many bits that are required.) The SetInitial method needs to be overloaded on the SVGPropertyBase subclasses that the SVGAnimatedProperty holds, and is responsible for resetting the value of the property (after "decoding" the value.) This CL adds an implementation of the above for SVGAnimatedLength. For this type, the initial value is stored as an index into a table of values. The 'fx' and 'fy' properties on SVGRadialGradientElement are updated to have their initial values be 50% (matches Gecko.) Bug: 225807, 474523 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ida144d6bed2d1946186e8fb3b3a0b9695ca81789 Reviewed-on: https://chromium-review.googlesource.com/1193822Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#588797}
-