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
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
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
Browser: Prevent opening multiple DOM Inspectors for the same Tab
Sam Atkins
2021-08-24
Browser: Remove single-process mode :^)
Andreas Kling
2021-08-23
Browser: Add "Inspect Element" to context menu :^)
Sam Atkins
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-06
Browser: Add more tab options
TheFightingCatfish
2021-07-30
Browser: Show a message when attempting to search with no search engine
Sam Atkins
2021-07-25
LibGUI+Browser: Do not paste bitmaps
TheFightingCatfish
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-14
Browser: Escape an ampersand in the menu to avoid making a shortcut
Karol Kosek
2021-07-14
Browser: Add context menu item for selecting all text
Timothy Flynn
2021-07-14
Browser: Add context menu item for copying selected text
Timothy Flynn
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-25
Browser: Add alternate shortcut F6 for focusing the location box
Aatos Majava
2021-06-13
Browser: Add close on finished checkbox to download widget
Marcus Nilsson
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-29
Browser: Add title to go back/forward context menu
Marcus Nilsson
2021-05-23
Browser: Add context menu with history for back/forward button
Marcus Nilsson
2021-05-21
Browser: Stop leaking popup windows
Andreas Kling
2021-05-20
TextEditor+Browser: Enable HTML syntax highlighting on HTML documents
Ali Mohammad Pur
2021-05-19
Browser: Do not use AK::Format for search engine formatting
Maciej Zygmanowski
2021-05-18
Browser: Move actions from Tab to BrowserWindow
Andreas Kling
2021-05-18
Browser: Move menu management from Tab to BrowserWindow
Andreas Kling
2021-05-14
Browser: Don't spawn RequestServer and WebSocket in multi-process mode
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-30
Browser: Add FrogFind search engine
Maciej Zygmanowski
2021-04-29
Browser: Display search engine format in statusbar
Maciej Zygmanowski
[next]