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

WIP: initial browser platform #576

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on May 1, 2017

  1. plugin.xml declare SQLitePlugin.js per platform

    Christopher J. Brody committed May 1, 2017
    Configuration menu
    Copy the full SHA
    aff5f3c View commit details
    Browse the repository at this point in the history
  2. WIP: Add browser platform

    NOTE: This is an initial implementation with some major items missing
    including:
    - echoTest/selfTest
    - sqlBatch
    - deleteDatabase
    
    Also broken: error handling
    
    Certain tests are disabled due to timeouts.
    
    Quite a few more tests will need to be adapted to work with the browser platform.
    Christopher J. Brody committed May 1, 2017
    Configuration menu
    Copy the full SHA
    01ff6f6 View commit details
    Browse the repository at this point in the history
  3. Browser platform updates

    XXX TBD TODOs:
    - tests do not always check actual results on browser
    - document some behavior differences
    - TBD open/close/delete
    - TODO fix self test
    - check that tests continue to pass on other platforms
    - run tests on Chrome browser on Windows
    Christopher J. Brody committed May 1, 2017
    Configuration menu
    Copy the full SHA
    6dfe01c View commit details
    Browse the repository at this point in the history