- 17 Sep, 2020 40 commits
-
-
Alex Ilin authored
In order to reuse ChromeColorsService in non-NTP contexts, we need to move the 3p NTP check to the code that can be hit by 3p NTPs but not by non-NTP clients. SearchTabHelper handles requests from the local NTP renderer, so it's a natural fit. The observer for NTP-provider changes was actually redundant, so this CL removes it. Theme changes are reverted when the NTP navigates away without calling ConfirmThemeChanges. When the user changes the NTP-provider to third-party, all Google-NTP will be either: - closed which will trigger the theme revert (old NTP) - keep the same state so the user can continue modifying the theme (webUI NTP) Bug: 1128451 Change-Id: I3a72ce9ffbaccca580b52e1b43f5b348e9bb9feb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411944 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#807954}
-
Nnamdi Theodore Johnson-Kanu authored
screenshot: https://imgur.com/VZbftgo Bug: 1093185 Change-Id: Ib208423df1ab6d06bf7d7042ed14719816c7a772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410918Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#807953}
-
Mike Dougherty authored
Bug: 1129482, 1129483, 1129484 Change-Id: Ic512a5f00bff81d1210b1a003ab3429dd30318a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416894 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#807952}
-
Jeroen Dhollander authored
Bug: b/165356952 Change-Id: Id93c881a4806aceac17435f97324e0fc9e1ed3b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416730 Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Auto-Submit: Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#807951}
-
Xing Liu authored
This CL extends a few notification related flags. Bug: NONE Change-Id: I0e2d0d642215a34e4252c0cd4196ec17448245f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415329Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807950}
-
nancylingwang authored
BUG=1083331 Change-Id: I7b4845ba62b15af8037aa642fc160b27759a6c7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407627 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#807949}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/8da60e2523c7..83c7e1ae8626 2020-09-17 amy.liu@arm.com Fix the regression of color blit. 2020-09-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from e8ce4355ae1c to 34ef0c3fdc8e (5 revisions) 2020-09-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from f105898a102f to 46fc663a1cb3 (4 revisions) 2020-09-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b33e0b36a08c to fe878dedd5ad (1 revision) 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 jmadill@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_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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jmadill@google.com Test: Test: dEQP-GLES3.functional.fbo.blit.default_framebuffer.*_linear_* Change-Id: I1ae57bc4d33e23bcfdf671745b1865424ce0511a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416789Reviewed-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@{#807948}
-
Clark DuVall authored
The WebLayer module's AndroidManifest.xml depends on the base module's package name. The target that generates the manifest didn't realize the generated manifest was stale when the base package name changed, which caused build errors on the official bots. Bug: 1129288 Change-Id: I488f484d3dd87fb5774cf669df96b6e3a2babd6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416892 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#807947}
-
Andre Le authored
Add PhoneModel to PhoneStatusView and display phone data in the UI through a set up labels and icons. BUG=1106937,1126208 Change-Id: I0af9365e510940e5d1ac1ea15767b8c12c603cc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410762 Commit-Queue: Andre Le <leandre@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#807946}
-
Vasiliy Telezhnikov authored
We observe small amount of users generates thousands of errors suggesting they are in tight loop recreating renderer and losing again for some reason. This CL adds CHECK to crash in this case. Bug: 1126490 Change-Id: I5bec28b04e23c5d8671cdff6f5721fd4e519f9a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416749Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#807945}
-
Piotr Bialecki authored
Initial fully functional implementation of depth API. Changes: - mojo - add new feature enum value (DEPTH), added XRDepthData struct to carry depth information from device to renderer via BigBuffer - WebIDL - XRDepthInformation needs to return a UV transform so that consumers of the API are able to correctly index into depth data; XRDepthInformation::getDepth() throws on out of bounds access; XRFrame::getDepthInformation() throws when XRFrame is inactive and when passed in view is not associated with the XRFrame - add feature descriptor, "depth", for the new feature Other minor changes: - `ArCoreGl::enabled_features_` is now an unordered_set, enabled features are also propagated to ArCore initialization - refactored CopyArCoreImage helper into a template so that same logic can be used for copying depth and lighting estimation data; added a variant that does not allocate memory - changed MatrixFromTransformedPoints to operate on base::span<T> instead of std::vector<T> - ImmersiveOverlay interface uses newly added XRRenderInfo struct instead of XRFrameData Bug: 1119487 Change-Id: Icf509faa30768c1f906ff55a9b7043df2b76a37b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391619Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#807944}
-
Ilya Sherman authored
R=mpearson@chromium.org Bug: none Change-Id: I0eb5768c4e24b585f19ceb352b59e3728a19ab5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415217 Auto-Submit: Ilya Sherman <isherman@chromium.org> Commit-Queue: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#807943}
-
Kyle Horimoto authored
This enum will be used to communicate potential failure types from a Nearby Connections attempt to a PendingConnectionRequest for the attempt. Bug: 1106937 Change-Id: If78f7f314ceff98112b5ce8a558055baa55d6d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413305 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#807942}
-
Michael Bai authored
This feature will make the related test easy. Change-Id: I93835a5ccdf7b3adea6e360e980432e482ddb1d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405704Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Commit-Queue: Michael Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#807941}
-
Justin Cohen authored
This reverts commit ac412c60. Reason for revert: checkdeps is failing here: https://ci.chromium.org/p/chrome/builders/ci/device-builder/48206 Original change's description: > Have content/DEPS depend on components/variations. > > content/ already depends on components/variations in multiple places; > see the bug for more details. > > This will also eliminate the need to add additional variations-related > dependencies in content/renderer/DEPS and content/browser/DEPS, e.g. > https://chromium-review.googlesource.com/c/chromium/src/+/2411489/2. > > Bug: 1129078 > Change-Id: Id9c8ddef40e70671d4e42ef0b24cdb6239be2f5a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414842 > Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807885} TBR=jam@chromium.org,caitlinfischer@google.com Change-Id: I7802701fc7939b3d9e3e9d705b86e43e4e30d26b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1129078, 1129491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416877Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807940}
-
David Black authored
Bug: 1129215 Change-Id: Ifc454d94a79feb7b16d257219279e4f58344547f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414702Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#807939}
-
Stepan Khapugin authored
Before this CL, MainController calls startUpChromeUI on the scene on iOS 12. With this CL, this exceptional call is removed. Instead, the call now always happens in SceneController. The follow-up call to startUpAfterFirstWindowCreated in MainController is now triggered through the appState:firstSceneActivated: observer callback in both old and new startup sequences. This requires a few minor changes: * AppState now observes SceneWillConnect and immediately adds itself as a SceneState observer. The UISceneDidActivateNotification observation is now replaced with sceneState:transitionedToActivationLevel:, which is available on both iOS 12 and 13. * SceneController now becomes an AppStateObserver immediately on init, instead of waiting to initializeUI. Minor win: SceneControllerGuts are no longer necessary. Bug: 1012697 Change-Id: Id82e6a10c5825e34f53f076fef19a1e6bf9e7908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398505 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#807938}
-
Pavel Yatsuk authored
This is a reland of 37dea4b3 Wasn't actually the culprit of failing tests. Original change's description: > Update message in permission dialog overlay warning > > The current overlay warning message does not directly address the > typical case: when dialer or chat bubble is displayed on the screen. > > One change in behavior is that "Cancel" button of overlay warning dialog > dismisses both overlay warning and permission dialog. > > BUG=1127455 > R=twellington@chromium.org > > Change-Id: I9d5c13a6c7d4e52a3fa73b3193d1ef463272ab64 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406148 > Reviewed-by: Theresa <twellington@chromium.org> > Reviewed-by: Andy Paicu <andypaicu@chromium.org> > Commit-Queue: Pavel Yatsuk <pavely@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807089} Bug: 1127455 Change-Id: Ia973a989f70d4a094b0d620b4ae4970482d21fc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414672Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Auto-Submit: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#807937}
-
Rakib M. Hasan authored
Bug: 1041619 Change-Id: Ifab7a7de001c3193f031b1fa437b851cf7cc1c6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415276Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#807936}
-
Justin Cohen authored
This reverts commit d777f5d0. Reason for revert: Lots of test failures here: https://ci.chromium.org/p/chrome/builders/ci/iphone-simulator/14202 Original change's description: > Reland "[Empties] Enable the IllustratedEmptyStates field trial testing config." > > This is a reland of 74b8ec6f > > Original change's description: > > [Empties] Enable the IllustratedEmptyStates field trial testing config. > > > > Change-Id: I664fa63b5b69369cb69fb4b87463ba3bb4cfc94d > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386295 > > Reviewed-by: Sergio Collazos <sczs@chromium.org> > > Reviewed-by: Steven Holte <holte@chromium.org> > > Commit-Queue: sebsg <sebsg@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#805136} > > Change-Id: Ieb3e461efb4c55e7ef601417819cc4470e8fe4cc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401398 > Commit-Queue: sebsg <sebsg@chromium.org> > Reviewed-by: Sergio Collazos <sczs@chromium.org> > Reviewed-by: Ilya Sherman <isherman@chromium.org> > Auto-Submit: sebsg <sebsg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807867} TBR=isherman@chromium.org,sebsg@chromium.org,sczs@chromium.org Change-Id: I69b15363426ecabb9712f182e617166d148566e6 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416874Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807935}
-
sandromaggi authored
This adds identifiers to the ProgressBar icons and adds a new path of updating the step using that reference. This also adds a new way to define the progress bar as complete, independent of which progress bar is being used. Bug: b/168611883 Change-Id: Iabf3fa02d2904b3a0819561f00aab50f32be6b6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412338 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#807934}
-
Eugene But authored
This roll was done by ios_internal/google_internal/frameworks/roll_frameworks.py after changes in the following CL: https://chrome-internal-review.googlesource.com/c/chrome/ios_internal/+/3200150 This CL creates appropriate directories, which are required by new roll_frameworks.py code Bug: 1112956 Change-Id: I8ba15b15ef40d539b51d17dc16bbea1ec3eeb72a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337541Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#807933}
-
Mike Dougherty authored
Bug: 748410 Change-Id: I6ab9e1eabb776796342fdb94237d837fb309efd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414777 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#807932}
-
Maksim Sadym authored
* Add `GetNodeIdByElement` to webView * Add `ExecuteGetComputedLabel` to Element Bug: chromedriver:3507 Change-Id: I53c558d73c57b588e27a8cc20c270619121d7fb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410392Reviewed-by:
Shengfa Lin <shengfa@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Maksim Sadym <sadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#807931}
-
Peng Huang authored
the system window server On macOS, overlay backings (IOSurface) can be still used by the system window server, after overlays are replaces by a new frame. So it is not safe to return overlay resources to client without checking them against the system window server. This CL addresses the issue by send released overlay mailboxes back to SkiaRenderer with SwapBuffersCompleteParams, and then return overlay resources when they are not used by the system window server anymore. This CL also turns on overlay render pass. Bug: 1100728 Change-Id: I0a844f0b2542cb1f776ceda2ac2d5250916b697e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404077Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#807930}
-
chrome://policyNikita Podguzov authored
This improves chrome://policy page readability. Screenshot of new chrome://policy page UI: https://screenshot.googleplex.com/3W4hzapHNNCqttn Bug: 1121478 Change-Id: Iee2d059d35cc00057bf5f3bfed9fa352ba8a7d1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414257 Commit-Queue: Nikita Podguzov <nikitapodguzov@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#807929}
-
Matthew Jones authored
This reverts commit 2346288a. Reason for revert: Suspected cause of failures of password related tests (testSelectedStoredPasswordIndexIsSameAsInShowPasswordEntryEditingView) on android-marshmallow-x86-rel and others: https://ci.chromium.org/p/chromium/builders/ci/android-marshmallow-x86-rel/1349 Original change's description: > Add field trial testing config for password and safety check > > Make sure that tests which were not meant for Safety Check explicitly > disable the feature. > > Bug: 1070620, 1092444 > Change-Id: I83ba782b73cff33f6b4b6f5afa0df9d9e4db2fd6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410866 > Auto-Submit: Ioana Pandele <ioanap@chromium.org> > Reviewed-by: Natalie Chouinard <chouinard@chromium.org> > Reviewed-by: Mark Pearson <mpearson@chromium.org> > Commit-Queue: Ioana Pandele <ioanap@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807803} TBR=mpearson@chromium.org,ioanap@chromium.org,chouinard@chromium.org Change-Id: Ia51936bc2889d9fc9a8423f8d3c3186358fb045d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1070620 Bug: 1092444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416930Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#807928}
-
Joshua Pawlicki authored
This reverts commit 9d75cd80. Reason for revert: Suspect this causes AXPlatformNodeAuraLinuxTest.TestAtkPopupWindowActive failures on Linux Ozone Tester bots. Original change's description: > Enhances editing event intents by surfacing the input event type from Blink > > For every editing operation in Blink, this patch exposes to the browser and to automation clients > the "type" property of its input event from Blink. > > The enumeration listing event intents was too long, and it included > intents such as paste, type and replace. > To make using intents simpler, the list of commands is now trimmed down to a few > generic ones, such as insert, delete, format and SetSelection. > For intents attached to text changed and text attributes changed events, more information > is now provided in the intent's input_type member. > Values are provided by a new enumeration that uses the same members as the > W3C Input Events Specification. > This makes the information more detailed, accurate, as well as standard's based. > > The TextBoundary and MoveDirection enums were also modified to add the "kNone" member > so that event intents such as "kClearSelection" that have no boundary information and no directionality > need not use them. > > Finally, the equivalent struct that is used by WebKit for event intents on Mac was added, as well as a conversion function. > > AX-Relnotes: n/a. > > R=dmazzoni@chromium.org, aleventhal@chromium.org, dtseng@chromium.org > > Change-Id: Ifa2a94451596980cf36ecc13bb073ca7062e9587 > Bug: 989156 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401028 > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Commit-Queue: Nektarios Paisios <nektar@chromium.org> > Auto-Submit: Nektarios Paisios <nektar@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807909} TBR=dmazzoni@chromium.org,dtseng@chromium.org,nektar@chromium.org,rsesek@chromium.org,aleventhal@chromium.org Change-Id: I86623c1259ab81890e4982d1de300f6642c7ceed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 989156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416814Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#807927}
-
Dave Tapuska authored
The input target receiver should be reset during Close. The widget is GC'd so it can live longer but we shouldn't receive any messages after the WidgetBase has been destroyed. This matches the lifecycle of the receiver_. BUG=1129309 Change-Id: I4c3a3076e6d03890e59255d471c73d0e59ffe056 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416391Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#807926}
-
Hiroki Sato authored
Bug: None Test: git cl format Change-Id: I08b4db32c18a7d8dd88058f834bf66448f84b284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413712 Auto-Submit: Hiroki Sato <hirokisato@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#807925}
-
Theresa Wellington authored
Move the last widget in //chrome/android/.../widgets/ to //components/ and delete the old directory. BUG=1003941 Change-Id: I407f883ec4bf03e15d87c5753565567d8f9b9f27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410672Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#807924}
-
Steven Bingler authored
Adds new tests for Schemeful Same-Site along with a virtual test suite which enables the SchemefulSameSite feature. Because Schemeful Same-Site only modifies the definition of "same-site" it's adequate to test only a few cases that confirm the expected same-siteness rather than try to thoroughly test all possible `SameSite` situations. Bug: 1127348 Change-Id: I9b914dd425bfb8cda6fc1ddc9f3606940f0b9a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412907 Commit-Queue: Steven Bingler <bingler@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#807923}
-
Sophey Dong authored
Screenshot: http://dr/file/d/1h746Ii3uaCombcXItnabwo-BQ6N7TSrv/view Bug: 1124799, 1120093 Change-Id: I669745db424fd55b2453fe6def3aa6a72a1c9c51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414922Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#807922}
-
Dominik Röttsches authored
This will help ensure we have local access to the Google Sans although the bots only verify this on Pixel devices, not on OEM devices which retrieve Google Sans from GMScore. Currently there is only manual verification for the latter. Bug: 1115064 Change-Id: Ie3a2233e1dc972a10aaa4229a6d06ac2220607ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404852Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#807921}
-
Ryan Daum authored
* Convert gRPC keyboard events to ui::KeyEvents and dispatch * Add support for creating synthetic keyboard events to the test client. (Note: Due to issues with webview focus I haven't been able to confirm that the events dispatch correctly, but the logic mirrors other input events.) Bug: internal b/161811385 Test: manual Change-Id: I75f8b237cbde4f28c69f1a4d7257c4e8fe06d34d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416570Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Cr-Commit-Position: refs/heads/master@{#807920}
-
Bence Béky authored
Remove SpdyNetworkTransactionTest.ResponseHeadersVary because it brings little value over already existing cache layer tests and HTTP/2 header tests. Add status line test SpdyNetworkTransactionTest.ResponseHeaders. Remove :path from response (because it's a request pseudo-header) in InvalidResponseHeaders. Use SCOPED_TRACE(i) in both ResponseHeaders and InvalidResponseHeaders. Change-Id: I3e638194ae0128b9a13389ffea82634a8f57c656 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405698 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Auto-Submit: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#807919}
-
James Hawkins authored
This reverts commit 4b5732c0. Reason for revert: Breaks linux-rel trybot. These files need to be is_chromeos as well: https://source.chromium.org/chromium/chromium/src/+/master:chrome/test/data/webui/BUILD.gn;l=225?q=chrome%2Ftest%2Fdata%2Fwebui%2FBUILD.gn Original change's description: > Nearby Share: Update build files to limit to CrOS only. > > For now Nearby Share is only planned to ship on CrOS and supporting > multi-platform builds is quite costly. > > Bug: none > Test: none > Change-Id: If879641d0d5b766f384f184078015eeabbf2215f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415135 > Reviewed-by: Lei Zhang <thestig@chromium.org> > Reviewed-by: Mihai Sardarescu <msarda@chromium.org> > Reviewed-by: Richard Knoll <knollr@chromium.org> > Reviewed-by: Ken Rockot <rockot@google.com> > Reviewed-by: Maksim Ivanov <emaxx@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Commit-Queue: James Hawkins <jhawkins@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807903} TBR=jhawkins@chromium.org,khorimoto@chromium.org,gab@chromium.org,thestig@chromium.org,rockot@google.com,reillyg@chromium.org,msarda@chromium.org,emaxx@chromium.org,knollr@chromium.org,vecore@google.com Change-Id: Ia362800da9ea21f994e38dcbc0dad4397fff81f3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: none Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416891Reviewed-by:
James Hawkins <jhawkins@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#807918}
-
David Bertoni authored
This test was disabled because it was flaky on Mac. Testing indicates it's not flaky on any other platform and is only flaky on the mac_chromium_10.12_rel_ng bot. Bug: 988934 Change-Id: Iaa028f7792906db6ef7554f4a824f1810f706a1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393007Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#807917}
-
Stephen McGruer authored
Passing an async function to async_test will soon be disallowed in WPT, as any asserts thrown will be turned into unhandled promise rejections and the test will timeout. If a test needs async functions it should use promise_test instead - however in this case the tests don't actually need async functions (they don't use await or rely on promises). Bug: https://github.com/web-platform-tests/wpt/pull/25540 Change-Id: I9be1f0b89350b611ed7db260e9ec5b79def03305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414758Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#807916}
-
Andrei-Laurențiu Olteanu authored
Change NVME to NVMe. Bug: b:168687888 Change-Id: Ibc660ececc5d2fdf31eea3ed91c44a41172266c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410042Reviewed-by:
Mahmoud Gawad <mgawad@google.com> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Commit-Queue: Laurențiu Olteanu <lolteanu@google.com> Cr-Commit-Position: refs/heads/master@{#807915}
-