ladybird/Applications
Andreas Kling 9c9d3f0904 LibWeb: Parse <script> elements and run any JavaScript found inside
This patch begins integrating LibJS into LibWeb. Document holds the
JS::Interpreter for now, and it is created on demand when you first
call Document::interpreter().

We also add a simple "alert()" function to the global object.
2020-03-14 13:25:38 +01:00
..
About LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Browser LibWeb: Parse <script> elements and run any JavaScript found inside 2020-03-14 13:25:38 +01:00
Calculator LibGUI: Some more convenience functions for constructing widgets 2020-03-03 22:37:48 +01:00
ChanViewer LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
DisplayProperties LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
FileManager Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
FontEditor LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Help LibWeb: Parse <script> elements and run any JavaScript found inside 2020-03-14 13:25:38 +01:00
HexEditor Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
IRCClient LibWeb: Parse <script> elements and run any JavaScript found inside 2020-03-14 13:25:38 +01:00
PaintBrush LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Piano LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients 2020-03-04 14:26:16 +01:00
QuickShow Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
SoundPlayer Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
SystemMenu LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
SystemMonitor LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Taskbar LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Terminal Terminal: Make the settings window unresizable 2020-03-11 10:12:25 +01:00
TextEditor Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
Welcome LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00