- 18 Feb, 2020 40 commits
-
-
Christopher Cameron authored
When moving between two screens that don't change scale factor, but do change color space, this message was getting dropped. Remove the early-out, because the call to UpdateSurface has its own early-out. Change-Id: I8772a8cf982739039800f41e89857856aa5693ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062749Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#742240}
-
John Budorick authored
Promoting from a nightly build. Bug: 922145 Change-Id: I41e858309178ff785d0a47d6416f9182bfe5ccc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062750Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742239}
-
Sebastien Marchand authored
Remove georgesak@ as he's no longer working on this. Update some other metrics owned by Georges while I'm here. Change-Id: I042c5e4d96b7c5a880a22751309d0a7104ced987 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062249Reviewed-by:
Georges Khalil <georgesak@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#742238}
-
Wenyu Fu authored
Per Google style (https://screenshot.googleplex.com/K2X2oRG3VCN), we use "homepage" as one word. This CL changes "home page" that appears in Chrome on Android. Bug: 1028210 Change-Id: Id8b4f7d55dde174aedde6789400705562c3d6889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036438 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@{#742237}
-
Christos Froussios authored
These will remain until the migration code is deleted: - PasswordManager.LinuxBackendMigration.AttemptResult - PasswordManager.LinuxBackendMigration.Adoption These are no longer in use: - PasswordManager.LinuxBackendMigration.TimeIntoEncrypted Bug: 1053264 Change-Id: I861ff61d5e9e0177eaac5a5e0f933ef5e79fdcc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062409 Auto-Submit: Christos Froussios <cfroussios@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#742236}
-
Jose Torreguitar authored
The modern Xbox Elite Series 2 controller firmware reports on less axes than the previous firmware. However, the only way to distinguish between firmware versions is to check the length of the axes reported. This change updates the mapping function to work for all firmware versions by checking the axes length. On the older firmware, the axes are shifted by one after axis 3 because axes 4 and 9 are redundancies. BUG=1052543 TEST=Testing this requires two Xbox elite series 2 controllers, one with modern firmware and one with release firmware. When using them on production code users will notice that on pressing the DPAD on modern firmware either the triggers or the opposing dpad axis is pressed. Change-Id: Ie51fd897a14180d664463d196b2fe744338c61c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057624Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: José Torreguitar <jtguitar@google.com> Cr-Commit-Position: refs/heads/master@{#742235}
-
Alex Cooper authored
Updates the Android WebXr test infrastructure to allow accepting or rejecting permissions prompts in addition to the consent dialog, based on whether or not the feature is enabled. This ensures that tests will keep running when the permissions prompt is enabled by default, and can be cleaned up as time permits. Additionally, consent prompt tests that still make sense to run when the permissions prompt is enabled were pulled into an impl method and a variation of the test was created which explicitly sets the feature to the desired state. The old tests can thus be more easily removed when the feature flag is removed. This ensures both some coverage of the permissions prompt flow now, and continued coverage of the consent flow after it is disabled, until such time as it can be removed. Some tests were determined to be testing logic specific only to the current consent flow, and as such those tests forcibly ensure that the permissions prompt is disabled. Bug: 1043241 Change-Id: Ib61d81a3f3aa90b1869d13ad53112ecd5606b627 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051367 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#742234}
-
Tom Anderson authored
BUG=988094,1014934 R=sky CC=nickdiego,msisov,adunaev Change-Id: I05b4bae5ccce53053ad4ae8269db849c2db9e569 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056570Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Nick Yamane <nickdiego@igalia.com> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#742233}
-
dalyk authored
This change adds several fields to each provider entry that will be used when populating the dropdown menu. The redundancy between the DoH template and the HTTP method for a provider entry is now removed. Bug: 1040145 Change-Id: Id137659fa93850d1fc5f6379a844fd98ab63733f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048963Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#742232}
-
Wan-Teh Chang authored
Compare coded_size directly instead of its width and height components. Bug: N/A Change-Id: I372335275d2f41ef8a0d98045f6fa87074cdf66c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058068Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#742231}
-
Becca Hughes authored
This is a follow up from https://crrev.com/c/2055597 to add webui to the owners for the resources file. Change-Id: I63ab01298933c1c81a3c35d462571563066d28e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062929Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#742230}
-
Kurt Horimoto authored
These containers will be used to present the banner and modal view controllers. Bug: 1030357 Change-Id: I824563eb5b028b576dc29eb270685711e148f87b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033339 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#742229}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 37 histograms that show frequent access in the past 90 days. These are the 90% most frequently used histograms over that time that do not already have a date later than or within 60 days of 2020-08-16. Change-Id: Ibc83f2b3c6cc0afb47de8490d80e58c372abfc84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062472 Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#742228}
-
Toni Barzic authored
Makes existing tests pass by explicitly disabling the feature (once the feature flag is removed, the test set up should be updated to enable the accessibiltiy feature to force shelf navigation buttons in tablet mode). Adds tests that verify the overview button gets shown when spoken feedback, autoclick, or switch access is enabled (and fixes an issue where the button visibility was not getting updated when accessibility features value changed). BUG=1051714 Change-Id: I618206e2d56857cd119f07ff9cad915b2944d213 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055347Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#742227}
-
Becca Hughes authored
Add the media sessions tab to the WebUI for debugging. Change-Id: Iecbe717a118e44b05a95fd5432b1384f3d32f6fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055597Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#742226}
-
Tina Wang authored
- Add ContentPreviewData.java to store information needed for content preview. - Add ArrayList<ContentPreviewData> field to ProfileCardData object. - Add content_preview_contatinor.xml and content_preview_post.xml. - Add logic that passing ContentPreviewData to ProfileCardVeiw and forming the posts view dynamically. Bug: 1051154 Change-Id: I89bb9960bad95a5a57be9c4ddcd13719f7710867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055433 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742225}
-
Jose Lopes authored
Remove base::Callback in some media unittests. The following callbacks are called every time a texture is created: * https://cs.chromium.org/chromium/src/media/renderers/paint_canvas_video_renderer_unittest.cc?rcl=f511dfda653e4f840e520384df599885ae827039&l=934 * https://cs.chromium.org/chromium/src/media/renderers/paint_canvas_video_renderer_unittest.cc?rcl=f511dfda653e4f840e520384df599885ae827039&l=949 The following callback is used in a factory: * https://cs.chromium.org/chromium/src/media/mojo/test/mojo_video_decoder_integration_test.cc?rcl=99887411e48037a3d41ab6862b460d1f501fea34&l=193 The following base::Callback definition can be omitted by rewriting the gmock code: * https://cs.chromium.org/chromium/src/media/filters/source_buffer_state_unittest.cc?rcl=f5dd4b5e849703668bd1e606eb6b6dc43027a1ac&l=55 The following callback is called on a stream until false is returned: * https://cs.chromium.org/chromium/src/media/gpu/video_encode_accelerator_unittest.cc?rcl=f5dd4b5e849703668bd1e606eb6b6dc43027a1ac&l=849 The following callback is called on every frame: * https://cs.chromium.org/chromium/src/media/remoting/end2end_test_renderer.cc?rcl=f5dd4b5e849703668bd1e606eb6b6dc43027a1ac&l=61 This is part of the base::Callback migration. Context: https://cs.chromium.org/chromium/src/docs/callback.md?rcl=9fcc3764aea8f97e9f6de4a9ee61d554e67edcda&l=40 Bug: 714018 Change-Id: I568b22ff281c0217f1cb49f6fe9a040cefd24d72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058953 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Jose Lopes <jabolopes@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#742224}
-
kylechar authored
The test that runs after conformance/state/gl-object-get-calls.html is failing on Nexus5/6 GPU FYI bots consistently. It also might be causing failures on Nexus 5X and potentially other bots. Skip running the test. TBR=ynovikov@chromium.org Bug: 1052790 Change-Id: Ic3b65ca5948b591ad95e2095ae753f7086286cc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062548Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#742223}
-
Alex Leung authored
Bug: b/149422033 Change-Id: Iffca5a1ab394ddafee3bbfa81c255db14df180ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056930Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Alex Leung <alexleung@google.com> Cr-Commit-Position: refs/heads/master@{#742222}
-
Andrew Xu authored
Basically two elements are required by View::ScrollRectToVisible: the rectangle to show and the bounds of the visible space. However, in ScrollableShelfView::ScrollRectToVisible, the rectangle to show is not mirrored under RTL while the visible space is mirrored. This CL mirrors the visible space from RTL to LTR when RTL is enabled. A test case is also created for this scenario. Bug: 1052553 Change-Id: I3a051c40a87f93f612edf558944479aad61d6ca2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056938Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#742221}
-
Changwan Ryu authored
Extend the current StartupTimeActivity to measure the time series of UI blocking of WebView creation tasks. Bug: N/A Change-Id: I5511fb6da1fd978c562100d79cf0b0bcaa7f6d54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056500Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#742220}
-
Dominique Fauteux-Chapleau authored
Also fix how the SHA256 is obtained to avoid having giant files in memory. Bug: 1048784 Change-Id: Ifec7cab506c8501ff01f3c7e5295297f1447f4e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036660 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#742219}
-
Rohit Rao authored
BUG=1024115 Change-Id: Ib9f9491d7650dba83d6cbc7ae822eaf04f907b92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057116 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#742218}
-
Dominic Mazzoni authored
Bug: 607777 Change-Id: I2c44c3e7be8a53086d761d65557c7a1f6d214aa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057290 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#742217}
-
Alex Chau authored
- Also updated experiment group name for UnidoOnSignInV2 to prepare for http://cl/295704680 Bug: 1050189 Change-Id: I5187505b2691d3f71e62a62bf8996d7bd5fc4940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062329Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#742216}
-
Sylvain Defresne authored
Instead of passing -F ... via cflags & ldflags, use the new config parameter framework_dirs to set the framework search path. As this is properly propagated, stop using all_dependent_configs in favor of just public_configs. Fix the definition of the ios_framework_bundle template to not pass the public_configs to the internal source_set and shared_library target in order to fix the build with goma RBE. Change libs to frameworks to give the list of frameworks in the modified files (to reduce the churn). Add missing dependency on //ios/third_party/webkit. Bug: 1052560 Change-Id: I8ba046bec961edd6396509cc087782013a66e7a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061194 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#742215}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/e51f8dd09af0..0aa86a7ae831 git log e51f8dd09af0..0aa86a7ae831 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 enga@chromium.org Validate that sampler compare function requires iOS GPU family 3v1 Created with: gclient setdep -r src/third_party/dawn@0aa86a7ae831 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Ia0996f1729119fc951339b9c2032f24c5567d5a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062471Reviewed-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@{#742214}
-
Garrett Beaty authored
Builders defined in one of the versioned directories should avoid referring to the bucket name explicitly because on branch day when the code is copied to a new milestone directory the bucket reference would need to be updated. Change-Id: I752dddf7d8a1f405dba6393e9cd218a2630f35fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062828 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742213}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ab52f9fd..d247eaa8 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: I6784efb3c9439ec1f2a54de42e9daaa6c101042d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062093Reviewed-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@{#742212}
-
Liquan (Max) Gu authored
Context: The full state of the Expandable Payment Handler should leave some room above the sheet, in order for users to see the main tab's toolbar. Before change: The height of the full state of the PH bottomsheet covers the whole tab. After change: The height of the full state of the PH bottomsheet occupies 90% of the tab height. Bug: 1052158 Change-Id: Id683da48a10119e97a935aabf7dc06ed5a6b69bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058909Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742211}
-
Kalon Hinds authored
This patch updates overlay tooltip styling to be readable in high contrast mode. Before: https://i.imgur.com/PV4jOg2.gif, https://i.imgur.com/X1WLSb8.png After: https://i.imgur.com/m3FYatu.gif, https://i.imgur.com/IYLER0s.png Bug: 1048378 Change-Id: I4f2c1af944eb090c03c312aaf5d255257ff12b39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049954Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Mathias Bynens <mathias@chromium.org> Commit-Queue: Kalon Hinds <kahinds@microsoft.com> Cr-Commit-Position: refs/heads/master@{#742210}
-
Findit authored
This reverts commit 11357e7b. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 742204 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzExMzU3ZTdiMzgwZjdlYjBmYjc3ZjNjNDRmMTg3OGUwMmM2YjEyNzAM Sample Failed Build: https://ci.chromium.org/b/8888094669312124288 Sample Failed Step: compile Original change's description: > Proof of concept for XPC service in the updater. > > Continues https://chromium-review.googlesource.com/c/chromium/src/+/2045058 > > Rebased. Moved code to the new chrome/updater/server/mac/server.mm::LaunchServer, addressed more feedback. > > Need to create a plist for the xpc service. It is not clear yet what executatble will be used. > > Bug: 1048653 > Change-Id: Iadbbd7004afa39fcc902f2ec68297845c2f94571 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055284 > Commit-Queue: Mila Green <milagreen@chromium.org> > Reviewed-by: Joshua Pawlicki <waffles@chromium.org> > Reviewed-by: Sorin Jianu <sorin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#742204} Change-Id: I699b45f0e1c87b5a7ccadb9a36d293d9fd7a0484 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048653 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062789 Cr-Commit-Position: refs/heads/master@{#742209}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e96da533c5df..f87fac56d22f git log e96da533c5df..f87fac56d22f --date=short --first-parent --format='%ad %ae %s' 2020-02-18 jmadill@chromium.org Use non-mutating getQuery in validation. Created with: gclient setdep -r src/third_party/angle@f87fac56d22f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cwallez@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/+/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: cwallez@google.com Change-Id: I3557ef7bf88fe00ce696bd05a969ceec6e86290b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062312Reviewed-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@{#742208}
-
danakj authored
This would allow us to decouple moving LayerTreeView to blink and moving RenderWidget to blink. Possibly WebWidgets could create and own LayerTreeView and provide limited use of it through WebWidget APIs to RenderWidget. Since LayerTreeHost (and LayerTreeView) are encapsulated in RenderWidget from blink through WebWidgetClient, they should be also on the content side so things don't change as RenderWidget moves to blink. LayerTreeHost can be removed from the public RenderWidget API afterwards (with some work). R=dcheng@chromium.org Change-Id: Ib18ff1965f65ffc106e05cb972b29eef20019c7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044876 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#742207}
-
John Budorick authored
crrev.com/c/2047453 appears to have changed the layout of RenderPassSize in some cases, causing it to not match the size of RenderPass due to two missing boolean fields, e.g. https://ci.chromium.org/p/chromium/builders/ci/android-pie-x86-fyi-rel/365 This CL adds the two missing fields. Bug: 1022533 Change-Id: Icd7a275adc671baa5f989cfd7421799e4f2f289d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062608Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#742206}
-
Victor Costan authored
Manifest scope checks are enabled by default in M80, and have baked in stable for quite a bit. This CL removes the flag and cleans up some conditional logic. Change-Id: Ie53f0f4b897169e50ab6502c77ff4019a2216db3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055695Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#742205}
-
Mila Green authored
Continues https://chromium-review.googlesource.com/c/chromium/src/+/2045058 Rebased. Moved code to the new chrome/updater/server/mac/server.mm::LaunchServer, addressed more feedback. Need to create a plist for the xpc service. It is not clear yet what executatble will be used. Bug: 1048653 Change-Id: Iadbbd7004afa39fcc902f2ec68297845c2f94571 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055284 Commit-Queue: Mila Green <milagreen@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#742204}
-
Dana Fried authored
This reverts commit de7cd485. Reason for revert: Fixing issue with Mac tests. Original change's description: > Revert "Make PWA titlebar and icons flex and animate properly." > > This reverts commit 8f2f4243. > > Reason for revert: speculative revert for test failures on Mac > for WebAppFrameToolbarBrowserTest.SpaceConstrained, see e.g. > https://ci.chromium.org/p/chromium/builders/ci/Mac10.12%20Tests/31700 > > Original change's description: > > Make PWA titlebar and icons flex and animate properly. > > > > Nested layouts now allocate available space properly to their > > descendents. Also, we consistently use flex layout in the PWA titlebar. > > > > Removed a couple of invalid assumptions that were encoded as DCHECKs. > > > > There are still some inkdrop issues but they are purely cosmetic, see > > crbug.com/1006162 for more detail. > > > > Bug: 1048061 > > Change-Id: I403b71b5e2bbcb2d461e1ed6c543c76f91d4c652 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036264 > > Commit-Queue: Dana Fried <dfried@chromium.org> > > Reviewed-by: Peter Boström <pbos@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#738874} > > TBR=pbos@chromium.org,dfried@chromium.org > > Change-Id: I731bad118043652a6dbd082c6099ebbd0c697835 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1048061 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041615 > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738907} TBR=pbos@chromium.org,mastiz@chromium.org,dfried@chromium.org Change-Id: Idb9712d1ffe45bf374af846278e26d61983a44f0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042326Reviewed-by:
Dana Fried <dfried@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#742203}
-
Robbie Gibson authored
This separate protocol is in preparation for moving the find bar coordinator usage code from BVC to BrowserCoordinator. Once there's a separate protocol, the BrowserCoordinator can implement it instead of the BVC. From this, most of the code here is passing the new protocol through various levels of command handler. Bug: 1052818 Change-Id: I0d1d3be56632d21851545a47ffb9e6550729d237 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060495 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#742202}
-
Majid Valipour authored
This feature is counted when a document which has a scroller with non-default writing mode (horizontal-rl or vertical-rl) is scrolled with a positive scroll offset. This counter will be used to reason about the web-compat impact of shipping spec compliant scroll offsets (gated behind CSSOMViewScrollCoordinates) 1) The collection has been approved by privacy review 2) The feature is rare as measured by UMA (0.0X% of page loads) and satisfies <1% of page views requirement for this counter. For more info see the intent-to-ship thread: https://groups.google.com/a/chromium.org/g/blink-dev/c/7X2CKPGeEa0/m/PqICcwwMBgAJ Bug: 721759 Change-Id: I1a49590e5e92657ca8cdf588d2f57991e569cd4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055350Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#742201}
-