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
/
Applications
/
Browser
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
LibWeb+Browser: Show DOM comments with syntax_comment color in inspector
Andreas Kling
2021-10-31
Browser: Add "Color scheme" setting
Sam Atkins
2021-10-07
Browser: Use reorderable tabs
Peter Elliott
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-05
Everywhere: Change from http to https where feasible
Ben Wiederhake
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-09-29
Browser: Use CommonActions where possible and various fixes
Marcus Nilsson
2021-09-27
LibWeb+Browser: Make ad blocking work in the multi-process world
Andreas Kling
2021-09-18
LibWeb: Remove the unused LayoutTreeModel
Andreas Kling
2021-09-17
Browser: Remove redundant tab::view() call from the tab constructor
Eyad Hossam
2021-09-13
Browser: Rename "DOM Inspector" to just "Inspector"
Andreas Kling
2021-09-13
Browser: Add some UI padding in the Inspector widget
Andreas Kling
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-11
Browser: Use String::count instead of String::replace(X, X, true)
Idan Horowitz
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-06
Browser+WebContent: Initialize WebContentConsoleClient earlier
Sam Atkins
2021-09-06
Browser: Convert JS ConsoleWidget to new API
Sam Atkins
2021-09-06
Browser: Reconnect the JS console when the current page changes
Sam Atkins
2021-09-06
Browser: Move `show_console_window()` to Tab
Sam Atkins
2021-09-06
Browser: Delete unused BrowserConsoleClient.{h,cpp}
Sam Atkins
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-02
Browser: Reload the DOM Inspector's JSON data when loading a new page
Sam Atkins
2021-09-02
Browser: Reset the DOM Inspector's state when re-opening it
Sam Atkins
2021-09-02
Browser: Implement "Inspect Element" context menu action
Sam Atkins
2021-09-02
LibWeb+WebContent: Implement asynchronous DOM Node properties call
Sam Atkins
2021-09-02
Browser: Display style properties in DOM Inspector
Sam Atkins
2021-09-02
LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModel
Sam Atkins
2021-09-02
Browser: Remove residual InProcessWebView code from DOM Inspector
Sam Atkins
2021-09-02
Browser: Prevent opening multiple DOM Inspectors for the same Tab
Sam Atkins
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-26
Browser: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-24
Browser: Use OutOfProcessWebView for the Browser JavaScript console
Andreas Kling
2021-08-24
Browser: Remove single-process mode :^)
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-23
Browser: Add "Inspect Element" to context menu :^)
Sam Atkins
2021-08-23
Browser: Hide inspected-element outline when DOM Inspector is closed
Sam Atkins
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
Browser: Add Ctrl-D keyboard shortcut for bookmarking the current page
Rob Ryan
2021-08-18
LibGUI+Browser: Add UrlBox class
Rob Ryan
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-08
Browser+LibWeb: Silence some debug spams
TheFightingCatfish
2021-08-08
Browser+LibWeb: Make sure the default favicon is loaded
TheFightingCatfish
2021-08-06
Browser: Add more tab options
TheFightingCatfish
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-02
Browser: Tweak vertical spacing in per-tab UI layout
Andreas Kling
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-31
Browser: Change "Custom" => "Custom..." in menus where appropriate
Andreas Kling
[next]