- 27 Apr, 2018 40 commits
-
-
Min Qin authored
In incognito mode, we shouldn't write to the metadata cache. BrowserContext::GetPath() will return the path of the normal profile in incognito mode. BUG=778425 Change-Id: If1cd5d819d0b754010f60f776226c34d92e383f4 Reviewed-on: https://chromium-review.googlesource.com/1033540Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#554554}
-
Andrey Kosyakov authored
Bug: 836732 Change-Id: Ia8b1fbfca1cb1a30289337571e8db6a3163751ac Reviewed-on: https://chromium-review.googlesource.com/1033721Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#554553}
-
Emircan Uysaler authored
This CL makes sure that we produce a keyframe for every 100 frames when MediaRecorder uses HW encoder. Bug: 837450 Change-Id: Ifa1a674012085aa122a8e907ca1f88cb8a949e55 Reviewed-on: https://chromium-review.googlesource.com/1033181 Commit-Queue: Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#554552}
-
Jay Civelli authored
Reenables the contentc browser test GetUserMediaVideoCaptureBrowserTest. RecoverFromCrashInVideoCaptureProcess with the network service as it seems to be passing now. Tbr: dpranke@chromium.org Bug: 729848 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Iac6246c6f7205dee0791da39f1e08da39a62af47 Reviewed-on: https://chromium-review.googlesource.com/1033955Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#554551}
-
Chris Harrelson authored
Filters which move pixels may move content which is originally outside of the cull rect or ancestor clip rects back into view. Therefore we should adjust the painting root to prevent ancestor clips and cull rects from clipping or culling out the source of the filter. Bug: 804670 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I6e1032ecef5fcb5eabb6080bd2f17d8c479dc1e8 Reviewed-on: https://chromium-review.googlesource.com/1033347Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#554550}
-
Esmael El-Moslimany authored
Bug: 836988 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I9d8123653fd77bc9142459d666a0e9697569cd94 Reviewed-on: https://chromium-review.googlesource.com/1029127Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#554549}
-
Steven Holte authored
This avoids the implicit recording on destruction and the need to have ukm_recorder to construct an entry, and no longer needs to be part of the UkmRecorder API. Since we now are DCHECK'ing against recording metrics not in ukm.xml we no longer need to have this API behind a friend whitelist. TBR=charleszhao,mlamouri,chrishtr Bug: 754892 Change-Id: I944ae698bd5ad4146411d5e11b945e21c1b52a98 Reviewed-on: https://chromium-review.googlesource.com/1027112 Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Cr-Commit-Position: refs/heads/master@{#554548}
-
Sunny Sachanandani authored
The original motivation for this code was to workaround early swap ack on freon, but since freon isn't a thing anymore and we have a display compositor that actually performs the swap, it should be ok to get rid of it. This should improve throughput similar to main frame before activation. R=brianderson BUG=311213 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I5108c74a57ba201d25999989de8da4c7f81a5176 Reviewed-on: https://chromium-review.googlesource.com/1031892Reviewed-by:
Brian Anderson <brianderson@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#554547}
-
https://webrtc.googlesource.com/src.git/+log/169c7fd521da..658ad8816b7e $ git log 169c7fd52..658ad8816 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:833801,chromium:None The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I7b0d1b8892886b8bc7c593cf407e147e3fcee689 Reviewed-on: https://chromium-review.googlesource.com/1033812Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554546}
-
Jordy Greenblatt authored
I added the Google-G and Error Icon from UX. Bug: 835931 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8ce9ed0b98b68ec6ba2b989f807d5bec1d840042 Reviewed-on: https://chromium-review.googlesource.com/1031733 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#554545}
-
Joshua LeVasseur authored
Change-Id: Ic09db430852c347d55b6ae3132610f7f62e76363 Reviewed-on: https://chromium-review.googlesource.com/1033579Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Joshua LeVasseur <jlevasseur@chromium.org> Cr-Commit-Position: refs/heads/master@{#554544}
-
John Budorick authored
TBR=nednguyen@chromium.org,perezju@chromium.org Bug: 837397 Change-Id: If29d26fefee43107ba6d51c3818e6fed37eaea7c Reviewed-on: https://chromium-review.googlesource.com/1032876 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#554543}
-
bsheedy authored
Adds the ability for tests to be notified when the native UI reaches a steady state instead of sleeping for arbitrary amounts of time. Bug: 826841 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;master.tryserver.chromium.linux:linux_vr Change-Id: I69428f5ea9b228771180a88df455f8ade67f6a32 Reviewed-on: https://chromium-review.googlesource.com/1026707 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#554542}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: Ia0d430d49a151ab0f33e0396207d074e2ec5cc23 Reviewed-on: https://chromium-review.googlesource.com/1033895Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#554541}
-
Varun Khaneja authored
Also add an enum to the CSD proto. Internal proto submitted as: http://cl/194432497 Bug: 796332 Change-Id: I7764d5063379b94853c656c97db4582c52ee56c3 Reviewed-on: https://chromium-review.googlesource.com/1012437 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#554540}
-
Chong Zhang authored
Disable 'NatGeo' on 'loading.desktop' and 'loading.desktop.network_service' (all desktop platforms) due to consistent failings. See bug for sample log. TBR=kouhei@chromium.org Bug: 837415 Change-Id: I12104ca9fa29abaa4aead932bf8fd6a763194146 Reviewed-on: https://chromium-review.googlesource.com/1031054Reviewed-by:
Chong Zhang <chongz@chromium.org> Commit-Queue: Chong Zhang <chongz@chromium.org> Cr-Commit-Position: refs/heads/master@{#554539}
-
kylechar authored
Add some missing cases where we want to fallback on software compositing to VizProcessTransportFactory. 1. When GPU_FEATURE_TYPE_GPU_COMPOSITING is blacklisted in GpuFeatureInfo. 2. When ContextProvider creation fatally fails. This CL also cleans up the logic to make it easier to follow and removes an unnecessary subclass from VizProcessTransportFactory. Bug: 776050 Change-Id: I7d0e65ac224e649cad786246486fc40c9c841f27 Reviewed-on: https://chromium-review.googlesource.com/1030829 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#554538}
-
Daniel Blakemore authored
This reverts commit 20a36a40. Reason for revert: New API fails under unrelated tests. Rolling back to old API until this can be fixed. Original change's description: > Use new mailto handling setup API. > > Re-lands https://chromium-review.googlesource.com/1031050 after > fixes to downstream changes. > > Bug: 810904 > Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs > Change-Id: I2cb00c90d6d35cb7c4dd5cb8ac7c5ffb8746894f > Reviewed-on: https://chromium-review.googlesource.com/1033019 > Reviewed-by: Peter Lee <pkl@chromium.org> > Commit-Queue: Daniel Blakemore <danblakemore@google.com> > Cr-Commit-Position: refs/heads/master@{#554422} TBR=pkl@chromium.org,danblakemore@google.com Change-Id: Ib56bde2e2f8c608e67982507923110747e62f9fa No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 810904 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/1033547Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#554537}
-
Calder Kitagawa authored
A follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/1028575 This moves patch_apply logic to check bounds of an equivalences from the call site of GetNext() to an internal function in the patch_reader. This means the equivalence consumer can use the equivalences without checking anything to do with bounds. I have manually tested that this doesn't appear to break any existing valid patches and it appears to catch all the same errors change 1028575 fixed so I can safely reverse that change. BUG: 837096 Change-Id: I84ccd9e1493f32d16eace4dd8e67586f559220d3 Reviewed-on: https://chromium-review.googlesource.com/1028836 Commit-Queue: Calder Kitagawa <ckitagawa@google.com> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#554536}
-
Max Moroz authored
TBR=liaoyuke@chromium.org Bug: 837816 Change-Id: I68b92ad5ec6e0f1d178ad89654abb77b46fb5830 Reviewed-on: https://chromium-review.googlesource.com/1033830Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#554535}
-
Dale Curtis authored
These tests were checking the memory usage values, but were not waiting for the demuxer memory report to come back from the media thread first. BUG=837729 TEST=gtest_repeat=25 on android. Change-Id: I65b4dd0079873389200de26bd2eba9efcd6499af Reviewed-on: https://chromium-review.googlesource.com/1033725Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#554534}
-
Gabriel Charette authored
These changes were scripted as part of the effort to restrict exposure of the raw MessageLoop*. Note that many static methods exposed on MessageLoopCurrent are also deprecated so it is very well possible that this is migrating to an already deprecated method. The goal of this pass is to reduce usage of MessageLoop::current() (and ultimately make it impossible to obtain the MessageLoop* statically). As such I will not edit this CL unless the script did something logically wrong. I defer to owners to fix highlighted usage of already deprecated APIs. Possible script screw ups / things to look out for in this review: - Storing MessageLoopCurrent in a MessageLoop* variable or comparing it against one (I will go over that in a separate pass). Includes should have been stripped if that was the last usage of message_loop.h in that file. Please CQ if LGTY This CL was uploaded by git cl split. R=mark@chromium.org Bug: 825327 Change-Id: I5266e83a811ad85b43bebf1cecebd73b744d3ec3 Reviewed-on: https://chromium-review.googlesource.com/1024491Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#554533}
-
Thomas Anderson authored
This reverts commit 61248f1a. Reason for revert: Suspected breaking component builds (bug 837817) Original change's description: > Add utils to read elf binary and get Build id > > Adds code to parse elf binary to get build id from > .note.gnu.build-id section. The build ID is needed to symbolize > heap dumps from the users. > > BUG=734705 > > Change-Id: If4365e232c060ba96071ba1e1c43618f9807e39c > Reviewed-on: https://chromium-review.googlesource.com/1028995 > Commit-Queue: Siddhartha S <ssid@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#554304} TBR=thestig@chromium.org,ssid@chromium.org Change-Id: If512434b55bcc912990e3997a86f6f93722b15fb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 734705 Reviewed-on: https://chromium-review.googlesource.com/1033795Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#554532}
-
Aleks Totic authored
Bug: 837430 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ib89a9e5aec3f0541b6b2b5866dab12107eae65e9 Reviewed-on: https://chromium-review.googlesource.com/1031556Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#554531}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/df1d991f..bf02b736 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Iec0714a8a6239808ee7df63fe849c1e0a618bc94 Reviewed-on: https://chromium-review.googlesource.com/1033447Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#554530}
-
kylechar authored
Add a new GPU test target that runs screenshot_sync a second time with --enable-features=VizDisplayCompositor. This test will verify that GPU compositing is working for OOP-D. The test only runs on Windows and Linux bots. Bug: 812385 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 Change-Id: I56de0d01922d1c08521f3fd5aed4f64c148374e3 Reviewed-on: https://chromium-review.googlesource.com/1028613Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#554529}
-
Kevin McNee authored
This test is flaky under MSan. TBR=wjmaclean@chromium.org Bug: 837757 Change-Id: I90161d985f2dfc493b50004f34222078f61cc03c Reviewed-on: https://chromium-review.googlesource.com/1033429Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#554528}
-
Malay Keshav authored
If the cursor was hidden during any display configuration change, the cursor was not being updated. This made the cursor retain the old properties of the previous display configuration when it was made visible again. This meant that the device scale factor or even rotation of the cursor would not be updated. This patch ensures that the cursor is updated if its display changes while its hidden. Also add unittest to ensure this doesnt break again. Bug: 771264 Change-Id: I6ddbfa4b1dc75351e10a490630f3513a1baf5846 Component: Window tree host manager, cursor Reviewed-on: https://chromium-review.googlesource.com/1033353 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#554527}
-
Mina Almasry authored
Currently this method seems to occasionally return invalid values, which causes following logic to lead to a crash. Until that is root caused, ignore obviously invalid values from GetCurrentPts. BUG= b/78592779 TEST= On device Change-Id: Ib3c93d66659507234ab7cbe5961cb4e6fc2ebae5 Reviewed-on: https://chromium-review.googlesource.com/1031870 Commit-Queue: Mina Almasry <almasrymina@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#554526}
-
Ian Clelland authored
When an image policy is violated, and the image is flagged for color inversion, recalc the style so that the change is actually rendered to screen. Bug: 837346 Change-Id: I2cb4f84432d03917435294af01c5b9ecc85a0fc2 Reviewed-on: https://chromium-review.googlesource.com/1033544 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#554525}
-
Daniel Cheng authored
Previously, the plugin completely skipped virtual specifier checks on Gmock objects since it wasn't smart enough to filter out warnings caused by Gmock macros. In preparation for making the plugin smarter, this CL fixes existing virtual specifier warnings in //components. R=blundell@chromium.org Bug: 837148 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I14f72dd481c02acdc8ea35d58d9fb4801140d353 Reviewed-on: https://chromium-review.googlesource.com/1031090 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#554524}
-
Maks Orlovich authored
net-export is being moved to be NetworkContext-based as part of servification, so a NetworkContext object is needed for the URLRequestContext that the net-export UI on iOS uses. This is largely based on https://chromium-review.googlesource.com/952342, which added such wrappers for BrowserContext URLRequestContexts, and much of the CL is just moving out the NetworkContextOwner that added into its own file. Bug: 767450 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I7c71b508c54389dc3aa30973cd1ea131b48d64d9 Reviewed-on: https://chromium-review.googlesource.com/1030053 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#554523}
-
Manuel Rego Casasnovas authored
In LayoutBox::ComputeLogicalHeight() we actually were using the right method because the border and padding were being added later. We could change it to use OverrideLogicalHeight() directly and add the border and padding only for replaced elements, because ComputeReplacedLogicalHeight() returns the content height (so it doesn't include border and padding). No new tests, covered by existent tests. Change-Id: I90112ee1d6e7a2332f61514f627dc10cf4a706b8 Reviewed-on: https://chromium-review.googlesource.com/1031350 Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#554522}
-
Krishna Govind authored
R=amineer@chromium.org Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie0b81bdd3c7f58fe8079368c2dfcf7b2c4a0b0d3 Reviewed-on: https://chromium-review.googlesource.com/1033826Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#554521}
-
https://chromium.googlesource.com/angle/angle.git/+log/467c15f970b9..f1bcd017c95c $ git log 467c15f97..f1bcd017c --date=short --no-merges --format='%ad %ae %s' 2018-04-27 geofflang Supress failures in BlitFramebufferTest.MultisampleDepth on Mac OpenGL 2018-04-26 oetuaho Add test coverage for BlitGL Created with: roll-dep src/third_party/angle BUG=chromium:837717 The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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=geofflang@chromium.org Change-Id: Ied90fe177b9021ac1401ffa9b7876aa7d504b220 Reviewed-on: https://chromium-review.googlesource.com/1033573Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#554520}
-
Maksim Ivanov authored
Gather statistics on the number of cases when the fatal Chrome OS user policy initialization happens, which leads to termination of the user session. BUG=chromium:830654 TEST=none Change-Id: Iae8e2455e36e3daae5663b3ff2266199bd6283dd Reviewed-on: https://chromium-review.googlesource.com/1017124Reviewed-by:
Lutz Justen <ljusten@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#554519}
-
Oksana Zhuravlova authored
Bug: 799482 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;master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_chromium_dbg_ng;master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.linux:linux_vr Change-Id: I976a9290ef77976187ce971e461814a887620ee2 Reviewed-on: https://chromium-review.googlesource.com/1028000 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#554518}
-
Sarah Hu authored
The requested keyboard layouts will be used in public session UI to populate a selection menu. (In a follow-up CL) Bug: 809635 Change-Id: I1154647d4bfdf3637ec37033f4452742c71ec377 Reviewed-on: https://chromium-review.googlesource.com/1020664Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#554517}
-
Gabriel Charette authored
Patch set 1 changes were initially scripted as part of the effort to restrict exposure of the raw MessageLoop*. Further manual cleanup was done after identifying that MockLaunchd itself didn't need the full power of a MessageLoop*. Please CQ if LGTY This CL was uploaded by git cl split (initially). Bug: 825327 Change-Id: I6c250e0b44c27df6792fe0fbdad4a78608a98441 Reviewed-on: https://chromium-review.googlesource.com/1024453 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#554516}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1589d897. With Chromium commits locally applied on WPT: 303956b6 "Enable WPT tests for the Generic Sensor classes" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/16307 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: mek@chromium.org: external/wpt/webmessaging TBR=foolip No-Export: true Change-Id: I52f68c0c3d5d6d3eec32886f8432d712290b3f28 Reviewed-on: https://chromium-review.googlesource.com/1033432 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#554515}
-