- 13 May, 2019 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b3f6654a5402..9b86955c65aa git log b3f6654a5402..9b86955c65aa --date=short --no-merges --format='%ad %ae %s' 2019-05-13 herb@google.com Add thread safety annotations for SkMutex 2019-05-13 robertphillips@google.com Alter createTestingOnlyBackendTexture methods 2019-05-13 csmartdalton@google.com ccpr: Clip path octo bounds by the scissor 2019-05-13 bsalomon@google.com Add color space and type conversion support to asyncReadPixels Created with: gclient setdep -r src/third_party/skia@9b86955c65aa The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=michaelludwig@google.com Change-Id: I8e26af88b17e4ebb119beae96804450b3d689853 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610290Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659079}
-
Michael Thiessen authored
We need all Activities running in NoTouch mode to use the UI coordinator to support dialog actions, etc. So this moves ownership of the TouchlessUiCoordinator into ChromeActivity, and restricts the touchless URL bar and tooltips to NoTouchActivity. #issue 962059, presubmit is broken. NOPRESUBMIT=true Bug: 961734 Change-Id: Ib8fb701c4bb981726428a7f81a55fc9fc15bccf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606570Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#659078}
-
David Dorwin authored
https://crrev.com/c/1387151 added a test to webvr/ that checks for "xr". The WebVR API is obsolete, and only "vr" was used with it. This CL copies the test for "xr" to the webxr/ tests and changes the webvr/ test to check for "vr". Change-Id: I0481afc1ad0c1445bf744c1b99307e482f2315af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600152Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#659077}
-
Takuto Ikuta authored
This CL reduced total include for ip_address_space.mojom-blink-forward.h from 0.72MB to 0.22MB. Bug: 862064 Change-Id: I2371e1513a194ecd0275590522522f30983c0527 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609737 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#659076}
-
Takuto Ikuta authored
This CL reduced total include for ip_address_space.mojom-blink-forward.h from 0.72MB to 0.66MB. Bug: 862064 Change-Id: I2f7278db9f06158d63a1345cf503d6cf5819f484 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609617 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#659075}
-
Toni Barzic authored
The test updates shutdown policy, and waits for the login shelf UI to get updated from the state before the policy was changed. It then verifies that the shutdown/restart button visibility has been updated. This is racy if login shelf state can change for any reason different than shutdown policy value - which started happening since the test was updated to properly set-up enrollment, OOBE complete state. The login UI lands on login screen with GAIA dialog, instead of welcome screen, and GAIA UI is trying to update guest login button visibility. This fixes the test to wait for the shutdown button visibility to change. It observes login shelf UI updates until it detects that the shutdown button has the desired visibility state. Does the smae for lock test, even though that one does not seem flaky for now. Change-Id: I4b61c17c2ef750b9850bbbe68ea406b15197ec81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608525Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#659074}
-
Yeol Park authored
In order to better convey property object ownership, changed CreateSecondaryUiButton() to return std::unique_ptr. Bug: 948287 Change-Id: I4a496050e03705ccfee063b852ef35f5c61761e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598902Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Yeol Park <peary2@gmail.com> Cr-Commit-Position: refs/heads/master@{#659073}
-
Toni Barzic authored
GetDisplayNearestWindow returns a temp object, so we should not use a reference to it's return value. Change-Id: Ia81b1d1a74e7e3513bf29504d8e824e28f2b116b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608523 Auto-Submit: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#659072}
-
Brian White authored
b/131237867 Change-Id: Iaeb41b0256ae366243f2ab0ab653ef6bb6566bad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585939 Auto-Submit: Brian White <bcwhite@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#659071}
-
Dominic Mazzoni authored
The Get Image Descriptions from Google feature provides a computer-generated description for unlabeled images on the web. Importantly, when there's an unlabeled link that contains a single image, it's supposed to apply the same automatic description to the link, too - because some screen readers only pay attention to the accessible name of the link. There was a bug when the image was absolute-positioned - that caused the link to have zero width and height, which made it ineligible for annotation. The fix is to only consider the size of the image when deciding whether a node is eligible for annotation, rather than the size of the link. Bug: 962370 Change-Id: I1a8d845666d2a508e17466da75bce0c88cd1d3fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1608922 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#659070}
-
Tarun Bansal authored
Record WiFi signal strength as an UMA metric. The next CL will do the plumbing to use it for adjusting the network quality. Skipping presubmit because of crbug 962059. NOPRESUBMIT=true Change-Id: I439cc6561fd2f368537cd567dcf7d3551449073d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1551953 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#659069}
-
Oleg Davydov authored
Changed it to IDS_POLICY_SOURCE_DEVICE_LOCAL_ACCOUNT_OVERRIDE as overrides exist both in public sessions and kiosk modes. This is a follow up of CL 1602727, where we've changed corresponding option of PolicySource enum. Change-Id: I7ea0d422025fd182a8497b62dc7df13588cdbd6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604271 Commit-Queue: Oleg Davydov <burunduk@chromium.org> Reviewed-by:
Ivan Šandrk <isandrk@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#659068}
-
Kuo Jen Wei authored
Bug: 956858 Change-Id: Id0b36488deeede4b6114f1e2cbe3df49a5fd6b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605385Reviewed-by:
Sheng-hao Tsao <shenghao@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#659067}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a19080a956b5..a7a375565cdb git log a19080a956b5..a7a375565cdb --date=short --no-merges --format='%ad %ae %s' 2019-05-13 chrisforbes@google.com Wire up NoPerspective to interpolation Created with: gclient setdep -r src/third_party/swiftshader@a7a375565cdb The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll 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=swiftshader-team+autoroll@google.com Change-Id: I3ca828e2d79d3ee9864a2aa45a1e89d98bf8e5b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610282Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659066}
-
Dan Harrington authored
And prevent it from being downloaded later. Note that I manually tested that this does work. Change-Id: I3b445f1a5fe8fa675ac9c7addc96b29eb8da12ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536606 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#659065}
-
Xiyuan Xia authored
- Get sign-in screen and user PrefService from SessionControllerClient instead of mojom::PrefConnector. - Add a TestPrefServiceProvider to create and own various PrefServices to outlive TestSessionControllerClient; - Move Shell:: RegisterSignin/UserProfilePrefs to ash_prefs.h in public/cpp and call them from browser prefs to register as part of the browser; - Remove RegisterForeignPref for user prefs in ash/* code since they are now part of the browser user prefs; Bug: 958212 Change-Id: Ic4d9f951e5fd2f255c5274906115fc4aeb2dcc41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603325 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#659064}
-
Robbie Gibson authored
After talking to the designers, they want this image on the leading edge of the popup instead of the trailing edge. Bug: 962436 Change-Id: Ib9a041360c4c7ffc1637700aa7cb471a8c8084cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609777 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#659063}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0379d8cfeac1..dab21c6a91a6 git log 0379d8cfeac1..dab21c6a91a6 --date=short --no-merges --format='%ad %ae %s' 2019-05-13 srte@webrtc.org Fix for crash in frame matcher on short runs. 2019-05-13 peah@webrtc.org AEC3: Remove unused code Created with: gclient setdep -r src/third_party/webrtc@dab21c6a91a6 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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=webrtc-chromium-sheriffs-robots@google.com Change-Id: I1ce03aaa95c714323cc33e619586c3180d59b076 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610284Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659062}
-
smut authored
To ensure it gets the right number of cores when migrated to builderless. A no-op now, since builder:android-marshmallow-arm64-rel currently implies cores:16. Bug: 956776 Change-Id: I785938a91a7cf493ece0b0579cc9d8f106f673ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606637 Auto-Submit: smut <smut@google.com> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#659061}
-
Sidney San Martín authored
Change-Id: I9ab020f86ff2781a6651ac82aae60c59b497e6ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607440 Auto-Submit: Sidney San Martín <sdy@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Sidney San Martín <sdy@chromium.org> Cr-Commit-Position: refs/heads/master@{#659060}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5864997e8422..ac5a8cf07ac9 Created with: gclient setdep -r src-internal@ac5a8cf07ac9 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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.chrome.try:linux-chromeos-chrome TBR=anthonyvd@google.com,alph@google.com,battre@google.com Change-Id: Ic43fa9a8a3dc8f174c5a45bea035b500c0cdc4c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610277Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659059}
-
Caleb Raitto authored
See crrev.com/c/1590404 for context -- the goal is to fix leak checking in ASAN trybots, which are used to run LSAN. Currently-leaking tests must be fixed or disabled before leak checking can be enabled in the ASAN trybot. Bug: 949811 Change-Id: I76399f12142dc09ee23f40498b20d629e7500c14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599880Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#659058}
-
Roman Sorokin authored
Follow-up to CL:1564085 Bug: 934224 Change-Id: I8291ed461528d6f31ee5167289740296fea29cbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583779Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#659057}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e247b5b70db9..f1e3609c24ce git log e247b5b70db9..f1e3609c24ce --date=short --no-merges --format='%ad %ae %s' 2019-05-13 thakis@chromium.org angle: Stop setting secondary_source. Created with: gclient setdep -r src/third_party/angle@f1e3609c24ce The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll 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:947060 TBR=syoussefi@google.com Change-Id: Iab188e181f9879f748410478711d70ac2a096026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610153Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659056}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/617d801ff762..b3f6654a5402 git log 617d801ff762..b3f6654a5402 --date=short --no-merges --format='%ad %ae %s' 2019-05-13 egdaniel@google.com Remove mutex in GrVkSemaphore Created with: gclient setdep -r src/third_party/skia@b3f6654a5402 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=michaelludwig@google.com Change-Id: Ia86f40c798d47a8f46b7d4401e4c061144558940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610155Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659055}
-
Richard Knoll authored
When opening the inline reply text view by clicking on the "Reply" button, we get a LocatedEvent to start the ripple effect from. When this is triggered via key press, after focusing the button, the event is not a LocatedEvent and we hit a CHECK. This fix shows the default ripple instead if we activate via keyboard. Bug: 961233 Change-Id: I1f6488f9ce240b9c2cec07ff7342faa75781635a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602507Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#659054}
-
Sylvain Defresne authored
Change the API to receive a base::Value instead of the deprecated class base::DictionaryValue (the implementation already check the type of the passed value so does not assume base::Dictionary type). Change the API to receive the base::Value by reference instead of pointer as there is only one caller and it already check that the pointer is non-null before calling NTPCatalog::create. Use the base::Value::Find{String,List}Key methods instead of the base::FindKeyOfType method as it reduce the complexity of the implementation. Bug: 646113 Change-Id: Icc3a484619786d5afcf0733ef01c07904635d481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609780 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#659053}
-
Richard Townsend authored
This reverts commit 82b6a7c1. Reason for revert: Breaks the build for Windows on Arm. Original change's description: > Sort Win SDK versions by version sorting rules > > This should have no practical effect on current data but version > numbers need to be sorted so that 1.12 is higher than 1.9 and > the current code didn't do that. > > Change-Id: Ie993d2c103b6f16453c8b03336484c3b05a0097b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605980 > Reviewed-by: Bruce Dawson <brucedawson@chromium.org> > Commit-Queue: Daniel Bratell <bratell@opera.com> > Cr-Commit-Position: refs/heads/master@{#659016} TBR=bratell@opera.com,brucedawson@chromium.org Change-Id: I126df32184965a97fd3397db61c1ecde1c2681e1 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609787 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:
Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#659052}
-
Randy Rossi authored
Eliminating more duplicate chromecast code by moving automation_internal_custom_bindings.* and automation_ax_tree_wrapper.* into /extensions/renderer Patch Set 1 is baseline for moved/deleted files Bug: 837773 Test: Chrome official build + samus ChromeOS build, ran ChromeVox Change-Id: I0ea12a800528cfc9c22ad1356765a330b9622e5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593792Reviewed-by:
Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Randy Rossi <rmrossi@chromium.org> Cr-Commit-Position: refs/heads/master@{#659051}
-
kylechar authored
You can no longer no disable VizDisplayCompositor feature on Windows or Mac so anything platform specific there is effectively dead code. Bug: 936425 Change-Id: Iadc74ac6447f980929535bec7024ae754364aaf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602283Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#659050}
-
Owen Min authored
Move UploadChromeDesktopReport mock function to policy::MockCloudPolicyClient so that it can be re-used. Bug: 956237 Change-Id: I58eaae0def68766e3ba4ae1acb254034af5688e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606587Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#659049}
-
Alex Loiko authored
This change is required to let Chrome encode and decode multistream Opus audio. It adds WebRTC multistream Opus decoders and encoders as non-advertised codecs to the audio codec factory. The WebRTC default audio codec factory has contained the multistream opus encoder/decoder since April 25 and April 8 respectively. The multistream encoders have been tested in WebRTC. Bug: webrtc:8649 Change-Id: Ie350ab2e052edfd7f18dfa4c67bb397dfa541d1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609782Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Alex Loiko <aleloi@chromium.org> Cr-Commit-Position: refs/heads/master@{#659048}
-
John Budorick authored
This is a reland of crrev.com/c/1604471 Bug: 961548 Change-Id: I3cf8d892f0f5f3dad43751dbcc78031ed52ac616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607102 Auto-Submit: John Budorick <jbudorick@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#659047}
-
Peter Kotwicz authored
Android throws an IllegalStateException when Activity#setRequestedOrientation() while the activity is translucent. This CL: - Delays setting the screen orientation in WebappActivity till the activity's translucency is removed - Adds a method to SplashscreenObserver to notify that translucency was removed. NOPRESUBMIT=true BUG=957835 Change-Id: I5971ec6b97f6ad50f71dd6e87f3fd19ecb7681db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589105 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#659046}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/18a6625221e4..0379d8cfeac1 git log 18a6625221e4..0379d8cfeac1 --date=short --no-merges --format='%ad %ae %s' 2019-05-13 titovartem@webrtc.org Change a way, how receive stream is determined in DefaultAudioQualityAnalyzer. 2019-05-13 sprang@webrtc.org Remove deprecated SetRates/SetRateAllocation from VideoEncoder. Created with: gclient setdep -r src/third_party/webrtc@0379d8cfeac1 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ibd970cbd9f1e23cfa1a326611765b934dbf329de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610148Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659045}
-
Elly Fong-Jones authored
Since the hold-to-quit message is delivered by a borderless window, VoiceOver does not announce its presence; we need to explicitly announce its message here so screenreader users know why their quit command is not immediate. Bug: 957356 Change-Id: I7df32194175decffe8f97a02644d5b7dfc9aba0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606380 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#659044}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/649b2ae0..4894cb22 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I160f83f4a1621ab9604c8d2deb03b3752d55c58f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610142Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659043}
-
Vladimir Levin authored
This patch adds two more perftests, which change the outer size of all of the locked elements. This is an important test to ensure that the self layout is dirty, meaning that each element needs to be reached for layout. However, it also needs ensure not to recurse into the subtree. This also adds an absolute position test that has 3 abs pos children in each locked element, to ensure we also don't lay those out. Sample run: https://pinpoint-dot-chromeperf.appspot.com/job/14f2210bcc0000 Total test runtime: 31sec R=chrishtr@chromium.org, fergal@chromium.org, rakina@chromium.org Bug: 958894 Change-Id: I367310e97afb5bf45077151bbf27411a5bd22694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603207Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Fergal Daly <fergal@chromium.org> Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#659042}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 82b6a7c1. With Chromium commits locally applied on WPT: c4dc3441 "[WPT] Reland Upload a test for sending mouse events with key pressed" fec827fb "Added wpt tests for overscroll customization." c9077e39 "Restore original tail-processing for ScriptProcessor and AudioWorklet" d814fafc "Check for detached ArrayBuffers in Web Bluetooth writeValue functions" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: I4577778c802ae087805ed1258fad7bad870783af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610137Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#659041}
-
proberge authored
The parameterized tests have a lot of combined parameters. This change aims at low-hanging fruits by splitting the tests to remove parameters that are irrelevant on some code paths. A more thorough cleanup should follow to remove some parameters. There are now 353 tests with "UwS" in their name, down from >1023. Bug: 960988 Change-Id: Ia15b4c6a7d201b56abaa91edc2d60e15dbb2776c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1606202Reviewed-by:
Joe Mason <joenotcharles@google.com> Commit-Queue: proberge <proberge@chromium.org> Cr-Commit-Position: refs/heads/master@{#659040}
-