- 08 Apr, 2020 40 commits
-
-
Antonio Gomes authored
CL adds <title>, <link>s and <meta name=assert> entries to the original test, and moves it to external/wpt/css/filter-effects/. Target location/name: external/wpt/css/filter-effects/effect-reference-feimage-002.html Associated TestExpectations entries are also updated. BUG=968791,1063749 R=fs@opera.com Change-Id: I5f386156497b891abbd46dd8b4c600274de316a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141595 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757592}
-
Collin Baker authored
When not clickable, the PaymentRequestRowView needs to disable its Button behavior but still allow its children to receive events. View::SetEnabled(false) will disable both. This changes it to just set the Button state instead. Fixed: 1068872 Change-Id: I3ee43a6f4fd9d9c48578ba4f5c7b90e67243897f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142147Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#757591}
-
Timothy Gu authored
According to the HTML Standard [1]: > An element with the tabindex attribute specified is interactive > content. In a subsequent review [2], this clause is reaffirmed by the editor of HTML. Thus, we implement this accordingly. This commit also adds comprehensive testing for all kinds of interactive content, which have differential treatment by the <label> element relative to other elements. [1]: https://html.spec.whatwg.org/C/#the-tabindex-attribute [2]: https://github.com/whatwg/html/issues/5414 Fixed: 1065048 Change-Id: I8deff810fead2c9170e18dd4d06dc642f68e6742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122369 Commit-Queue: Timothy Gu <timothygu@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#757590}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3d1d9352..2f3157ba 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Iecc415335c1d3edf3cf6203a5ac7987fc6d97908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141349Reviewed-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@{#757589}
-
Nick Burris authored
The ForceLoadAtTop origin trial feature provides the same functionality as the ForceLoadAtTop document policy (see bug). Since the document policies feature has not shipped yet, this origin trial bridges this gap to provide an opt-out for scroll to text. Intent to experiment: https://groups.google.com/a/chromium.org/d/msg/blink-dev/ONn6qsdwHUo/zHqyNL46BQAJ Bug: 1047900 Change-Id: I3c29470775158f6dcb84ec3ddb9f76cbda79ae6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134935 Commit-Queue: Nick Burris <nburris@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#757588}
-
Nate Fischer authored
This renames "flag-ui.md" to "developer-ui.md." This reorders the doc to put flag UI content in its own section, and adds an empty section for the crash UI. This adds the user guide to the navbar. Bug: 1058571 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: I8ec1ba45e0e9461164298df13d6cb21df087c99e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142376Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#757587}
-
Sammie Quon authored
Non-immersive fullscreen mode (i.e. youtube video pressed with app fullscreen button) is too easy to exit by accident by tapping on the top/bottom edge. This CL changes that logic to be a swipe instead. The swipe is same logic as shelf swipe but needs to be started on the edge. Also moved tests to a new file. Test: added tests Bug: 497784 Change-Id: Id197d1109d39d89467d844d8b82c72f9a3547540 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138552Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#757586}
-
Lily Chen authored
Bug: 1068792 Change-Id: Ide572da6ab9bb79e4aeb5c029c711f3feed456fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141439Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#757585}
-
Steven Bingler authored
Fix and reland https://crrev.com/c/2133237 which was reverted in https://crrev.com/c/2141207. Add a new field to SiteforCookies which is used to indicate if |this| would be the same when considered with schemeful same-site. The field is updated in the browser and renderer when th computation for a sub-frame's SiteForCookies is done. This CL is groundwork for implementing schemeful same-site and thus nothing is done with this new field yet. Tbr:chlily@chromium.org,dcheng@chromium.org,morlovich@chromium.org Bug: 1030938 Change-Id: Ie532e548a9842682170e8f97c7a44337013bbcbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142133 Commit-Queue: Steven Bingler <bingler@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Steven Bingler <bingler@chromium.org> Cr-Commit-Position: refs/heads/master@{#757584}
-
Nate Fischer authored
This removes WebView's logic for backfilling install date with PackageManager, as well as its special handling of UMA enabled date. This code can be removed since we've been persisting the relevant prefs for a few milestones (since M79 and M80). This also removes the now-obsolete histogram. This completely deletes aw_metrics_service_client_unittest.cc, since all logic lives in //components/embedder_support/android/metrics/ now. After this change, clients who haven't already persisted these values will get the following values: * A client with client_id but no install date will initialize install date to the current time (with rounding). This is consistent with Chrome. * A client with client_id but no UMA enabled date will leave enabled date empty. * A client without client_id will be treated like a first-time client, and will receive a client_id, initialize both install date and UMA enabled date to the current time (with rounding). This is consistent with Chrome. Fixed: 1012025, 995544, 1066015 Test: N/A Change-Id: I07b63795fda2be2e01765ca0493282bc2e5f835e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138269Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#757583}
-
ckitagawa authored
If one attempts to show multiple paint previews of the same tab we currently layer multiple atop each other resulting in prior versions being orphaned and stuck in the Tab's ContentView. Instead we should prevent showing multiple times. We could optionally add a toast here to indicate an abort occurred, but it would be better to just use the UI elements we intend to use for other usecases when they are ready. Bug: 1069177 Change-Id: I0251a17cd7ce819c9d2644a3efe58d9d8b6204da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142398 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#757582}
-
chrome://sync-internalsJohn Z Wu authored
This will help with debugging sync inside ChromeWebView Bug: 1062743 Change-Id: Id36978b79f7f733a6fdc74706689321155c443a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108907 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#757581}
-
Steven Bennetts authored
Often testers and users need to generate system logs for debugging. (See issue for details on why this is important / helpful). Currently these only include logs gathered by debugd, and Chrome user logs. Feedback reports also gather "device logs" (chrome://device-logs) that can be helpful for investigating networking issues. This CL provides a separate section for writing system_logs.txt.zip to the Downloads directory instead of the individual files gathered by debugd, with text explaining the differences and encouraging the use of system_logs for attaching to issues or sending to developers since that file is compatible with logprocessor and Android Bug Tool for easier analysis. Note: No existing functionality has been removed. Bug: 841441 Change-Id: I1d0423eff8c6e43cfec0b4d24e81e174ef09a1af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136049 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#757580}
-
Darwin Huang authored
This reverts commit 6c9ac769. Reason for revert: LegacyCleanupsTest.Do fails deterministically (Step "setup_unittests" failing on 2 builder(s)). See https://crbug.com/1069212 for more information. Original change's description: > Remove multi-install remnants > > The multi-install support was deactivated in 2017 but there were still > many remnants remaining in the Chromium code base. These remnants have > been a source of friction for changes being made in the install and > update infrastructure. > > Some additional house-keeping is included by reviewer request. > > TBR=rsesek@chromium.org > NOTRY=TRUE > > Bug: 1067489 > Change-Id: I75d6f633a5ec2132470e3c88fd64c9d080e5c58b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135203 > Reviewed-by: Greg Thompson <grt@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Commit-Queue: Greg Thompson <grt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#757502} TBR=rsesek@chromium.org,grt@chromium.org,jxiang@google.com,brianman@microsoft.com Change-Id: Idc8798de6abde47451f7276b616139c53bb081f3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1067489, 1069212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141009Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#757579}
-
Peter Wen authored
This CL in conjunction with https://crrev.com/c/2142163 allows us to better distinguish java build steps. Example: Time by build-step type: 10.1 s weighted time to generate 678 .mojom-shared.o files (5555.1 s elapsed time sum) 11.9 s weighted time to generate 1 .resource_ids files (11.9 s elapsed time sum) 13.3 s weighted time to generate 296 .bytecode-rewritten.jar files (407.3 s elapsed time sum) 15.4 s weighted time to generate 311 .jetified.jar files (505.0 s elapsed time sum) 17.6 s weighted time to generate 6141 .stamp files (3093.7 s elapsed time sum) 21.3 s weighted time to generate 244 .javac.jar files (1588.1 s elapsed time sum) 26.1 s weighted time to generate 160 .lint.stamp files (2545.7 s elapsed time sum) 29.6 s weighted time to generate 162 .errorprone.stamp files (1592.9 s elapsed time sum) 62.4 s weighted time to generate 319 .dex.jar files (1794.8 s elapsed time sum) 146.9 s weighted time to generate 21403 .o files (244220.0 s elapsed time sum) 418.0 s weighted time (291862.9 s elapsed time sum, 698.2x parallelism) Bug: 1067273 Change-Id: Id0ac5ef63c3b0a9f4849ade5e20c9eb896f93917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142395Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757578}
-
David Van Cleve authored
At a fundamental level, TrustTokenStore requires that all of its url::Origin arguments have unique serializations, in order to key persistent state by their serializations. It currently enforces this by requiring that all of its operations' origin parameters be non-opaque and either HTTP or HTTPS. SuitableTrustTokenOrigin is a url::Origin wrapper encoding slightly stricter preconditions (IsPotentiallyTrustworthy and HTTP or HTTPS) under which an origin is suitable for use in a Trust Tokens operation. This change modifies TrustTokenStore's interface to take SuitableTrustTokenOrigins rather than url::Origins. SuitableTrustTokenOrigin's properties are not exactly the same as what TrustTokenStore needs to require in order to satisfy its contract (put in state keyed to an origin, get out state corresponding to the same origin), but all use of the store is expected to be of origins that satisfy SuitableTrustTokenOrigin's requirements, so the difference between the preconditions it enforces and TrustTokenStore's current interface seems mostly academic. This change makes the interface much simpler (not to mention safer) as preconditions can now be enforced implicitly rather than through method comments and DCHECKs. R=csharrison Bug: 1042962 Change-Id: I38db356efe0d85f76662d814ee973c0e2a5c9349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134598 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Auto-Submit: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#757577}
-
Evan Stade authored
Bug: 1025622 Change-Id: I3a704f734cb8c69bb5fc2ce14b0ac6ce71c630d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135898Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#757576}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/e998a6b46ddd..56e977406c83 git log e998a6b46ddd..56e977406c83 --date=short --first-parent --format='%ad %ae %s' 2020-04-08 jophba@chromium.org Change mixin name from jessie to stretch 2020-04-08 jophba@chromium.org Move from jessie to strech 2020-04-08 jophba@chromium.org Add jessie mixin to arm64_debug trybot Created with: gclient setdep -r src/third_party/openscreen/src@56e977406c83 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org 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 Bug: None Tbr: jophba@chromium.org Change-Id: I741e3540a16587b8a50c9afce3e0f79fc6078297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142207Reviewed-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@{#757575}
-
Yu Han authored
Prior to this CL, the ordering of the manually assigned nodes is not preserved. Nodes were assigned in tree-order. In addition, assignment is not absolute. A slotable node can be assign to multiple slots, and where it appears is when the assigned slot first appear in a tree-order traversal, not the last slot the node is assigned to. This CL does two things. One, the order of manually assigned node is preserved. Two, assignment is absolute. The implementation uses a HeapHashMap, candidate_assigned_slot_map_, to keep track of assignment node -> slot. It uses this map during node assignment to find if another assigned slot exists. When found, the node is removed from the previously assigned slot. Preserving the ordering of manually assigned nodes is done in HTMLSlotElement::UpdateManuallyAssignedNodesOrdering(). This is called at the end of SlotAssignment::RecalcAssignment(). RecalcAssignment() walks the ShadowHost's children in tree-order, so the assigned node could be out of order from how these nodes were assigned. I thought about making a separate function for manually assigned nodes, looping though assigned nodes instead. But I decided against it at this point due to the complexity of the recalc function. For Reference: point 1 in this comment is addressed by this CL. https://github.com/whatwg/html/issues/3534#issuecomment-537802687 Bug: 869308 Change-Id: Idc45cb593313b00f13cd5f29df8972bfe246ecce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103403Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Commit-Queue: Yu Han <yuzhehan@chromium.org> Cr-Commit-Position: refs/heads/master@{#757574}
-
Sahir Vellani authored
With this feature enabled, the following changes will be in effect: 1) ResizeObserverSize inteface will be exposed 2) Content box, border box, and device pixel border box can be observed by the resize observer Intent to Prototype and Ship: groups.google.com/a/chromium.org/d/msg/blink-dev/_j6K_xSxWj0/fbn4kzx9AgAJ Bug: 1027684 Change-Id: Iea04bbfd24ad6508dad04bc8bb218709926cb6d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138117Reviewed-by:
Daniel Libby <dlibby@microsoft.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/master@{#757573}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ac1817c5d036..237b8541c13f git log ac1817c5d036..237b8541c13f --date=short --first-parent --format='%ad %ae %s' 2020-04-08 kahinds@microsoft.com Fix color contrast for string, symbol, and regex object values 2020-04-08 tvanderlippe@chromium.org Use typescript-eslint parser for localizability pipeline Created with: gclient setdep -r src/third_party/devtools-frontend/src@237b8541c13f 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/+/master/autoroll/README.md Bug: chromium:1066549 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ife4b7a1900ad4b123f7ad5efcc2540f214ccaa76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142477Reviewed-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@{#757572}
-
Sergey Ulanov authored
Removed test-only methods from CastRunner, WebContentRunner and CastComponent that were previously used in cast_runner_integration_tests. 1. Removed CastRunner and WebContentRunner constructors that take web.Context. Now context is always created in WebContentRunner. 2. Removed test-only methods. 3. Updated TestComponentContext to allow initialization with all services cloned from /svc. The tests now inject a script into the frame in order to test functionality that was previously tested with the test-only methods. Bug: 1062351 Change-Id: I169651b68e0e9344d3450371db1485d9046c5c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135154 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#757571}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I76305d78e09b70a7a1f8be1b503137362a47e2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142472Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#757570}
-
Tina Wang authored
- Edit policy_templates.json to enable the policy on ios. - Add EGtest to verify that the policy sets the pref properly. - Encapsulate a helper function to verify bool type policy in EGtest. Bug: 1065143 Change-Id: I75b240a0f14dedf25819d0fd6160de999325cdbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138291 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#757569}
-
garykac authored
This needs to move to a shared location so that the same code can be used by the Chromoting host. Change-Id: If860352ef8583d47f268d5cb5b964e3c7f0a2f25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141214Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#757568}
-
Sujie Zhu authored
Add a private method NicknameAndLastFourDigits to return "Nickname ****1234" string and introduce HasValidNickname function to check whether the nickname is valid. Also introduce experiment flag and expose public method NicknameOrNetworkAndLastFourDigits(), it will return "Nickname ****1234" when experiment flag is on && nickname is valid and return "Network ****1234" when disabled or invalid nickname. Follow up will be update the credit card suggestion value/label using NicknameOrNetworkAndLastFourDigits(). Bug: 1059087 Change-Id: I92603d1ca8c4113dbafba017677b09c27b7010d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138154 Commit-Queue: Sujie Zhu <sujiezhu@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#757567}
-
Lily Chen authored
Bug: 1068792 Change-Id: I47df5c385a7b5fc67cca14ac92a94b2d1ceb32c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141142Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#757566}
-
Chris Lu authored
This change will allow Voice search to have access to a Browser in preparation for classes to be Browser-scoped. Bug: 790886 Change-Id: Ib80e432e1a84df0c868bcf5b12d4c98138028695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138169 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#757565}
-
sauski authored
This reland adjusts the PrivacyPageTests cleanup function to ensure all tests start with a default route of chrome://settings/ Original change's description: > Ensure cookie_controls_mode is set with block_third_party_cookies > > To ensure that the two related preferences, cookie_controls_mode and > block_third_party_cookies remain in a consistent state, this CL updates > the existing block_third_party_cookies toggle located in settings > to update both preferences. > > Bug: 1068144 > Change-Id: Ia64cb37c766a3143c6ac986efc67e87283852a8c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134261 > Reviewed-by: Christian Dullweber <dullweber@chromium.org> > Reviewed-by: dpapad <dpapad@chromium.org> > Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> > Cr-Commit-Position: refs/heads/master@{#757019} Bug: 1068144 Change-Id: Icfe851c8e0300f328e5441393ec3cc4aa8113def Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141912Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#757564}
-
Peter Kotwicz authored
This CL makes home screen shortcuts and WebAPKs use CustomTabNightModeStateController as part of the WebAPK/TWA unification effort. BUG=1067105 Change-Id: Ifd6f06825a3a8ac4610ec4b0a53dfaf3941d98be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133379 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#757563}
-
Andrew Grieve authored
Although proguard is run in release, incremental install always uses the debug dex files, and we so we don't bother running proguard. This elimnates a FileNotFound log message when launching an apk that was build with is_java_debug=false incremental_install=true Change-Id: I5a955ca2b076ebd1bc0f13a28191b72364603ebe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142633 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757562}
-
Shengfa Lin authored
Modify session_commands Get/Set Window Position/Size to use Get/Set WindowRect from chrome Combine getWindowSize and getWindowPosition to getWindowRect. Change window_commands::ExecuteGetWindowRect to use it instead. Change-Id: Ifcc70bfaaab6c89908e404bac03decb8a6adacd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141612 Commit-Queue: Shengfa Lin <shengfa@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#757561}
-
Piotr Bialecki authored
Other changes: - rename anchor and plane pose in mojo to mojo_from_xxxxxx to match convention - adjust samples to account for the possibility that anchors and planes can have their poses unknown - send null poses from device if tracking is paused - ARCore device now does not treat planes and anchors whose tracking is paused as removed - add DVLOGs all around to help with issue investigation - add test page for experiments with local space stability & drift Note: the test mentioned above is not exposed via proposals/index.html. Change-Id: I786e86d69b69badbace57ce62585e3d5fd1ae756 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130778Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#757560}
-
Kyle Horimoto authored
This reverts commit 3e252473. Reason for revert: Original CL did not cause the flake; flake was fixed in separate CL: https://chromium-review.googlesource.com/c/chromium/src/+/2141113 Original change's description: > Revert "[CrOS settings] Fix printing new route in settings page" > > This reverts commit 4c027362. > > Reason for revert: Potentially breaking https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome/4672 > > Original change's description: > > [CrOS settings] Fix printing new route in settings page > > > > https://chromium-review.googlesource.com/c/chromium/src/+/2126332 > > Changes the routes to printing pages in settings. os_printing_page has a > > route that was missed. This CL updates the route in > > os_printing_page.html to match the new route, from /printing to > > osPrinting. > > > > Fix: 1068322 > > Change-Id: I2e9095ff805d2f94bf4c520717d3290fab912807 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138632 > > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > > Reviewed-by: jimmy gong <jimmyxgong@chromium.org> > > Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> > > Cr-Commit-Position: refs/heads/master@{#756949} > > TBR=khorimoto@chromium.org,jimmyxgong@chromium.org,hsuregan@chromium.org,tjohnsonkanu@google.com > > Change-Id: I50d29f93d85233a198f62baec0e65b4c5eda9b4f > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139172 > Reviewed-by: Melissa Zhang <melzhang@chromium.org> > Commit-Queue: Melissa Zhang <melzhang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756973} TBR=khorimoto@chromium.org,jimmyxgong@chromium.org,hsuregan@chromium.org,melzhang@chromium.org,tjohnsonkanu@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Fixed: 1068322 Change-Id: I25cee2d65483a5a48b70d80c0469b6058d298f32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142137 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#757559}
-
Jan Krcal authored
This CL deletes dead code and thus prepares the ground for removing code for favicon sync. Because of these future plans some sync-related unit tests (that used this dead code) are simply removed instead of keeping the dead functions and marking them ForTest. Bug: 978775 Change-Id: I05f4b00a354cfd3f8528d6899761592ec76c5bf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142114Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#757558}
-
Guido Urdaneta authored
This test verifies that both key and delta frames are sent and received. Bug: 1068468 Change-Id: Idef4a4769de436504eef0e3e1709f6b6f7787a37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142266Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#757557}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/475c8941a1ee..5d56a75005e3 git log 475c8941a1ee..5d56a75005e3 --date=short --first-parent --format='%ad %ae %s' 2020-04-08 bsheedy@chromium.org [Telemetry] Fix GetFile quoting Created with: gclient setdep -r src/third_party/catapult@5d56a75005e3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC eseckler@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:chromeos-kevin-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:1055225 Tbr: eseckler@google.com Change-Id: Ib1b9ae59096c0d903ff7630ade1de0c48c3be178 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142475Reviewed-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@{#757556}
-
Mugdha Lakhani authored
This gets ChromeSecurityStateModelDelegate through ChromePageInfoClient, thus removing the need for (Chrome)SecurityStateModelDelegate.java. All references to the above have been removed. This goes towards removing chrome:// deps from PageInfoController.java so it can be componentized. Bug: 1052375 Change-Id: Ib254f9b9a7f274dc8da11095bfbd48d1bee362ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134305 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#757555}
-
Aaron Leventhal authored
Bug: None Change-Id: I561ffe518dbd54a896a99e3d97bc0e03b919589e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140099 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#757554}
-
Garrett Beaty authored
The following changes were made to the console ordering: * The windows debug category appear before the windows release category, which matches the order for the other OS categories in the console. Bug: 1067057 Change-Id: I34e4ce8196742587a401019ef526a98ee8bfc0e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140068 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#757553}
-