- 21 May, 2018 40 commits
 - 
- 
Tsuyoshi Horo authored
This incorporats with dgozman's comments in crrev.com/c/1004890 - Change "from SignedExchange" to "from signed-exchange" in NetworkRequestNode. - Show the signed exchagne url as the initiator of certificate request. - Show "from signed-exchange" in the headers tab of the inner request. - Add "View request" link in the preview tab of signed exchange to show the inner request. - Add "Learn more" link in the preview tab of signed exchange. Bug: 830505 Change-Id: Ica7ae52e563efb283c600c812be196951a12a336 Reviewed-on: https://chromium-review.googlesource.com/1065558 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#560287}
 - 
Philip Rogers authored
The viewport scrollbars can be hoisted above the layout view's graphics layer so they are not affected by page scale or overflow elasticity. To ensure all layers are collected, we start from the paint root which is an ancestor layer of both the content and the scrollbars. This fixes a bug where non-hoisted scrollbars were collected twice: once through the main recursive walk, and a second time for just the scrollbars. With this change, overlay scrollbar layers are now collected which requires a property tree state. VisualViewport::InitializeScrollbars has been temporarily updated to initialize the property tree state. Making all painting (not just BlinkGenPropertyTrees) go through this codepath is difficult because WebViewImpl manages special layers (e.g., devtools page overlay, popup layers) which are painted and updated separately. With BlinkGenPropertyTrees, all painting will start at the root. Bug: 841423 Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I97bcb40a0242b3f07ce2ca93d432c81dcf3220b6 Reviewed-on: https://chromium-review.googlesource.com/1054777Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560286}
 - 
Rintaro Kuroiwa authored
- Added codec_picture.cc because the constructor and destructor are now "complex". - The DecryptConfig describes the decryption config of the input stream for this picture Bug: 838673 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: I84f202faae6a1dde2e3fec5f0535d349c2ec3d96 Reviewed-on: https://chromium-review.googlesource.com/1038157Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Rintaro Kuroiwa <rkuroiwa@chromium.org> Cr-Commit-Position: refs/heads/master@{#560285}
 - 
Abhishek Arya authored
- Add -wt/--web-tests argument for running run_web_tests.py with custom arguments. Special configuration is needed such as --no-sandbox, etc, so this automatically does that. - Add assert to prevent users from incorrectly running run_web_tests.py. - Add _GetFullPath helper that resolves symbolic links. This prevent infinite loop with 'parent_dir == SRC_ROOT_PATH'. - Make _ExecuteCommand, _ExecuteIOSCommand write stdout, stderr to file, so that execution can be monitored. R=mmoroz@chromium.org,liaoyuke@chromium.org Bug: 842851 Change-Id: I2eb1744cee34c3d367ec1ddf418879417064c808 Reviewed-on: https://chromium-review.googlesource.com/1067021 Commit-Queue: Abhishek Arya <inferno@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#560284}
 - 
Steve Kobes authored
This is a rough prototype of the proposal described at go/layoutjank. Bug: 581518 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Id212437c0f187c54ad4725cf0b71ddee28288dac Reviewed-on: https://chromium-review.googlesource.com/1046155 Commit-Queue: Steve Kobes <skobes@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#560283}
 - 
Eugene But authored
This histogram will help us to understand if Chrome for iOS should support application/x-apple-aspen-config downloads. Bug: 781770 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I4507c19ea7a11aa6bcb014228c7ed94781393acd Reviewed-on: https://chromium-review.googlesource.com/1058276 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#560282}
 - 
Scott Violet authored
BUG=837684 TEST=test only change Change-Id: I206ed5e1bae668285638fde7aff56f70c75c3cec Reviewed-on: https://chromium-review.googlesource.com/1066786Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#560281}
 - 
Tarun Bansal authored
This change is guarded behind a finch trial. This CL would need to be merged back to M-67, and makes it possible for third-party origins to receive the DPR, Device-Memory and viewport-width client hints. The plan is to enable the finch trial only on Android. Change-Id: I67596e3f210e623464721210dec85d3e22497bd0 Bug: 845074 Reviewed-on: https://chromium-review.googlesource.com/1066776Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#560280}
 - 
