- 30 May, 2019 40 commits
-
-
Alex Cooper authored
This change switches the gamepad id of WMR controllers in chrome to match the value reported in Edge, which is of the format: Spatial Controller (Spatial Interaction Source) <vendor id>-<product id> This ensures the greatest compatibility with existing libraries and prevents fragmentation for developers. In order to expose this, the vendor id/product id are queried from the controller if available, and plumbed up through XRGamepad's VRPose by way of creating a device::Gamepad attached to a dummy XRInputSourceState. WMRController is created as a separate class (rather than simply adding Vendor/ProductId as properties on WMRInputSource), as that is also where methods for controller haptics live, and it would need to be split out at that time. Bug: 957281 Change-Id: Ib17ebf0e274719c3d974800eb0c0deb96af321e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636562 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664908}
-
Hector Carmona authored
Bug: 967785 Change-Id: I12c99470ed982adee57dc5f73b109fda618ba379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636275Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#664907}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e80772c3ee35..fa2fd31ebd18 git log e80772c3ee35..fa2fd31ebd18 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 rmhasan@google.com Revert "Add fileno implementation to _LoggingOutputStream class in run_chromeos_tests.py" Created with: gclient setdep -r src/third_party/catapult@fa2fd31ebd18 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:967922 TBR=sadrul@google.com Change-Id: Ia7a34c64ea73e0175c5900638c71418473528813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637189Reviewed-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@{#664906}
-
Kurt Horimoto authored
Adds OverlayUserData objects that contain data used to set up and represent the user's interaction withJavaScript alerts, confirmations, and prompts. Bug: 941745 Change-Id: If9f021f05f2fe06ebfe0d4ea69db1261b76b8834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636479 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664905}
-
Tina Wang authored
Add histograms when: - user see the entry point - user see the device list - user click on a target device to share a tab/link Add histograms to record the count of total valid device. Applies on: - tab menu - content menu - link menu - omnibox text right click menu Change-Id: If5515dd676dbabcfe03f35dd3892069abe72fb02 Bug: 968325, 945988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633222 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#664904}
-
John Abd-El-Malek authored
Bug: 966633 Change-Id: I15cd56e2d36465e69d27a2c42b33d6a159873275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636182 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Junbo Ke <juke@chromium.org> Cr-Commit-Position: refs/heads/master@{#664903}
-
John Rummell authored
Add the UMA "Media.EME.UrlProvisionFetcher.ResponseCode" to log the HTTP response after sending a provisioning request. Tested manually by going to the Shaka demo site, playing some Widevine encrypted content, and then checking the UMA locally by viewing chrome://histograms. Bug: 963629 Test: tested manually Change-Id: I6c49b91a4fe9275f083eb43448f82f341cecdc48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613929Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#664902}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 15e29fe0. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" d9a6ec05 "[MediaStreamTrack] Remove tests and existing support for the 'volume' property." 0882bebe "Change ICE connection state on transceiver changes" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." 2229f484 "Revert "Change ICE connection state on transceiver changes"" ab94a58b "Add the remaining Client Hints to Feature Policy." e1be827e "Reland "Use promise in wpt pointer event tests to finish the tests"" 5b933889 "Reland "Adding support to bitmaprenderer in OffscreenCanvas"" 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=raphael.kubo.da.costa No-Export: true Change-Id: If8cf12f4936666a95f135de683d1db954dc0e8a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636824Reviewed-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@{#664901}
-
liberato@chromium.org authored
This reverts commit 579b12b9. Reason for revert: crbug.com/968470 (want to revert before branch cut) Original change's description: > Switch VideoFrameFactoryImpl to use a SharedImageVideoProvider > > This CL creates DirectSharedImageVideoProvider, which does a hop to > the gpu main thread for every SharedImageVideo request. This is > almost identical to what was happening before, just refactored. > > GpuVideoFrameFactory is now an implementation detail of the provider > rather than VideoFrameFactoryImpl. > > A follow-up CL will provide an implementation of > SharedImageVideoProvider that maintains a pool of SharedImageVideo > objects to provide without hopping to the gpu main thread on the > critical path. It will still post a "MaybeRenderEarly" to the main > thread, but that doesn't need to hold up delivery of the VideoFrame > to the renderer. > > Change-Id: Ia318862daf610327e716515f020b3eeb934dd012 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628154 > Commit-Queue: Frank Liberato <liberato@chromium.org> > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#663361} TBR=dalecurtis@chromium.org,liberato@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I2c7878a5f6a31c2b4518a9756f144891a6341863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636561Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#664900}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f37083edf0ef..7b275a5af161 git log f37083edf0ef..7b275a5af161 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 ramakrishnan.nikhil@gmail.com [sfnt] Separate WOFF sources and headers. 2019-05-30 wl@gnu.org [base] Fix `make multi'. Created with: gclient setdep -r src/third_party/freetype/src@7b275a5af161 The AutoRoll server is located here: https://autoroll.skia.org/r/freetype-chromium 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:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel TBR=bungeman@google.com,drott@google.com Change-Id: I01992f0f80a6178f5d5fa0292f6da5e3a10eac7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637521Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#664899}
-
John Budorick authored
Bug: 731375 Change-Id: I8a84393090effed7ff357d565a53ed1fd7788f19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636599 Auto-Submit: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#664898}
-
Sky Malice authored
Bug: 968611 Change-Id: I5710626293133e424a80a231f672802fa6c92c8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636826Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#664897}
-
Hiroshige Hayashizaki authored
This reverts commit 716c8e2b. Reason for revert: causes media_unittests failure on MSan bots https://crbug.com/968626 https://ci.chromium.org/p/chromium/builders/ci/Linux%20MSan%20Tests Original change's description: > media/gpu/linux: Create DmabufVideoFramePool. > > DmabufVideoFramePool is used to allocate and recycle DMA-buf backed > VideoFrames. It is used by hardware accelerated video decoder. Besides > allocating and recycling VideoFrame, it also provide these functions: > > - Limit the number of buffers to prevent client from draining the > memory. > - Query the original frame by the wrapped frame. > > BUG=941330 > TEST=media_unittests > > Change-Id: I368d620fa0c8fb2b1a03c3479c08bad54acd55da > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1527911 > Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> > Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> > Reviewed-by: Hirokazu Honda <hiroh@chromium.org> > Reviewed-by: Alexandre Courbot <acourbot@chromium.org> > Reviewed-by: David Staessens <dstaessens@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664664} TBR=sandersd@chromium.org,akahuang@chromium.org,hiroh@chromium.org,acourbot@chromium.org,dstaessens@chromium.org Change-Id: I747757f64d63973d129e640e0ba78173e01090dc Bug: 941330, 968626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636597 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#664896}
-
Nate Fischer authored
This fixes the Accept-Language request header when the Network Service is enabled by adding back q-values for language entry (to properly denote user preference). No change to legacy code path. Bug: 968287 Test: out/.../bin/system_webview_shell_apk launch 'https://httpbin.org/headers' (verify header has q-values) Test: run_webview_instrumentation_test_apk --enable-features=NetworkService,NetworkServiceInProcess -f AcceptLanguageTest#* Cq-Include-Trybots: luci.chromium.try:android_mojo Change-Id: Ideb10bdf299505b40d96df8c771509a11c102ffc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637451Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664895}
-
Andrew Luo authored
Bug: 924194 Change-Id: I2e3938ec9cffe07910e2618fa88e0c82a7ccf3e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574214Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664894}
-
Mike Dougherty authored
TBR=eugenebut@chromium.org Bug: 968296 Change-Id: Icc38b3bbe9cb1c8d66fb1fe004e6a970ac90b826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637740Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664893}
-
Matt Falkenhagen authored
These could be useful to analyze performance, e.g., to see whether renderer process initialization was slow vs the renderer was too busy to receive the Start Worker IPC. Bug: 968424 Change-Id: I46230c92cdc8f28e11730bfc04bdb427a3f35ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636993Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#664892}
-
Manas Verma authored
The GetDetailsForGetRealPan request will return the type of authentication required and potentially a dynamic nonce for the authenticator to sign. Bug: 949269 Change-Id: I35b53f59415d8cc353ea501af6ad8b73eda47f1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589695Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Manas Verma <manasverma@google.com> Cr-Commit-Position: refs/heads/master@{#664891}
-
Martin Kreichgauer authored
This change extracts the static-only public interface of CredetialMetadata into non-member functions. The nested UserEntity class is also moved out of CredentialMetadata and the remaining (private) encryption and authentication functionality moves into a .cc-only class called cryptor. No functional changes intended. Bug: 967388 Change-Id: I77d315f684c828c30b7099206ac830e6b54c1ea2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631393 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#664890}
-
Salvador Guerrero authored
Some parts of BrowserContext (such as VideoDecodePerfHistory and DownloadDB) depend on //components. The components they depend will going forward need to depend on a component service that is build with a SimpleKeyedServiceFactory, which requires a SimpleFactoryKey. For most use-cases, this key can be retrieved from Profile in //chrome, and used in all of //components, since the implementation of the key lives in //components/keyed_service/core. However, that is not the case for code in //content or other embedders of //content such as ChromeCast, headless and Fuchsia. This CL therefore updates the subclasses of BrowserContext in these embedders to provide and own a SimpleFactoryKey: CastBrowserContext HeadlessBrowserContextImpl WebEngineBrowserContext TBR=blundell@chromium.org Bug: 943170 Change-Id: I021b817c576c789b9ef059e882c6f8bfe1bd1b3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616422 Commit-Queue: Salvador Guerrero <salg@google.com> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#664889}
-
Matt Falkenhagen authored
Change-Id: I47993d4e2537948db5844621050cd1ebdb977748 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635082Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#664888}
-
Miguel Casas authored
This CL addresses a TODO() [1] to only fill |chromium_image_ycbcr_420v| on ChromeOS if minigbm supports it. A few recent CLs made this info available on GpuFeatureInfo so it can be queried upon construction. [1] https://cs.chromium.org/chromium/src/gpu/command_buffer/service/feature_info.cc?type=cs&q=ycbcr_420v&sq=package:chromium&g=0&l=1099 Bug: 646148, 911754 Change-Id: Ie22ffc3e4ce6dc996fcab6e16a7c88f0a2508b73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636465Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#664887}
-
Matt Falkenhagen authored
The spec changed recently at https://github.com/w3c/ServiceWorker/issues/1307. Also refactor the tests to eliminate duplicate code and properly cleanup. Bug: 968436 Change-Id: I56d649769a64d064dc7342961dd6c4763df7e037 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637019Reviewed-by:
Ben Kelly <wanderview@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#664886}
-
Suman Kancherla authored
A bounce approval is when a user initially denies permission on a session request consent dialog or aborts the consent flow, only to restart the consent flow within a minute and grant permission. Bug: 962755 Change-Id: Ibf16344e951b72c910c2c380f31a0e06d29ad94b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627212 Commit-Queue: Suman Kancherla <sumankancherla@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#664885}
-
John Abd-El-Malek authored
Waterfall should be enough because we expect failures that are specific to this config to be rare. We also don't want to run the tests twice on the CQ for capacity reasons. Bug: 953463 Change-Id: I2d2e217512e4d2d3d181ff5eda0f7caec403af6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636222 Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#664884}
-
John Emau authored
Using string substituion to create the log level accessible name. Previsouly these strings were concatenated which makes localization difficult. Screenshot: https://i.imgur.com/pfm8akV.png Change-Id: I141c0ccb5453936d665b7432e0fc5f1659677247 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629488Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#664883}
-
Erik Jensen authored
The new gRPC telemetry service uses the ChromotingEvent proto directly rather than taking a dictionary of key-value pairs, so the proto needs to be imported into Chromium. Bug: 968348 Change-Id: I55e79fec24761fb1e3274a0e406cb3d93d10578f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636550 Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#664882}
-
Pavel Shmakov authored
The api is introduced in https://android-review.googlesource.com/c/platform/frameworks/support/+/960642 Bug: 960453 Change-Id: Ie606b4c236ac1aa6000c0c3e501dfcbd8c18cfc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635609Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Pavel Shmakov <pshmakov@chromium.org> Cr-Commit-Position: refs/heads/master@{#664881}
-
danakj authored
The LocalMediaStreamAudioSource can stop and recreate the AudioInputDevice, passing the same |this| to each, and running the same |started_callback_| when it starts. This means the callback needs to support being run more than once. R=guidou@chromium.org Bug: 968499, 953861, 751838 Change-Id: I293db74f3068dfa6971550cf09321837b311f07c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636827Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#664880}
-
Robbie McElrath authored
We don't need these tests now that the Network Service is launched on stable. Bug: 920038 Change-Id: I82de992770b8f820321e884b121b7e9ee2904eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633191Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#664879}
-
Lan Wei authored
This test is currently failed on this bot because of memory leak https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20Leak Bug: 606367 Change-Id: Ie7b7ee195cfbfa4afc51bada69f5e2a471f537f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637697Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#664878}
-
Daniel Nicoara authored
The region is in surface space not in display space. Bug: None Test: Run "wayland_fullcreen_client --transform=90" and touch surface. Change-Id: I982ce55e92236a07ee441d6cb38c872a86c786d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636600 Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#664877}
-
Yuwei Huang authored
Change-Id: I843a4e6d667c7b86dfd95c092414bb478d9f860b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637048 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#664876}
-
Kyle Milka authored
On Desktop add a shortcut to the Google Search page to the list of most visited tiles if the user does not have custom links. If the user already has the maximum number of MV tiles the last one will be replaced with this new shortcut. Bug: 962558 Change-Id: I6f3bf15f380cf02292ad738d65bf125c739dd68b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626955Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#664875}
-
Christian Dullweber authored
Enable the experiment and remove fieldtrial config. Bug: 823071 Change-Id: Icfc5dcd411e4e92e9a9ead96bcd51bea2fa39aea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634839 Auto-Submit: Christian Dullweber <dullweber@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#664874}
-
Josh Nohle authored
See design at http://go/cros-devicesync-v2-scheduling. The added DeviceSync logic has nearly identical behavior to Enrollment scheduling. The notable difference is that DeviceSync v2 does not make periodic requests. Support for InvokeNext processing is added. ClientDirectives received from CryptAuth may contain an InvokeNext field specifying that an Enrollment and/or DeviceSync request should be made after the current Enrollment or DeviceSync attempt finishes successfully. These subsequent requests are handled internally by the scheduler. Bug: 951969 Change-Id: Ib8b4ed98ee8f3e493379c20bd14e1ce5473aaac7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630030 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#664873}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/31adc7db3619..f404713905ef git log 31adc7db3619..f404713905ef --date=short --no-merges --format='%ad %ae %s' 2019-05-30 saklein@chromium.org cros_uprev: Simplified cros_mark_as_stable. 2019-05-29 seanabraham@chromium.org chromeos-config: Disable moblab-generic-vm-pre-cq tests Created with: gclient setdep -r src/third_party/chromite@f404713905ef 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 Change-Id: I1f7312486c7bc48cf340b29e391d208e6e3252c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637308Reviewed-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@{#664872}
-
Eugene But authored
This CL makes changes to the files, so they compiled without errors with EG2. Updated EG1 build target with proper EG1 defined. This CL does not add files to EG2 target, because tests are failing due to EG2 helper absence. Relanding reverted: https://crrev.com/c/1632591 Patch 2 remove changes from forms_egtests.mm which broke slim-nav bot. Bug: 922813 Change-Id: I1efbe63abdb7d5624d16af479e4fe68621272d50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637034Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#664871}
-
Yun Liu authored
Sometimes coverage data might not be generated on device due to wrong configs or tests and command will fail to pull data or remove data. Don't throw exception so that runner can still print result. Bug: 843307 Change-Id: Ie08cf676ca1ca2fb0d3ed4a087d31042c0f0a0ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636568Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#664870}
-
Antoine Labour authored
This reverts commit 35454c17. Reason for revert: crbug.com/968645 Original change's description: > Use shared images in CopyVideoFrameYUVDataToGLTexture > > Use an explicit shared image allocation for the intermediate texture > that is used in both the source and destination GL contexts. > > Bug: 882547 > Change-Id: Ibd37bb16a1a43860976c9b35feadd576e099df4d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633530 > Auto-Submit: Antoine Labour <piman@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Commit-Queue: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664539} TBR=sandersd@chromium.org,piman@chromium.org Change-Id: I7e277608fa156f91f9c12f8d98498d770397d9ca No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 882547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637683Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#664869}
-