- 05 Feb, 2018 40 commits
-
-
https://webrtc.googlesource.com/src.git/+log/0488fcf2931b..0501e1cd971f $ git log 0488fcf29..0501e1cd9 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I47a05ae6bd669aaf57119e64742571f67ca124fa Reviewed-on: https://chromium-review.googlesource.com/902167 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@{#534480}
-
Sergey Ulanov authored
The DCHECK was written with = instead of ==, as result it was always failing. Change-Id: I68c24f57bcd7eeec969f7e8d135adb8fb58ed398 Reviewed-on: https://chromium-review.googlesource.com/902323Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534479}
-
Nico Weber authored
This CL was uploaded by git cl split. R=elijahtaylor@chromium.org Bug: 177475 Change-Id: If0d3df32cebcaf2e22364c948b2384a6eadfa2af Reviewed-on: https://chromium-review.googlesource.com/899445Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534478}
-
Nico Weber authored
This CL was uploaded by git cl split. R=atwilson@chromium.org Bug: 177475 Change-Id: I6a7e100d8b0bac4e93563e80fb292d0e312bd4e5 Reviewed-on: https://chromium-review.googlesource.com/899795Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534477}
-
Nico Weber authored
This CL was uploaded by git cl split. R=skau@chromium.org Bug: 177475 Change-Id: I791616da62378aadcf548de23fd094c9c1325719 Reviewed-on: https://chromium-review.googlesource.com/899447Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534476}
-
Ethan Kuefner authored
We're working on replacing ValueCanBeAddedPredicate with ShouldAddValue. The functionality has already landed in Telemetry, and now we need to update all overrides in Chromium. Bug: catapult:#4215 Change-Id: I95814378ceeb677a46f7af128f0e807426d69af6 Reviewed-on: https://chromium-review.googlesource.com/898080Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> Cr-Commit-Position: refs/heads/master@{#534475}
-
Ilya Sherman authored
I've chosen thresholds for the crash and seed fetch failure streaks so that 99% of users are expected not to revert to Safe Mode due to false positives. R=asvitkine@chromium.org Bug: 727984 Change-Id: I64c315b12cd7cabe2c26fc80c5f6a51b82c283f2 Reviewed-on: https://chromium-review.googlesource.com/895182Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534474}
-
Yixin Wang authored
This reverts commit f5e7879a. Reason for revert: had to revert internal change 184066984: https://critique.corp.google.com/#review/184317140 Original change's description: > Inline QuicUrlUtilImpl::GetPushPromiseUrl() into SpdyUtils::GetPromisedUrlFromHeaders() > > Since google3's implementation will be identical, there's no need for the code to be in quic/platform/impl. > > This CL along with https://chromium-review.googlesource.com/c/chromium/src/+/893625 together correspond with google3 CL https://critique.corp.google.com/#review/184066984 > > Change-Id: I335b43b82ae7b53f4de794e0ba465f03165fe4ae > Reviewed-on: https://chromium-review.googlesource.com/894178 > Commit-Queue: Yixin Wang <wangyix@chromium.org> > Reviewed-by: Ryan Hamilton <rch@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533536} TBR=rch@chromium.org,wangyix@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ib59f9ee3a1b167e78a2eee287377a61bdd9ef7d7 Reviewed-on: https://chromium-review.googlesource.com/899880Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Yixin Wang <wangyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#534473}
-
Matthew Jones authored
BUG=807658 Change-Id: Iba15592c532d6193e76d04ef34a2852ae052c251 Reviewed-on: https://chromium-review.googlesource.com/895865 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#534472}
-
Sahel Sharify authored
This is a follow up patch for touchscreen browser side fling. I haven't deleted the render part of the code that would treat touchstart event listeners as pasive during a fling. This is because there are two regrssions on android Webview due to touchscreen fling on the browser, and I might need to revert both this patch and the original one. I'll do the clean up once browser side fling implementation is complete, and touchscreen browser side fling is more stable. Bug: 249063 Test: NonBlockingEventBrowserTest.TouchStart_during_fling Change-Id: I0fd493e5ad8fb287cfd27330ba1d2f8bb1379f26 Reviewed-on: https://chromium-review.googlesource.com/899950Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#534471}
-
Nico Weber authored
This CL was uploaded by git cl split. TBR=flackr@chromium.org Bug: 177475 Change-Id: I034afc8c45dac033ec1d95fe0783d39df7831423 Reviewed-on: https://chromium-review.googlesource.com/899789Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534470}
-
Dirk Pranke authored
In order to roll GN 5478ca08..a0a05a85 (r528993:r533513) and pick up the following changes: e93e6df0 Fix gn bootstrap on systems with an old libstdc++ 9a22cda9 Fix GN thread sanitizer bug. f7f761c7 Fix misspellings in GN reference 7c742b6e Fix 'gn gen --check' hanging indefinitely 31360b70 GN: Fix a memory leak found by LSAN. 5d253161 Fix gn CHECK()ing when generating Chromium build files ff4e4bf5 Reland "android: Don't parse /proc/self/maps to prefetch the library." 733c2818 Revert "android: Don't parse /proc/self/maps to prefetch the library." 4c48a351 Support pool for action_foreach 0b186aa6 Fix gn bootstrap ef6f0fb3 android: Don't parse /proc/self/maps to prefetch the library. 2f14ea14 Add support for include_dirs to gn check. cb4f92cc Remove usage of SequencedWorkerPool in GN. 4c762522 Fix gn bootstrap 2b31dbb2 android: fix the "end of text" sentinel with lld. The most notable change here is 2f14ea14, which changes `gn check` to check includes that are relative to something other than the source root; it checks against every dir in include_dirs instead. Previously if a file wasn't located relative to the src root it was just ignored. Now we're able to catch more errors as a result. TBR=brettw@chromium.org, slan@chromium.org, kapishnikov@chromium.org, eugenebut@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ib8164ae81da6b14dacc8db74d2765d62d4dc3761 Reviewed-on: https://chromium-review.googlesource.com/896949Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#534469}
-
Luna Lu authored
Bug: 623682 Change-Id: If6c55c0c3639d01ef6bb5be5f59410591ace44cc Reviewed-on: https://chromium-review.googlesource.com/902194Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Luna Lu <loonybear@chromium.org> Cr-Commit-Position: refs/heads/master@{#534468}
-
Maria Khomenko authored
Adds a histogram for data, cache, and code size on Android. This is only available for Android O (API was not public prior). Bug: 803538 Change-Id: I6c983fcfa71f4bc3013fb13da05a610d10c744a0 Reviewed-on: https://chromium-review.googlesource.com/898527Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Maria Khomenko <mariakhomenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#534467}
-
Xianzhu Wang authored
It's never null. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie041fbbbb84d0f5d8edaf0522812030450b57b85 Reviewed-on: https://chromium-review.googlesource.com/900530Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534466}
-
Android AFDO Autoroller authored
Updating from 66.0.3335.0_rc-r1. This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Bug: None Test: CQ Change-Id: I56a5d24585ede496a2c3d872ac3d5f4afafcacd7 Reviewed-on: https://chromium-review.googlesource.com/902190Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#534465}
-
bsheedy authored
Fixes the test that started failing again because the CL that added the missing file got reverted. Bug: 808977 Change-Id: Ia82f4f6c5d5c21b709ef25b8556799a4544b6800 Reviewed-on: https://chromium-review.googlesource.com/902182Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#534464}
-
Raphael Kubo da Costa authored
core/CoreExport.h has not been necessary since c7c2bd2e ("Extract WebCoreStringResouce out of V8StringResource"). Change-Id: I2db668d3daba0a7caefa7b53a19aec4503b0eb3b Reviewed-on: https://chromium-review.googlesource.com/902045Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#534463}
-
Réda Housni Alaoui authored
Implement GetPhotoState, SetPhotoOptions and TakePhoto in FileVideoCaptureDevice to make TakePhoto works with video file as source. Bug: 806520, 807441 Change-Id: I487d5760162a13c34b5195d854b4285d0e2753dc Reviewed-on: https://chromium-review.googlesource.com/890739 Commit-Queue: Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#534462}
-
Ian Vollick authored
This causes issues where the controller hits itself. Bug: None Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ie02035042d329bc6ec7f5ace16436a5c890b34dd Reviewed-on: https://chromium-review.googlesource.com/900244 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#534461}
-
Tommy C. Li authored
Changes the UI to the icon, text, and button all in the center. Reuses CSS from the interstitials to keep things consistent. Bug: 737787 Change-Id: I106de7e40c7903cb055a967aae22dff08fe061f6 Reviewed-on: https://chromium-review.googlesource.com/884576Reviewed-by:
Edward Jung <edwardjung@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#534460}
-
Lukasz Anforowicz authored
The CL tweaks CrossSiteDocumentResourceHandler::ShouldBlockBasedOnHeaders so that: 1. XSDB doesn't touch most kinds of responses from service workers (e.g. responses created entirely within the service worker, without a network trip to a cross-origin site). 2. XSDB continues to strip the body of kOpaque responses from service workers (e.g. responses to 'no-cors' requests that have been cached in a service worker). The CL also adds regression tests for the impacted scenarios above: - CrossSiteDocumentBlockingServiceWorkerTest.NoNetwork covers scenario1 - CrossSiteDocumentBlockingServiceWorkerTest.NetworkAndOpaqueResponse covers scenario2 and also makes sure that XSDB is also applied to network requests originating from within a service worker. The CL also moves test files used by XSDB tests into a XSDB-specific directory - this makes it easier to align the scope of the service worker and the page it works for. Bug: 803672, 805503 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I60bdd958887f6e8ac49a79b2518610a2a03eea90 Reviewed-on: https://chromium-review.googlesource.com/879348 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#534459}
-
John Abd-El-Malek authored
Only the network change tests fail there. Bug: 753658 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ie2ff9ae496b63c8461bc0be6c3d0edfe4855f567 Reviewed-on: https://chromium-review.googlesource.com/896394Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#534458}
-
Theresa authored
Deflake TabModelMergingTest by saving tab state after loading URLs and creating tabs. Some tests started flaking after changing CTA2's activity tab to a test URL rather than chrome://newtab. Forcing a tab save ensures the new tab state is written to disk in #setup. BUG=806214 Change-Id: I97a2324c5f8bd8e387d7dd73ee61cdc1633111e6 Reviewed-on: https://chromium-review.googlesource.com/902193 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#534457}
-
Kyle Horimoto authored
There have been several crash reports stemming from this class, but we are having a difficult time debugging the issue. This CL updates the implementation of the class by adding some new helper functions and slightly altering the implementation details of the class. We anticipate that these changes will help us narrow down how the crash is occurring. There is also a chance that these changes will actually fix the crash by changing the implementation from using std::deque to std::vector. Bug: 778762, 672263 Change-Id: I32309759dc05f306503aa6e3918a0f8fb7fbf055 Reviewed-on: https://chromium-review.googlesource.com/898027 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#534456}
-
Lei Zhang authored
Use FPDFPageDeleter in one spot in PDFiumEngine to demonstrate it works. Change-Id: Ife43606b1ee1f59a42c787ed94172ac097ccde9f Reviewed-on: https://chromium-review.googlesource.com/899655Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#534455}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ef8fee92..966c4db5 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I966512e7b4c9b8c7e084d927603f8b5072f6903c Reviewed-on: https://chromium-review.googlesource.com/901983Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#534454}
-
Eric Caruso authored
This D-Bus method has no users and anyone who wants to mount cryptohomes should be using MountEx. Delete the API to prevent new users from coming up. BUG=chromium:765525 Change-Id: I4baadcefbb137cdabc1a60536d5a8720c4b74f75 Reviewed-on: https://chromium-review.googlesource.com/898258Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Eric Caruso <ejcaruso@chromium.org> Cr-Commit-Position: refs/heads/master@{#534453}
-
Sidney San Martín authored
This fixes a crash (caught by ASAN) when the feature list gets torn down before the window containing the download shelf. Bug: 806901 Change-Id: I00ddc55d183f2b29bf23ad3304b7c700f747894f Reviewed-on: https://chromium-review.googlesource.com/899735Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#534452}
-
chrome://flagsEmily Stark authored
Make the chrome://flags field trial name match the field trial name in fieldtrial_testing_config.json. Otherwise, if you've previously set the flag and launch Chrome now that the field trial config is set, you hit the following DCHECK: Check failed: !ContainsKey(overrides_, feature_name) || !overrides_.find(feature_name)->second.field_trial. Feature MarkHttpAs has conflicting field trial overrides: MarkHttpAs / HTTPBadPhase3 Change-Id: I463641c5442b15aadc8a44673396575e49cddee4 Reviewed-on: https://chromium-review.googlesource.com/901957Reviewed-by:
Eric Lawrence <elawrence@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#534451}
-
Daniel Cheng authored
Otherwise, appending a string will simply crash. Bug: 805881 Change-Id: I9a8893c3cafcc41d5d1df55394f8bc07925e8ba5 Reviewed-on: https://chromium-review.googlesource.com/900056Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#534450}
-
Amirhossein Simjour authored
Do not add Views for Clank UI in VR when VrBrowsing is not enabled. BUG=779126 Change-Id: Iecd228366cd3f56d74ca5944b47b70b78cb7d14c Reviewed-on: https://chromium-review.googlesource.com/902003Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#534449}
-
https://pdfium.googlesource.com/pdfium.git/+log/b1d7872faacb..1ea9f3f92f25 $ git log b1d7872fa..1ea9f3f92 --date=short --no-merges --format='%ad %ae %s' 2018-02-05 hnakashima Include time.h on wasm. 2018-02-05 tsepez Move const arrays to CFXJS_Engine from CJS_V8 Created with: roll-dep src/third_party/pdfium 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: Iba8e5645b39bcea39eed9c0badbe45d8f00ac65b Reviewed-on: https://chromium-review.googlesource.com/901953 Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534448}
-
Raymond Toy authored
Dezippering has been removed so remove the deprecation messages Bug: 496282 Change-Id: I09e0ad2c95ac009280ec95fab634e46cc186bd7f Reviewed-on: https://chromium-review.googlesource.com/891419Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#534447}
-
Sorin Jianu authored
Bug: 615187 Change-Id: Ia1e7ceb05eec146bb62f00260075e2f2f1af7dbf Reviewed-on: https://chromium-review.googlesource.com/899920Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534446}
-
Xiyuan Xia authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5b16d08cfaf8..cfb7171bb4b4 $ git log 5b16d08cf..cfb7171bb --date=short --no-merges --format='%ad %ae %s' 2018-02-01 haddowk [moblab] Enable delta generation 2018-02-02 pwang VMInformationalBuilder: Use _RunParallelStages 2018-01-26 nxia Get Ebuilds for all overlays in parallel. 2018-01-24 nxia Run uprev on ebuilds in parallel. 2018-01-24 deanliao [chromite] remove mock dependency for non-test code. 2018-01-25 deanliao [chromite] fix unittest bugs caught by mock 2.0.0 upgrade. 2018-01-30 manojgupta Fuzzing: Add amd64-generic-fuzzer board. 2018-01-31 derat chromite: Add --help warning about cros tryjob -p bugginess. 2018-01-25 vapier portage_util: drop CROS_WORKON_SUBDIR 2017-12-14 deanliao [chromite] fix git_bisector bugs caught by mock 2.0.0 upgrade. 2018-01-25 pwang cros_vm: align qemu argument with cros tree 2018-01-30 yunlian chrome_sdk: Keep debug symbols for webcore on simple chrome. 2018-01-31 dgarrett master-paladin: Reboot between builds. 2018-01-31 ljusten usergroup_baseline: Add authpolicyd to policy-readers 2018-01-25 watk chrome_sdk: add CROS_PS1_PREFIX to the env for prompt customization 2018-01-30 chrome-bot Update config settings by config-updater. 2018-01-27 phobbs risk_report: Fix TypeError when unable to reach service 2018-01-26 norvez cros_vm: Support non-raw image formats 2018-01-23 dgarrett cros buildresult: Add build-config / date support. 2018-01-25 phobbs clactions: Workaround for exonerations > rejections 2018-01-26 yunlian Revert "Enable thinlto on caroline and terra release builds." Created with: roll-dep src/third_party/chromite Bug: 762650 Change-Id: I01ef75fe7af6f085697a38e8d77a23efa01860e7 Reviewed-on: https://chromium-review.googlesource.com/902004Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534445}
-
Annie Sullivan authored
It is failing all test cases on all platforms. Bug: 809063 Change-Id: I64f09cc842edb6e1541508067b9b9babcc82a3e4 Tbr: nednguyen@google.com Reviewed-on: https://chromium-review.googlesource.com/901903Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#534444}
-
James Cook authored
The widget is always initialized immediately after construction, which builds all child views. There's no need for conditionals to check that the views exist. Bug: none Test: ash_unittests Change-Id: I3f8d1a9410bee165aef2171bb80cced9a058ecec Reviewed-on: https://chromium-review.googlesource.com/900284 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#534443}
-
Bin Zhao authored
- MediaRouterDesktop directs media sink observers for DIAL media source to DialMediaSinkService. - DialMediaSinkService keeps a map of DIAL media sources keyed by app name - DialMediaSinkService delegates DialMediaSinkServiceImpl to start fetching and parsing app info when: 1. user opens MR dialog (DialMediaSinkServiceImpl::OnUserGesture()) 2. DialMediaSinkServiceImpl finishes parsing device description XML (DialMediaSinkServiceImpl::OnDeviceDescriptionAvailable()) 3. DialMediaSinkServiceImpl starts observing app name (DialMediaSinkServiceImpl::StartMonitoringAvailableSinksForApp()) - When parsed app info gets back to DialMediaSinkServiceImpl, it checks if available sinks for app name has changed. If so, post task to DialMediaSinkServiceProxy, which will notify corresponding media sink observers. Bug: 779892 Change-Id: Ibdf99df03b37e7d6dfea07092bc28a54970219b5 Reviewed-on: https://chromium-review.googlesource.com/754039 Commit-Queue: Bin Zhao <zhaobin@chromium.org> Reviewed-by:Derek Cheng <imcheng@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#534442}
-
Marijn Kruisselbrink authored
The main thing this achieves is making sure that blobs that are sent in messages are kept alive. Without this, especially when sending a blob to a service worker that first has to start up, it would very well be possible for the sending document to deref a blob before the receiving worker has a chance to ref the blob. Bug: 351753 Change-Id: I859a4a069ad6417a808c5711003ac72d580b431e Reviewed-on: https://chromium-review.googlesource.com/887222 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#534441}
-