- 15 Aug, 2018 40 commits
-
-
Zach Helfinstein authored
Modify AccessibilityPanel sizing to be more flexible, and work for both the ChromeVox panel and the SwitchAccess context menu. Also fixes a bug where ChromeVox Panel fullscreen goes offscreen when Docked Magnifier is enabled. Bug: 864796 Change-Id: Ib99150f68dcb332aa86a0cc72d7863d6e6b301f7 Reviewed-on: https://chromium-review.googlesource.com/1167886 Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#583132}
-
Makoto Shimazu authored
This reverts commit c1df3739. Original description: > Each FetchContexts needs to be notified it's update. This introduces a new Mojo > interface (mojom::RendererPreferenceWatcher) to observe changes in the > preferences. TBR=lazyboy@chromium.org avi@chromium.org Bug: 853085 Change-Id: I850dbba70812013e2495670229a00e8e94f1a597 Reviewed-on: https://chromium-review.googlesource.com/1174203Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#583131}
-
Eric Roman authored
Change-Id: Iebb06cdefd1ced27cad5aef8a2679dfee291efcf Reviewed-on: https://chromium-review.googlesource.com/1175107Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#583130}
-
Muyuan Li authored
When taking screenshot with RecreateLayers, the animations on layer being recreated will be interrupted. We ignore assistant's layer here to exclude it from screenshot and prevent the animation from being canceled. Bug: b/112604283 Test: Manual Change-Id: Idca40f51954c8aa48d81a8fa54e395cb4028d512 Reviewed-on: https://chromium-review.googlesource.com/1174983 Commit-Queue: Muyuan Li <muyuanli@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#583129}
-
Xiaocheng Hu authored
The editing command requires SelectionForParagraphIteration() to figure out the correct paragraph range, which however may fail due to invalid input. This patch makes the command abort so that it doesn't crash the renderer. Bug: 873084 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I86c77903e218ff4b564bce9122315b99896b01ed Reviewed-on: https://chromium-review.googlesource.com/1175244Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#583128}
-
Zach Helfinstein authored
Bug: 873016 Change-Id: Ia69e01e4839d4ae215d8cc97d588cc33abbd17b4 Reviewed-on: https://chromium-review.googlesource.com/1170907 Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#583127}
-
Adam Langley authored
In CTAP2, a self-attestation is where the credential private key signs over the creation request to show that it's fresh. It's a standard proof-of-ownership to demonstrate that the private agrees to be used in a given context. Without it, it's possible to submit, say, someone else's public key as your own. With this change, self attestations, if generated by the authenticator, won't be erased when no attestation is requested. We might want to revisit this in the future because a self-attestation does indicate that the user used an authenticator that generates them. Currently, only our Touch ID integration does so. In that case, if an RP requests a platform authenticator on a Mac, Touch ID is already a foregone conclusion so that's not actually disclosing anything. We keep the prompt for when the RP requests attestation so that RPs don't get in the habit of requesting it without thinking. In the future, we might have attestation for Touch ID and don't want a sudden flood of prompts because to previously suppressed them. Change-Id: I030d8281ec166c653eed2573eedbb854f5736f91 Reviewed-on: https://chromium-review.googlesource.com/1168392 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#583126}
-
Weidong Guo authored
Background: A crash occur when a page break item exists in folder. (Not sure why a page break item gets into folder.) Changes: Remove the page break item from folder if it exists. Bug: 873485 Change-Id: I0cc435ae8d47c056eeec4b04a8afe7f5cc989588 Reviewed-on: https://chromium-review.googlesource.com/1172071 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#583125}
-
Xida Chen authored
On a touchscreen desktop, when we open a pdf and scroll it, the GSB and GSE is send to the pdf (guest) view, while the GSU is send to its embedder. In this case, the embedder may not have touch action set which could lead to a crash. This CL fixes the issue by setting the touch action of the embedder to auto in this case. A browser test is added. Bug: 870536 Change-Id: Id3846334510a9bf4a66a365a447f3b4d8de1ddc7 Reviewed-on: https://chromium-review.googlesource.com/1166426 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#583124}
-
Wez authored
Bug: 859095 Change-Id: I6847b8333df122484190513f9b3aa63111c7fdce Reviewed-on: https://chromium-review.googlesource.com/1172084Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#583123}
-
Xi Cheng authored
Bug: 851163 Change-Id: I93d7ea84b7a3b99058a4a619782501aba2e0f21f Reviewed-on: https://chromium-review.googlesource.com/1174976Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#583122}
-
Noel Gordon authored
Speed-up these copy tests by loading the one file needed for the test, and adjust test comments. Test: browser_tests --gtest_filter="*/FilesApp*keyboardCopy*" Bug: 873915 Change-Id: Icbac3f7dd25dfae5b1119f021e5b336a4406ff7a Reviewed-on: https://chromium-review.googlesource.com/1174337Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#583121}
-
agrieve authored
Plus re-ordered content a bit. Change-Id: I363ffcb5c2a4cb36afcb980503a12564d9e7199b Reviewed-on: https://chromium-review.googlesource.com/1162112 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#583120}
-
Noel Gordon authored
Bug 873915 notes flakey time-outs on the Mash bots for keyboard delete on Drive tests. Speed-up the delete file tests by loading the one file needed for the test (photos). Make the test delete one file (not two). Minor: fix comments, group the keyboard delete test cases together. Test: browser_tests --gtest_filter="*/FilesApp*keyboardDelete*" Bug: 873915 Change-Id: I2af501ef6b10cbad323991fcdec2f500260ad0d3 Reviewed-on: https://chromium-review.googlesource.com/1174336Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#583119}
-
Bailey Forrest authored
Bug: internal b/112359125 Test: cast_bluetooth_unittests. BLE sanity check. Change-Id: Ia0815f0251a276a8b0b01315eb4a1d588b3c7e69 Reviewed-on: https://chromium-review.googlesource.com/1171921 Commit-Queue: Bailey Forrest <bcf@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Cr-Commit-Position: refs/heads/master@{#583118}
-
Clark DuVall authored
These tests were accessing ResourceMessageFilter directly, instead of using the network service path when it is enabled. Bug: 862176, 874227 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I3add3b588ad40c3bca265ad68adccca293ddae0d Reviewed-on: https://chromium-review.googlesource.com/1175105Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#583117}
-
Yue Li authored
Link to new mock: https://docs.google.com/presentation/d/1wEy1dkObL9GSVGKNigqNHiqn1m7ciHHLgcdW2oWwXcY/edit#slide=id.g36522ea91d_0_2 Bug: b/78190629 Test: Manual Test Change-Id: Ie8715c8b2c08eeb5a62514457c2fb1487f37c710 Reviewed-on: https://chromium-review.googlesource.com/1171860Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#583116}
-
Peter Boström authored
Moves all of HarmonyLayoutProvider back into ChromeLayoutProvider which becomes the new default layout provider. This obsoletes LegacyTypographyProvider which is removed. Bug: chromium:867557 Change-Id: I124c3d0992faedd1daae2b6cca60f190b5e8259c Reviewed-on: https://chromium-review.googlesource.com/1171362Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#583115}
-
Anand K. Mistry authored
cros-disks doesn't raise this error, and the last piece of code to use it was removed in crrev.com/167363 BUG=None Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Iafb3a148281629ac0d807ed9c52a16bf652f4685 Reviewed-on: https://chromium-review.googlesource.com/1174576Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#583114}
-
Adenilson Cavalcanti authored
Using a faster hash function yields a considerable performance boost in compression (average 8% on A53 and 24% on A72). This change was enabled by previous patch with optimized crc32 using ARMv8-1 crypto extensions for performing CPU feature detection (so won't help older ARMv7 SoCs). Bug: 873759 Change-Id: I88ece549a63d923beef4f96a046acdf09e529784 Reviewed-on: https://chromium-review.googlesource.com/1173262Reviewed-by:
Chris Blume <cblume@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Commit-Queue: Adenilson Cavalcanti <cavalcantii@chromium.org> Cr-Commit-Position: refs/heads/master@{#583113}
-
Thomas Guilbert authored
This CL adds the necessary plumbing to propagate MediaStatus updates from Java to native code. All the layers between FlingingRenderer and RemoteMediaPlayerWrapper are associated in a 1:1 capacity. This means classes don't have to manage collections of observers and can keep direct references instead. Bug: 790766 Change-Id: I0e7b2fe061857a07f10149453b86ddb57dba46e5 Reviewed-on: https://chromium-review.googlesource.com/1147678 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#583112}
-
Xi Cheng authored
Bug: 851163, 804942 Change-Id: I4da05d9c4e3a4c12f8b3c851d074fa3cdf97679f Reviewed-on: https://chromium-review.googlesource.com/1174953 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#583111}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/35bc74d6d139..2363356f52f6 git log 35bc74d6d139..2363356f52f6 --date=short --no-merges --format='%ad %ae %s' 2018-08-14 geofflang@chromium.org Make sure index ranges outside of the GLint range are handled correctly. Created with: gclient setdep -r src/third_party/angle@2363356f52f6 The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Change-Id: Ib3e60542577f5052e46b164bd72f8083578c56cf Reviewed-on: https://chromium-review.googlesource.com/1174637Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583110}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 28ca7e11. With Chromium commits locally applied on WPT: 7dad0f17 "Added new Sec-Metadata Web Platform Tests." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/22734 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: I0ee606302e840415d3f6a10ccb618ea30fa9f39b Reviewed-on: https://chromium-review.googlesource.com/1175150 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@{#583109}
-
Dale Curtis authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/5659adb8fc6f..ddbe19a87228 $ git log 5659adb8f..ddbe19a87 --date=short --no-merges --format='%ad %ae %s' 2018-08-14 modmaker avformat/mov: Allow saio/saiz in clear content. 2018-08-13 modmaker avutil/encryption_info: Fix size calculation. Created with: roll-dep src/third_party/ffmpeg Bug: 873432, 873693 Change-Id: I2d15352a47c30de4bf75df064388a8d3803930c2 Tbr: tguilbert Reviewed-on: https://chromium-review.googlesource.com/1175147Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#583108}
-
Weiyong Yao authored
CrOS enumerates the top-level windows in a reverse order, not like other platforms, e.g. the current active window is returned at last. This cl is to reverse the windows order at creating the |sources| list. Bug: 874235 Change-Id: Ic0a3b2dc6aa8c9378ec20d2fd476130f8ddb534d Reviewed-on: https://chromium-review.googlesource.com/1175143Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Weiyong Yao <braveyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#583107}
-
Simeon Anfinrud authored
Once the tests were written, the class was refactored to better utilize the reactive paradigm. Bug: 112284077 (followup) Test: cast_shell_junit_tests Change-Id: I8edbeca5bba0b6bc66e683e6bb40c442b2712a2e Reviewed-on: https://chromium-review.googlesource.com/1175199Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#583106}
-
Peter Mayo authored
When we change the expectations for tests with --enable-blink-gen-property-trees let's make it easy to include the the right try bot to make sure it is accurate. Bug: 836884 Change-Id: I14a5b274754fd51cee4400ebd1acbdd67f97d571 Reviewed-on: https://chromium-review.googlesource.com/1162620 Commit-Queue: Peter Mayo <petermayo@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#583105}
-
Becca Hughes authored
The pref does not sync automatically with the default content setting anymore so we should only use "Automatic" if the pref is enabled and if the effective setting is allow. BUG=865548 Change-Id: I869f82ac53ab5d5986e89eabdd03519ae11f38d5 Reviewed-on: https://chromium-review.googlesource.com/1175206 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#583104}
-
Yue Li authored
Bug: b/109879970 Test: Manual Test Change-Id: Ic13b02e3ad514bc8f5e1feb0e255bcd54f02ab4d Reviewed-on: https://chromium-review.googlesource.com/1173391 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#583103}
-
Eric Karl authored
This reverts commit 6be4fea2. Reason for revert: Didn't reduce OOM rate. Original change's description: > Temporarily disable mip generation to investigate mem regression > > This patch may have been leading to regressions in memory on Windows. > Temporarily disabling mip map generation to test whether this is the > culprit. > > R=khushalsagar > > Bug: 867468 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel > Change-Id: I74467e2f620ecb15af86a6a82c6b772d03c739d1 > Reviewed-on: https://chromium-review.googlesource.com/1157273 > Reviewed-by: Khushal <khushalsagar@chromium.org> > Commit-Queue: Eric Karl <ericrk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#579657} TBR=khushalsagar@chromium.org,ericrk@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 867468 Change-Id: I7bee83de1db14084507a40aaaeea5403c99744a4 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Reviewed-on: https://chromium-review.googlesource.com/1165242Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#583102}
-
Reza.Zakerinasab authored
TBR=fserb@chromium.org Bug: 847527 Change-Id: I6effeada64f09fb2d0dc549a0de66a1c783915d1 Reviewed-on: https://chromium-review.googlesource.com/1175000Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#583101}
-
Xu Xing authored
Change-Id: Ic0c86e21a005a9e70882a281eb00c2b891a0629f Reviewed-on: https://chromium-review.googlesource.com/1172203Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Xing Xu <xing.xu@intel.com> Cr-Commit-Position: refs/heads/master@{#583100}
-
Joe Downing authored
This CL changes the logic around the 'userName' field such that it is no longer required when using a delegated signal strategy. We only need username for the XMPP case. While making the change I found the ProcessConnect method a bit awkward to parse as it had several #ifdefs and long if/then based on the signal strategy type. I decide to clean this up a bit and move the signal strategy creation logic into helper methods. Lastly, in the scenario where a delegated signal strategy is used and no user name is specified, I am assigning a hard coded value to indicate we don't have a user name. This value will show up in logs. Change-Id: I5eb37c5639aa265d8b6db6652470fd85fcf1db70 Reviewed-on: https://chromium-review.googlesource.com/1155741Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#583099}
-
Dan Sinclair authored
$ git log 714bf84e5..ef678672f --date=short --no-merges --format='%ad %ae %s' 2018-08-14 dj2 Remove source/message.h (#1838) 2018-08-14 dj2 Use MakeUnique. (#1837) 2018-08-14 dj2 Move make_unique to source/util. (#1836) 2018-08-14 31666470+s-perron Don't copy decorations twice when rebuilding a type. (#1835) 2018-08-13 alanbaker Validate correct opcode uses of OpFunction 2018-08-14 dj2 Move bit_stream, move_to_front and huffman_codec. (#1833) 2018-08-14 33432579+alan-baker Disallow void types in structs (#1832) 2018-08-10 alanbaker Split function opcode validation into new files. 2018-08-13 dj2 Remove unused stats maps and parameters (#1828) 2018-08-13 alanbaker Fixing heap overflow in validation. 2018-08-13 31666470+s-perron Reenable --skip-validation. (#1820) 2018-08-13 dj2 Move spirv_stats into tools/stats. (#1826) 2018-08-10 alanbaker Move cfg opcode validation to another file. 2018-08-13 dj2 Remove codegen related code. (#1819) 2018-08-09 dj2 Split MarkV into multiple files (#1809) Created with: roll-dep src/third_party/SPIRV-Tools/src TBR=dneto@chromium.org Change-Id: I588a47727c7ad0808a10f6003ef6bd004665b591 Reviewed-on: https://chromium-review.googlesource.com/1175010Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#583098}
-
Eric Roman authored
Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I689032a2097f405b7bfafa4083ebfe8101d1765a Reviewed-on: https://chromium-review.googlesource.com/1175100 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#583097}
-
Kyle Milka authored
When the browser is narrow or zoomed in allow a horizontal scrollbar to appear. Bug: 869196 Change-Id: Idefa746a8fa1e8ab4f263062c7703d1409c2c7b4 Reviewed-on: https://chromium-review.googlesource.com/1174970Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#583096}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6a4e31b4882f..1164342495fd git log 6a4e31b4882f..1164342495fd --date=short --no-merges --format='%ad %ae %s' 2018-08-14 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@1164342495fd The AutoRoll server is located here: https://depot-tools-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. TBR=agable@chromium.org Change-Id: I71a56a218ea00ca3bc9e02b8d5c7bcfbf36d329f Reviewed-on: https://chromium-review.googlesource.com/1174636Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#583095}
-
David Bertoni authored
Add a perf unit test and a unit test to make sure the small_map doesn't overflow. Bug: 847237 Change-Id: I56bd58b75dacf42abb32b6ce091e5930ceebd203 Reviewed-on: https://chromium-review.googlesource.com/1166190 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#583094}
-
Evan Stade authored
Use the shell test api (mojo) instead of direct access to ash::Shell. Bug: 760811 Change-Id: If8526428917d72eeeb852698cb6cb31498eef741 Reviewed-on: https://chromium-review.googlesource.com/1175068 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#583093}
-