Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM há 4 anos atrás
  Andreas Kling b4a3537716 LibWeb: Add WindowObject::origin() há 4 anos atrás
  Luke 8aabec1c94 LibWeb: Expose window.self and window.frames há 4 anos atrás
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function há 4 anos atrás
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again há 5 anos atrás
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" há 5 anos atrás
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g há 5 anos atrás
  asynts abe925e4b0 AK: Change the signature of AK::encode_base64() to use Span. há 5 anos atrás
  Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace há 5 anos atrás
  Nico Weber b9ce56aee6 LibWeb: Make btoa() and atob() correctly handle values between 128 and 255 há 5 anos atrás
  Nico Weber 5ba8aba197 AK: Make encode_base64 take a ByteBuffer and return a String há 5 anos atrás
  Nico Weber 248b79d687 LibJS: Add FIXMEs to a few functions that need UTF-16 handling há 5 anos atrás
  Andreas Kling 8d2194bdbd LibWeb: Make DOM timers cancellable and stop leaking them há 5 anos atrás
  Andreas Kling fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject& há 5 anos atrás
  Andreas Kling 8edecbea4b LibWeb: Fix build after atob/btoa changes há 5 anos atrás
  Andreas Kling 1ffffa0053 LibWeb: Start generating JS wrappers from (simplified) WebIDL :^) há 5 anos atrás
  Joel Puig Rubio 1d59053494 LibWeb: Add atob/btoa to WindowObject há 5 anos atrás
  Andreas Kling cc5cba90db LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper há 5 anos atrás
  Andreas Kling 03da70c7d0 LibWeb: Split JS wrapper constructors into construct/initialize há 5 anos atrás
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& há 5 anos atrás
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction há 5 anos atrás
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors há 5 anos atrás
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h há 5 anos atrás
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) há 5 anos atrás
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions há 5 anos atrás
  Linus Groh b962728c4e LibWeb: Enforce set{Interval,Timeout}() min interval of 0 há 5 anos atrás
  Linus Groh c769784406 LibWeb: Allow setInterval() with no interval há 5 anos atrás
  Linus Groh e3e9749d88 LibWeb: Let various functions throw if not enough arguments há 5 anos atrás
  Linus Groh 2d503b20da LibWeb: Embrace Interpreter::{argument_count(), argument(index)} há 5 anos atrás
  Andreas Kling 1ec4db04cd LibWeb: Add a simple window.location object with some getters :^) há 5 anos atrás