- 10 May, 2019 40 commits
-
-
Rayan Kanso authored
Events recorded: https://docs.google.com/document/d/1OQfT3t5O7SAj0treMIONfgnbpuP8Z9O2GPr54Eqz2Cw/ Bug: 958773 Change-Id: I3b7945e63d6df4fe148ac19ace746391c399d3c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605981Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#658642}
-
Peter K. Lee authored
No functional change, just added the feature flag kIdentityDisc and the name/description for chrome://flags. This matches the same feature flag added in http://crrev/c/1600391 Bug: 961120 Change-Id: Iac358e45a438f6b437ef52e7e72c276d747abfe5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602052 Commit-Queue: Peter Lee <pkl@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Auto-Submit: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#658641}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/77830e8b14f7..3c693cce42dc Created with: gclient setdep -r src-internal@3c693cce42dc 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,aboxhall@google.com,battre@google.com Change-Id: If6753f0c7d6122f18dde2c82a97c510821e06137 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606100Reviewed-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@{#658640}
-
Mounir Lamouri authored
We currently have a use counter for VTTCue creation but this only give us one angle to the real life use cases. Having more metrics may help us infer usage. Bug: None Change-Id: I203a7c2da6b59a9dab874737c9050df8fff48b43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594792 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#658639}
-
Suzy Li authored
The abort operation[1] enables RP to cancel create/get calls with AbortSignal. The change adds Abort operation at blink layer and Cancel interface in authenticator.mojom and corresponding cancel operation in authenticator_impl.cc. [1] https://w3c.github.io/webauthn/#abortoperation Bug: 803833 Change-Id: I6213ee4859446a808f2da30fc27c1f9bbb6c41de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572237Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Suzy Li <suzyli@google.com> Cr-Commit-Position: refs/heads/master@{#658638}
-
Pavel Yatsuk authored
BUG=961321 R=dewittj@chromium.org Change-Id: I7efa73218be8a89735b168245d10e81717f61313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602748Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#658637}
-
Andrew Xu authored
Dragging app list from shelf triggers animation. However, child views of the app list are updated before animation finishes. As result, the surge of child views' padding makes UI jank at the start of animation. It is obvious when the app list's target state is PEEKING. In this CL, LayerAnimationSequence is created for the app list view then child views' layout is updated at each animation frame. But updating children layout at each animation frame is expensive. So it is only applied in two situations: (1) Drag AppList from Shelf and the target state is Peeking. (2) Drag AppList from Peeking state and the target state is Peeking. Test: ash_unittests Bug: 911753 Change-Id: If8aad5475221bd96fcdce1f0a8fcc65bf17c8aa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594086 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#658636}
-
Kyle Milka authored
Screenshot: https://screenshot.googleplex.com/8oOtMoPHSBx Bug: 937570 Change-Id: I4788ea7950b6481da3a49c8b346ee74070157a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604223 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#658635}
-
Boris Sazonov authored
This CL changes AppHooks TouchlessUiController methods to support Activity. 1. Adds an overload with Activity param for createTouchlessUiController. 2. Adds 2-param an overload for attachTouchlessMenuCoordinator. 3. Marks getTouchlessUiControllerForActivity as @Deprecated. Bug: 942175 Change-Id: I6ee0e347835d0de2ae58a3ed0c708cdf587d8b1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605695Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#658634}
-
Bill Orr authored
If we have multiple VR devices attached, it likely means we have Oculus or WMR devices also going through the OpenVR API. Prioritize using WMR and Oculus above OpenVR to ensure we go through the base API when available. Bug: 959373 Change-Id: Ib93a35d928a28324b3e9f8dd5f6ef6e75ab779c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602281 Commit-Queue: Bill Orr <billorr@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#658633}
-
Askar Aitzhan authored
Because kiosk apps are only installed when actually running them, they send the version "0.0.0.0" to Omaha even if the downloaded crx file is in the cache. Thus Omaha thinks that it's a new client and sends the latest version of the app ignoring smooth rollout. To prevent this, we check the downloaded crx file's version and if it exists, call a new method AddPendingExtensionWithVersion which is almost the same but includes version in arguments. Rewrite AddPendingExtension to call AddPendingExtensionWithVersion with "0.0.0.0" in version argument. Bug: 959140 Change-Id: Ia691c1d9f093cce7343cac15d54730764a6a62f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602646Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Askar Aitzhan <askaraitzhan@google.com> Cr-Commit-Position: refs/heads/master@{#658632}
-
Johannes Henkel authored
Change-Id: I9be6813d571c55866db67335e42f5cea1f3b4186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605165Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#658631}
-
Niels Möller authored
Delete assignments which were overlooked in https://chromium-review.googlesource.com/c/chromium/src/+/1587556 Bug: webrtc:6471 Change-Id: If86daeda81e6f7173c1e121827fd7ffd25d22744 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598796 Auto-Submit: Niels Möller <nisse@chromium.org> Reviewed-by:
Florent Castelli <orphis@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#658630}
-
David Maunder authored
Bug: 961023 Change-Id: I21d131c6acea852a0c30c7e5a43037a59186c976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603522 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#658629}
-
Tibor Goldschwendt authored
Bug: 925528 Change-Id: I6550ce1db71eda6152167eb59916b0b89f22dab9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604114 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#658628}
-
Alexander Timin authored
TEST=StartupTracingInProcessTest.TestFilledStartupBuffer R=oysteine@chromium.org,skyostil@chromium.org TBR=gab@chromium.org BUG=961483 Change-Id: Ib02e052215c4c6adf467707323c144301a572f72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605692 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#658627}
-
Dan Harrington authored
We're actively using this metric to measure UMA loss. Change-Id: Ib5497c298715512fb2d1899c98f2b20a1e145416 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602445Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#658626}
-
Vasilii Sukhanov authored
Bug: 936011 Change-Id: Iecdd18f7992ce576dca5203e9054de85d2d3daf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602503Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#658625}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/95e58587bed9..e4faae213dfd git log 95e58587bed9..e4faae213dfd --date=short --no-merges --format='%ad %ae %s' 2019-05-10 jmadill@chromium.org Rename state change notification messages. 2019-05-10 syoussefi@chromium.org Vulkan: Support unsigned int uniform types Created with: gclient setdep -r src/third_party/angle@e4faae213dfd 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=jonahr@google.com Change-Id: I2db237be8234d6bebe2b1223f2407e297ccb94e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605476Reviewed-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@{#658624}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e228502d0163..7fe5a06d9f15 git log e228502d0163..7fe5a06d9f15 --date=short --no-merges --format='%ad %ae %s' 2019-05-10 sugoi@google.com Primitive Restart implementation Created with: gclient setdep -r src/third_party/swiftshader@7fe5a06d9f15 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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=swiftshader-team+autoroll@google.com Change-Id: I9f97970c082a8509194ed294f5c429f1581fc77d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605477Reviewed-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@{#658623}
-
Daniel Libby authored
Also use the standard kMaxValue sentinel, which has clang plugin support. Change-Id: I0a03fc8b6c576981e379e7f0ef320b143c530298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600780Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#658622}
-
Sean Gilhuly authored
Parameterize CopyRequest tests and a LayerTreeHostImpl unit test that creates a frame sink, and enable the tests that are passing for SkiaRenderer and SoftwareRenderer. Bug: 948128 Change-Id: Ib0d659de383189a8e4aaa807527a6f85b6c727c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592397Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Cr-Commit-Position: refs/heads/master@{#658621}
-
edchin authored
Adding the page placeholder to a view requires that view to be in a view hierarchy with the Content Area named guide. Prior to this CL, the placeholder was attempting to be added to the web view before the web view is visible. This CL adds a check to see if the web view is visible. If not, the placeholder will be added when the web view becomes shown. TBR=eugenebut@chromium.org Bug: 956077 Change-Id: I436f7e41f856bcbeb19301a96f738a6dbb572f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602392Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#658620}
-
Dan Harrington authored
Change-Id: I4ae4e1736c2b4b54ad9db8f58d41e56516ee1892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604064Reviewed-by:
Peter Williamson <petewil@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#658619}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c14c1467. With Chromium commits locally applied on WPT: c4dc3441 "[WPT] Reland Upload a test for sending mouse events with key pressed" fec827fb "Added wpt tests for overscroll customization." a554ea37 "Reland "[EventTiming] Round instead of ceil the |duration|"" a06bcc90 "WebXR: Rename requestSession parameter variables to match use" eeafcaee "[sms] Introduce testing infrastructure and handle some corner cases." c9077e39 "Restore original tail-processing for ScriptProcessor and AudioWorklet" faed29aa "[EventTiming] Remove unneeded prefix from WPT tests" 9d5bc5ec "Portals: Add support for frame-src CSP directive." d814fafc "Check for detached ArrayBuffers in Web Bluetooth writeValue functions" 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/resources NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: Iead7a3c7fb9b6fe45fe4df79afe5231dd4ff0bd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604115Reviewed-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@{#658618}
-
Scott Violet authored
From ash, chrome/browser and ui/keyboard BUG=958241 TEST=covered by tests Change-Id: Iee9186f4719a7e095ee457ca1f1e62378981705a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603215Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#658617}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6da4c9cdb289..9c05e647cb98 git log 6da4c9cdb289..9c05e647cb98 --date=short --no-merges --format='%ad %ae %s' 2019-05-10 lalitm@google.com trace_processor: fix build on debug Created with: gclient setdep -r src/third_party/perfetto@9c05e647cb98 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: Ibf4cabc2f5c00f0502ef417ca9c936837308a1cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605475Reviewed-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@{#658616}
-
Oleg Davydov authored
Insecure in that sence that they are useing CRX2 archive format. This format is deprecating now (in favor of CRX3), and will be fully removed (according to the plan) in M77. Until then it should be possible to use old archive format for policy-based extensions (it makes sence only for third-party-hosted ones, as Chrome Web Store already serves only CRX3). For user sessions there is a policy “ExtensionAllowInsecureUpdates” controlling if CRX2 is allowed (default to false from M75), but there is no such one for Kiosk. This commit allows CRX2 for Kiosk apps. Bug: 960428 Change-Id: I3f0599e209fee234cb216c11eeca79b170149e9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602727Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#658615}
-
Elly Fong-Jones authored
Change-Id: I1265ebae9a3f0c79017e40ee8aa10aea36d3f05a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602736Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#658614}
-
John Budorick authored
These are all already running sizes.py via SizesStep. Once this lands, I'll remove the SizesStep invocations. Bug: 961548 Change-Id: I72b28170ad529e9d7de2c54d8ab7c35000ff3349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604471 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#658613}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fb60ce92..cb549d80 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: I3c7c0b731f4b5c8a8025663dba9d33f0dfe35c66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604108Reviewed-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@{#658612}
-
Vladimir Levin authored
This patch implements sizing correctly for display locked elements in LayoutNG. This, however, still lays out the children which is something that needs to be skipped in the follow-up patches. R=ikilpatrick@chromium.org, chrishtr@chromium.org Bug: 917392 Change-Id: Id065544463ac76b19f2678a88083655bc33dc60a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593635 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#658611}
-
Charlene Yan authored
TBR=wjmaclean@chromium.org Bug: 961135 Change-Id: Iebbf9fc4ad8deb0afdf0c82589d081adc172724c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604221Reviewed-by:
Charlene Yan <cyan@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#658610}
-
Toni Barzic authored
Updated logic for verifying that login display host is going away after app launch - instead of verifying that the host is gone or fading away, which does not work with mojo host, wait for the aura::Window in which OOBE is shown to get hidden. Also, update offline enabled test kiosk app not to close its own app window - this will be done explicitly by tests. Change-Id: If44ddbaf3995cf220da5fd81e97318fe1a893150 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604442Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#658609}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8da35a60ab3c..2a1f020dd9e6 git log 8da35a60ab3c..2a1f020dd9e6 --date=short --no-merges --format='%ad %ae %s' 2019-05-10 eladalon@webrtc.org Remove RtcEventLogImpl::owner_sequence_checker_ 2019-05-10 fhernqvist@webrtc.org Add PlayoutVolumeChange RuntimeSetting. 2019-05-10 perkj@webrtc.org Fix problem in WebRTC-Bwe-AlrLimitedBackoff experiment Created with: gclient setdep -r src/third_party/webrtc@2a1f020dd9e6 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 Change-Id: I9d61ecabda93dcac98c16795a20dc9b82f9dded9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605474Reviewed-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@{#658608}
-
Jun Mukai authored
r592252 changed the timing when UIControls is initialized, since the right UIControlsAura instance is not ready in the main function when Mash is enabled. Now Mash is going away, this can be simplified to the original form. Bug: 958062 Test: trybot Change-Id: I2c6a11a3141f2b330d7ea18009266b14f6dfecf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601421Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#658607}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e7737dde3a32..91a5f8167151 git log e7737dde3a32..91a5f8167151 --date=short --no-merges --format='%ad %ae %s' 2019-05-10 perezju@chromium.org [Telemetry] Increase timeout in StartTracing 2019-05-10 daniel.hulse@arm.com telemetry: implements the CpuTemperature wait Created with: gclient setdep -r src/third_party/catapult@91a5f8167151 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:960552,chromium:383566 TBR=skyostil@google.com Change-Id: If4cc8d141a458e99964777662e2bf835c0482a02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605472Reviewed-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@{#658606}
-
Rayan Kanso authored
The GCMEncryptionProvider returns a new gcm message. This CL makes sure that the message ID is passed back to the driver. Bug: 958773 Change-Id: Iee8b3022fca712689544127ebb0c5e255f80b90e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605908 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Auto-Submit: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#658605}
-
Rayan Kanso authored
Launch the DevTools Background Services section in the application panel with support for Background Fetch and Background Sync. The feature flag was not deleted because it's needed for future services. Bug: 927726 Change-Id: Id25c52427d4e5265241db87d93fce6b3460707e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599589Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#658604}
-
Michael Lippautz authored
Change-Id: I95855321b7c4146c9f758232d648d48f61698a67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1588390 Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#658603}
-