- 07 Mar, 2018 40 commits
-
-
Yixin Wang authored
|retransmittable_on_wire_timeout_| is set and there are active requests. If retransmittable_on_wire_timeout_ is explicitly set, then the following behavior is enabled: If an ACK is received such that there are no more unacked packets, a short delay timer will start if the connection has active requests (to expire retransmittable_on_wire_timeout_ from the now). When the timer expires, a PING frame will be sent. If a retransmittable packet is sent while the timer is active, the timer is cancelled. This is intended to only be enabled for Cronet for connection migration. Merges internal change 187955841 Change-Id: I0517e2768ccdd785f05de484dc2fe77eaaa32ea0 Reviewed-on: https://chromium-review.googlesource.com/953340Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Yixin Wang <wangyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#541626}
-
Simeon Anfinrud authored
I need a page I can point to when people have questions about the framework, or just a reference for myself and others who want to look at examples of how to use the framework. Bug: Internal b/74206681 Test: preview page in markdown renderer Change-Id: I2ab3f5d92dbe103c8f4929a79758272e61c44e75 Reviewed-on: https://chromium-review.googlesource.com/950137 Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#541625}
-
Xiaocheng Hu authored
Mojo doesn't allow an unrun callback to be removed before the message pipe is closed. However, Mac spellchecker manages RequestTextCheckCallbacks as (indirectly) owned by a completion barrier in SpellingRequest, which lives independently with the message pipe. Hence, in some shutdown orders, the callback can be cleared while the message pipe is still open. This patch fixes the issue by making SpellCheckHost own all pending SpellingRequests, and SpellingRequest own RequestTextCheckCallback. Note: this patch serves as a quick fix to the regressed test cases. A follow-up patch will clean up the code. Bug: 814845 Change-Id: I22a08cdce2744b50fe23c0ff48c10d5207fa5f8b Reviewed-on: https://chromium-review.googlesource.com/946848 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#541624}
-
Eugene But authored
Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ia98dcc56f5681e033d0ec02dd9714d16ca6f40a6 Reviewed-on: https://chromium-review.googlesource.com/947093 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#541623}
-
Wenzhao Zang authored
BUG: 819326 Change-Id: I0afe3443fb1560baf0149e00ce0044a36fc525a3 Reviewed-on: https://chromium-review.googlesource.com/951861Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541622}
-
Dan Harrington authored
OfflinePageMetadataStore was only referenced in the unittest, now it has been removed. A few methods/types were migrated to OfflinePageMetadataStoreSQL, others were removed because the were no longer in use. I removed some tests that only tested the removed methods. Other methods that were used to test the database and were moved to the test file, like GetOfflinePages and AddOfflinePage. offline_page_metadata_store_unittest.cc will be renamed offline_page_metadata_store_sql_unittest.cc in a follow-up. Bug: 778813 Change-Id: I6315cd5fb43b8a56b84dcede8c388286dd96e39c Reviewed-on: https://chromium-review.googlesource.com/949502Reviewed-by:
Yafei Duan <romax@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#541621}
-
Weidong Guo authored
When the folder is created, the folder item view's origin is initiated with (0, 0). So after dragging the folder item view will be animated to where it is supposed to be, which cause the weird movement. The same thing happens when the last item is moved outside the folder. Changes: Use the original view's bounds to set the newly created view's bounds before the deletion of the original view. BUG=819664 Change-Id: Id0066b27a0bd30f04e5b62c6b782178fbf84d48c Reviewed-on: https://chromium-review.googlesource.com/953204Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#541620}
-
https://skia.googlesource.com/skia.git/+log/461ef7af88cc..88df8d2e5a87 $ git log 461ef7af8..88df8d2e5 --date=short --no-merges --format='%ad %ae %s' 2018-03-07 stephana Test SKQP on Firebase Testlab and Upload 2018-03-07 csmartdalton ccpr: Combine GS triangle hulls and edges into a single draw 2018-03-07 bsalomon Make Vulkan testing-only backend textures have optimal layout 2018-03-07 bsalomon Rename wrap backend tex/rt methods on GrProxyProvider 2018-03-07 robertphillips Have GrGlyphCache and GrAtlasManager compute the atlas limits independently 2018-03-07 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 7618eaf9a..2202680c6 (4 commits) 2018-03-07 csmartdalton ccpr: Fix very small edges 2018-03-07 reed Revert "Revert "add tiler for SkDraw"" 2018-03-07 robertphillips Revise Text & Small Path Atlas so instantiation failure is handled at flush time 2018-03-07 reed chop down huge rects before hairlining 2018-03-07 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ 8a7ec86c0..da8c41528 (1 commit) 2018-03-07 bsalomon Initial texture data is never flipped when uploaded. 2018-03-07 herb Revert "Remove attach and detach glyph cache." 2018-03-07 bsalomon Remove abandon param from GrGpu::deleteTestingOnlyBackendTexture. 2018-02-27 mtklein Reland "Reland "make SkJumper stages normal Skia code"" 2018-03-07 mtklein Revert "Reland "make SkJumper stages normal Skia code"" 2018-03-05 herb Remove attach and detach glyph cache. 2018-02-27 mtklein Reland "make SkJumper stages normal Skia code" 2018-03-07 bungeman Remove dm excludes from public.bzl. 2018-03-07 mtklein Revert "make SkJumper stages normal Skia code" 2018-02-27 mtklein make SkJumper stages normal Skia code 2018-03-07 bsalomon Prefer kMixedSamples MSFBOType to multisampled-render-to-texture variants Created with: roll-dep src/third_party/skia BUG=757974 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;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 TBR=fmalita@chromium.org Change-Id: I69907ba55222be9cd5691d6e009cc45cb259bbd3 Reviewed-on: https://chromium-review.googlesource.com/953170Reviewed-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@{#541619}
-
Luciano Pacheco authored
CL #4 out of 5. Converted the following directories: - third_party/WebKit/Source/platform/audio - third_party/WebKit/Source/platform/exported - third_party/WebKit/Source/platform/graphics When the ctor is private replaced to base::WrapUnique, otherwise used std::make_unique. Removed include of wtf/PtrUtil.h. Fixed missing includes pointed by git cl lint. Bug: 781645 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ia41caa048f5c9cfea1ed95b8052bf23fd5ff6c2b Reviewed-on: https://chromium-review.googlesource.com/950486Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Luciano Pacheco (SYD) <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#541618}
-
Katie D authored
If the Accessibility node becomes undefined during reading, the default behavior is to stop reading immediately. This allows STS to continue reading hen nodes are undefined. Advanced users may want more control over text, while novice users may be surprised when text continues after windows are closed (and there's no visual indicator that speech is still in prgoress). An open question is whether this should also apply to nodes that disappear from the screen after their window is closed or minimized, or if they are scrolled off screen. Right now, that behavior is read and is unchanged by this patch. Adds this behind the --enable-experimental-accessibility-features flag in Chrome OS. Bug: 818835 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ib063d6ac5071f35a5d4e0a90cd472bb0ffc165f9 Reviewed-on: https://chromium-review.googlesource.com/949776 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#541617}
-
Noel Gordon authored
Patch to prepare to for the removal of [iterations] option, so we can replace it with a rate-based bench marker tool similar to zlib_bench. First step: remove the [packetSize] option. Bug: 601198 Change-Id: If5fabb8597209dac88b134a71d648a950910c86d Reviewed-on: https://chromium-review.googlesource.com/952603Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#541616}
-
Jinsuk Kim authored
This CL fixes a bug that removes tab strip upon opening a new tab while text selection is made on tablets. Made sure the action mode toolbar gets animated out (if present) before new tab gets opened. Bug: 807712 Change-Id: Icba04263d836733595696f12063c3b47afd314f0 Reviewed-on: https://chromium-review.googlesource.com/952602 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#541615}
-
James Cook authored
ChromeVoxPanel depends on knowledge of fullscreen state and docked magnifier state in order to compute its bounds. In addition it can update the window manager's work area. Under go/mustash this knowledge lives in the ash process, not in the browser. Therefore move the bounds and work area management into ash. Next steps include introducing a mojo interface for setting the ChromeVox panel's fullscreen state and moving AccessibilityObserver support to ash::AccessibilityController from the system tray code. Bug: 628655, 819351 Test: added to ash_unittests Change-Id: Ibb27a0b8ab6b998ecd305b7e7bfbad8b35853613 Reviewed-on: https://chromium-review.googlesource.com/952263 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#541614}
-
Amirhossein Simjour authored
Backplane of the hosted dialogs are moved to align with main content. As a result the dialog itself will be in the center of the web content. BUG=808560 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I6addedbfef905c51e11d5a6a5c95f889775a2078 Reviewed-on: https://chromium-review.googlesource.com/953247Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#541613}
-
David Jacobo authored
Intent picker suffered a huge redesign on M64, as part of it new buckets were added (and a couple deprecated) so we need to add the correct labels so UMA stats can be a bit more readable. Bug: None Test: Build. Change-Id: Icd063b0ffa32e18c150649241490ca5902a4a56d Reviewed-on: https://chromium-review.googlesource.com/947523Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#541612}
-
Charlie Reis authored
BUG=806996 Change-Id: Id9c91d764c76751aa24f6bbc3014d7c5c1c6d247 Reviewed-on: https://chromium-review.googlesource.com/952565 Commit-Queue: Charlie Reis <creis@chromium.org> Reviewed-by:
Nick Carter <nick@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#541611}
-
Artur Khachatryan authored
[ChromeDriver] Disable test ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textInput Test ElementAttributeTest.testCanRetrieveTheCurrentValueOfATextFormField_textInput started to fail in Android Chromium recent builds. Disabling the test. Bug:chromedriver:2286 Change-Id: Idc904e96fb2101613063ba3d5ae2f11b0cb7d0ea Reviewed-on: https://chromium-review.googlesource.com/952467Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> Cr-Commit-Position: refs/heads/master@{#541610}
-
Rob Buis authored
Fix errorprone ArgumentSelectionDefectChecker warnings and make sure it is treated as error after this CL. http://errorprone.info/bugpattern/ArgumentSelectionDefectChecker Bug: 803486 Change-Id: I9890d4c5d32f5b1cbb81695bd308e0b93b0ceef5 Reviewed-on: https://chromium-review.googlesource.com/953076Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Rob Buis <rob.buis@samsung.com> Cr-Commit-Position: refs/heads/master@{#541609}
-
Taylor Brandstetter authored
This implicit constructor is being made explicit in another CL, since it lead to a bug going unnoticed: https://webrtc-review.googlesource.com/c/src/+/59461 Bug: webrtc:8972 Change-Id: I120e2d6237bb0129d59109f5a7723412a9dc04ba Reviewed-on: https://chromium-review.googlesource.com/946896Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Taylor Brandstetter <deadbeef@chromium.org> Cr-Commit-Position: refs/heads/master@{#541608}
-
kylechar authored
Make VizProcessTransportFactory software fallback work similar to GpuProcessTransportFactory software fallback. The major change here is that VizProcessTransportFactory includes the compositing mode in RootCompositorFrameSinkParams and code is unified. Delete ForwardingCompositingModeReporterImpl as it's no longer needed. Bug: 819474, 730660 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I2b6f53b41e4e0ac599fda0e3abeae77cfd69f0a9 Reviewed-on: https://chromium-review.googlesource.com/938329Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#541607}
-
Troy Hildebrandt authored
A recent change to the layout of the URL bar and the action buttons container broke the calculation and application of margin to the URL bar to avoid overlap between the action buttons and the URL bar. This CL fixes the calculation of the new action container's width and the appropriate margin to apply to the URL bar, fixing the issue where text in the URL bar was hidden underneath the action container. Bug: 816432,816376 Change-Id: Ia0c75bec98755610682505c72a145ca53adb2913 Reviewed-on: https://chromium-review.googlesource.com/952371Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541606}
-
Bin Zhao authored
event_page_request_manager has "TerminateRoute()" in pending_requests_. When clearing pending_requests_ and destroying "TerminateRoute()" callback, the binded mojo callback (parameter) is destroyed but never invoked. Mojo has some check which would crash if mojo callback is never invoked. "TerminateRout()" is added to pending_requests_ because MediaRouterBase::OnIncognitoProfileShutdown() adds it after test teardown unregisters MR extension. Fix it by explicitly terminate session in ReconnectSession test. Bug: 818766 Change-Id: I02d0019ba52d3d9213ba6edec34006a7ffac91c0 Reviewed-on: https://chromium-review.googlesource.com/952292 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#541605}
-
Lukasz Anforowicz authored
Bug: 477150 Change-Id: Ie1c6c0514719b087331282453af00ba6c45d9b35 Reviewed-on: https://chromium-review.googlesource.com/953250Reviewed-by:
Nick Carter <nick@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#541604}
-
Benjamin Pastene authored
Suite became significantly slower. See bug for possible causes for slow-down. This bumps timeout while someone decides if they're revertable. Bug: 815218 Change-Id: Id7308beec1ff440f87daf2e27f93524ece3c5d63 Reviewed-on: https://chromium-review.googlesource.com/953565Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#541603}
-
Reza.Zakerinasab authored
This is a spin off from chromium-review.googlesource.com/c/chromium/src/+/924168. This change plumbs ResourceFormat in SharedBitmap as a prerequisite for supporting half-float backed images. This CL is not supposed to change any existing behavior. TBR=junov@chromium.org Bug: 813079 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I349a15d4c63269a61eb2dbe72cca2eadc0f4e2a9 Reviewed-on: https://chromium-review.googlesource.com/946523Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#541602}
-
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=xdai@google.com Change-Id: I9fc7d132c4204787d1fe406b7d6428475499068c Reviewed-on: https://chromium-review.googlesource.com/952324Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#541601}
-
Aaron Leventhal authored
This is split out from the CL to test all widgets and views for nameless focusable objects. See crrev.com/c/951933. Bug: 819350 Change-Id: I0b8b9b17a69d01986adf328b808c71bacd2fb8fe Reviewed-on: https://chromium-review.googlesource.com/953046 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#541600}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2f43d0a5. With Chromium commits locally applied on WPT: 14350ac7 "[PE] Don't truncate table cell's padding" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13459 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: garykac@chromium.org: external/wpt/clipboard-apis TBR=robertma No-Export: true Change-Id: I9c6a82fe266d6ac06672792957e389e69b534ad4 Reviewed-on: https://chromium-review.googlesource.com/953402 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@{#541599}
-
mrefaat authored
These tests started failing once they were landed. created crbug/819658 to track progress and re-enable them. link for logs: https://uberchromegw.corp.google.com/i/internal.bling.main/builders/iphone10-device-x64/builds/10443/steps/ios_chrome_unittests%20%28iPhone%206s%20iOS%2010.3.3%29%20on%20iOS-10.3.3 Bug: 819658 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I470732c12bffc2e8e105c159c8616d679771381c Reviewed-on: https://chromium-review.googlesource.com/951649Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#541598}
-
Sidney San Martín authored
This reverts commit a47974de. Reason for revert: https://crbug.com/819339 This breaks the flow of: 1. Click a tab. 2. Shift-click to select a range of tabs. 3. Release shift and drag the tabs out into a new window. …because the ListSelectionModel which backs the tab strip clears the selection when the active item is changed. It's going to take some work to make it behave the right way. Original change's description: > Switch tabs on mouse down instead of mouse up. > > This is consistent with other Mac apps and with Views, and makes the tab > strip feel more responsive. > > Bug: 799230 > Change-Id: I45a375f5892c10e5886e18f27ba049eb6215a17f > Reviewed-on: https://chromium-review.googlesource.com/895925 > Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> > Commit-Queue: Sidney San Martín <sdy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#533373} TBR=ellyjones@chromium.org,sdy@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 819339, 799230 Change-Id: I9921e0d41669d6783ff0f8f3f0d4b0746eb72b68 Reviewed-on: https://chromium-review.googlesource.com/953304 Commit-Queue: Sidney San Martín <sdy@chromium.org> Reviewed-by:
Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541597}
-
erikchen authored
Change-Id: I4d083c46e027f9a1806c1bfb2c752ebb7e462f46 Reviewed-on: https://chromium-review.googlesource.com/952992Reviewed-by:
Samuel Huang <huangs@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#541596}
-
Philip Jägenstedt authored
These all redirect. Process was to copy into browser, follow redirect and copy URL back. In a few cases where the anchor wasn't there, I found the correct URL instead. Really in order to get the URLs in *.idl correct, related to https://github.com/w3c/web-platform-tests/issues/7784. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iab73c1d51b1da4ab66c0e8314b0b3e701bbd19f2 Reviewed-on: https://chromium-review.googlesource.com/952298Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#541595}
-
Matt Menke authored
And add support for it to services/network. This CL introduces network::mojom::ChunkedDataPipeGetters which is similar to DataPipeGettter, but is used for chunked uploads, which allow consumers to start uploading a request body before its size is known. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I7d7dfad4b6e33329cf56f7c9d1666944a7b25475 Bug: 746977 Reviewed-on: https://chromium-review.googlesource.com/908828 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#541594}
-
Alexei Svitkine authored
The previous UMA API reported the hardware class in capital letters. This CL makes the new code also be capitalized. Changes the variations comparison logic to be case insensitive so that lowercase value continue to work. The benefit of having consistent UMA and variations values is that we can use UMA to get the set of possible values withour relying on any external source. BUG=810872 Change-Id: Ia291143e3022edfa701a1454d45b05040d1043d2 Reviewed-on: https://chromium-review.googlesource.com/953333Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#541593}
-
Darren Shen authored
This patch: - Deletes unused interface.html - Fixes <div> tag in tests. - Adds case-sensitivity tests. Bug: 774887 Change-Id: I194ec7549991bfcd7708e640458246b40fc3ab03 Reviewed-on: https://chromium-review.googlesource.com/952509Reviewed-by:
nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#541592}
-
Eric Stevenson authored
Updated via: build/android/binary_size/apk_downloader.py \ --update 65 530369 --update 66 540276 Change-Id: Ic811189e614f2b883a5894f03bd49043cb69af31 Reviewed-on: https://chromium-review.googlesource.com/951872Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#541591}
-
Jiaquan He authored
Bug: 733662 Change-Id: I54774d88af76dca872af17da2438648ff0c13cc5 Reviewed-on: https://chromium-review.googlesource.com/952100Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#541590}
-
file:///Lukasz Anforowicz authored
file URIs should map to "file:///" site. The same site needs to also be used for blob:file:///... URIs - this is what is fixed by this CL. Bug: 697111 Change-Id: Iff9e9a1552eb747ecd576aefdc5085009588690b Reviewed-on: https://chromium-review.googlesource.com/953129Reviewed-by:
Nick Carter <nick@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#541589}
-
mark a. foltz authored
- Removes references to 'description' and 'status' in MediaStatus. Removal from the mojo interface will be done in a separate patch. - Don't show media title if it is empty, undefined, or duplicates the route description. This works around scenarios where the Cast media controls are sending duplicates. - Fixes a bug: JS calls to set the max dialog height were being made before the WebUI was loaded. This may a the cause of flakiness on the Media Router bots. Bug: 786208 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I2df6f28be0644ae3815f8dadee3cf53b2deeddd2 Reviewed-on: https://chromium-review.googlesource.com/949448Reviewed-by:
Derek Cheng <imcheng@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#541588}
-
Marijn Kruisselbrink authored
Also deduplicate total_bytes_ and expected_content_size_, as well as get rid of code for dealing with unknown total_bytes_ as it isn't actually possible to get to that codepath. Bug: none Change-Id: I4d9f442bf04d450d289d717bd12f721e48b80a50 Reviewed-on: https://chromium-review.googlesource.com/953125Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#541587}
-