index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-06
LibJS: Implement string concatenation using ropes
Andreas Kling
2022-08-05
LibGUI: Register "bitmap" GML property for ImageWidget
thankyouverycool
2022-08-05
LibGUI+Applications: Govern Splitter resizing by opportunistic growth
thankyouverycool
2022-08-05
LibGUI: Calculate maximum primary size for Splitter resizees
thankyouverycool
2022-08-05
LibJS: Run clang-format on Realm.cpp
Andreas Kling
2022-08-05
LibWeb: Port web workers to the "create a new JavaScript realm" API
Andreas Kling
2022-08-05
LibWeb: Don't paint non-visible frames
Andreas Kling
2022-08-05
LibJS: Actually create a new Realm in $262.createRealm()
Andreas Kling
2022-08-05
LibWeb: Support assigning to window.location
Andreas Kling
2022-08-05
LibWeb: Bring browsing context creation closer to spec
Andreas Kling
2022-08-05
LibWeb: Add API for setting a document's referrer
Andreas Kling
2022-08-05
LibWeb: Store document origin as a HTML::Origin object
Andreas Kling
2022-08-05
LibGfx: Don't use Span<u32> as hash key for cached emojis
Andreas Kling
2022-08-05
LibWeb: Clear the "is initial about:blank" flag in Document.write()
Andreas Kling
2022-08-05
LibWeb: Use Document::m_type to check for XML documents
Andreas Kling
2022-08-05
LibWeb: Show iframe URLs in layout tree dumps
Andreas Kling
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-08-05
LibWeb: Add HTML::NavigationParams
Andreas Kling
2022-08-05
LibJS: Make Interpreter::create() call InitializeHostDefinedRealm()
Andreas Kling
2022-08-05
LibJS: Implement a more general InitializeHostDefinedRealm AO
Andreas Kling
2022-08-05
LibWeb: Add a way to construct HTML::Window without a DOM::Document
Andreas Kling
2022-08-05
LibWeb: Always put a dummy execution context on the main thread VM stack
Andreas Kling
2022-08-05
LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow
Andreas Kling
2022-08-05
LibWeb: Add HTML::SandboxingFlagSet
Andreas Kling
2022-08-05
LibWeb: Add HTML::CrossOriginOpenerPolicyEnforcementResult
Andreas Kling
2022-08-05
LibWeb: Add HTML::CrossOriginOpenerPolicy
Andreas Kling
2022-08-05
LibWeb: Move DOM::Document factory functions out of line
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-08-05
LibJS: Remove unused ShapeWithoutGlobalObject constructor mechanism
Andreas Kling
2022-08-05
LibWeb: Remove page_did_set_document_in_top_level_browsing_context()
Andreas Kling
2022-08-05
LibWeb: Add browsing context "still on its initial about:blank Document"
Andreas Kling
2022-08-05
LibWeb: Add basic skeleton of HTML "session history" to BrowsingContext
Andreas Kling
2022-08-05
LibWeb: Add the "is initial about:blank" flag to DOM::Document
Andreas Kling
2022-08-04
LibMarkdown: Fix coloring of the first line
demostanis
2022-08-04
LibMarkdown: Indent code blocks
demostanis
2022-08-04
LibGUI: Let Toolbars collapse into an overflow menu
thankyouverycool
2022-08-04
LibGUI: Let Buttons set their menu popup position
thankyouverycool
2022-08-04
LibGUI: Remove button padding on Toolbar construction
thankyouverycool
2022-08-04
LibGUI: Remove useless frame members from Toolbar
thankyouverycool
2022-08-04
LibGfx: Improve error handling for BitmapFonts
thankyouverycool
2022-08-04
LibMarkdown: Implement the image size extension
MacDue
2022-08-03
LibJS: Add previously skipped assertion in RegulateTime
Linus Groh
2022-08-03
LibJS: Only coerce value once in BigInt constructor
davidot
2022-08-02
LibHTTP+WebServer: Add querystring support
0xbigshaq
2022-08-02
LibC+LibCore: Use tm_isdst to handle time zone offsets in DST
Timothy Flynn
2022-08-02
LibC: Split time_t range validation to separate helper function
Timothy Flynn
2022-08-02
LibC: Cache the time zone name found by tzset()
Timothy Flynn
2022-08-02
LibWeb: Declare variable with the auto keyword
Kenneth Myhra
2022-08-02
LibWeb: Make sure Blob type is not outside range 0x0020-0x007E
Kenneth Myhra
[next]