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

Pull Request #435

Open
wants to merge 286 commits into
base: master
Choose a base branch
from
Open

Pull Request #435

wants to merge 286 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 17, 2012

  1. Configuration menu
    Copy the full SHA
    f1165d2 View commit details
    Browse the repository at this point in the history
  2. Remove debug compile option

    - Replaced with minimize or not
    - Copy references and generated scripts now follow pattern of foo.js and foo.min.js
    - Either internalize members or minimize them during generation
    nikhilk committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    ebd2183 View commit details
    Browse the repository at this point in the history
  3. Added ScriptOutputAttribute + some initial generation metadata

    (to replace script template functionality)
    nikhilk committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    4a40306 View commit details
    Browse the repository at this point in the history
  4. Fix generation of strict mode

    nikhilk committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    372802c View commit details
    Browse the repository at this point in the history
  5. Initial crunching support

    nikhilk committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    32bb7c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71fb76c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2012

  1. Update todo sample

    nikhilk committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    3473c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce6ab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9bfec4 View commit details
    Browse the repository at this point in the history
  4. Improve binding functionality to use delegate cache to mimic c# behavior

    (use same binding instance for a given obj/function pair)
    nikhilk committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    6b1242f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2012

  1. Configuration menu
    Copy the full SHA
    0d6c4dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a814ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dfc3f5 View commit details
    Browse the repository at this point in the history
  4. Fix todo sample again.

    nikhilk committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    e64dc9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55d3bd0 View commit details
    Browse the repository at this point in the history
  6. Update fishtank sample

    nikhilk committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    10c2b31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    422f050 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    388c421 View commit details
    Browse the repository at this point in the history
  9. Updated photos sample

    nikhilk committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    0545ecc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2012

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

