puter/src
KernelDeimos e050506a05 Add class registry (second pass)
ExportService gets removed and instead a global class registry is added.
The `init.js` file is split into `init_sync.js` and `init_async.js`
so that synchronous code that isn't dependent on imports is guarenteed
to run before initgui.js. The globalThis scope and service-script API
now expose `def`, a function for registering class definitions, and
`use`, a function for obtaining registered classes.
2024-05-28 19:06:00 -04:00
..
css refactor: Convert Task Manager to use Components 2024-05-10 17:41:01 +01:00
favicons Initial commit 2024-03-02 18:39:14 -08:00
helpers refactor: Put truncate_filename() helper in its own file 2024-05-10 17:46:09 +01:00
i18n Merge pull request #404 from secondtruth/patch-1 2024-05-17 15:42:02 -04:00
icons Add icon for Security tab and warning/success styling for 2fa card 2024-05-06 00:02:46 -04:00
images First version of Settings 2024-03-24 00:41:27 -07:00
lib Merge remote-tracking branch 'origin/master' into slow-sub-v2 2024-03-15 10:38:05 -07:00
services Add class registry (second pass) 2024-05-28 19:06:00 -04:00
UI Add class registry (second pass) 2024-05-28 19:06:00 -04:00
util Add class registry (second pass) 2024-05-28 19:06:00 -04:00
browserconfig.xml Initial commit 2024-03-02 18:39:14 -08:00
definitions.js Add class registry (first pass) 2024-05-27 21:16:50 -04:00
favicon.ico Initial commit 2024-03-02 18:39:14 -08:00
globals.js refactor: Put truncate_filename() helper in its own file 2024-05-10 17:46:09 +01:00
helpers.js Fix 8688gxkuj 2024-05-16 17:25:41 -04:00
index.js Add class registry (second pass) 2024-05-28 19:06:00 -04:00
init_async.js Add class registry (second pass) 2024-05-28 19:06:00 -04:00
init_sync.js Add class registry (second pass) 2024-05-28 19:06:00 -04:00
initgui.js Add class registry (second pass) 2024-05-28 19:06:00 -04:00
IPC.js Fix 8688ggu00 (2) 2024-05-17 12:32:16 -04:00
manifest.json close #27 2024-03-05 19:31:50 -08:00
security.txt Add security.txt and SECURITY-ACKNOWLEDGEMENTS.md 2024-03-13 17:00:39 -07:00
static-assets.js Add class registry (second pass) 2024-05-28 19:06:00 -04:00