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
Age
Commit message (
Expand
)
Author
2021-01-01
LibWeb: Use is<T> in XMLHttpRequestPrototype
Andreas Kling
2021-01-01
LibWeb: Remove more hand-rolled type information :^)
Andreas Kling
2021-01-01
LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappers
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
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-09
LibWeb: Disallow construction of XMLHttpRequest without 'new'
Linus Groh
2020-12-02
LibWeb: Complete the URL in href_setter() before trying to load it
AnotherTest
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-11-12
LibWeb: Add almost all obsolete but required IDL attributes
Luke
2020-10-03
LibWeb: Add empty IDL bindings for current SVG elements
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: Remove Interpreter& argument to Function::construct()
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Make Function::call() not require an Interpreter&
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-22
LibWeb: Add WindowObject::origin()
Andreas Kling
2020-09-20
LibWeb: Add Bindings::ScriptExecutionContext
Andreas Kling
2020-09-06
LibWeb: Move DOM event dispatch to its own class
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-17
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
Luke
2020-08-12
LibWeb: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
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
LibWeb: Add CharacterData and Text IDL interfaces
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-28
LibWeb: Move MouseEvent into the UIEvents namespace
Andreas Kling
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
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-07-21
LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)
Andreas Kling
2020-07-21
LibWeb: Implement quirks mode detection
Luke
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
[next]