- 23 May, 2019 18 commits
-
-
Min Chen authored
Tablet.CountOfVolumeAdjustType Count of each volume adjust type in tablet mode. It includes four types of volume adjust: kAccidentalAdjustWithSwapEnabled, accidental volume adjust that happens when SwapSideVolumeButtonsForOrientation is enabled. kNormalAdjustWithSwapEnabled, normal volume adjust that happens when SwapSideVolumeButtonsForOrientation is enabled. kAccidentalAdjustWithSwapDisabled, accidental volume adjust that happens when SwapSideVolumeButtonsForOrientation is disabled. kNormalAdjustWithSwapDisabled, normal volume adjust that happens when SwapSideVolumeButtonsForOrientation is disabled. Bug: 937907 Change-Id: I3993bde20b0da8e20dac8cc90cdf43492980a77e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617136Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#662451}
-
Xiaocheng Hu authored
We currently have some cases where certain LayoutObjects remain dirty after layout update, which causes security bugs if we continue to visit its subtree or fragment tree. This patch adds a CHECK to make it crash safely when hit testing such a LayoutInline. We should fix the root cause later. Bug: 965976 Change-Id: I1de8faf6d76caa43bddf93ddabc20653c1f2803d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626349 Auto-Submit: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#662450}
-
Alexey Baskakov authored
Allow it as a legacy compatibility. Bug: 965365 Change-Id: If63ff37ef4a40669d824f994f73b5473819cc4c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623616Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#662449}
-
Devlin Cronin authored
Remove the virtual method ExtensionsClient::ShouldSuppressFatalErrors(). All clients just return `true`. The ChromeExtensionsClient implementation previously checked the channel and returned false if the channel was Canary or Dev; when this check was written, the channel info was at the //chrome layer. Now, the channel info is a separate component and accessible to the //extensions layer, so there's no reason to go through the ExtensionsClient, even if we wanted to check the channel. TBR=halliwell@chromium.org Bug: None Change-Id: I11160f64af2f8ae8d98eedd2fa08084450fed167 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604065 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#662448}
-
BUG=762641 TBR=minch@google.com Change-Id: I44b459a3dfaeb4fbf7c6d1280d18fea67870d93e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626769Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#662447}
-
Theresa authored
Create public interfaces for AppMenuHandler, AppMenuPropertiesDelegate, AppMenuCoordinator, and AppMenuButtonHelper. Makes the implementation classes package protected in preparation for moving app_menu to a separate build target; except for AppMenuPropertiesDelegateImpl which will remain the main bulid target. Also introduces a public AppMenuCoordinatorFactory for use in constructing the AppMenuCoordinatorImpl without exposing the Impl to the outside world, and makes AppMenu package protected (updated necessary APIs). BUG=956260 Change-Id: I4bddf1499c0510aa56873ca726bb58dfef560e3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623551 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#662446}
-
Ahmed Fakhry authored
This CL implements the ability to drag a window item in overview mode to a different desk via dropping it on the desk's mini_view. This CL also anticipates bringing SplitView into clamshell mode by expanding the drag behavior kDragToSnap rather than adding a new behavior. This makes it possible for the user to choose from snapping a window or moving it to a different desk while dragging in the same mode. Demo: https://bugs.chromium.org/p/chromium/issues/detail?id=866622#c33 BUG=866622 TEST=Manually, added a test. Change-Id: Ied8e4b34f12392a5e142e9dbf9af50373d8445ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612121 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#662445}
-
Oystein Eftevaag authored
R=ssid@chromium.org Change-Id: If56dddfcce21cca7f29432cbf2b959c49d42e4b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601635 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#662444}
-
Zhenyao Mo authored
Also, simply some of the unit tests. BUG=909827 TEST=bots,gl_unittests R=sunnyps@chromium.org Change-Id: I6e8c5fd21d16142f923f9fd276698a8257323f20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623030 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#662443}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/183b8ad7e308..cae8cde7fa65 git log 183b8ad7e308..cae8cde7fa65 --date=short --no-merges --format='%ad %ae %s' 2019-05-22 hliatis@google.com Add missing semi-colon in Android code 2019-05-22 bclayton@google.com SpirvShader: Use an atomic instead of a volatile int for serialCounter 2019-05-22 bclayton@google.com Reactor: Fix printing of strings with escape characters 2019-05-22 bclayton@google.com Renderer: Fix deadlock when calling Renderer::draw() with a count of 0. Created with: gclient setdep -r src/third_party/swiftshader@cae8cde7fa65 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:b/133127573,chromium:b/133127573 TBR=swiftshader-team+autoroll@google.com Change-Id: Ib04dc3470df553d9e574513122f5e648a9d3e47c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626631Reviewed-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@{#662442}
-
Anand K. Mistry authored
Each time a file is open, the entry is located in the zip file by linearly scanning the central directory and looking for the file. Instead, construct a mapping from path to zip offset when initially enumerating the zip file entries, and use that to find the file. Fall back to linear scanning when the file isn't in the mapping. On a chell, when extracting the linux kernel from a zip file, CPU usage of the NaCl module drops from ~25% -> ~13%. BUG=896086 Change-Id: Ic46a3724036b41f6956dac2cfae3be7b7c1723f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624486Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#662441}
-
Clark DuVall authored
Bug: 965733 Change-Id: I53a8d5e130bc60e8744c585ddd4fdc0618e70c43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625449Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#662440}
-
Matt Mueller authored
(And remove the last_cert_trust parameter which can be assumed if the input chain must be validated.) CRL checking is only possible for validated chains (the CRL issuer must have a valid chain to the same trust anchor that validated the target cert). CheckCertChainRevocation was already only called on valid chains by cert_verify_proc_builtin.cc, so this doesn't change behavior, just makes things more explicit. Bug: 749276 Change-Id: I938a59aa2c4e2883738f23c1395b708e2a79f384 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626649Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#662439}
-
Kyle Horimoto authored
This reverts commit 230d8fc5. Reason for revert: My fix accidentally swapped the ">" and "⋮" icons. Will re-land a fix that displays them in the right order. Original change's description: > [CrOS Network] Fix layout UI issue on "known networks" settings page. > > A refactor [1] introduced use of the <cr-link-row> element, but some of > the contents which were supposed to be within the element itself were > erroneously placed after the </cr-link-row> tag instead. > > This CL moves the contents to the correct place and also removes a stray > </div> tag which should not have been there. > > [1] https://chromium-review.googlesource.com/c/chromium/src/+/1577594 > > Bug: 959328 > Change-Id: I6f9ae45d1553938fe39b81a8cf32e1b349470084 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626402 > Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> > Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> > Cr-Commit-Position: refs/heads/master@{#662430} TBR=khorimoto@chromium.org,dpapad@chromium.org,johntlee@chromium.org Change-Id: I96ee6cf94e84d2e9d6fc85d81902377ecb1fb7d2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 959328 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625858Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#662438}
-
Ken MacKay authored
We are experiencing some cases where VPTS timestamps are bad immediately after resuming playback, which causes the linear regression estimate to be incorrect. Therefore, when we detect a bad VPTS slope, just use the most recent VPTS sample to calculate the desired APTS timestamp. Tested that this works both when VPTS is initially bad, and when video playback rate is actually incorrect. Bug: internal b/122285753 Change-Id: I231e6eb4188a42c96b8cbe1ded9701799d949611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625930Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#662437}
-
Noel Gordon authored
Switching to use embind C++ everywhere (done a while back) means we no longer need/use the Emscripten "C" cwrap wrapper. Remove it. Minor: Nix some tabs. Tabs are irrelevant to make variables but not to make rules of course [1]. Nix them for readability. [1] I meet Stu Feldman (the creator of make). His first reply to me in his deep, gravelly voice: "Sorry for the tab!" :) Test: All piex/tests.sh PASS Bug: 935285 Change-Id: I40b114213e58e3699eb73620ace14509c6552316 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625287 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#662436}
-
Devlin Cronin authored
Move the firstRunPrivate API out of extensions code and into apps code. This includes: - The API schema (first_run_private.json) - The API features (from _*_features.json files) - The API permission (from c/b/e/permissions/chrome_api_permissions.cc) Additionally, this updates the namespace for the API implementation to be ::chrome_apps::api, for uniformity with the other apps API namespaces. Bug: 877240 Change-Id: I665c35f06fe9806f75a9ddbae26d99df4a767770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1374163Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#662435}
-
Esmael El-Moslimany authored
Bug: 960564 Change-Id: Iee43b2f172c145a4598450de3d1d09d7719f45ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625917Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#662434}
-
- 22 May, 2019 22 commits
-
-
Nick Harper authored
Bug: 964618 Change-Id: I0ec62e4d8ddce9b44eb3f796ac8317ab822e79c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625100 Commit-Queue: Nick Harper <nharper@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#662433}
-
Matt Mueller authored
Test 4.4.12 has a footnote in the PDF that confuses the test parser. Just add a simple workaround since it's a one-off. Bug: 749276 Change-Id: I4a049dad01e61da74193f2e3f56bff8b7fb612ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623499Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#662432}
-
Chris Harrelson authored
Layers which have masks (including rounded corner masks) already have this property, so this is not a perf regression from before use of shader-based rounded corners. Note: It is possible to do better by computing a "safe inner rect" which is inside of all of the rounded corners, but this would require an extra rect on LayerImpl, since visible_layer_rect is used not only for occlusion tracking but also for determining drawing extents of the layer (pre-rounded-corner-shading). For now we just disallow occlusion tracking under rounded layers. Bug: 959426 Change-Id: Ib3af698fafbd72b9007d8591397e668474c0fb9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625954Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#662431}
-
Kyle Horimoto authored
A refactor [1] introduced use of the <cr-link-row> element, but some of the contents which were supposed to be within the element itself were erroneously placed after the </cr-link-row> tag instead. This CL moves the contents to the correct place and also removes a stray </div> tag which should not have been there. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1577594 Bug: 959328 Change-Id: I6f9ae45d1553938fe39b81a8cf32e1b349470084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626402 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#662430}
-
Matt Mueller authored
The generated header file is not a stand-alone header and is only intended to be inlined by net/cert/internal/nist_pkits_unittest.h Change-Id: Ib95c0de7f1e4df7e521bb228353b20ee35e3f2af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623186Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#662429}
-
Stephen Martinis authored
Test fails consistently on chromeos. Bug: 966220 Change-Id: Ibe9e64155f5175c925bc35300dff5bbc1d83049d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625923 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#662428}
-
Ben Pastene authored
Skipping experimental mode since the bot is already somewhat experimental (ie: it was red for weeks). R=jbudorick Bug: 947531 Change-Id: I9f4e2435b71c9e71ed05da6c6820778fff9a2396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626159Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#662427}
-
David Tseng authored
This reverts commit 0a727234. Reason for revert: <INSERT REASONING HERE> See below bug for discussion. Original change's description: > Show AccessibilityPanel above fullscreen window > > BUG=945794,949057 > > Change-Id: I8443144a47b987192e356a90798429ca2eaf9520 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1551932 > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Commit-Queue: Anastasia Helfinstein <anastasi@google.com> > Cr-Commit-Position: refs/heads/master@{#648561} TBR=jamescook@chromium.org,dominickn@chromium.org,anastasi@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 945794, 949057 Change-Id: Ia1094e874d62fc02db7b0fa5747114d526e56945 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625853Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#662426}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a0741ce8a5e2..50ca6f2b940b git log a0741ce8a5e2..50ca6f2b940b --date=short --no-merges --format='%ad %ae %s' 2019-05-22 achuith@chromium.org lib/vm: Unittests. 2019-05-22 stevenjb@chromium.org Elim reference to remove_webcore_debug_symbols Created with: gclient setdep -r src/third_party/chromite@50ca6f2b940b The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I21761eba0244382f9055557f858d40e1f52c1154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626632Reviewed-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@{#662425}
-
Collin Baker authored
This is necessary for ink drop layers' visibility to be updated. Bug: 964215, 965414 Change-Id: I0982b174904012f88d1c0387b7d642208c25e7e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626533 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#662424}
-
Jimmy Gong authored
- Adds a feature flag for CupsPrinters UI overhaul in settings page. Bug: 965721 Change-Id: Ie04e8c0bef947239c7570057ac8d1912e1c36d64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623144 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Auto-Submit: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#662423}
-
Albert J. Wong authored
Bug: none Change-Id: Ie98cf42a18cfa317001ebfd830681f277ab70c65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601723 Commit-Queue: Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#662422}
-
Peter Kotwicz authored
This CL: - Makes SplashScreenController (renamed as TwaSplashController) use SplashController - Changes the name of the metric recorded when removing translucency fails from TrustedWebActivity.TranslucencyRemovalFailed to Mobile.Splash.TranslucencyRemovalFailed R=pshmakov, dominickn, holte TBR=yfriedman (for SplashScreenController->TwaSplashController in LaunchIntentDisptacher) BUG=817263 Change-Id: I7ecbcfe09409ffba135c70bfb45d6f26ecbc58cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585130 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Pavel Shmakov <pshmakov@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#662421}
-
Oystein Eftevaag authored
R=ssid@chromium.org Bug: 962918 Change-Id: Ia2036e860dd24f2eb8a56787aed7d16b42f6a48b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625896Reviewed-by:
ssid <ssid@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#662420}
-
Chase Phillips authored
This relands https://crrev.com/c/1534709 using the new CreateCallbackAbortOnDestruct which fixes the occasional layout test failures that happened as part of the original CL. Bug: 717812, 965090 Change-Id: Id36b2693c1e4d21e314d7073fcbe341733b00e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617640 Commit-Queue: Chase Phillips <cmp@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#662419}
-
Mitsuru Oshima authored
Bug: None Change-Id: Ib76a041ab9101a7f29e25565bd3f78b3d1652443 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625186Reviewed-by:
Vladislav Kaznacheev <kaznacheev@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#662418}
-
Tibor Goldschwendt authored
Bug: 963984 Change-Id: I76144bdc398e8da0a84b0420b0af03538383cf6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618301 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#662417}
-
Esmael El-Moslimany authored
Bug: 960564 Change-Id: I0fa12c0e3f8a92efa5e498dc383a5f8e21155baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626153Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#662416}
-
Kyle Milka authored
Bug: http://go/scrcast/NTgxNzAwNTcyODg1ODExMnxmMTJmYzk0YS0xMw Bug: 937570 Change-Id: I44e13542847c793ae2cb2c86d8198124e8de5083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626530Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#662415}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/515b1546c27f..68bef44c309d git log 515b1546c27f..68bef44c309d --date=short --no-merges --format='%ad %ae %s' 2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-22 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@68bef44c309d The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Change-Id: Ib68e5396dc0b51245f8cd3f4ada5ade410e6e1ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626630Reviewed-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@{#662414}
-
Eric Willigers authored
On Android, downloaded .bmp files have MIME type "image/x-ms-bmp" and downloaded .csv files have MIME type "text/comma-separated-values". We allow files with these MIME types to be shared. BUG=965461 Change-Id: Ifaeaa91ce195da89b51099ebcfd623352b8f7d56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624146 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#662413}
-
Nick Peterson authored
Apply runtime_blocked_hosts and runtime_allowed_hosts from the ExtensionSettings policy at the default scope on startup. Bug: 954215 Change-Id: Iabc207df150ac9688753706f5d2bf4787c63f256 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626293Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Nick Peterson <nrpeter@google.com> Auto-Submit: Nick Peterson <nrpeter@google.com> Cr-Commit-Position: refs/heads/master@{#662412}
-