зеркало из https://github.com/mozilla/gecko-dev.git
19ecfe66b0
Introduces tracking for newly created CSS rules in the PageStyleActor. Adds a boolean flag, `isNew`, to the tracked rule in the Changes Redux store. Using this flag, render the new rule's selector in the React component as added (plus sign, green background). Ensure selector changes for thew new rule always overwrite the original selector (fix for Bug 1542288) instead of erroneously showing the original selector as removed. Removes obsolete documentation for "changeType" from the tracked rule in the Changes Redux store. This was never used. Differential Revision: https://phabricator.services.mozilla.com/D28215 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
unit | ||
.eslintrc.js | ||
browser.ini | ||
browser_changes_declaration_disable.js | ||
browser_changes_declaration_duplicate.js | ||
browser_changes_declaration_edit_value.js | ||
browser_changes_declaration_identical_rules.js | ||
browser_changes_declaration_remove.js | ||
browser_changes_declaration_remove_ahead.js | ||
browser_changes_declaration_remove_disabled.js | ||
browser_changes_declaration_rename.js | ||
browser_changes_rule_add.js | ||
browser_changes_rule_selector.js | ||
head.js |