Emilio Cobos Álvarez authored
I forgot to do this in the previous patch for issue 782407. Looks like the only caller that passed it really wants the new behavior, plus before the original patch for issue 782407 it was already kinda broken with custom properties... No new tests, since there's no behavior change. Bug: 782407 Change-Id: I410ed1481256b18886c5804f4cbecde9846f2a26 Reviewed-on: https://chromium-review.googlesource.com/1066062Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Emilio Cobos Álvarez <emilio@chromium.org> Cr-Commit-Position: refs/heads/master@{#560279}
 - 
Elly Fong-Jones authored
This change adds support for Mac-style "focus ring paths" to Views, which means that a given View can (via FocusRing::Delegate) supply an arbitrary path for its focus ring to be drawn around when it has a focus ring. This removes the need for Checkbox and RadioButton to have their own focus ring implementations. It will also be necessary as the MD refresh work adds more circular/oval controls in top chrome. This work leads into a longer-term effort to make FocusRing not be a View; see https://crbug.com/840796 for details about that. Bug: 836946,835376 Change-Id: I433dc370e5fbc2ff30b53b070d84255199b6ec29 Reviewed-on: https://chromium-review.googlesource.com/1050185 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#560278}
 - 
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/32a4910e57b1..037be4e032ef $ git log 32a4910e5..037be4e03 --date=short --no-merges --format='%ad %ae %s' 2018-05-03 egdaniel Reland "Remove guard flag for SK_SUPPORT_LEGACY_BACKEND_OBJECTS on flutter." Created with: roll-dep src/third_party/skia 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=allanmac@chromium.org Change-Id: I92e30c35ce2237658a087face8388d8a50892ea4 Reviewed-on: https://chromium-review.googlesource.com/1067019Reviewed-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@{#560277}
 - 
Nico Weber authored
LUCI bots apparently need -B instead of -m. While here, also remove \ after && (the latter already tells the shell that the command is continuing) and fix indentation. TBR=hans Bug: 844392 Change-Id: I9af96be984264e240257a5fa55e8b84c65f0602d Reviewed-on: https://chromium-review.googlesource.com/1067417Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560276}
 - 
Elly Fong-Jones authored
Context menus and combobox menus are both "auxiliary" in the UI sense, so they have a reduced corner radius to fit better with their parent controls. Bug: 829347 Change-Id: Ie0ecfcbab5161071d5cf61cc8e7647172122dad5 Reviewed-on: https://chromium-review.googlesource.com/1066470 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#560275}
 - 
Misha Efimov authored
Bug: 844176 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I24afd90a60a00ed7bd4700f13de78217cf4953e7 Reviewed-on: https://chromium-review.googlesource.com/1066751Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#560274}
 - 
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5ee9829622bc..7ca7a59f0202 $ git log 5ee982962..7ca7a59f0 --date=short --no-merges --format='%ad %ae %s' 2018-05-18 maxlg Shared_page_state: fix exception message Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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=sullivan@chromium.org Change-Id: I395e7401c889df0079592cf86d849df4f4db980a Reviewed-on: https://chromium-review.googlesource.com/1067022 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560273}
 - 
Bernhard Bauer authored
Even though @Manual was added more than three years ago, it appears that it never prevented any tests from running. Introduce a ManualSkipCheck that skips such tests. Also, add a unit test that instantiates and runs a ClassRunner, to verify that the check is properly executed. The test infrastructure for that could also be reused in other tests. TBR: jbudorick@chromium.org Bug: 831589 Change-Id: I2e2c105cdc4308fedee3f8f330feda5f055a4310 Reviewed-on: https://chromium-review.googlesource.com/1066092Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#560272}
 - 
Nico Weber authored
https://chromium-review.googlesource.com/c/chromium/src/+/1067164 added angle_unittests to chromium_gtests, so it now runs on the regular non-gpu android bots. At the moment, this means than angle_unittests runs twice on android_n5x_swarming_rel, e.g. on https://ci.chromium.org/buildbot/tryserver.chromium.android/android_n5x_swarming_rel/426449 This used to be an error when I worked on https://chromium-review.googlesource.com/c/chromium/src/+/1061795 last week (where this change was already reviewed), but apparently isn't an error anymore this week, so I forgot to move this part over. This should have been part of https://chromium-review.googlesource.com/c/chromium/src/+/1067164 TBR=kbr@chromium.org Bug: 843511 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: Ic0cd9986fff0415593190350aa5222255771c462 Reviewed-on: https://chromium-review.googlesource.com/1067361 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560271}
 - 
