- Jun 07, 2023
-
-
Dana Keeler authored
Differential Revision: https://phabricator.services.mozilla.com/D179727
-
- Jun 02, 2023
-
-
Iulian Moraru authored
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D179754
-
Mike Hommey authored
It's only used by glean in code that is not actually used. It allows to remove the only use of dashmap, which is a rather complex crate. Differential Revision: https://phabricator.services.mozilla.com/D179747
-
Mike Hommey authored
Bug 1836402 - Disable clap default features in uniffi-bindgen-gecko-js. r=bdk,supply-chain-reviewers The tool is not directly user visible, and it's not super useful for features like color to be enabled. Differential Revision: https://phabricator.services.mozilla.com/D179742
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D179709
-
- May 31, 2023
-
-
Emilio Cobos Álvarez authored
And add some bindings support to it, which will be used by the next patch. Differential Revision: https://phabricator.services.mozilla.com/D178768
-
- May 26, 2023
-
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D179102
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D179101
-
Bobby Holley authored
Bug 1835088 — Update cargo-vet to 8cdbbd89a686866b3970be5e30e0f7092c0c5296. r=nika,supply-chain-reviewers Differential Revision: https://phabricator.services.mozilla.com/D179100
-
- May 25, 2023
-
-
Cristian Tuns authored
Backed out changeset e7ff3b020a88 (bug 1835088) Backed out changeset c38837b8b670 (bug 1835088) Backed out changeset 46fd2070e5f5 (bug 1835088)
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D179102
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D179101
-
Bobby Holley authored
Bug 1835088 — Update cargo-vet to 8cdbbd89a686866b3970be5e30e0f7092c0c5296. r=nika,supply-chain-reviewers Differential Revision: https://phabricator.services.mozilla.com/D179100
-
Erich Gubler authored
Depends on D177826 Differential Revision: https://phabricator.services.mozilla.com/D177827
-
- May 22, 2023
-
-
Butkovits Atila authored
-
Tiaan Louw authored
Bug 1815186 - Add ColorTo to InspectorUtils to convert color to other color spaces. r=emilio,layout-reviewers,supply-chain-reviewers This will allow calling `InspectorUtils.ColorTo("red", "lab")` and receive `{color: "lab(54.3 80.8 69.9)", components: [54.3, 80.8, 69.9, 1.0], adjusted: false}`. The adjusted value is always "false", because gamut checking and mapping is not supported at the moment. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1823363 Differential Revision: https://phabricator.services.mozilla.com/D169942
-
- May 16, 2023
-
-
Emilio Cobos Álvarez authored
This changes the cssparser setup to: * Avoid having to do copies of the ParsingContext all over the place, which is useful because I plan to stash more nesting state in there. * Use the new RuleBodyParser which allows parsing qualified rules, declarations, and so on. Though we still don't use this anywhere. The next step is to join NestedRuleParser and PropertyDeclarationParser, so that we can parse declarations in a lot of the nested rules as well. Differential Revision: https://phabricator.services.mozilla.com/D178053
-
Natalia Csoregi authored
Backed out changeset 7abf96264256 (bug 1833151) for causing multiple failures e.g. 431948-1.html and test_font_feature_values_parsing.html. CLOSED TREE
-
Emilio Cobos Álvarez authored
This changes the cssparser setup to: * Avoid having to do copies of the ParsingContext all over the place, which is useful because I plan to stash more nesting state in there. * Use the new RuleBodyParser which allows parsing qualified rules, declarations, and so on. Though we still don't use this anywhere. The next step is to join NestedRuleParser and PropertyDeclarationParser, so that we can parse declarations in a lot of the nested rules as well. Differential Revision: https://phabricator.services.mozilla.com/D178053
-
- May 15, 2023
-
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D178112
-
- May 11, 2023
-
-
Jan-Erik Rediger authored
Differential Revision: https://phabricator.services.mozilla.com/D177617
-
Jan-Erik Rediger authored
Differential Revision: https://phabricator.services.mozilla.com/D177617
-
- May 09, 2023
-
-
Bobby Holley authored
This should have been done with this previous round of Sean's crates, but I missed it. Differential Revision: https://phabricator.services.mozilla.com/D177437
-
Bobby Holley authored
Matt is former Mozilla stuff as well as former mod team member. Smallvec was developed at Mozilla but has undergone some significant changes since then. Ordered-float was developed by others before Matt took it over. In both cases there's a bit too much uncertainty to certify a Mozilla audit, but Matt's involvement is good enough to add these crates to the trusted table. Differential Revision: https://phabricator.services.mozilla.com/D177436
-
Bobby Holley authored
Alex works at Fastly (whose audits we import), and is the author of cargo. Differential Revision: https://phabricator.services.mozilla.com/D177435
-
Bobby Holley authored
Josh works at Red Hat, is on the Rust Foundation board, and is a member of the libs team. Differential Revision: https://phabricator.services.mozilla.com/D177434
-
Bobby Holley authored
Josh is co-lead of the lang team of the Rust project. Differential Revision: https://phabricator.services.mozilla.com/D177433
-
Bobby Holley authored
Alice works for Google and is one of the primary maintainers of Tokio. Differential Revision: https://phabricator.services.mozilla.com/D177432
-
Bobby Holley authored
Amanieu is on the libs team of the Rust project. Differential Revision: https://phabricator.services.mozilla.com/D177431
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D177430
-
Bobby Holley authored
Carl works at AWS and is a primary developer of Tokio. Differential Revision: https://phabricator.services.mozilla.com/D177429
-
- May 18, 2023
-
-
Mike Hommey authored
Bug 1831242 - Patch bindgen to work around issues with some unsound transmutes when compiling with LLVM 16+. r=supply-chain-reviewers, a=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D178251
-
- May 15, 2023
-
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D178120
-
- May 05, 2023
-
-
Bobby Holley authored
I did a fair amount of git sleuthing to identify who ultimately approved the various commits in the history. It was a little tricky because in 2018 a bunch of individual repos were merged together, so I needed to look into each of those separately. Here's a rough outline of my approach: 1: Look for any bulk / whole-history merges, handle those iteratively for merge in `git log --pretty="%H" --merges`; do count=`git rev-list --count $merge^..$merge` && [[ $count -gt 25 ]] && printf "%s: %s\n" $merge $count; done 2: Look for everyone who committed to mainline git log --first-parent --pretty=full | grep Commit | sort | uniq 3: Look for everyone who authored a change committed by GitHub git log --first-parent --pretty=full --committer=GitHub | grep Author | sort | uniq 4: Look for everyone who approved a change authored by bors git log --first-parent --pretty=full --author=bors | grep " r=" | cut -d "=" -f 2 | sort | uniq Differential Revision: https://phabricator.services.mozilla.com/D177324
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D177114
-
Bobby Holley authored
Andrew works at Salesforce and appears to be the primary maintainer of all these crates. Differential Revision: https://phabricator.services.mozilla.com/D177323
-
Bobby Holley authored
David works at Meta and appears to be the primary maintainer of all these crates. Differential Revision: https://phabricator.services.mozilla.com/D177322
-
Bobby Holley authored
Sean works at AWS and appears to be the primary maintainer on all these crates. Differential Revision: https://phabricator.services.mozilla.com/D177321
-
Bobby Holley authored
Differential Revision: https://phabricator.services.mozilla.com/D177320
-