diff options
Diffstat (limited to 'components/style/gecko')
-rw-r--r-- | components/style/gecko/arc_types.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/conversions.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/data.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/global_style_data.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/media_features.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/media_queries.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/mod.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/non_ts_pseudo_class_list.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/pseudo_element.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/pseudo_element_definition.mako.rs | 2 | ||||
-rwxr-xr-x | components/style/gecko/regen_atoms.py | 4 | ||||
-rw-r--r-- | components/style/gecko/restyle_damage.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/rules.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/selector_parser.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/snapshot.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/snapshot_helpers.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/traversal.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/url.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/values.rs | 2 | ||||
-rw-r--r-- | components/style/gecko/wrapper.rs | 2 |
20 files changed, 21 insertions, 21 deletions
diff --git a/components/style/gecko/arc_types.rs b/components/style/gecko/arc_types.rs index b2f86f477e0..95a37f0d905 100644 --- a/components/style/gecko/arc_types.rs +++ b/components/style/gecko/arc_types.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! This file lists all arc FFI types and defines corresponding addref //! and release functions. This list corresponds to ServoArcTypeList.h diff --git a/components/style/gecko/conversions.rs b/components/style/gecko/conversions.rs index cf8c1de1ba1..59d80e32cfc 100644 --- a/components/style/gecko/conversions.rs +++ b/components/style/gecko/conversions.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! This module contains conversion helpers between Servo and Gecko types //! Ideally, it would be in geckolib itself, but coherence diff --git a/components/style/gecko/data.rs b/components/style/gecko/data.rs index 69ae31e0036..08ebd428b30 100644 --- a/components/style/gecko/data.rs +++ b/components/style/gecko/data.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Data needed to style a Gecko document. diff --git a/components/style/gecko/global_style_data.rs b/components/style/gecko/global_style_data.rs index 7e40d12e5f6..e6682e9370e 100644 --- a/components/style/gecko/global_style_data.rs +++ b/components/style/gecko/global_style_data.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Global style data diff --git a/components/style/gecko/media_features.rs b/components/style/gecko/media_features.rs index 390ecea7f0c..de37629ca28 100644 --- a/components/style/gecko/media_features.rs +++ b/components/style/gecko/media_features.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Gecko's media feature list and evaluator. diff --git a/components/style/gecko/media_queries.rs b/components/style/gecko/media_queries.rs index 581dc2bacd1..f7fb7e15f59 100644 --- a/components/style/gecko/media_queries.rs +++ b/components/style/gecko/media_queries.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Gecko's media-query device and expression representation. diff --git a/components/style/gecko/mod.rs b/components/style/gecko/mod.rs index b9b6886518c..28472642a3d 100644 --- a/components/style/gecko/mod.rs +++ b/components/style/gecko/mod.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Gecko-specific style-system bits. diff --git a/components/style/gecko/non_ts_pseudo_class_list.rs b/components/style/gecko/non_ts_pseudo_class_list.rs index cf21cbf8999..f38757189d0 100644 --- a/components/style/gecko/non_ts_pseudo_class_list.rs +++ b/components/style/gecko/non_ts_pseudo_class_list.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /* * This file contains a helper macro includes all supported non-tree-structural diff --git a/components/style/gecko/pseudo_element.rs b/components/style/gecko/pseudo_element.rs index 32b7db63a20..ae314ee3d6d 100644 --- a/components/style/gecko/pseudo_element.rs +++ b/components/style/gecko/pseudo_element.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Gecko's definition of a pseudo-element. //! diff --git a/components/style/gecko/pseudo_element_definition.mako.rs b/components/style/gecko/pseudo_element_definition.mako.rs index 8144732d08a..aaa3d7c8c99 100644 --- a/components/style/gecko/pseudo_element_definition.mako.rs +++ b/components/style/gecko/pseudo_element_definition.mako.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /// Gecko's pseudo-element definition. #[derive(Clone, Debug, Eq, Hash, MallocSizeOf, PartialEq)] diff --git a/components/style/gecko/regen_atoms.py b/components/style/gecko/regen_atoms.py index 18c28a13b49..bf263a04032 100755 --- a/components/style/gecko/regen_atoms.py +++ b/components/style/gecko/regen_atoms.py @@ -2,7 +2,7 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# file, You can obtain one at https://mozilla.org/MPL/2.0/. import re import os @@ -116,7 +116,7 @@ class FileAvoidWrite(BytesIO): PRELUDE = ''' /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // Autogenerated file created by components/style/gecko/regen_atoms.py. // DO NOT EDIT DIRECTLY diff --git a/components/style/gecko/restyle_damage.rs b/components/style/gecko/restyle_damage.rs index afd1037397e..b2b14b413e3 100644 --- a/components/style/gecko/restyle_damage.rs +++ b/components/style/gecko/restyle_damage.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Gecko's restyle damage computation (aka change hints, aka `nsChangeHint`). diff --git a/components/style/gecko/rules.rs b/components/style/gecko/rules.rs index 6a079022519..050a95754df 100644 --- a/components/style/gecko/rules.rs +++ b/components/style/gecko/rules.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Bindings for CSS Rule objects diff --git a/components/style/gecko/selector_parser.rs b/components/style/gecko/selector_parser.rs index cde467b8335..330bf6057a2 100644 --- a/components/style/gecko/selector_parser.rs +++ b/components/style/gecko/selector_parser.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Gecko-specific bits for selector-parsing. diff --git a/components/style/gecko/snapshot.rs b/components/style/gecko/snapshot.rs index 2bf8761a1a3..6ac4003fa25 100644 --- a/components/style/gecko/snapshot.rs +++ b/components/style/gecko/snapshot.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! A gecko snapshot, that stores the element attributes and state before they //! change in order to properly calculate restyle hints. diff --git a/components/style/gecko/snapshot_helpers.rs b/components/style/gecko/snapshot_helpers.rs index 3ae25aba1b8..0eb84830546 100644 --- a/components/style/gecko/snapshot_helpers.rs +++ b/components/style/gecko/snapshot_helpers.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Element an snapshot common logic. diff --git a/components/style/gecko/traversal.rs b/components/style/gecko/traversal.rs index 340e808dc42..71d1a2f949b 100644 --- a/components/style/gecko/traversal.rs +++ b/components/style/gecko/traversal.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Gecko-specific bits for the styling DOM traversal. diff --git a/components/style/gecko/url.rs b/components/style/gecko/url.rs index fde5af4e445..df5f1137532 100644 --- a/components/style/gecko/url.rs +++ b/components/style/gecko/url.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Common handling for the specified value CSS url() values. diff --git a/components/style/gecko/values.rs b/components/style/gecko/values.rs index f7debc860f3..77be7b52472 100644 --- a/components/style/gecko/values.rs +++ b/components/style/gecko/values.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #![allow(unsafe_code)] diff --git a/components/style/gecko/wrapper.rs b/components/style/gecko/wrapper.rs index d3817bd74f5..9373f0bb2fa 100644 --- a/components/style/gecko/wrapper.rs +++ b/components/style/gecko/wrapper.rs @@ -1,6 +1,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #![allow(unsafe_code)] |