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

Updated dom related reference files according to new IE spec #2739

Merged
merged 8 commits into from
Apr 17, 2015

Commits on Apr 9, 2015

  1. sort the old dom files

    zhengbli committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    d248387 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. Updated dom files and removed some IE only types

    Updated the dom files according to new IE spec. Remove part of the IE
    only types in "extensions.d.ts" that are not used in the new spec.
    zhengbli committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    1dacb54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d539e05 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Update according to comments

    Added document string; changed back some method param types of interface Console from 'any' to 'string'; Removed static members from interface instance definition; Sorted overloads of 'addEventListener's by event name; Removed unnecessary declaration of the 'addEventListener' method in some interfaces; For method overloads, moved the most generic ones to the last; Removed named-constructors and dictionary interfaces from webworkers.generated.d.ts (including Audio, Image etc); Made all string overloads of 'getElementsByTagName' lower case for consistency.
    zhengbli committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    428a6e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Updated the interface definitions in extensions

    Replaced the interfaces using the ones in es.d.ts
    zhengbli committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    2aa5a5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7770fbb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Configuration menu
    Copy the full SHA
    e763b43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f86db View commit details
    Browse the repository at this point in the history