index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Browser
Age
Commit message (
Expand
)
Author
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-31
Applications: Use application icons for dialog windows
Brendan Coles
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-04
AK: Make the return type of dbgputstr consistent.
asynts
2020-10-04
Browser: Remove dbgln() statement that was crashing on startup
Andreas Kling
2020-10-04
Browser: Fix build after dbgf() -> dbgln() rename
Andreas Kling
2020-10-04
Browser: Use format functions instead of printf.
asynts
2020-10-02
Browser: Add a special context menu for images
Andreas Kling
2020-10-02
Browser: Move the opening of a download window to its own function
Andreas Kling
2020-09-29
LibJS: Move Console from Interpreter to GlobalObject
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-25
Meta+Applications: Make clang-format-10 clean
Ben Wiederhake
2020-09-23
Applications+IRCClient: Use new format functions.
asynts
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-21
Applications: Use placeholders in TextBoxes where applicable
Peter Elliott
2020-09-14
Browser: Move the basic Tab UI skeleton to JSON GUI
Andreas Kling
2020-09-14
Browser: Set tab text alignment from JSON GUI
Andreas Kling
2020-09-14
Browser: Generate the main browser window UI from JSON :^)
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-30
Browser: Mark default action in context menu of hyperlinks
Ben Wiederhake
2020-08-30
Browser: Mark default action in context menu of bookmarks
Ben Wiederhake
2020-08-27
Base: Create /res/graphics/ and relocate system art assets
thankyouverycool
2020-08-24
LibWeb: Move OutOfProcessWebView into the Web namespace
AnotherTest
2020-08-19
Browser: add urls to browser history on load start
Jake Wilson
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-16
Browser: Add a debug menu action for triggering a JS garbage collection
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-08-12
Browser: Avoid ninja-import of global variable
Ben Wiederhake
2020-08-05
Browser: Move bookmarks.json to ~/.config
Andreas Kling
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibCore+LibGUI: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-23
Browser: Escape JS source operators for HTML display in console
Nico Weber
2020-07-23
LibGUI: Rename GUI::Image => GUI::ImageWidget
Andreas Kling
2020-07-23
Browser: Focus input text field in JS console by default
Nico Weber
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
[next]