- 06 Apr, 2018 40 commits
- 
- 
Tommy Steimel authoredThis CL adds a test mode flag to modern media controls that hides the loading panel. This will be used for other changes as well, such as not showing the transition for the overlay play button. This is to be used for layout testing to prevent mismatch issues arising from the animations being at a different point. Bug: 775534 Change-Id: Ie79560f1f012992d50222d31f5a953b30a925916 Reviewed-on: https://chromium-review.googlesource.com/997015 Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by: Nate Chapin <japhet@chromium.org> Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#548820} 
- 
Tom Sepez authoredBug: 825557 Change-Id: Ibde6fc555aa9e35e1896a2eb5ecccdc80869c8ce Reviewed-on: https://chromium-review.googlesource.com/985026 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#548819} 
- 
Joshua Bell authoredSimplify/rework the tests for the 'expires' options. Don't run the tests with the special secure-only prefixes, as that's orthogonal to the behvior. In Chromium, this also reveals that support for HTTP date strings as 'expires' values, as described in the explainer[1] is not yet supported. [1] https://github.com/WICG/cookie-store/blob/gh-pages/explainer.md Bug: 729800 Change-Id: I015fd643f18b59c8294f9dc62d576682132795fd Reviewed-on: https://chromium-review.googlesource.com/994284 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#548818} 
- 
Garfield Tan authoredBUG=823634 BUG=b/74621390 TEST=Chrome builds. Change-Id: Id33704db9ed01b91791e111093da64ae406aeec3 Reviewed-on: https://chromium-review.googlesource.com/997024Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by: Yury Khmel <khmel@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Garfield Tan <xutan@chromium.org> Cr-Commit-Position: refs/heads/master@{#548817} 
- 
Brian White authoredChange-Id: Iaa0a21a8ef620a48874073ac7aadf25fb8087006 Reviewed-on: https://chromium-review.googlesource.com/974067Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#548816} 
- 
Owen Min authoredUsing unique_ptr instead of references to avoid copy of protobuf later. Bug: 812641 Change-Id: I847dcf99a7e475d51a04897942ea39c5c84ca47b Reviewed-on: https://chromium-review.googlesource.com/999043Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Roger Tawa <rogerta@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548815} 
- 
Adam Rice authoredtestserver.py only supports one simultaneous request in basic auth proxy mode. This can lead to test timeouts when an unrelated request hogs the connection. Use the SelectServer.ThreadingMixIn to switch to thread-per-connection semantics, allowing the server to support any number of requests up to the limit of filehandles or memory. This CL only fixes the basic auth proxy mode. The http and https modes have the same flaw, but are harder to fix because all the handlers have to be made threadsafe. However, requests in the http and https modes are expected to be short-lived and there are no known problems caused by the deficiency. BUG=822614 Change-Id: Ieb2e91613f15e51a11af93c8da7d639da298b9a6 Reviewed-on: https://chromium-review.googlesource.com/999276Reviewed-by: Ian Clelland <iclelland@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#548814} 
- 
Pavel Yatsuk authoredBUG=811909 R=rkaplow@chromium.org Change-Id: I61e1b27c5470a5a2b334ba1adbf26a0b7605d571 Reviewed-on: https://chromium-review.googlesource.com/998350Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#548813} 
- 
Jérôme Lebel authoredThis patch adds a simple view that will be used to redo the sign-in workflow for unity project. This patch implements the IdentityPickerView which is the grey button with the down arrow. This can be seen in the mock[1] for the sign-in workflow. The accessibility is not done yet. The rest of the dialog will be implemented soon. IdentityPickerView: https://drive.google.com/open?id=1bHM8QGHl7uTVMcUMLm-v3WRclj4kNyEc IdentityPickerView in situe: https://drive.google.com/open?id=1P3ZkJqNnk9ShIUwdaSbX-aZjvPn7NReg IdentityPickerView with email only: https://drive.google.com/open?id=18jD8IZlngQbKa_KkZ6ZADsxDdRl32yn4 IdentityPickerView with big fonts: https://drive.google.com/open?id=1OLiDdQC6Tl1qBiG7ciVliAqX0LAwTXxz IdentityPickerView email only with big font: https://drive.google.com/open?id=1JkVtbTWQyCLwxwUeu0x_0nTKPvhFD9rE Mock[1]: https://docs.google.com/presentation/d/1cZfr5FGWGSy0PNaQ8uzik0alLAH-5glh1vsb030vha8/edit?ts=5aba5455#slide=id.g353bc22139_3_19 Bug: 827072 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ia3caddb069b951e734161901325206555d8af0ae Reviewed-on: https://chromium-review.googlesource.com/995417 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#548812} 
- 
Roger Tawa authoredThe connector determines if the machine must be enrolled to machine level policies and begins the process if so. The connector also handles merging the machine level policies with the other policies (system policies and user cloud policies). Bug: 812641 Change-Id: I0d2e2f31cc689a6ad2a6eff96d57b49751ae1732 Reviewed-on: https://chromium-review.googlesource.com/980575 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by: Drew Wilson <atwilson@chromium.org> Cr-Commit-Position: refs/heads/master@{#548811} 
- 
Daniel Bratell authoredThe two identical AcceleratorMapping structs clashed in jumbo build experiments (no offical support of jumbo in this code yet). Bug: 803406 Change-Id: I065bfb447de67c05d2f6172ffbdeff4bc68e6538 Reviewed-on: https://chromium-review.googlesource.com/997832Reviewed-by: Ben Wells <benwells@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#548810} 
- 
Takumi Fujimoto authoredvirtual/layout_ng_experimental/fast/multicol/vertical-lr/caret-range-outside-columns.html This test is timing out on WebKit Mac10.11 (dbg), so we're labeling it as such. No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 829866 Change-Id: Ica0d7a726e14111a1cae7ab3832b41af3ddf5912 Reviewed-on: https://chromium-review.googlesource.com/998983Reviewed-by: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#548809} 
- 
lgcheng authored1. Add method for Android side to grant temporary permission to default app. 2. Create method to generate packagelist which should received USB device events. Bug: 776476 Bug: b:24572867 Test: Add test. Change-Id: I2b057e146393f90779d336b7bfafaf878077ca41 Reviewed-on: https://chromium-review.googlesource.com/998822Reviewed-by: Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by: Yury Khmel <khmel@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#548808} 
- 
Vaclav Brozek authored_CheckUniquePtr consistes of two checks -- one related to nullptr, one related to make_unique. The error messages are currently swapped by accident. This CL fixes that and adds a check for that. It also removes some confusing "java/src" subpaths from the mock file paths in the check. Those got in via copy&paste and are confusing, while not relevant for what the test is testing. Bug: 827961 Change-Id: Iaf3272cfc5fe0a641feaee861ad17fe71505800b Reviewed-on: https://chromium-review.googlesource.com/999604Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548807} 
- 
Elly Fong-Jones authoredThis change: 1) Implements the Material menu spec, as linked in the attached bug; 2) Adds support to NativeThemeMac for using Aqua highlights in Aqua mode; 3) Removes the logic in BridgedNativeWidget to support translucent/blurred menu windows, since Material menus are opaque Future work: 1) Removing MenuRunnerImplCocoa, which can be rendered dead; 2) Fixing the synchronous-ness of MacViews menus Bug: 829347 Change-Id: I6219edf82c36cc0380dc9073835d8071a2709496 Reviewed-on: https://chromium-review.googlesource.com/998016 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#548806} 
- 
v8-autoroll authoredSummary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3e5f91d2..6504f4a1 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;master.tryserver.chromium.win: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: I32418eb2e6e5e177bcee3569a5f0168b9baa0cf4 Reviewed-on: https://chromium-review.googlesource.com/999322Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#548805} 
- 
Oksana Zhuravlova authoredThis change also converts the minimum necessary amount of C++ code to pass objects of base::Value by value instead of std::unique_ptr. Bug: 646113,799482 Change-Id: I24fa46c4bf50526422e2f4e5e34eeb62999b9958 Reviewed-on: https://chromium-review.googlesource.com/994274Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Ilya Sherman <isherman@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#548804} 
- 
Peng Huang authoredBug: 776877 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I6faa89c42bb8a6bf43c4a9c6fe86826dca316e4f Reviewed-on: https://chromium-review.googlesource.com/998317Reviewed-by: Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#548803} 
- 
Xianzhu Wang authoredThis saves a pair of RestoreOp and SaveOp between chunks with the same property tree state. https://ct.skia.org/results/cluster-telemetry/tasks/chromium_perf_runs/wangxianzhu-20180405050948/html/index.html showed that this CL can reduce paint_op_count by 3%. Bug: 803867 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I979b946e3642773152e19b8648a6e9c3e7268257 Reviewed-on: https://chromium-review.googlesource.com/997175 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548802} 
- 
Qiyu Hu authoredThis is necessary as request_read/write_cb in android have become request_read/write_characteristic/descriptor_cb BUG: b:73743210 TEST: ./out/Default/unit_tests --gtest_filter="ArcBluetoothBridgeTest.*" Also push this to my device, working fine Change-Id: Ib850fceae979c29746affd5591cbac7264de77d2 Reviewed-on: https://chromium-review.googlesource.com/998797Reviewed-by:Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by: Greg Kerr <kerrnel@chromium.org> Commit-Queue: Qiyu Hu <qiyuh@google.com> Cr-Commit-Position: refs/heads/master@{#548801} 
- 
Stephen McGruer authoredThis test is crashing consistently on Linux ASAN bots. https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=MediaRouterIntegrationOneUANoReceiverBrowserTest.ReconnectSessionSameTab https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=mus_browser_tests&tests=MediaRouterIntegrationOneUANoReceiverBrowserTest.ReconnectSessionSameTab Following example in crrev.com/7bd70e54 this change prefixes the test with "MANUAL_", not "DISABLED_". Bug: 826016 Change-Id: I931cfcb34063ab11199782b9432120a7638e7d96 TBR=amp Change-Id: I931cfcb34063ab11199782b9432120a7638e7d96 Reviewed-on: https://chromium-review.googlesource.com/998660Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#548800} 
- 
Takumi Fujimoto authoredThis reverts commit 8f0f9ceb. Reason for revert: Speculative revert I think this CL is making media/controls/accessibility-timeline.html fail on WebKit Mac10.10, etc: https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Mac10.10/builds/45448 Original change's description: > Media Controls: expose current time in timeline accessibility value description. > > Instead of the proper value that may have many digits and make no sense > to a human. > > Bug: 829627 > Change-Id: I467354edc416af46de0f1c625e6b890414f8ae6f > Reviewed-on: https://chromium-review.googlesource.com/998915 > Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> > Reviewed-by: Tommy Steimel <steimel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#548775} TBR=mlamouri@chromium.org,steimel@chromium.org Change-Id: I14730aa64a3b51e7fa4698eeb003d386b02e4b34 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 829627 Reviewed-on: https://chromium-review.googlesource.com/999105Reviewed-by: Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#548799} 
- 
Yash Malik authoredBefort this CL, we would just ignore a VR intent if the VR services were out of date. In this CL, we show the DOFF, and show the update infobar in 2D. For DLAs some reason, intenting out to the play store sometimes results in Android dropping the intent, so we keep the CCT alive if the DON flow is successful and show the infobar. Bug: 824524 Change-Id: I2387b270a2e9c18f941e4a433309749f6ef25f87 Reviewed-on: https://chromium-review.googlesource.com/997018Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Yash Malik <ymalik@chromium.org> Cr-Commit-Position: refs/heads/master@{#548798} 
- 
Friedrich Horschig authoredAs we have all approvals and the feature will fully launch with 66, enable it by default. Bug: 794108 Change-Id: I2cc5badc77391ff8bfe56b8653381c3648fd06a7 Reviewed-on: https://chromium-review.googlesource.com/999516Reviewed-by: Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#548797} 
- 
Evan Stade authoredThis is a reland of 8ce1863f The last one was reverted for making some tests flaky. That should be fixed by 661500f0 Original change's description: > Turn on native notifications by default for Chrome OS. > > They're already on by default for Mash. This makes Chrome use the mojo > ("native") interface for notifications even in non-Mash. > > Bug: 578868 > Change-Id: If1ee85e2136dc0480ccee9a57835b0ffb9b47b8b > Reviewed-on: https://chromium-review.googlesource.com/963518 > Commit-Queue: Evan Stade <estade@chromium.org> > Reviewed-by: Steven Bennetts <stevenjb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544395} Bug: 578868 Change-Id: I33f5ec5a614e2cd7f0c745944413ea49965b82bf Reviewed-on: https://chromium-review.googlesource.com/999333Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#548796} 
- 
Asanka Herath authoredIt's not used. Change-Id: I741e8fe3285a43c12e3e1cad1cb1591647c3dc17 Reviewed-on: https://chromium-review.googlesource.com/998753Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#548795} 
- 
Theresa authoredBUG=828979 Change-Id: Ic65fcc0d1928dd07da37666b068e67daa683890c Reviewed-on: https://chromium-review.googlesource.com/999029Reviewed-by: Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#548794} 
- 
Christian Dullweber authoredUse the domain matching algorithm to determine which content setting rule could have influenced the creation of a cookie to correctly decide whether it should be deleted on exit. This fixes cases where cookies are visible to subdomains or domains with non-default ports and directly looking up the origin of a cookie in HostContentSettingsMap doesn't return the right result. Bug: 775080 Change-Id: If460537cf7a3de0a4a483d58ac1504637d9612be Reviewed-on: https://chromium-review.googlesource.com/975861Reviewed-by: Martin Šrámek <msramek@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Karan Bhatia <karandeepb@chromium.org> Reviewed-by: Joshua Bell <jsbell@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#548793} 
- 
Justin DeWitt authoredThese were left in error after moving mhtml_page_notifier.mojom out of chrome/common/offline_pages. Bug: 826362 Change-Id: I07204272d67f33858c6113936a3ba88164f24bc0 Reviewed-on: https://chromium-review.googlesource.com/998684Reviewed-by: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#548792} 
- 
Elly Fong-Jones authoredThis change removes the HTTP auth nib (already unused in these builds) and all the extension bubble nibs, as well as all the plumbing leading to them. After this change, mac_views_browser builds always use Views versions of these dialogs and !mac_views_browser builds always use Cocoa versions. TBR=rdevlin.cronin@chromium.org Bug: 825610 Change-Id: I93fd0098826a65b6de453864bfa1243bbfab5ee0 Reviewed-on: https://chromium-review.googlesource.com/997992Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#548791} 
- 
Misha Efimov authoredBug: 786559 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I463de96ebe15cff88295ab503f9e88840fd23348 Reviewed-on: https://chromium-review.googlesource.com/998542 Commit-Queue: Misha Efimov <mef@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#548790} 
- 
Jay Civelli authoredMoving the replaying of redirects and response started notifications for frames from WebURLLoaderImpl to the ResourceDispatcher. This allows to provide the actual ResourceResponseHead to URLLoaderClientImpl::OnReceiveResponse and fixes the bug where IP address and MIME type would not be reported in ResourceLoadComplete notifications for frames. Bug: 826082 Change-Id: I02c90300e0399045e646764cf6a266dd58c0b0b7 Reviewed-on: https://chromium-review.googlesource.com/982733Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Camille Lamy <clamy@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#548789} 
- 
Fan Yang authoredMerge internal change: 191592257 R=rch@chromium.org Change-Id: I6b18da8eb73506819c8be3853e33715ab3cf62b7 Reviewed-on: https://chromium-review.googlesource.com/999327Reviewed-by: Ryan Hamilton <rch@chromium.org> Commit-Queue: Fan Yang <fayang@chromium.org> Cr-Commit-Position: refs/heads/master@{#548788} 
- 
https://chromium.googlesource.com/angle/angle.git/+log/c3755fc56611..b8e396609624 $ git log c3755fc56..b8e396609 --date=short --no-merges --format='%ad %ae %s' 2018-04-04 jmadill Vulkan: Remove Observer from LineLoopHandler. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=fjhenigman@chromium.org Change-Id: Iba6ac177fe134d548f3d23118a785a9e85ff532e Reviewed-on: https://chromium-review.googlesource.com/998400Reviewed-by: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#548787} 
- 
tzik authoredThis is another run of base_bind_rewriter to //content and //storage that covers the users of newly migrated services, new rewriters that remove unneeded base::Passed and fix misused BindRepeating. Change-Id: I1e745d606de85a2843255e30ce7e0352a782aea9 Reviewed-on: https://chromium-review.googlesource.com/999077 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#548786} 
- 
Chromium WPT Sync authoredUsing wpt-import in Chromium d2ab45ba. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/15385 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 Directory owners for changes in this CL: foolip@chromium.org: external/wpt/compat jsbell@chromium.org: external/wpt/resources TBR=lukebjerring No-Export: true Change-Id: I4e69a43d8172c38fabb0cf400d31aa592638b15b Reviewed-on: https://chromium-review.googlesource.com/998543 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@{#548785} 
- 
Adam Rice authoredUpdate Blink's implementation of ReadableStream to https://streams.spec.whatwg.org/commit-snapshots/37ace3d5f16cbea7aec4a0c80532c95059994d51/ This also updates TransformStream to use CreateReadableStream() instead of calling the ReadableStream constructor. Several common operations have become unused and have been removed. The EXTERNALLY_CONTROLLED flag has been renamed to the slightly more specific name "BLINK_LOCK_NOTIFICATIONS". All external/wpt/streams/readable-streams tests now pass, and failing expectations have been removed. Most changes were already covered by the web-platform-tests. A new readable-streams/patched-global.js test verifies that ReadableStreamTee() does not use the global ReadableStream constructor or otherwise touch the global object. BUG=710728 Change-Id: I2b799045f47376adef305f5f88ad106161425b46 Reviewed-on: https://chromium-review.googlesource.com/992077 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#548784} 
- 
Vaclav Brozek authoredThis CL adds a function to generate FormData based on a given DataAccessor. The CL further uses this function to add a fuzzer for the code parsing FormData into PasswordForms (on iOS, for now). Bug: 827945 Change-Id: I910a19b8e54b6383f91476c5c0fd698521d11eb2 Reviewed-on: https://chromium-review.googlesource.com/992496 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#548783} 
- 
Michael Thiessen authoredIt should be impossible for this toast to show up while in VR as we intentionally never send long presses for exactly this reason. However, the toast is still showing up whenever the icon is clicked or scrolled over, but only on Android N. I've gone through the support library code, and overridden the long-press handler that shows the toast and the toast still shows up. I have no idea what's creating the toast or how to even find that out. The simplest solution seems to be just clearing the title when we're in VR, as the toast will never show up then. Bug: 829151 Change-Id: I9353ffa41ee44e488cc79d44ad6869961e11561f Reviewed-on: https://chromium-review.googlesource.com/998658Reviewed-by: Theresa <twellington@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#548782} 
- 
Mikhail Pozdnyakov authoredOrigin must be extracted from the URL before it is passed to GetPermissionStatusForFrame(). Bug: 750018 Change-Id: Iffffbf4ec516cb1a798c3604333a71d3bdac5e9e Reviewed-on: https://chromium-review.googlesource.com/998160Reviewed-by: Alexander Shalamov <alexander.shalamov@intel.com> Commit-Queue: Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> Cr-Commit-Position: refs/heads/master@{#548781} 
 
-