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

change property automation to be property-first instead of attribute-first #14

Merged
merged 18 commits into from
Oct 22, 2012
Merged

Commits on Oct 15, 2012

  1. slight refactoring of g-selector

    Scott Miles committed Oct 15, 2012
    Configuration menu
    Copy the full SHA
    1e2fb15 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. add ajax and togglebutton components

    frankiefu authored and Scott Miles committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    5dff0fd View commit details
    Browse the repository at this point in the history
  2. update based on pull request comments:

    - separate g-xhr to a component (component-as-module-pattern)
    - dispatch Events instead
    - add jsdoc to public methods
    - update comment
    - use classList.enable
    - use handlers="click: clickHandler" instead of experimental event
    binding
    frankiefu authored and Scott Miles committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    64a8d37 View commit details
    Browse the repository at this point in the history
  3. update because of the name changes in polyfill

    frankiefu authored and Scott Miles committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    d1ba7ba View commit details
    Browse the repository at this point in the history
  4. call shadowRootCreated in the right scope

    frankiefu authored and Scott Miles committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    2263eab View commit details
    Browse the repository at this point in the history
  5. g-ratings component and workbench file

    frankiefu authored and Scott Miles committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    56d4c7b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2012

  1. ShadowDom -> ShadowDOM

    Scott Miles committed Oct 17, 2012
    Configuration menu
    Copy the full SHA
    2ef3d90 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2012

  1. Configuration menu
    Copy the full SHA
    afe3358 View commit details
    Browse the repository at this point in the history
  2. apply simplifications available via property-first model and new suga…

    …ring (auto property-initialization and classList.enable polyfill)
    Scott Miles committed Oct 20, 2012
    Configuration menu
    Copy the full SHA
    37d75b5 View commit details
    Browse the repository at this point in the history
  3. convert property-model, use attributes to flag opening/closing states…

    … for CSS, remove showClass, hideClass props, other reductions
    Scott Miles committed Oct 20, 2012
    Configuration menu
    Copy the full SHA
    ddd314f View commit details
    Browse the repository at this point in the history
  4. test statics (active) and dynamics (src)

    Scott Miles committed Oct 20, 2012
    Configuration menu
    Copy the full SHA
    b706f28 View commit details
    Browse the repository at this point in the history
  5. add null-trap to deref

    Scott Miles committed Oct 20, 2012
    Configuration menu
    Copy the full SHA
    869be83 View commit details
    Browse the repository at this point in the history
  6. move one-time initialization work out of shadowRootCreated into creat…

    …ed; shadowRootCreated is only for per-root initializations
    Scott Miles committed Oct 20, 2012
    Configuration menu
    Copy the full SHA
    3042038 View commit details
    Browse the repository at this point in the history
  7. _ function to route events to .controller on nearest ancestor who has…

    … one, add system for binding custom events by searching attributes for conventional custom-event prefix (at)
    Scott Miles committed Oct 20, 2012
    Configuration menu
    Copy the full SHA
    4b5f1bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eed0b12 View commit details
    Browse the repository at this point in the history
  9. remove logging

    Scott Miles committed Oct 20, 2012
    Configuration menu
    Copy the full SHA
    6d7a2ac View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2012

  1. Configuration menu
    Copy the full SHA
    7c1a11f View commit details
    Browse the repository at this point in the history
  2. minor rearranging

    Scott Miles committed Oct 22, 2012
    Configuration menu
    Copy the full SHA
    eba97f5 View commit details
    Browse the repository at this point in the history