1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:27:35 +00:00
serenity/Applications/Help
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
..
History.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
main.cpp Applications: Use "Document - AppName" window title format 2020-03-13 23:30:12 +01:00
Makefile LibWeb: Parse <script> elements and run any JavaScript found inside 2020-03-14 13:25:38 +01:00
ManualModel.cpp AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
ManualModel.h LibGUI: Move Icon and FontDatabase into the GUI namespace 2020-03-07 01:33:53 +01:00
ManualNode.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
ManualPageNode.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
ManualPageNode.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
ManualSectionNode.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
ManualSectionNode.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00