Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow Gecko FFI functions for color parsing to report errors #19490

Merged
merged 5 commits into from Dec 5, 2017

Commits on Dec 5, 2017

  1. geckolib: Allow an ErrorReporter to be created with null URL data.

    This allows us to create an ErrorReporter that will report errors as being
    "from DOM" rather than a specific URL.
    
    Also, factor out a method on ErrorReporter so that we don't need to pass in
    a UrlExtraData reference.
    heycam committed Dec 5, 2017
  2. style: Add a new CSS error type for lone value parsing errors.

    This allows us to report errors in functions that want to just parse a
    single CSS value, rather than a value for a particular property declaration.
    
    The one value type that we need to support for now is <color> value parsing
    errors, so just add formatting/support for that.
    heycam committed Dec 5, 2017
  3. style: Regenerate Gecko bindings.

    heycam committed Dec 5, 2017
You can’t perform that action at this time.