- 29 Sep, 2017 40 commits
-
-
Yuki Yamada authored
After fixed crbug.com/736697 , we have to record PWA's WPR again with new perf benchmarks. Suumo did not registered service worker in previons url, so also Replaced it by top page to check service worker performance before recording wpr-go. Also removed some urls which are not used in loading.mobile . Bug: 765058 Change-Id: Iaf7da788f7a57078ca9475b6283b338f3facb7a3 Reviewed-on: https://chromium-review.googlesource.com/688995 Commit-Queue: Yuki Yamada <yukiy@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#505325}
-
Koji Ishii authored
This patch adds UseFirstLineStyle() to NGConstraintSpace, and removes NGBaselineAlgorithmType::kAtomicInlineForFirstLine. The distinction between kAtomicInline and kAtomicInlineForFirstLine are not available in many cases, and these values are exclusive. Having UseFirstLineStyle() in NGConstraintSpace is more reasonable. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I19e4124e82b86ba87318f6a08aa47e958dbf53ad Reviewed-on: https://chromium-review.googlesource.com/688259 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#505324}
-
Patti authored
Per-site exceptions for Protected Content / Protected Media Identifier only exists for CrOS / Android, but r503968 changed the Javascript internally so that it was defined on all platforms, and updated Site Details to only use it on CrOS. This introduced a crash when Chrome tries to get the exceptions for protected content on non-CrOS in All Sites, so fix by updating All Sites to check for CrOS before using it. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5c209cedfb6efbaee327a97d448ea9deab737b2d Bug: 769242 Reviewed-on: https://chromium-review.googlesource.com/688914 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#505323}
-
Patti authored
Since permissions are only shown if they're non-factory-default, show them first (over showing certificate and cookie information, which are always shown). Bug: 535074, 718553 Change-Id: I842e684d43c1f7655f8952b07e590affcbc36a39 Reviewed-on: https://chromium-review.googlesource.com/686199 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Lucas Garron <lgarron@chromium.org> Cr-Commit-Position: refs/heads/master@{#505322}
-
Mike West authored
This reverts commit 4981992a. Reason for revert: It appears that this patch caused `browser_test` failures on 'Linux ChromiumOS Tests (dbg)', starting at [build 30664][1]. The [errors][2] read `[8882:8882:0928/213724.538975:ERROR:CONSOLE(48)] "Uncaught TypeError: Cannot read property '_createRipple' of undefined", source: chrome://resources/cr_elements/cr_link_row/cr_link_row.js (48)`, which this patch alters. [1]: https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/30664 [2]: https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.chromiumos%2FLinux_ChromiumOS_Tests__dbg__1_%2F30664%2F%2B%2Frecipes%2Fsteps%2Fbrowser_tests%2F0%2Flogs%2FPasswordsAndFormsBrowserTest.uiTests%2F0 Original change's description: > MD Settings: Migrate settings-toggle-button to use cr-toggle. > > Bug: 768073 > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Change-Id: If3efa3993d9ff75cce73eb48d583adb0ea5db543 > Reviewed-on: https://chromium-review.googlesource.com/686041 > Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> > Reviewed-by: Scott Chen <scottchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#505269} TBR=dpapad@chromium.org,scottchen@chromium.org Change-Id: I6e7e68d3a2989898df9aac3364de489fd5b05cd3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 768073 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/691794Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#505321}
-
Paweł Hajdan, Jr authored
They're using a condition now, which has same effect. Bug: 570091 Change-Id: Ia47a6f55e3d757990a43ce15e7fd326f1f25e06b Reviewed-on: https://chromium-review.googlesource.com/690346Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Cr-Commit-Position: refs/heads/master@{#505320}
-
Erik Luo authored
Bug: 759765 Change-Id: I9f5e3de6493d878e1913298f1b65a0b3ceac85ae Reviewed-on: https://chromium-review.googlesource.com/647372Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#505319}
-
Gyuyoung Kim authored
- Replacing base::MakeUnique|WTF::MakeUnique with std::make_unique - Replacing PtrUtil.h with <memory> Bug: 755727 Change-Id: I7199bc382a3f9e81abaad7fc24b33d730d6c4909 Reviewed-on: https://chromium-review.googlesource.com/689816 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#505318}
-
Mike Wasserman authored
Synchronize two ShelfModels between Ash and Chrome by default. Can be disabled for debugging/testing in classic ash: --ash-disable-shelf-model-synchronization "Disable shelf model synchronization" (in about:flags) Bug: 557406 Test: No Chrome OS shelf behavior changes; please file any bugs! Change-Id: I47c7c7b6c9d38f9aaa4ea89a1dc8ce333e49f8bd Reviewed-on: https://chromium-review.googlesource.com/682340 Commit-Queue: Michael Wasserman <msw@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#505317}
-
Emil A Eklund authored
Add support for painting emphasis marks for LayoutNG. Bug: 714962 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I0690bb284fa227408fa047adc3914e3c236ffc44 Reviewed-on: https://chromium-review.googlesource.com/691474Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#505316}
-
Wenzhao (Colin) Zang authored
This reverts commit 44bf467c. Reason for revert: Asset issue. Original change's description: > Update lock screen submit button icon > > Changed the asset size from 24 to 20. Others remain the same. > > Bug: NONE > Change-Id: I1da0b131ca29416089e657ac706a8100812ea644 > Reviewed-on: https://chromium-review.googlesource.com/688028 > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#504894} TBR=oshima@chromium.org,wzang@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: NONE Change-Id: I63c08344f68e2403ae7e4e6e55dfc1a3738e2bfe Reviewed-on: https://chromium-review.googlesource.com/691556Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#505315}
-
Michael Lippautz authored
Bug: chromium:763687 Change-Id: I06180bbdf66d837a6bafe800ce674cb8aaaf0ee9 Reviewed-on: https://chromium-review.googlesource.com/690155Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#505314}
-
Yuki Yamada authored
In order to testing PWAs with service worker, this CL make PWA story set in loading.mobile use cahce_temperature state COLD, WARM and HOT. Also this removes the following pages from test to reduce the total execution time. GuitarTuner InboxAttack Pokedex 2048 TrainedToThrill TownWork cache_temperature.HOT is added in https://crrev.com/3011263002/ Design doc of perf benchmark for PWA: https://docs.google.com/document/d/1Nf97CVp1X7aSqvAspyJ7yOCDyr1osUNrnfrGwZ_Yuuo/edit?usp=sharing Bug: 736697 Change-Id: Iecdbe28f59d3378f3c18619d058a527231a6cfc3 Reviewed-on: https://chromium-review.googlesource.com/684034 Commit-Queue: Yuki Yamada <yukiy@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#505313}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/4022e0e9056d..b6bab938e5ff $ git log 4022e0e90..b6bab938e --date=short --no-merges --format='%ad %ae %s' 2017-09-28 benjhayden Remove CsvPivotTableOutputFormatter from telemetry. Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I1cdce9e6743fba7717267dc61ecd7d2e9e18e819 Reviewed-on: https://chromium-review.googlesource.com/691121 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#505312}
-
Hidehiko Abe authored
BUG=None TEST=Ran bots. Change-Id: Ica33fca6c8e2d4e52f9f6ece39b5082cdba61dbf Reviewed-on: https://chromium-review.googlesource.com/675024 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Cr-Commit-Position: refs/heads/master@{#505311}
-
Giovanni Ortuño Urquidi authored
This reverts commit 300dbd0e. Reason for revert: Timing out on MSAN: https://luci-milo.appspot.com/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20MSAN/3438 Original change's description: > Make passing mojo blobs over IndexedDB work. > > Like other CLs this only adds a mojo blob handle for lifetime purposes, > but browser-side code still uses the separately passed UUID to actually > access the blob data. > > Bug: 740744 > Change-Id: I880db368d033473d4b923083b5e84be54e8e1716 > Reviewed-on: https://chromium-review.googlesource.com/608744 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Daniel Murphy <dmurph@chromium.org> > Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#505159} TBR=dcheng@chromium.org,dmurph@chromium.org,mek@chromium.org,haraken@chromium.org Change-Id: I570eaf73fa9dc307c50a9593fe51faf61537d0a8 No-Tree-Checks: true No-Try: true Bug: 740744 Reviewed-on: https://chromium-review.googlesource.com/691396Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#505310}
-
Kent Tamura authored
Code like: if (isFooElement(n)) { auto* foo = ToFooElement(n) ... can be simplified by ToFooElementOrNull(): if (auto* foo = ToFooElementOrNull(n)) { ... Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I0113d96de08d09f849ed42683b04826eb3d8fdb2 Reviewed-on: https://chromium-review.googlesource.com/690556Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#505309}
-
Ken MacKay authored
Our timing for delayed tasks is only accurate to about 15ms or so; the min buffer time should be bigger than that so that underrun prevention actually works. Bug: Change-Id: I40cf658ea4d131cc8c6eaeeae5d3323575d0d798 Reviewed-on: https://chromium-review.googlesource.com/691302Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#505308}
-
mark a. foltz authored
This reverts commit 9764561c. Reason for revert: Need to revert https://chromium-review.googlesource.com/c/chromium/src/+/656597, which this patch depends on. Original change's description: > [Desktop Capture] Replace audio_share with an enum. > > This is a followup change to > https://chromium-review.googlesource.com/c/chromium/src/+/656597 > > Changes in DesktopMediaId: > - Adds a Capture enum to indicate what is being captured > - Type enum renamed to Source to distinguish it from Capture > - type renamed to source_type > - audio_share boolean replaced with capture_type enum > - Adds methods to query/set capture type > > Bug: 766728 > Change-Id: I95c6c8ec4b12a7c2e78b360843f91956b223dcfa > Reviewed-on: https://chromium-review.googlesource.com/673093 > Commit-Queue: mark a. foltz <mfoltz@chromium.org> > Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> > Reviewed-by: Zijie He <zijiehe@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#504590} TBR=sky@chromium.org,mfoltz@chromium.org,sergeyu@chromium.org,guidou@chromium.org,jochen@chromium.org,zijiehe@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 766728 Change-Id: I844800849ec527c12ee7330b45bc90a25f12dc9e Reviewed-on: https://chromium-review.googlesource.com/691107 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#505307}
-
Xianzhu Wang authored
TBR=wangxianzhu@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I9df9206c57314109dfd9fb903b301d46b741d934 Reviewed-on: https://chromium-review.googlesource.com/691018 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#505306}
-
Brandon Jones authored
This CL only enables the creation of exclusive VRSession objects. It does not provide the ability to present to a headset, or many of the functions of a VRSession. Those will be added in follow up CLs to allow the more complicated logic to be reviewed independently. Bug: 670510 Change-Id: Ic2b3b1801bf8f3ee4263d009daab8215b0b179d5 Reviewed-on: https://chromium-review.googlesource.com/685396 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#505305}
-
Hidehiko Abe authored
crrev.com/c/604219 introduced ARC_SECURITY_OWNERS, but it was applied only to files under components/arc/common. This CL adds owners in the file for other components/arc security reviews. BUG=None TEST=N/A Change-Id: I76ceabc862deb910ac26d2fc5d89c0458d9d2c17 Reviewed-on: https://chromium-review.googlesource.com/691637Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#505304}
-
Alice Boxhall authored
Bug: 560525 Change-Id: I8ab96299a63d33830d7c779ed15c0bee0bcbc28f Reviewed-on: https://chromium-review.googlesource.com/644626 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#505303}
-
tzik authored
This CL removes RefPtr<>::Get() in order to rename it to get(). Bug: 763844 Change-Id: I90f05a57d9f9bdf493983656a731585a7fb15ed8 Reviewed-on: https://chromium-review.googlesource.com/686515Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuta Kitamura <yutak@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#505302}
-
Aaron Leventhal authored
Bug: None Change-Id: I44961962ccc51fe4fdcb5e1df07b8fb9e876c868 Reviewed-on: https://chromium-review.googlesource.com/688036Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#505301}
-
Tao Bai authored
This test doesn't run on any trybot until we have one for Android O. Bug: 717658 Change-Id: If775e7b6770d53cab12f32ed061590dc2a0530b1 Reviewed-on: https://chromium-review.googlesource.com/690753Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#505300}
-
Alok Priyadarshi authored
Also rearranges code so that WorkerThreadForTest can be defined in one place instead of having to declare FakeWorkerGlobalScope in between. No functional change is done here. Purley moving the code around. Split from https://chromium-review.googlesource.com/c/chromium/src/+/636684 Bug: 750311 Change-Id: Ic79600567401604651ad579542ee5aabbeb5fa5f Reviewed-on: https://chromium-review.googlesource.com/691301 Commit-Queue: Alok Priyadarshi <alokp@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#505299}
-
tzik authored
RefPtr<>::Get() is being renamed to get() for a preparation of the unification of RefPtr and scoped_refptr. This CL updates calles of Get() in core/animation/ to use get(). Bug: 763844 Change-Id: I784542c713551b8028a4f7690687b83a7c59d1ac Reviewed-on: https://chromium-review.googlesource.com/688261Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#505298}
-
Lutz Justen authored
Don't allow changing GSSAPI library name on Chrome OS (there's no reason to). Note that the GSSAPILibraryName policy is not supported on Chrome OS, which means that it already cannot be set through policy. This CL is an additional security measure. BUG=chromium:755153 TEST=Compiled, trybots Change-Id: Ibc2eb7e0ce59ccc5e7f7c8fd66078bc0efb2e3a5 Reviewed-on: https://chromium-review.googlesource.com/685836Reviewed-by:
Nicolas Zea <zea@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#505297}
-
tzik authored
This CL contains: 1. Remove unneeded WebAudioBusPrivate and casts from/to it. 2. Avoid applying AdoptRef twice for single AudioBus. 3. Use nullptr instead of 0 around WebAudioBus The main part is (2). An upcoming change bans multiple invocation of WTF::AdoptRef for a single object, and as its preparation, this CL removes a failing case. Bug: 763844 Tbr: rtoy@chromium.org Change-Id: I362a83cd03d49b77ef9e4d81544bd5c7a9b2bc5e Reviewed-on: https://chromium-review.googlesource.com/686088 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#505296}
-
Patti authored
Since r503089 removed factory-default settings from the Page Info, there is now room to always show page certificate information. This patch turns on the --show-cert-link flag, which will do this, by default. Bug: 718553 Change-Id: Ic293c720337d5638f6097b481cfa7bc341b6abdf Reviewed-on: https://chromium-review.googlesource.com/686093 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Lucas Garron <lgarron@chromium.org> Cr-Commit-Position: refs/heads/master@{#505295}
-
Emil A Eklund authored
Tbr: tzik@chromium.org Change-Id: I961dd6a0775fbf6458e268cd332cc1fdb509e3a0 Reviewed-on: https://chromium-review.googlesource.com/691454Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#505294}
-
Katie Dektar authored
Offscreen is now calculated separately and is no longer in the state list. Bug: 717677 Change-Id: I6957d3de38e3b4c8356be1ff5f818c2c205ccc46 Reviewed-on: https://chromium-review.googlesource.com/688498 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#505293}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5edc0327..11d773db Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I1b4f85d034b3f960c5ae2a5b452e32284d4caf89 Reviewed-on: https://chromium-review.googlesource.com/691315Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#505292}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/f8b2cb4efd8c..4022e0e9056d $ git log f8b2cb4ef..4022e0e90 --date=short --no-merges --format='%ad %ae %s' 2017-09-28 nednguyen Make sure snap_page combined iframe serialized dom Created with: roll-dep src/third_party/catapult BUG=763119 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ie996c1b46a32dcdcea15c4575ba139aa6e6567e9 Reviewed-on: https://chromium-review.googlesource.com/691159 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#505291}
-
Shakti Sahu authored
1 - Changed Download Home IPH pulse from rectangle to circle (in chrome home bottom sheet) 2 - Reduced circle radius size for chrome home to 12dp (crbug/769429) 3 - Multi-window : Fixed chrome home IPH on bottom window from getting below the bottom toolbar. (crbug/763813) 4 - Landscape mode : Fixed bubble arrow not aligning to menu button in landscape. (crbug/757971) Bug: 769429, 763813, 757971 Change-Id: Ic41c02ca34f4a3b9e6827ce4cec9f3438eb64bf0 Reviewed-on: https://chromium-review.googlesource.com/688254 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#505290}
-
Ken Rockot authored
BUG=673417 Change-Id: I033dde3fa6c5940cd35e341acc9c415b2b64eaff Reviewed-on: https://chromium-review.googlesource.com/688751Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#505289}
-
Kouhei Ueno authored
Intent-to-ship thread w/ 3 lgtms: https://groups.google.com/a/chromium.org/d/msg/blink-dev/ut-Mr0jt5X8/Q8B4F3wxBQAJ Bug: 711706 Change-Id: Ib28083a8473fb74a1f6222c4c6cf84d9a810564a Reviewed-on: https://chromium-review.googlesource.com/691394Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#505288}
-
Michael Giuffrida authored
The --log-file switch lets users specify the logging location. It was added as a generic flag and implemented in app_shell in crrev.com/c/647314. This CL expands the switch to other logging configurers, notably including chrome and content_shell. In Chrome, --log-file=<PATH> will override the $CHROME_LOG_FILE environmental variable if both are present. Bug: 760431 Change-Id: I72448b1a8cdea5b5818badd340594a2f9d6d8cd2 Reviewed-on: https://chromium-review.googlesource.com/685997Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#505287}
-
John Chen authored
These tests were failing due to https://crrev.com/504124. The fix is based on unit tests in that CL. Bug: chromedriver:2044 Change-Id: Ied0f6ba1b472317f85ebb740accaac7b4c288309 Reviewed-on: https://chromium-review.googlesource.com/688680Reviewed-by:
Shuotao Gao <stgao@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#505286}
-