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

style: Sync changes from mozilla-central #21724

Merged
merged 10 commits into from Sep 15, 2018
Merged

style: Sync changes from mozilla-central #21724

merged 10 commits into from Sep 15, 2018

Commits on Sep 15, 2018

  1. style: Update comments to no longer point to nsRuleNode.

    There are a few mentions of nsRuleNode left but they are mostly
    historical references so it makes sense to keep them.
    
    Differential Revision: https://phabricator.services.mozilla.com/D5505
    heycam authored and emilio committed Sep 15, 2018
  2. style: Add media feature keys for hover and pointer.

    https://drafts.csswg.org/mediaqueries-4/#hover
    https://drafts.csswg.org/mediaqueries-4/#pointer
    
    In this patch series, we don't introduce any-hover and any-pointer media
    features yet, but functionalities for them on each platform backends will be
    introduced in this patch series, so eIntID_AllPointerCapabilities and relevant
    stuff is added in this patch for the convenience that each platform backends
    can be reviewed at once.
    
    Differential Revision: https://phabricator.services.mozilla.com/D3296
    Hiroyuki Ikezoe authored and emilio committed Sep 15, 2018
  3. style: Implement any-hover and any-pointer media queries features.

    Hiroyuki Ikezoe authored and emilio committed Sep 15, 2018
  4. style: Fix Gecko build.

    emilio committed Sep 15, 2018
  5. style: Fix servo build and drop a FIXME there.

    emilio committed Sep 15, 2018
You can’t perform that action at this time.