- 13 Aug, 2019 40 commits
-
-
Jit Yao Yap authored
Sync server-side changes from https://critique.corp.google.com/#review/259645392 to client. Change-Id: Iae12415e75902d0199d84dc0e0b99714609164c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751248Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Jit Yao Yap <jityao@google.com> Cr-Commit-Position: refs/heads/master@{#686413}
-
Jun Cai authored
This CL changes sms dialog background color to use sheet_bg_color so that when Chrome changes to different theme, the dialog background is also changed. This is to fix the text on the dialog not visible when Chrome changes to dark theme. I uploaded some dialog screenshots when using default theme and dark theme on the issue page. Bug: 991392 Change-Id: Ib685689e7f150a09243edf9d02b61b166ea54276 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749764Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#686412}
-
Andy Paicu authored
This represents steps 7 and 8 of: https://docs.google.com/document/d/1heiIgNdO7kbaU9BLOPO4wZ9maHScB87cGT5lyjeBVAM/edit#heading=h.4en9va43fgfj Bug: 950905 I have combined these two steps as they make a lot of sense together. 1) A new bool `obey_origin_policy` has been added to ResourceRequest 2) Based on its presence: a) The `Sec-Origin-Policy` HTTP header is set b) The OriginPolicyManager is used to retrieve the policy c) The policy is saved on the ResourceRequest 3) The OriginPolicyThrottle has all the necessary information to trigger the interstitial or allow the navigation. Change-Id: I75b4da55f01c0eff461e005a92f24b28925eef62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706428Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/master@{#686411}
-
Elly Fong-Jones authored
Bug: None Change-Id: Ideec0f3a60319eee3354642074ff3be7d078b440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751827 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#686410}
-
Yuki Shiino authored
Fixes pydeps settings and makes web_idl module work without user-side settings of PYTHONPATH. This hack workarounds an issue that action_with_pydeps and print_python_deps.py don't provide a chance to set up PYTHONPATH. Bug: 839389 Change-Id: I342e3dbd5b6d23a555e3ee253c362e6a82ff6f60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751423Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#686409}
-
Roger Tawa authored
This reverts commit 4051b667. Reason for revert: see crbug.com/993332 for details. Essentially DumpAccessibilityEventsTest tests consistently fails. Original change's description: > Change mapping of text leaf nodes and line breaks to ATK_ROLE_STATIC > > Text leaf nodes and line breaks were being exposed as ATK_ROLE_TEXT. > However, the definition of ATK_ROLE_TEXT is: > > An interactive widget that supports multiple lines of text > and optionally accepts user input, but whose purpose is not > to solicit user input. > > In contrast, ATK_ROLE_STATIC is defined as: > > A generic non-container object whose purpose is to display > a brief amount of information to the user and whose role is > known by the implementor but lacks semantic value for the user. > > Thus text leaf nodes and line breaks should be exposed with the latter > role; not the former. > > Bug: 984590 > Change-Id: I4dfbf8d8d90a3f894803a62914a6d9882828957e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749145 > Commit-Queue: Martin Robinson <mrobinson@igalia.com> > Auto-Submit: Joanmarie Diggs <jdiggs@igalia.com> > Reviewed-by: Martin Robinson <mrobinson@igalia.com> > Cr-Commit-Position: refs/heads/master@{#686343} TBR=mrobinson@igalia.com,jdiggs@igalia.com Change-Id: I7dc55820a07ebdd6be722aa3e1e305fbc9d48781 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 984590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751830Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#686408}
-
Peter K. Lee authored
This feature flag is now default enabled. No need to check it at runtime. Bug: 905891 Change-Id: Id2b9d720146cd5aaae4c5a4bb40f17a48506be5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746734Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#686407}
-
Olya Kalitova authored
Adds keyed service to handle Crostini Ansible management so that this feature is separated from Crostini manager and Crostini manager does not get overloaded. This CL also adds basic functionality for Ansible installation. Bug: 986276 Change-Id: Ia5d0cab00f5f40ab152131f2edd2dce52a0bb524 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712677 Commit-Queue: Olya Kalitova <okalitova@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Reviewed-by:
Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#686406}
-
Dominik Röttsches authored
The fallback cache was originally introduced in issue 603314 to avoid extra IPC overhead when finding fallback fonts for an identical base family. It needs to be investigated in how much this cache actually helps, but for now, avoid CJK fallback cache priming inconsistencies by adding the locale to the cache key. When an ideograph character was requested with a Chinese locale before requesting it with a Japanese locale, the Japanese request would retrieve a Chinese font and vice versa. Add the locale to the key to avoid ignoring the locale, which is very relevant for CJK fallback. I was not able to add a test with reasonable effort: as the current code tries the user preferences fonts first for CJK characters and does not necessarily reach fallback. On the other hand, testing this is in a more localized unittest is not possible at it requires a Mojo IPC connection to the browser process and DWriteFontProxy to be running on the other side. In the existing FontFallback unittests, a DWriteFakeSender is initialized which simulates a font collection with only one font and does not allow access to system fonts. Bug: 992936 Change-Id: I4635bf2d3f7d598e89357dbd3269510667e2f961 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751246 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#686405}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7dfd381e1295..7741db7456bc Created with: gclient setdep -r src-internal@7741db7456bc The AutoRoll server is located here: https://skia-autoroll.corp.goog/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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None,chromium:None,chromium:None,chromium:None,chromium:None,chromium:None Change-Id: I7d473cfd6420ae42ddec8573bc105b210d518098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751442Reviewed-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@{#686404}
-
Sam Maier authored
There are class verification errors that must be retried at runtime. This prevents inlining of some errors to reduce the number and size or these verification errors. Bug: 991851 Change-Id: Ib49621f20ad48d2017e984c47e84f6c6ee7cda58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746840Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Jeffrey Yasskin <jyasskin@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#686403}
-
Mohamed Abdelhalim authored
This includes adding a new member to RenderFrameHostImpl to store the latest http status code. Bug: 990812 Change-Id: I83e61b328df4e37194cc3e1b17952986dd48cf1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742152 Commit-Queue: Mohamed Abdelhalim <zetamoo@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Lowell Manners <lowell@chromium.org> Cr-Commit-Position: refs/heads/master@{#686402}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2d4016c4. With Chromium commits locally applied on WPT: 329c91e5 "Attempt to make test more stable" 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=robertma No-Export: true Change-Id: I54bcd885e214164ea8b0b61ecad4fd3858b980f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751462Reviewed-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@{#686401}
-
Kenichi Ishibashi authored
This is a follow-up CL of https://crrev.com/c/1743227. We plan to start service worker threads on the IO thread so use main thread orthogonal suffix. We use "the initiator thread" instead of "the main thread." Bug: 692909 Change-Id: I624df28773807677c830cd385c82b8b78440e26b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745685 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#686400}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/9b45b5aafa37..b6d7c5370888 git log 9b45b5aafa37..b6d7c5370888 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 shaobo.yan@intel.com Reland "Fix dynamic buffer offset issues on D3D12 backend" 2019-08-13 enga@chromium.org Factor RenderPass command validation Created with: gclient setdep -r src/third_party/dawn@b6d7c5370888 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: I2f0fe8c3ec78b88166b603b5529546d21fdcd796 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750887Reviewed-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@{#686399}
-
Tina Wang authored
Change-Id: Ie8c61e4e7d8528bbdbad2187f222a9ca261c805d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716009 Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#686398}
-
Joel Hockey authored
If System Web Apps support tabs, then the new tab '+' button will load the app launch URL rather than the default chrome://newtab/. Bug: 990158 Change-Id: I66bc86335135fefe22fbc954d17a52ea88528f02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1748974Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#686397}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1c632e376ba4..772d5c6161c5 git log 1c632e376ba4..772d5c6161c5 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 perezju@chromium.org [Telemetry] Remove telemetry.benchmark_runner Created with: gclient setdep -r src/third_party/catapult@772d5c6161c5 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=simonhatch@google.com Bug: chromium:928275 Change-Id: I7b212040de1b979e871808c70fca3a0c2c40ba6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750895Reviewed-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@{#686396}
-
henrika authored
It seems like there are some audio devices with more than 8 channels (on Mac) trying to render remote media streams. Given that there is no standards on how to upmix to more than 8 channels we instead provide silence in these extreme cases instead of crashing which was the case before. Bug: 986415 Change-Id: I82d9422e4888cb07ccc1c531e3276f2685bff6cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751191Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Andreasson <henrika@chromium.org> Cr-Commit-Position: refs/heads/master@{#686395}
-
Kaustubha Govind authored
Process OCSP ResponseData and SingleResponse extensions, and return OCSPRevocationStatus::UNKNOWN if unhandled extensions marked critical are found. Updated PEM-file generation code to explicitly set the OCSP extension's critical flag, which resulted in changes to existing PEM files. Without setting the flag, the code parsing the OCSP extensions appears to see critical=true. Bug: 944269 Change-Id: Ib04a9a5c39aba2edc70a6be7ea98981ec8f5360f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1732706Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Kaustubha Govind <kaustubhag@chromium.org> Cr-Commit-Position: refs/heads/master@{#686394}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/162a1a2b3f15..7588713317d6 git log 162a1a2b3f15..7588713317d6 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 achuith@chromium.org cros_chrome_sdk: Remove unnecessary warnings. Created with: gclient setdep -r src/third_party/chromite@7588713317d6 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@google.com Bug: None Change-Id: Ib990e41f532febe9df81a43f29e257ca98af4fdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751262Reviewed-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@{#686393}
-
Eric Stevenson authored
This CL changes the order of arguments when converting non-static native methods to static native methods to avoid having to refactor the native side of the code during mass conversions. The order is now: * Java "this" object second if a "long nativeClassPtr" is the first argument, or * Java "this" object first for all other cases Bug: 929661 Change-Id: Ibb7997f9273b96994b8c5d4be6c4d6a2f3c0c694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749784Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#686392}
-
Gayane Petrosyan authored
Bug: 937570 Change-Id: I26a8ddecea285e088dafbc250071559ec6fffe9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750931Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#686391}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f99631100372..6ef31815a694 git log f99631100372..6ef31815a694 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 b90755ba7793..9e4b116ccc40 (7 commits) 2019-08-13 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps 2019-08-13 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 186422ee..3ae2445b (399 commits) Created with: gclient setdep -r src/third_party/skia@6ef31815a694 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@google.com Bug: chromium:None,chromium:None Change-Id: I3a037cc0b7f77451f0920cf1cf7c7bb6eb8cbb43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750892Reviewed-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@{#686390}
-
Eric Stevenson authored
This CL moves the generated registration methods to an anonymous namespace so that targets can have multiple generate_jni_registration() dependencies that use @NativeMethods. Currently this would cause a link time error due to duplicate symbols being defined. Bug: 929661 Change-Id: I240b8848bd37adfc02de6d70f40f81c2a2f057aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749481Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#686389}
-
Mario Sanchez Prada authored
Adapted the original CL to the change done in the precursor CL to rename the new blink::mojom::SurroundingText Mojo interface into blink::mojom::Frame instead. Original change's description: > Now that we have blink::SurroundingText inside Blink and implemented > using internal Blink types like WTF::String and LocalFrame, we can > finally migrate blink::SurroundingTextImpl away from WebLocalFrame > and remove the DEPS exception rule we previously introduced during > this process of Onion Soup'ing the SurroundingText API. > > Additionally, we move the instantiation of blink::SurroundingTextImpl > from WebLocalFrame to LocalFrame as well and, with that, we remove any > reference to public Blink classes from SurroundingText-related code. > > Bug: 980151 > Change-Id: I1a1014dbf6671b9327a068ceca4f62d873cb5fb3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698413 > Commit-Queue: Mario Sanchez Prada <mario@igalia.com> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#680346} Bug: 980151 Change-Id: Ifbec56f9391ff5b450ebeb6532d5089a53f94350 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738454 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#686388}
-
Julian Pastarmov authored
Per discussion on the bug this policy should not be visible in the documentation yet. BUG=991307 Change-Id: I9528effd46d9dddb25b21ecf5df4601a88292a27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751327 Auto-Submit: Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Georges Khalil <georgesak@chromium.org> Reviewed-by:
Georges Khalil <georgesak@chromium.org> Cr-Commit-Position: refs/heads/master@{#686387}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f0fc887f5682..827c26f6435e git log f0fc887f5682..827c26f6435e --date=short --no-merges --format='%ad %ae %s' 2019-08-13 carmenjackson@google.com Add the suspend_resume trace event to Perfetto ftrace config 2019-08-12 treehugger-gerrit@google.com Merge "processor: Ignore misordered slice events." Created with: gclient setdep -r src/third_party/perfetto@827c26f6435e 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 Bug: chromium:137289935 Change-Id: I2320380839a1af3b5fcd81c47c0715bfefadbd69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751266Reviewed-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@{#686386}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9e4b116ccc40..956770025c8c git log 9e4b116ccc40..956770025c8c --date=short --no-merges --format='%ad %ae %s' 2019-08-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src 95386f9e45a2..f701237f2d88 (1 commits) Created with: gclient setdep -r src/third_party/angle@956770025c8c 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=syoussefi@chromium.org Bug: chromium:None Change-Id: I9c2ace876d1f0dcf1b676390b5f0e180b104b6ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750897Reviewed-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@{#686385}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/95386f9e45a2..f701237f2d88 git log 95386f9e45a2..f701237f2d88 --date=short --no-merges --format='%ad %ae %s' 2019-08-12 stevenperron@google.com Remove useless semi-colons (#2789) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@f701237f2d88 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,syoussefi@chromium.org Bug: None Change-Id: I8be05fa95a0467d5917e33efe6be94a0cbc5816f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750898Reviewed-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@{#686384}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4bd4f700..1d37448e Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ie6acbc807d254adee1148dd7360ddc92d4ab08ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751022Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#686383}
-
Michael van Ouwerkerk authored
Bug: 992345 Change-Id: I825496fc0a0da3084f741c420a8abcea84e5daf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745473 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#686382}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/43faee09e50a..34aee67c1145 git log 43faee09e50a..34aee67c1145 --date=short --no-merges --format='%ad %ae %s' 2019-08-13 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 514a5433..3ae2445b (686198:686310) Created with: gclient setdep -r src/third_party/webrtc@34aee67c1145 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. TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Idcfe13ecb43b9ffab6b136f244b4e49bda04c050 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750890Reviewed-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@{#686381}
-
Sebastien Marchand authored
Clarify that this metric doesn't give an exact representation of Chrome's physical memory footprint because there's some double accounting of the shared resident set. Change-Id: I8d1b6138b20bf7bf1f51179ab071dd74ae93c637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749209Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#686380}
-
Vasiliy Telezhnikov authored
This CL fixes races in BluetoothLowEnergyApiTest tests: ServiceEvents, GetRemovedService, DescriptorValueChanged that cause flaking in browser_tests Bug: 992460 Change-Id: I634ea6da0264e72697fa23c24ee98e701cb592f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749707Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#686379}
-
Ivan Sandrk authored
Currently managed Chrome OS devices support remote commands issued by the admin on CPanel. Add a command that starts a powerwash on the device when received. Design doc @ go/remote-powerwash-command Bug: 891222 Change-Id: I8aab58db3de12681fd655642e984cff6f24e392f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729219Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#686378}
-
Takuto Ikuta authored
This is just for workaround the swarming output collapsion bug. TBR=thakis@chromium.org, mohsen@chromium.org Bug: 993247 Change-Id: Id1383aaf292419622997217276cb05faefcd4084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1750477Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#686377}
-
Yang Guo authored
When using hosted mode, --custom-devtools-frontend specifies the URL rather than the path to the debug devtools bundle. This change fixes the workflow of opening a bundled DevTools instance on a hosted DevTools instance. R=dgozman@chromium.org Change-Id: I6fcc4641c8d1dff324fb9a1096d3b38e10c9344f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751182Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#686376}
-
Alex Clarke authored
Layout test debugging is much easier if we can see the task logging in the driver output. Running with verbose logging is too spamy I'm forever making and reverting this change locally, lets land it. Change-Id: I6df5ff3757b92a9001ef67b25d090bc967a05d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751186Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#686375}
-
Abhijeet Kandalkar authored
This CL convert media_session.mojom to use new mojo types and port dependent files to adopt new implementation. Bug: 955171, 978694 Change-Id: I2dbd7e682784cefc7a12cc19831e5b0749fd3827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743876Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#686374}
-