.. |
Bindings
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 tahun lalu |
CSS
|
05eb68d452
LibWeb: Make :root selector match <html> element only
|
3 tahun lalu |
Cookie
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 tahun lalu |
Crypto
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 tahun lalu |
DOM
|
646b37d1a9
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
|
3 tahun lalu |
DOMParsing
|
7619dbdbb4
LibWeb: Clean up static function in header
|
3 tahun lalu |
DumpLayoutTree
|
b8f11b1bae
Everywhere: Remove unused ArgsParser header
|
3 tahun lalu |
Encoding
|
de90d54be0
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
|
3 tahun lalu |
Geometry
|
3c0b55c284
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
|
3 tahun lalu |
HTML
|
820e99f97d
LibWeb: Add initial implementation for WorkerGlobalScope
|
3 tahun lalu |
HighResolutionTime
|
5aacec65ab
LibWeb: Rewrite EventTarget to more closely match the spec
|
3 tahun lalu |
IntersectionObserver
|
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
3 tahun lalu |
Layout
|
0ba2a3ff30
LibWeb: Don't fill or stroke SVG <path> with transparent color
|
3 tahun lalu |
Loader
|
378bca8b0c
LibWeb: Make debug logging of resource load errors red instead of green
|
3 tahun lalu |
NavigationTiming
|
e1287a9a45
LibWeb: Use RefCountForwarder for NavigationTiming::PerformanceTiming
|
3 tahun lalu |
Page
|
bf7f6a9e98
LibWeb: Implement EventHandler::focus_previous_element()
|
3 tahun lalu |
Painting
|
a796207b9f
LibWeb: Paint box-shadows more efficiently
|
3 tahun lalu |
RequestIdleCallback
|
11bb6e045f
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
|
3 tahun lalu |
ResizeObserver
|
fdc1c15064
LibWeb: Stub out a basic ResizeObserver interface
|
3 tahun lalu |
SVG
|
bf178e0196
LibWeb: Implement SVG `S` (SmoothCurve) commands
|
3 tahun lalu |
Scripts
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 tahun lalu |
Selection
|
5c9ca5c2dc
LibWeb: Stub out a basic Selection interface
|
3 tahun lalu |
Tests
|
54454952e0
LibWeb: Capture <script> element's node document on execution
|
3 tahun lalu |
UIEvents
|
438c5bce6c
LibWeb: Add MouseEvent.x and MouseEvent.y
|
3 tahun lalu |
URL
|
d7998c5dbd
LibWeb: Accept array pairs in URLSearchParams constructor
|
3 tahun lalu |
WebAssembly
|
bc183dbbcb
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
|
3 tahun lalu |
XHR
|
5aacec65ab
LibWeb: Rewrite EventTarget to more closely match the spec
|
3 tahun lalu |
CMakeLists.txt
|
820e99f97d
LibWeb: Add initial implementation for WorkerGlobalScope
|
3 tahun lalu |
DOMTreeModel.cpp
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 tahun lalu |
DOMTreeModel.h
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
3 tahun lalu |
Dump.cpp
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
3 tahun lalu |
Dump.h
|
57a25139a5
LibWeb: Implement `@supports` rule :^)
|
3 tahun lalu |
FontCache.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
FontCache.h
|
96895cd22c
Everywhere: Fully qualify font names by including their slope
|
3 tahun lalu |
Forward.h
|
820e99f97d
LibWeb: Add initial implementation for WorkerGlobalScope
|
3 tahun lalu |
ImageDecoding.cpp
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 tahun lalu |
ImageDecoding.h
|
e017fe92e6
LibWeb: Move ImageDecoder client connection singleton to its own file
|
3 tahun lalu |
InProcessWebView.cpp
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
3 tahun lalu |
InProcessWebView.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 tahun lalu |
Namespace.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
Namespace.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
Origin.h
|
a856cf8d4c
LibWeb: Allow using Origin as a HashMap key
|
3 tahun lalu |
OutOfProcessWebView.cpp
|
65bd4477db
LibWeb: Plumb OOPWV focus state across the IPC boundary
|
3 tahun lalu |
OutOfProcessWebView.h
|
65bd4477db
LibWeb: Plumb OOPWV focus state across the IPC boundary
|
3 tahun lalu |
QualifiedName.h
|
19731fc14c
LibWeb: Use HTML-uppercased qualified name for the Element node name
|
4 tahun lalu |
StylePropertiesModel.cpp
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 tahun lalu |
StylePropertiesModel.h
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
3 tahun lalu |
TreeNode.h
|
9358f108c4
LibWeb: Add TreeNode<T>::next_in_pre_order(T* stay_within) variant
|
3 tahun lalu |
WebContentClient.cpp
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 tahun lalu |
WebContentClient.h
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 tahun lalu |
WebViewHooks.h
|
54bbb97ac6
Browser+LibWeb+WebContent: Add variables display to Inspector
|
3 tahun lalu |