Commit History

Author SHA1 Message Date
  Luke ed2689c00a LibWeb: Use standardized encoding names, add encoding attribute to document 4 years ago
  Andreas Kling 97d0acc5b6 LibWeb: Implement performance.now() 4 years ago
  Andreas Kling 8cb789d061 LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes 4 years ago
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 years ago
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM 4 years ago
  Andreas Kling b4a3537716 LibWeb: Add WindowObject::origin() 4 years ago
  Luke 8aabec1c94 LibWeb: Expose window.self and window.frames 4 years ago
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function 4 years ago
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again 5 years ago
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" 5 years ago
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g 5 years ago
  asynts abe925e4b0 AK: Change the signature of AK::encode_base64() to use Span. 5 years ago
  Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace 5 years ago
  Nico Weber b9ce56aee6 LibWeb: Make btoa() and atob() correctly handle values between 128 and 255 5 years ago
  Nico Weber 5ba8aba197 AK: Make encode_base64 take a ByteBuffer and return a String 5 years ago
  Nico Weber 248b79d687 LibJS: Add FIXMEs to a few functions that need UTF-16 handling 5 years ago
  Andreas Kling 8d2194bdbd LibWeb: Make DOM timers cancellable and stop leaking them 5 years ago
  Andreas Kling fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject& 5 years ago
  Andreas Kling 8edecbea4b LibWeb: Fix build after atob/btoa changes 5 years ago
  Andreas Kling 1ffffa0053 LibWeb: Start generating JS wrappers from (simplified) WebIDL :^) 5 years ago
  Joel Puig Rubio 1d59053494 LibWeb: Add atob/btoa to WindowObject 5 years ago
  Andreas Kling cc5cba90db LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper 5 years ago
  Andreas Kling 03da70c7d0 LibWeb: Split JS wrapper constructors into construct/initialize 5 years ago
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& 5 years ago
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction 5 years ago
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 years ago
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h 5 years ago
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) 5 years ago
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 years ago
  Linus Groh b962728c4e LibWeb: Enforce set{Interval,Timeout}() min interval of 0 5 years ago