- 30 Jun, 2020 40 commits
-
-
Trent Apted authored
There's a strict set of flags that aren't yet applied across test code. This extends the flags to utility files used in tests (but not yet the browsertest.js files themselves). Fixes the problems. And makes those flags readily available to other system apps. Bug: 1100755 Change-Id: Ib1dbb094bbfc5d3f42fe7d7dab19f9200449c09d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275364Reviewed-by:
Rachel Carpenter <carpenterr@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#783851}
-
Rahul Singh authored
based system This CL adds code to migrate shortcuts menu data (shortcut_infos, downloaded_shortcuts_menu_icons_sizes, and on-disk shortcuts menu icons) from the old Extensions based system to the new WebApps based system. In web_app_migration_manager.cc this CL adds code that reads shortcuts menu data from bookmark_app_registrar and writes it to a WebApp object. Using new structures added in web_app.proto and code added in WebAppDatabase the WebApp is then written to the local LevelDB. We then read WebApp entries from the LevelDB store and add them to the WebAppRegistrar to conclude the migration. Testing: Added tests in web_app_migration_manager_browsertest.cc to exercise the shortcuts menu migration code. Bug: 1069316, 1069312 Change-Id: I9d642495d655828d23b08116b63560aa273d0500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269550 Commit-Queue: Rahul Singh <rahsin@microsoft.com> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#783850}
-
Koji Ishii authored
crbug.com/1100070 says this is needed to enable FragmentItem on test bots. Bug: 1100070 Change-Id: If0aa58bcc95fd4fbb6338f89c207cbfc31da3251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274620Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#783849}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ia87cc42876a65e7bdc72a3dc5a9663e310197444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274966Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#783848}
-
GioVAX authored
Calls to StartArc are wrapped in a timeout check for all managed users, except Kiosk and demo sessions. Correct initialization of the error reporting infrastructure for MGS interactive sessions. BUG=b:156271583 TEST=Tested manually by forcing ARC to fail. Change-Id: I2d914e73d2a08f6514eae90dce3566d5256f73e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230497 Commit-Queue: Giovanni Pezzino <giovax@google.com> Reviewed-by:
Josh Horwich <jhorwich@chromium.org> Reviewed-by:
Long Cheng <lgcheng@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#783847}
-
Francois Beaufort authored
This CL makes sure video track capabilities and settings are available after getUserMedia promise resolves. This was not the case and web developers had to introduce an arbitrary timeout before accessing track capabilities and settings. Bug: 711524, 934063 Change-Id: I3063cc66c52189a34c58e465385be82c8cff955b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270142Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#783846}
-
Simon Zünd authored
COEP issues were already sent by the browser-side, but did not utilize the new issue storage yet. This CL changes that. R=sigurds@chromium.org Bug: chromium:1063007 Change-Id: Ie956a4c847a2c029057d55da75dc80146b2132ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252340 Commit-Queue: Simon Zünd <szuend@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#783845}
-
Hesen Zhang authored
Change-Id: If317deecc81f259bcf6bf6c44c10a65cf3f1ddac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271015Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#783844}
-
Mikel Astiz authored
This cleans up a few minor leftovers that continue to reference the legacy Sync Directory, about to be deleted from the codebase. Change-Id: I583b07038f13f648d5c47e8aea2ed0a36edbe93e Bug: 923287 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267037 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#783843}
-
Jeevan Shikaram authored
Add the ARC app ID of Youtube Music so that the promise icon will be placed correctly. Update the order of the Youtube Music web app order. Bug: 1099140 Change-Id: Icd52e96de333a3582fac6f528440360ce4dde42e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275367 Auto-Submit: Jeevan Shikaram <jshikaram@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#783842}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/27e915ed4f20..dca47063ccd2 2020-06-30 johnkslang@users.noreply.github.com Merge pull request #2295 from ben-clayton/rm-old-kokoro-cfgs 2020-06-30 johnkslang@users.noreply.github.com Merge pull request #2292 from proydakov/gcc-unused-parameter If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,ianelliott@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,ianelliott@google.com Change-Id: Idf18ad63fc8457b25c8078aeee9e44f5614fd2ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275579Reviewed-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@{#783841}
-
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/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I2278e39a67ce96be7a2ab33088fb9365e6630b5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274682Reviewed-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@{#783840}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/10b7541a1edc..eb1a9106b40b 2020-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from ff90599cdf60 to b231c7fb717d (5 revisions) 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 ethannicholas@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 Bug: None Tbr: ethannicholas@google.com Change-Id: Id7cb589ba28808d85a8bd4836bf99ae7a92abf5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275622Reviewed-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@{#783839}
-
Alex Danilo authored
CL:2265701 enables sub-menus hanging off the file list context menu, however the menu reference for the 'More Actions' option referenced the wrong menu. Changes the 'More Actions' sub menu to refer to 'share-menu' instead of 'share-sub-menu'. Bug: 1100161 Change-Id: Ifa730a1abef42a4833485fc38258e667848b50a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275363Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#783838}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e2de2c1c5473..7993f34db4ae 2020-06-30 timvp@google.com Vulkan: Store transformed SPIR-V in ProgramExecutableVk 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 ianelliott@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: ianelliott@google.com Test: Test: CQ Change-Id: Id9ab51b3696cb46dfc7af86b11237d8244d00478 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275427Reviewed-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@{#783837}
-
Lei Zhang authored
Let it fix whatever nits it finds. Change-Id: I910cebded2ad8b6b2eae786ad191a64d1980b901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274467Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#783836}
-
Fergal Daly authored
Change-Id: If16c72133f32025757928223b1f0157acfad63fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273257 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#783835}
-
Francois Beaufort authored
Now that all video capture device factories populate the pan_tilt_zoom_supported field, there is no need for the unknown status. Bug: 934063 Change-Id: I4811515b9584da60744e85f6dde146d3b46efb6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241119 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#783834}
-
Zufeng Wang authored
This is added to loadtimedata to be read in by the untrusted app code. Bug: b/159957772 Change-Id: Id593248b30821404c3d319d7268704a879c8ae37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275078Reviewed-by:
Rachel Carpenter <carpenterr@chromium.org> Commit-Queue: Zufeng Wang <zufeng@google.com> Cr-Commit-Position: refs/heads/master@{#783833}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0f437404b0ed..03ad609d3178 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 peria@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.chrome.try:linux-chromeos-chrome Bug: None Tbr: peria@google.com Change-Id: Ib4f40e55b9fc8b29f9ffcd005ab44bb0bc8270e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275425Reviewed-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@{#783832}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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 Tbr: gbiv@chromium.org Change-Id: I4375ca8083b89e115feebdb96becf94d77a3cd84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275578Reviewed-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@{#783831}
-
Yoshifumi Inoue authored
This patch introduce |NGInlineItemResult::ComputeWidthInFloat()| and utilizes it in |NGLineBreaker::ComputeLineLocation()| to avoid |DCHECK()| when line width calculation causes |LayoutUnit| saturation. Bug: 1098795 Change-Id: Ica949b2bae6d2f5b11152791b4adddc411cfa3cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266252 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#783830}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/82ed9d9bb1f0..fd4435373db6 2020-06-30 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie655571683f3bd5137f5d156a299ed11221a3bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275426Reviewed-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@{#783829}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 85-4170.0-1592820725-benchmark-85.0.4176.0-r1 to 85-4170.0-1592820725-benchmark-85.0.4181.3-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I04233fa9c54ec96a8fe73cc9d84dfe58a95583bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275433Reviewed-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@{#783828}
-
Jason Lin authored
Otherwise, it might fail to start up the dispatcher. Bug: b/158715177 Test: install, reboot chromebook, uninstall before launch Change-Id: I0c3282c5e4aa5d785aab7c36083b5b64c5f336b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269277 Commit-Queue: Jason Lin <lxj@google.com> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#783827}
-
Sahel Sharify authored
In https://chromium-review.googlesource.com/c/chromium/src/+/2264860 Chrome crawls to refetch missing icons of already installed PHs. In this cl the new icon is written to database. Screencast of the fix is added to the bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1069010#c21 Bug: 1069010 Change-Id: I4c10a8fa6c96155e17189555151db2239b985170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268644Reviewed-by:
Danyao Wang <danyao@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#783826}
-
Lingqi Chi authored
Codes outside /service/network/ are using |CrossOriginReadBlocking::ResponseAnalyzer|, so this CL moves cross_origin_read_blocking.* to the public/cpp folder to meet the public rules. |AddExceptionForPlugin|, |ShouldAllowForPlugin| and |RemoveExceptionForPlugin| are not shareable for the security reason, they will remain in their original locations. Note: Ideally, we should use mojo but just moving shareable code to avoid performance regression. Bug: 1049894 Change-Id: I255d45bb0b3fd40b378b588d7dbe24f5e2c27c9a Tbr: karandeepb@chromium.org Change-Id: I255d45bb0b3fd40b378b588d7dbe24f5e2c27c9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2186830 Commit-Queue: Lingqi Chi <lingqi@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#783825}
-
Koji Ishii authored
|NGInkOverflow| was a simple struct of one or two |PhysicalRect|s, allocated as |std::unique_ptr|. This patch: 1. Changes it to a class of the size of a pointer, hidng details such as the number of rectangles it has, or the memory allocations. 2. When overflow is small, this class can store values without allocating memory. Overflows less than 4px (32 bits, 1024px on 64 bits) are "small". For example, all text at https://en.wikipedia.org/wiki/Google_Chrome are "small". When r2266052 crrev.com/c/782445 changed to copy |NGFragmentItem| instead of move, it involves memory allocation for ink overflow if the item to copy has overflow. This patch mitigates it in most cases. In this patch, the memory saving is only for text fragments. When leaves have overflows, their containers have overflows too. We can save memory for them too, but doing so involves slight behavior changes that it's not included in this patch. The performance is slightly positive, blink_perf.layout: https://pinpoint-dot-chromeperf.appspot.com/job/140794f7120000 This change has additional cost to check whether the overflow is small or not, and saves time and memory if small. In common cases, most overflows are small and results in net-positive. This change also improves sipmlified layout and reusing line cache by avoiding additional memory allocations. Bug: 982194 Change-Id: Id5d0d4492e0536e9fc363e7b9b1190d9e87453b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269451Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#783824}
-
Kent Tamura authored
Layout with 'Yu Gothic', 'Meiryo', and 'Noto Sans CJK JP' on Windows look fine. Bug: 1082087 Change-Id: If8da6fac1f13deb97776b6a3a9ecaf7637c859fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273039 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#783823}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d9391fdb176d..d912aa91339c 2020-06-30 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 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/+doc/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I77a5be6eeafb0faf0b9e4b9a0be7e3e423c922b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275259Reviewed-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@{#783822}
-
David Black authored
Features enabled for teamfooding in this CL: - AssistantBetterOnboarding - AssistantTimersV2 Bug: b:157510970, b:149570650 Change-Id: I21b8c823afd4b8b5e030ff8ca7a78ed60a739ffc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252610 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@google.com> Cr-Commit-Position: refs/heads/master@{#783821}
-
Artem Iglikov authored
The original way of tagging the traffic with uid or tag is through TrafficStats methods which modify a ThreadLocal variable. This makes the migration from HttpURLConnection to CronetHttpURLConnection easier as one wouldn't need to worry about the traffic becoming untagged. Setting uid is only supported on Android P+, as the required API is not available in the earlier versions. Change-Id: I82eeeb2d2ae7f3068260714cc7b36e02ff009a0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265832 Commit-Queue: Artem Iglikov <artikz@google.com> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#783820}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1593453566-5a3b62176029046ef3c78ea8aa3bef37e9aa6907.profdata to chrome-mac-master-1593475028-63728bbaf9d72e013a403087ba2956d3e5f5a26b.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC liaoyuke@google.com,jeffyoon@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: chrome/try:mac-chrome Tbr: liaoyuke@google.com,jeffyoon@google.com Change-Id: I02e460a18bcb3c1e9fc1a33cb97848b09167aca3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274789 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@{#783819}
-
Maggie Cai authored
There are mime type that only contain the main type or single *. They are treated as wildcard matching as well, e.g. image, *. This CL supports this. BUG=1092784 Change-Id: I0f3bdd81eb1f3bbc29f94e0b22206e3886dd5abf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269443 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#783818}
-
Giovanni Ortuño Urquidi authored
js_data_deps were missing a dependency on one of the generator targets. This caused only one type of bindings to be generated when depending on the data deps. This was not the case when depending on the js library. Bug: 1002798 Change-Id: Ice6f16238eced9722a5c63c039f9e0f34705d4e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269831Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#783817}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/1c9e0450240d..b231c7fb717d 2020-06-29 cwallez@chromium.org Null: Make Increment/DecrementMemoryUsage use uint64_t. 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 cwallez@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: chromium:1099621 Tbr: cwallez@google.com Change-Id: I3050e3ea52dff1211e7737b3aa58db883433875d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274651Reviewed-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@{#783816}
-
Daniel Classon authored
Change-Id: Iea90d0d0e33a68a27c375f4a92ba35042e8f6b22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274241 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#783815}
-
Sergey Ulanov authored
AEMU was enabled on main waterfall, but not on FYI bots. Enable AEMU on FYI x64 for consistency. Bug: 1096611 Change-Id: I337440d94b485af5a8506dc721f0085ed4b6c117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268583Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#783814}
-
Mustafa Emre Acer authored
We currently treat an IDN label as safe if all its characters are same script. However, the characters might still be digit lookalikes. This CL adds an additional digit lookalike checks for these cases. This change doesn't impact any real world domains with more than 10 monthly users. Bug: 1100485 Change-Id: Ief3e136dbfd58ccc247fb94b2fab874189a095f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274617 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#783813}
-
Joon Ahn authored
If the first char of a full chunk happens to be '\0' it assumes the file is less than max_size and just returns chunk which is incomplete. Bug: chromium:1099000 Change-Id: Iaebbc1d908c9c6386cbacf151f3bb8c19000fb51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271245Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ian Barkley-Yeung <iby@chromium.org> Commit-Queue: Joon Ahn <joonbug@chromium.org> Cr-Commit-Position: refs/heads/master@{#783812}
-