- 26 Jan, 2018 40 commits
-
-
Tommy Nyquist authored
This CL updates the testing configuration for the in-product help feature for data saver. BUG=748574 Change-Id: I782c429d67f04eca00c4a56172e0632f59c056a4 Reviewed-on: https://chromium-review.googlesource.com/885089Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#532075}
-
Tommy Nyquist authored
This CL updates the testing configuration for the in-product help feature for downloading web pages on Android after taking a screenshot to the planned launch configuration. BUG=748574 Change-Id: Iee3f04274649c62d3476539bd04441e6730fbd18 Reviewed-on: https://chromium-review.googlesource.com/884985Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#532074}
-
Aleks Totic authored
Got reported by automated linter at: https://bugs.chromium.org/p/chromium/issues/detail?id=805881 Bug: 805881 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ia11917484274dda0c2f3f3914da3dce37376e2fe Reviewed-on: https://chromium-review.googlesource.com/887748 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#532073}
-
Xiaocheng Hu authored
This patch adds test cases about vertical text and overflowing or underflowing text to LocalCaretRectTest, to help the implementation of the NG version of LocalCaretRectOfPosition(). Bug: 771398 Change-Id: I21a6a07cf1246b9dd867e7b5a4fe44aa101a2aff Reviewed-on: https://chromium-review.googlesource.com/887918Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#532072}
-
Yuwei Huang authored
This CL adds android:host="*" to the intent filter and removes the AppLinkUrlError suppression. Bug: 804441 Change-Id: I30dc3f0171fbfb6b4f195b90f7deba0fd43911ba Reviewed-on: https://chromium-review.googlesource.com/879584Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#532071}
-
Devlin Cronin authored
Modify URLRequestExtensionJob to determine the mime type of a requested file through net::GetWellKnownMimeTypeFromExtension(), rather than URLRequestFileJob::GetMimeType(). The difference here is that the latter will include platform-specific modifications. This means that if another application on the users machine specified a different mime type for an extension, that type would be used. This causes problems with modules in extensions, in the cases where a different application has set a different mime type for .js files, since modules have strict mime type requirements. Use GetWellKnownMimeTypeFromExtension(), and add .js to the list of primary mappings in mime_util.cc. Bug: 797712 Change-Id: I27fea0479268520abd08fb62a501d213a3a04f52 Reviewed-on: https://chromium-review.googlesource.com/885401Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#532070}
-
Tom Anderson authored
After r531270, gn chokes while running exec_script(): [0124/122441.126364:FATAL:thread_restrictions.cc(105)] Check failed: !g_base_sync_primitives_disallowed.Get().Get(). GN executes scripts synchronously while loading files, so blocking is necessary. This CL adds a ScopedAllowBaseSyncPrimitives for gn to use while waiting for exec_script() to complete. BUG=805628 R=dpranke,thestig,fdoray Change-Id: I7ad539a8dee0230c84d94f1c6b37755a890bfcd7 Reviewed-on: https://chromium-review.googlesource.com/884423 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#532069}
-
Rob Buis authored
Serialize prefixes for HTML fragments correctly as described in the spec: https://html.spec.whatwg.org/#serialising-html-fragments Bug: 651762 TEST=external/wpt/html/syntax/serializing-html-fragments/serializing.html Change-Id: I577841f60eea118ce0039e53f95d970c20566261 Reviewed-on: https://chromium-review.googlesource.com/883862Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Rob Buis <rob.buis@samsung.com> Cr-Commit-Position: refs/heads/master@{#532068}
-
David Bokan authored
This patch makes spatial navigation work correctly when the root layer scrolls feature is turned on. This class was incorrectly using "absolute" coordinates to mean "root frame" so I fixed the naming where appropriate and used the correct RLS-aware coordinate conversion methods. These tests also uncovered a bug in one of these conversion methods: AbsoluteToRootFrame(LayoutRect). This CL fixes that issue as well. Bug: 417782 Change-Id: I700069f46ce60d834e4f2a25113034a2c5bb3eb0 Reviewed-on: https://chromium-review.googlesource.com/887334 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#532067}
-
Jay Civelli authored
As part of the effort to move UtilityProcessHost to the ServiceManager, removing a reference to UtilityProcessHost from MashServiceRegistryTest. Bug: 775677 Change-Id: I7da48a0f58d46205c3ec2e7143a22e96981cba37 Reviewed-on: https://chromium-review.googlesource.com/886839Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#532066}
-
Adithya Srinivasan authored
No-Try: true Tbr: dtapuska@chromium.org Bug: 806357 Change-Id: Id60c740f60a867f081810efc62654271b0495e02 Reviewed-on: https://chromium-review.googlesource.com/889706Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#532065}
-
Jay Civelli authored
Moving the manifest parsing and extension validation from the Unpacker class to SandboxedUnpacker. As a result, all the extension unpacking is done from the browser process and the Unpacker class is removed. The 2 remaining methods in unpacker.cc still used for unzipping the extension have been moved to utility_handler.cc and the associated tests renamed from unpacker_unittest.cc to utility_handler_unittest.cc. The unzipping will also eventually be moved to the browser process at which point utility_handler files will be removed as well. Tbr: rockot@chromium.org Bug: 800540 Change-Id: Ib286fa88edc96e4c186aba6e2ee1d9c2317efe84 Reviewed-on: https://chromium-review.googlesource.com/883967Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#532064}
-
Ovidio Henriquez authored
This change migrates the server/getPrimaryService(s) tests to wpt/. BUG=509038 Change-Id: I9f3adb19f0b6edec2ba45eec7e331b75b3aae57c Reviewed-on: https://chromium-review.googlesource.com/834201Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#532063}
-
Yoland Yan authored
Add +aluo to related third_party repo and WebView sub directory as OWNER Change-Id: Ieae996d2725893adf593e40c3f4950bd3e3e2d24 Reviewed-on: https://chromium-review.googlesource.com/887824Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#532062}
-
Tom Sepez authored
There aren't any lifetime issues as far as I can tell, but the code will be a lot safer given move-only semantics. Remove always-empty fds_to_close_post_fork array usage. Change-Id: I20638a01c30193275212c72f056b8da613c7072e Reviewed-on: https://chromium-review.googlesource.com/887356 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#532061}
-
Ovidio Henriquez authored
This change updates a couple of characteristic same object tests to use the new test API. This will allow the tests to be migrated into the wpt/ directory. BUG=509038 Change-Id: I483a623c8f58848fb0a7e3cea7cb65b27c79eccc Reviewed-on: https://chromium-review.googlesource.com/823072 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#532060}
-
Robert Ogden authored
M65 changed some of the clicking/playing behavior so update the test to use a backward-compatible fix. Bug: 799585 Change-Id: If13867d2a56d0de8b374505f8c780385143f9aa2 Reviewed-on: https://chromium-review.googlesource.com/887425 Commit-Queue: Robert Ogden <robertogden@google.com> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#532059}
-
Yuwei Huang authored
* Make text on host setup instruction view darker so that the contrast ratio is higher than 4.5:1. * Use Google Blue palette for the settings menu. Make primary text bold. Bug: 806091 Change-Id: I7c6b02d502a24261e022eca329eb6766007563ea Reviewed-on: https://chromium-review.googlesource.com/887720Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#532058}
-
Xianzhu Wang authored
For SPv175 (but not SPv2) a chunk may have paint properties escaping its containing composited layer. A layer may have no painting changed but needs raster invalidation for changed paint properties (caused by ancestors) of such chunks. An example is a fixed-positioned object under a composited layer other than the LayoutView. When the viewport scrolls, nothing will change in in paint artifacts, but the fixed-positioned object's paint chunk will change its chunk_to_layer_transform thus needs raster invalidation. Bug: 805049 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I72c672657215aa4543783eed9cb2362411939a01 Reviewed-on: https://chromium-review.googlesource.com/885092Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#532057}
-
Tarun Bansal authored
Bug: 806068 Change-Id: I013b1396f3c56edb5b7dd349d9ad31616b1a5803 Reviewed-on: https://chromium-review.googlesource.com/887780Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#532056}
-
Jian Li authored
OfflinePageRequestJob does not derive from URLRequestFileJob any more. Instead, the file reading logic in URLRequestFileJob is integrated into OfflinePageRequestJob such that the file can be opened and held for both validation and reading. Bug: 758690 Change-Id: Id33533316b79a919a365991aa0173bc8c71b5e4f Reviewed-on: https://chromium-review.googlesource.com/865757Reviewed-by:
Dmitry Titov <dimich@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#532055}
-
Xida Chen authored
TBR=junov@chromium.org Bug: None Change-Id: Ib34c35f73778b71cea041b81dcf94ca413f0e13a Reviewed-on: https://chromium-review.googlesource.com/887962Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#532054}
-
Qiang Xu authored
Disabling as this test is failing on linux-chromeos-rel builder. See: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-rel/4627 TBR=yamaguchi@chromium.org TBR=yoshiki@chromium.org Bug: 804413 Change-Id: I9591ee8652fc7965b1261a8cf2f1666b6ae7d3ea Reviewed-on: https://chromium-review.googlesource.com/887618Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Qiang(Joe) Xu <warx@chromium.org> Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Cr-Commit-Position: refs/heads/master@{#532053}
-
Jiaquan He authored
This commit fixes a regression of crrev.com/c/874526. Bug: 804517 Change-Id: Ib1150d51a35251bb9fcaa9853b41db55a50633f1 Reviewed-on: https://chromium-review.googlesource.com/887825Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#532052}
-
Christian Biesinger authored
UKM review: https://docs.google.com/document/d/1Cpe5kLi3tVshH3evoJVUVDjOw7le-f8jFwBjEk2uadY/edit Bug: 783383 Change-Id: Ib684e9e07322e27633b33576c688fa699fada81e Reviewed-on: https://chromium-review.googlesource.com/812154Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#532051}
-
Evan Stade authored
For the changes to FileManagerBrowserTestBase, you can run affected tests with --gtest_filter=DriveSpecific* This is identical to 2a3c7c84 but should work now after the fix which landed as 7a379f73 Bug: 783018 Change-Id: Ie77f44e2e7a5af15e24e630c412bebe5788cb5a0 Reviewed-on: https://chromium-review.googlesource.com/881681Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#532050}
-
Albert Chaulk authored
Currently there is an implicit assumption that certain dbus files are built if is_linux=true which causes link errors if they aren't. This changes the ifdef condition to also build stubs in this case. Bug: b/72507234 Test: Local build Change-Id: Ie1857a0400eb2bfbd4420a1c2402fa2d95089b8e Reviewed-on: https://chromium-review.googlesource.com/871259Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Albert Chaulk <achaulk@chromium.org> Cr-Commit-Position: refs/heads/master@{#532049}
-
Steve Kobes authored
TESTED=RenderViewImplTest.PreferredSizeZoomed passes with RLS Bug: 785088 Change-Id: Ibce3e168a7b777b7ee4a51593177d6cbc162ec87 Reviewed-on: https://chromium-review.googlesource.com/886837Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#532048}
-
Peng Huang authored
Bug: 805437,802379 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I574359746c207e0e1078758d1908f0c98450333c Reviewed-on: https://chromium-review.googlesource.com/886832Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#532047}
-
Michael Thiessen authored
Wait until we get the actual WebContents size before we resize the Webcontents/surfaces to avoid an extra unnecessary resize when entering VR. Change-Id: Ice3c74830ce8c395b3909b719e3c5956facbba77 Reviewed-on: https://chromium-review.googlesource.com/887266Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#532046}
-
Yuwei Huang authored
By default WebRTC will try to use all networks available to establish a connection to the host. Sometimes cellular network will be use even when WiFi network is available. Generally app will never use cellular network if WiFi is available. This CL enables the PORTALLOCATOR_DISABLE_COSTLY_NETWORKS flag on the port allocator, which removes costly network when a less costly network exists. Bug: 488760 Change-Id: I2eec64807c246dc11b1022f75eb3e9bf16935946 Reviewed-on: https://chromium-review.googlesource.com/862844Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#532045}
-
Sidney San Martín authored
Change-Id: I00799bf180fc94b3a8b30e0a77bdc7473cf58ca4 Bug: 589943 Reviewed-on: https://chromium-review.googlesource.com/887385Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#532044}
-
Adithya Srinivasan authored
This reverts commit e76e0e99. Reason for revert: I suspect it caused recent Windows MSVC build failures (https://luci-milo.appspot.com/buildbot/chromium.win/WinMSVC64%20%28dbg%29/2260. The problematic file is chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc. Original change's description: > Add timestamp to requests for experimental contextual suggestions. > > The experimental contextual suggestions service provides 0-suggest > autocomplete suggestions based on the URL that is visited in the active > tab, at the time the address bar is focused. This CL adds to the request > a timestamp corresponding to the time the user started navigating the > URL for which the suggestions are requested. > > This change is a requirement for the process of enabling server-side > logging of the contextual suggestions that are sent to Chrome clients. > If logged, contextual suggestions are to be removed as soon as a > synced user removes from their history the page that was visited at the > time the suggestions were displayed. The timestamp is necessary for > matching suggestions with the corresponding navigation. > > TBR=rohitrao > for mechanical changes to ios/c/b/a/* > > Bug: 692471 > Change-Id: I6939d108cfab91b69640acdbb3b8307687999320 > Reviewed-on: https://chromium-review.googlesource.com/879167 > Commit-Queue: Gheorghe Comanici <gcomanici@chromium.org> > Reviewed-by: Mark Pearson <mpearson@chromium.org> > Reviewed-by: Rohit Rao <rohitrao@chromium.org> > Reviewed-by: Justin Donnelly <jdonnelly@chromium.org> > Cr-Commit-Position: refs/heads/master@{#531999} TBR=rohitrao@chromium.org,mpearson@chromium.org,jdonnelly@chromium.org,gcomanici@chromium.org Change-Id: Ie588cd5849a59c845b51c9ca334b32bef4a61037 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 692471 Reviewed-on: https://chromium-review.googlesource.com/889142Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#532043}
-
Marijn Kruisselbrink authored
Bug: 604800, 769024, 740744 Change-Id: I2267b1015e3c9ad0d3dfe019572ff328557e0112 Reviewed-on: https://chromium-review.googlesource.com/882483Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#532042}
-
Steve Anton authored
https://webrtc-review.googlesource.com/c/src/+/41042 will change an error message in CreateAnswer which would break this WPT. Once the WebRTC CL has rolled in the test expectation will be updated and the test re-enabled. Bug: 806005 Change-Id: I53855be0dcc23bb76a6a6087761198beb82262dc Reviewed-on: https://chromium-review.googlesource.com/887371Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Steve Anton <steveanton@chromium.org> Cr-Commit-Position: refs/heads/master@{#532041}
-
Réda Housni Alaoui authored
Fixes for reland number 6: - "Win10 Tester" capture_unittests failure - "Win8 Tester" capture_unittests failure Fixes for reland number 5: - "Win10 Tester" browser_tests_functional failure - "Win8 Tester" browser_tests_functional failure Fixes for reland number 4: - "Win10 Tester" browser_tests_functional failure - "Win8 Tester" browser_tests_functional failure - "Win8 Tester" capture_unittests failure Fixes for reland number 3: - "Win10 Tester" browser_tests_functional failure - "Win10 Tester" capture_unittests failure - "Win8 Tester" browser_tests_functional failure - "Win8 Tester" capture_unittests failure Fixes for reland number 2: - "Win10 Tester" browser_tests_functional failure - "Win10 Tester" capture_unittests failure - "Win8 Tester" browser_tests_functional failure - "Win8 Tester" capture_unittests failure Fixes for reland number 1: - "Win8 Tester" browser_tests_functional failure - "Win8 Tester" capture_unittests failure Original description: - Full rewrite of the MediaFoundation implementation video part to use IMFCaptureEngine - Implementation of takePhoto, setPhotoOptions and getPhotoCapabilities - takePhoto triggers a still image capture with the highest available resolution without stopping the video stream thanks to IMFCaptureEngine TEST=adapted video_capture_device_unittest.cc and webrtc_image_capture_browsertest.cc; launch Chrome with --force-mediafoundation on Win8+ and capture video using e.g. https://webrtc.github.io/samples/src/content/getusermedia/gum/ R=mcasas@chromium.org Bug: 730068 Change-Id: I7b7ff88f2db8d71f46428a2ecbb733e18a25a334 Reviewed-on: https://chromium-review.googlesource.com/734042 Commit-Queue: Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Cr-Original-Original-Original-Original-Original-Commit-Position: refs/heads/master@{#521435} Reviewed-on: https://chromium-review.googlesource.com/810766 Cr-Original-Original-Original-Original-Commit-Position: refs/heads/master@{#524417} Reviewed-on: https://chromium-review.googlesource.com/843974 Cr-Original-Original-Original-Commit-Position: refs/heads/master@{#527139} Reviewed-on: https://chromium-review.googlesource.com/852455 Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Original-Original-Commit-Position: refs/heads/master@{#528005} Reviewed-on: https://chromium-review.googlesource.com/858138 Cr-Original-Commit-Position: refs/heads/master@{#531109} Reviewed-on: https://chromium-review.googlesource.com/885815 Cr-Commit-Position: refs/heads/master@{#532040}
-
Miriam Gershenson authored
The async resolver has some Android-version-specific problems. This will allow enabling it via Finch for newer Android before the problems with older Android are worked out. Bug: 768874, 805020 Change-Id: Iec9aeaa255dbb110103ae7ca7ffe8b19dbded235 Reviewed-on: https://chromium-review.googlesource.com/887601Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Miriam Gershenson <mgersh@chromium.org> Cr-Commit-Position: refs/heads/master@{#532039}
-
Zhongyi Shi authored
No Flag update. Some changes to quic_connection_test, including: 1) fix stream offset to make it increases monotonically. 2) Refactor out SendRstStream. Merge internal change: 182410984 https://chromium-review.googlesource.com/c/chromium/src/+/879753/ relnote: Stores SpdyHeaderBlocks directly in QuicClientPromisedInfo, rather than holding them via unique_ptr. No functional change. Merge internal change: 182114281 https://chromium-review.googlesource.com/c/chromium/src/+/879841/ relnote: Add two new QUIC connection options to experiment with different max ack delay behaviors, one that ignores ack delay and one that sets the default to 25ms instead of 0ms. Protected by quic_reloadable_flag_quic_max_ack_delay. Merge internal change: 182103603 https://chromium-review.googlesource.com/c/chromium/src/+/879435 Change-Id: If84cf1ae1eb3609380e95a24aefd9d87b555f40e Reviewed-on: https://chromium-review.googlesource.com/883778 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#532038}
-
Brian White authored
Bug: 806050 Change-Id: Id1606fa8739937ff0dcdaec36f3a532a8a18155c Reviewed-on: https://chromium-review.googlesource.com/887641Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#532037}
-
Marijn Kruisselbrink authored
BlobEntryRegistry will DCHECK when presented with invalid blob URLs, so both make sure the renderer doesn't send such URLs, and kill the renderer if it does happen to do so. Bug: 756743 Change-Id: Ife653cc4d8687fc30c8a03336caa66905951556b Reviewed-on: https://chromium-review.googlesource.com/884522Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#532036}
-