mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #2828 - Part 8: Extract RuleProcessorGroup (formerly ResolvedRuleCascades) into separate file
The struct no longer holds rule cascades since part 5 anyway, and extracting it to a separate file allows it to be reused in the future.
This commit is contained in:
parent
ec57be653a
commit
3605630f4e
9 changed files with 140 additions and 124 deletions
|
|
@ -62,7 +62,7 @@ struct nsMediaExpression {
|
|||
*
|
||||
* This object may not be used after any media rules in any of the
|
||||
* sheets it was given to have been modified. However, this is
|
||||
* generally not a problem since ClearRuleCascades is called on the
|
||||
* generally not a problem since ClearGroup is called on the
|
||||
* sheet whenever this happens, and these objects are stored inside the
|
||||
* rule cascades. (FIXME: We're not actually doing this all the time.)
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue