index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Bindings
/
WindowObject.cpp
Age
Commit message (
Expand
)
Author
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-09
LibWeb: Apply suggested fixes.
asynts
2020-12-09
LibWeb: Expose DOM::Range to JavaScript.
asynts
2020-12-09
LibWeb: Don't allocate XMLHttpRequestConstructor twice
Linus Groh
2020-12-01
LibJS: Remove ProxyPrototype
Linus Groh
2020-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
2020-11-27
LibWeb: Don't generate a wrap() function for the Event IDL interface
Andreas Kling
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-29
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-22
LibWeb: Add WindowObject::origin()
Andreas Kling
2020-08-31
LibWeb: Expose window.self and window.frames
Luke
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-22
LibWeb: Make btoa() and atob() correctly handle values between 128 and 255
Nico Weber
2020-07-22
AK: Make encode_base64 take a ByteBuffer and return a String
Nico Weber
2020-07-22
LibJS: Add FIXMEs to a few functions that need UTF-16 handling
Nico Weber
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
2020-06-21
LibWeb: Fix build after atob/btoa changes
Andreas Kling
2020-06-21
LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)
Andreas Kling
2020-06-20
LibWeb: Add atob/btoa to WindowObject
Joel Puig Rubio
2020-06-20
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
Andreas Kling
2020-06-20
LibWeb: Split JS wrapper constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Make Value::to_object() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-08
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
Andreas Kling
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-21
LibWeb: Enforce set{Interval,Timeout}() min interval of 0
Linus Groh
2020-05-21
LibWeb: Allow setInterval() with no interval
Linus Groh
2020-05-21
LibWeb: Let various functions throw if not enough arguments
Linus Groh
2020-05-21
LibWeb: Embrace Interpreter::{argument_count(), argument(index)}
Linus Groh
2020-05-18
LibWeb: Add a simple window.location object with some getters :^)
Andreas Kling
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-18
LibJS: Change Value::to_object(Heap& -> Interpreter&)
Linus Groh
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-02
LibJS: Add "name" property to functions
Linus Groh
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-22
LibWeb: support confirm() with no arguments
Nick Tiberi
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-17
LibWeb: Implement JS confirm()
Nick Tiberi
[next]