- 13 Dec, 2019 40 commits
-
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Id276bec19e6b448e81557d0aa50b0291a1927653 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967216Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#724768}
-
Renjie Tang authored
Change-Id: I1e282b8849372391256d7b8c4cd876aecdbd1a8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965489 Commit-Queue: Renjie Tang <renjietang@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#724767}
-
Joe Downing authored
Using the noDialogs flags is fine for an unattended scenario, however it there may be cases where we want to provide a notification on the desktop that a user is connected but still allow the remote user to connect w/o prompting or requiring periodic reapproval. This CL splits up the 'noDialogs' flag into 2 flags which control suppression of the user dialogs (to allow / reapprove the remote connection) and the desktop notification that is displayed. Change-Id: Ifd2eb4f9270fadb4ffc2267bd2b1dfbe0ec38ca4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962530Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#724766}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1d76f03c247a..780d83a4fe7e Created with: gclient setdep -r src-internal@780d83a4fe7e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I6e369b9915f881cbc8c8963b5fb42cf4772ba6e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967701Reviewed-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@{#724765}
-
Clark DuVall authored
These tests need the webview provider set correctly. Bug: 1033855 Change-Id: I7853aa583f8b128eb8a87c5c7a386abeab6b1735 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967796 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#724764}
-
Regan Hsu authored
Currently, when the user tabs to a Learn More link (at the end of a sentence usually), ChromeVox only verbalizes "Learn More". The entire sentence that the "Learn More" refers to should be read out in addition to the "Learn More". There are two means of how "Learn More"s are presented with preceding sentences: 1) When the Learn More is already embedded in the settings_strings.grdp 2) When the Learn More is concatenated with preceding sentence in JS This CL demonstrates the handling of case 1). Case 2) will be converted to 1) in a later CL, as there are localization issues of concatenating "Learn More"s with preceding sentences in JS. A generalized polymer element that accepts a localized string that contains a link will be created. The linked contents will be aria described by the entire localized string rather than only the text within the anchor tag itself. The other parts of the localized string will be aria-hidden. If agreed upon, the handling of case 1) will be applied to all similar strings with "Learn more" embedded in settings_strings.grdp, and later extended to all cases (once cases of (2) are converted to (1)). Bug: 1015924d Change-Id: I222a20b79006dcceedcf3893d5e4f0f77765fc18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1941198 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#724763}
-
Vasiliy Telezhnikov authored
This CL changes DCHECK back to NOTIMPLEMENTED() in OnBeginFrameSourcePausedChanged in DisplayScheduler. The code was never implemented, but it's being called on WebXR and causes test crashes. Bug: 1033847 Change-Id: I7357ea2437472999888a9f62b250debb18cbcad8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967607Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#724762}
-
Weiliang Chen authored
Merge the OverlayCandidateValidatorAndroid class's functionalities into an OverlayProcessorAndroid, which is a subclass of OverlayProcessorUsingStrategy. This is for Android pre-SurfaceControl code path. This is CL 9/? of overlay processor refactor. R=rjkroege Bug: 963597 Change-Id: I0ee7c169489ade404b130de2ecb7f3c6891aacb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1958617 Commit-Queue: weiliangc <weiliangc@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#724761}
-
Elly Fong-Jones authored
This package seems to encounter cipd edge cases fairly often, and when it does it invariably requires trooper intervention to repair the bots. Save some human-time by validating and trying to repair the package automatically first :) Bug: 1033987 Change-Id: Iacc043320b8ea02ca0a93c9a58ea4c96e1fcd174 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967420Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#724760}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 24037b7c. 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: Ib49e423b38335e9ac5c107840ba424fcea071b28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967831Reviewed-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@{#724759}
-
rbpotter authored
Increase the size of the dialog to 70% of the window width and a proportional height, if the browser window is much larger than 1000x660. Bug: 1033412 Change-Id: I9cf6bab3a5b38d57dba9f49d3f82aba850d61b60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967805 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#724758}
-
Kurt Horimoto authored
These will be used in infobar tests for overlay integration, where the tests use the |infobarType| and |hasBadge| properties of the UI delegate, but don't require a fully functioning InfobarCoordinator. Bug: 1030357 Change-Id: I918cbb6c04686cef7dddd89b86e03bf86b12f045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963032 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Auto-Submit: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#724757}
-
Zhenyao Mo authored
We don't need to dump all the fields if type is kEmpty. BUG=1026447 TEST=viz_unittests R=sunnyps@chromium.org Change-Id: I14b306e4db88272e67102485514ba61031168750 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966396 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#724756}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I0004831d6898482d7d1a7f2e38bea479b17e518d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967774Reviewed-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@{#724755}
-
danakj authored
Use OnceCallback where possible because the callback is only used once and RepeatingCallback and BindRepeating otherwise. TBR=sky@chromium.org Bug: 1007670 Change-Id: Ifaa4c742298e45dd0581a77ecb6566ff4bb914a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967697Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#724754}
-
danakj authored
Use OnceCallback where possible because the callback is only used once and RepeatingCallback and BindRepeating otherwise. TBR=sky@chromium.org Bug: 1007848, 1007847 Change-Id: I9b82f87ba1ba7c5f79f16b8215d12a11e4bd6a81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967559Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#724753}
-
Toni Barzic authored
Resets the app list contents view when the app list view visibility changes to false - the goal is to ensure that the app list is in the initial state when it becomes visible again. This is in particular needed in tablet mode, where AppListPresenterImpl::Show might not get called when app list becomes visible (so app list contents is not reset that way). ResetForShow was also being called when app list was getting focused while in hidden state, but that might not catch all the transitions where app list becomes visible (and with this change becomes unnecessary). Additionally, change when the selected apps page is reset for app list visibility change - instead of doing it on focus change, the selected page is now down when the visibility change is starting (i.e. in OnVisibilityWillChange). This will make page reset happen sooner (before the app list UI is actually shown), and cover more visibility change cases in tablet mode. BUG=None Change-Id: I6240d7401091a8d778f5a3f8774db919a4cfd6bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966374Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#724752}
-
Nate Chapin authored
This removes the need for custom pause/unpause logic for ScriptedAnimationController in Document. Also, construct ScriptedAnimationController in the Document constructor, rather than lazily. It will get initialized on the first frame, so we're not saving much by deferring its initialization. This simplifies a bunch of logic around its handling in Document, and guarantees that its lifetime will be predictable for leak detection. Bug: 1029822 Change-Id: I4cec7985258dd24154032b4cd1812b75cc858757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953643 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#724751}
-
Sahel Sharify authored
This cl manually reverts the v8 roll out to v8.1.32 which happened here: https://chromium.googlesource.com/chromium/src/+/e5cb6daa9a0748126627f010e373706113a36120 Reson for revert: V8 roll out to v8.1.32 seems to have caused a lot of test failures on debug builds in this range: https://chromium.googlesource.com/chromium/src/+log/ad7921a033b89eae85da556c2917f6df1328f41e%5E..55d0dad728ea958b6e18ef069cb805b7d1dd0056 TBR=hablich@chromium.org NOTRY=true Change-Id: Ic5006fd9005a7c5fcb35bfd3b2c1f7af12ae3f34 Bug: 1034059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967891Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#724750}
-
Henrique Nakashima authored
Prevent new calls to be added directly to SharedPreferences without passing through SharedPreferencesManager. Bug: 1022108 Change-Id: I1cda2df2fc47fed1182ccbfebd673d6bf8c82901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965935 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#724749}
-
Gabriel Charette authored
TBR=altimin (no-op mechanical change) Bug: 1026641 Change-Id: I04a12b17434041d88d315ab457e1696222d9340f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962019 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#724748}
-
Josh Nohle authored
When v1 and v2 DeviceSync are running in parallel, before v1 DeviceSync is deprecated, use the SoftwareFeatureManager to indirectly call CryptAuthFeatureStatusSetter::SetFeatureStatus(). This is to ensure an ordering of SetSoftwareFeatureState() and SetFeatureStatus() calls. These functions mutate the same feature states on the CryptAuth backend and the order of the calls matters; we need to avoid race conditions. When v1 DeviceSync is deprecated, the CryptAuthFeatureStatusSetter is used directly. Bug: 951969, 1019206 Change-Id: I0711b011dc91a0218503a01f3131d4062f51bc36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944888 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#724747}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e1822727560b..e181f2f7cf17 git log e1822727560b..e181f2f7cf17 --date=short --first-parent --format='%ad %ae %s' 2019-12-13 syoussefi@chromium.org Validate that image array indices are constant 2019-12-13 root@cybikbase.com Fix GGP build Created with: gclient setdep -r src/third_party/angle@e181f2f7cf17 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC ianelliot@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: ianelliot@google.com Change-Id: I7eb70bf42001a19ba18e53db476fc133201e2201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967751Reviewed-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@{#724746}
-
Ben Pastene authored
This arg never changes among all supported CrOS device builds of Chrome. By giving it a proper default val in those builds, we can reduce the amount of inputs needed when building for CrOS (ie: simple chrome & chromeos-chrome ebuild). Bug: 937821 Change-Id: I9c29024949a8c3b61a531069f8806ecc21c590ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1963100Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#724745}
-
Collin Baker authored
Previously, the event's root location was compared with a View's window-relative bounds. The root location is in screen coordinates in some (but not all) cases. Fixed: 1033679 Change-Id: I3921b24333751010a9b51d1ee6b05eb7ddc8960f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965938 Commit-Queue: Collin Baker <collinbaker@chromium.org> Auto-Submit: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#724744}
-
Roman Aleksandrov authored
Add removing feedback form at destructor of SigninScreenHandler which is destroyed when the login is finished. Bug: 1033572 Change-Id: Idfb55003c238faa5c8d04d9e7c11861632b67156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967652Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#724743}
-
Guohui Deng authored
They are optional API to make it possible to enhance low latency performance. Bug: b/143238704 Test: Internal CQ. Merge-With: eureka-internal/344842 Change-Id: I6d231fbfc278e2d581dcaabb56c244c415335ceb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965553Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Guohui Deng <guohuideng@chromium.org> Cr-Commit-Position: refs/heads/master@{#724742}
-
Philip Rogers authored
Change-Id: I96f96a22200de739af73dfac4924c75baf375c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967603 Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#724741}
-
Sahel Sharify authored
This cl adds a type converter for payment address init dictionary to ensure safe conversion from blink::PaymentAddressInit* to mojom::payments::PaymentAddressPtr. Without this change the renderer would crashe if the diconary returned by the payment app does not contain all PaymentAddress members. Bug: 984694 Change-Id: I40cf3692e459168994a05b92734c4195f2ac53f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966233 Commit-Queue: Sahel Sharify <sahel@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#724740}
-
Tom McKee authored
The test fixture had two DummyPageHolders but the second was only used for one test case. This CL moves the second page holder into the test case that needs it and avoids instantiating it for all the other test cases. Change-Id: I50d487059af2ebb077700453169ef0c4d356c1dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965480 Commit-Queue: Tom McKee <tommckee@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#724739}
-
Sunny Sachanandani authored
Some renderers produce no updates in their commit but keep asking for begin frames and don't send DidNotProduceFrame until the next frame. This causes display scheduler to extend its deadline even when other renderers are done. This was previously fixed partially in https://crrev.com/c/1211917, but that CL missed the case of a renderer that requests another commit even before finishing the current one without updates. Bug: 1033744 Change-Id: Id60925b4b4a41515dbcb8410a9eb28534754c2e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966596Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#724738}
-
Mark Mentovai authored
cba3dabf247e Add .gitattributes, setting “text eol=lf” or “binary” for all files 3e4d6a9b7f39 [log minidump] Base94OutputStream implementation c6153f0b6e72 [Windows] Add AppContainer SID to Named Pipe DACL 097395dfca27 [crashpad] - Replace "system-temp" with "isolated-temp" fa28ef896cd7 [log minidump] LogOutputStream implementation af5d5468e005 Rename FIDL tables to .c due to use of designated initializers a126f524fa82 Use base::BindOnce() instead of base::Bind() Change-Id: I696b08c40a9b96e0ce893f9f2819742d7eef4f12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967419 Commit-Queue: Mark Mentovai <mark@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Auto-Submit: Mark Mentovai <mark@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#724737}
-
Weiliang Chen authored
As part of removing non-OOPD code, remove software mirror related code from overlay processor, which receives info from output surface. R=kylechar Bug: 1016916, 936425 Change-Id: Ic54983a1f7dca7bb1c82fc7d04ab764c712800c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966604 Commit-Queue: weiliangc <weiliangc@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#724736}
-
Jun Mukai authored
I recently modified these two histogram configs, but I forgot to remove base="true". These are now not base hsitograms. Bug: 1032213 Test: none Change-Id: I7e2070a259a4b731d7587d5ce49994dea7a2292a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966273Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#724735}
-
Scott Violet authored
The tool for processing aidl files supports two additional options --checkapi and --dumpapi. --dumpapi generates aidl files in a content suitable for diffing, and --checkapi detects incompatible api changes by comparing results of --dumpapi. This patch adds a presubmit check that for any aidl changes uses --dumpapi on the original and changed to generate api dumps and then uses --checkapi to verify the changes are safe. The check will fail on renames, which are actually safe. I'm assuming if we actually want to rename we can bypass the hooks. We'll need to do similar when actually removing functions (because of deprecation). BUG=none TEST=none Change-Id: Ifc87d025c36f9cc6a04bd101580a6df04f24ae23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959583 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#724734}
-
Robert Kroeger authored
Skip also on EGL as it apparently fails there as well. TBR=kbr@chromium.org Bug: 1033113 Change-Id: I7bd35036eb33b8c43d9d31ed5da2059be28fcf01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967558 Auto-Submit: Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#724733}
-
Elly Fong-Jones authored
The size of a structure changed between 10.14 and 10.15 in such a way that the 10.15 structure can't be passed directly to a 10.14 host over mach IPC. Deal with that by using the compatible prefix of the structure. Bug: 1023913 Change-Id: Ic2d5091f5e720097182436f42d94df6bf9a92fcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967436 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#724732}
-
Peter Kasting authored
This should fix the crashes in question, which deref |profile_| during construction. It also seems more obvious; it's not clear why we should avoid providing the profile until Init(). This also does a lot of misc. cleanup, e.g. moving member inits into the declaration. Bug: 1033456 Change-Id: I44f57c90bb14da4ee116259340b7892a1db6802e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965899Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#724731}
-
zhaoyangli authored
EG2 tests can use the utility to set the value of a boolean user pref in browser state going through ChromeEarlGreyAppInterface. BUG: 922813 Change-Id: I2faf3f95bdaa3bd9e53296a79d9fccdac9c0aa6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965923 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#724730}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/fffa30d10879..f94b736c58a6 git log fffa30d10879..f94b736c58a6 --date=short --first-parent --format='%ad %ae %s' 2019-12-13 primiano@google.com Merge "Docs: fix github link" 2019-12-13 primiano@google.com Merge "Remove SlicedProtobufInputStream" 2019-12-13 taylori@google.com Merge "ui: Two small fixes for run-dev-server" 2019-12-13 taylori@google.com Merge "perfetto-ui: Show CPU slice aggregation" Created with: gclient setdep -r src/third_party/perfetto@f94b736c58a6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: If000b8f3f608d089bdbe9f7beec65801e7389e9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966733Reviewed-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@{#724729}
-