Sam Atkins 4c54c5d3dd LibWeb: Split StyleValueList out of StyleValue.{h,cpp} 2 năm trước cách đây
..
ARIA a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 năm trước cách đây
Bindings 89ebef9730 LibWeb: Add a list of the entry names in the PerformanceTiming interface 2 năm trước cách đây
CSS 4c54c5d3dd LibWeb: Split StyleValueList out of StyleValue.{h,cpp} 2 năm trước cách đây
Cookie a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 năm trước cách đây
Crypto e8550ed21d LibWeb: Move code that generates uuid into separate function 2 năm trước cách đây
DOM 9e00ef0849 LibWeb: Pass scope in ParentNode::query_selector_all 2 năm trước cách đây
DOMParsing c0b2fa74ac LibWeb: Fix a few const-ness issues 2 năm trước cách đây
Encoding 11b40dbcf5 LibWeb/WebIDL: Store SimpleException message as a String{,View} variant 2 năm trước cách đây
Fetch d005b1ad1b LibWeb: Support loading file:// URLs via fetch (through ResourceLoader) 2 năm trước cách đây
FileAPI c0b2fa74ac LibWeb: Fix a few const-ness issues 2 năm trước cách đây
Geometry 4c3f1481ea LibWeb: Remove FIXME for existing `[Default] object toJSON()`functions 2 năm trước cách đây
HTML 4b711932cc LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} 2 năm trước cách đây
HighResolutionTime cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 năm trước cách đây
Infra 64bda6de2a LibWeb: Use equals_ignoring_ascii_case() in infra helper 2 năm trước cách đây
IntersectionObserver 385b880862 LibWeb: Make factory method of IntersectionObserver fallible 2 năm trước cách đây
Layout 4c54c5d3dd LibWeb: Split StyleValueList out of StyleValue.{h,cpp} 2 năm trước cách đây
Loader 652676fdc1 LibWeb: Make ResourceLoader insert a Content-Type header for file:// 2 năm trước cách đây
MimeSniff f65cbeef5c LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case} 2 năm trước cách đây
NavigationTiming 89ebef9730 LibWeb: Add a list of the entry names in the PerformanceTiming interface 2 năm trước cách đây
Page f8b6369c23 WebContent+Everywhere: Add a WebContent IPC to activate a tab 2 năm trước cách đây
Painting cd06b1341b LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp} 2 năm trước cách đây
PerformanceTimeline 31b507afbf LibWeb: Introduce Performance Timeline and its Performance functions 2 năm trước cách đây
Platform 90cc45b7ec LibWeb: Convert Platform::Timer to JS::SafeFunction 2 năm trước cách đây
ReferrerPolicy 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 năm trước cách đây
RequestIdleCallback b410804f54 LibWeb/HTML: Port Window.requestIdleCallback() to IDL 2 năm trước cách đây
ResizeObserver ff2a991e19 LibWeb: Make factory method of ResizeObserver::ResizeObserver fallible 2 năm trước cách đây
SVG 4b711932cc LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} 2 năm trước cách đây
Scripts faab2fe101 LibWeb: Store stylesheet sources as StringViews 2 năm trước cách đây
SecureContexts 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 năm trước cách đây
Selection dcbe927b48 LibWeb: Make factory method of Selection::Selection fallible 2 năm trước cách đây
Streams d69e863286 LibWeb: Propagate error in factory method of Streams::ReadableStream 2 năm trước cách đây
Tests edfef8e2f5 Everywhere: Rename WrapperGenerator to BindingsGenerator 2 năm trước cách đây
UIEvents db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 năm trước cách đây
URL 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 năm trước cách đây
UserTiming cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 năm trước cách đây
WebAssembly 8bba53bdff LibWeb: Remove remaining WebAssemblyObject data to the namespace file 2 năm trước cách đây
WebDriver 4f496e97fe LibWeb: Add keep-alive in response headers if it present in request 2 năm trước cách đây
WebGL fe6b82b01c LibWeb: Port WebGLContextEvent to new String 2 năm trước cách đây
WebIDL 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 năm trước cách đây
WebSockets eed69e5093 LibWeb: Port MessageEvent to new String 2 năm trước cách đây
XHR ddec4cd7f2 LibWeb: Create the correct error objects in XHR::handle_errors 2 năm trước cách đây
XML 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 năm trước cách đây
CMakeLists.txt 4c54c5d3dd LibWeb: Split StyleValueList out of StyleValue.{h,cpp} 2 năm trước cách đây
Dump.cpp c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 năm trước cách đây
Dump.h 72d817d4ea LibWeb+Browser+Ladybird: Add menu action to dump paint tree 2 năm trước cách đây
FontCache.cpp 5146b9b35e LibWeb: Scale the font when painting the text on buttons 2 năm trước cách đây
FontCache.h 5146b9b35e LibWeb: Scale the font when painting the text on buttons 2 năm trước cách đây
Forward.h cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 năm trước cách đây
Namespace.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 năm trước cách đây
Namespace.h db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 năm trước cách đây
PixelUnits.h dbc04bbf1b LibWeb: Use type-correct hashing and formatting functions for pixels 2 năm trước cách đây
TreeNode.h 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell 2 năm trước cách đây
idl_files.cmake cbe0901706 LibWeb: Implement performance.mark and performance.clearMarks 2 năm trước cách đây