sqlite/ext/fiddle
stephan e9ab04a446 fiddle: corrected a piece of far-corner-case error handling and made the various checkbox config options persistent.
FossilOrigin-Name: 2ba429a4f8300b981b23d54c2bdb54bd4863522c1c18bf9a67a82e3dce845b10
2022-05-28 11:29:00 +00:00
..
emscripten.css Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of the core C API and added some infastructure for creating test pages for it. 2022-05-22 00:27:19 +00:00
EXPORTED_FUNCTIONS.fiddle fiddle: added an option to completely wipe/reset the db. The Options area can now be toggled on/off via tapping the label at its top. Running the input SQL is now limited to the selected area if any text is currently selected, per suggestion in the forum. 2022-05-27 03:27:10 +00:00
EXPORTED_FUNCTIONS.sqlite3-api Renamed EXPORTED_FUNCTIONS.sqlite3 to EXPORTED_FUNCTIONS.sqlite3-api to avoid any potential confusion about that file (not) being an sqlite3 database. 2022-05-25 04:38:35 +00:00
EXPORTED_RUNTIME_METHODS Add the ability to import/export db files into/from fiddle. 2022-05-25 04:35:22 +00:00
fiddle-worker.js fiddle: corrected a piece of far-corner-case error handling and made the various checkbox config options persistent. 2022-05-28 11:29:00 +00:00
fiddle.html Corrected a broken HTML comment (was using a C-style comment closer). 2022-05-27 17:13:56 +00:00
fiddle.js fiddle: corrected a piece of far-corner-case error handling and made the various checkbox config options persistent. 2022-05-28 11:29:00 +00:00
index.md In wasm builds, ifdef out shell commands which require file I/O, pipes, or which trigger an exit() (.quit and .exit). Documented some of the quirks and limitations of the C/WASM crossover. Keep the JS code from calling into the C code after an exit() has been triggered. 2022-05-18 22:58:34 +00:00
Makefile Got the sqlite3-api JS bits wrapped up in deferred-load module. Whether that's going to be easier to use, in practice, remains to be seen. Consolidated two of the test-related JS files. 2022-05-25 08:51:07 +00:00
sqlite3-api.js Got the sqlite3-api JS bits wrapped up in deferred-load module. Whether that's going to be easier to use, in practice, remains to be seen. Consolidated two of the test-related JS files. 2022-05-25 08:51:07 +00:00
SqliteTestUtil.js Got the sqlite3-api JS bits wrapped up in deferred-load module. Whether that's going to be easier to use, in practice, remains to be seen. Consolidated two of the test-related JS files. 2022-05-25 08:51:07 +00:00
testing1.html Got the sqlite3-api JS bits wrapped up in deferred-load module. Whether that's going to be easier to use, in practice, remains to be seen. Consolidated two of the test-related JS files. 2022-05-25 08:51:07 +00:00
testing1.js Got the sqlite3-api JS bits wrapped up in deferred-load module. Whether that's going to be easier to use, in practice, remains to be seen. Consolidated two of the test-related JS files. 2022-05-25 08:51:07 +00:00
testing.css fiddle: lots of generic refactoring, restructuring, and cleanup in the higher-level code. Added push-fiddle ext/fiddle/Makefile target to push the fiddle app to a remote server via rsync. 2022-05-24 14:36:45 +00:00