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
/
Tab.cpp
Age
Commit message (
Expand
)
Author
2022-09-20
LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages
Andreas Kling
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-09-08
Browser: Add context menu icons
electrikmilk
2022-08-25
Applications: Use modeless windows in some apps
thankyouverycool
2022-08-07
Browser: Make Refresh action in tab context menu refresh the chosen tab
Karol Kosek
2022-08-07
Browser: Make the bookmark button use an action
Karol Kosek
2022-08-07
Browser: Show bookmark and history page lists under the their buttons
Karol Kosek
2022-08-01
Browser: Set preferred color scheme when constructing a tab
networkException
2022-07-14
Browser: Make "Go Home" open a new tab on middle mouse click
networkException
2022-07-14
Browser: Use OpenInNewTab parameter in on_bookmark_click handler
networkException
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-05-28
Browser+LibWeb+WebContent: Add ability to inspect session storage
Rafał Babiarz
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-05-05
Browser: Set all cookies at once instead adding them separately
Rafał Babiarz
2022-05-05
Browser: Rename "on_want_cookies" to match local storage equivalent
Rafał Babiarz
2022-04-09
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
Ali Mohammad Pur
2022-04-06
LibWeb+Browser: Remove Web::WebViewHooks class
Andreas Kling
2022-04-03
Browser+LibWeb+WebContent: Add ability to inspect local storage
Valtteri Koskivuori
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
Browser: Append .com when pressing CTRL+Enter in the URL text editor
Rok Povsic
2022-03-10
Browser: Replace inspector's dom_node_id with a Selection struct
Sam Atkins
2022-03-10
Browser: Show currently loading host and remaining resource count
Ben Abraham
2022-03-08
Browser+LibWeb: Add an Element size preview widget to inspector
Vrins
2022-03-02
Browser: Add storage inspector
Rafał Babiarz
2022-02-18
Browser: Add support for disabling content filtering
Maciej
2022-02-18
Browser: Update content filters if the config file changes
Maciej
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-07
Browser: Better handle ports in user input to url conversion
networkException
2022-01-21
Browser: Load icons at start of program
Dylan Katz
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-11-26
Browser: Allow custom search engine URLs that don't start http[s]://
Sam Atkins
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
Browser: Make paste access to Clipboard atomic
Ben Wiederhake
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
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-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-11
AK: Replace the mutable String::replace API with an immutable version
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-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
[next]