- 05 Aug, 2018 18 commits
- 
- 
Gabriel Charette authoredAnd fix one more missing migration. TBR=skyostil@chromium.org Bug: 867421 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I0e7ff198c8fef8ac223025c93df08cdaedc79164 Reviewed-on: https://chromium-review.googlesource.com/1163282 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#580785} 
- 
Gabriel Charette authoredThis is the //third_party equivalent to https://chromium-review.googlesource.com/c/chromium/src/+/1161179 (DEPS tweak will soon be recovered to moved header in https://chromium-review.googlesource.com/c/chromium/src/+/1161116) TBR=skyostil@chromium.org Bug: 867421 Change-Id: I607bf6caa71dda52e3290d59daaac568c2cba626 Reviewed-on: https://chromium-review.googlesource.com/1162639 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#580784} 
- 
Christopher Cameron authoredMany blink layout tests take this path, resulting in lots of console spam. TBR=sunnyps Bug: 871031, 654631 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I683c42de3c9d956c3ea97f18027e4e1fbe3e5e8e Reviewed-on: https://chromium-review.googlesource.com/1163179Reviewed-by: ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#580783} 
- 
Vikas Soni authoredCreate an AImageReader based implementation to be used for running videos via MediaPlayer. This new implementation will be used for android O+ whereas SurfaceTexture based implementation will continue to be used for older android versions. Added a feature flag to enable/disable this feature and to allow rollout using Finch experiment. Bug: 838725 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: I5047b162b6d1729cc4a5c4c8dd31507252a5a389 Reviewed-on: https://chromium-review.googlesource.com/1133966Reviewed-by: Robert Kaplow (slow) <rkaplow@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Eric Karl <ericrk@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#580782} 
- 
David Black authoredThe previous response should fade out before the next response is added to the view hierarchy. Once finished, the next response should be faded in. Known issue: The spec states that the new response should also translate up into position while fading in. The layer for the WebView does not seem to be responding to attempts to transform it, so that aspect of the spec has been omitted from this CL. See bug for spec/demo. Bug: b:112208728 Change-Id: I53ce44b4e89aa727935624c19c408810e62f3ad6 Reviewed-on: https://chromium-review.googlesource.com/1162990 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#580781} 
- 
Sam Maier authoredCurrently, AsyncTask.execute() defaults to the SERIAL_EXECUTOR. This exector is good for preventing concurrency errors since it guarantees serial execution, but bad for performance since the entire app shares this single queue. It looks like these callsites can use the THREAD_POOL_EXECUTOR instead, since these usages don't appear to rely on the concurrency guarantees that SERIAL_EXECUTOR provides. Bug: 869907 Change-Id: Iaf227dc516d1b2c850b9b17ce5d43302ab6532b2 Reviewed-on: https://chromium-review.googlesource.com/1161968Reviewed-by: agrieve <agrieve@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#580780} 
- 
David Black authoredFirst, we needed to remove the greeting label and progress indicator from the AssistantHeaderView, because these were affecting the layout position of other views (because they were indirect children of UiElementContainerView). Now, greeting label and progress indicator are children of an overlay layout container that sits atop all other views in AssistantMainStage. This being the case, they do not affect the layout positions of other UI elements as they appear/disappear. Finally, the motion spec was implemented. See bug for spec/demo. Bug: b:112207875 Change-Id: If1394f566d350b5aa678b2aebc2d1e009b6f9564 Reviewed-on: https://chromium-review.googlesource.com/1162936 Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#580779} 
- 
Mohamed Heikal authoredjunit_binary used to ignore resources if package_name was not passed to the template instantiation. This cl fixes this bug by defining a default package name of "org.chromium.test" so that targets that do not care about a specific package name are still able to use resources. Change-Id: Ifc46f2a468bd9998d6d11ca5445b147e2ff29570 Reviewed-on: https://chromium-review.googlesource.com/1162654Reviewed-by: agrieve <agrieve@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#580778} 
- 
Mohamed Amir Yosef authoredThis CL adds the functionaloty of checking recevied update_entity for sanity in BookmarkRemoteUpdateHandler. Deletions and permanent node updates don't require valid specifics. Other types of remote updates are required to have valid specifics together with valid unique_position field. Bug: 516866 Change-Id: Ib3c89379a3e7f0919cb41865e858ab59d2982a10 Reviewed-on: https://chromium-review.googlesource.com/1162336 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#580777} 
- 
Eric Willigers authoredtransform-box shipped in M64 https://chromium-review.googlesource.com/759040 https://www.chromestatus.com/feature/6643927633362944 BUG=595829 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I9e9d6a14dfef08332eaaec0e5bb6fe222282f8bb Reviewed-on: https://chromium-review.googlesource.com/1163055Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#580776} 
- 
skia-chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/59aabbcf3b0d..2e77f54f46e8 git log 59aabbcf3b0d..2e77f54f46e8 --date=short --no-merges --format='%ad %ae %s' 2018-08-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@2e77f54f46e8 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 TBR=djsollen@chromium.org Change-Id: Icdb1a018b93cfe523eafe6d9ffd26e863bb3a45c Reviewed-on: https://chromium-review.googlesource.com/1163103Reviewed-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@{#580775} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium 28e6e2b2. 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/22424 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 TBR=robertma No-Export: true Change-Id: I4bb5fe22fee8e3e87f72012ed6a7fa503b9ebda2 Reviewed-on: https://chromium-review.googlesource.com/1163213 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@{#580774} 
- 
Mohamed Amir Yosef authoredThis CL introduces a new API FaviconServiceImpl::AddPageNoVisitForBookmark() Similar to other APIs in FaviconService, it acts as a proxy to the underlying HistoryService. This comes with the following benefits: 1- Reduces number of dependencies for the calling sites. They now depend only on FaviconService. 2- There exist a mock for FaviconServiceImpl which isn't the case for HistoryService. Tests inject null HistoryService, but instead they could directly use the MockFaviconService and no need to checks for null history service in production code. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I641bf257c1e24c4b3663bcd3cf7210e8d1363002 Reviewed-on: https://chromium-review.googlesource.com/1161932 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#580773} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/9f470261e593..dcad4e0851e4 git log 9f470261e593..dcad4e0851e4 --date=short --no-merges --format='%ad %ae %s' 2018-08-05 vapier@chromium.org convert to https URIs everywhere 2018-08-05 vapier@chromium.org lint: fix old style octal constants 2018-08-05 vapier@chromium.org third_party: drop dpkt Created with: gclient setdep -r src/third_party/chromite@dcad4e0851e4 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. TBR=chrome-os-gardeners@chromium.org Change-Id: I258563c6bd3faba33960b4c68b15595d0ca28e72 Reviewed-on: https://chromium-review.googlesource.com/1163102Reviewed-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@{#580772} 
- 
Jia authoredThis new dir will contain generated tf native code. Keeping them in a separate dir allows us to control dependencies on the code (i.e dependent targets should not include tf native code directly.) Bug: 862461 Change-Id: I24fc010d09f0571e52fdbebc08c3c66055a3deab Reviewed-on: https://chromium-review.googlesource.com/1154244 Commit-Queue: Jia Meng <jiameng@chromium.org> Reviewed-by: Michael Martis <martis@chromium.org> Cr-Commit-Position: refs/heads/master@{#580771} 
- 
Ivan Krasin authoredbuild/build_config.h defines one of two macros: https://cs.chromium.org/chromium/src/build/build_config.h // Compiler detection. #if defined(__GNUC__) #define COMPILER_GCC 1 #elif defined(_MSC_VER) #define COMPILER_MSVC 1 #else #error Please add support for your compiler in build/build_config.h #endif And in the most of the case, the following checks are performed: #if defined(COMPILER_GCC) // Do something. #elif defined(COMPILER_MSVC) // Do something else. #else // Do something completely else. #endif There's one use in base/compiler_specific.h that violates this convention, as it tests: #if COMPILER_GCC && defined(NDEBUG) #define ALWAYS_INLINE inline __attribute__((__always_inline__)) #elif COMPILER_MSVC && defined(NDEBUG) #define ALWAYS_INLINE __forceinline #else #define ALWAYS_INLINE inline #endif That leads to a preprocessor error on Windows. While this error is not triggered in Chromium, it can be reproduced, if link WebRTC Native Code with //base shipped as a part of their checkout. BUG=chromium:871039 Change-Id: I868b4a47a574fba48e7d2743cd64ace99ea64940 Reviewed-on: https://chromium-review.googlesource.com/1162343Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Ivan Krasin <krasin@chromium.org> Cr-Commit-Position: refs/heads/master@{#580770} 
- 
chrome-release-bot authored# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I8752bc781eea3f608aee8ff6356e3cc350d0d9b2 Reviewed-on: https://chromium-review.googlesource.com/1163133Reviewed-by: chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#580769} 
- 
Ned Nguyen authoredSample usage: ./tools/perf/core/retrieve_story_timing.py analyze-benchmark-runtime -c 'Android One Perf' -o benchmark_runtime_android_one.json Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: I9b7e42a1c8a74093c5dcb311f5ee11d5875a8946 Reviewed-on: https://chromium-review.googlesource.com/1160762 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#580768} 
 
