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-04-12
Browser: Process Domain cookie attribute
Timothy Flynn
2021-04-12
Browser: Process Max-Age cookie attribute
Timothy Flynn
2021-04-12
Browser: Parse cookie attribute name-value pairs
Timothy Flynn
2021-04-11
Browser+LibWeb: Add hooks for getting and setting cookies
Timothy Flynn
2021-04-11
Browser: Initial cookie storage implementation
Timothy Flynn
2021-04-09
Browser: Add a separator line below the menu while in multi-tab mode
Andreas Kling
2021-04-09
Browser: Add more Alt shortcuts to menu actions
Andreas Kling
2021-04-09
Browser: Add Alt shortcuts to menu actions
Andreas Kling
2021-04-05
Browser: Add Alt shortcuts for top-level menus
Andreas Kling
2021-03-30
Browser+LibWeb+WebContent: Add action to clear resource cache
Timothy Flynn
2021-03-27
Browser: Set parent of tab child windows
Linus Groh
2021-03-26
Browser: Add right-click context menu item for editing bookmarks
Timothy Flynn
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-09
LibWeb: Rename CSSParser => DeprecatedCSSParser
Andreas Kling
2021-03-07
Applications: Open folder with pre-selected file where appropriate :^)
speles
2021-02-28
Browser: Implemented out of process JS console
Brandon Scott
2021-02-26
Browser: Add Go menu and move Bookmarks bar toggle to View
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
Browser: Implement view source for out of process mode
Brandon Scott
2021-02-20
Browser: Wrap DOMException values in regular JS::Error for console printing
Linus Groh
2021-02-16
Browser: Don't show frame around the web view in full-screen mode
Andreas Kling
2021-02-16
Browser: Don't focus the "bookmark" button when clicked
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
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-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling