index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Bindings
Age
Commit message (
Expand
)
Author
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Window
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Navigator
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Location
Idan Horowitz
2021-07-05
LibWeb: Add DOMParser
Luke
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-16
LibJS: Respect Object::get's without_side_effects parameter for numbers
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-05-31
LibWeb: Return null in Window.{top,parent} if browsing context is null
Luke
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-26
LibWeb: Implement a very basic WebAssembly JS API
Ali Mohammad Pur
2021-05-07
LibWeb: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-23
LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()
Andreas Kling
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
LibWeb: Actually return an empty value when an exception is thrown via
AnotherTest
2021-04-13
LibWeb: Make ExceptionOr work with non-JS::Value types
AnotherTest
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-12
LibWeb: Add Window.parent and fix Window.top attributes
Luke
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-07
LibWeb: Implement window.top
Andreas Kling
2021-04-06
LibWeb: Add ProcessingInstruction node
Luke
2021-04-04
LibWeb: Remove document_setter from Window.document
Luke
2021-04-04
LibWeb: Implement the Screen interface
Linus Groh
2021-04-03
LibWeb: Set Constructor.name and Prototype.constructor of generated interfaces
Linus Groh
2021-03-21
LibWeb: Add legacy Image factory function
Luke
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-16
LibWeb: Invalidate element style after setting Element.style.foo
Andreas Kling
2021-03-16
LibWeb: Add Window.innerWidth and Window.innerHeight
Andreas Kling
2021-03-15
LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper
Andreas Kling
2021-03-09
LibWeb: Expose new CSS interfaces on the window object
Luke
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibWeb: Move ExceptionOr bindings utils into own header
Linus Groh
2021-02-20
LibWeb: Implement Window.prompt()
Linus Groh
2021-02-20
LibWeb: Add DOM::DOMException class and bindings
Linus Groh
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling
2021-01-23
LibWeb: Add XHREventTarget and ProgressEvent constructors to Window
Luke
2021-01-23
LibWeb: Remove Range constructor/prototype caches from WindowObject
Andreas Kling
2021-01-23
LibWeb: Generate JS bindings for Range from IDL :^)
Andreas Kling
[next]