- 22 Oct, 2019 40 commits
-
-
Nick Harper authored
Change-Id: Ia154142e6a5014965da9220d5cc90367b811740c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873990 Commit-Queue: Nick Harper <nharper@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Reviewed-by:
Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#708385}
-
siyua authored
It was missed in the original CL Bug: 964127 Change-Id: I836cd53f502c354f38cf074866a54d13d7e13419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869540Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#708384}
-
Tom Anderson authored
Shared memory segments created with shmget(..., 0600) only allows rooted processes to attach to the segment. In situations where X11 is running rootless, like with unetbootin, additional permissions are required for the segment. This CL changes the permissions to 0606 to fix this issue. This fixes WPT failures to unblock then from upgrading Chrome to M79. BUG=1014629 R=rjkroege CC=smcgruer Change-Id: Ib28ebd06e6bcc58d7d84cf5c195101ac255f2a8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872948 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#708383}
-
Etienne Pierre-doray authored
This CL represents the entry count in tracing CFI table directly instead of index size in bytes. This makes the format simpler to parse. Bug: 989103 Change-Id: Ia025c053290855944755a0c6805501258008e726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872799 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#708382}
-
David Black authored
Previously non-http/https schemes were allowed. Bug: b:143156047 Change-Id: I01074dc64dcb5f39e45f3198ad8897946d91090f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873111 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#708381}
-
Tomasz Wiszkowski authored
It appears that we have a non-trivial number of answer suggestions that are either of invalid, or unspecified type. We have been largely unaware of this situation since the original code used value of 0 to mark an unspecified suggestion type; this value has never beed handled by PropertyModel, since the implicit value for int property is 0 (ergo no update detected). In current model we explicitly determine decoration type at the time suggestion is processed and prepare suggestion drawable instead. Bug: 1016236 Change-Id: I83800041f563bf18e2a918b7e405af8ce84910f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873878Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#708380}
-
Alex Newcomer authored
Seems un-used. Change-Id: Iab2b42bdc5af8d8a37d33123ce50081b66fc5eb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874630Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#708379}
-
Ahmed Fakhry authored
This was a rgression caused by a previous CL of mine https://crrev.com/c/1865543. Using the developer keyboard shortcut to enable tablet mode should force the overview tray button visible even though the internal input events are not being blocked. BUG=1016594, 925087 TEST=Manually, added a new test. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872468Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#708222} Change-Id: Ic16e0f5ba5f9018ce5d1a334934c89bd127c3ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874058 Cr-Commit-Position: refs/heads/master@{#708378}
-
Chris Mumford authored
Several tests were using testing::CreateFunctor unnecessarily. gmock's testing::Invoke() already supports a function pointer as an argument. This change simplifies the tests and upcoming refactoring to the functor implementation in gmock_mutant.h. Bug: 1007833, 806952 Change-Id: Ifca2fdc2364b770761f2da9f6d2b36a95b5c1547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874050Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#708377}
-
Min Qin authored
we are still investigating the high interruption issue BUG=1016399 Change-Id: I54eb9231fa1bce657a2d778570baca565806248f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872890Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#708376}
-
Etienne Bergeron authored
This CL has no behavior change. It is a simple optimisation that avoid doing two lookups in the map. The iterator returns by map::find is able to do both queries. R=robliao@chromium.org, asvitkine@chromium.org Change-Id: If6dc1c90914e0f5f7c6616d47f7a0325cfda93da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872308Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#708375}
-
Christopher Thompson authored
We want to be able to be able to compare user behavior when they see the legacy TLS deprecation warning UI against the counterfactual of "user behavior for users who would have seen a legacy TLS warning on this page if they weren't in the holdback control group". We split histograms on whether they occurred on a page that would have triggered a legacy TLS warning (i.e., legacy TLS and not in the control group of sites) or not (i.e., not legacy TLS or legacy TLS + control group). For Page Info, we want to measure interactions and time open for pages based on whether they would trigger a legacy TLS warning or not (if the user were in the proper field trial group). We split them on "Triggered"/"NotTriggered" suffixes so that we can track the underlying enum/numeric histogram for each case. Bug: 1016105 Change-Id: I0955cfba26edb4ec288f313d368dea4c3f9594e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872301 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#708374}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1486b05e..e9c6aa24 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I5dc95a29487fb52c0fbae3eae7a200d542dd423d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874426Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708373}
-
Brandon Jones authored
Provides a workaround for an issue with some versions of Windows Mixed Reality where the HolographicSpaceUserPresence will only ever report Absent or PresentPassive, and never PresentActive. We would ideally like to map PresentPassive to the WebXR state "visible-blurred", as their meaning is very close, but until this bug is fixed we'll need to force it to map to "visible" so that content runs correctly. Bug: 1016907 Change-Id: Icbec972fd6b62d1892609f8cf84ddf9f8190bc44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873157Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#708372}
-
khmel@chromium.org authored
TEST=Locally, no crash reproduced. BUG=b:142926935 BUG=1016851 Change-Id: I518ec9ed5d03098284a55d2100425fe22987ed23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874188Reviewed-by:
Mitsuru Oshima (slow) <oshima@chromium.org> Commit-Queue: Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#708371}
-
minch authored
Bug: 1002733 Change-Id: I67ea5db271b1ad250b343a6f5c0d4183d7ccf233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874057 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#708370}
-
Chris Mumford authored
Nothing in gmock_mutant.h was used in any of these source files. TBR=jam@chromium.org Bug: 1007833, 806952 Change-Id: Ifbfebfa78bfb6774dbcaed865e8127f24408419d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874060 Commit-Queue: Chris Mumford <cmumford@google.com> Reviewed-by:
Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#708369}
-
Ian Struiksma authored
Disabled flaky password test of sign_in_pass/marriott with bug number. Added 6 new sites for autofill that had previously failed during record: abebooks bhphotovideo bloomingdales hayneedle sears vans Minor test recipe file updates to stabilize 4 flaky tests: catch north_face findmeagift aeropostale Updated cipd version for autofill to include new wpr/test files Bug: 984662,984664,1016437 Change-Id: I04957c4fa5d46bd1f7d57f00dfd746146ba213a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874201 Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#708368}
-
rbpotter authored
This file is not used anywhere, so is only creating unnecessary additional resources.pak size on Chrome OS. Bug: 902076 Change-Id: I441e64df4cfbc0c247ee74a73d546989768bed96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873373 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#708367}
-
Ce Chen authored
fieldtrial_testing_config.json. Note these experiments are for desktop and Android. iOSs will be added in a different study "OmniboxOnDeviceHeadSuggestIOS" Bug: 925072 Change-Id: I557fc1f91fb9e12283bb62f957eee5dd3146f054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872942Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ce Chen <cch@chromium.org> Cr-Commit-Position: refs/heads/master@{#708366}
-
Yann Dago authored
Bug: 1000118 Change-Id: I09456c19aec5a5a9ea26cdc76d5c28b66807f1e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872541 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#708365}
-
Henrique Ferreiro authored
Convert the implementation and all users of the ui::ozone::mojom::DeviceCursor interface. Bug: 955171 Change-Id: Iec06a364012620f81ef6cb97b067e4c2446e0bd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860019Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#708364}
-
Meilin Wang authored
This patch implements a simple functional UI in ambient mode for further testing and investigation. Bug: b/139698911 Test: manually. Change-Id: Iaac9af294afe4d47cd3a7138f56fb2e8c668a634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850585 Commit-Queue: Meilin Wang <meilinw@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#708363}
-
Yao Xiao authored
Fill in the key through resource_request->trusted_params, as the factory (StoragePartitionImpl::GetURLLoaderFactoryForBrowserProcess()) is used for many other purposes. The test AutofillInteractiveTestWithHistogramTester.BasicFormFill covers this path. The tests All/AutofillQueryTest/* are using a separate testing factory and autofill driver, so also fill in the key there and set |is_trusted| to true in the test factory. Bug: 1009600 Change-Id: I4465e6c3f26f27ee1c7416d57ee508d26e0068a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836456Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/master@{#708362}
-
Yuchen Liu authored
This means the implementation doesn't need hardware resource. Bug: internal b/141143745 Test: Widevine content Merge-With: eureka-internal/327150 Change-Id: Ia6d5494b19301311b6d70836c0ef4d9f36bbba6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869931Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Auto-Submit: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#708361}
-
gogerald authored
Bug: 1016341 Change-Id: I22bd90d258eacf5398e87c16fb450e84986c08f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872315 Auto-Submit: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#708360}
-
Torne (Richard Coles) authored
Remove reference to a former engineer (the linked doc is sufficient) and broaden the regex for recognising TAG declarations to also find cases where the field is not private, as a number of these exist in the code. Change-Id: If5b8c4e542b06881fc073ffcb1849d9ee70acd24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873362 Auto-Submit: Richard Coles <torne@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#708359}
-
Yann Dago authored
Bug: 1003284 Change-Id: If2b2a4dbfacc3849cdf58e92b94c420ad126baf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824675 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#708358}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a043b2ba46b9..33678af88db3 git log a043b2ba46b9..33678af88db3 --date=short --no-merges --format='%ad %ae %s' 2019-10-22 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9b6351c7..fc69c6f5 (708073:708204) Created with: gclient setdep -r src/third_party/webrtc@33678af88db3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: I868b53b8b895698ce2a4bc0ed8d6b5f0f711ea73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874367Reviewed-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@{#708357}
-
Alex Newcomer authored
- Enable the flag - Fix hard coded tests where it's not easy to check the feature status. - Fix a failure that has cropped up since the last round of fixes. Bug: 1009645 Change-Id: Ie0c67f2861f5af839f8add3f4b6726ea6e4b3fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860878 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Mitsuru Oshima (slow) <oshima@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#708356}
-
Dominic Mazzoni authored
The last time we updated this was before the GYP -> GN switch. This change adds a build rule for the caret browsing extension. Also fixes description of keyboard shortcut for Caret Browsing on Chrome OS. The right way to generate F7 is Search+IncreaseBrightness now, not Alt. Bug: none Change-Id: I70b645ce65e2f5e8310cec6ce02e3083b9f6e2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850197Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#708355}
-
Daniel Rubery authored
If the BinaryFCMService does not exist, the BinaryUploadService will return synchronously. This leads to confusing behavior, since the code was written with the expectation that this was an asynchronous operation. Bug: 1015757 Change-Id: I086529a18a2e2c97a4a6545dee89eecb51fe9dbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873152 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#708354}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/bfdfc7ac4118..443f286e0cca git log bfdfc7ac4118..443f286e0cca --date=short --no-merges --format='%ad %ae %s' 2019-10-22 perezju@chromium.org [Telemetry] Remove results.AddHistogram method Created with: gclient setdep -r src/third_party/catapult@443f286e0cca If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC rmhasan@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=rmhasan@google.com Bug: chromium:921000 Change-Id: I7160cbd98f3c26b682ef6823f1eeadc9e30b5b89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873500Reviewed-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@{#708353}
-
dpapad authored
The only file that is not converted to a JS module is pdf_scripting_api.js, which is used by Print preview, as well as by some PDF viewer tests, and can't be converted yet. Fixed: 1005029 Change-Id: I1f2eabfc06180ae9cecde95e9c4b15496cd05c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873210 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#708352}
-
Yuke Liao authored
This CL fixes the code coverage documentation: 1. 'is_debug=false' gn arg is required. 2. Sandbox is working now. 3. Remove obsolete links. Bug: 1012473 Change-Id: I178f42cd6879fbfaf464d344ee272268ee654ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874486 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#708351}
-
Clark DuVall authored
This implements the various types of file inputs, which required a few parts: 1) Intents sent from weblayer need to go through the fragment, not the activity, so we can handle the responses. 2) Copied file_select_helper.* from chrome/browser/file_select_helper.*, but greatly simplified them since we likely will not need much of that functionality. 3) Add a FileProvider, which is used when uploading image files from the camera. Change-Id: Iaf01199de8fdd11fc89b2178f69e700794861eed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873128Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#708350}
-
Andrew Grieve authored
TBR=agrieve # Minor doc update Bug: 1013688 Change-Id: I54413da15ad8cceb242ed3758f413cbfa54c8fd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873283 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#708349}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2ba136292e50..78150fbefe75 Created with: gclient setdep -r src-internal@78150fbefe75 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:1016800,chromium:None Change-Id: I48ed7b902d2953290ae4174eeac7ecd96636587e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873496Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708348}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/8017a6a7fc26..dd075112b8d6 git log 8017a6a7fc26..dd075112b8d6 --date=short --no-merges --format='%ad %ae %s' 2019-10-22 vapier@chromium.org osutils: port to python 3 2019-10-22 mmortensen@google.com Handle milestone_version and full_version in packages.GetTargetVersions. Created with: gclient setdep -r src/third_party/chromite@dd075112b8d6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I049d06308e6bedda991bb98db843462d9e74c090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873499Reviewed-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@{#708347}
-
Caleb Raitto authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/5005010d694e..b51014b96251 $ git log 5005010d6..b51014b96 --date=short --no-merges --format='%ad %ae %s' 2019-10-21 caraitto Add a fuzzer for UnicodeStringAppendable. Created with: roll-dep src/third_party/icu Bug: 1009107 Change-Id: I9da089cf6629a73458ce89c18f252a3a9b2cabdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872810Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#708346}
-