Nico Weber authored
Previously, they ran on the the clang and fyi android bots. cast_unittests also ran on almost all desktop bots via non_android_and_clang_win_chromium_gtests. gcm_unit_tests ran on almost all desktop bots via non_android_and_cast_chromium_gtests. Effectively this adds the two binaries to the main waterfall android bots. It also adds cast_unittests to the win/clang/tot and win/fyi bots, and gcm_unit_tests to the linux cast audio bots. Also unconditionally disable one cast_unittests test on Android since it doesn't pass there (it was already disabled under android cfi). This is part of an effort to reduce the number of test configurations. Originally reviewed as part of https://chromium-review.googlesource.com/1061795, which I'm now landing in smaller pieces. TBR=kbr@chromium.org Bug: 843511,831999 Change-Id: If4466d25664f8be72336b0da987732563fa049b3 Reviewed-on: https://chromium-review.googlesource.com/1067166 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560270}
 - 
Nico Weber authored
run boringssl_crypto_tests, boringssl_ssl_tests, libjingle_xmpp_unittests, storage_unittests everywhere Adds these suites to some memory bots, the clang tot bots, and fyi bots. Also disable one libjingle_xmpp_unittests under asan since it fails there. This is part of an effort to reduce the number of test configurations. Originally reviewed as part of https://chromium-review.googlesource.com/1061795, which I'm now landing in smaller pieces. TBR=kbr Bug: 843511,843731 Change-Id: I03f1117bba3dffe970caaca468cf28723f45c005 Reviewed-on: https://chromium-review.googlesource.com/1067360 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560269}
 - 
Philip Jägenstedt authored
Problem uncovered by a recent change in WPT, see: https://bugs.chromium.org/p/chromium/issues/detail?id=844781#c5 Bug: 844781 Change-Id: I6d3a51e7673ef28128b0ede4cbb0450a299730b5 Reviewed-on: https://chromium-review.googlesource.com/1065991Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#560268}
 - 
Tetsui Ohkubo authored
As described in the design doc, old SystemTray class is going to be replaced by UnifiedSystemTray class. Tray icons will be implemented in UnifiedSystemTray. This CL adds notification counter and do-not-disturb icon to UnifiedSystemTray button. Screenshot: * Counter: http://screen/cgktiihNYDo * Mute icon: http://screen/613vrQB3suz UX spec: http://shortn/_4BzEvhLxJ5 Design doc: go/cros-qs-restyling TEST=manual BUG=836134 Change-Id: Ia8c75290afe6c63a70125808d6ebd9bc7b0c37b9 Reviewed-on: https://chromium-review.googlesource.com/1060779Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#560267}
 - 
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/41a6376d..d87aec04 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;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:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ic7b8417fe5ea240368cba08bdd1af51d73d8892f Reviewed-on: https://chromium-review.googlesource.com/1067357Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#560266}
 - 
Steve Kobes authored
This will be used to measure layout jank regions. Also add some documentation of Region::Shape, and move comments about Region into the header. Bug: 581518 Change-Id: I54365b4fa544210060cc8fa59f4d4af820bfcb09 Reviewed-on: https://chromium-review.googlesource.com/1055597Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#560265}
 - 
