summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-06-07LibWeb: Fix broken paint invalidation after subframe changesAndreas Kling
2020-06-07LibWeb: Let subframes propagate paint invalidations via host elementAndreas Kling
2020-06-07LibWeb: Remove unused Document::on_layout_updated hookAndreas Kling
2020-06-07LibWeb: Open subframe links inside the subframe itselfAndreas Kling
2020-06-07LibWeb: Add per-Frame EventHandler, handle mouse events recursivelyAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-06LibWeb: Whine in debug log instead of asserting on partial layout FIXMEAndreas Kling
2020-06-06LibJS: Add Proxy objectsMatthew Olsson
2020-06-06LibJS: Value.in uses has_property instead of get().is_empty()Matthew Olsson
2020-06-06LibJS: Object.setPrototypeOf throws error on too few argumentsMatthew Olsson
2020-06-06LibJS: Add PropertyDescriptor objectMatthew Olsson
2020-06-06LibJS: Distinguish between omitted descriptor attributes and false onesMatthew Olsson
2020-06-06LibGUI: Fix TextEditor painting glitch after add_clip_rect() changeAndreas Kling
2020-06-06LibGfx: Make Painter::add_clip_rect() use logical coordinatesAndreas Kling
2020-06-06LibWeb: Make Frame::page_view() always go via main_frame()Andreas Kling
2020-06-06LibWeb: Handle EOF tokens during "text" insertionAndreas Kling
2020-06-06LibWeb: Delay sub-Frame construction until host Document is attachedAndreas Kling
2020-06-06LibWeb: Add Node notifications for Document<=>Frame attach/detachAndreas Kling
2020-06-06LibWeb: Show error page if we can't handle a frame's main resourceAndreas Kling
2020-06-06LibWeb: Let Resource figure out its own encoding and MIME typeAndreas Kling
2020-06-06LibWeb: Always scroll PageView to top when a new document is setAndreas Kling
2020-06-06LibWeb: Turn FrameLoader into a ResourceClientAndreas Kling
2020-06-06LibWeb: Make Document::url() return URL by valueAndreas Kling
2020-06-06LibWeb: Use FrameLoader to load iframes :^)Andreas Kling
2020-06-06LibWeb: Add a FrameLoader class and move PageView's loading logic thereAndreas Kling
2020-06-06LibJS: Fix rest-params test to take function hoisting into accountMarcin Gasperowicz
2020-06-06LibJS: Hoist function declarationsMarcin Gasperowicz
2020-06-06LibWeb: Fix location.reload.lengthLuke
2020-06-06LibWeb: Fully implement all script tokenizer statesLuke
2020-06-05LibWeb: Start adding support for the <iframe> element! :^)Andreas Kling
2020-06-05LibWeb: Assert that we don't reuse cached resources with wrong typeAndreas Kling
2020-06-05LibWeb: Fix mismatching Resource subclass typesAndreas Kling
2020-06-05LibWeb: Parse param/source/track start tags during "in body" insertionAndreas Kling
2020-06-05LibWeb: Simplify LayoutWidget layoutAndreas Kling
2020-06-05LibWeb: Don't assign style to LayoutWidgetsAndreas Kling
2020-06-05LibWeb: Make <canvas> use the generic replaced layout algorithmAndreas Kling
2020-06-05LibWeb: Start implementing proper layout of replaced elementsAndreas Kling
2020-06-05LibWeb: Improve computation of a layout node's containing blockAndreas Kling
2020-06-05LibWeb: Don't create a layout node for <noscript> when scripting enabledAndreas Kling
2020-06-05LibCrypto: Add a simple SignedBigIntegerAnotherTest
2020-06-05LibWeb: Fix parsing of "<textarea></textarea>"Andreas Kling
2020-06-05LibWeb: Fix missing tokenizer state change in RCDATALessThanSignAndreas Kling
2020-06-04LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8Andreas Kling
2020-06-04LibWeb: Make the new HTML parser parse input as UTF-8Andreas Kling
2020-06-04LibWeb: Fix incorrectly consumed characters after reference tokensAndreas Kling
2020-06-04LibWeb: Process style sheets in document orderAndreas Kling
2020-06-04LibWeb: Fix <body> and <img> elements not parsing their class attributeAndreas Kling
2020-06-04LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 portAndreas Kling
2020-06-04LibTLS: Simplify record padding logic and ASSERT more assumptionsAnotherTest
2020-06-04LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSizeAnotherTest