make_css_data_uri: support @-moz-document regexp(...)
commitea2b303c4fdd1b2cf4ab8053e50b46cfa8c584b7
authorScott Jaderholm <jaderholm@gmail.com>
Mon, 7 Jan 2013 17:54:29 +0000 (7 12:54 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Mon, 7 Jan 2013 17:54:29 +0000 (7 12:54 -0500)
tree2f84fa363c704e2af7fe48158a45b1a8e6a7e2b2
parent6e0890b48017f48b50e0c439dc84165004419082
make_css_data_uri: support @-moz-document regexp(...)

The keyword argument $regexps allows the caller to supply one or more
regular expressions (as strings or RegExp objects), to be used in the
constructed stylesheet @-moz-document regexp(...) specification.
@-moz-document regexp(...) was added in XULRunner 6.
modules/stylesheet.js