- 15 Dec, 2017 40 commits
-
-
Xianzhu Wang authored
I often copy flagged tests. This can be achieved by clicking "Flagged" then one of the copy buttons, but this is sometimes incovenient because - "Flagged" query is interuptive because it resets the current filters making it difficult to return to where I was working on before clicking it; - I often forgot to click the "Flagged" button before copying resulting all tests were rebaselined after pasting the list of tests into the command line. Now add a "flagged only" checkbox to indicate whether to copy all or just flagged tests. Change-Id: I6a30e5070c724718bb59766f0535153849320d76 Reviewed-on: https://chromium-review.googlesource.com/820682 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#524323}
-
Gyuyoung Kim authored
Member<> now supports const types. This CL removes an unnecessary const_cast in ScopedFocusNavigation and makes a Member<> const in SelectionModifier so we can do the same there. Bug: None. Change-Id: Ica178eed562e19f9042872d162b6b7f37ed51fe3 Reviewed-on: https://chromium-review.googlesource.com/826843Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com> Cr-Commit-Position: refs/heads/master@{#524322}
-
Kentaro Hara authored
Bug: 784252 Change-Id: Iaf2c709ddd12134382a621205d3b34b08474f86e Reviewed-on: https://chromium-review.googlesource.com/823863 Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#524321}
-
Scott Violet authored
AFAICT these aren't necessary. BUG=none TEST=none Change-Id: Iacda5ff8e2fceebf921ad26d5f074fedb58cd607 Reviewed-on: https://chromium-review.googlesource.com/827538Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#524320}
-
Yuzu Saijo authored
This CL adds PrepareForLeakDetection in CSSDefaultStyleSheets which sets the members back to the constructor state in order to stabilize the number of resources for leak detection. Bug: 763280 Change-Id: Ia91831594c6607cf316967d2d4b841d274ca8a10 Reviewed-on: https://chromium-review.googlesource.com/826344 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#524319}
-
Vlad Tsyrklevich authored
Control Flow Integrity [1] indirect call (cfi-icall) checking can not verify that dynamically resolved function pointers call their intended function. To account for this, we place the function pointers in the various g_driver_* structs in ProtectedMemory, a wrapper for keeping variables in read-only memory except for when they are initialized. Once they are set they can not be tampered with since the memory is set back to read-only. The generated bindings in gl_bindings_autogen_*.cc are not aware of the fact that their implementation is held in protected memory, so instead of using base::UnsanitizedCfiCall() we mark the individual function stubs with __attribute__((no_sanitize("cfi-icall"))) to disable icall checks on the generated bindings since their function pointer calls are routed through protected memory. [1] https://www.chromium.org/developers/testing/control-flow-integrity Bug: 771365 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: I6bbf1b9a4122e1d00f6d2a365ae3730b4bb95a73 Reviewed-on: https://chromium-review.googlesource.com/770252 Commit-Queue: Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#524318}
-
chrome-release-bot authored
TBR=mmoss@chromium.org Change-Id: Idc3a60c9d0fd0acb533b35359b6139622054705b Reviewed-on: https://chromium-review.googlesource.com/828122Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#524317}
-
Dominick Ng authored
This CL passes a local AppBannerControllerPtr variable into the callback sent through Mojo. This keeps the Mojo connection alive and removes the need to store an AppBannerControllerPtr member. BUG=None Change-Id: Id67ba09ee438f9b455a43d4c2b89b6f8f75b27a8 Reviewed-on: https://chromium-review.googlesource.com/828240Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#524316}
-
Chandan Padhi authored
Instead, |matched_output_device_id| will be used to fetch output audio parameters for the associated output device or to decide if remote audio tracks should be rendered to the associated output device. Bug: 793255 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: Ic2954a6f6e99597c70b26abfb15a6c69d65b848a Reviewed-on: https://chromium-review.googlesource.com/822311Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Chandan Padhi (OOO Fri) <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#524315}
-
Mike Reed authored
Default action is for skia to invoke codecs, so gfx/blink need not provide them. Bug: Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I554452134b7e11d3ecb0f1a765cc57e8413d3116 Reviewed-on: https://chromium-review.googlesource.com/826502Reviewed-by:
Florin Malita <fmalita@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Mike Reed <reed@chromium.org> Cr-Commit-Position: refs/heads/master@{#524314}
-
Peter Boström authored
Adds somewhat-compliant Harmony style to the translate bubble. This UI is in the process of being reworked, so minor issues may be allowed to fall through the cracks in the interrim. Bug: chromium:730521 Change-Id: Ic8274ad285e41ce7750c41caaeb67010fd9e153c Reviewed-on: https://chromium-review.googlesource.com/815292 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Rachel Blum <groby@chromium.org> Cr-Commit-Position: refs/heads/master@{#524313}
-
Ke He authored
Tests shouldn't call the OverrideLocationForTesting() since the Geolocation core will be moved to //service/device. In this CL a common ScopedGeolocationOverrider implementation is moved to //device/geolocation/public/cpp, so it can be reused by multiple clients. The ui_test_utils::OverrideGeolocation() is not removed in this CL because it is still needed by UrlWithApiKey in GeolocationBrowserTest. We'll rewrite it as a Service-Unittest when moving geolocation-core into //service/device folder, and remove the ui_test_utils::OverrideGeolocation() then. BUG=788298 Change-Id: I43c029bb5e82058673e738138cdadf139a076ff2 Reviewed-on: https://chromium-review.googlesource.com/778488 Commit-Queue: Ke He <ke.he@intel.com> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#524312}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7773f988. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/7715 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: worker-dev@chromium.org: external/wpt/service-workers TBR=leon.han@intel.com No-Export: true Change-Id: I5da69e16fc82bbdd607253872c995ee21d3adfca Reviewed-on: https://chromium-review.googlesource.com/828380 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@{#524311}
-
Paul Jensen authored
It's useful to know the API version of a Cronet packaged release. Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: Ib7fdd1a7ca16c4cbe363f8ef7dd2297fa8672299 Reviewed-on: https://chromium-review.googlesource.com/828386Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#524310}
-
Matt Falkenhagen authored
This is needed for service worker since the flow is: 1) Blink sends //content the WebHTTPBody containing blobs. 2) //content makes a ResourceRequestBody where blobs are converted to data pipes. 3) //content sends the ResourceRequestBody back to Blink for service worker FetchEvent dispatch. It is converted to a WebHTTPBody with data pipes. Bug: 778878 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Id260d34dcfd5457e0b4abf72d8e185728eed15a6 Reviewed-on: https://chromium-review.googlesource.com/771092 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#524309}
-
Charles Harrison authored
This patch relands the following CL: https://chromium-review.googlesource.com/c/chromium/src/+/821090 This is a small refactor that should have some performance wins. Now that PlzNavigate has launched, we should be dispatching our preconnects after the initial navigation request has gone out, not before. This is because frequently (especially on Android), dispatching preconnects tends to hog the IO thread, delaying the initial request. Note that this predictor is probably going away, but this CPU work is in the critical path of some other work I am planning on tackling. Bug: 792524 Change-Id: I03b058af249088f779dfb574c8552b32150bea2c Reviewed-on: https://chromium-review.googlesource.com/826783Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#524308}
-
Vladimir Levin authored
This patch enables img.decoding attribute. I2S: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/MbXp16hQclY R=chrishtr@chromium.org Change-Id: I4b4387d1582b72787687bdc68dd96ff0f3b6c134 Reviewed-on: https://chromium-review.googlesource.com/828273Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#524307}
-
bsheedy authored
Adds a browser test equivalent of the framework that's been used in instrumentation tests for VR testing and ports over a simple WebVR presentation test as a proof of concept. Additional tests will be ported over in follow-up CLs. Bug: 780668 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: Id944f524e65056c15308a377e5c1260ce73e44ae Reviewed-on: https://chromium-review.googlesource.com/809804Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#524306}
-
Hajime Hoshi authored
This is part of efforts to replace base::ThreadTaskRunnerHandle::Get() with other appropriate task runners in the renderer. Bug: 786332 Change-Id: I6310554d4cdbc93cd6420398ecfe9e668059dd99 Reviewed-on: https://chromium-review.googlesource.com/826605Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#524305}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/f6e6be2da12a..a088365e2fac $ git log f6e6be2da..a088365e2 --date=short --no-merges --format='%ad %ae %s' 2017-12-14 halcanary SkBitmap::pixmap 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;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=liyuqian@chromium.org Change-Id: Ie875327cd0af9421ec128c7a25a1a11730b5c786 Reviewed-on: https://chromium-review.googlesource.com/828440Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#524304}
-
Devlin Cronin authored
Simplify the InstallVerifier::IsFromStore() logic to omit the migration logic. This previously said that extensions that were in any auto-updatable location with an empty update URL were considered as being from the store, but this is incorrect for policy-installed extensions. Instead, rely purely on the Extension::from_webstore() bit or the update url pointing to the webstore. Add unittests to verify the new behavior. Forked from proberge's patch at: https://chromium-review.googlesource.com/c/chromium/src/+/748775 Bug: 794219 TBR=dtrainor@chromium.org (c/b/downloads) TBR=zea@chromium.org (c/b/sync) Change-Id: Ie4357238078b4c3bf2fd180c6c0099fe1f5bd90e Reviewed-on: https://chromium-review.googlesource.com/826503 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
proberge <proberge@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#524303}
-
Leo Zhang authored
Views with padding listPreferredItemPaddingStart will crash on Android 4.1.*. Tested on Android 4.1.2 and 4.2.2. Bug: 792809 Change-Id: I007885ac549391c097e187d591107d6fea4c7cb4 Reviewed-on: https://chromium-review.googlesource.com/823650Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#524302}
-
Sammie Quon authored
Seperate the back button and app list button into separate elements. Draws the background in ShelfView::OnPaint. This fixes issues with ink drop and accessibility focusing not working correctly. Made changes to ShelfView focus search to accommodate this. Add back_button_unittest. Removed app_list_button/back button ink drop unittest which tested if different parts of the old app list button's ink drop acted different if different parts were pressed. Not needed as the two separate buttons' ink drops should work normally. Removed app_list_button rtl unittest as the buttons should be flipped normally by the views rtl handling. Test: ash_unittests *Shelf* *ApplistButton* *BackButton* Bug: 791638, 758402 Change-Id: I07bdd0b490ffb2619a13cebacf388e2e08190114 Reviewed-on: https://chromium-review.googlesource.com/761856Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#524301}
-
Iris Uy authored
This adds a switch so that an AuthServerWhitelist can be set in headless mode which enables Negotiate authentication for the whitelisted URLs. The switch is added to the HttpAuthPreferences for the HttpAuthHandlerFactory, which is set in the URLRequestContext. Bug: 741872 Change-Id: Iaeaefbf58ff21351b9830309faf4f017c14e7b17 Reviewed-on: https://chromium-review.googlesource.com/828321Reviewed-by:
David Vallet <dvallet@chromium.org> Commit-Queue: Iris Uy <irisu@chromium.org> Cr-Commit-Position: refs/heads/master@{#524300}
-
Jaebaek Seo authored
When enabling --use-zoom-for-dsf, 1. crrev.com/c/737614 is a CL to adjust WebView size, but its implementation has a problem (the flag is not added to switch of commandline). This CL moves the same logic to android_webview/browser/aw_contents.cc. 2. As shown in crbug.com/737777#c47, scrolling WebView with autofill popup is weird. It is because WebView scroll is slower than Android scroll (i.e., autofill popup is an Android View element and scrolling WebView also scrolls it). This CL makes WebView's scroll faster. Bug: 737777 Change-Id: I57cfd184bc07df2120d0d8d7a7896a9f66891607 Reviewed-on: https://chromium-review.googlesource.com/773924Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Jaebaek Seo <jaebaek@chromium.org> Cr-Commit-Position: refs/heads/master@{#524299}
-
Bence Béky authored
Add methods to Http2PushPromiseIndex so that it could take over the functionality of SpdySession::UnclaimedPushedStreamContainer. Bug: 791054 Change-Id: Ia0dfc13faea2b3d261d3bd1827b796222130ffbf Reviewed-on: https://chromium-review.googlesource.com/820195Reviewed-by:
Helen Li <xunjieli@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#524298}
-
Vladimir Levin authored
This patch fixes a TODO, and introduces a bulk API for unlocking transfer cache entries. R=ericrk@chromium.org, piman@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;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: Ic13611fa2763fc7bb20000519f2f4e893264708a Reviewed-on: https://chromium-review.googlesource.com/828062Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#524297}
-
Sergey Ulanov authored
1. Updated BUILD.gn for usrsctp to pass correct build flags on Fuchsia. 2. Enabled WebRTC on Fuchsia. 3. Updated 2 unittests for Fuchsia. Bug: 750940 Change-Id: I922aa74ca17c542a9b1ca53b60763d8130406f9e Reviewed-on: https://chromium-review.googlesource.com/817947Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Taylor Brandstetter <deadbeef@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#524296}
-
Ryan Sturm authored
This reverts commit 1e920b32. Reason for revert: I want to move device info in Pageload metrics up to the broader report. Original change's description: > Adding device memory in kb to the client config request > > pingback will also have this information > > Bug: 793373 > Change-Id: I0c999c35b5e968f6b2e19696a08a722b3399d0d9 > Reviewed-on: https://chromium-review.googlesource.com/823176 > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Commit-Queue: Ryan Sturm <ryansturm@chromium.org> > Cr-Commit-Position: refs/heads/master@{#524203} TBR=tbansal@chromium.org,prabhur@chromium.org,ryansturm@chromium.org Change-Id: Iba67a80dfbefa90a065b2f02c692ac2e1c23fd70 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 793373 Reviewed-on: https://chromium-review.googlesource.com/828540Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#524295}
-
Takayoshi Kochi authored
They happened to pass because they are ref tests and they expected no change after adding multiple shadow root (with <shadow> inside author shadow, etc.). Bug: 788635 Change-Id: I514a66fe1c0dbcd2ea724d60c4a392ddef34f92e Reviewed-on: https://chromium-review.googlesource.com/826327Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Takayoshi Kochi <kochi@chromium.org> Cr-Commit-Position: refs/heads/master@{#524294}
-
Tetsui Ohkubo authored
This CL removes ash::ShellDelegate::GetDeprecatedAcceleratorImage(). This is only used in accelerator_controller.cc as an argument of system_notifier::CreateSystemNotification(), which is ignored. This CL also replaces system_notifier::CreateSystemNotification() by message_center::Notification::CreateSystemNotification(), because the former function just forwards to the latter. IDR_BLUETOOTH_KEYBOARD is not removed, because it's still used in chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html BUG=757703 Change-Id: I92f5a982c817cec34f8d508a11cf813a1caec5fb Reviewed-on: https://chromium-review.googlesource.com/826663Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#524293}
-
Alexander Timin authored
Posting async tasks to the default timer queue can lead to media tasks being throttled, which may lead to videos being stopped in background. R=haraken@chromium.org,hajimehoshi@chromium.org BUG=779962, 786332 Change-Id: Ic50890f909ed824a9d8048d5ef5af590b3cd086b Reviewed-on: https://chromium-review.googlesource.com/822931Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#524292}
-
Andrey Lushnikov authored
BUG=660295 TBR=dgozman Change-Id: I977dc25453e2dbe0f92e95bf1111d6122de747b7 Reviewed-on: https://chromium-review.googlesource.com/828148 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#524291}
-
Andrey Lushnikov authored
The test is fundamentally flaky: amount of created source frames is not constrained by anything. TBR=kozy,dgozman BUG=763208 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I7069ead229589dd03c04358c68641e3a7f0619f5 Reviewed-on: https://chromium-review.googlesource.com/828289 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#524290}
-
Erik Luo authored
Bumps user agents for iOS and Nexus devices, and adds Pixel 2 and its XL presets. Retired from show-by-default: iPhone 7, iPhone 7 Plus, Nexus 6P, Galaxy S5 Added to show-by-default: iPhone 5, Pixel 2, Pixel 2 XL Bug: 707877 Change-Id: I1801427ebc622fca46d23fc6e57bfbb6152680d5 Reviewed-on: https://chromium-review.googlesource.com/826247 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#524289}
-
Qiang Xu authored
changes: simple deadcode cleanup Bug: none Test: still compiles Change-Id: Ia4232f035066adacc7766e109f502242cecab9d9 Reviewed-on: https://chromium-review.googlesource.com/826668Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Qiang(Joe) Xu (APAC) <warx@chromium.org> Cr-Commit-Position: refs/heads/master@{#524288}
-
Alexander Alekseev authored
This CL fixes error message: Error in response to networkingPrivate.getNetworks: TypeError: Cannot read property 'GUID' of null", source: chrome://oobe/oobe (0) and clears default network if it disappears from the list of networks. Bug: 793262 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia72e650b73202de56b8ec842dbcee81f65366793 Reviewed-on: https://chromium-review.googlesource.com/822171 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#524287}
-
Ryan Hamilton authored
alternative service used by this request, not simply the server ID of the QUIC session. These can be different if a remote alt-svc is used, or if session pooling is used. Bug: 787949 Change-Id: I47cdb34cfdd8a06b2b74505a4ff055dac7448459 Reviewed-on: https://chromium-review.googlesource.com/825646 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Buck Krasic <ckrasic@chromium.org> Cr-Commit-Position: refs/heads/master@{#524286}
-
Michael McGreevy authored
Isolate sha1s were taken from the following builds: https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-precise-64/10345 https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-mac-10.10-64/9761 https://luci-milo.appspot.com/buildbot/chromium.infra/infra-continuous-win-64/10621 The purpose of this roll is to pick up recent exparchive performance improvements. Bug: 794425 Change-Id: I4b393a71a563681fc4e123e986356d5368040979 Reviewed-on: https://chromium-review.googlesource.com/828181Reviewed-by:
Tim 'mithro' Ansell <tansell@chromium.org> Commit-Queue: Tim 'mithro' Ansell <tansell@chromium.org> Cr-Commit-Position: refs/heads/master@{#524285}
-
Wei-Yin Chen (陳威尹) authored
Make sure all elements are displayed fully. Bug: 794733 Change-Id: Ib4c8082d16e9445861da77774309ffc26d2cf27b Reviewed-on: https://chromium-review.googlesource.com/826463Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#524284}
-