1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 03:57:40 +00:00
serenity/Applications/Browser
Andreas Kling 51146e3075 LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
To open up for putting not just text/plain content on the clipboard,
let's make the GUI::Clipboard API a bit more raw-data-friendly. :^)
2020-09-05 16:16:01 +02:00
..
BookmarksBarWidget.cpp Browser: Mark default action in context menu of bookmarks 2020-08-30 09:47:49 +02:00
BookmarksBarWidget.h Browser: Mark default action in context menu of bookmarks 2020-08-30 09:47:49 +02:00
Browser.h Browser: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
BrowserConsoleClient.cpp LibWeb: Move HTML object model stuff into LibWeb/HTML/ 2020-07-26 17:51:00 +02:00
BrowserConsoleClient.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
CMakeLists.txt Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
ConsoleWidget.cpp LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
ConsoleWidget.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
DownloadWidget.cpp Base: Create /res/graphics/ and relocate system art assets 2020-08-27 15:38:02 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.cpp Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
History.h Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
InspectorWidget.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
InspectorWidget.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
main.cpp Browser: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
Tab.cpp LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 2020-09-05 16:16:01 +02:00
Tab.h Browser: Mark default action in context menu of hyperlinks 2020-08-30 09:47:49 +02:00
WindowActions.cpp Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00