mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Update comments to reflect the fact that there is no longer a change hint
passed to the macros.
This commit is contained in:
parent
a60677927e
commit
3a26daf50b
@ -60,17 +60,15 @@
|
|||||||
callers. It must always be the same as 'name' except it must use
|
callers. It must always be the same as 'name' except it must use
|
||||||
InterCaps and all hyphens ('-') must be removed.
|
InterCaps and all hyphens ('-') must be removed.
|
||||||
|
|
||||||
4. 'hint' says what needs to be recomputed when the property changes.
|
4. 'datastruct' says which nsRuleData* struct this property goes in.
|
||||||
|
|
||||||
5. 'datastruct' says which nsRuleData* struct this property goes in.
|
5. 'member' gives the name of the member variable in the nsRuleData
|
||||||
|
|
||||||
6. 'member' gives the name of the member variable in the nsRuleData
|
|
||||||
struct.
|
struct.
|
||||||
|
|
||||||
7. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
|
6. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
|
||||||
and in the nsCSSDeclaration backend.
|
and in the nsCSSDeclaration backend.
|
||||||
|
|
||||||
8. 'iscoord' says whether the property is a coordinate property for
|
7. 'iscoord' says whether the property is a coordinate property for
|
||||||
which we use an explicit inherit value in the *style structs* (since
|
which we use an explicit inherit value in the *style structs* (since
|
||||||
inheritance requires knowledge of layout).
|
inheritance requires knowledge of layout).
|
||||||
|
|
||||||
|
@ -60,17 +60,15 @@
|
|||||||
callers. It must always be the same as 'name' except it must use
|
callers. It must always be the same as 'name' except it must use
|
||||||
InterCaps and all hyphens ('-') must be removed.
|
InterCaps and all hyphens ('-') must be removed.
|
||||||
|
|
||||||
4. 'hint' says what needs to be recomputed when the property changes.
|
4. 'datastruct' says which nsRuleData* struct this property goes in.
|
||||||
|
|
||||||
5. 'datastruct' says which nsRuleData* struct this property goes in.
|
5. 'member' gives the name of the member variable in the nsRuleData
|
||||||
|
|
||||||
6. 'member' gives the name of the member variable in the nsRuleData
|
|
||||||
struct.
|
struct.
|
||||||
|
|
||||||
7. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
|
6. 'type' gives the |nsCSSType| of the data in the nsRuleData struct
|
||||||
and in the nsCSSDeclaration backend.
|
and in the nsCSSDeclaration backend.
|
||||||
|
|
||||||
8. 'iscoord' says whether the property is a coordinate property for
|
7. 'iscoord' says whether the property is a coordinate property for
|
||||||
which we use an explicit inherit value in the *style structs* (since
|
which we use an explicit inherit value in the *style structs* (since
|
||||||
inheritance requires knowledge of layout).
|
inheritance requires knowledge of layout).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user