~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
https://github.com/phonegap/weinre/downloads
The Resources panel now includes an active Databases section. For any WebSQL database that you open, you should see an entry in the expanded section. For each database, you'll see the list of tables owned by the database when the database section is expanded. Note that you need to open the database to see it listed here. Databases which you have previously created in other browsing sessions will not be displayed until they are first opened.
Clicking on a database table will dump the database contents to the panel. Clicking on the database itself will provide a prompter for you to run SQL commands against that database. For example, entering "select * from YourTableNameHere" will dump the table contents to the panel.
Some of the console functions, like console.log(), were not handling object arguments correctly. You should now see a an object display. For example, typing "window" or "console.log(window)" into the console will show you the same object display for the window.
The ant build script did not have the correctly-cased file names for some of the files, and the build failed. This has been fixed. You should be able to do a build on Linux, and other case-sensitive file systems.
While weinre already removes some of the Web Inspector panels wholesale, there were still a number of meaningless gee-gaws on the panels that we do show. Those have been surgically removed with CSS.
issues closed:
issues closed:
issues closed:
issues closed:
issues closed:
Home
- Test Drive
- Installing
- Running
- Multi-User
- Security
- Building
- ChangeLog
- License