- 25 Aug, 2020 40 commits
-
-
Carlos IL authored
URLs where the TLD is separate from the host, which can happen for URLs of the form http://LTR.RTL/RTL, were displayed with a blank spot when elision was enabled. This CL changes this so the in between section, which is not elided in this case, is also not colored transparent. Bug: 1117631 Change-Id: I9bba2d2c0d494a4021b8c8edaacc87084e040964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368458Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#801559}
-
Mike Dougherty authored
Removes usage of web::tests::HttpServer which has been replaced by direct usage of embeddedTestServer through |self.testServer|. Bug: 891834, 1121505 Change-Id: Iebfd9aae926fdc7d48fb3ee52a44ebacc59d0768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376406 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#801558}
-
Noah Rose Ledesma authored
crrev.com/c/2363256 introduced filtering the default device out of the list of audio devices sent to the UI. That change did not update the logic regarding when to hide the UI however. This change adds that missing functionality. Bug: 1118193 Change-Id: I13ef0e3028eabcae621f8149bc7371fc5436420c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373271 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#801557}
-
Gang Wu authored
This CL add two more variations of action bar items for the app menu. Bug: 1119353 Change-Id: I428985de426acbdf5db53b71f45b2225fe4cf2fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364052Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801556}
-
Tibor Goldschwendt authored
Extend - #ntp-iframe-one-google-bar - #ntp-one-google-bar-modal-overlays - #ntp-webui Features still haven't fully launched yet and flags allow us to more easily test in e.g. Chrome Canary. Fixed: 1121060 Change-Id: I20987e07ff4469bb096db8b6a5d1390b05f99101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376308Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#801555}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e95b5d6ad52b..b09f2bb2f282 2020-08-25 sokcevic@google.com Revert "Warn when non-inclusive parameters are used" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1098560 Tbr: ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com Change-Id: I159cff0b3c8f843e3091ee0b489a782c74975f87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375718Reviewed-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@{#801554}
-
David Bokan authored
This CL adds an interface for the InputHandler implementation to communicate with the compositor. This CL is a start that mostly just imposes an interface on the existing structure of these objects. Future CLs will continue to refine this into an interface that makes sense for the compositor to expose. In particular, there are some cases that definitely shouldn't be part of the compositor interface that require an "escape hatch" where ThreadedInputHandler currently uses a reference to the LayerTreeHostImpl: - cc::Viewport - The compositor Animation system - FrameTrackers and metrics - BrowserControls - Scrollbar Animations - Interaction with the PropertyTrees These will need additional thought and more meaningful changes so will be done separately. Bug: 915926 Change-Id: I4bc79478f387614712c0f74bcb3c1355a917f591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359390Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#801553}
-
Yue Zhang authored
This CL reverts the changes in TabListMediator initialization in http://crrev.com/c/2326858 to help identify the cause of a related crash. Bug: 1116985, 1111122 Change-Id: Ib1131418ac0ce6f60a76d3dea23ea80eb5a2ca03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375885 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#801552}
-
Xianzhu Wang authored
When a scrollbar contains composited child, the overlay scrollbars may need to paint above the composited child, which requires the scroller to use composited scrolling. Bug: 1120957 Change-Id: I1d32a68a71ae245e42d6649c93d4351455f026e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370714Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801551}
-
Xiaocheng Hu authored
Bug: 1121748 Change-Id: I9b36df448e2513a276b2ad4e1a486adfb501626a NoTry: True Tbr: chrisha@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376370Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#801550}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/41db2fb64914..ff77947e7ecc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I3d430d4d52c66f2de50fc87fa6229d7f08a2e94f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375794Reviewed-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@{#801549}
-
Nohemi Fernandez authored
Currently the button is hidden during sign-in, which causes the left-aligned buttons to become center-aligned. Instead of hiding the button, disable it to ensure there is no user interaction and buttons remain aligned. Bug: 1113687 Change-Id: I71f3d766c27f83d1d9a513f042338ecf81fe6a22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375345 Auto-Submit: Nohemi Fernandez <fernandex@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#801548}
-
Sam Maier authored
ParseFromString will fail if given a raw resource since it expects a compiled xml file. Change-Id: I2a92b3cd48e8cfc1eb402106689f3596fe960e73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375901 Auto-Submit: Sam Maier <smaier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#801547}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5660e8b4414b..3cce1125f027 2020-08-25 adlai@google.com Simplify the Metal Compiler wrapper code 2020-08-25 csmartdalton@google.com Remove Sk2f usage from curve rotation calculations 2020-08-25 csmartdalton@google.com Add "radial edges" to tessellated stroking 2020-08-25 johnstiles@google.com Fix cases of variable shadowing in SkSL. 2020-08-25 jlavrova@google.com Reland "ICU: SkShaper (bidi iterator only)" 2020-08-25 egdaniel@google.com Don't used cached memory for buffers in vulkan. 2020-08-25 johnstiles@google.com Filter transformed atlas images correctly on GPU. 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 mtklein@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: mtklein@google.com Change-Id: Ic5ea62201fdff5d000db55089ad398052d4b551a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375719Reviewed-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@{#801546}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/7ce9947d8103..d19c08c9ed8d 2020-08-25 courtneygo@google.com Fix ASAN issue with FastIntegerMap.BasicUsage 2020-08-25 syoussefi@chromium.org Fix sub-invalidate of incomplete framebuffers 2020-08-25 ianelliott@google.com Convert the EGL end2end tests to use RAII types/macros 2020-08-25 syoussefi@chromium.org Vulkan: Remove Host->device availability barrier. 2020-08-25 syoussefi@chromium.org Vulkan: Remove BarrierType 2020-08-25 msisov@igalia.com X11 and Ozone: fallback to X11 backend for tests. 2020-08-25 syoussefi@chromium.org Vulkan: Remove the flipViewportY feature 2020-08-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 4dd122392f3a to 12df3cafeee0 (2 revisions) 2020-08-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 76e8dee41452 to e798df982b1b (20 revisions) 2020-08-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Tools from eceb318c06a2 to dda8dabe9eb3 (1 revision) 2020-08-25 syoussefi@chromium.org Vulkan: Simplify image read barrier necessity check 2020-08-25 m.maiya@samsung.com Vulkan: Add FastIntegerSet and FastIntegerMap class 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 courtneygo@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: chromium:1085700,chromium:1119669 Tbr: courtneygo@google.com Test: Test: angle_unittests.exe --gtest_filter=FastInteger* Change-Id: I6c96ef27a45cb7e3324b329b64dea71261dcc0e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375717Reviewed-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@{#801545}
-
Eric Seckler authored
Missed this in crrev.com/c/2359078. Bug: 1081760, 1120331 Change-Id: Ibbda4055961a88beef107ad6cd7cac4df6ef22c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369212 Auto-Submit: Eric Seckler <eseckler@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#801544}
-
Morten Stenshorne authored
TBR=ikilpatrick@chromium.org Change-Id: I1764e0047c9113e5f9508ab9fd6117d1f4d43985 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375429Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#801543}
-
Mustaq Ahmed authored
Bug: 826293 Change-Id: I276454b8fbb5b168c84498881e5f2c6223f56426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375926Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801542}
-
Miriam Zimmerman authored
BUG=None TEST=CQ Change-Id: I4c7435a686e06d971a837f18443c790de3a8ee35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375692Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ian Barkley-Yeung <iby@chromium.org> Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org> Cr-Commit-Position: refs/heads/master@{#801541}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ff77947e7ecc..7023f47299aa 2020-08-25 lri@google.com Merge "producer: Batch commit requests to service." am: 4b628c424e 2020-08-25 aninditaghosh@google.com tp: Bind httpd to IPv6 address. am: ff77947e7e 2020-08-25 treehugger-gerrit@google.com Merge "Added Flow Events panel for selected slice" am: 41db2fb649 2020-08-25 lalitm@google.com Merge "ui: mark non-IO uninterruptible sleep in a different colour" am: b689b0a3dd 2020-08-25 treehugger-gerrit@google.com Merge "Fix typo in sqlite BUILD define" am: d6482730a5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I5a43d253e0e3794dcf4b0fdab2de9b27be971d4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375793Reviewed-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@{#801540}
-
Haiyang Pan authored
This reverts commit d9c15d99. Reason for revert: Add content_browsertests back to L CQ as the pool capacity looks good in the past 1 month: http://shortn/_fH8EgE863q Original change's description: > android: Temporarily remove content_browsertests from L CQ builder > > Bug: 1102974 > Change-Id: Ic61b2a997ab9c80aa5bf684713625a465a3257ec > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285259 > Auto-Submit: Haiyang Pan <hypan@google.com> > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > Cr-Commit-Position: refs/heads/master@{#786014} TBR=martiniss@chromium.org,hypan@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1102974, 1116620 Change-Id: I98ad67f5b3cb587fc1e0b9cc1d24450f9d7a9eb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375696 Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by:
Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#801539}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 102 histograms that show frequent access in the past 90 days. These are the 90% most frequently used histograms over that time that do not already have a date later than or within 60 days of 2020-11-23. TBR=chromium-metrics-reviews@google.com Change-Id: Ib7784db31c75622a48f6365cb8c2f49b1e1ea0c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374934Reviewed-by:
Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#801538}
-
Miyoung Shin authored
This CL fixes the crash presumed to occur in content::BindTextSuggestionHostForFrame since RFH::GetView could return nullptr. Bug: 1117491 Change-Id: I60293c661d7087083bf728862dfae9e0854daf79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374325Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#801537}
-
Michael Hansen authored
The Bluetooth settings subpage has two iron-list elements, one for paired devices and one for unpaired devices. On an interval we look for devices and then call updateScrollabelContents() to update the UI. If there are no devices in one of the lists, it will remain hidden with a |scrollHeight| of 0. This will cause the timed interval to never be cleared, and updateScrollableContents() will continuously exit early, leaving the other list in a stale state. This CL will only recheck a list if it is not hidden. A corresponding UI test will be added in a future task: https://bugs.chromium.org/p/chromium/issues/detail?id=1121679 Bug: 1107646 Change-Id: I81b090e4b0052a0abff6cbf9dab5257318571b9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353562 Commit-Queue: Michael Hansen <hansenmichael@google.com> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#801536}
-
mhasank authored
Removed DEPRECATED_CLOUD_PROVISION_FLOW_FAILED, DEPRECATED_CLOUD_PROVISION_FLOW_TIMEOUT, and DEPRECATED_CLOUD_PROVISION_FLOW_INTERNAL_ERROR enum values. Removed RequestAccountInfoDeprecated, InitDeprecated, and OnAccountInfoReadyDeprecated methods. Bug: 146435695 Test: deploy to dut, disable playstore, re-enable playstore, successfully finish the authorization flow Change-Id: I33036bd177fdbaeceae304f18bbd35ba9281a78f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373945 Commit-Queue: Muhammad Hasan Khan <mhasank@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#801535}
-
Mason Freed authored
This code previously had a hard-coded list of border styles, which can instead be retrieved from the CSS value tables. No behavior changes are expected. Change-Id: Ib416ba444e5a99b28457007b41a09db83f5e16cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373422 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#801534}
-
Thomas Lukaszewicz authored
This CL fixes a recursive paint bug in the TabSearchButton. Currently SetImage() is called within PaintIcon(). This causes a paint recursion as SetImage() will schedule a paint after it has been set. This CL moves the SetImage() call into the FrameColorsChanged() method to fix the issue. Bug: 1121276 Change-Id: I89e10d17bf69d757112ea8655c79191a7541d18d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375933 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#801533}
-
Brian Sheedy authored
Refactors the expected color code out of SkiaGoldIntegrationTestBase since it is no longer used for general GPU testing. Instead, it is in its own subclass that MapsIntegrationTest inherits from, as that is currently the only use of expected colors. Bug: 1119498 Change-Id: I6e71282e7a311977c656ee619fef2efd3fb91dc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367978 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#801532}
-
Jesse Schettler authored
Update the LorgnetteScannerManager to get scanner capabilities using the lorgnette D-Bus service. Since a scanner can be detected by more than one SANE backend, the LorgnetteScannerManager attemps to get capabilities using one available backend at a time via the backend's corresponding device name. This is repeated until one backend succeeds or they all fail. Bug: b:165030685 Change-Id: I80d1550ca4215262ac4063f6bef4fbaf68ca6803 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360227 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#801531}
-
Mehran Mahmoudi authored
This CL matches the scroll position of the live tab to that of the player on exiting paint preview. Bug: 1121654 Change-Id: I8f36d827979418d5480811ffa367b22bf24fce19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375930Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#801530}
-
rbpotter authored
This is in preparation for using these defines in a new preprocessing- only grit rule. Bug: 1071641 Change-Id: I5414bc82d89b825ae6c40b910056030d08d4c163 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370087Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#801529}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 9d250d4e. With Chromium commits locally applied on WPT: 9f52c7e4 "COOP: add reporting to redirects" d18db804 "Fix test flake in animation-state-changes-positive-playback-rate.html" 82d2ea6a "Add CodecState and state exceptions" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: I4c8c7ab7d72edb2c06d2e48dec0bd4b911ee93ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376126Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#801528}
-
dpapad authored
Bug: None Change-Id: I28f2824e132da7f80d8030403778c5520cdf4dfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374507 Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#801527}
-
Monica Basta authored
This CL shows 'Enterprise' icon for the profiles with managed primary account. Screenshot: https://drive.google.com/file/d/1bFBxKj8dwOIgmWxXjMU_wq2MBCg4pYkv/view?usp=sharing https://drive.google.com/file/d/1m6kwH6cLUHlJzDFDmjc0WfoXhyOqGTJ_/view?usp=sharing Bug: 1063856 Change-Id: I705a2e13528c85b2448f9efc5e699ca1b19bbb14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366902 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#801526}
-
mhasank authored
We need to keep an eye on the data to measure the latency BUG=None TEST=None Change-Id: I2b7bf2ad4268ce798c424c5f68c5e898540bff3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368107Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Muhammad Hasan Khan <mhasank@chromium.org> Cr-Commit-Position: refs/heads/master@{#801525}
-
dpapad authored
Bug: 1121475 Change-Id: I46fe72ffe1ecedbc6dd939d314fe2befb83e8df3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374605 Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#801524}
-
Maksim Sisov authored
This is the final change that enables use_x11 and use_ozone for Linux builds and (as it was before) excludes X11 for chromeos, chromecast, lacros. in order to run ozone/X11/wayland, one must pass —enable-features=UseOzonePlatform —ozone-platform=x11 or wayland. otherwise, non-ozone/X11 is used. it’s also possible to completely disable X11 so that clients, who need that kind of build can continue to have that. Bug: 1085700 Change-Id: I171bcb53c406555a1d4bec3e88d76dc676310d48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315869Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#801523}
-
Claude van der Merwe authored
This includes: (1) Adding Proto values for Wifi Sync. (2) Adding Mojo values in multidevice_types.mojom. (3) Integrating these types with existing DeviceSync code. (4) Enrolling with WIFI_SYNC_CLIENT when the flag is enabled. (5) Add IsWifiSyncAndroidEnabled() function as a simple way to verify whether WifiSyncAndroid flag is enabled. Bug: 1117619 Change-Id: I842bcb028d1e311905d60a111cd8bf9524fc72f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366660Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Jon Mann <jonmann@chromium.org> Commit-Queue: Claude van der Merwe <cvandermerwe@google.com> Cr-Commit-Position: refs/heads/master@{#801522}
-
Leonid Baraz authored
This is in preparation to doing actual encryption. Bug: b:153649905 Change-Id: I1b224debc46d60bd20a79e254bf2580bdb565835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375731Reviewed-by:
Zach Trudo <zatrudo@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#801521}
-
Peter Boström authored
Allows calling BubbleDialogDelegateView::CreateBubble with unique_ptrs instead of calling unique_ptr.release(). Some call sites could fairly-trivially be converted to use unique_ptr. I only went through those that were really trivial (most of them contained .release() so they were trivially converted to std::move). Bug: None Change-Id: I3a13f4dd38e26fc150a58fe824750e722a3f4d1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373269 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#801520}
-