- 28 Jan, 2020 40 commits
-
-
Hugo Benichi authored
It is sometimes necessary to correlate Android logs with host logs for a specific network service for debugging some connectivity issues. This is difficult to do with anonymized logs from feedback reports which do not have GUIDs or SSIDs. This patch adds to ARC++'s net.mojom NetworkConfiguration objects the DBUS path of the associated shill service. This will allow ARC++ to print it in logcat and dumpsys without leaking any PII. The service path is essentially a monotonically growing integer that does not persist after reboot. dumpsys wifi. Bug: 147270970 Test: flashed ARC and Chrome on eve, manually checked logcat and Change-Id: I61c1a7b3b5476975a72e31347b6af485f9e0961e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021786Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Hugo Benichi <hugobenichi@google.com> Cr-Commit-Position: refs/heads/master@{#735750}
-
Aaron Leventhal authored
When an expectations file for accessibility dump tree or event tests has more lines than the actual output, the test must fail. Without this change, the following will produce false positives in our test results: - Expected events the end of event expectations, but are not fired, - Expected objects at the end of the object hierarchy that do not exist in the actual object hierarchy. Bug: None Change-Id: I4bb65bb73b0d8af7380c85e59c7891c466c95fc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015429 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#735749}
-
tby authored
This is the final CL for the core of the structured metrics system. It ties together the KeyData class (for managing keys and computing hashes) with the metrics provider, and implements logic to: 1. Hash and store incoming structured metrics events. 2. Provide stored metrics events for upload. It also adds integration tests for the system, checking that an event created through the public API is correctly prepared for upload. Other misc changes: - Some minor refactoring of event_base.{h,cc} and equivalent changes to events_template.py, to fix some bad style. - Added a missing RemoveObserver call to the metrics provider dtor. Bug: 1016655 Change-Id: I3daae2ba7927742d26db8d5750538584bf13b94f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975386 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#735748}
-
Jeremie Boulic authored
Initial tests for the settings' storage management UI. Testing the UI behavior when simulating message callbacks from the back-end. The focus of these tests is on the upper part of the storage page, with global statistics related to the local filesystem. Other tests for each row of the storage page coming in follow-up CLs. "totalSize" removed from 'storage-size-stat-changed' callback message. Its value isn't used on the JS side. browser_tests --gtest_filter="*OSSettingsDevicePageTest.StorageTest" Test: Bug: 1044495 Change-Id: I2541e563ab0885c87a43800e32e297d5c3abb2ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014629 Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#735747}
-
rbpotter authored
- Use Polymer.Templatize instead of extending Templatizer behavior, since Templatizer behavior is now legacy/deprecated. - Add a closure compiler target for settings idle load This is in preparation for migrating settings idle load to Polymer 3 Bug: 1042558 Change-Id: I820f1a51aff09478277f3aae1ad1611fdc334a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023472 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#735746}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fd7fd960be69..7ee8ca5a321c git log fd7fd960be69..7ee8ca5a321c --date=short --first-parent --format='%ad %ae %s' 2020-01-28 bsalomon@google.com Fix bug in NPOT shader wrap mode impl Created with: gclient setdep -r src/third_party/skia@7ee8ca5a321c 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 reed@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-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 Bug: None Tbr: reed@google.com Change-Id: I48062d91e7dbcced3184ead6e04552d8c2531156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024568Reviewed-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@{#735745}
-
Kinuko Yasuda authored
- Blink.CookieJar.SyncCookiesSetTime - Blink.CookieJar.SyncCookiesTime Bug: 1032107 Change-Id: I2bf177f31246ebb6eefe4fc5d50772614dce65c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018904 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#735744}
-
Kenichi Ishibashi authored
This is similar to crrev.com/c/2018625 but for GetUserKeysAndDataByKeyPrefix(). Bug: 1039200 Change-Id: Idb4d36a9582860a9bbd8f30bad21ba56ae587849 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022364 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#735743}
-
Jay Harris authored
This will allow us to clean up expired file handlers in this CL: https://crrev.com/c/1940001 Bug: 1028448 Change-Id: I69ba5d2ea8822a0ec3743b0255f38a2a3f243076 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018566 Commit-Queue: Jay Harris <harrisjay@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#735742}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fbc74b472299..b83d660071cb Created with: gclient setdep -r src-internal@b83d660071cb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome Bug: chromium:1023913,chromium:1028270,chromium:1044158,chromium:1045987,chromium:1046119 Tbr: jbudorick@google.com Change-Id: I89ced6aeaf3515aa4486e18534e0c7e07d43c46a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023881Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#735741}
-
Kent Tamura authored
They are unnecessary since crrev.com/735492. This CL should have no behavior changes, however this updates a rendering test for empty lines. Bug: 1040828 Change-Id: I83c665eb2a136a98d5f9dbcc8b435964fb177c74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024187Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#735740}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: Ib96f3bad7f62353c68162330789b58726cce8afc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024469Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#735739}
-
Shakti Sahu authored
This CL changes the prefetch tab title text from Articles for You to Explore Offline. Bug: None Change-Id: I52bd208106ed1d73e685690cf0c57896322f50ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021294 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#735738}
-
Joel Hockey authored
This fixes crashes in incognito mode where CrostiniManager is null. Bug: 1038164 Change-Id: I9da95285a32a643246c4b16376f0af4fa2c31567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024587Reviewed-by:
Julian Watson <juwa@google.com> Commit-Queue: Julian Watson <juwa@google.com> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#735737}
-
Xing Liu authored
Currently when clicking on the "Review" button, on Mac, it will always not navigate to the expected URL. On Debian, sometimes nothing happens. On Mac, if the notification has no origin, then click event will not be forwarded to NotificationHandler. This CL removes the origin check. Also changed the URL navigation API used to open the URL. TBR=dtrainor@chromium.org, peter@chromium.org Bug: 1042124 Change-Id: Ife2c1a5e5949b1d933e4048dfa11a62144ba6bc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023747Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#735736}
-
Kinuko Yasuda authored
Having 'for_blink' typemap that is mostly same as the original one feels a bit awkward (also services/network directory talking specifically about 'blink' seems a bit of layering violation). Bug: 787254 Change-Id: I16a6164f52a6c4c4defd00e4107d7d741d838463 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016524Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#735735}
-
Gabriel Charette authored
As agreed upon in design doc @ https://docs.google.com/document/d/1tssusPykvx3g0gvbvU4HxGyn3MjJlIylnsH13-Tv6s4/edit?ts=5e1c66d5&pli=1#bookmark=id.ll79iqi5rlpp base::ThreadPool counterpart to move away from post_task.h is @ https://chromium-review.googlesource.com/c/chromium/src/+/1977964 API usage migration will be done in a follow-up mega CL. This CL at least uses it in its own tests. See https://chromium-review.googlesource.com/c/chromium/src/+/2015655 for how this will look in practice for a few callsites. Bug: 1026641 Change-Id: I98771fd68a513bf0a4776672a8d75fcbbb200bea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014055 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#735734}
-
Gabriel Charette authored
Migrates everything in base/task but post_job.h and lazy_task_runner.h which will be migrated in their own CLs. Bug: 1026641 Change-Id: If58acf8dd79ef848a16df210d4a283db10231a98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996991 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#735733}
-
Yue Zhang authored
Bug: None Change-Id: I6712fb9a0c2df38a6c7a9612420f362258984ee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024114 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#735732}
-
Junbo Ke authored
Hit ERR_READ_IF_READY_NOT_IMPLEMENTED in SocketDataPump::ReceiveMore() when switching the Cast HTTP server to network::server::HttpServer. Add the implementation to unblock the migration. Bug: b/118771830 Merge-With: eureka-internal/342047 Test: CQ & manual Change-Id: I44666fa5b7f741d757c4382798b69f461a1e7fad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018597 Commit-Queue: Junbo Ke <juke@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#735731}
-
Jeremie Boulic authored
Initial tests for the StorageHandler, C++ side of the storage management page. Testing functions retrieving storage statistics of the local filesystem. Test: unit_tests --gtest_filter="*StorageHandlerTest*" Bug: 1044495 Change-Id: I8632f4607360deb4c0b4068d2db545e08a8db406 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016767Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/master@{#735730}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/2d1d9d35216b..086aded3cb74 git log 2d1d9d35216b..086aded3cb74 --date=short --first-parent --format='%ad %ae %s' 2020-01-27 syoussefi@chromium.org Return the correct location count for matrices in structs 2020-01-27 courtneygo@google.com Vulkan: Allow user to specify preferred device Created with: gclient setdep -r src/third_party/angle@086aded3cb74 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 tobine@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: tobine@google.com Change-Id: I83036211488fab82c887122d9488629831df7b01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023872Reviewed-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@{#735729}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ca7b3bf33052..9d635962bc78 git log ca7b3bf33052..9d635962bc78 --date=short --first-parent --format='%ad %ae %s' 2020-01-28 ukai@google.com OWNERS: add ukai for cipd_manifest.* Created with: gclient setdep -r src/third_party/depot_tools@9d635962bc78 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 agable@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: agable@chromium.org Change-Id: I8067646c54fa0f6dc73e4a231751db45aa1217cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023878Reviewed-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@{#735728}
-
Piotr Bialecki authored
- hit test subscription should fail when the session has ended - implement feature descriptor and feature policy for hit test - add WPTs to check whether subscription succeeds/fails appropriately Changes: Change-Id: Ib7735ca3c1015a4e3742c71d6d144e24a79c935e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019608 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#735727}
-
Kei Nakashima authored
This change is for following the HTML standard. Accordingly, added willValidate check to validationMessage. It's for keeping the current behavior of validationMessage after this CL. Bug: 1038224 Change-Id: Ied5f6bcdc5eda495de6d3925435e73d856b23b15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015912 Commit-Queue: Kei Nakashima <keinakashima@google.com> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#735726}
-
Joel Hockey authored
This feature is now always enabled Change-Id: Ie671537ca44eb834ad6d5aaae0b88212cbaa5b24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024387 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#735725}
-
Regan Hsu authored
This CL moves a big chunk of mostly OS Settings strings (and one one shared string) out of browser settings string provider to os and shared setting string provider: * AddCrostiniStrings * AddPluginVmStrings * AddAndroidAppStrings * AddAppsStrings * AddAppManagementStrings * AddParentalControlStrings * AddBluetoothStrings * AddChromeOSUserStrings * AddDeviceStrings * AddEasyUnlockStrings * AddFilesStrings * AddInternetStrings * AddMultideviceStrings * AddUsersStrings * AddGoogleAssistantStrings Bug: 967888 Change-Id: I115a9e4817204d136edf7dea97d8cfabfefb56a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008365Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#735724}
-
Robert Liao authored
Previously, the IncreasedContrastThemeSupplier bypassed most of the incognito colors. This worked fine as the colors it did specify worked with non-incognito colors in incognito. http://crrev.com/719713 removed this bypass, resulting in incognito colors applied to the IncreasedContrastThemeSupplier and white-on-white text as well as light-on-white controls. This change reintroduces this opt-out as a workaround. BUG=1045630 Change-Id: Ib83172fbd90559bc72e94e850591ee66cd4ad4e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024468 Commit-Queue: Robert Liao <robliao@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#735723}
-
Yue Zhang authored
Bug: 1002678, 1004570 Change-Id: I4ab4ec1fb3fce3d8267357ec03805346b6d3ec35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023197Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#735722}
-
Alex Moshchuk authored
A few functions in RenderProcessHostImpl, such as IsSuitableHost, were passing both a BrowserContext and either an IsolationContext or SiteInstance. This isn't needed, as both IsolationContext and SiteInstance already include BrowserContext information, so this CL removes the unnecessary BrowserContext arguments. Bug: 1015882 Change-Id: I248b999736adf409bb694af7330af8dcf5161d78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021337 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#735721}
-
Yuchen Liu authored
Bug: internal b/139027108 Test: Build Change-Id: If42783475bb8428116030dc1ad69e7825d59b41d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023284 Auto-Submit: Yuchen Liu <yucliu@chromium.org> Commit-Queue: Sergey Volk <servolk@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#735720}
-
Koji Ishii authored
This patch implements |LayoutInline::NodeAtPoint| by replacing |NGPaintFragment::InlineFragmentsFor| with |NGInlineCursor|. Fixes ~6 tests. Bug: 982194 Change-Id: Id327810033008499593e27553b225e4e3758e84c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022447Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#735719}
-
Anupam Snigdha authored
There were few bugs related to how the composition and selection ranges were modified when SetComposition call was executed in EditContext. This patch fixes those and also added unit tests for it. Bug: 999184 Change-Id: If354e99b2f9ac0fd455a97a849062ced4c457759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023676Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Cr-Commit-Position: refs/heads/master@{#735718}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3234ce1347c5..fd7fd960be69 git log 3234ce1347c5..fd7fd960be69 --date=short --first-parent --format='%ad %ae %s' 2020-01-28 brianosman@google.com Revert "In GrSkSLFP, always use a coord transform" 2020-01-27 jlavrova@google.com Dealing with SkScalar values in cache 2020-01-27 fmalita@chromium.org [skottie] Switch SkMatrix44 -> SkM44 2020-01-27 reed@google.com don't need to include deprecated Sk3D.h 2020-01-27 herb@google.com Rename AtlasID to PlotLocator 2020-01-27 bsalomon@google.com Fix case of asyncRescaleAndReadPixelsYUV420 for case where SkSurface is 2020-01-27 robertphillips@google.com Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" 2020-01-27 brianosman@google.com In GrSkSLFP, always use a coord transform Created with: gclient setdep -r src/third_party/skia@fd7fd960be69 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 reed@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-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 Bug: chromium:1040643 Tbr: reed@google.com Change-Id: Ic8707e7d93e50a40c599a388ebbfa6844ae9c8de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024280Reviewed-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@{#735717}
-
Chromium WPT Sync authored
Using wpt-import in Chromium a1634ebc. 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 Directory owners for changes in this CL: rego@igalia.com: external/wpt/css/css-grid NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Id54a02d48d2c92b500adfd73b63aa6db392cea64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023740Reviewed-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@{#735716}
-
Stefan Zager authored
Approved intent-to-ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/6dOOw2vu1is BUG=1015183 Change-Id: I5231d4014e4ac260a78c3328df6a1b8171e5e598 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015676Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#735715}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/2def28bf1003..32d4291f7a61 git log 2def28bf1003..32d4291f7a61 --date=short --first-parent --format='%ad %ae %s' 2020-01-28 thestig@chromium.org Change CFX_DIBBase::GetPaletteSize() to return size_t. 2020-01-27 tsepez@chromium.org Fix segv in CXFA_LayoutPageMgr::ProcessLastPageSet(). Created with: gclient setdep -r src/third_party/pdfium@32d4291f7a61 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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: pdfium-deps-rolls@chromium.org Change-Id: I55d8fb2a6017e3efd30711d8e326d4e23696e120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024308Reviewed-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@{#735714}
-
Mingjing Zhang authored
This CL adds DomainDiversityReporter to schedule domain metrics computation tasks and emit histograms. The reporting task is executed shortly after startup and then scheduled once per 24 hours thereafter. Bug: 1015424 Change-Id: Id4b8043c1a9b9ea0ee70d4be68e9c35017a82de1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864522 Commit-Queue: Mingjing Zhang <mjzhang@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#735713}
-
Will Cassella authored
Several methods are declared in blink::HTMLMediaElement, but aren't actually defined anywhere. This CL removes their declarations. Change-Id: I111cbf564c78285f9a9698953ef97e99a80a640a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018256Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Will Cassella <cassew@google.com> Cr-Commit-Position: refs/heads/master@{#735712}
-
Miyoung Shin authored
This is a follow-up CL of https://crrev.com/c/1993076 and this CL is a part of the effort to use the mojo type in Blink without converting between Blink and Non-Blink. This CL uses mojom::ScrollIntoViewParams::Behavior and clean up ScrollBehavior enum in Blink. Bug: 1039285 Change-Id: Id9a6a03c9ff64b8d36bc76511ad5ac784f660576 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021567 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#735711}
-