Findit authored
This reverts commit cdc3f283. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 560257 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2NkYzNmMjgzNzMyNmQxMmM2YjVjNDlkZjNlNGRmMmFiZDRjMzU3YWMM Sample Failed Build: https://ci.chromium.org/buildbot/chromium/Win%20x64/22691 Sample Failed Step: compile Original change's description: > Roll src/third_party/webrtc/ a832019f4..6633d41bb (3 commits) > > https://webrtc.googlesource.com/src.git/+log/a832019f4e3a..6633d41bb0ee > > $ git log a832019f4..6633d41bb --date=short --no-merges --format='%ad %ae %s' > > Created with: > roll-dep src/third_party/webrtc > > > 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng > TBR=webrtc-chromium-sheriffs-robots@google.com > > Change-Id: I011fe3205d4b516b19df66bedac18861166e1ee7 > Reviewed-on: https://chromium-review.googlesource.com/1067014 > Reviewed-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@{#560257} No-Presubmit: true No-Tree-Checks: true No-Try: true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng Change-Id: Ia05b0f4b36b30ff64176cadf444223d508a9af7f Reviewed-on: https://chromium-review.googlesource.com/1067054 Cr-Commit-Position: refs/heads/master@{#560264}
 - 
Bernhard Bauer authored
Different channel builds on Android must have identical .so files. Previously ARCore was only enabled on the default channel but disabled on Canary, Dev, Beta, and Stable, which broke channel builds. Replacing the channel check with an official build check is the closest approximation that avoids reverting https://crrev.com/559923 completely. TBR: mthiesse@chromium.org Bug: 845080 Change-Id: Id75d793827db0a489523f1fe3ced094b0821d35d Reviewed-on: https://chromium-review.googlesource.com/1065917 Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#560263}
 - 
Nico Weber authored
chromium_android_clang_and_gl_gtests already includes all the tests in chromium_swarm_android_gtests, but chromium_swarm_android_gtests has different swarming parameters, and they overwrite some of the other tests. Remove chromium_swarm_android_gtests to give the clang, fyi, and memmory bots the same swarming parameters as the main android bots. (Hopefully we can delete all the chromium_swarm_*_gtests config and remove the chromium.swarm waterfall.) Also see the discussion at https://chromium-review.googlesource.com/c/chromium/src/+/1061795/27/testing/buildbot/chromium.android.json#882 This is part of an effort to reduce the number of test configurations. Originally reviewed as part of https://chromium-review.googlesource.com/1061795, which I'm now landing in smaller pieces. TBR=kbr@chromium.org Bug: 843511 Change-Id: I9e455cc3fc3ec69e813e4c72a9e1c2e7528dbf76 Reviewed-on: https://chromium-review.googlesource.com/1067109 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560262}
 - 
Nico Weber authored
This adds angle_unittests to more bots. This is part of an effort to reduce the number of test configurations. Originally reviewed as part of https://chromium-review.googlesource.com/1061795, which I'm now landing in smaller pieces. TBR=kbr Bug: 843511 Change-Id: I8bb587a509c1ff233db6e564a381af3a89a41f10 Reviewed-on: https://chromium-review.googlesource.com/1067164 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560261}
 - 
Bence Béky authored
Unlike general move semantics, when a Callback (either OnceCallback or RepeatingCallback) is moved from, it is guaranteed to be left in a null state. (See, for example, [1].) This CL removes two Reset calls from a freshly moved-from Callback, and uses std::move instead of assignment then Reset for a third one. [1] https://cs.chromium.org/chromium/src/base/callback_helpers.h?l=24 Bug: 807724 Change-Id: I538408b26fc0b6af601b23a669cb5447d2f9b1fe Reviewed-on: https://chromium-review.googlesource.com/1064019Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#560260}
 - 
csharrison authored
This CL makes sure the safe browsing throttle always has a database manager that can make checks. For the (extremely rare) case where the manager is not supported on the platform, checks are completely synchronously as SAFE. A follow-up will remove DatabaseManager::CanCheckSubresourceFilter from safe browsing internals (resolving the TODO here). This CL changes when a throttle can be created, since we won't create one unless there is a SafeBrowsing service. Most platforms should have one though. TBR=jkarlin@chromium.org Change-Id: Ic4c2d174af8980d088507976ff903ee0bf9dff16 Reviewed-on: https://chromium-review.googlesource.com/1067152 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#560259}
 - 
Kouhei Ueno authored
Bug: 695730, 696775, 686281 Change-Id: Id11515ceb7ce61fa15411a57ac4a105d03f3e6e6 Reviewed-on: https://chromium-review.googlesource.com/1065559Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#560258}
 - 