Commits on Sep 21, 2012

  1. Enable using ScriptAlias on instance methods + use remove various

    script additions to existing members.
    nikhilk committed Sep 21, 2012
    Configuration menu
    Copy the full SHA
    96df7aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6650be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2012

  1. Configuration menu
    Copy the full SHA
    9b55cfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a7a6e View commit details
    Browse the repository at this point in the history
  3. Remove Array.prototype extensions - change how array extensions map t…

    …o existing array functionality
    nikhilk committed Sep 22, 2012
    Configuration menu
    Copy the full SHA
    010d57c View commit details
    Browse the repository at this point in the history
  4. Removed string extensions, incl. some string APIs (IndexOfAny,LastInd…

    …exOfAny,Equals,CompareTo
    nikhilk committed Sep 22, 2012
    Configuration menu
    Copy the full SHA
    d31ffd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5678cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2e2748 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5703396 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2012

  1. Configuration menu
    Copy the full SHA
    836d146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a87318f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ea2db3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71e2e39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cb4265 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ca0f0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a14111 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7abd05c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2abe2ac View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. Configuration menu
    Copy the full SHA
    013fc32 View commit details
    Browse the repository at this point in the history
  2. Fix metadata bugs

    nikhilk committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    81eb448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c0ec1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba7bb23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbf1ab6 View commit details
    Browse the repository at this point in the history
  6. Update AroundMe sample

    nikhilk committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    60ad4c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46995ad View commit details
    Browse the repository at this point in the history
  8. Update tests in samples

    nikhilk committed Sep 24, 2012
    Configuration menu
    Copy the full SHA
    fbbf7fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d82a36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52e1519 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2012

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

Commits on Sep 26, 2012

  1. Configuration menu
    Copy the full SHA
    95c2dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8701d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8d9bd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9854960 View commit details
    Browse the repository at this point in the history
  5. Remove old mscorlib scripts

    nikhilk committed Sep 26, 2012
    Configuration menu
    Copy the full SHA
    05ac2a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2012

  1. Move metadata attributes used in script code into system namespace;

    Metadata attributes used only for imported types stay where they are.
    nikhilk committed Sep 28, 2012
    Configuration menu
    Copy the full SHA
    a29a240 View commit details
    Browse the repository at this point in the history
  2. Allow references to be copied to a relative path.

    Allow turning off generation of a .min.js file completely.
    nikhilk committed Sep 28, 2012
    Configuration menu
    Copy the full SHA
    97ea94c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb29e46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dfdff2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e990571 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2012

  1. Configuration menu
    Copy the full SHA
    ea74b50 View commit details
    Browse the repository at this point in the history
  2. Consolidate tests

    nikhilk committed Sep 29, 2012
    Configuration menu
    Copy the full SHA
    a14baa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    747fb1d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2012

  1. Nuget package for nodejs

    nikhilk committed Sep 30, 2012
    Configuration menu
    Copy the full SHA
    9b6f4ae View commit details
    Browse the repository at this point in the history
  2. Some more sample updates...

    nikhilk committed Sep 30, 2012
    Configuration menu
    Copy the full SHA
    3201e13 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into cc

    nikhilk committed Sep 30, 2012
    Configuration menu
    Copy the full SHA
    9f70aca View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2012

  1. DependentObservable -> ComputedObservable to match Knockout API changes

    Added jQueryObject.Unique
    nikhilk committed Oct 7, 2012
    Configuration menu
    Copy the full SHA
    fb00eaf View commit details
    Browse the repository at this point in the history
  2. Allow script assemblies to specify a script identifier

    The identifier (which defaults to name) represents the module at runtime
    As example, the identifier for jQuery is $.
    nikhilk committed Oct 7, 2012
    Configuration menu
    Copy the full SHA
    ad3155e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0801393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae5844e View commit details
    Browse the repository at this point in the history
  5. Enable delay loaded modules, override path for modules and requiring …

    …non-script dependencies
    nikhilk committed Oct 7, 2012
    Configuration menu
    Copy the full SHA
    c5329ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be08581 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2012

  1. Configuration menu
    Copy the full SHA
    a7141bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae02697 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10ab4d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed9ac5e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2012

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

Commits on Oct 12, 2012

  1. Added OriginalEvent to jQueryEvent object.

    http://api.jquery.com/category/events/event-object/
    OriginalEvent is provided on every jQueryEvent, and usually contains a lot of useful, specialized information (once it is cast to the correct event type)
    ProdigySim committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    658373d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from ProdigySim/cc

    Added OriginalEvent to jQueryEvent object.
    nikhilk committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    8535994 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    2c9b101 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. Special case equality checks for date objects to make them work as ex…

    …pected.
    
    Added ss.compareDates.
    nikhilk committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    408e095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029de82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    409578d View commit details
    Browse the repository at this point in the history
  4. ScriptProperty changed to ScriptField (to reflect actual semantics, a…

    …nd free up ScriptProperty for future use)
    nikhilk committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    7b7e43a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2012

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

Commits on Oct 26, 2012

  1. Single line delegate declaration + invocation

    Currently, S# doesn't support declaring and invocing delegates on a
    single line:
    
    new Callback(delegate {}).Invoke() compiles to function() {};
    
    This change adds support for declaring and invoking a delegate on one
    line.
    jamescourtney committed Oct 26, 2012
    Configuration menu
    Copy the full SHA
    aab2f2e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2012

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

Commits on Nov 4, 2012

  1. Configuration menu
    Copy the full SHA
    a174999 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from jamescourtney/cc

    Single line delegate declaration + invocation
    nikhilk committed Nov 4, 2012
    Configuration menu
    Copy the full SHA
    b83f734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a058697 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2012

  1. Script generation tweaks to closely support node.js commonjs module p…

    …attern
    
    and HTML5 amd pattern
    Additionally members of script extension classes do not get minimized.
    nikhilk committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    b1b6818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9530c35 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2012

  1. Fix crash when referencing non-int enums

    S# crashes when we reference an enum that extends from something other
    than int32 due to an invalid cast exception.
    jamescourtney committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    4671d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01290c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2012

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

Commits on Nov 15, 2012

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

Commits on Nov 16, 2012

  1. Merge pull request #285 from jamescourtney/cc

    - Fix crash when referencing non-int enums
    - Add support for LocaleSubFolders in build task
    nikhilk committed Nov 16, 2012
    Configuration menu
    Copy the full SHA
    2f37096 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2012

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

Commits on Dec 8, 2012

  1. As described here http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-…

    …1780488922 you can access an attribute collection with an index.
    jimmygilles committed Dec 8, 2012
    Configuration menu
    Copy the full SHA
    0ac429b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2012

  1. Merge pull request #297 from jimmygilles/master

    ElementAttributeCollection accessed by index
    nikhilk committed Dec 9, 2012
    Configuration menu
    Copy the full SHA
    9ebbd6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c8c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8eec5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d525b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2012

  1. Misc node api updates

    nikhilk committed Dec 16, 2012
    Configuration menu
    Copy the full SHA
    7fa51f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3f715 View commit details
    Browse the repository at this point in the history
  3. Nuget package for ExpressJS

    nikhilk committed Dec 16, 2012
    Configuration menu
    Copy the full SHA
    8fc5246 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2012

  1. Configuration menu
    Copy the full SHA
    ff5a466 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    23142b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2012

  1. Configuration menu
    Copy the full SHA
    614cb65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a736100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9f9c6b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2012

  1. Update src/ZipX/ProjectTemplates/UnitTest/TestClass1.cs

    ScriptSharp.Testing 0.8 has the parameter order reversed as per the recent change in #301
    theoutlander committed Dec 19, 2012
    Configuration menu
    Copy the full SHA
    265ad25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2435d8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #303 from theoutlander/patch-1

    Update src/ZipX/ProjectTemplates/UnitTest/TestClass1.cs
    nikhilk committed Dec 19, 2012
    Configuration menu
    Copy the full SHA
    7767ce0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    220b5c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2012

  1. Configuration menu
    Copy the full SHA
    7f183fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    374ae2a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2012

  1. Configuration menu
    Copy the full SHA
    fd053a7 View commit details
    Browse the repository at this point in the history
  2. Fix namespaces

    nikhilk committed Dec 21, 2012
    Configuration menu
    Copy the full SHA
    db37f33 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2013

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

Commits on Jan 17, 2013

  1. Configuration menu
    Copy the full SHA
    6e4c21a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443347f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    605fb58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c70faaf View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2013

  1. Configuration menu
    Copy the full SHA
    5364bf0 View commit details
    Browse the repository at this point in the history
  2. Reimplemented event registration for IndexedDB API callbacks

    The IndexedDB API specifies two methods for event registration on its
    interfaces. Direct callback funtions and the EventTarget scheme.
    
    To make the interface as standards conformant as possible, I derive
    classes providing callbacks from IDBEventTarget base class (proviedes
    add-/removeEventListener) and provide fields for direct callback
    functions.
    aschoenebeck committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    c9f43f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2013

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

Commits on Jan 23, 2013

  1. Configuration menu
    Copy the full SHA
    d798382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37adfe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    608288c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2013

  1. Merge pull request #319 from aschoenebeck/cc

    Added Indexed Database API (http://www.w3.org/TR/IndexedDB).
    nikhilk committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    b517c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c83ef67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    623625a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee2ae29 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #326 from andekande/patch-1

    fixed parseDate and parseNumber
    nikhilk committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    7a8dcc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c0cacf View commit details
    Browse the repository at this point in the history
  7. Added Script.IsNaN/IsFinite

    nikhilk committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    c7965ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17ee86b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2013

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

Commits on Jan 28, 2013

  1. Some node-related API fixes

    nikhilk committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    03daf9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b422bf View commit details
    Browse the repository at this point in the history
  3. Added support for HTML5 File Access API by creating stubs for Blob, B…

    …lobPropertyBag, File, FileList, FileReader, DOMError, ProgressEvent.
    
    Also made necessary changes to the Window class.
    theoutlander committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    75a43ad View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/cc' into cc

    Conflicts:
    	src/Libraries/Web/Html/Window.cs
    theoutlander committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    c42e0fa View commit details
    Browse the repository at this point in the history
  5. Re-ordered methods as per guidelines. Renamed namespace and moved fil…

    …es to appropriate location.
    theoutlander committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    eb880f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8fa81f View commit details
    Browse the repository at this point in the history
  7. Adding FileInputElement class for Input type="file" element so that w…

    …e can expose the Files field.
    theoutlander committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    600b267 View commit details
    Browse the repository at this point in the history
  8. Update samples/FishTank/Properties/AssemblyInfo.cs

    Fix sample typo
    nikhilk committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    59a08a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2013

  1. Configuration menu
    Copy the full SHA
    28a6ed5 View commit details
    Browse the repository at this point in the history
  2. Renamed DOMError to FileError.

    Renamed ProgressEvent to FileProgressEvent and derived it from Event. Refactored.
    Removed BlobPropertyBag and changed the 3rd Blob constructor parameter to object.
    Changed FileList Item function to an indexer.
    Changed UShorts to Int. Created FileReadyState enum from those constants.
    FileInputElement is now sealed and has a private constructor. Removed the ScriptName metadata attribute.
    Created newlines at the end of all files.
    Moved FileAccess to Files and renamed the namespace.
    theoutlander committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    515d432 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #327 from theoutlander/cc

    Added support for HTML5 File Access API
    nikhilk committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    bada042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acd68b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2013

  1. Configuration menu
    Copy the full SHA
    1af1702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8146568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    915bac3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. Added support for StyleSheets API

    Stuart Turner committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    277d9dd View commit details
    Browse the repository at this point in the history
  2. Changed prefix from Neo4J to Graph

    Renamed Neo4JGraph to GraphDatabase
    Changed Callbacks from Action to AsyncResultCallback
    Changed ScriptAssembly from Neo4J to neo4j
    Added IgnoreNamespace to GraphDatabase
    GraphDatabase ScriptName is neo4j.GraphDatabase
    GraphPropertyContainer has an internal constructor
    theoutlander committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    7baa52d View commit details
    Browse the repository at this point in the history
  3. Update files to use spaces instead of tabs

    Stuart Turner committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    c0c0863 View commit details
    Browse the repository at this point in the history
  4. Update Files and Classes to fit Naming guidelines

    Stuart Turner committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    bfcc147 View commit details
    Browse the repository at this point in the history
  5. Update List objects to be Enumerable

    Stuart Turner committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    94c2782 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #330 from viceroypenguin/cc

    Added support for StyleSheets API
    nikhilk committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    7ea8451 View commit details
    Browse the repository at this point in the history
  7. Minor tweaks to newly added StyleSheets API

    unknown authored and unknown committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    71ea212 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. added xmlserializer

    andekande committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    d27eece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c9a0d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #335 from andekande/patch-2

    added xmlserializer
    nikhilk committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    686e9bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    566923f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2013

  1. Configuration menu
    Copy the full SHA
    1458ff8 View commit details
    Browse the repository at this point in the history
  2. Update readme

    nikhilk committed Feb 3, 2013
    Configuration menu
    Copy the full SHA
    e96031d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2013

  1. More node.js APIs

    nikhilk committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    ae18154 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #329 from theoutlander/cc

    Added support for Node-Neo4J Graph Database Client Library
    nikhilk committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    2617a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ba1599 View commit details
    Browse the repository at this point in the history
  4. Fix file paths

    nikhilk committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    db0c78d View commit details
    Browse the repository at this point in the history
  5. Add Neo4j nuget package

    nikhilk committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    bd65f56 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2013

  1. Write ";" after static functions

    JSHint complained about missing ";" after function declarations in
    generated code, which is correct.
    
    Before it was:
    
    Foo.Bar = function() {
    }
    
    Now public static functions and property accessors are generated as
    assignment with trailing ";":
    
    Foo.Bar = function() {
    };
    aschoenebeck committed Feb 11, 2013
    Configuration menu
    Copy the full SHA
    6853559 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2013

  1. Update tests for write ";" after static functions

    Changing compiler output requires updated tests. Added ";" in all
    necessary places.
    aschoenebeck committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    6ff5842 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2013

  1. Add LinkElement.

    jimmygilles committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    22e3d0d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2013

  1. Use a stable sort (using LINQ OrderBy rather than List.Sort) to prese…

    …rve class declaration order
    nikhilk committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    9fc1e49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #336 from aschoenebeck/staticfuncs

    Write ";" after static functions
    nikhilk committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    cbf2d32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a2af20 View commit details
    Browse the repository at this point in the history
  4. Fix baselines after addition of ';' after static members,

    Add ';' after static events and
    Simplify generation of indexers, since they're never static.
    nikhilk committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    80abeb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4754f21 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2013

  1. Merge pull request #339 from jimmygilles/master

    Add LinkElement
    nikhilk committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    d6dfeee View commit details
    Browse the repository at this point in the history
  2. Fixup member declarations and include into project

    unknown authored and unknown committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    9c6f2f0 View commit details
    Browse the repository at this point in the history
  3. Update links

    nikhilk committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    f081c80 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. Added/fixed some nodejs apis.

    nikhilk committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    9eccc1b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2013

  1. More node APIs added

    nikhilk committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    a9df1c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5216edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e2441 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    527ca6e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. Configuration menu
    Copy the full SHA
    76b70d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b9cd6 View commit details
    Browse the repository at this point in the history
  3. remove new line.

    jimmygilles committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    5dad617 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2013

  1. Merge pull request #344 from jimmygilles/master

    Add missing properties on jQueryEvent and ElementEvent.
    nikhilk committed Mar 8, 2013
    Configuration menu
    Copy the full SHA
    dd9f9a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2013

  1. - Deployment via msbuild task in web app project

      1. Add ScriptSharp.Runtime nuget package to web app project
      2. Add reference to client projects via project-to-project reference
    - Remove DeploymentPath support in ScriptCompilerTask
      along with LocaleSubFolders, and Crunch options (latter subsumed into
      Minimize option).
    - Added ScriptName option to allow picking different generated script file
      name from assembly name.
    nikhilk committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    21af186 View commit details
    Browse the repository at this point in the history
  2. Update/fix samples

    nikhilk committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    30c7520 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2013

  1. Files needed for runtime package

    Fix build issue (#346)
    nikhilk committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    f8a6931 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

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

Commits on Mar 25, 2013

  1. Configuration menu
    Copy the full SHA
    28fc9b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0738c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2013

  1. Configuration menu
    Copy the full SHA
    39fb572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3828b59 View commit details
    Browse the repository at this point in the history
  3. Optimze generated code to not use namespace qualification. Also looks…

    … cleaner.
    
    At this point, namespaces are mostly a c# code organization tool, and don't impact generated code.
    nikhilk committed Mar 31, 2013
    Configuration menu
    Copy the full SHA
    b94e2eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e98f22 View commit details
    Browse the repository at this point in the history
  5. Script loader fix (invoke startup consistently regardless of whether …

    …loader runs before/after DOMContentLoaded)
    
    This is required for IE to work correctly/predictably.
    nikhilk committed Mar 31, 2013
    Configuration menu
    Copy the full SHA
    d4c58fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3063c5b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2013

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

Commits on Apr 14, 2013

  1. Configuration menu
    Copy the full SHA
    1e2da8d View commit details
    Browse the repository at this point in the history
  2. # This is a combination of 2 commits.

    # The first commit's message is:
    
    Applied changes as suggested in the comments in #353
    
    # This is the 2nd commit message:
    
    Added support for Node-Restify
    theoutlander committed Apr 14, 2013
    Configuration menu
    Copy the full SHA
    01c53b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

  1. Configuration menu
    Copy the full SHA
    1f510d1 View commit details
    Browse the repository at this point in the history
  2. Removing files for initial node-restify commit

    Removing files for initial node-restify commit
    theoutlander committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    48673d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. Added support for Node-Restify

    Applied changes as suggested in the comments in #353
    
    Applied changes as suggested in the comments in #353
    
    Added support for Node-Restify
    
    Additional fixes to initial Node-restify library port
    
    Removing files for initial node-restify commit
    
    Removing files for initial node-restify commit
    
    Created node-restify stubs for s#
    theoutlander committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    13e42d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f35c04 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #353 from theoutlander/cc

    Added support for Node-Restify
    nikhilk committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    8c47f73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c8412e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe165de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d88742a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc264cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18f37b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40dc7ea View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. Add ss.value as runtime impl of Script.Value; ?? operator generates s…

    …s.value to honor c# semantics (#358)
    nikhilk committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    b1e3243 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2013

  1. Configuration menu
    Copy the full SHA
    febce32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6e0f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe6900d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2013

  1. Merge pull request #364 from theoutlander/cc

    Creating stubs for base64 encoding/decoding as listed in #362
    nikhilk committed Apr 21, 2013
    Configuration menu
    Copy the full SHA
    f28bfbd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2013

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

Commits on May 11, 2013

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

Commits on May 24, 2013

  1. Configuration menu
    Copy the full SHA
    760cc48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ce5c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Test fixes

    nikhilk committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    09d8721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b97f3f View commit details
    Browse the repository at this point in the history
  3. Fixed bug in Task implementation

    Add ability to write a task continuation that changes the task result
    nikhilk committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    283e79d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2013

  1. Handle scenario for Task.All/Any called with array of tasks rather th…

    …an sequence of params.
    nikhilk committed Jun 16, 2013
    Configuration menu
    Copy the full SHA
    35444d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Configuration menu
    Copy the full SHA
    2be30f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a03cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e900e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87cc02e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #383 from mattjphillips/add_import_node

    Add ImportNode() to XmlDocument.
    nikhilk committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    28cdf6f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #384 from mattjphillips/remove_app_optimization

    Remove problematic optimization for local base class properties.
    nikhilk committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    4bf7585 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #382 from mattjphillips/cc

    Fix for issue #379: use known compile time base to build runtime express...
    nikhilk committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    6dae908 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2013

  1. Configuration menu
    Copy the full SHA
    1d33e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7602db3 View commit details
    Browse the repository at this point in the history
  3. Fix some whitespace.

    mattjphillips committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    66bf380 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fac58c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2013

  1. Merge pull request #385 from mattjphillips/fail_on_compiler_error

    When a compilation error occurs, fail any of the tests that are based on...
    nikhilk committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    a8b0a36 View commit details
    Browse the repository at this point in the history
  2. Minor formatting changes

    nikhilk committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    0e3f288 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #386 from mattjphillips/add_tests_for_bases

    Add tests for bases: methods, properties, indexers. Including generation skipping.
    nikhilk committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    d3d561b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #387 from mattjphillips/add_ns_methods

    Add missing namespaced methods to Html.Document. And ImportNode.
    nikhilk committed Jun 23, 2013
    Configuration menu
    Copy the full SHA
    7e9e8df View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2013

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

Commits on Aug 29, 2013

  1. Merge pull request #393 from mattjphillips/node_io_buffer_length_fix

    NodeApi.IO.Buffer.Length should be a simple property accessor.
    nikhilk committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    e75fbbb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Added VS2013 target

    MarkStega committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    9b4780f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #407 from MarkStega/cc

    Added VS2013 target
    nikhilk committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    d79f893 View commit details
    Browse the repository at this point in the history