Historique des commits

Auteur SHA1 Message Date
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String il y a 1 an
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) il y a 1 an
  Andreas Kling 6537ed8fff LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model il y a 2 ans
  Andreas Kling 9c568282dc Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM il y a 2 ans
  Andreas Kling 819fb39a87 LibWeb: Implement the "error to rethrow" mechanism in HTML::Script il y a 2 ans
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Andreas Kling fbf9cb3387 WebContent+LibWeb+LibJS: Simplify injection of JS console globals il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Idan Horowitz c9f9fcd8fd LibWeb: Remove accidentally commited dbglns il y a 2 ans
  Pavel 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console il y a 2 ans
  networkException 83554526f0 LibWeb: Allow all Script types to be used as [[HostDefined]] values il y a 2 ans
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes il y a 2 ans
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ il y a 2 ans
  Andreas Kling 8f9ed415a0 LibJS+LibWeb: Make HTML::Script GC-allocated il y a 2 ans
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated il y a 2 ans
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary il y a 2 ans
  Linus Groh 7b990c27a1 LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Luke Wilde 17a26853e1 LibWeb: Move ClassicScript::m_settings_object into the Script base il y a 3 ans
  Linus Groh 7bdbac7fd9 LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Idan Horowitz c575710e5e LibWeb: Use inline script tag source line as javascript line offset il y a 3 ans
  Luke Wilde 17aeb99e9e LibWeb: Implement the JS host hooks for promises, job callbacks and more il y a 3 ans
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object il y a 3 ans
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions il y a 3 ans
  Andreas Kling 8c3942d90c LibWeb: Rename "result" => "evaluation_status" in ClassicScript::run() il y a 3 ans
  Andreas Kling a286b1a6af LibWeb: Remove outdated FIXME from ClassicScript::run() il y a 3 ans