- 06 Aug, 2018 9 commits
-
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I89ed1b22333f20f9d54100dbfb043dc0127f228f Reviewed-on: https://chromium-review.googlesource.com/1163303Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#580796}
-
Shu Chen authored
Bug: 733825 Change-Id: I4232ab3e2d55a03d1522971a544374a3aae2c7ed Reviewed-on: https://chromium-review.googlesource.com/1128780 Commit-Queue: Shu Chen <shuchen@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#580795}
-
Jakub Pawlowski authored
If libbase is compiled with -Wmissing-field-initializers this is causing warning to be generated. Change-Id: I446160d4c94bb59dd23f2f151004a8bfaeae832d Reviewed-on: https://chromium-review.googlesource.com/1161927Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#580794}
-
Kunihiko Sakamoto authored
This reverts commit dc7c0730. Reason for revert: suspected of breakage in 'browser_tests' on Mac: crbug.com/871106 https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.11%20Tests/28413 https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.12%20Tests/14761 Original change's description: > [Mac] Bring up the audio service sandbox. > > This requires --enable-features=AudioServiceAudioStreams,AudioServiceOutOfProcess,AudioServiceSandbox > > Bug: 850878 > Change-Id: I9c759b2537483612f9b3106bdf2ec193b343f198 > Reviewed-on: https://chromium-review.googlesource.com/1152080 > Reviewed-by: Greg Kerr <kerrnel@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Commit-Queue: Robert Sesek <rsesek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#580672} TBR=avi@chromium.org,kerrnel@chromium.org,rsesek@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 850878,871106 Change-Id: I022d7308ff4e351a2c657c4d2157bd0e3d8fcd89 Reviewed-on: https://chromium-review.googlesource.com/1163230Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#580793}
-
Alexey Baskakov authored
Erase web_app_extension_helpers.h in favor of web_app_helpers.h Rename legacy helpers. TBR=lazyboy@chromium.org Bug: 860581 Change-Id: I67799d5d8ef79ce55e3d8f8b5acb51c59afc662b Reviewed-on: https://chromium-review.googlesource.com/1161707 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#580792}
-
Kunihiko Sakamoto authored
Mark virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/RTCDTMFSender-ontonechange.https.html as Failure on Linux Failing on Linux (dbg) too. TBR=hbos@chromium.org No-Try: true Bug: 832842 Change-Id: I6eaa6c2814046a5452ab0a2d63524b6650f6803b Reviewed-on: https://chromium-review.googlesource.com/1163236Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#580791}
-
Devlin Cronin authored
Event argument massagers are passed a function to dispatch the event. We need to ensure the arguments are returned to the caller, similar to how calling dispatch() on the event itself would be treated. This is necessary for the input IME custom bindings. Wire this up, and add a unit test for the same. Bug: 867310 Change-Id: I48841d60cb4940a15cd439ce6c4ea156eeeeaab6 Reviewed-on: https://chromium-review.googlesource.com/1150410 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#580790}
-
Giovanni Ortuño Urquidi authored
Adds a function to start the installation of an app and implements it for PendingBookmarkAppManager. If there is an app being installed the installation is delayed until the current installation finishes. Bug: 864904 Change-Id: I2397b243dd8065eb67edd055536305e8da0201a1 Reviewed-on: https://chromium-review.googlesource.com/1157948 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#580789}
-
Gabriel Charette authored
(and a few minor git-cl-formats-du-jour + spot fixes to make new presubmit checks happy) (and make thread_restrictions.h presubmits only warnings -- I've been realizing that making migration presubmits error is a bit too aggressive specifically because it hinders migrations like these and have been dialing them down, this one was left behind) This finalizes the structure for base/task as planned @ https://docs.google.com/document/d/1h-FlOeO-27g__JnuRvdJ8KG9G-bmG_zn6zuw7GerFkc/edit which makes even more sense in a world where post_task.h and task_traits.h may be used outside the TaskScheduler (ref. crbug.com/867421). There is a low-activity time this week in base/task_scheduler per OOOs so this is as good a time as ever to make this move (and it must happen before eseckler's work to use TaskTraits outside TaskScheduler). The move strategy outlined @ https://chromium-review.googlesource.com/c/chromium/src/+/1161179 makes this CL a simple file move from git's point of view without requiring all users of public headers to be updated in the same large CL Also removed a per-file *task_scheduler* rule from base/test/OWNERS as there are no such files anymore. Bug: 867421 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I48b219b9f781deab606e2c6349bc03a0c5b701d8 Reviewed-on: https://chromium-review.googlesource.com/1161088 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#580788}
-
- 05 Aug, 2018 20 commits
-
-
Christopher Cameron authored
This reverts https://crrev.com/580656 because it re-introduced driver crashes on macOS. This don't re-introduce the logging that had been added (yet) because this patch is to target merging for M69. TBR=kbr Bug: 863817 Change-Id: I5912f25416d11606fa335d3955a70478a5edf6fb Reviewed-on: https://chromium-review.googlesource.com/1163180Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#580787}
-
Gabriel Charette authored
This is https://crrev.com/c/1161179 applied further up the tree while trying to land https://crrev.com/c/1161088 TBR=skyostil@chromium.org Bug: 867421 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I3d9830332e9c7331faa2576e92677274bfa06273 Reviewed-on: https://chromium-review.googlesource.com/1163285 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#580786}
-
Gabriel Charette authored
And 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 authored
This 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 authored
Many 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 authored
Create 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 authored
The 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 authored
Currently, 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 authored
First, 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 authored
junit_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 authored
This 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 authored
transform-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 authored
https://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 authored
Using 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 authored
This 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 authored
https://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 authored
This 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 authored
build/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 authored
Sample 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 11 commits
-
-
Chromium WPT Sync authored
Using 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 authored
This 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 authored
If /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 authored
P2PSocketDispatcherHost 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 authored
Remove 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 authored
Using 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 authored
Provide 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 authored
This 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 authored
They 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 authored
https://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 authored
Following 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}
-