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
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-08-26
Browser: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-24
Browser: Remove single-process mode :^)
Andreas Kling
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-06-09
Browser: Fix crash on download
Timothy
2021-05-18
Browser: Move menu management from Tab to BrowserWindow
Andreas Kling
2021-05-17
Browser: Move main browser window logic into a BrowserWindow class
Andreas Kling
2021-05-14
Browser: Don't spawn RequestServer and WebSocket in multi-process mode
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Browser: Use URL for window title if tab title is empty
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Browser: Save search engine setting to preferences
Maciej Zygmanowski
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
Browser: Display full UserAgent string in status bar on menu hover
Idan Horowitz
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-12
Browser: Add debug command to dump cookies
Timothy Flynn
2021-04-11
Browser+LibWeb: Add hooks for getting and setting cookies
Timothy Flynn
2021-04-09
Browser: Add a separator line below the menu while in multi-tab mode
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-30
Browser: Turn on multi-process mode by default :^)
Andreas Kling
2021-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling