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
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
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
2020-06-22
LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate Event and MouseEvent bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate ImageData bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate HTMLCanvasElement bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate HTMLImageElement bindings from IDL :^)
Andreas Kling
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-21
LibWeb: Add HTMLElement wrapper
Andreas Kling
2020-06-21
LibWeb: Generate EventTarget bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate Element bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Fix build after atob/btoa changes
Andreas Kling
2020-06-21
LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain type
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: Add some missing wrapper calls to base class initialize()
Andreas Kling
2020-06-20
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
Andreas Kling
2020-06-20
LibWeb: JS wrappers need to call base class initialize()
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-16
LibWeb: Make Element::tag_name() return a const FlyString&
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-06-08
LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object()
Andreas Kling
2020-06-06
LibWeb: Make Document::url() return URL by value
Andreas Kling
2020-06-06
LibWeb: Fix location.reload.length
Luke
2020-06-01
LibWeb: Move ResourceLoader into a new Loader/ directory
Andreas Kling
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-26
LibWeb: Add cached global attribute name FlyStrings
Andreas Kling
2020-05-26
LibWeb: Add Element.getAttribute() and Element.setAttribute() :^)
Andreas Kling
2020-05-26
LibWeb: Add document.querySelector()
Linus Groh
2020-05-25
LibWeb: Add navigator.language and navigator.languages
Linus Groh
2020-05-21
LibWeb: Ignore non-finite args in CanvasRenderingContext2D.{scale,translate}()
Linus Groh
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-21
LibWeb: Send User-Agent in HTTP requests
Andreas Kling
2020-05-21
LibWeb: Add CanvasRenderingContext2D.canvas
Linus Groh
[next]