- 26 Feb, 2019 40 commits
-
-
Chris Lu authored
Adds flag to new features file in //components/ukm/ios. Adds it to about_flags. Bug: 931289 Change-Id: I1062a555f2fc0f187c87c8a1713f01901d4b4f86 Reviewed-on: https://chromium-review.googlesource.com/c/1470713Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#635543}
-
Colin Blundell authored
Discovered while analyzing this code. Change-Id: I7853c0072eca68124d60ee365e70702d0078bed2 Reviewed-on: https://chromium-review.googlesource.com/c/1488889 Commit-Queue: David Roger <droger@chromium.org> Auto-Submit: Colin Blundell <blundell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#635542}
-
Elly Fong-Jones authored
The cleanup work here is owned by pnoland@, so assign this flag to them for now. Bug: 931272 Change-Id: I1a3249292b795534bbed81063122a9aac85fbc40 Reviewed-on: https://chromium-review.googlesource.com/c/1489132 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#635541}
-
Xi Han authored
Previously, this metrics didn't recorded when ServiceManager has been started. Therefore, we miss the data for the cases that Chrome is launching when the ServiceManager is running. This CL fix it by recording the metrics in a regular browser startup callback. Calling recordStartupUma() doesn't re-commit the metrics data if it has been committed before. Bug: 905678 Change-Id: If8a38aa81144084dd46d843a7fc9c1340445d3d0 Reviewed-on: https://chromium-review.googlesource.com/c/1480994 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#635540}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/e74c389f8191..d3752ea20886 git log e74c389f8191..d3752ea20886 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 johnkslang@users.noreply.github.com Merge pull request #95 from mkinsner/fpga_enum_block Created with: gclient setdep -r src/third_party/spirv-headers/src@d3752ea20886 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-headers-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: Iccbb3ffaa26b350bd0e50bb6bd427023855091b2 Reviewed-on: https://chromium-review.googlesource.com/c/1489058Reviewed-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@{#635539}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/16c7224d7b9b..1805a6699248 git log 16c7224d7b9b..1805a6699248 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 moragues@google.com Atlas: Add firmware builder Created with: gclient setdep -r src/third_party/chromite@1805a6699248 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I2b425990496379d7d186de75c3e8df83265a4e7c Reviewed-on: https://chromium-review.googlesource.com/c/1489059Reviewed-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@{#635538}
-
David Roger authored
An empty account list in multilogin is not supported by Gaia. In this CL we replace this by a Logout call, which is the recommended way to do the same thing. Change-Id: I61a3be41be35e27293efbe8cf7a9d3319a5a7d75 Reviewed-on: https://chromium-review.googlesource.com/c/1488874 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#635537}
-
Ehsan Karamad authored
This CL adds a new public/web API to support postMessage API for <embed>'s that are being handled by a frame-based MimeHandlerView. The API is plumbed from HTMLPlugInElement to MimeHandlerViewFrameContainer. The added API is the equivalent of WebPlugin::ScriptableObject; for frame-based MimeHandlerView a WebPlugin is not instantiated and therefore the scriptable object should be plumbed with its own API. The implementation of postMessage based on gin/ (similar to what current MimeHandlerViewContainer provides) will be added in a follow-up CL. Bug: 659750 Change-Id: Ie905928eb550d6134764edce4930a77eabd6270e Reviewed-on: https://chromium-review.googlesource.com/c/1487203Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#635536}
-
David Roger authored
IsAccountConsistencyEnforced always returns true on mobile, which is the only platforms where multilogin is used currently, so this check is not strictly required. However, it's still good to have it, for consistency with the non-multilogin codepath, and because it will be needed if multilogin is enabled on desktop. IsAccountConsistencyEnforced in particular returns true during the Dice migration phase. Change-Id: I1cd2f22d93f71e505d3599101898bc9d90c63a75 Reviewed-on: https://chromium-review.googlesource.com/c/1488873Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#635535}
-
Ben Wagner authored
SkFont getPath now distinguishes between empty path and no-path. Use this for better bounds computation on Mac. In addition, use the newer non-deprecated SkFont methods for advances and bounds. Bug: skia:8779 Change-Id: I360b5cbb16eda3c02d8e5773f95c0402e5fae55b Reviewed-on: https://chromium-review.googlesource.com/c/1487357Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#635534}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8abc84294571..804f17e35b25 git log 8abc84294571..804f17e35b25 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 jongdeok.kim@navercorp.com [Viewer] Set the current slide first before attaching the fBackendType to fWindow. Created with: gclient setdep -r src/third_party/skia@804f17e35b25 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=scroggo@chromium.org Change-Id: I154dd8eaaf6cbb9a51cd8b9ebb428c5a9a261d92 Reviewed-on: https://chromium-review.googlesource.com/c/1489056Reviewed-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@{#635533}
-
Marc Treib authored
The only use was inside a single DCHECK in DiceHeaderHelper. That's not worth keeping the pref and all the plumbing around. Bug: 935956 Change-Id: Ic7d0f11751cb8ce6d09472296a87493b1848e57a Reviewed-on: https://chromium-review.googlesource.com/c/1489191Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#635532}
-
Colin Blundell authored
After recent changes, this class no longer introduces any functionality over SigninManager and hence can be eliminated. Bug: 796544 Change-Id: Iaea1bb16267dc54808cb4c736e6d3fd4b7edcb09 Reviewed-on: https://chromium-review.googlesource.com/c/1486337Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#635531}
-
Olya Kalitova authored
After DownloadService successfully finishes the download of PluginVm image archive download should be verified using hash specified by PluginVmImage cloud user policy. If hash provided by the policy doesn't match hash provided by DownloadService download fails. Test: unit_tests --gtest_filter="PluginVmImageManager*" Bug: 928816 Change-Id: I5571b8c65638a31113e6c407e62737006809c3fd Reviewed-on: https://chromium-review.googlesource.com/c/1477225 Commit-Queue: Olya Kalitova <okalitova@chromium.org> Reviewed-by:
Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/master@{#635530}
-
Florian Uunk authored
Tests upload scenario and local save because payments rejected the card. Bug: 876301,915216 Change-Id: I8c73ea867872dc99fee3f2dcbb10bb0a6f123472 Reviewed-on: https://chromium-review.googlesource.com/c/1486336 Commit-Queue: Florian Uunk <feuunk@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#635529}
-
Elly Fong-Jones authored
This change removes the flag, and annotates the underlying feature with a TODO to remove it. Bug: 935900 Change-Id: I99c581031a1e24f94a66bcd76bc48dde45c053a5 Reviewed-on: https://chromium-review.googlesource.com/c/1489171 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#635528}
-
Daniel Nicoara authored
Removes unneeded includes that were forgotten during extraction of the wayland interface implementations outside this file. Bug: 896710 Test: Build and run exo_unittests Change-Id: Icab53e2d31975245cb8a6ed833f17a5ca50ba41b Reviewed-on: https://chromium-review.googlesource.com/c/1481745 Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#635527}
-
Ben Mason authored
Bug: 928422 Change-Id: I1e19e4c493dab562d0757c7c00c3e7146f7f35c6 Reviewed-on: https://chromium-review.googlesource.com/c/1489060 Commit-Queue: Ben Mason <benmason@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#635526}
-
Daniel Nicoara authored
Move the zcr_stylus interface into its own files. This change only moves code around, no functional changes. Bug: 896710 Test: Build and run exo_unittests Change-Id: I42e70263a607f6a835199b9be46093b6e0b1af35 Reviewed-on: https://chromium-review.googlesource.com/c/1481719 Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#635525}
-
Guido Urdaneta authored
Video constraints processing currently uses content mojo types. As part of the Onion Soup project, We plan to move MediaStream video interfaces to Blink. This requires moving video constraints processing, but the dependency on the content mojo type prevents the move to Blink, since only Blink bindings of Mojo types are allowed. This CL introduces an intermediate type for VideoInputDeviceCapabilities with the same fields as the Mojo type, and which can be easily replaced by the Blink mojo type once the dependent code is migrated to Blink. Bug: 921006 Change-Id: I418490f630a2dc13245f24d0c96edb41c2332571 Reviewed-on: https://chromium-review.googlesource.com/c/1448190 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#635524}
-
Michael van Ouwerkerk authored
When we use -1 it will crash. Bug: 924118 Change-Id: I04b0aedb7ff107364206b14d8cbe591b8fb4e8fd Reviewed-on: https://chromium-review.googlesource.com/c/1488930Reviewed-by:
Anna Malova <amalova@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#635523}
-
Daniel Bratell authored
The two cookie managers in restricted_cookie_manager.cc and cookie_manager.cc need some shared functionality and rather than having a duplicate set of helper functions (of which one clashed in some jumbo builds and cause build breakage), move the shared helper functions to a new file cookie_managers_shared.cc. Bug: 729800 Change-Id: I1839bd04e96471569b1b8a53bf1921f182b8bff4 Reviewed-on: https://chromium-review.googlesource.com/c/1482974Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#635522}
-
Kevin Bailey authored
Add initial Welsh dictionary to spellcheck list. Bug: 692242 Change-Id: Ic9f0d030170ef62af2aa10ba422585659c7c7359 Reviewed-on: https://chromium-review.googlesource.com/c/1477341Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#635521}
-
Clemens Arbesser authored
In an ongoing effort to integrate the PR into the autofill assistant, this CL creates an AA-specific subclass of PaymentRequestSection with customized text appearance and paddings. This is only a temporary low-effort measure for M-74. It does not change the appearance of the regular Chrome PR in any way. Collapsed before: https://screenshot.googleplex.com/WtXwMsTWGmu.png Collapsed after: https://screenshot.googleplex.com/Wd26Ge9k16Z.png Expanded contact, before: https://screenshot.googleplex.com/V2WC8UNtx1b.png Expanded contact, after: https://screenshot.googleplex.com/YGGX82yxJuv.png Expanded payment, before: https://screenshot.googleplex.com/1fGLNaprkfC.png Expanded payment, after: https://screenshot.googleplex.com/L7iVQzNoqda.png Bug: 806868 Change-Id: If30e46cac77c1d38096f6f5c2cc71d093c896631 Reviewed-on: https://chromium-review.googlesource.com/c/1488878Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#635520}
-
Daniel Nicoara authored
Move the zcr_alpha_compositing interface into its own files. This change only moves code around, no functional changes. Bug: 896710 Test: Build and run exo_unittests Change-Id: I6b576d9e686c8634dfa2a30c3718f9068628a9ea Reviewed-on: https://chromium-review.googlesource.com/c/1481733 Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#635519}
-
Nico Weber authored
This seems to work after https://chromium-review.googlesource.com/c/chromium/src/+/1483332 Bug: 926235 Change-Id: I5a73ea6bf72a095be9222599b35b9544cfca3c73 Reviewed-on: https://chromium-review.googlesource.com/c/1486714 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#635518}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7fb544c58018..9061ec504ae9 Created with: gclient setdep -r src-internal@9061ec504ae9 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: If3cbe4b8bb1ca92173a9bbbdb0b6656edd5f1760 Reviewed-on: https://chromium-review.googlesource.com/c/1489052Reviewed-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@{#635517}
-
Tibor Goldschwendt authored
Bug: 934381 Change-Id: Ia87d3743eb0634d6a16c476a40bfb07acceb26d9 Reviewed-on: https://chromium-review.googlesource.com/c/1480720 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#635516}
-
Elly Fong-Jones authored
This flag controls a feature that has been on by default for nearly a decade now. Bug: 935978 Change-Id: I506194c49389df0c4d59096f1b2c14d8ca6eee9f Reviewed-on: https://chromium-review.googlesource.com/c/1489131 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#635515}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/a4b0cda0fc1b..9e170c9530bd git log a4b0cda0fc1b..9e170c9530bd --date=short --no-merges --format='%ad %ae %s' 2019-02-26 perezju@chromium.org [Telemetry] Disable flaky ActionRunnerTest.testScrollToElement on mac Created with: gclient setdep -r src/third_party/catapult@9e170c9530bd 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:934649 TBR=sullivan@chromium.org Change-Id: I39e515b5dae3db52dd50bfde273dc4b14ebaab25 Reviewed-on: https://chromium-review.googlesource.com/c/1489055Reviewed-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@{#635514}
-
Nico Weber authored
This is a reland of 5e12be67 dawn's build files are now fixed, so enable it for debug builds too. Original change's description: > Enable -Wextra-semi in mac release builds that have dcheck_always_on set. > > Bug: 926235 > Change-Id: I32c7a9f15f1f544caaceef28b0d34ebd643aa35d > Reviewed-on: https://chromium-review.googlesource.com/c/1486880 > Reviewed-by: Mark Mentovai <mark@chromium.org> > Commit-Queue: Mark Mentovai <mark@chromium.org> > Commit-Queue: Nico Weber <thakis@chromium.org> > Auto-Submit: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#635214} Bug: 926235,935704 Change-Id: I488db4451a0751d59bb8057194ddcab0b3ea8ebf Reviewed-on: https://chromium-review.googlesource.com/c/1488012 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#635513}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/16ff21788126..38fb70186109 git log 16ff21788126..38fb70186109 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 lalitm@google.com trace_processor: handle binder transactions Created with: gclient setdep -r src/third_party/perfetto@38fb70186109 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: I37859ae1c3f5c14886d83c285ff39f9852e52319 Reviewed-on: https://chromium-review.googlesource.com/c/1489054Reviewed-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@{#635512}
-
Juan Antonio Navarro Perez authored
Before: https://chromium.googlesource.com/chromium/src/+/1b3ecdcb0ed69b5791d371a49fdef4aa95818f48/docs/speed/README.md After: https://chromium.googlesource.com/chromium/src/+/refs/changes/88/1488888/1/docs/speed/README.md Change-Id: I56bccdd951911ff40d22f705d05ff4cf9121d555 Reviewed-on: https://chromium-review.googlesource.com/c/1488888 Auto-Submit: Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#635511}
-
Egor Pasko authored
This reverts commit 54c5c662. Reason for revert: http://crbug.com/935973, apk merging fails with: ApkMergeFailure: Files don't match expectations: unexpected files: set(['libcrashpad_handler_trampoline.so']) Original change's description: > android: Launch Crashpad with /system/bin/linker on Q > > This adds a small executable, libcrashpad_handler_trampoline.so, to > Monochrome, Trichrome, and SystemWebView. The trampoline loads the > remaining Crashpad handler code from the main native library, which > must export `CrashpadHandlerMain()`. > > All three packages will continue to use /system/bin/app_process to > launch Crashpad on P-. > > Note on static_initializers.gni: > > There aren't any real, new static initializers. The increased count is > due to the addition of the new object. Static initializers are counted > by measuring the size of each object's .init_array and dividing by the > object's pointer size. libcrashpad_handler_trampoline.so has two > invalid slots which are ignored by the loader: > > readelf -x .init_array libcrashpad_handler_trampoline.so > > Hex dump of section '.init_array': > 0x00001008 ffffffff 00000000 > > Bug: 928422 > Change-Id: Iba56cd6feda73ebc91f6758724d823e48b5c6e8f > Reviewed-on: https://chromium-review.googlesource.com/c/1454078 > Reviewed-by: Richard Coles <torne@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Commit-Queue: Joshua Peraza <jperaza@chromium.org> > Cr-Commit-Position: refs/heads/master@{#635269} TBR=torne@chromium.org,agrieve@chromium.org,jperaza@chromium.org,mark@chromium.org Change-Id: If4048a343ab12dd0b5af6747b2633de79db5ddd7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 928422 Reviewed-on: https://chromium-review.googlesource.com/c/1489193Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#635510}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/346e10e8ae1a..8abc84294571 git log 346e10e8ae1a..8abc84294571 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 kjlubick@google.com [pathkit] fix perf Created with: gclient setdep -r src/third_party/skia@8abc84294571 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=scroggo@chromium.org Change-Id: I1733e5a50887c2f582fb463d569372f0f80774ee Reviewed-on: https://chromium-review.googlesource.com/c/1489051Reviewed-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@{#635509}
-
Maksim Ivanov authored
Add unit tests for the implementation that is triggered by the extensions API when an extension opens a message channel for sending UI messages to the diagnosticsd daemon. BUG=chromium:910561,b:123925995 TEST=new unit tests: DiagnosticsdMessagingTest Change-Id: If49bcc3c0b63135acf47337c263943854cabbc80 Reviewed-on: https://chromium-review.googlesource.com/c/1475187 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Polina Bondarenko <pbond@chromium.org> Cr-Commit-Position: refs/heads/master@{#635508}
-
Chromium WPT Sync authored
Using wpt-import in Chromium b02792b9. With Chromium commits locally applied on WPT: 14c11107 "Implement `Sec-CH-Lang`" df760ab0 "Don't skip past auto-height flexboxes in quirks mode." cd40220a "Fix as=fetch preload where preload is used before response arrives" 1d89521e "[LayoutNG] Force relayout when constraint spaces change." 98e7141b "Fix 2_tracks, 3_tracks wpt/webvtt tests" 68d5240e "[ChromeDriver] Set key modifiers with mouse actions" 359fd7da "[PE] Fix rendering issue with effect escaping in pre-CompositeAfterPaint" 3685447d "[WPT] Move subresource_path from generator to referrer-policy-test-case.js" 4ea68472 "Creates an ICE transport object at DTLS transport initialization." 32a115f8 "[css-flexbox] ChildIntrinsicLogicalWidth needs to constrain by min/max" ec3bf6e6 "Fix class_white-space_[normal|pre-line]_wrapped.html wpt/webvtt tests" 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=lukebjerring No-Export: true Change-Id: I005ab3d20fa8d2476e834f1edf9235869c5156c0 Reviewed-on: https://chromium-review.googlesource.com/c/1488951Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#635507}
-
Bo Liu authored
Change-Id: Ifef2a2d74500159096fe29763d64dca2647f18fd Reviewed-on: https://chromium-review.googlesource.com/c/1488023Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#635506}
-
Henrique Ferreiro authored
Replace uses of OverscrollBehavior from third_party/blink/renderer/platform/overscroll_behavior.h with the original type from cc/input/overscroll_behavior.h. This is part of a series of CLs to remove platform/scroll. Bug: 922111 Change-Id: I9f1d9dc8d6937c8eaee36c5bb272d30f2fe5bd2a Reviewed-on: https://chromium-review.googlesource.com/c/1488918Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#635505}
-
Elly Fong-Jones authored
This is part 1 of https://chromium-review.googlesource.com/c/chromium/src/+/1488032 TBR=thakis@chromium.org Bug: 897809 Change-Id: Ifb3291b69bbebaf862f022d45b33a206f705313d Reviewed-on: https://chromium-review.googlesource.com/c/1489091Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#635504}
-