Skip to content
Snippets Groups Projects
Forked from The Tor Project / Applications / Tor Browser
Source project has a limited visibility.
  • Tiaan Louw's avatar
    a7a28cf7
    Bug 1813481 - Allow 'none' keyword in color components... · a7a28cf7
    Tiaan Louw authored
    Bug 1813481 - Allow 'none' keyword in color components r=emilio,supply-chain-reviewers,devtools-reviewers
    
    Make use of the new changes in the cssparser that allows 'none' keywords
    in color components where allowed.  We store the none values as 0.0 (as
    per the spec) and mark the components with the flags. This way we don't
    have to check anything on the components before doing calculations.
    
    As this is the last part intended to be released for the new [color-4]
    changes, I've also enabled the changes on nightly.
    
    Differential Revision: https://phabricator.services.mozilla.com/D170208
    a7a28cf7
    History
    Bug 1813481 - Allow 'none' keyword in color components...
    Tiaan Louw authored
    Bug 1813481 - Allow 'none' keyword in color components r=emilio,supply-chain-reviewers,devtools-reviewers
    
    Make use of the new changes in the cssparser that allows 'none' keywords
    in color components where allowed.  We store the none values as 0.0 (as
    per the spec) and mark the components with the flags. This way we don't
    have to check anything on the components before doing calculations.
    
    As this is the last part intended to be released for the new [color-4]
    changes, I've also enabled the changes on nightly.
    
    Differential Revision: https://phabricator.services.mozilla.com/D170208
This project manages its dependencies using Cargo. Learn more