- 01 Aug, 2018 40 commits
-
-
Peter Beverloo authored
New subscriptions are currently considered as having been server- invalidated, which is incorrect. This change should significantly drive the number down to expected values. Change-Id: I56a5de9e6f9388ee60674c9f3de3af5727291392 Reviewed-on: https://chromium-review.googlesource.com/1158829 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#579855}
-
Max Moroz authored
This change removes 6+ MB of binaries from the build tools bundle: 3.7M lib/linux/libclang_rt.asan-i686-android.so 2.5M lib/linux/libclang_rt.ubsan_standalone-i686-android.so 80K lib/linux/libclang_rt.profile-i686-android.a It also can break some workflows, but as discussed in person, there is a good chance that no one is using those libraries on i686 arch. Bug: 866225 Change-Id: Ifbc85e542359681f60f19f52e5bd7a8a7e1655f3 Reviewed-on: https://chromium-review.googlesource.com/1158708Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#579854}
-
Tom Anderson authored
Also: * Remove an out-of-date comment. * Add binutils to install-build-deps.sh for readelf and grep. We already use binutils in many places, and it's likely already installed everywhere, but it's good to list out direct dependencies. BUG=850682 R=thakis Change-Id: I80830ad42fe37f1b93f393f5a6ca5af68ef92998 Reviewed-on: https://chromium-review.googlesource.com/1157436Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#579853}
-
Anita Woodruff authored
- Some of these tests were consistently failing but went unnoticed because they only run on Android O+ and there are no cq-blocking O bots yet. - Tested by running all tests with *Channels* in the name on an Android O device. Change-Id: I29d92984eb9f9d74062ec36dc391412be8b0fa51 Reviewed-on: https://chromium-review.googlesource.com/1158834Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#579852}
-
Tessa Nijssen authored
Previously, each tab had its own SuggestedTextTouchBarController. Now, because of http://crrev/c/1151613, there is only one SuggestedTextTouchBarController per window. Because the controller does not maintain the state of each tab, as a user switches tabs, the controller needs to update its state to match the tab. When the controller's WebContents change, new suggestions should be generated for the selected text in the current tab. The methods -webContentsTextSelectionChanged:range: and -webContentsFinishedLoading were combined into a singular method, -updateTextSelection:range:, because they had very similar functionality. The parameters for -requestSuggestionsForText:inRange: were removed because they were always |text_| and |selectionRange_|. A new method was created, -webContentsChanged, to get a tab's current text and selected range and then call -updateTextSelection:range: with the proper parameters. When the controller gets a new pointer to a WebContents, the pointer may be null. To avoid calling WebContents::IsFocusedElementEditable() on a null pointer, a method -isTextfieldFocused was created to check that |webContents_| is not a null pointer and that an editable element is focused. A new SuggestedTextTouchBarControllerBrowserTest was written, SetWebContentsTest, to test that the SuggestedTextTouchBarController properly updates its current text selection based on the new WebContents. Bug: 717553 Change-Id: I356a548bbdf33b51484fd7c55a1aa5ea37be4bae Reviewed-on: https://chromium-review.googlesource.com/1153728Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sarah Chan <spqchan@chromium.org> Commit-Queue: Tessa Nijssen <tnijssen@google.com> Cr-Commit-Position: refs/heads/master@{#579851}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ad63728be30d..038e725af257 git log ad63728be30d..038e725af257 --date=short --no-merges --format='%ad %ae %s' 2018-08-01 jmadill@chromium.org D3D11: Use angle::Result error pattern. 2/3 Created with: gclient setdep -r src/third_party/angle@038e725af257 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;luci.chromium.try:win_optional_gpu_tests_rel TBR=fjhenigman@chromium.org Change-Id: Ic94f4f359c637874db543cd7efa9bbcf95baa3e7 Reviewed-on: https://chromium-review.googlesource.com/1158784Reviewed-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@{#579850}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/3a40bed9d6e5..56094c50c0da git log 3a40bed9d6e5..56094c50c0da --date=short --no-merges --format='%ad %ae %s' 2018-08-01 tsepez@chromium.org Rename PageSetContainerLayoutItem to TraverseStrategy_PageSet. Created with: gclient setdep -r src/third_party/pdfium@56094c50c0da The AutoRoll server is located here: https://pdfium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: Ib9431028d74bce02b171e0b884d677e78510c5fa Reviewed-on: https://chromium-review.googlesource.com/1158727Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579849}
-
khmel@google.com authored
This is follow up to fix after crrev.com/c/1142687 Test: Manually + unit test Bug: 868231 Change-Id: I176da80dbde497e8bf47730045bfa770c23dec36 Reviewed-on: https://chromium-review.googlesource.com/1157703 Commit-Queue: Yury Khmel <khmel@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#579848}
-
jdoerrie authored
This change moves MergeDictionary() from base::DictionaryValue to the parent class base::Value and relaxes its interface to accept base::Value pointers as well. Appropriate CHECKs are added. Bug: 646133 Change-Id: Ib6dab60ea2ff4f56b320e4a54f0782905aa3c4ae Reviewed-on: https://chromium-review.googlesource.com/1158233Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#579847}
-
Thomas Tangl authored
The metric UnifiedConsent.Migration.SyncEverythingWasOn is added to record whether sync users were syncing everything before they migrated to unified consent. Bug: 858870 Change-Id: I6b83e258ba8c8ac4ec9fdc980d396a920ba7574a Reviewed-on: https://chromium-review.googlesource.com/1157009 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#579846}
-
Peter Kasting authored
This preserves the "theme both normal and incognito windows" behavior of COLOR_BACKGROUND_TAB_TEXT, which was the only color available until I added incognito and inactive variants last week. It makes some themes look more like their authors intended (e.g. Black Red Shards). OTOH, it makes some themes unreadable because the copied text color doesn't work in the current treatment of incognito tabs. I'm not sure which route is better, but this route seems to at least err on the side of author intent, so... Bug: 869395 Test: Install "Black Red Shards" theme, open an incognito window with multiple tabs, check that text is red on all tabs. Change-Id: Idef3b07edd2b49b1acc440edaf8c31838350dd98 Reviewed-on: https://chromium-review.googlesource.com/1157867Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#579845}
-
Tiansong Cui authored
Don't call pending_connect_requests_.pop_front() when it's empty. Bug: internal 111887604 Test: cast_bluetooth_unittests Try concurrent Connect requests, second request returned successfully. Change-Id: If52e57a4fa7ef2d4401ef3150dc1255ea27812e0 Reviewed-on: https://chromium-review.googlesource.com/1157784Reviewed-by:Bailey Forrest <bcf@chromium.org> Commit-Queue: Tiansong Cui <tiansong@google.com> Cr-Commit-Position: refs/heads/master@{#579844}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/226b95461af2..59a61beec4fe git log 226b95461af2..59a61beec4fe --date=short --no-merges --format='%ad %ae %s' 2018-08-01 wangge@google.com Use Legacy Command Line Path in Compatibility Mode. 2018-08-01 wangge@google.com Skip Downloading the APK If it exists Created with: gclient setdep -r src/third_party/catapult@59a61beec4fe The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:866881,chromium:863390 TBR=sullivan@chromium.org Change-Id: Iecf499e6080a0b86e168089b4f41f0c99c4be5b3 Reviewed-on: https://chromium-review.googlesource.com/1158725Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579843}
-
Doug Arnett authored
This only holds the hint data for now. Another CL to follow will use it. Moves the recently added activation list into the hint cache as well. Bug: 867651 Change-Id: I188cab0b8539439d859186eecc8185a66ba34efb Reviewed-on: https://chromium-review.googlesource.com/1150739 Commit-Queue: Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#579842}
-
wutao authored
This patch adds a toggle to the Settings to enable/disable notifications. Bug: b/111505289 Test: VoiceInteractionControllerClientTest.PrefChangeSendsNotification Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I7b1ba03cc326abb098f9f902f0c51d68f4938133 Reviewed-on: https://chromium-review.googlesource.com/1142503 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#579841}
-
Stephen McGruer authored
This CL implements the writable part of KeyframeEffect's target member. This brings us into line with the spec, except that Chromium still don't support CSSPseudoElement and so we only allow setting Elements. Bug: 813902 Test: external/wpt/web-animations/interfaces/KeyframeEffect/target.html Test: external/wpt/web-animations/interfaces/KeyframeEffect/idlharness.window.js Change-Id: I91faf22473e7776a8cad6165ff60c5d9ee47a9a6 Reviewed-on: https://chromium-review.googlesource.com/1157002 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#579840}
-
Zhenyao Mo authored
So we can zip all the scripts from chrome src tree and run on a target machine without checking out the chrome src tree using the following command: python tools/mb/mb.py zip out/Release telemetry_gpu_integration_test_scripts_only out/my_scripts.zip BUG=867155 TEST=perf R=kbr@chromium.org,nednguyen@chromium.org Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: Ia3706abad6aadb4904fc7584837a511b72be71e8 Reviewed-on: https://chromium-review.googlesource.com/1157251Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#579839}
-
Jan Wilken Doerrie authored
This change implements reading and writing of Remote Gatt Descriptors for WinRT. Furthermore, it enables corresponding tests. Bug: 821766 Change-Id: I3ac07969c3fbf3806b71543ae79807c95efe78fe Reviewed-on: https://chromium-review.googlesource.com/1156703 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#579838}
-
Robert Flack authored
Currently this test verifies that after setting the scroll position there are no paint invalidations, however paint invalidations could occur as part of the lifecycle after script runs. By waiting for the next frame we allow the lifecycle to become clean and commit the frame. This is also a speculative fix for what may have caused the old flakiness on the linked bug. Bug: 520166 Change-Id: I2cfe8fe47a89c39c81f83b23388f945549b8bc8e Reviewed-on: https://chromium-review.googlesource.com/1158718Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#579837}
-
Xiyuan Xia authored
- Add mash_content_unittests that runs content_unittests under mash; - Make FakeRenderWidgetHostViewAura only install delegate frame host when it is supported (i.e. RWHVAura has a valid |frame_sink_id_|); - Early out a few of tests that do not work in mash; And content_unittests still uses TestWindowTreeClientSetup since the tests are happy with it and do not need test_ws. Bug: 866942 Change-Id: I664470f0efba1f350a2ae22cb978e0f3f9b2d1f5 Reviewed-on: https://chromium-review.googlesource.com/1153768Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#579836}
-
Christopher Thompson authored
This CL updates secure_origin_whitelist::GetWhitelist() to delegate parsing the set of whitelisted sites to a new function, ParseWhitelist, which takes in a string and returns the parsed vector of strings. This allows callers in the browser process to explicitly parse a whitelist from either prefs or command-line switches. This allows SecurityStateTabHelper to have its own custom IsOriginSecureWithWhitelist function to which it can bind an explicitly passed whitelist of origins, rather than just using content::IsOriginSecure as the callback to security_state functions. content::IsOriginSecure uses GetWhitelist() which only loads the whitelist from command-line flags, which are only correctly set for renderer processes. The custom callback for SecurityStateTabHelper allows it to also check prefs for the whitelist, which is how the enterprise policy is accessible in the browser process (where security indicator UI logic occurs). This can cause the pref and the switch to be two different sources of truth for the origin whitelist, however this simpler fix will be easier to backport. This fix favors the switch over the pref if both are set, allowing developers to still set temporary overrides while maintaining the policy behavior for general users. More general fixes may involve changing how the whitelist propagates between parts of Chrome (including in content and blink). Bug: 869422 Change-Id: I93b46d66844af8cee00d919537ce66fc2c56cd46 Reviewed-on: https://chromium-review.googlesource.com/1157029Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#579835}
-
Pavol Marko authored
Ensure that the SequenceLocalStorageMap and consequently objects still stored in the sequence-local storage are destroyed while the owning Sequence's SequenceToken is set for the current thread. This makes sure that objects stored in the sequence-local storage which expect to be destroyed on the same Sequence they've been created on do not (D)CHECK in their destrutor. Bug: 869272 Test: base_unittests && browser_tests --gtest_filter=*UserAffiliation* Change-Id: I8c76b274a746a35c4ad038e7d8f04ea212ef1514 Reviewed-on: https://chromium-review.googlesource.com/1156510 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#579834}
-
Michael Spang authored
This is not used anywhere except in tests, so move it to the test code. There's probably more to be done here; the test should probably mock GBM instead of mocking dumb buffers, which have been completely removed everywhere else. Bug: 869206 Change-Id: I7900956d617d1341d222f0568516ae5027f6a9eb Reviewed-on: https://chromium-review.googlesource.com/1155921 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#579833}
-
Ramin Halavati authored
The list of preferences that are stored in user profile when changed from incognito mode are moved from 'chrome/browser/prefs/pref_service_syncable_util.cc' to 'chrome/browser/prefs/pref_service_incognito_whitelist.cc'. Bug: 861722 Change-Id: Ic13e7c45f5c82193bf29cfdeac2d3ffe7c186fc9 Reviewed-on: https://chromium-review.googlesource.com/1158064 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#579832}
-
Peter Collingbourne authored
These don't appear to be necessary: almost all clients return non-null pointers from their CreateContent*Client functions, so we can use the content clients directly. The one exception is the chromecast utility client whose use of that functionality seems unintentional. Bug: 855193 Change-Id: I9b835de11dfe37799b30bba7921513438a0d5a9e Reviewed-on: https://chromium-review.googlesource.com/1157659Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#579831}
-
Jan Wilken Doerrie authored
This change implements obtainining Remote Gatt Descriptors for WinRT by hooking up the appropriate logic into GattDiscovererWinrt. Furthermore, appropriate tests are enabled. Bug: 821766 Change-Id: I20475478367c2ab6b18940b4271de70ec138f676 Reviewed-on: https://chromium-review.googlesource.com/1156392 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#579830}
-
Guohui Deng authored
The Chromecast Service Name is now defined in one file, and duplicated definitions are eliminated. Bug: internal b/111850629. Test: Build cast_shell. Change-Id: I8856313bf925c4db5c444bbb7a94515c89442b28 Reviewed-on: https://chromium-review.googlesource.com/1155654Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Bailey Forrest <bcf@chromium.org> Commit-Queue: Guohui Deng <guohuideng@chromium.org> Cr-Commit-Position: refs/heads/master@{#579829}
-
Sam Maier authored
This is to give better visibility of the threads which are Chrome's and threads which are Android's. Bug: 843745 Change-Id: Ie7f75cb915e70b13ef8957f7320d93d890f23a18 Reviewed-on: https://chromium-review.googlesource.com/1158398Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#579828}
-
khmel@google.com authored
Sometimes checking version code is clearner than using requestes for to extract instance for method. BUG=None TEST=In context of another CL. Change-Id: Id666ee06678affc7bd88eec8c5129d1d801af070 Reviewed-on: https://chromium-review.googlesource.com/1157283 Commit-Queue: Yury Khmel <khmel@google.com> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#579827}
-
David Bertoni authored
[EXTENSIONS] Fixed bug where height and width were swapped in image_utils::IsIconSufficientlyVisible. Bug: 805600 Change-Id: I8a56269864d6785d5eb895dc92b55271e5ca3e83 Reviewed-on: https://chromium-review.googlesource.com/1157210Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#579826}
-
Eric Robinson authored
This updates the ad_page_load_metrics_observer so that it accounts for ad frames that trigger ads without a navigation (via a script identified as an ad via subresource filters). Bug: 849268 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I81b9dee7e3556719e40337f2efd818f784130b78 Reviewed-on: https://chromium-review.googlesource.com/1120347 Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#579825}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fd98c2c87164..70c787ae5bbc git log fd98c2c87164..70c787ae5bbc --date=short --no-merges --format='%ad %ae %s' 2018-08-01 timliang@google.com implemented copy surface as draw then blit for metal gpu backend 2018-08-01 benjaminwagner@google.com [Bazel] Add lottie as dm source. 2018-08-01 egdaniel@google.com Move GrVkInterface out of public API. 2018-08-01 nigeltao@google.com Have CodecTest's check not skip 'complete' tests 2018-08-01 nigeltao@google.com Avoid infinite loop in Codec_requiredFrame test Created with: gclient setdep -r src/third_party/skia@70c787ae5bbc The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=scroggo@chromium.org Change-Id: Idc5b6d6a74448d64cacc87c88fd883b0e351a9ec Reviewed-on: https://chromium-review.googlesource.com/1158724Reviewed-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@{#579824}
-
Xiaohan Wang authored
This reverts commit 3a127077. Reason for revert: The test is still failing on Win64 trunk and Win trunk on official continuous desktop builder. Original change's description: > media: Reenable TestPolicyCheck() on Windows for Widevine > > The original problem has been fixed in the latest Widevine CDM. > > Bug: 851027 > Change-Id: I9aced3ea2152e33fcc8a5bcddc8a587c45dee6cc > Reviewed-on: https://chromium-review.googlesource.com/1154087 > Reviewed-by: Frank Liberato <liberato@chromium.org> > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#579615} TBR=xhwang@chromium.org,liberato@chromium.org Change-Id: I1446eb5919ac014420fe7095d7916ee92cbb3d57 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 851027 Reviewed-on: https://chromium-review.googlesource.com/1158767Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#579823}
-
Michael Spang authored
Since GbmBuffer moved, the only class this file defines is GbmPixmap. So rename it. Bug: 869206 Change-Id: If58f4590c8a118d557059368617e1521e9f16802 Reviewed-on: https://chromium-review.googlesource.com/1155920 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#579822}
-
Ian Vollick authored
This reverts commit 2698a26d. Reason for revert: this did not fix the build errors. Original change's description: > Reland "Reland "[ar] Do not refer to ARCore shim in APK merger"" > > This is a reland of f3f5b838 > > I think I've finally fixed the root issue and this is ready > to land again. > > Original change's description: > > Reland "[ar] Do not refer to ARCore shim in APK merger" > > > > This is a reland of 58e4a081 > > > > Original change's description: > > > [ar] Do not refer to ARCore shim in APK merger > > > > > > This hard-coding should no longer be required. > > > > > > Bug: 839191 > > > Change-Id: Id44f0f19da6efcee90ef79ea3e241eb2a7ea5843 > > > Reviewed-on: https://chromium-review.googlesource.com/1147706 > > > Commit-Queue: Ian Vollick <vollick@chromium.org> > > > Reviewed-by: Richard Coles <torne@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#577662} > > > > Bug: 839191 > > Change-Id: I42c3d31c0cbe49c1fe2d68c55d0db18dcdc3381d > > Reviewed-on: https://chromium-review.googlesource.com/1151567 > > Reviewed-by: Richard Coles <torne@chromium.org> > > Commit-Queue: Ian Vollick <vollick@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#578347} > > Bug: 839191 > Change-Id: I2618d967b214fb8f21264d6303837b08729222c4 > Reviewed-on: https://chromium-review.googlesource.com/1152275 > Reviewed-by: Richard Coles <torne@chromium.org> > Commit-Queue: Ian Vollick <vollick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#579391} TBR=vollick@chromium.org,torne@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 839191 Change-Id: I5857ff149053eda03acbd6d2ccb8403667455b2c Reviewed-on: https://chromium-review.googlesource.com/1158764 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#579821}
-
Elly Fong-Jones authored
This change is in preparation for a fix to the right-click selection behavior on Mac. This change also has RenderTextHarfBuzz EnsureLayout() when getting a substring range. Bug: 856609 Change-Id: I85c81c630fc2e6ac79d01a7a25a6f3e30756fdb5 Reviewed-on: https://chromium-review.googlesource.com/1156844 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#579820}
-
Kevin Bailey authored
In the final OnPaintBackground() method, it currently uses a standard rectangle to "dim" the background on hover (or animation). This resulted in some dimming outside a rounded button. This change uses a rounded rectangle instead, using the existing corner radius. Bug: 866136 Change-Id: Ifb8ad476e231049efbf73e1dc64c0c1f0f113897 Reviewed-on: https://chromium-review.googlesource.com/1156877 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#579819}
-
Antonio Gomes authored
This CL exposes a method that allows the creation of FileURLLoaderFactory instances. through the content/browser public API. This is a preparation for CL https://crrev.com/c/1066370. BUG=773295,844928 Change-Id: I89c9cd2e82ee54f4dae1c121d5e0f7b5c0597fb1 Reviewed-on: https://chromium-review.googlesource.com/1156885 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#579818}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/6e250820b17e..7a1c7f782a14 git log 6e250820b17e..7a1c7f782a14 --date=short --no-merges --format='%ad %ae %s' 2018-08-01 hta@webrtc.org Modified peerconnection's "observer" slot to be nulled on close. 2018-08-01 kthelgason@webrtc.org Support compiling with the lastest iOS SDK. 2018-08-01 alessiob@webrtc.org RNN VAD: more specific build target names. 2018-08-01 peterhanspers@webrtc.org The pixel buffer pool is currently recreated on every call to encode. 2018-08-01 kthelgason@webrtc.org Include RTCMTLVideoView even on archs without metal. 2018-08-01 nisse@webrtc.org Reland "Delete root header file typedefs.h. Part 2." Created with: gclient setdep -r src/third_party/webrtc@7a1c7f782a14 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG=chromium:868337,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I6e2ac484f7508ffc83bec8414a94d4905e7f0f3b Reviewed-on: https://chromium-review.googlesource.com/1158347Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#579817}
-
Ian Kilpatrick authored
This was pretty mechanical, but everything I think still makes sense. Effectively everything that references "resolving a BFC offset" now turns into "resolving a BFC block offset". There should be no behaviour change. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I1215520ab21eae6fb45b4ab53be08a0fdde232ac Bug: 635619 Reviewed-on: https://chromium-review.googlesource.com/1155266Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#579816}
-