summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-08-06LibJS+LibWeb: Restore type safety of Realm::set_global_object()Linus Groh
2022-08-06LibJS: Implement string concatenation using ropesAndreas Kling
2022-08-05LibGUI: Register "bitmap" GML property for ImageWidgetthankyouverycool
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
2022-08-05LibGUI: Calculate maximum primary size for Splitter resizeesthankyouverycool
2022-08-05LibJS: Run clang-format on Realm.cppAndreas Kling
2022-08-05LibWeb: Port web workers to the "create a new JavaScript realm" APIAndreas Kling
2022-08-05LibWeb: Don't paint non-visible framesAndreas Kling
2022-08-05LibJS: Actually create a new Realm in $262.createRealm()Andreas Kling
2022-08-05LibWeb: Support assigning to window.locationAndreas Kling
2022-08-05LibWeb: Bring browsing context creation closer to specAndreas Kling
2022-08-05LibWeb: Add API for setting a document's referrerAndreas Kling
2022-08-05LibWeb: Store document origin as a HTML::Origin objectAndreas Kling
2022-08-05LibGfx: Don't use Span<u32> as hash key for cached emojisAndreas Kling
2022-08-05LibWeb: Clear the "is initial about:blank" flag in Document.write()Andreas Kling
2022-08-05LibWeb: Use Document::m_type to check for XML documentsAndreas Kling
2022-08-05LibWeb: Show iframe URLs in layout tree dumpsAndreas Kling
2022-08-05LibWeb: Start implementing "create and initialize a Document" from HTMLAndreas Kling
2022-08-05LibWeb: Add HTML::NavigationParamsAndreas Kling
2022-08-05LibJS: Make Interpreter::create() call InitializeHostDefinedRealm()Andreas Kling
2022-08-05LibJS: Implement a more general InitializeHostDefinedRealm AOAndreas Kling
2022-08-05LibWeb: Add a way to construct HTML::Window without a DOM::DocumentAndreas Kling
2022-08-05LibWeb: Always put a dummy execution context on the main thread VM stackAndreas Kling
2022-08-05LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindowAndreas Kling
2022-08-05LibWeb: Add HTML::SandboxingFlagSetAndreas Kling
2022-08-05LibWeb: Add HTML::CrossOriginOpenerPolicyEnforcementResultAndreas Kling
2022-08-05LibWeb: Add HTML::CrossOriginOpenerPolicyAndreas Kling
2022-08-05LibWeb: Move DOM::Document factory functions out of lineAndreas Kling
2022-08-05LibJS: Let Shape store a Realm instead of a GlobalObjectAndreas Kling
2022-08-05LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanismAndreas Kling
2022-08-05LibWeb: Remove page_did_set_document_in_top_level_browsing_context()Andreas Kling
2022-08-05LibWeb: Add browsing context "still on its initial about:blank Document"Andreas Kling
2022-08-05LibWeb: Add basic skeleton of HTML "session history" to BrowsingContextAndreas Kling
2022-08-05LibWeb: Add the "is initial about:blank" flag to DOM::DocumentAndreas Kling
2022-08-04LibMarkdown: Fix coloring of the first linedemostanis
2022-08-04LibMarkdown: Indent code blocksdemostanis
2022-08-04LibGUI: Let Toolbars collapse into an overflow menuthankyouverycool
2022-08-04LibGUI: Let Buttons set their menu popup positionthankyouverycool
2022-08-04LibGUI: Remove button padding on Toolbar constructionthankyouverycool
2022-08-04LibGUI: Remove useless frame members from Toolbarthankyouverycool
2022-08-04LibGfx: Improve error handling for BitmapFontsthankyouverycool
2022-08-04LibMarkdown: Implement the image size extensionMacDue
2022-08-03LibJS: Add previously skipped assertion in RegulateTimeLinus Groh
2022-08-03LibJS: Only coerce value once in BigInt constructordavidot
2022-08-02LibHTTP+WebServer: Add querystring support0xbigshaq
2022-08-02LibC+LibCore: Use tm_isdst to handle time zone offsets in DSTTimothy Flynn
2022-08-02LibC: Split time_t range validation to separate helper functionTimothy Flynn
2022-08-02LibC: Cache the time zone name found by tzset()Timothy Flynn
2022-08-02LibWeb: Declare variable with the auto keywordKenneth Myhra
2022-08-02LibWeb: Make sure Blob type is not outside range 0x0020-0x007EKenneth Myhra