ladybird/Libraries/LibWeb
Andreas Kling 6496895b16 LibWeb: <iframe src> same-origin check should be based on host document
We were basing the src attribute's cross-origin check on whatever was
currently loaded in the iframe, instead of the surrounding document.

Fixes #4236.
2020-12-08 17:49:02 +01:00
..
Bindings LibWeb: Complete the URL in href_setter() before trying to load it 2020-12-02 10:08:29 +01:00
CodeGenerators LibWeb: Don't generate a wrap() function for the Event IDL interface 2020-11-27 13:54:58 +01:00
CSS LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bit 2020-12-07 21:37:00 +01:00
DOM LibWeb: Cache parsed inline style of DOM elements 2020-12-07 20:00:27 +01:00
HighResolutionTime LibWeb: Make event dispatching spec-compliant 2020-11-22 18:20:56 +01:00
HTML LibWeb: <iframe src> same-origin check should be based on host document 2020-12-08 17:49:02 +01:00
Layout LibWeb: Compute final line box width *after* placing all fragments 2020-12-07 21:48:23 +01:00
Loader LibWeb: Use standardized encoding names, add encoding attribute to document 2020-11-14 10:14:03 +01:00
Page LibWeb: Layout viewport rect was lagging behind when resizing 2020-12-02 23:50:19 +01:00
Painting LibWeb: Move border painting from Layout::Box to a free function 2020-12-04 18:02:21 +01:00
Scripts
SVG LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
Tests
UIEvents LibWeb: Add HTML::EventNames and UIEvents::EventNames 2020-11-22 18:20:56 +01:00
CMakeLists.txt LibWeb: Move border painting from Layout::Box to a free function 2020-12-04 18:02:21 +01:00
DOMTreeModel.cpp
DOMTreeModel.h
Dump.cpp LibWeb: Make layout tree dumps nicer 2020-12-07 19:40:12 +01:00
Dump.h LibWeb: Make layout tree dumps nicer 2020-12-07 19:40:12 +01:00
FontCache.cpp
FontCache.h
Forward.h LibWeb: Cache parsed inline style of DOM elements 2020-12-07 20:00:27 +01:00
InProcessWebView.cpp LibWeb: Don't layout twice for every InProcessWebView resize event 2020-12-02 23:50:19 +01:00
InProcessWebView.h LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
LayoutTreeModel.cpp LibWeb: Rename LayoutNode::is_root() => is_initial_containing_block() 2020-12-04 16:27:07 +01:00
LayoutTreeModel.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp
OutOfProcessWebView.h
QualifiedName.h
StylePropertiesModel.cpp
StylePropertiesModel.h
TreeNode.h LibWeb: Two more edge cases for TreeNode::insert_before. 2020-11-27 23:23:33 +01:00
URLEncoder.cpp
URLEncoder.h
WebContentClient.cpp
WebContentClient.h
WebViewHooks.h