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
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-10
LibWeb: Generate exposed Window/Worker interfaces as lazy objects
Timothy Flynn
2023-01-10
LibWeb: Remove Intrinsics::cached_web_prototype
Timothy Flynn
2023-01-10
LibWeb: Convert uses of cached_web_prototype to ensure_web_prototype
Timothy Flynn
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-10
LibWeb: Generate dedicated methods to create Web constructors/prototypes
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibWeb: Add PlatformObject::implements_interface(String)
Andreas Kling
2022-11-23
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
Andreas Kling
2022-11-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-13
LibWeb: Implement `window.location.origin`
Igor Pissolati
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-30
LibWeb: Implement the fetch() method :^)
Linus Groh
2022-10-29
LibWeb: Ensure dom_exception_to_throw_completion() always takes a VM
Linus Groh
2022-10-25
LibWeb: Remove old assertion in host_enqueue_promise_job context hack
Luke Wilde
2022-10-24
LibWeb: Implement recent changes to module script fetching
networkException
2022-10-24
LibWeb: Teach MainThreadVM about module scripts
Linus Groh
2022-10-20
LibWeb: Hang on to the internal realm with a JS::Handle
Andreas Kling
2022-10-20
LibWeb: Prevent GC from running during intrinsics allocation
Andreas Kling
2022-10-20
LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObject
Andreas Kling
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-10-09
LibWeb: Make HostDefined and Intrinsics free functions [[nodiscard]]
Andrew Kaster
2022-10-09
LibWeb: Re-implement HTML::Navigator using IDL
Andrew Kaster
2022-10-09
LibWeb: Delete WindowObjectHelper and use new generated helper instead
Andrew Kaster
2022-10-06
LibWeb: Implement two module related host hooks
networkException
2022-10-05
LibWeb: Prepare to run callback in host_enqueue_promise_job()
Linus Groh
2022-10-04
LibWeb: Add FileList from the FileAPI spec
Andrew Kaster
2022-10-01
LibWeb: Remove the internal window object from WebEngineCustomData
Andrew Kaster
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Use prototype and constructor methods from new Intrinsics
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-27
LibWeb: Implement '5.5. Response class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOr
Linus Groh
[next]