- 15 Jun, 2018 40 commits
- 
- 
Orin Jaworski authoredUse 14x14 DIP icon in touchable mode, change icon color from COLOR_TAB_TEXT (GG800) to COLOR_BACKGROUND_TAB_TEXT (GG700), and turn on the ink drop hover highlight. Bug: 851041 Change-Id: I6b415d03a39914f7f35003be511b45332d1543f7 Reviewed-on: https://chromium-review.googlesource.com/1100196 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#567765} 
- 
Yue Cen authoredIf the user clicks the Install button after ARC++ is provisioned, we should start the flow right away. If not, we delay the flow until Play Store is ready. ARC++ changes: ag/4174872 This reverts commit 245e6851. This CL fixes the memory leak in the unittest from the original CL (https://chromium-review.googlesource.com/c/chromium/src/+/1080012). TBR=alemate@chromium.org, khmel@chromium.org, lhchavez@chromium.org TBR=yusukes@chromium.org, kerrnel@chromium.org, wzang@chromium.org Bug: 835029 Change-Id: Iedeca0ad5abd9033a0472bfeaa67ef818d9584ca Reviewed-on: https://chromium-review.googlesource.com/1102828Reviewed-by: Yury Khmel <khmel@chromium.org> Reviewed-by: Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Yue Cen <rsgingerrs@chromium.org> Cr-Commit-Position: refs/heads/master@{#567764} 
- 
John Budorick authoredWe were previously passing --gtest_shuffle down to gtest. However, in some cases (e.g. browser_tests, or other suites using content::TestLauncherDelegate), gtest wasn't seeing the flag until it was already in a test-specific worker process -- i.e., until it only had one test to shuffle. This moves the shuffling into the test launcher, before we hand off to the delegate, ensuring that we shuffle across the entire shard. The implementation is largely based on gtest's: reproducible given a seed, w/ a seed range of [0, 100000). This also uses --gtest_shuffle on browser_tests on Mac in an attempt to collect more data on what's causing VM WindowServer deaths there. Bug: 767397 Change-Id: I8aced17cdc5a574e3dc127143c0d0a553f62bf62 Reviewed-on: https://chromium-review.googlesource.com/1100966Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#567763} 
- 
Peter Boström authoredExposes the avatar toolbar button for Incognito and Guest profiles on ChromeOS. While doing this the button is disabled so that it only acts only as a badge and not a way to invoke a profile switcher. Without this change under Refresh modes there were no visible Incognito or Guest indicator icons in the browser window. Bug: chromium:834522 Change-Id: If1cc5bea8da5a5e87d506a48ae8c668cc75c86e2 Reviewed-on: https://chromium-review.googlesource.com/1101546 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#567762} 
- 
Vaclav Brozek authoredThis CL lets the new FormData -> PasswordForm parser initialize some fields which always have the same value in this context: scheme, preferred, blacklisted_by_user, type Bug: 845426 Change-Id: I66f83bbc4f2031c4eb349786694110a4a3bbd89e Reviewed-on: https://chromium-review.googlesource.com/1100885 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#567761} 
- 
Bret Sepulveda authoredThe Refresh tabstrip does not draw the toolbar top separator, so the test, BrowserNonClientFrameViewBrowserTest.InactiveSeparatorColor, is unnecessary in that mode. Bug: 846410 Change-Id: I1d9b0c386f51d57bf7cfef778e5e2892644b3ea9 Reviewed-on: https://chromium-review.googlesource.com/1102123Reviewed-by: Allen Bauer <kylixrd@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#567760} 
- 
Bret Sepulveda authoredTemporarily disabling the test so we can enable the feature by default. The test passes on other platforms. Bug: 853044 Change-Id: I81e0e8cbba01263a28f1eb567f9ac168c715982e Reviewed-on: https://chromium-review.googlesource.com/1102114Reviewed-by: Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#567759} 
- 
Bret Sepulveda authoredTemporarily disabling the test so we can enable the Refresh feature by default. The test passes on other platforms. Bug: 853057 Change-Id: I95c330f0531e58a94fda4813bc4bffd3fa8bbedf Reviewed-on: https://chromium-review.googlesource.com/1102126Reviewed-by: Ben Wells <benwells@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#567758} 
- 
Ian Vollick authoredThis allows minor alignment adjustments via recentering without affecting the location or size of the content quad. Bug: 853269 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I3de1b8b727b9c50f60e3dfd791a7a991930f3012 Reviewed-on: https://chromium-review.googlesource.com/1102877 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#567757} 
- 
Ryan Hansberry authoredBug: 824568, 752273 Change-Id: I0a8480674fae8e5f11426110606ce59ebbcafdec Reviewed-on: https://chromium-review.googlesource.com/1102159 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#567756} 
- 
Paul Jensen authoredThis just plumbs it down to the underlying UrlRequest. Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: Ifed23818a66e9dffe6317b2ecc0d8fefcedced52 Reviewed-on: https://chromium-review.googlesource.com/1100351 Commit-Queue: Paul Jensen <pauljensen@chromium.org> Reviewed-by: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#567755} 
- 
Ryan Tseng authoredBug: 840631 Change-Id: I8f972ef091aebd87a1854a0b38cdaef320e14394 Reviewed-on: https://chromium-review.googlesource.com/1102986Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Ryan Tseng <hinoka@chromium.org> Cr-Commit-Position: refs/heads/master@{#567754} 
- 
Mounir Lamouri authoredThis is affecting WebView that has a different autoplay policy but also would affect any client using a different policy from the default one. Bug: 850445 Change-Id: Ifaac3e15c4644c32e540b20e62bb3ee70d9a0b12 Reviewed-on: https://chromium-review.googlesource.com/1102827Reviewed-by: Bo <boliu@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#567753} 
- 
Erik Luo authoredScreenshot: https://imgur.com/a/NN6xOYN Bug: 784231 Change-Id: I799e76c74f6e08bd64b1213918c7ce30135c69fa Reviewed-on: https://chromium-review.googlesource.com/1100314Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#567752} 
- 
khmel@google.com authoredThis prevents race condition when icon is overrided from ash callback. AppList <-> Ash communication is bi-directional and asynchronous. Particular for this problem it introduces following. Item is created and default Chrome app icon is assigned. That causes async call to Ash. Next icon is updated (its loading is yet another async operation). Updated icon is sent as the next call to Ash. At this moment we receive callback from Ash that item is updated (resulting handling of item creation at Ash). And that callback contains empty default icon from first call that overwrites the actual icon. This problem is hidden in case of single user profile because we don't send more icons to Ash. However in case of multi-profile use case that problem comes to surface because existing items are used to re-create Ash app list. TEST=Manually BUG: 847171 Change-Id: I6aa3800d1b87c65fdad5e43c57246d42c1bead30 Reviewed-on: https://chromium-review.googlesource.com/1096545 Commit-Queue: Yury Khmel <khmel@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#567751} 
- 
Adrienne Walker authoredWhile investigating power usage on Android, it turned out that images were being double decoded. This is because DrawImageRect was not including the scale of src->dst rects when serializing images and requesting them from the decode cache. Bug: 850362 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Iff305092de5b23e2cdb327ecc53bb575ae2fc141 Reviewed-on: https://chromium-review.googlesource.com/1102102Reviewed-by: enne <enne@chromium.org> Reviewed-by: Khushal <khushalsagar@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#567750} 
- 
angle-chromium-autoroll authoredhttps://chromium.googlesource.com/angle/angle.git/+log/0661eb899f46..50cf2be0758b git log 0661eb899f46..50cf2be0758b --date=short --no-merges --format='%ad %ae %s' 2018-06-15 jmadill@chromium.org Reformat some style in touched files. 2018-06-15 lucferron@chromium.org Vulkan: Fix a state notification change that was wrong Created with: gclient setdep -r src/third_party/angle@50cf2be0758b 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=cwallez@chromium.org Change-Id: I9b84a800106f873f0278892573f6d5a2f787d4ac Reviewed-on: https://chromium-review.googlesource.com/1102858Reviewed-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@{#567749} 
- 
mark a. foltz authoredPresentation API was not removed from insecure contexts on M68. Update removal milestone to Q4 until more proactive engagement can be done with remaining Cast-enabled sites on http. Bug: 733381 Change-Id: Ic035ffcbbb7a510fea158fbc70457ba286dece01 Reviewed-on: https://chromium-review.googlesource.com/1100103Reviewed-by: Derek Cheng <imcheng@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#567748} 
- 
Sebastien Marchand authored- Ignore navigation events happening in a subframe or within a document. - The DataWriters assume that a site is unloaded by default, mark them as loaded if needed. Bug: 773382 Change-Id: I786018b7e43925ff78849f508dfbe36d4dd891ef Reviewed-on: https://chromium-review.googlesource.com/1099188 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#567747} 
- 
Ted Choc authoredBUG=850801 Change-Id: I473836125072d52f412ed122ba2a6b6abe4a15ad Reviewed-on: https://chromium-review.googlesource.com/1101298 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by: Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#567746} 
- 
Aldo Culquicondor authoredThis enables touch interaction with the web contents, effectively enabling long press, drag, selection, etc. Context menu and selection handles are disabled for VR in this CL. Bug: 842916, 733656, 848740 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;luci.chromium.try:linux_vr Change-Id: If50401ddbc130abde697b57d580bc492de2c4dda Reviewed-on: https://chromium-review.googlesource.com/1091281 Commit-Queue: Aldo Culquicondor <acondor@chromium.org> Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Timothy Dresser <tdresser@chromium.org> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#567745} 
- 
Nasko Oskov authoredThis is a browser test for https://crbug.com/840485. Actual fix is more complex and will come later. It is useful to have this test committed so it can be exercised locally with error page isolation enabled. Bug: 840485 Change-Id: I755c55694be191e0a0d569fa64b2093e9deb9da7 Reviewed-on: https://chromium-review.googlesource.com/1086875 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#567744} 
- 
erikchen authoredThe test iterates through the virtual address space and makes allocations for every memory region. ASAN will potentially, on each allocation, make a new memory region. Infinite loop. Bug: 853099 Change-Id: I5e8baf2ee66ba233f14eeb28909347b41731cb78 Reviewed-on: https://chromium-review.googlesource.com/1102722 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#567743} 
- 
Mirko Bonadei authoredThe first version of these files was automatically generated, now I manually keep them up to date each time I roll Abseil because there are nontrivial mismatches between Bazel and Chromium environments. Bug: None Change-Id: I4984d43cbbe3bc87de3bd862628179ba301aa32f Reviewed-on: https://chromium-review.googlesource.com/1102568 Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#567742} 
- 
Ryan Tseng authoredThey've all been migrated except for 5 builders. Change-Id: Ib4af0a9dfeeda90068d59eb52615568d52dda210 Reviewed-on: https://chromium-review.googlesource.com/1102900 Commit-Queue: Ryan Tseng <hinoka@chromium.org> Reviewed-by: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#567741} 
- 
Cathy Li authoredBug: 852075 Change-Id: If09bc4cac1687599bb9009c40248d678f6d16c8b Reviewed-on: https://chromium-review.googlesource.com/1099967Reviewed-by: Theresa <twellington@chromium.org> Reviewed-by: Justin DeWitt <dewittj@chromium.org> Commit-Queue: Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#567740} 
- 
Josh Karlin authoredBug: 850197 Change-Id: I7e1f881de997757ae4040ddf754b24b938f9adb6 Reviewed-on: https://chromium-review.googlesource.com/1091137 Commit-Queue: Josh Karlin <jkarlin@chromium.org> Reviewed-by: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#567739} 
- 
bsheedy authoredSwitches the addition of the optional linux_vr bot to the luci version instead of the now-broken master.tryserver.chromium.linux one. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Ib070bd9ad8eb72be068758d194dcedef01d7d325 Reviewed-on: https://chromium-review.googlesource.com/1102897Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Ian Vollick <vollick@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#567738} 
- 
Matt Reynolds authoredThe Gamepad API may be invoked after the frame has been detached, in which case GetPage() and GetFrame() will be null. If the Gamepad API was uninitialized before the frame was detached, the gamepads_ buffer may also be null. This CL adds more null checks to the user activation check to ensure we do not try to access the page after it has been detached. BUG=852517 Change-Id: I4d8152a9a16a027719d31150bd1b7687fdf991a0 Reviewed-on: https://chromium-review.googlesource.com/1101926Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#567737} 
- 
manuk authoredPreviously, the insets were 5 vertically and 6 horizontally. Now, the bottom inset has been decreased to 4 in order to align the bottom of the results frame's top section with the bottom of the location bar Bug: 852994 Change-Id: If3a7d85c3edc3a8d055ff53d910c688ced9171ec Reviewed-on: https://chromium-review.googlesource.com/1102661Reviewed-by: Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#567736} 
- 
Robert Liao authoredThis reverts commit 7b4dab1e. Reason for revert: Due to http://crbug.com/853209 we had a brief loss of coverage for webkit layout tests. Now that they're back, https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.13%20Tests%20%28dbg%29/3344 implicates this CL for these failures in webkit_layout_tests: * fast/forms/calendar-picker/calendar-picker-appearance-required-ar.html * fast/forms/calendar-picker/month-picker-appearance.html Original change's description: > Roll SwiftShader 88482c3..a5ac650 > > https://swiftshader.googlesource.com/SwiftShader.git/+log/88482c3..a5ac650 > > BUG= > > TBR=kbr@chromium.org > > TEST=bots > > CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel > > Change-Id: Ic6c36ddf3c2f3d1e58bc3f592aa93515f3f295f9 > Reviewed-on: https://chromium-review.googlesource.com/1101401 > Commit-Queue: Alexis Hétu <sugoi@chromium.org> > Reviewed-by: Alexis Hétu <sugoi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567534} TBR=sugoi@chromium.org,kbr@chromium.org Change-Id: I55c0b02020ed1a6c2419c5978c34aa48f708e988 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1102937Reviewed-by: Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#567735} 
- 
skia-chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/d7bfcaf57c1f..5540528f81c0 git log d7bfcaf57c1f..5540528f81c0 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 bungeman@google.com Revert "Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS"" 2018-06-15 bungeman@google.com Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." 2018-06-15 brucewang@google.com Implement SkScalerContext_DW::generateColorMetrics(SkGlyph* glyph) on Windows. 2018-06-15 jvanverth@google.com Change scaling of antialiased perspective text in dftext to help glitches. 2018-06-15 robertphillips@google.com Revert "Move op memory storage to GrContext" 2018-06-15 timliang@google.com Reland "added 565 to 8888 conversion for gpu LCD text rendering for macOS" 2018-06-15 benjaminwagner@google.com Update kitchen to version built with Go 1.10.3. 2018-06-15 fmalita@chromium.org [skjson] Catch end-of-stream for unbalanced scopes 2018-06-15 brianosman@google.com Simplify usage of GrGLSLColorSpaceXformHelper 2018-06-15 egdaniel@google.com Don't explicitly include vulkan.h in the vulkan memory allocator. Created with: gclient setdep -r src/third_party/skia@5540528f81c0 The AutoRoll server is located here: https://autoroll.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.blink:linux_trusty_blink_rel;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:698492,chromium:836196 TBR=csmartdalton@chromium.org Change-Id: I9bfca635a082572d5fc6931f00ba56028816f30d Reviewed-on: https://chromium-review.googlesource.com/1102857Reviewed-by: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#567734} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/ce952677d647..3a51f2a80a38 git log ce952677d647..3a51f2a80a38 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 stevenjb@chromium.org Pass --internal to simple chrome for chrome-pfq Created with: gclient setdep -r src/third_party/chromite@3a51f2a80a38 The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:650833 TBR=chrome-os-gardeners@chromium.org Change-Id: I361c35be91d66d477d91b8b5ef3b95e6f1286f06 Reviewed-on: https://chromium-review.googlesource.com/1102737Reviewed-by: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#567733} 
- 
Steve Kobes authoredBug: 823365 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I561aed3c38b87dabd011b623ede62fdbc8f7fe8a Reviewed-on: https://chromium-review.googlesource.com/1102490Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#567732} 
- 
Ryan Tseng authoredBug: 840631 Change-Id: I4b3b3cc51a762ff12602866d3bdc680a1ec41afe Reviewed-on: https://chromium-review.googlesource.com/1102090 Commit-Queue: Ryan Tseng <hinoka@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Cr-Commit-Position: refs/heads/master@{#567731} 
- 
Eugene But authoredBug: 796418 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I5ef06201abfb1c416fedd867617a8625851c3616 Reviewed-on: https://chromium-review.googlesource.com/1102668Reviewed-by: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#567730} 
- 
Becca Hughes authoredAdd a pinch gesture to the media controls to expand into the cutout area. This also adds a method to document that allows us to overrride the viewport fit value set by the page. BUG=849790 Change-Id: Ibf74497a6f8d26b2a25669a12e03c2b3f435ade1 Reviewed-on: https://chromium-review.googlesource.com/1090052 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by: David Bokan <bokan@chromium.org> Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#567729} 
- 
David 'Digit' Turner authoredTrying to generate .info files for prebuilt .aar packages fails due to the fact that the existing files under third_party/android_deps/repository/ are symlinks to read-only CIPD-controlled files. This CL fixes the 'aar.py list --output=FILE' command to not error if the file already exists and has the right content, fixing the problem. BUG=NONE R=agrieve@chromium.org, jduborick@chromium.org, dgn@chromium.org Change-Id: Id68d454b8536f28d3e61ab6bc33460a997393f63 Reviewed-on: https://chromium-review.googlesource.com/1102577Reviewed-by: agrieve <agrieve@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#567728} 
- 
Eric Stevenson authoredLint is slow and annoying when locally prototyping features. This CL adds a gn arg to disable it globally. Change-Id: I7a39ea34f4969733ed7562f23e65d997452adc1b Reviewed-on: https://chromium-review.googlesource.com/1102353 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#567727} 
- 
Juan Antonio Navarro Perez authoredThe link from the expectations.config file itself was outdated. Bug: 842232 Change-Id: I8260c338b1cc176136cf24bea0adc921b442a87b Reviewed-on: https://chromium-review.googlesource.com/1102323 Commit-Queue: Charlie Andrews <charliea@chromium.org> Reviewed-by: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#567726} 
 
-