https://webrtc.googlesource.com/src.git/+log/a832019f4e3a..6633d41bb0ee $ git log a832019f4..6633d41bb --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I011fe3205d4b516b19df66bedac18861166e1ee7 Reviewed-on: https://chromium-review.googlesource.com/1067014Reviewed-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@{#560257}
 - 
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/1d08c644fb9a..5ee9829622bc $ git log 1d08c644f..5ee982962 --date=short --no-merges --format='%ad %ae %s' 2018-05-18 perezju [Telemetry] Update meaning of --browser android-webview Created with: roll-dep src/third_party/catapult BUG=chromium:841757 The AutoRoll server is located here: https://catapult-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=sullivan@chromium.org Change-Id: I792fdb841da0516a363100591d96d259d80367a0 Reviewed-on: https://chromium-review.googlesource.com/1066075Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560256}
 - 
Peter E Conn authored
This also rolls custom-tabs-client, including the following changes (only the most recent is directly depended upon): https://chromium-review.googlesource.com/c/custom-tabs-client/+/1028234 https://chromium-review.googlesource.com/c/custom-tabs-client/+/1063970 https://chromium-review.googlesource.com/c/custom-tabs-client/+/1065875 Bug: 816798 Change-Id: I3ec9bdcb658af5a30ea8d09f5603b56441f7f367 Reviewed-on: https://chromium-review.googlesource.com/1064236 Commit-Queue: Peter Conn <peconn@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#560255}
 - 
Erik Språng authored
This will be necessary in order to properly use temporal and spatial scalability in hardware accelerated video codecs. Bug: chromium:794608 Change-Id: I029e044a33c95eb4bcc9db04b028d04a3cb7f922 Reviewed-on: https://chromium-review.googlesource.com/1016900 Commit-Queue: Erik Språng <sprang@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#560254}
 - 
Alex Clarke authored
I was curious about the cost of locking in TaskQueueImpl and realised we don't have coverage for non-delayed PostTask so I added one. Change-Id: I765f3d4316e9e6c7bac01d7b2f3a1d02188a2185 Reviewed-on: https://chromium-review.googlesource.com/1065776Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#560253}
 - 
James Darpinian authored
This reverts commit 34cc115e. Originally reviewed at: https://chromium-review.googlesource.com/c/chromium/src/+/1065191 Broke Nexus 6 FYI bot: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Android%20FYI%20Release%20(Nexus%206)/4593 TBR=piman@chromium.org Bug: 839609,839618 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: Ic4ebaedc578f8b32a5a423b73d2b7e29911c791c Reviewed-on: https://chromium-review.googlesource.com/1067135 Commit-Queue: James Darpinian <jdarpinian@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#560252}
 - 
http://dromaeo.com?dom-modifyEmily Hanley authored
TBR=charliea@chromium.org NOTRY=true Bug: 844541 Change-Id: If20fbd49f847b5bc7e47790b6f2738c6ab152382 Reviewed-on: https://chromium-review.googlesource.com/1066408 Commit-Queue: Emily Hanley <eyaich@chromium.org> Reviewed-by:
Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#560251}
 - 
Olga Sharonova authored
AudioManagerBase input streams may contain fake streams, which are not closed properly on Mac now. Fixing it. Bug: 810321 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: I117da2df47c99f43c2d122be8af4ca43da87531d Reviewed-on: https://chromium-review.googlesource.com/1065679Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#560250}
 - 
Yuichiro Hanada authored
Bug: 829383, 834027 Change-Id: I440f2b11b8cfe8499af913b508dcda535c554cf4 Reviewed-on: https://chromium-review.googlesource.com/1060873Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#560249}
 - 
Marina Ciocea authored
This CL adds Memory.AudioService.PrivateMemoryFootprint, SharedMemoryFootprint and PrivateSwapFootprint metrics, and content::GetProcessIdForAudioService() to read audio service process id. Audio service design doc: https://docs.google.com/document/d/1s_Fd1WRDdpb5n6C2MSJjeC3fis6hULZwfKMeDd4K5tI/edit?usp=sharing Bug: 843985 Change-Id: I8d8c9cd77c8dcd3a6ec836a8f74f36617a9e7f67 Reviewed-on: https://chromium-review.googlesource.com/1064064 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#560248}
 
 -