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

Rewrite Abstract Operations #197

Merged
merged 1 commit into from
Jul 5, 2017
Merged

Commits on Jun 30, 2017

  1. This patch contains massive refactoring of the abstract operations an…

    …d internal slots used in the Sensor interface specification.
    
    The refactoring goals are:
    
    - Stop firing events synchronously.
    - Reset internal slots values after stop.
    - Fix logical errors in the abstract operations.
    - Recompose abstract operations so that duplication of the algorithms steps is removed.
    - Drop the unused abstract operations and internal slots.
    
    Fixes w3c#203
    Fixes w3c#218
    Fixes w3c#215
    Fixes w3c#204
    Fixes w3c#126
    Fixes w3c#243
    Mikhail Pozdnyakov committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    ed5d3d3 View commit details
    Browse the repository at this point in the history