Andreas Kling
|
98f2da9834
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
|
4 rokov pred |
Andreas Kling
|
024b216141
LibWeb: Don't generate a wrap() function for the Event IDL interface
|
4 rokov pred |
Luke
|
e8b3a65581
LibWeb: Make event dispatching spec-compliant
|
4 rokov pred |
Luke
|
ed2689c00a
LibWeb: Use standardized encoding names, add encoding attribute to document
|
4 rokov pred |
Andreas Kling
|
97d0acc5b6
LibWeb: Implement performance.now()
|
4 rokov pred |
Andreas Kling
|
8cb789d061
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
|
4 rokov pred |
Andreas Kling
|
340a115dfe
LibJS: Make native function/property callbacks take VM, not Interpreter
|
4 rokov pred |
Andreas Kling
|
6861c619c6
LibJS: Move most of Interpreter into VM
|
4 rokov pred |
Andreas Kling
|
b4a3537716
LibWeb: Add WindowObject::origin()
|
4 rokov pred |
Luke
|
8aabec1c94
LibWeb: Expose window.self and window.frames
|
4 rokov pred |
Linus Groh
|
9ea6ef4ed1
LibJS: Make Interpreter::throw_exception() a void function
|
4 rokov pred |
Nico Weber
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
5 rokov pred |
Nico Weber
|
19ac1f6368
Revert "Unicode: s/codepoint/code_point/g"
|
5 rokov pred |
Andreas Kling
|
ea9ac3155d
Unicode: s/codepoint/code_point/g
|
5 rokov pred |
asynts
|
abe925e4b0
AK: Change the signature of AK::encode_base64() to use Span.
|
5 rokov pred |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
5 rokov pred |
Nico Weber
|
b9ce56aee6
LibWeb: Make btoa() and atob() correctly handle values between 128 and 255
|
5 rokov pred |
Nico Weber
|
5ba8aba197
AK: Make encode_base64 take a ByteBuffer and return a String
|
5 rokov pred |
Nico Weber
|
248b79d687
LibJS: Add FIXMEs to a few functions that need UTF-16 handling
|
5 rokov pred |
Andreas Kling
|
8d2194bdbd
LibWeb: Make DOM timers cancellable and stop leaking them
|
5 rokov pred |
Andreas Kling
|
fc4ed8d444
LibWeb: Make wrapper factory functions take JS::GlobalObject&
|
5 rokov pred |
Andreas Kling
|
8edecbea4b
LibWeb: Fix build after atob/btoa changes
|
5 rokov pred |
Andreas Kling
|
1ffffa0053
LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)
|
5 rokov pred |
Joel Puig Rubio
|
1d59053494
LibWeb: Add atob/btoa to WindowObject
|
5 rokov pred |
Andreas Kling
|
cc5cba90db
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
|
5 rokov pred |
Andreas Kling
|
03da70c7d0
LibWeb: Split JS wrapper constructors into construct/initialize
|
5 rokov pred |
Andreas Kling
|
8d56e6103e
LibJS: Make Value::to_object() take a GlobalObject&
|
5 rokov pred |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 rokov pred |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 rokov pred |
Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
5 rokov pred |