- 20 May, 2020 40 commits
-
-
Francois Doray authored
This enables foregrounding the video capture service in testing config, in preparation for experimenting on Beta. This is a performance optimization which does not change functionality. Bug: 1066137 Change-Id: If48edced330986353af400cd83144dc9b64ab2f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210625Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#770732}
-
Tao Bai authored
Implemented ExtractAllDatalist where WebView needs This feature will be enabled for WebView and WebLayer. Bug: 949555 Change-Id: I85478405e7cedd679d31072753b1455c1b843eda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203413 Commit-Queue: Tao Bai <michaelbai@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#770731}
-
Scott Violet authored
This needs to handle the case of a WebContents that isn't associated with a Tab. This also renames |controller| to |tab|, which better reflects the type. BUG=none TEST=none Change-Id: Idbf58316d3223e00e28f2d7c675e125c30ecaecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210499Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#770730}
-
Nathan Zabriskie authored
This patch unifies CPU VideoFrame uploading/conversion code for OOPR and GPU rasterization. Now clients can call ConvertFromVideoFrameYUV with CPU backed VideoFrames in addition to wrapped frames. Bug: 1058992 Change-Id: I89c37179b12fe1375fa7a6f7d919f135f77b5857 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2200084 Commit-Queue: Nathan Zabriskie <nazabris@microsoft.com> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#770729}
-
Jarryd authored
Extend the expiry by one year so that we can continue to monitor this metric as more applications make use of non-trivial amounts of storage. Bug: 1077795 Change-Id: Ifd3b41cc84b3f4f02d63ba6a3ba843581312887e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207756 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#770728}
-
Allen Bauer authored
NotificationMenuView Bug: 1044687 Change-Id: I8590a954b5d0b14075dd60f0f6db8576955c0aa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209900Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#770727}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/704fb55255c8..3a5742c880b4 2020-05-20 tommi@webrtc.org Add thread/sequence checks to ModuleRtpRtcpImpl. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I410fe76663742869cca4612beccf757ee6a60e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210644Reviewed-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@{#770726}
-
wutao authored
This cl adds an autotest private API which can be used by a follow up cl to add tast test to measure the photo transition animation perf. This API will wait to run several photo transition animations. Bug: b/156854495 Test: new unittests Change-Id: Icc9d9ab6e83657e160c6228d1702237ac9eba56e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163146Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#770725}
-
Xing Liu authored
This CL adds the network connection type metrics when starting a new download or finishing a download. TBR=holte@chromium.org Bug: 1078575 Change-Id: I4b9d3a2e157103a2ebeb24093cd07545a5c41b25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204971 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#770724}
-
Roger Tawa authored
This reverts commit 7ea27f69. Reason for revert: It was decided that service provider configs will not be configurable for GA, so removing code that will not be used at all. Once we decide to make them configurable this CL can be relanded. Original change's description: > Implement enterprise connectors service provider configs component. > > Bug: 1069037 > Change-Id: I4ee05cab27491d59807230a79af5983cd31e366a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187000 > Commit-Queue: Roger Tawa <rogerta@chromium.org> > Reviewed-by: Tim Volodine <timvolodine@chromium.org> > Reviewed-by: Joshua Pawlicki <waffles@chromium.org> > Cr-Commit-Position: refs/heads/master@{#767774} TBR=rogerta@chromium.org,timvolodine@chromium.org,waffles@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1069037 Change-Id: I5213fbaf0a72346c97dea188b7284270b0925322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210726Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#770723}
-
David Bertoni authored
ExtensionSessionsTest.RestoreForeignSessionWindow was disabled for flakiness in 2013. It passed 3000 iterations on the bots on all tested platforms. Bug: 278372 Change-Id: Ie327d517473f8858140678dd0622703737691155 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209305Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#770722}
-
Joe Downing authored
This crash is occurring when the user clicks 'stop sharing' on the remote session. The website will send a disconnect message which cleans up the It2Me host and friends. The website will then create a new instance of the native message host (which it uses to determine if the host is installed). Soon after this, the host website receives a session-terminate message from the client. It helpfully sends this to the It2Me host. Since signaling is not connected for the new host instance, it tries to run the incoming_message_callback_ (which is invalid) and crashes. This CL adds a check around incoming_message_callback_ to ensure it is valid before calling it (as well as some logging to indicate the condition occurred). It's possible that we could address this issue in the client w/o requiring a host fix but I think it is a good idea to handle this scenario in case it is too difficult to fix client-side or a regression sneaks in later. Bug: 1084670 Change-Id: I3714fc860339b12cfcab688652e5e8a83118a4f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210732Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#770721}
-
Sammie Quon authored
This crashes now with async window state changing ARC apps. Since DCHECK, remove. Also WindowState::Unminimze is pretty stable. Test: none Change-Id: I1786fe81a36e73b3c94b9fd4c40bcf7f64f93a51 Fixed: 1067240 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210727 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#770720}
-
Frank Liberato authored
InitializeDecoder would notify the host about errors if creating either the d3d9 or d3d11 device manager failed. They should just fail, since these calls happen only during VDA init. NotifyError requires an initialized VDA. Returning false from init is enough. Bug: 1084949 Change-Id: Ifd0522deef076308ba3872d874e49b3f40a75dbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210724 Auto-Submit: Frank Liberato <liberato@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#770719}
-
Bruce Long authored
This change allows Windows spellchecking to be performed on languages that do not have Hunspell dictionary support (Arabic, Finnish, ...), as well as for regional dialects (Swiss German, ...). The browser languages settings page is still limited to adding preferred languages in the hard coded accept languages list |kAcceptLanguageList|, but spellchecking can now be toggled on for languages not in the hard coded Hunspell languages list |kSupportedSpellCheckerLanguages| if a Windows platform language pack is installed that has a dictionary corresponding to the accept language. On initializing the SpellcheckService, the list of Windows spellcheck dictionaries is retrieved asynchronously, and when the task completes the BCP47 tags are mapped to the browser's list of accept languages. If a match is found the language can now be toggled on for spellcheck, will have its dictionary loaded in LoadHunspellDictionaries, will be displayed in the spellcheck section of the context menu for editable content, and will be referenced for spellcheck requests. Some logic needed to be added to account for BCP47 script subtags, since passing just the language subtag can be ambiguous for languages that can be spelled in more than one script, such as Serbian. Note that hybrid Windows spellchecking is still behind a feature flag that is disabled by default. When the feature is enabled by default, a performance issue may be encountered, because in the current implementation it is necessary to instantiate the spellcheck service at browser startup in order for the content editable context menu to include non-Hunspell languages if visited before the language settings page, and for spellchecking to be performed on first visit to editable content. This performance issue is tracked by: https://crbug.com/1064351 Improve spell check initialization performance Bug: 1000443 Change-Id: I4af1f19deb3bee8805df88ecbcfc1bb48dfb92e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155167 Commit-Queue: Bruce Long <brlong@microsoft.com> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#770718}
-
Lindsay Pasricha authored
Bug: 1065456 Change-Id: Ib46cf7fcf186a152d7e1f6d1b37ad9c80d546073 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210730 Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#770717}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 989f5582. With Chromium commits locally applied on WPT: f6984fd9 "De-flaky pointerlock/pointerevent_pointermove_in_pointerlock.html" 45436d4d "CookieStore: WPT to verify subscribe/unsubscribe is idempotent" 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 rego@igalia.com: external/wpt/css/selectors NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Id96625917cbe58e665c5e33e884900faebf6cfd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208754Reviewed-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@{#770716}
-
Kyle Horimoto authored
These names are registered via the Hierarchy class; future CLs will use them to add search results for parent subpages. Bug: 1082249, 1071700 Change-Id: I42ab82489b40306e9ce4628cb68c83430be601fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209763Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#770715}
-
Chong Gu authored
Add the refactored target to gpu integration tests on Fuchsia Bug: 1058255 Change-Id: I3eb86a55c42a509221af84840d2ecfe0f26035b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209612Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#770714}
-
Swapnil authored
The browsertests of login test base and all the related tests are moved from policy_browsertests to a separate file. Bug: 1084166 Change-Id: I63c270c7866d64ece3e3397e8914e31fc2b2872a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207217 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#770713}
-
David Grogan authored
ResolveBlockLengthInternal was getting a content_size smaller than border_padding. Some ChromeOS browser tests hit this. There should be no user-visible behavior changes. Bug: 845235 Change-Id: Ie7a732669fcc7c17db02e96250d40eb9c48f92d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207926Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#770712}
-
Fredrik Söderqvist authored
All of these tests are currently flaky because they sometimes render without a video frame. Utilize the requestVideoFrameCallback() API to wait for a video frame callback before deciding that the tests are done. Where needed, make sure that test and ref use the same condition for when the test (and ref) should be considered completed. This appears to reduce the rate at which these tests flake, but not completely eliminate the flakiness. Bug: 988248 Change-Id: Ib999646942ec2b1247da6ec61bd4a80a2e8bfbf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208866Reviewed-by:
srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#770711}
-
Dana Fried authored
Currently, all clicks outside the WebUI tabstrip are swallowed, but clicking on (for example) the window close button now works whereas previously it was ignored and only closed the WebUI tabstrip. Change-Id: I7852dba7b504eb256bc021bcc020f61de598b408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209370Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#770710}
-
Nate Fischer authored
This removes support for the log verbosifier app entirely and simplifies some startup code. This removes the verbosifier app's code entirely. Bug: 988200 Test: verify "webview-verbose-logging" still works Change-Id: I21610574763b614c1606be49894aa6fbc9a668b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169826Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#770709}
-
Swapnil authored
The browsertests of certificate transparency policy are moved from policy_browsertests to a separate file. Bug: 1083990 Change-Id: Iab10e4e79335f63cb9d5809bd84fc63d69971078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207313 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#770708}
-
Victor Vasiliev authored
This adds histograms for the error codes with which QuicTransport connections are closed, and the state at which they are closed. Bug: 1079080 Change-Id: I62e91fd3b2bc340170238e08759c190fb94c6178 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197611Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#770707}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6a935445b316..37c97e9aca20 2020-05-20 bmeurer@chromium.org [formatter_worker] Fix pretty printing of nullish coalescing. 2020-05-20 sigurds@chromium.org Remove unnecessary @unrestricted annotations from front_end/sdk 2020-05-20 sigurds@chromium.org Remove unnecessary @unrestricted annotations from front_end/ui 2020-05-20 bmeurer@chromium.org [wasmparser] Change to `wget` workflow for wasmparser. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1011811,chromium:1079233 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7f75ce13442f587060f20e512dc2bb42c9f312c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210387Reviewed-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@{#770706}
-
Maria Kazinova authored
unique renderer id. Bug: 1075444 Change-Id: I8ce9c18a374b2dfd5d2cb4d40a5bac14254fa625 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202999 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#770705}
-
Swapnil authored
The browsertests of restore on startup policy are moved from policy_browsertests to a separate file. Bug: 1083975 Change-Id: I45407fb0acf29722186be0ab735eb4d025a165d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207212 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#770704}
-
Sophey Dong authored
Bug: 1073159 Change-Id: I0ee1029d183d6f9a2305511a73508dee7a34580e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209994Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#770703}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a9f5e8e76386..b19e9782ebef If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC sebsg@google.com,kmilka@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1080903 Tbr: sebsg@google.com,kmilka@google.com Change-Id: I8051eeaa3941f2cdeb66a90490e8d3e9653e849a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210388Reviewed-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@{#770702}
-
Mike Wittman authored
https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/dfd3f3d84cfc..de5bb5ebd6d7 $ git log dfd3f3d84..de5bb5ebd --date=short --no-merges --format='%ad %ae %s' 2020-05-19 wittman [Sampling profiler] Include AsmGetRegs asm functions on x86/x64 Created with: roll-dep src/third_party/libunwindstack Bug: 1004855 R=etiennep@chromium.org Change-Id: If6c111aae6dbfb4bf474b57dba6274e63fb8cbb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210496 Commit-Queue: Mike Wittman <wittman@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#770701}
-
Michael Achenbach authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b072390c..bc0292ca 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 Change-Id: I088c50788279bc70f727713233f6a59d76912e18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209141Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#770700}
-
Li Lin authored
Bug: b/156912750 Test: manual test Change-Id: I4e7c4ee3623499108d8883009f85d94cc6d9d22b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207950 Commit-Queue: Li Lin <llin@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#770699}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1ac547483837..49de1031d4d8 2020-05-20 egdaniel@google.com Reland "Remove deprecated flush calls." 2020-05-20 bsalomon@google.com Apply additional clipping in SkGpuBlurUtils. 2020-05-20 johnstiles@google.com Add detection for AMD Radeon Pro 5000-class GPUs. 2020-05-20 reed@google.com add new patheffect for stroke-and-fill If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC lovisolo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md 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 Bug: None Tbr: lovisolo@google.com Change-Id: I40665173bf6e3cd88b40ab944dfa46ae7c3c617e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210640Reviewed-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@{#770698}
-
Bailey Berro authored
This change enables DisplayIdentification by default. Now that we have branched, this change enables the DisplayIdentification feature in M85 so we can begin getting feedback on the Dev channel. Bug: 1068252 Change-Id: Ieb0b73673da29c9da4d5e1b4bdd7b786bfe54b9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208548 Auto-Submit: Bailey Berro <baileyberro@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#770697}
-
Wenyu Fu authored
Adding swipe to dismiss for all variation, so the user can swipe to dismiss the slim variation that does not have a "No thanks" button. Bug: 1068831, 1084756 Change-Id: I445ae547bdfdc32866ff457653a778c00f5043ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209677 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#770696}
-
Olivier Li authored
Change-Id: I40bdae31b55837021cccac92661431da5a161c5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210021Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Oliver Li <olivierli@google.com> Cr-Commit-Position: refs/heads/master@{#770695}
-
Fan Yang authored
Change-Id: I3b2aab71a6425fb948585c173e6e302aec1845e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210481Reviewed-by:
Bence Béky <bnc@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Commit-Queue: Fan Yang <fayang@chromium.org> Cr-Commit-Position: refs/heads/master@{#770694}
-
Min Qin authored
This CL adds search params to query tiles, so that it can be passed to the search engine. BUG=1084764 Change-Id: Ib5a7b96a3a9c9c2c596a57f896a4af4160753674 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209750 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#770693}
-