servo/components/style/stylesheets
Emilio Cobos Álvarez 685e749cfc
style: Switch all callsites of try() to try_parse() in the style crate.
Fully automated via:

  $ rg -l '\.try\(' | xargs sed -i 's/\.try(/.try_parse(/g'
  $ cd servo/components/style && cargo +nightly fmt

Differential Revision: https://phabricator.services.mozilla.com/D80099
2020-06-18 23:51:14 +02:00
..
counter_style_rule.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
document_rule.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
font_face_rule.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
font_feature_values_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
import_rule.rs style: Gracefully handle errors creating shared memory UA style sheets. 2020-06-04 01:50:36 +02:00
keyframes_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
loader.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
media_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
mod.rs style: Gracefully handle errors creating shared memory UA style sheets. 2020-06-04 01:50:36 +02:00
namespace_rule.rs style: Fix serialization of @namespace rule. 2019-12-16 14:23:56 +01:00
origin.rs style: Don't keep two list of stylesheets in ServoStyleSet. 2019-05-07 12:55:26 +02:00
page_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
rule_list.rs style: Reformat recent changes. 2020-04-16 17:50:17 +02:00
rule_parser.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
rules_iterator.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
style_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
stylesheet.rs style: Disallow @import rules for all Constructable StyleSheets functions. 2020-04-16 16:35:07 +02:00
supports_rule.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00
viewport_rule.rs style: Switch all callsites of try() to try_parse() in the style crate. 2020-06-18 23:51:14 +02:00