.. |
Bindings
|
aeb72fe9d0
LibJS: Reduce header dependency graph in Realm.h
|
пре 3 година |
CSS
|
b51f428165
LibWeb: Parse multiple box-shadows :^)
|
пре 3 година |
Cookie
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
пре 3 година |
Crypto
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
пре 3 година |
DOM
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
пре 3 година |
DOMParsing
|
7619dbdbb4
LibWeb: Clean up static function in header
|
пре 3 година |
DumpLayoutTree
|
b8f11b1bae
Everywhere: Remove unused ArgsParser header
|
пре 3 година |
Encoding
|
de90d54be0
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
|
пре 3 година |
Geometry
|
3c0b55c284
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
|
пре 3 година |
HTML
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
пре 3 година |
HighResolutionTime
|
0ee457dfdf
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
|
пре 3 година |
IntersectionObserver
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
пре 3 година |
Layout
|
41fe02e012
LibWeb: Rename "frame" to "browsing_context" in various places
|
пре 3 година |
Loader
|
378bca8b0c
LibWeb: Make debug logging of resource load errors red instead of green
|
пре 3 година |
NavigationTiming
|
e1287a9a45
LibWeb: Use RefCountForwarder for NavigationTiming::PerformanceTiming
|
пре 3 година |
Page
|
48c6cf92e3
LibWeb: Add `pointer-events: all`
|
пре 3 година |
Painting
|
dbe5af3c6f
LibWeb: Keep tree order of sibling stacking contexts with same z-index
|
пре 3 година |
RequestIdleCallback
|
11bb6e045f
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
|
пре 3 година |
ResizeObserver
|
fdc1c15064
LibWeb: Stub out a basic ResizeObserver interface
|
пре 3 година |
SVG
|
bf178e0196
LibWeb: Implement SVG `S` (SmoothCurve) commands
|
пре 3 година |
Scripts
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
пре 4 година |
Selection
|
5c9ca5c2dc
LibWeb: Stub out a basic Selection interface
|
пре 3 година |
Tests
|
54454952e0
LibWeb: Capture <script> element's node document on execution
|
пре 3 година |
UIEvents
|
438c5bce6c
LibWeb: Add MouseEvent.x and MouseEvent.y
|
пре 3 година |
URL
|
d7998c5dbd
LibWeb: Accept array pairs in URLSearchParams constructor
|
пре 3 година |
WebAssembly
|
1c4c251be3
LibJS+Everywhere: Remove all VM::clear_exception() calls
|
пре 3 година |
XHR
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
пре 3 година |
CMakeLists.txt
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
пре 3 година |
DOMTreeModel.cpp
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
пре 3 година |
DOMTreeModel.h
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
пре 3 година |
Dump.cpp
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
пре 3 година |
Dump.h
|
57a25139a5
LibWeb: Implement `@supports` rule :^)
|
пре 3 година |
FontCache.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
пре 4 година |
FontCache.h
|
96895cd22c
Everywhere: Fully qualify font names by including their slope
|
пре 3 година |
Forward.h
|
11eedc309a
LibWeb: Implement ErrorEvent
|
пре 3 година |
ImageDecoding.cpp
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
пре 3 година |
ImageDecoding.h
|
e017fe92e6
LibWeb: Move ImageDecoder client connection singleton to its own file
|
пре 3 година |
InProcessWebView.cpp
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
пре 3 година |
InProcessWebView.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
пре 3 година |
Namespace.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
пре 4 година |
Namespace.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
пре 4 година |
Origin.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
пре 4 година |
OutOfProcessWebView.cpp
|
65bd4477db
LibWeb: Plumb OOPWV focus state across the IPC boundary
|
пре 3 година |
OutOfProcessWebView.h
|
65bd4477db
LibWeb: Plumb OOPWV focus state across the IPC boundary
|
пре 3 година |
QualifiedName.h
|
19731fc14c
LibWeb: Use HTML-uppercased qualified name for the Element node name
|
пре 4 година |
StylePropertiesModel.cpp
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
пре 3 година |
StylePropertiesModel.h
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
пре 3 година |
TreeNode.h
|
9358f108c4
LibWeb: Add TreeNode<T>::next_in_pre_order(T* stay_within) variant
|
пре 3 година |
WebContentClient.cpp
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
пре 3 година |
WebContentClient.h
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
пре 3 година |
WebViewHooks.h
|
54bbb97ac6
Browser+LibWeb+WebContent: Add variables display to Inspector
|
пре 3 година |