Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Bug 706590 - API for implementing XPCOM interfaces #305

Merged
merged 37 commits into from Feb 5, 2012

Commits on Dec 5, 2011

  1. Configuration menu
    Copy the full SHA
    71938a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aac050b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2011

  1. Configuration menu
    Copy the full SHA
    fd9afb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2011

  1. Configuration menu
    Copy the full SHA
    132b1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7a486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c757842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b54275 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fa3ba7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42bd88a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8b8018 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4968bd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2011

  1. Configuration menu
    Copy the full SHA
    f7bbcfa View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2011

  1. Configuration menu
    Copy the full SHA
    40936fc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2011

  1. Configuration menu
    Copy the full SHA
    6ef1eae View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2011

  1. Configuration menu
    Copy the full SHA
    164801e View commit details
    Browse the repository at this point in the history
  2. Adding uuid tests.

    Gozala committed Dec 22, 2011
    Configuration menu
    Copy the full SHA
    c081ee6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2012

  1. Merge remote-tracking branch 'upstream/master' into bug/xpcom-706590

    Conflicts:
    	packages/addon-kit/lib/widget.js
    	packages/api-utils/lib/observer-service.js
    	packages/api-utils/lib/xpcom.js
    	packages/api-utils/tests/test-xpcom.js
    Gozala committed Jan 13, 2012
    Configuration menu
    Copy the full SHA
    1863cb6 View commit details
    Browse the repository at this point in the history
  2. Use ns function exported by Namespace module in order to avoid co…

    …nflicts with E4X.
    Gozala committed Jan 13, 2012
    Configuration menu
    Copy the full SHA
    d662597 View commit details
    Browse the repository at this point in the history
  3. Factor out Service exemplar from the Factory and change `createIn…

    …stance` to create new instances as suggested by @ochameau
    Gozala committed Jan 13, 2012
    Configuration menu
    Copy the full SHA
    775e99e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2012

  1. Configuration menu
    Copy the full SHA
    d6405a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18153c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2012

  1. Configuration menu
    Copy the full SHA
    1cc7603 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2012

  1. Configuration menu
    Copy the full SHA
    04cb16f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b511d View commit details
    Browse the repository at this point in the history
  3. Refine implementation so that Service inherits from Factory that …

    …inherits from `Unknown`.
    Gozala committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    72f26c7 View commit details
    Browse the repository at this point in the history
  4. Allow null contractID.

    Gozala committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    a685c27 View commit details
    Browse the repository at this point in the history
  5. Update tests.

    Gozala committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    f28dbf6 View commit details
    Browse the repository at this point in the history
  6. Simplify observer service.

    Gozala committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    80d1a3b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2012

  1. Configuration menu
    Copy the full SHA
    12721cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    666df10 View commit details
    Browse the repository at this point in the history
  3. Update documentation.

    Gozala committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    393ea33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf21e2b View commit details
    Browse the repository at this point in the history
  5. Update tests.

    Gozala committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    7de95cb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2012

  1. Add suggested test case.

    Gozala committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    992bf09 View commit details
    Browse the repository at this point in the history
  2. fix indentation.

    Gozala committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    3c45576 View commit details
    Browse the repository at this point in the history
  3. Use shorter function syntax.

    Gozala committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    ef89c9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e56d38 View commit details
    Browse the repository at this point in the history