- 25 Jul, 2018 40 commits
-
-
Yue Li authored
Also: - update logic for Assistant settings. - update timeout for loading the flow. Bug: 866141, b/111704810, b/111796422 Test: Manual Test Change-Id: Ibb3ba413992ee92b2e334dddeaf7d714d500ffcb Reviewed-on: https://chromium-review.googlesource.com/1148768 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#577792}
-
Peter Kasting authored
IMO he's done enough work on the tabstrip during the Refresh cycle to be able to review changes here. TBR=sky Bug: none Change-Id: I1522042e5244e225a7ce2c86d87397729a2086fe Reviewed-on: https://chromium-review.googlesource.com/1147661 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#577791}
-
Giovanni Ortuño Urquidi authored
Introduces the BookmarkAppInstallationTask. This class purpose is to perform the necessary steps to install an BookmarkApp from a WebContents or a WebApplicationInfo. This class will have two subclasses BookmarkAppShortcutInstallation task and BookmarkAppWebAppInstallationTask. The former is included in this CL and installs BookmarkApp-based Shortcuts. The latter will install BookmarkApp-based Web Apps. Bug: 864904 Change-Id: I5b5b9f44ff0984b0138663cb7c84abcba1062c77 Reviewed-on: https://chromium-review.googlesource.com/1131024 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#577790}
-
Ian Kilpatrick authored
This allows NGLineInfo to return a Width which isn't clamped to zero for negative values. This allows alignment of text to work correctly for these values. Additionally, when adjusting the inline static position of abs-pos children, we use the resulting fragment inline size, instead of the line width, as this may be different. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I0876f148d285147c3b5cec658ebd7831e97b11aa Bug: 636993 Reviewed-on: https://chromium-review.googlesource.com/1147875Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#577789}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6cf86b3c343e..f79ab3845a7e git log 6cf86b3c343e..f79ab3845a7e --date=short --no-merges --format='%ad %ae %s' 2018-07-25 nednguyen@google.com Make sure Telemetry browser attempts to log symbolizaztion of all unsymbolized dumps upon test failures Created with: gclient setdep -r src/third_party/catapult@f79ab3845a7e The AutoRoll server is located here: https://catapult-roll.skia.org 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:865895 TBR=sullivan@chromium.org Change-Id: I0632a93297b85b3e5ca364eb908176c39acf9466 Reviewed-on: https://chromium-review.googlesource.com/1149541Reviewed-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@{#577788}
-
Matt Falkenhagen authored
This comment seems outdated. S13nSW without NetworkService is supported. The TODO is a bit vague about what was planned to be done. I assume it was to merge the S13nSW without NetworkService code with the non-S13nSW without NetworkService code, but there is not a viable path for that, and as the code will be removed after S13nSW it's not worth it. Change-Id: I85097d207af340173508004249e6eebe317a2cfa Reviewed-on: https://chromium-review.googlesource.com/1149424Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#577787}
-
Koji Ishii authored
This patch enables ComputePositionData() for RTL, and enables using the data in CachedOffsetForPosition and CachedPositionForOffset. Because we use binary search, CharacterPositionData stores ShapeResultCharacterData in the visual order, so that its |x_position| is in ascending order. This patch also adds DCHECKs to ensure Cached and non-Cached versions return the same data. Cases they don't were discovered, in LTR and RTL. DCHECKs are limited to when it passes, and failing cases are to be investigated. Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ifaf3f9f73c7b098e68932e8dc0181a79c1d7778d Reviewed-on: https://chromium-review.googlesource.com/1148025Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#577786}
-
Luciano Pacheco authored
Move zip, MTP, removable and archive volumes after Drive and 3rd-party FSPs, as requested on the linked bug. Bug: 867198 Change-Id: I69a61b621e190ade9dd6d16d5655c57ea722cdff Reviewed-on: https://chromium-review.googlesource.com/1149421Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#577785}
-
tzik authored
This moves task management logic of base::internal::TimerBase to its subclasses, so that subclasses can hold user tasks as different types for each. Specifically, OneShotTimer's task type is converted to OnceClosure after this CL, and it gets supporting OnceCallback. Bug: 850247 Change-Id: Ie017c2ed6e0fb1fe44937a497576d16e5c3dab68 Reviewed-on: https://chromium-review.googlesource.com/1127215Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#577784}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I97f86a8372ea408243baddf8999f3d8f3f4ba785 Reviewed-on: https://chromium-review.googlesource.com/1149117Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#577783}
-
David Black authored
Provides more instruction to users until actual endpoints are available. Bug: b:111752710 Change-Id: I250269c0848a02ae89480fb6dff20021f8866895 Reviewed-on: https://chromium-review.googlesource.com/1147425 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#577782}
-
Mounir Lamouri authored
Picture-in-Picture requires submission even if the video may appear as not visible to the frame submitter. This is adding a flag that is turned on when a video enters Picture-in-Picture. Bug: 865940 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I98ece11c4ad91ba2c34cafad711c50068fc91384 Reviewed-on: https://chromium-review.googlesource.com/1147542 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#577781}
-
Peter Kasting authored
This computes the background tab image Y offset based on the refresh height of the frame top, and simplifies the code by doing this unconditionally instead of only when there's a tab background image. This will not fix cases where a theme uses a custom toolbar image based on assuming that there are 16 DIP above the top of tabs. Added a TODO about that. Bug: 866671 Change-Id: I9c9b5dacaba31f825d8392f5538ebd4cc8140367 Reviewed-on: https://chromium-review.googlesource.com/1147618 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#577780}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e66fe1f7. With Chromium commits locally applied on WPT: 9f17ab2f "Refactoring XR mojo interfaces" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21670 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 Directory owners for changes in this CL: jsbell@chromium.org: external/wpt/encoding TBR=foolip No-Export: true Change-Id: I4d3b08e23956bf55e55ae8cb4aabfde7d11c3005 Reviewed-on: https://chromium-review.googlesource.com/1149441 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@{#577779}
-
Yoichi Osato authored
This is a quick fix for the issue that DocumentMarkerContoller often returns over offset for a text node. That causes DCHECK hit in creating NGOffsetMapping. This patch rounds such offset before offsetmapping creation. Generally, we should sanitize DMC offset management. Bug: 865267 TEST: By hand with the example in the crbug. We might find a root issue by DCHECKing inside DMC. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I0c90f14d08df4eee4de0e23d37b4a2be86308f1e Reviewed-on: https://chromium-review.googlesource.com/1148160Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#577778}
-
Scott Chen authored
Bug: 867005 Change-Id: Ie56bf0c098bd625a506395cb3ea77eb3f38f18ef Reviewed-on: https://chromium-review.googlesource.com/1148764Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#577777}
-
David Black authored
To accomplish this, this CL: - Adds some utility methods to deep_link_utils for parsing params. - Moves parameter keys to a unified place within deep_link_utils. - Uses API to unescape parameters. - Adds support for query via deep link. Bug: b:111654253 Change-Id: Ic09ded6c76393fdc56006594ff01e64e8753ed0f Reviewed-on: https://chromium-review.googlesource.com/1145829 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#577776}
-
Chris Dalton authored
The Skia interface validator requires these bindings to be present. Bug: skia:8159 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 Change-Id: Ib79d16ac063bdd5ddace9fbf6bba063e190186d3 Reviewed-on: https://chromium-review.googlesource.com/1147878Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Chris Dalton <csmartdalton@chromium.org> Cr-Commit-Position: refs/heads/master@{#577775}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/74ff6430d6c4..eade4f0eac2e Created with: gclient setdep -r src-internal@eade4f0eac2e The AutoRoll server is located here: https://src-internal-chromium-roll.skia.org 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: I0acdfffefa6c6a787d900030a1ac34ac094de3b3 Reviewed-on: https://chromium-review.googlesource.com/1149341Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577774}
-
Khushal authored
Plumb through the URL used with a worker context to the GPU so it can be used to currently report the URL for the current page. This change only adds support for work sent from raster tasks and when raster decoder is enabled. R=piman@chromium.org 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;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib5b20c0cc54df3ecbfb1ef3e13a14f0fcc65e3cb Reviewed-on: https://chromium-review.googlesource.com/1145685 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#577773}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/04e984409ab0..6cf86b3c343e git log 04e984409ab0..6cf86b3c343e --date=short --no-merges --format='%ad %ae %s' 2018-07-25 benjhayden@chromium.org Fix internal test suite descriptors. Created with: gclient setdep -r src/third_party/catapult@6cf86b3c343e The AutoRoll server is located here: https://catapult-roll.skia.org 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: I5f6ddf4f4e5b931d1aa49ab12f688b9b8d1116f0 Reviewed-on: https://chromium-review.googlesource.com/1149342Reviewed-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@{#577772}
-
Yiming Zhou authored
1. Fixed an edge case where the Recorder UI is truncated by the parent page's stylesheet. Added an explicit padding style to the Recorder UI. 2. Record page load events on the main frame. I can later use the page load events to truncate test recipes. 3. Add a typePassword action. Bug: 855284 Change-Id: Ieac830addbc7dff303ab456438328ffd64e12953 Reviewed-on: https://chromium-review.googlesource.com/1145624 Commit-Queue: Yiming Zhou <uwyiming@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#577771}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/21edf3db5e33..0359b6977caf git log 21edf3db5e33..0359b6977caf --date=short --no-merges --format='%ad %ae %s' 2018-07-24 theoking@google.com Vulkan: Check mInFlightCommands doesn't grow too fast 2018-07-24 geofflang@chromium.org EGL: Validate that EGL_GL_TEXTURE_ZOFFSET is used only for 3D sources. Created with: gclient setdep -r src/third_party/angle@0359b6977caf The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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: I287658785a2a2513399497260ea64ae3afd985c3 Reviewed-on: https://chromium-review.googlesource.com/1149340Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#577770}
-
Qiyu Hu authored
Bug: b:78650442 Test: Build Change-Id: Ic0a9e07fa68d22faf11549b992c2c885f07d2c00 Reviewed-on: https://chromium-review.googlesource.com/1144193Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Commit-Queue: Qiyu Hu <qiyuh@google.com> Cr-Commit-Position: refs/heads/master@{#577769}
-
Scott Chen authored
Bug: 846210 Change-Id: I0c20f572ad294050ec78187cfbcc6f4cdd47141f Reviewed-on: https://chromium-review.googlesource.com/1148760Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#577768}
-
tzik authored
AddressSorterWin::Job's reference count is zero at the beginning of its constructor, and used to be incremented at base::Bind there implicitly. However, if PostTaskAndReply there failed, the reference is gone and the reference count gets to 0 again. And as the result, `new Job` may return a stale pointer. This CL adds a static constructor to , and moves the ref count manipulation part out from the constructor, in order to avoid the unexpected destruction. Bug: 866456 Change-Id: I1e735d6d0bf427988ba7380569628d4264c755f5 Reviewed-on: https://chromium-review.googlesource.com/1147898Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#577767}
-
tzik authored
ExtendedAuthenticatorImpl is a ref counted object. Its first reference is taken by base::Bind in its constructor, and the reference is passed to GetSystemSalt to do an asynchronous task. However, if GetSystemSalt impl drops the passed callback soon, (e.g. by PostTask failure), the reference to ExtendedAuthenticatorImpl is gone and the instance is destroyed, even before the construction has completed. That is, `new ExtendedAuthenticatorImpl` might return a stale pointer on the previous code. This CL adds a static constructor to ExtendedAuthenticatorImpl, and moves the problematic part out of the constructor. Bug: 866456 Change-Id: I377acc8a753c01a79a4cf09617bfa3b0f6aa923f Reviewed-on: https://chromium-review.googlesource.com/1148164Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#577766}
-
David Black authored
Still missing tweens. Need to discuss with UX about potentially revising specs to use pre-defined tweens. See bug for demo. Bug: b:111573788 Change-Id: I7d94416afa834d83aafa7e1e5f8eb9d6efe44333 Reviewed-on: https://chromium-review.googlesource.com/1144197 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#577765}
-
Ryan Sleevi authored
As previously communicated, and as documented at at https://g.co/chrome/symantecpkicerts, certificates issued by the Symantec Legacy PKI Infrastructure between 2016-06-01 and 2017-12-01 will no longer be trusted. This changes the default state to remove trust in these certificates. Certificates issued under the DigiCert Managed PKI, or those from previously-identified, independent third-party CAs, are not affected. Bug: 796230, 805460 Change-Id: I74bdecc9dfdd66dec1a111f9eddb830babfa8222 Reviewed-on: https://chromium-review.googlesource.com/1134209 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#577764}
-
Xing Liu authored
This CL changes the download progress bar background color to 26% G blue 600. Bug: 864867 Change-Id: If7490c628c623556d1d01a267a391a070a3945f8 Reviewed-on: https://chromium-review.googlesource.com/1148941 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#577763}
-
Sergei Datsenko authored
This key is PII, so to avoid exposing it through mount point name we hash it with salt. BUG=chromium:829694 Change-Id: I5c66ff64715026b7acc984c387b41760a2fb99b1 Reviewed-on: https://chromium-review.googlesource.com/1143119Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#577762}
-
Bence Béky authored
Instead of continuing to wait for UDP data, fail the DNS query in DnsUDPAttempt. The motivation is to call the callback at most once, to conform to //net convention. See https://docs.google.com/document/d/1CNq4plxEbprzXwkeIrEtwM4b-Na2ZOqw8UHPRK3t-1w for analysis of data (restricted view). Net.DNS.ResultAfterMalformedResponse histogram is removed in follow-up CL https://crrev.com/c/1149112. Bug: 779589 Change-Id: I0ef3c460e40cefe8160334cad17f9ef9abec3b39 Reviewed-on: https://chromium-review.googlesource.com/1146878 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#577761}
-
Achuith Bhandarkar authored
This CL failed due to chromebot CLA issue: https://chromium-review.googlesource.com/c/1148140/ BUG=762641,860584 TEST=None Change-Id: I2679c4ae6bbb35e7041b72696294f0f13cca91e9 Reviewed-on: https://chromium-review.googlesource.com/1149329 Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Don Garrett <dgarrett@chromium.org> Cr-Commit-Position: refs/heads/master@{#577760}
-
Luke Halliwell authored
Currently, it's controlled by switches, which can be used for global control of the feature, but don't work well for per-tab configuration. Move the decision to ContentRendererClient and use the switches in default implementation to maintain existing default behaviour. Bug: 862698 Change-Id: I917e21ec8d8e493eef53113fe667d45ab17a48b5 Reviewed-on: https://chromium-review.googlesource.com/1133975 Commit-Queue: Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#577759}
-
Xing Liu authored
Currently if selects download in download home, user can observe there is no space between the Chrome toolbar and the storage summary. This CL adds 8dp top padding to storage summary view. Bug: 866186 Change-Id: I5f2b1880efa30f77dd272d2bec328dd2180d527a Reviewed-on: https://chromium-review.googlesource.com/1149276Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#577758}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bd499d73987d..04e984409ab0 git log bd499d73987d..04e984409ab0 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 dtu@chromium.org [pinpoint] Refactor quest.RunTest.FromDict(). Created with: gclient setdep -r src/third_party/catapult@04e984409ab0 The AutoRoll server is located here: https://catapult-roll.skia.org 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: I01ae02f25db07772cf8a964a6f422df9a6c21570 Reviewed-on: https://chromium-review.googlesource.com/1149280Reviewed-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@{#577757}
-
Khushal authored
The activity flags are used to notify the browser if the GPU process crashes during shader compilation which could indicate a corrupted disk shader cache. Hook this up for the persistent shader caching on the GrContext for OOPR. R=ericrk@chromium.org, piman@chromium.org Bug: 854416 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;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Id2b1d0eeb3ca4ac41f82822f520331651dea5a38 Reviewed-on: https://chromium-review.googlesource.com/1147863Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#577756}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b4f02e85..1032259c 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: I082729a6558053b6ec669da424339462290d0ce7 Reviewed-on: https://chromium-review.googlesource.com/1149090Reviewed-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@{#577755}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c0446e3f. With Chromium commits locally applied on WPT: 9f17ab2f "Refactoring XR mojo interfaces" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21669 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 Directory owners for changes in this CL: cvazac@akamai.com, igrigorik@chromium.org: external/wpt/server-timing TBR=foolip No-Export: true Change-Id: I8e116205cb4e90eba63dd2f1286dac97c216c890 Reviewed-on: https://chromium-review.googlesource.com/1149094 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@{#577754}
-
Andrey Lushnikov authored
This patch starts supporting fall-through in async callbacks. Change-Id: I1a1284f6884c26c0c73ca179bf33f7aff8bc88cc Reviewed-on: https://chromium-review.googlesource.com/1139575 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#577753}
-