- 20 Jun, 2018 40 commits
-
-
Clark DuVall authored
SessionCleanupChannelIDStore and tests are mostly copied from QuotaPolicyChannelIDStore. Bug: 789644, 789632 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I1178b774273ac39ae86b1aff3be94be1e1b00058 Reviewed-on: https://chromium-review.googlesource.com/1107132Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#568901}
-
Fredrik Söderquist authored
Rather than moving the tag history into a Vector and let that perform the destruction, just iteratively "collapse" the list until it is empty. Change-Id: If1f6611caeea9b83da58f94e021647a2db0b7daa Reviewed-on: https://chromium-review.googlesource.com/1107629Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#568900}
-
Ulan Degenbaev authored
This adds BloatedRendererDetectionSkipUptimeCheck runtime-feature flag. Bug: 835806 Change-Id: Ifd8392f24f3c5044096e017eedd38fb8db53046b Reviewed-on: https://chromium-review.googlesource.com/1107806Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568899}
-
Kyle Horimoto authored
This CL changes its name to AccountStatusChangeDelegate. There are two reasons for the change: (1) In a follow-up CL, we will be adding a different type of observer, so specificity is needed to differentiate the two. (2) The word "observer" generally implies that there can be more than one observer, whereas "delegate" generally implies that there is only one. This change was suggested by dcheng@ in https://chromium-review.googlesource.com/c/chromium/src/+/954010. Bug: 824568 Change-Id: Ib17e415614ec1d0575a00288c59de789df7c68d7 Reviewed-on: https://chromium-review.googlesource.com/1107264Reviewed-by:Daniel Cheng <dcheng@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#568898}
-
Farah Charab authored
Add message to TaskQueueManagerTestDescription protocol buffer to provide support for fuzzer unit test. Change-Id: I06f6d43d61cbc841505e468b7f2c4adf1344680e Reviewed-on: https://chromium-review.googlesource.com/1106140 Commit-Queue: Farah Charab <farahcharab@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#568897}
-
Kim Paulhamus authored
Also permit a mock instance of the Fido2ApiHandler to be set for testing. Bug: 678885 Change-Id: I1ca03058becbd8dbc5f71ef814bb6b47b37868f6 Reviewed-on: https://chromium-review.googlesource.com/1096539 Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#568896}
-
Alex Newcomer authored
Adressing an old TODO, and fixing a bug which recorded shelf menus as app menus. Bug: 845273 Bug: 844776 Change-Id: Ia6156ae597f724631b60909cde68067a9a49ced9 Reviewed-on: https://chromium-review.googlesource.com/1102906Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#568895}
-
Aldo Culquicondor authored
Instead, pass the required parameters through the input manager. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux_vr Change-Id: Ic10498a40c1688b45d53847471b6282081db4941 Reviewed-on: https://chromium-review.googlesource.com/1101559 Commit-Queue: Aldo Culquicondor <acondor@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#568894}
-
chrome://flagsMoe Ahmadi authored
Add entries to control Sync and Google Pay API to use sandbox servers allowing test cards getting saved to the sandbox Google Pay server. Bug: 853956 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9cba210bc9ceec7259c78d08c8f0d1a640dc0bca Reviewed-on: https://chromium-review.googlesource.com/1108177 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#568893}
-
Peter Kasting authored
In these cases, each tab paints slightly differently than others to pixel-align things, so caching does not make sense. We could perhaps do better somehow by storing a translation in the cache, but ugh. This fixes some small positioning glitches in these cases. BUG=none TEST=none Change-Id: I1931fa9fad64e98f8f204f422a7b57fa6835ea37 Reviewed-on: https://chromium-review.googlesource.com/1107388Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#568892}
-
Maks Orlovich authored
in services/network: support Clone(mojom::URLLoaderFactoryRequest request) in TestURLLoaderFactory, since that's needed by WeakSharedURLLoaderFactory::Clone() make CrossThreadSharedURLLoaderFactoryInfo::State::DeleteOnCorrectThread() delete quicker to make things easier on leak checkers without tricky shutdown code. in ios/: just provide a TestURLLoaderFactory in TestingApplicationContext, rather than using delayed initialization that fails when actively used, since cross-thread Clone has to force instantiation on the origin thread. This is extracted from https://chromium-review.googlesource.com/c/chromium/src/+/1098035, which might not actually need it after a client change; but which may be necessary for other ongoing work that needs thread-crossing. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;luci.chromium.try:linux_mojo;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I343d56ae9e3ee682502f6f30596d0c0e2edd04c3 Reviewed-on: https://chromium-review.googlesource.com/1108082Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#568891}
-
Ryan Tseng authored
For the most part FYI builders seem to intentionally run without Goma, and builds would take about 7h to finish. Bug: 840631 TBR: tandrii Change-Id: Ib3ad97c1fd6518a45f969788a7b89bd69c714b56 Reviewed-on: https://chromium-review.googlesource.com/1108345Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Commit-Queue: Ryan Tseng <hinoka@chromium.org> Cr-Commit-Position: refs/heads/master@{#568890}
-
Takumi Fujimoto authored
This CL moves local file casting code to MRUIBase so that it can be used by MediaRouterViewsUI as well. This also makes MRViewsUI start casting once a file is selected in the file picker. The Views dialog still cannot cast local files after this CL, because we still need to make it stay open even when the file picker is in focus. Bug: 842787 Change-Id: I6ac2d2863785c895b4b515856b942409326e577d Reviewed-on: https://chromium-review.googlesource.com/1087840 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#568889}
-
Yue Cen authored
Bug: 835029 Change-Id: I2c12f8f7c90ab0076f8c78fa497d311009637c93 Reviewed-on: https://chromium-review.googlesource.com/1092043 Commit-Queue: Yue Cen <rsgingerrs@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#568888}
-
Tom Anderson authored
Also clean up some event routing to ConfirmQuitBubbleController. BUG=243164 R=sky Change-Id: I2dfeb60c6efb24816b73db3f0e014a0deb648be5 Reviewed-on: https://chromium-review.googlesource.com/1104884Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#568887}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 03a1a3e4. With Chromium commits locally applied on WPT: 03ef65db "Update existing WebUSB WPT to be multi-global" 89102421 "Reland "Multi-global WebUSB WPT for window and worker"" 08784a11 "[Mojo Blob URLs] Make clicking an <a target="blank_"> with a blob URL work correctly." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19938 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: chongz@chromium.org: external/wpt/touch-events yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch TBR=robertma No-Export: true Change-Id: I8b35319fd281222e5fd9cd0cee17aa7b9840835f Reviewed-on: https://chromium-review.googlesource.com/1107845 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@{#568886}
-
Ryan Sturm authored
https://chromium-review.googlesource.com/c/chromium/src/+/1105202 removed the need for capping heavy pages to enable Resource Load Scheduler. As such, the flag description and browser test can remove their references to the feature. Change-Id: I38ad18bc9e35b1a9c185efd4ad7bdeb3a6d0a025 Reviewed-on: https://chromium-review.googlesource.com/1106480Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#568885}
-
Max Morin authored
Bug: 854589 Change-Id: Ic3df198b77eb5dca4ebd85c637d47c162a5e58bd Reviewed-on: https://chromium-review.googlesource.com/1107807Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568884}
-
Wez authored
The AutoRoll server is located here: https://fuchsia-sdk-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:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I126f5e495b61df1d8ed2fd24dd466e635654e3e8 Reviewed-on: https://chromium-review.googlesource.com/1107850Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#568883}
-
Mihai Sardarescu authored
The CL separates the HasAPIKeysConfigured in HasAPIKeyConfigured and HasOAuthClientConfigured. It then disables Desktop Identity Consistency when the OAuth client ID and secret are not configured. That allows developers to set and API key without having to also configure the OAuth client ID and client secret. In such an environment, Chromium would continue to use the non-authorized Google APIs (e.g geolocation, translate, safe browsing etc), while at the same time being able to sign in to Google web properties. Bug: 854166 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9606c5d34e57823e47466bf4fc02f258ecd262a8 Reviewed-on: https://chromium-review.googlesource.com/1105991 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#568882}
-
Mustaq Ahmed authored
Bug: 802286 Change-Id: I618811046ccbda914b5dcc673c62ba4ea4a550eb Reviewed-on: https://chromium-review.googlesource.com/1106553 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#568881}
-
Miguel Casas authored
This CL teaches VaVDA to use client VASurfaceIDs to decode onto, saving a buffer copy and removing a costly blit (DownloadFromSurface) on the GPU Main thread. Three groups of changes: 1. In AssignPictureBuffers(): if |vaapi_picture_factory_| Create()s a VaapiPicture with a VASurfaceID, we use those to decode onto and set a new flag: |decode_using_client_picture_buffers_| 2. When the decoder calls CreateVASurface(), instead of giving it the first |available_va_surfaces_|, we need to figure out the first VASurfaceID in this |available_va_surfaces_| such that the corresponding VaapiPicture in |pictures_| is available (i.e. in |available_picture_buffers_|). Reason: libva holds on to some VASurfaceIDs, there's no simple one-to-one correspondence like on ToT. 3. When we're ready to OutputPicture() to |client_|, instead of using the first |available_picture_buffers_|, we find the corresponding one for the passed |va_surface_id| (we could search all over |pictures_| but there's always less |available_picture_buffers_|. Some other notable developments: - s/output_buffers_/available_picture_buffers_/ - OutputPicture() loses a parameter. - |decode_using_client_picture_buffers_| is still false for e.g. VP9 Profile 2 or the ImportBufferForPicture() path. - Pictures is made a base::small_map. (Originally from crrev.com/c/988512). Bug: 822346, 717265 Test: v_d_a_unittest vp8/vp9/h264 passing on eve, running crosvideo changing resolutions for a long time. No hickups, no dropped frames. 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: I3d5a4d3c83002c8d0977702c9b97ffec52b1db23 Reviewed-on: https://chromium-review.googlesource.com/1021675Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Kristian H. Kristensen <hoegsberg@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#568880}
-
Roman Sorokin authored
* Adds new step to decrypt configuration seed which comes from DM Server. * Adds configuration selection UI. BUG=chromium:829361 TEST=TBD Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I299cdf7b8994fd929a7f15303bfb21ebf78996ba Reviewed-on: https://chromium-review.googlesource.com/1090714 Commit-Queue: Roman Sorokin <rsorokin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#568879}
-
Stefan Zager authored
BUG=823365 R=skobes@chromium.org,sclittle@chromium.org Change-Id: I400bae2f5a35075b06e42a2b2796772c3a0a687f Reviewed-on: https://chromium-review.googlesource.com/1107164Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#568878}
-
Jan Wilken Doerrie authored
This change provides an implementation of Windows::Foundation's IReference interface. This class is supposed to be used for optional POD types, as a null value usually is not possible here. Bug: 821766 Change-Id: Icc6ff4f5313e2cfa13ca33f8d54e150efa616d76 Reviewed-on: https://chromium-review.googlesource.com/1106385Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#568877}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/b6e0117285a9..b3345feca274 git log b6e0117285a9..b3345feca274 --date=short --no-merges --format='%ad %ae %s' 2018-06-20 bungeman@google.com Replace SkTSwap with std::swap/swap. 2018-06-20 tsepez@chromium.org c_str() calls not needed when writing to ostream Created with: gclient setdep -r src/third_party/pdfium@b3345feca274 The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: I0065584e5b867d194ccc848f4d4b9f9a1d8ed55f Reviewed-on: https://chromium-review.googlesource.com/1108217Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568876}
-
Gauthier Ambard authored
This CL adds margins to take into account the toolbars in the incognito NTP. Bug: 834276 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I853f4f43629ddf8d87742144f5cc9e1a36824294 Reviewed-on: https://chromium-review.googlesource.com/1107922 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#568875}
-
Becky Zhou authored
Bug: 850996 Change-Id: I20e1fa1e03c8c55d41f5a5a4e77f3c5059500b86 Reviewed-on: https://chromium-review.googlesource.com/1107306Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#568874}
-
Moe Ahmadi authored
Bug: 849433 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ief1cca17a562786a6d838b9bdf27778918232dff Reviewed-on: https://chromium-review.googlesource.com/1104969Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#568873}
-
Peter Kasting authored
This fixes a bug where the window cannot be dragged from the space between tabs and new tab button once the strip goes into overflow. BUG=none TEST=none Change-Id: I2b4d244c8dc306fffe07fc8676c8eaffc19ec5d2 Reviewed-on: https://chromium-review.googlesource.com/1107381Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#568872}
-
chrome://accessibilityDominic Mazzoni authored
WebUI doesn't allow remote network connections anymore for security reasons. Bug: 854410 Change-Id: I448b24e87659e1f4f0aa6955d9a0cda4bfe8c8ac Reviewed-on: https://chromium-review.googlesource.com/1107202Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#568871}
-
Peter Kasting authored
The comment said "make sure none of the tabs are more than 90 apart", but the code didn't do that. Plus the functionality was obscured by the use of a helper function that duplicated the "90" from the caller (but, as noted, only in the comment), and didn't use all its args. BUG=none TEST=none Change-Id: I979d7313286ac16234afad66de19350c136c156d Reviewed-on: https://chromium-review.googlesource.com/1107385Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#568870}
-
Peter Kasting authored
Especially in refresh, 400 feels too slow. In testing, 200 seemed much better. BUG=none TEST=none Change-Id: Ib7a8519fac9baadbd6853d6b5810644e4e2b7433 Reviewed-on: https://chromium-review.googlesource.com/1107383Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#568869}
-
Mathieu Perreault authored
Some members were being created on UI thread and used on IO thread which is definitely not recommended. Bug: 843205 Change-Id: Id1d6f0e66e8e11347e4ba4ef1a60d0559952d28d Reviewed-on: https://chromium-review.googlesource.com/1108137 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#568868}
-
Joel Hockey authored
Remove shadow DOM support from waitForElement used in UI tests. Reverts part of crosreview.com/1090517 Bug: 852324 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: If64176b0a9eee107afde06a2adb6bc076fb87e24 Reviewed-on: https://chromium-review.googlesource.com/1098910 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#568867}
-
Peter Kasting authored
This conditional was apparently an attempt at an optimization, but it doesn't appear in the case of painting tabs before the active tab, only ones after. AFAICT in testing it makes no visual difference, and it makes the code harder to understand. BUG=none TEST=none Change-Id: If57e860df045fba45529e618530a3a2c4fe0d7df Reviewed-on: https://chromium-review.googlesource.com/1107382Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#568866}
-
Xi Cheng authored
Change-Id: Ib57fa2a98d6270721df67ff890b7961d09e209b9 Reviewed-on: https://chromium-review.googlesource.com/1107386Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#568865}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/056a68da896d..de212ca0391c git log 056a68da896d..de212ca0391c --date=short --no-merges --format='%ad %ae %s' 2018-06-20 mbonadei@webrtc.org Removing some MSVC warning suppression flags. 2018-06-20 mbonadei@webrtc.org Add mbonadei@ to build configs OWNERS. 2018-06-20 mbonadei@webrtc.org Adding mbonadei@ to build_files WATCHLIST. 2018-06-20 sakal@webrtc.org Fix a bug where TestAudioDeviceModule crashes if destroyed uninitialized. 2018-06-20 kthelgason@webrtc.org Revert "Remove deprecated mac capture code." 2018-06-20 buildbot@webrtc.org Roll chromium_revision 20579735..e1ef7d4b (568689:568794) 2018-06-20 yvesg@webrtc.org Let git-hyper-blame ignore format commit. Created with: gclient setdep -r src/third_party/webrtc@de212ca0391c 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.mac:mac_chromium_archive_rel_ng BUG=chromium:None,chromium:None,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I8569aeb7d47e8f8e5ad9767b9edb44016264e63e Reviewed-on: https://chromium-review.googlesource.com/1107940 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568864}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b73eba800574..d40463e208e0 git log b73eba800574..d40463e208e0 --date=short --no-merges --format='%ad %ae %s' 2018-06-20 treehugger-gerrit@google.com Merge "perfetto-ui: Refactor bundle build rule" 2018-06-20 hjd@google.com Merge "traced_probes: Fix clock bug" 2018-06-20 hjd@google.com perfetto-ui: Refactor bundle build rule 2018-06-20 hjd@google.com traced_probes: Fix clock bug 2018-06-20 hjd@google.com Merge "perfetto-ui: Refactor sorcery build rule" 2018-06-19 hjd@google.com perfetto-ui: Refactor sorcery build rule Created with: gclient setdep -r src/third_party/perfetto@d40463e208e0 The AutoRoll server is located here: https://perfetto-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. BUG=chromium:110356412 TBR=perfetto-bugs@google.com Change-Id: I2c3980ca6c464b33452c432694bb603377e880be Reviewed-on: https://chromium-review.googlesource.com/1107939 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568863}
-
James Cook authored
This reverts commit e959c2d7. Fixed by adding EXPORT macro on the new struct. Original change's description: > Revert "Add InitParams for views::AuraInit" > > This reverts commit dfd53f11. > > Reason for revert: GPU FYI Windows bots compile failure > crbug.com/854442 > > Compile error: > [40824/45748] LINK task_viewer.service.exe task_viewer.service.exe.pdb > FAILED: task_viewer.service.exe task_viewer.service.exe.pdb > C:/b/swarming/w/ir/cache/vpython/80ee9f/Scripts/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x64 False ../../third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo /OUT:./task_viewer.service.exe /PDB:./task_viewer.service.exe.pdb @./task_viewer.service.exe.rsp > C:\b\swarming\w\ir\cache\builder\src\third_party\llvm-build\Release+Asserts\bin\lld-link.exe: error: undefined symbol: ??0InitParams@AuraInit@views@@QEAA@XZ > >>> referenced by obj/mash/task_viewer/lib/task_viewer.obj:(?OnStart@TaskViewer@task_viewer@mash@@EEAAXXZ) > C:\b\swarming\w\ir\cache\builder\src\third_party\llvm-build\Release+Asserts\bin\lld-link.exe: error: undefined symbol: ??1InitParams@AuraInit@views@@QEAA@XZ > >>> referenced by obj/mash/task_viewer/lib/task_viewer.obj:(?OnStart@TaskViewer@task_viewer@mash@@EEAAXXZ) > > Original change's description: > > Add InitParams for views::AuraInit > > > > It's up to 7 parameters and I'm about to add an 8th. > > > > Bug: 851578 > > Test: existing tests > > Change-Id: I5dbfb98c90861a334ef9046cec4d69fb756879a1 > > Reviewed-on: https://chromium-review.googlesource.com/1106431 > > Reviewed-by: Scott Violet <sky@chromium.org> > > Commit-Queue: James Cook <jamescook@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#568594} > > TBR=jamescook@chromium.org,sky@chromium.org > > Change-Id: Iea7d59178394a95cbc6f419cd7079d00d66a8ac6 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 851578, 854442 > Reviewed-on: https://chromium-review.googlesource.com/1107139 > Reviewed-by: weiliangc <weiliangc@chromium.org> > Commit-Queue: weiliangc <weiliangc@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568678} TBR=jamescook@chromium.org,sky@chromium.org,weiliangc@chromium.org Change-Id: Id0a3e75d0e02c87165375ecc345553041ecc4252 Bug: 851578, 854442 Reviewed-on: https://chromium-review.googlesource.com/1107997Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#568862}
-