- 16 Oct, 2020 40 commits
-
-
Liquan (Max) Gu authored
Context: PaymentRequestEvent.openWindow() fails with a cross-origin error caused by some unknown factors. Change: * Reverted the reverting CL: crrev.com/c/2220705 Bug: 1075481 Change-Id: I2a3452f58d5686e0dcfcd1ba0e30229e69bfe280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459389Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#818151}
-
Sky Malice authored
TBR: dominickn@chromium.org Bug: 1139496 Change-Id: I65f4c3e974ec832e102803213fcdb4c1c7ff6079 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481744Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#818150}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a23231ea7d91..df17a76102df 2020-10-16 srisser@google.com Make abort on LOG_TRAP opt-in If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;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: swiftshader-team+autoroll@google.com Change-Id: If9321751814ca97ce36f29420b8afc7a700ebeda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481057Reviewed-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@{#818149}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fd0b15801ff8..f9c7b2803461 2020-10-16 bungeman@google.com Add test for old font axis deserialization. 2020-10-16 mtklein@google.com move SkTPin to include/private 2020-10-16 michaelludwig@google.com Factor perspective scale into filter matrix decomposition 2020-10-16 csmartdalton@google.com Slightly improve cubic chop precision in stroke tessellation shaders If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC robertphillips@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: robertphillips@google.com Change-Id: I11f0a1c1c531288b33af83c907794eb1bd54de9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481570Reviewed-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@{#818148}
-
manukh authored
Currently, the chain of methods invoked in the bookmarks model to find bookmark matches for a given omnibox input use a pointer param to return matches. This CL refactors these to return a vector instead. - TitledUrlIndex::AddMatchToResults - TitledUrlIndex::GetResultsMatching - BookmarkModel::GetBookmarksMatching This is a refactor with no behavior change. This is the 3rd CL implementing bookmark-paths which will allow inputs to match bookmark paths (without contributing to the bookmark suggestion's score). Bug: 1129524 Change-Id: Idfbc13bc9d3d9b6c830c5972e68911aa310e2d71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459392Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#818147}
-
Pranav Batra authored
This change is necessary for the new pita printer tast tests to work properly. BUG=none TEST=tast run -buildbundle pita <DUT> printer.* Change-Id: Ie7898f067e150336f3706101c3fa3ba6dd2a1b70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470118 Commit-Queue: Pranav Batra <batrapranav@chromium.org> Reviewed-by:
Luum Habtemariam <luum@chromium.org> Cr-Commit-Position: refs/heads/master@{#818146}
-
Anupam Snigdha authored
Added a flag to enable/disable toggle mode when insert key is pressed This is currently disabled by-default. Bug: 1030231 Change-Id: I9c2dd62c0afe24d27848d189bf151d6a87a64068 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473771Reviewed-by:
Eric Lawrence [MSFT] <ericlaw@microsoft.com> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#818145}
-
Chris Davis (EDGE) authored
With this CL, high-resolution timer is never activated for a delayed task that lives in a task queue with a low priority. Since such a task queue must already support late scheduling, it shouldn't care about precise execution delays. Bug: 967777 Change-Id: I6c8403075dc15368acaee74aef9c39b0b9b7c926 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470322 Commit-Queue: Chris Davis <chrdavis@microsoft.com> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#818144}
-
Becca Hughes authored
Add a UKM to track navigations when a user clicks on something in Kaleidoscope. BUG=1110373 Doc: https://docs.google.com/document/d/1RRF7XpUss7vr-qD4ckmOPyiQrfjQUTLip2YTDkXjchY/edit Change-Id: Ib0afa41e997aec8cee9bcdc010030cc086a6fcff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441289 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#818143}
-
Sky Malice authored
This reverts commit 342a65b7. Reason for revert: Test failure https://ci.chromium.org/p/chromium/builders/ci/android-pie-x86-rel/2559 Original change's description: > network: de-flake NetworkQualityEstimator throttling test > > This test has is flaky when run on devices that have a real wifi or > cellular connection, because in that situation, the call to > SimulateNetworkChange() can cause an arbitrary number of real calls > to GetCurrentSignalStrengthWithThrottling(). This change de-flakes > the test in that situation by: > > 1) Delaying constructing the HistogramTester, to avoid counting > those calls, and > 2) Advancing the fake time the test uses at the start of the test, > so that the NetworkQualityEstimator under test is never in its > timeout period when the test starts > > This change also re-enables the test on Android, since this should > de-flake the test there too. > > Bug: 1133439,1130720 > Change-Id: I4164ce4bb105082fe58382c3f7c72b5b9462a8ab > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476812 > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#817719} TBR=ellyjones@chromium.org,tbansal@chromium.org Change-Id: Id4bd9253500cd585a1ce38fd49b5fcae6db7c555 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1133439 Bug: 1130720 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482084Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#818142}
-
Azeem Arshad authored
This CL fixes tooltip for "Show password" button in the network password input not showing when button is focused. This was fixed by using paper-tooltip that is set as the aria label instead of the title attribute. Screenshot: https://screenshot.googleplex.com/5UwHb4PwBRM9zU3.png Fixed: 873114 Change-Id: I4ea4cc48b1a2bb2db679f566454f945fb6ba88a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477603 Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#818141}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/goldctl-linux-chromium-autoroll Please CC bsheedy@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/+doc/master/autoroll/README.md Bug: None Tbr: bsheedy@chromium.org Change-Id: I890946616ec7d19b3f7285dbd46a6fb01c4f44c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481414 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#818140}
-
Henrique Nakashima authored
UrlConstants in //components/embedder_support already knows what is an NTP URL, so the method to detect it makes sense in UrlUtilities. This breaks dependencies on NewTabPage from a number of classes, allowing them to be modularized/componentized. Bug: 1138561 Change-Id: I8813c6277e13272741ddd98c14a11f2067cb6a2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472586 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#818139}
-
Xiyuan Xia authored
MemlogBrowserTest depends on PlatformBrowserTest. However, this is not reflected in its BUILD.gn. As a result, InProcessBrowserTest is complied differently. `views_delegate_` address is used for `sampling_profiler_` in MemlogBrowserTest and causes strange crashes in the try run of https://crrev.com/c/2467940. Bug: 1136145 Change-Id: I713f374354056928bd1d24354edcda99bb193b39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480818Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#818138}
-
Zentaro Kavanagh authored
- -Wfinal-dtor-non-final-class warns on classes with final dtors but not final classes. - Error messages are better when the class is marked final. - Fix existing issues in code base and a follow up will remove warning exemption. Bug: 999886 Test: no errors building Change-Id: Ib8c644a11cd7cb98a892f9f84b80d8130195cf28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468792 Auto-Submit: Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818137}
-
Dominic Farolino authored
It became clear during the auditing of process-global associated interfaces that the SearchBouncer interface was clinging to dead code so this CL removes it entirely. More context: https://docs.google.com/document/d/12jyv-8aBwMlSS_Y5roEl_ykZT0_eQszGiiNs7Hxktmk/edit#heading=h.4zjjh3zdcgd Bug: 1132901 Change-Id: Ib71d962d9d41c44fba52c420850b78b23b38b7e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481087 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#818136}
-
Corentin Wallez authored
Bug: chromium:1139232 Change-Id: I5be89203e8797a58234a2bee88f9efafc09a6d80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478951Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#818135}
-
Rebekah Potter authored
This reverts commit 320837f5. Reason for revert: The tests added here (WebAppHandlerRegistrationUtilsWinTest.*) are failing on multiple Win 7 bots, see https://bugs.chromium.org/p/chromium/issues/detail?id=1139503 Original change's description: > desktop-pwas: Introduce shared file/protocol handler registration logic > > This CL refactors Windows file handler registration in a way that > exposes shared logic useful for protocol handler registration. Protocol > handler registration that consumes the shared logic will be added in a > subsequent CL. This design is detailed in section 4.4 of [1] with a > summary given below. > > The refactor splits up registration by functional concerns, > with pieces that may be shared with protocol handler registration living > in web_app_handler_registration_utils_win.h/.cc. > web_app_file_handler_registration_win.h/.cc is now significantly smaller > and addresses file-handler-specific concerns in addition to consuming > the utils API. > > File handler registration consists of several pieces: > > 1) Create an app registry entry: HKCU\Software\Classes\<app_progid> > 2) Copy (or hardlink) chrome_pwa_launcher.exe from browser install > directory to <profile_dir>\web_applications\<app_id>\<app_name.exe> > 3) Reregister an app (steps 1 and 2) with a profile-specific name when > the same app is installed to a different profile > (e.g. "App" -> "App (Profile 1)") > 4) Create a file type association registry entry: > HKCU\Software\Classes\.<file_ext> > > In this approach, 1 & 4 are contained in the existing > ShellUtil::AddFileAssociations function. 2 & 3 are moved to utils > (CreateAppLauncherFile and CheckAndUpdateExternalInstallations). > > Important note about this design: > - Reregistration logic (3) is altered in this approach. Currently, > pieces 1, 2, 4 are all executed during reregistration. Because (4) is a > file-handler only concern, it wouldn't make sense to use existing logic > from the protocol registration flow. Reregistering (1) and (2) are > sufficient to rename a duplicate app - this is because file handler > registry entries (4) only reference the progid of an app which doesn't > change if its display name is updated (or if the update fails). > CheckAndUpdateExternalInstallations only updates necessary registration > pieces to reflect an updated name while leaving existing file/protocol > pieces in place. > > Alternative design: > crrev.com/c/2309759 previously attempted this refactor by splitting the > registration process into a shared app-level API instead of a Utils API. > As a result, ShellUtil functions that are currently atomic > (AddFileAssociations) were split into non-atomic app-level and file > handler pieces. The design was abandoned for this reason. > > [1] https://docs.google.com/document/d/1NHlWLjAPZ-dyxcz3AoTWibeerDeHW7Vqrx6FmhB0XmE/edit#heading=h.qsh70q > > Bug: 1019239 > Change-Id: I5f727a5ca1483efd21935c0201ee54474a94e598 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462383 > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Daniel Murphy <dmurph@chromium.org> > Reviewed-by: David Bienvenu <davidbienvenu@chromium.org> > Reviewed-by: Greg Thompson <grt@chromium.org> > Commit-Queue: Fabio Rocha <fabio.rocha@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#818065} TBR=sky@chromium.org,dmurph@chromium.org,grt@chromium.org,davidbienvenu@chromium.org,fabio.rocha@microsoft.com Change-Id: Ic050a0aaf46d1c4d9e4b8a7f2b2798d2a73cb2ed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1019239 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482083Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#818134}
-
Nate Fischer authored
This reverts commit db9be6c9. Reason for revert: Still flaking, see https://crbug.com/1135839 Original change's description: > [AW][Dev-UI] Reland "Add some espresso tests for flag UI" > > This relands https://crbug.com/c/2438534 with a couple small changes: > > - android:windowSoftInputMode="adjustPan" attribute was missing in the > test manifest but is used in prod manifest. Adding it to the tests > manifest fixes the problem of auto-showing the keyboard on M devices > which was causing the test flakiness. When the keyboard shows up it > hides the view causing espresso to fail. > > - Merge the small change from https://crrev.com/c/2455687 to > test whether the overrideFlagsMap has the correct entries. > > Fixed: 1135839, 1130599 > Test: run_webview_instrumentation_test_apk -f "*FlagsFragmentTest*" on android M emulator > Change-Id: I973e8cd2b7a9c12651d7a6e14f11a368f6e06bad > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453564 > Reviewed-by: Changwan Ryu <changwan@chromium.org> > Reviewed-by: Nate Fischer <ntfschr@chromium.org> > Commit-Queue: Hazem Ashmawy <hazems@chromium.org> > Cr-Commit-Position: refs/heads/master@{#817184} TBR=changwan@chromium.org,ntfschr@chromium.org,hazems@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1135839 Change-Id: I17327632b54350c4db8cd182f2a2163cedb2f03e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481942 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#818133}
-
Gang Wu authored
This CL lets TabAndroid supports base::SupportUserData, then ChromeAutocompleteProviderClient can store stripped urls in TabAndroid to avoid stripping url over and over again. Bug: 1094056 Change-Id: If0448c825965ddc7f43bd2aacc9c1d868e27b09f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472461Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818132}
-
Manu Cornet authored
Bug: 1136145, 1056219 Change-Id: Ic57ec33b0ede604127e25817e1c67aa4c04bda42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2480024Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#818131}
-
zhiyuancai authored
This CL fixes a presubmit warning in TabGridDialogView by replacing setTextColor with setTextAppearance. Bug: 1135433 Change-Id: I863f09939a78fdef0a81ba99df649a771c4b9339 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459066Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Commit-Queue: Zhiyuan Cai <zhiyuancai@google.com> Cr-Commit-Position: refs/heads/master@{#818130}
-
Chris Hamilton authored
This is a reland of 85ecd948 Original change's description: > [PM] Implement V8ContextTracker business logic. > > BUG=1080672 > > Change-Id: I10d0f001f00f1f7eb566843b9e9647297569abb2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466152 > Reviewed-by: Joe Mason <joenotcharles@chromium.org> > Commit-Queue: Chris Hamilton <chrisha@chromium.org> > Cr-Commit-Position: refs/heads/master@{#817764} TBR=joenotcharles@chromium.org Bug: 1080672 Change-Id: Ib8e3eb1e2d1d0cc91adfe4ee5747d816be7b9a5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2479566Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#818129}
-
Sky Malice authored
TBR: yuezhanggg@chromium.org Bug: 1139475 Change-Id: I3a904e1e09e2a9330c6b4ed97b32704977f73398 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481682Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#818128}
-
Liquan (Max) Gu authored
Now that PaymentRequestImpl has been renamed PaymentRequestService after CL[1], the variables, methods, classes names in MojoPaymentRequestGateKeeper should be renamed accordingly. [1] https://crrev.com/c/2467359 Bug: 1137006 Change-Id: I1baa16f4220760cb7434ef9397c4a091b8425a7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481249Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#818127}
-
Wenyu Fu authored
Clean up expired HomepageLocationPolicy flag, which is 100% enabled. Also remove test cases that has the feature disabled. Bug: 1110647 Change-Id: I69c92305439c631a7f4c61d09cfdf226e5f0e2be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472265Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818126}
-
Sky Malice authored
TBR: dullweber@chromium.org Bug: 1139480 Change-Id: I0413c0f7d73fe811c678e8cc290609cffab5eedd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481823Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#818125}
-
dpapad authored
Bug: 720034 Change-Id: Ibddd393abde847d06e3c82ab3c3d4be1d1d56526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478885 Auto-Submit: dpapad <dpapad@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#818124}
-
Pranav Batra authored
This change is necessary for the tast tests to work properly. BUG=none TEST=tast run -buildbundle pita <DUT> printer.* Change-Id: Ic719a1c5f83f9f6b763a23f3c6bbd5dd6edc3a2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470024Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Pranav Batra <batrapranav@chromium.org> Cr-Commit-Position: refs/heads/master@{#818123}
-
Sky Malice authored
TBR: gogerald@google.com Bug: 1139467 Change-Id: Ic3903e33348bd653ebdd076ca56fbae72188fb44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481547Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#818122}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/goldctl-win-chromium-autoroll Please CC bsheedy@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/+doc/master/autoroll/README.md Bug: None Tbr: bsheedy@chromium.org Change-Id: I2de509901f7c1ab54a8242ec9caa76639dac7cb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481420Reviewed-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@{#818121}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/2a8ada795146..875091308b04 2020-10-16 enga@chromium.org Cleanup old/deprecated wire and native APIs 2020-10-16 cwallez@chromium.org Make wgpu::Extent3D default to {1, 1, 1}. 2020-10-16 cwallez@chromium.org Add wgpu::TextureComponentType::DepthComparison 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 enga@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: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: enga@google.com Change-Id: If589aa087737e6699e78892f4d9cbb0d8d21de7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481054Reviewed-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@{#818120}
-
Yu Han authored
This CL updates the dark mode styles for the following controls: 1. <meter> - border color. 2. multi-select - foreground text color. 3. Button: Dark mode button design has no border and has unique fill color. Thus, a specific set of color enums is created for only buttons. Button's border color is styled to match its fill color in order to give the appearance of no borders and keep its dimensions unchanged. This impacts: button, file, and color controls. Bug: 1107290, 1099624 Change-Id: I141c199f93acac2b950b8af7195e863f811c2f4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469357 Commit-Queue: Yu Han <yuzhehan@google.com> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#818119}
-
Achuith Bhandarkar authored
BUG=968349 TEST=bots Change-Id: Iad0eb882b81838a322a5bc5d17b1146448873f62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481902 Auto-Submit: Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#818118}
-
Daniel Rubery authored
This CL enables deep scanning for Advanced Protection users by default, since we're ready to launch to 100% Change-Id: I8097b38ad05a8d7133bb6f05b0daa8866628a7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481073 Commit-Queue: Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#818117}
-
Toni Barzic authored
View::OnFocus has logic that should not be skipped for SearchBoxImageButton - for example, it sends focus change notification to accessibility stack. BUG=1113884 Change-Id: I0f14833b9b0158f0fb25c8876ea45b84a74d42d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481551Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#818116}
-
Josiah K authored
Fixed: 1139200 Change-Id: I7f87a0d8dd9e5284525b256da86dfa4334af5de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478145 Commit-Queue: Josiah Krutz <josiahk@google.com> Auto-Submit: Josiah Krutz <josiahk@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#818115}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/19ef525ade8e..d77d4ca4c542 2020-10-16 jalyn@microsoft.com Remove customKeyboardShortcuts experiment If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:174309 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I92c2e0bd78f2e4e1ca3a631953f67d7432d26c7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481566Reviewed-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@{#818114}
-
Elly Fong-Jones authored
Now that the PurgeDiscardable test cases are split into tests, remove their indentation layers and wrapping braces. This change is purely syntactical. Bug: 1128436 Change-Id: Ib3d6805187c68ad9912a3f98d52187e26ece9b04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481075Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#818113}
-
Akihiro Ota authored
This change avoids automatically opening the tutorial in OOBE if the device is in tablet mode. We want to avoid showing the tutorial in this case because none of the content is relevant to ChromeVox touch. To implement this behavior, this change adds an accessibility private API to fetch the tablet mode enabled state of the device, which is used when deciding whether to show the tutorial or not. Once we create a tutorial for ChromeVox touch, we can remove this behavior and choose which tutorial to show depending on the user's device tablet mode. and tablet mode. Verify that tutorial only opens in laptop mode. Test: Manually test change on Eve. Start ChromeVox in OOBE in laptop Fixed: 1132081 AX-Relnotes: N/A Change-Id: I30d237ba0d30f41fcda3420fe8832c70fdfb886d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472598 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#818112}
-