- 
- 04 Aug, 2018 22 commits
- 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium 88ba9d16. 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/22377 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 TBR=robertma No-Export: true Change-Id: I329ce5e5cc214ae37b74caa4a1f025219d185ce4 Reviewed-on: https://chromium-review.googlesource.com/1163068 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@{#580767} 
- 
afdo-chromium-autoroll authoredThis CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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=gbiv@chromium.org Change-Id: I31a4d1633a652b317f21231e55e53ee3cc9d670f Reviewed-on: https://chromium-review.googlesource.com/1163069Reviewed-by: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#580766} 
- 
Nico Weber authoredIf /debug is passed to lld, the pdb aging in PDB70DebugInfo currently means that repeat builds get different PDB70DebugInfo headers, so for now don't pass /debug to the linker. Bug: 330260 Change-Id: I86e6b470ad95f3f6556c8f8f69d6d394a32661ff Reviewed-on: https://chromium-review.googlesource.com/1162948Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#580765} 
- 
John Abd-El-Malek authoredP2PSocketDispatcherHost is now split into two. The code that owns and manages P2PSocket classes moves to services/network's P2PSocketManager. There are corresponding trusted Mojo interfaces for the two to communicate. Bug: 844146 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I5bb9265c4eba5a5bc7d4cb0bd0707c7b535e4c1c Reviewed-on: https://chromium-review.googlesource.com/1161568Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#580764} 
- 
Mohamed Amir Yosef authoredRemove duplicate SpecificsFromBookmarkNode() and use CreateSpecificsFromBookmarkNode() from bookmark_specifics_conversions.cc Bug: 516866 Change-Id: I7879421a1cf6e342eb9f13c10366044418c20b87 Reviewed-on: https://chromium-review.googlesource.com/1162337Reviewed-by: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#580763} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium 2f6a9937. 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/22363 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 TBR=robertma No-Export: true Change-Id: I54eea71ce8bd5e2075a525f3632e175a05c70a9a Reviewed-on: https://chromium-review.googlesource.com/1163064 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@{#580762} 
- 
Daniel Cheng authoredProvide a global constant for a null unguessable token, for functions that need to return a const base::UnguessableToken&. Change-Id: Ib07dde7862dcab19baac409eaecda3482cfc5f4d Reviewed-on: https://chromium-review.googlesource.com/1162986Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#580761} 
- 
Harald Alvestrand authoredThis is part of an effort to characterize RTCPeerConnection usage. UKM metric review document: https://docs.google.com/document/d/1Pq6Xxv8Mf10cgRFDCYPgIPD-US7uHyxQ31hdZT6uu4Y/edit Bug: chromium:866792 Change-Id: I38e0d7ee406e6246d8d013d7f96ad50f51b96a78 Reviewed-on: https://chromium-review.googlesource.com/1150539 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by: Steven Holte <holte@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#580760} 
- 
Saman Sami authoredThey just don't work at all right now. Video capture doesn't work on Android WebView. We need to call CopyFromSurface. Bug: 813929, 865430 Change-Id: I4360d3f53f852eb7e3182ac58540a1500cc6fee3 Reviewed-on: https://chromium-review.googlesource.com/1159199Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#580759} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/49ed2f6af744..9f470261e593 git log 49ed2f6af744..9f470261e593 --date=short --no-merges --format='%ad %ae %s' 2018-08-04 vapier@chromium.org lint: avoid oldstyle except styles 2018-08-04 vapier@chromium.org toolchain_lib: drop unused NoDefaultToolchainDefinedError 2018-08-04 vapier@chromium.org argparse: drop license too 2018-08-04 vapier@chromium.org cros_sdk: delete unused _FindSubmounts 2018-08-04 lannm@chromium.org Remove tree_status update code 2018-08-04 xixuan@chromium.org cbuildbot: Let blocking suite run first. Created with: gclient setdep -r src/third_party/chromite@9f470261e593 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. TBR=chrome-os-gardeners@chromium.org Change-Id: Ie92710bf3a8c35d83035b8f3a931d339a7f8c89d Reviewed-on: https://chromium-review.googlesource.com/1162816Reviewed-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@{#580758} 
- 
Koji Ishii authoredFollowing bot results are included. 8549 8551 8553 8556 8558 8569 8580 8583 8588 8591 8592 8595 8597 8600 8605 8608 8611 8615 8620 8621 8622 8623 2 lines were removed and 6 lines were deflaked by consecutive results since 8592. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I0f5f4a18bf191d1a770c19602d1973fa2a5bd65c Reviewed-on: https://chromium-review.googlesource.com/1158673 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#580757} 
- 
chrome-release-bot authored# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: Ie080cd8571b7f5a90bc914a48cfd71faa0fd3d41 Reviewed-on: https://chromium-review.googlesource.com/1162956Reviewed-by: chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#580756} 
- 
Yuichiro Hanada authoredBug: 845079 Test: ash_unittests Change-Id: I022910de2c6fa820909ae1a415b9ce5cdd3859dd Reviewed-on: https://chromium-review.googlesource.com/1156339 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#580755} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/baeba30e635d..49ed2f6af744 git log baeba30e635d..49ed2f6af744 --date=short --no-merges --format='%ad %ae %s' 2018-08-04 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@49ed2f6af744 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. TBR=chrome-os-gardeners@chromium.org Change-Id: If0a33b3ea1577ef16d5c4ad63bc344ffd5c46e72 Reviewed-on: https://chromium-review.googlesource.com/1162815Reviewed-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@{#580754} 
- 
Jinho Bang authoredThis patch was initiated from here[1] and makes the code more readable. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1142045/5/third_party/blink/renderer/modules/payments/payment_request.h#132 Bug: none Change-Id: I28b464e89c67029cc1642e8095469a19b9a86050 Reviewed-on: https://chromium-review.googlesource.com/1162091 Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#580753} 
- 
pdfium-chromium-autoroll authoredhttps://pdfium.googlesource.com/pdfium.git/+log/03395da5d582..a7a957f7cec2 git log 03395da5d582..a7a957f7cec2 --date=short --no-merges --format='%ad %ae %s' 2018-08-04 thestig@chromium.org Use more text object state in DrawTextPathWithPattern(). 2018-08-04 thestig@chromium.org Clarify integer types in CPDF_Parser::LoadCrossRefV5(). Created with: gclient setdep -r src/third_party/pdfium@a7a957f7cec2 The AutoRoll server is located here: https://pdfium-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:668762 TBR=dsinclair@chromium.org Change-Id: I8152b379a6bd55f71dd12efff57aedf1ee7cd898 Reviewed-on: https://chromium-review.googlesource.com/1162814Reviewed-by: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#580752} 
- 
Chromite Chromium Autoroll authoredhttps://chromium.googlesource.com/chromiumos/chromite.git/+log/4e706b495ebe..baeba30e635d git log 4e706b495ebe..baeba30e635d --date=short --no-merges --format='%ad %ae %s' 2018-08-04 lannm@chromium.org Add git.RunRepo function Created with: gclient setdep -r src/third_party/chromite@baeba30e635d 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. TBR=chrome-os-gardeners@chromium.org Change-Id: I1d57e8deff38fe236459eed95551b94bf8983c12 Reviewed-on: https://chromium-review.googlesource.com/1162782Reviewed-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@{#580751} 
- 
Johannes Henkel authoredUse Clear() instead. And for the dom_debugger_agent, use ClearAllFields. This does reset the boolean field pauseOnAllXhrs as well, which is probably desired. Bug: 851762 Change-Id: I2a167892a37e1d8637ed4186ef90963a04d15753 Reviewed-on: https://chromium-review.googlesource.com/1162861Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#580750} 
- 
Krishna Govind authoredR=cmasso@chromium.org Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ifc43fae76e966ddba79fe957fdc550aebb4a47c7 Reviewed-on: https://chromium-review.googlesource.com/1163040Reviewed-by: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#580749} 
- 
webrtc-chromium-autoroll authoredhttps://webrtc.googlesource.com/src.git/+log/ff52e88a74bc..46671402fff3 git log ff52e88a74bc..46671402fff3 --date=short --no-merges --format='%ad %ae %s' 2018-08-04 buildbot@webrtc.org Roll chromium_revision d6a13562..39d45f08 (580628:580730) Created with: gclient setdep -r src/third_party/webrtc@46671402fff3 The AutoRoll server is located here: https://webrtc-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:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I2e8fa96248e5204c2343b1322eb9857a8b518dea Reviewed-on: https://chromium-review.googlesource.com/1162812Reviewed-by: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#580748} 
- 
PhistucK authoredThis commit was made possible by Janitor - https://janitor.technology Bug: none Change-Id: I4cda6d93040e52104efa93cb14f8459ae352bafe Reviewed-on: https://chromium-review.googlesource.com/1162228Reviewed-by: Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: PhistucK <phistuck@gmail.com> Cr-Commit-Position: refs/heads/master@{#580747} 
- 
skia-chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/607be37e3d4d..59aabbcf3b0d git log 607be37e3d4d..59aabbcf3b0d --date=short --no-merges --format='%ad %ae %s' 2018-08-04 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 b8430dd749b0..a6d34af67286 (1 commits) 2018-08-03 herb@google.com Remove SkAutoDescriptor move ctor 2018-08-03 herb@google.com Hoist path check into regenerateGlyphRunList. Created with: gclient setdep -r src/third_party/skia@59aabbcf3b0d 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 TBR=scroggo@chromium.org Change-Id: I4629e3b036e066cee1c31c4b12aefef5ebfd9023 Reviewed-on: https://chromium-review.googlesource.com/1162813Reviewed-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@{#580746} 
 
-