- 07 Oct, 2020 40 commits
-
-
Tanmoy Mollik authored
MOBILE_IDENTITY_CONSISTENCY allows users to be signed in without syncing. Renaming this method in SyncTestRule to properly reflect what it does. Bug: 1135669 Change-Id: I0260636efc98c46a8250d25324ea8763e069e5d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454049 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#814690}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/223fd5da..e1e716fb Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ifbabc6ea6b8b6931a9343177e01128737d1c2417 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456026Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#814689}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/025eeee82946..f6c1b2bf9beb 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 eirage@google.com,vasilii@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: eirage@google.com,vasilii@google.com Change-Id: Ib7895796c07d84bde77ad1dd0d1125a2a2278312 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456009Reviewed-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@{#814688}
-
nuwanda authored
To validate TBMv3 metric a CSV file should be provided: see example below. The metric validation will be done on the provided traces. Fixed the way of getting links to proto traces, when finding the proto trace requires looking into traceEvents/ directory Example of CSV file content: test,measurement,trace_link ChromiumPerf/mac-10_12_laptop_low_end-perf/v8.browsing_desktop/blink:gc:main_thread:cycle:full:incremental:mark:step_max/browse_social/browse_social_tumblr_infinite_scroll_2018,v8.browsing_desktop/blink:gc:main_thread:cycle:full:incremental:mark:step_max/browse_social/browse_social_tumblr_infinite_scroll_2018,https://console.developers.google.com/m/cloudstorage/b/chrome-telemetry-output/o/20200928T183503_42028/v8.browsing_desktop/browse_social_tumblr_infinite_scroll_2018/retry_0/trace.html ChromiumPerf/mac-10_12_laptop_low_end-perf/v8.browsing_desktop/memory:chrome:renderer_processes:reported_by_chrome:partition_alloc:allocated_objects_size_std/browse_social/browse_social_tumblr_infinite_scroll_2018,v8.browsing_desktop/memory:chrome:renderer_processes:reported_by_chrome:partition_alloc:allocated_objects_size_std/browse_social/browse_social_tumblr_infinite_scroll_2018,https://console.developers.google.com/m/cloudstorage/b/chrome-telemetry-output/o/20200928T183503_42028/v8.browsing_desktop/browse_social_tumblr_infinite_scroll_2018/retry_0/trace.html Follow-up to: https://chromium-review.googlesource.com/c/chromium/src/+/2413492 Bug: 1128919 Change-Id: I9c44e63802c3993416879aa43d9889418b9c18c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449350Reviewed-by:
Deep Roy <dproy@chromium.org> Reviewed-by:
Mikhail Khokhlov <khokhlov@google.com> Commit-Queue: Julia Semavina <nuwanda@google.com> Cr-Commit-Position: refs/heads/master@{#814687}
-
Minggang Wang authored
Currently, resource_load_stats.h/cc defines a collection of methods collecting histograms related to resource load and notifying with loading stats. Along with the OnionSoup for loaders, we need these functions could be available inside Blink. This patch leverages the mojom interface ResourceLoadInfoNotifier to notify the loading stats, which is visible in Blink, thus we could invoke it by sort of blink::URLLoaderClientImpl in the future. The original functionalities offered by resource_load_stats.h are splitted into ResourceLoadInfoNotifierWrapper and RenderFrameImpl. The ResourceLoadInfoNotifierWrapper class is responsible to collect the histograms and hold a ResourceLoadInfoPtr struct used by the ResourceLoadInfoNotifier. After this patch, only NotifyUpdateUserGestureCarryoverInfo() is left in resource_load_stats.h. Change-Id: Ib5fd5d774544f771753707c4fffcf0034cd12a01 Bug: 1110032 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402321Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Minggang Wang <minggang.wang@intel.com> Cr-Commit-Position: refs/heads/master@{#814686}
-
David Schinazi authored
These tests have been failing for months, and the code behind them was deleted via <https://crrev.com/c/2446019>. This CL finishes that cleanup by deleting these tests, and removes RTCQuicStream and RTCQuicTransport from event_target_modules_names.json5. Bug: 1070747 Change-Id: If958024eca5f7d9a7dc3a2e8678dab724065181d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454382 Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#814685}
-
Mike Jackson authored
Removes the parameterization for all tests in the web_app_policy_manager_unittest.cc file, now that kDesktopPWAsWithoutExtensions flag is always true. Bug: 1065748 Change-Id: I255416df8e5e3da2cdb79d195e8779871bc7e26d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453353 Commit-Queue: Mike Jackson <mjackson@microsoft.com> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#814684}
-
Chris Sharp authored
Change-Id: I9d6768028bc2b749394cd4f6794403b0121fba9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456027Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#814683}
-
Mugdha Lakhani authored
So that it can be componentized. Chrome specific logic has been moved to BackgroundSyncDelegateImpl. Bug: 1087486, 1091211 Change-Id: Ie4e220c563d48072e719524aad39bed50f9b101b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454071 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#814682}
-
Xianzhu Wang authored
This is to avoid too low scale when animating scale above the scrollbar layer. This is not ideal. In the future we should move rasterization of scrollbar layers to impl-side to better handle scales (crbug.com/1009291). Bug: 1133997 Change-Id: I3364754f530914816fe8526c627e6cf12e7942ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453436Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#814681}
-
Edward Lesmes authored
Add Generate DIR_METADATA files and remove metadata from OWNERS files for //mojo. R=rockot@google.com Bug: 1113033 Change-Id: I6e12b602687b803c0270c86a0df3771b74c2e081 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454408 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#814680}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ifd07737813cd58f7c86f0bed2bc1e61f5fb4dea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456146Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#814679}
-
Austin Sullivan authored
- New top-level //codelabs directory - Update exercises 0-4 to compile - Add mojo exercise Previous codelab is here: https://www.chromium.org/developers/cpp-in-chromium-101-codelab Bug: N/A Change-Id: I2218160fa9efc8017dce809db8546604ade7e5d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414488Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/master@{#814678}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 87-4265.0-1601890590-benchmark-87.0.4280.7-r1 to 87-4265.0-1601890590-benchmark-87.0.4280.9-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: Ib1f5c945051ad9ce669409ec238ae23c9eb3e281 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456012Reviewed-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@{#814677}
-
Nico Weber authored
Bug: 1018739 Change-Id: I710889166513273096968144299f35471d7c2cf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456507 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#814676}
-
Boris Sazonov authored
Changes the title of SignInPreference in the generic promo state to "Turn on sync" if MobileIdentityConsistency flag is enabled. Bug: 1136064 Change-Id: Iba20ed5b946fa3f5522798b762de25bb77ef0f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456266Reviewed-by:
Alice Wang <aliceywang@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#814675}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/df47abcbb993..8354e9b8f68f 2020-10-07 johnstiles@google.com Fix data() method and add unit test. 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 jvanverth@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: jvanverth@google.com Change-Id: I52010db932fa97518de12c512c6b4aab50dac531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456007Reviewed-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@{#814674}
-
Takuto Ikuta authored
https://chromium.googlesource.com/infra/luci/client-py.git/+log/44c13d731565..d46ea7635f29 $ git log 44c13d731..d46ea7635 --date=short --no-merges --format='%ad %ae %s' 2020-10-07 tikuta [client] use temp dir for root_dir in run_isolated.py by default 2020-10-07 yekuang [client] Remove unused scripts 2020-10-06 yiwzhang [luci_context] write or stage new context iff it has changed 2020-10-06 yekuang Rename 'slave' to 'bot' in appengine and client. 2020-10-05 tikuta [client] fix cas client revision 2020-10-05 tikuta client: update isolated client 2020-10-05 jwata Delete references to Buildbot in luci-py 2020-09-30 yekuang Rename 'master' -> 'main', 'slave' -> 'sub' 2020-09-29 tikuta [client] kill process group to prevent process leak 2020-09-28 tpudlik Log task UI link after submitting request. 2020-09-28 yekuang [client] Rename 'whitelist' to 'allowlist' 2020-09-28 iannucci [luci_context] Update Deadline definition. 2020-09-28 yekuang [client] Rename 'blacklist' to 'denylist' 2020-09-28 yekuang [client] Rename 'blacklist' to 'denylist' 2020-09-25 jwata [client][cas] require --isolate-srever or --cas-instance for ${ISOLATED_OUTDIR} argument. 2020-09-25 yekuang [client] Rename 'blacklist' to 'denylist' 2020-09-25 jwata [client][cas] fix cas_output_root 2020-09-25 jwata [client][cas] add cas cache options 2020-09-24 iannucci [swarming_bot] Set `deadline` LUCI_CONTEXT section. 2020-09-23 iannucci [subprocess42] Add test case for leaked child. 2020-09-22 iannucci [subprocess42] Have kill work even when main pid returned. 2020-09-18 jwata [client][cas] upload outputs to CAS. 2020-09-17 jwata [client][cas] add tests for download stats from cas client. 2020-09-17 jwata [client][cas] add cache option tests to run_isolated_smoke_test.py 2020-09-16 jwata [client] implement fetch_and_map_with_cas. Created with: roll-dep src/tools/swarming_client Bug: 1129219 Change-Id: Ib47d605819e67aa0dd1256bf6e5210d74e070fdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454594 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#814673}
-
rbpotter authored
The base tag was only added in non-optimized builds since Polymer bundler ate base tags and the optimize_webui script manually restored them during building. This is no longer needed now that Print Preview has been migrated to use rollup for bundling. Bug: None Change-Id: I422dcc4ce56cd4ce853eec4915951776e88dc679 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451508Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#814672}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1602050190-1e5b85dfdba4ddd2f1758e82cab3cd509e5e62c9.profdata to chrome-linux-master-1602071853-64ee697d793390a90d21674e5f7592c2927f5a99.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-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I0206a3960d40d4f266d9543de9bec8745065b8bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456006Reviewed-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@{#814671}
-
Raymond Toy authored
If any channel of an AudioBuffer is transferred (detached) when given to a ConvolverNode, we treat it as if no buffer were given[1] and reset the internal reverb to null so that the output is all zeroes. [1] The spec on acquiring the contents of an AudioBuffer says if any buffer is acquired, treat it as if all are. Bug: 1134930 Change-Id: I413b9acf38bdf2efe2a466968ae9074df6956fd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450350 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#814670}
-
Owen Min authored
Allow deleting a atomic policy group when all policies in the group are removed. Deleted atomic policy group id must be put into the 'deleted_atomic_policy_group_ids' property like the deleted policy. Bug: 1117637 Change-Id: Iafec9f2205f8761ac7d93da2b2f7a17413e0284c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451310Reviewed-by:
Yann Dago <ydago@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#814669}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/488d7a9346ff..c9110b93cb8a 2020-10-07 bclayton@google.com Add missing #include - fixes build on vs2019 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC kainino@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: None Tbr: kainino@google.com Change-Id: I21b90ab775180d71ff4652ce1f49a20ea9a1a711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455911Reviewed-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@{#814668}
-
Dominik Röttsches authored
https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/d03eecb4d63e..c39ab82c9047 $ git log d03eecb4d..c39ab82c9 --date=short --no-merges --format='%ad %ae %s' 2020-10-06 corbett.dav Fix usage text of gen-use-table.py 2020-09-28 corbett.dav [use] Fix tests with MSVC 2020-08-31 kojii Set *coord to nullptr 2020-08-19 kojii get_baseline 2020-09-27 behdad [docs] Remove misleading wording re OpenType 2020-09-26 khaledhosny [Docs] Address review comments 2020-04-26 n8willis Update hb-face.cc 2020-04-26 n8willis Update inline doc for hb_face_create: explain index 2019-04-22 nwillis [Docs] Minor 2019-04-22 nwillis [Docs] Add GTK-Doc comments for hb-ot-font and hb-ot-shape. 2019-04-22 nwillis [Docs] Add GTK-Doc comments for hb-face. 2019-04-22 nwillis [Docs] Add GTK-Doc comments to hb-shape-plan. 2019-04-22 nwillis [Docs] Add GTK-Dod comments to hb-unicode. 2020-09-26 khaledhosny [docs] Fix syntax and expand Windows section a tiny bit 2020-09-26 khaledhosny [docs] Fix indentation of commands 2020-09-24 khaledhosny Fix annotation in previous commits 2019-05-11 nwillis Swap # for () in gtk-doc function mention. 2019-05-09 n8willis Update src/hb-ot-var.cc 2019-04-11 nwillis Add GTK-Doc comments for hb-ot-var. 2020-09-22 khaledhosny Fix enum documentation syntax 2019-05-11 n8willis Update src/hb-aat-layout.cc 2019-04-08 nwillis Add gtk-doc documentation to AAT layout functions and enums. 2019-04-04 nwillis [gtk-doc] document AAT functions and enums. 2020-09-21 behdad [buffer] Fix invalid write access in hb_buffer_deserialize_glyphs() 2020-09-21 ebrahim [ENOMEM] Return gracefully if stages isn't initialized correctly (#2639) 2020-09-02 khaledhosny [docs] Improve documentation for default features 2020-09-16 behdad [ENOMEM] Handle immutable buffer in shape_full() 2020-09-16 grieger Revert "[ENOMEM] don't perform set process operations if the other set is in an error state." 2020-09-15 grieger [ENOMEM] don't perform set process operations if the other set is in an error state. Running a process while the other set is in an error state can potentially corrupt this sets map map (for example by overwritting all of the major values with 0). 2020-09-12 khaledhosny [myanmar] Don’t disable liga feature 2020-09-09 grieger [subset] Fix integer underflow in ContextFormat2. 2020-09-11 caleb [ci] Trigger dependencies of publish jobs on tags 2020-09-11 caleb [ci] Tweak job names so config is valid Circle 2.1 schema 2020-09-11 caleb [ci] Move repeated artifact upload job code to script 2020-09-11 caleb [ci] Add job to publish autotools dist file to GitHub 2020-09-11 caleb [ci] Use executor with Circle's image for autotools job 2020-09-11 caleb [ci] Use `ghr` CLI tool to post Win32 artifact to GitHub 2020-09-11 caleb [ci] Add job to publish Win32 releases and pass it artifacts 2020-09-11 caleb [ci] Use Circle's customized image for workspace support 2020-09-09 corbett.dav Demote unregistered vendor-specific language tags 2020-09-04 corbett.dav Disambiguate OT tags when primary tag is not first 2020-08-18 alex.kanavin src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path 2020-09-07 ross.burton [build] generate hb-version.h once at configure time with Meson 2020-09-07 ross.burton [build] No need to pass source directory to gen-hb-version 2020-08-14 corbett.dav [USE] Support hieroglyph clusters 2020-08-13 corbett.dav [USE] Update to the 2020-08-13 USE specification 2019-05-03 corbett.dav [use] Test CGJ and ZWNJ 2019-05-03 corbett.dav [use] Skip most default ignorables when clustering 2019-05-03 corbett.dav Unhide CGJ before ccc=0 characters 2020-08-26 grieger [ENOMEM] fix access to unitialized memory. If the serialize() call fails to write the object then we can't safely read varstore_prime fields. Fixes https://oss-fuzz.com/testcase-detail/5137462782066688. 2020-09-01 khaledhosny [build] Minor 2020-09-01 ebrahim [build] hb-directwrite needs a C++ linker 2020-08-29 khaledhosny 2.7.2 2020-08-28 corbett.dav Ignore T & U when determining the joining scripts 2020-08-28 corbett.dav [USE] Fix assertion failure for joining scripts 2020-08-14 ebrahim [docs] Minor in TESTING.md 2020-08-14 ebrahim [docs] Reorder TESTING.md sections 2020-08-13 ebrahim [ENOMEM] Check whether serialize context isn't in error 2020-08-13 ebrahim 2.7.1 2020-08-13 ebrahim [meson] Abort if GDI/Uniscribe headers couldn't be found 2020-08-13 ebrahim [meson] Another approach to skip tests incompatible with MSVC 2020-08-13 ebrahim [meson] Avoid using has_headers as that has added in 0.50.0 2020-08-13 ebrahim [meson] minor 2020-08-13 ebrahim [meson] Make compatbile with 0.47.0 2020-08-12 ebrahim [meson] Make compatbile with 0.49.0 2020-08-12 grieger [ENOMEM] check for error in visited map during closure features. 2020-08-12 grieger [ENOMEM] check for error in lookup visited set. 2020-08-12 Tom.Schoonjans [meson] fix generating introspection 2020-08-11 corbett.dav Generate `has_arabic_joining` 2020-08-11 grieger [ENOMEM] skip asserts in to_bias if serializer is in an error state. 2020-08-12 ebrahim [fuzzer] minor 2020-08-12 ebrahim [fuzzer] Mark alloc_state as unused 2020-08-12 ebrahim Revert "Remove cmake build files" 2020-08-12 ebrahim Revert "Remove cmake-config support of HarfBuzz" 2020-08-09 ebrahim Turn -Wunused-but-set-variable to warning 2020-08-11 ebrahim Revert "Remove autotools build support" 2020-08-11 ebrahim Revert "Reordering fails when GDEF table is absent #2140" Created with: roll-dep src/third_party/harfbuzz-ng/src R=bashi@chromium.org,behdad@chromium.org,bungeman@chromium.org,drott@chromium.org,eae@chromium.org,jshin@chromium.org,kojii@chromium.org Change-Id: I837866ad6f3798f19a242ca557384d65cebdf4b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455647Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#814667}
-
Mikel Astiz authored
The functions should rather be pure, instead of using a NOTREACHED() body, to avoid accidents. Bug: 1100278 Change-Id: I27fe1595d2645d511a75ff0853067d6faf25ce6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449337 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#814666}
-
Maksim Moskvitin authored
Bug: 1094326 Change-Id: I1cc440f13b92fc825cc749c042e8599fdab793c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455447 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#814665}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. TBR=skyostil@chromium.org Bug: 1018739 Change-Id: I163c10cfb9ff34ad117fb0b74b6c598a09cfe61c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442795 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#814664}
-
Fredrik Söderqvist authored
This allows simplifying callers a bit since most of them pass a constant set of flags, and we can tailor the code better based on that. For example there should be no need to call InvalidateClipPathCache() when a filter is being invalidated, and similarly we shouldn't need to mark for paint invalidation since we no longer have a paint dependence for the filter handling. While at it, wrap up the common sequence for invalidating the filter cache into a function. Bug: 1028063 Change-Id: Ieada3250cf7dd096f432b6fd605f584aafbeb268 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454053Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#814663}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1602050190-974fbc4c4bfed178912ed1051cd970c3d7aa5e65.profdata to chrome-mac-master-1602071853-210420531a6e235ee5a49a220c20aeed2a3958f4.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 pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Iadc8888c0da80d54ce0c7c9c1fc5e8b72e8a4109 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455910Reviewed-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@{#814662}
-
Ben Kelly authored
In order to support throttling network requests in install events we would like to run a trial that measures changes in install time and success rate. We have existing histograms for these measures, but they cover all install events. We suspect that there are many install events that do not fetch any resources at all; e.g. push notifications scripts. This dilutes the signal we get from looking at these histograms in the trial. This CL adds separate histograms to measure install time and success rate for only events where the script performs a network fetch. It also adds a histogram to measure how many fetches are performed for each install event. To support this histogram we plumb a count of fetches from the GlobalFetch::ScopedFetcher to the service_workers_metrics.cc utility code. Bug: 1035448 Change-Id: Id6eb4a553452b01d71c0a42b88a8c9df56819c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443044 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#814661}
-
Alice Wang authored
This CL migrates the name and return type of the signin method in ChromeBrowserTestRule to be consistent with new signin API. Bug: 1135510 Change-Id: I060484a615b0e0a9f173469927724d79652f439d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450198Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#814660}
-
Eric Willigers authored
AppServiceShelfContextMenuWebAppBrowserTest no longer relies on ProviderType, as BMO as shipped. Bug: 1065748 Change-Id: If7ef9a2dfd89644288a5e59686dd5efd01c81ec3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454593 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#814659}
-
Finnur Thorarinsson authored
Bug: 1130909 Change-Id: I63bb59f057deffd849469538336f959e2b644d99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454084Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#814658}
-
Dale Curtis authored
Will be replaced by a platform-agnostic one later. Fixed: 1123574 Change-Id: I8bb240aad3e2e66a83e1366aa875b9c0cd3ad1a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453892 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#814657}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/c4ab7a75eb5a..4af799c5156f 2020-10-07 alexrudenko@chromium.org Migrate HelpQuickOpen.js to TypeScript 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:1011811 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0615412782caf90faaf0a6a54f9cbff7778b9cd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455906Reviewed-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@{#814656}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 45d4d482. 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=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: Ieaa9accb7b9bd2f19a6b720be5dbc39b316dd58f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454281Reviewed-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@{#814655}
-
Rune Lillesveen authored
Change-Id: I6a81ef095db774d175bc63c8b6b48787031d7c27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455449Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#814654}
-
Eric Willigers authored
DesktopPWAsWithoutExtensions has shipped. We no longer need to use ScopedFeatureList. Bug: 1065748 Change-Id: I9f55a24cb390776ed2f8bfb6d3242d24e97c1d0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454578 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#814653}
-
Eric Willigers authored
DesktopPWAsWithoutExtensions has shipped. The test no longer needs to be parameterized. Bug: 1065748 Change-Id: I451f0252cc0785b7f553a13e120c264ddd07ab7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454439 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#814652}
-
Sophey Dong authored
Bug: 1135311 Change-Id: Ie7afa6a9dfd4e10ea80785c93fd1667c5573ac24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453500Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#814651}
-