1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 10:12:45 +00:00
serenity/Userland/Applications/Browser
Max Wipfli 30cdebfa9e LibProtocol: Use URL class in RequestClient::start_request argument
This changes the RequestClient::start_request() method to take a URL
object instead of a URL string as argument. All callers of the method
already had a URL object anyway, and start_request() in turn parses the
URL string back into a URL object. This removes this unnecessary
conversion.
2021-06-06 16:00:11 +02:00
..
BookmarksBarWidget.cpp Browser: Apply some polish to menus and actions 2021-05-10 10:27:23 +02:00
BookmarksBarWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Browser.h Browser: Move menu management from Tab to BrowserWindow 2021-05-18 20:02:00 +02:00
BrowserConsoleClient.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrowserConsoleClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrowserWindow.cpp Browser: Pass Tab::on_title_change title argument as const reference 2021-05-29 01:14:04 +01:00
BrowserWindow.gml Browser: Add a separator line below the menu while in multi-tab mode 2021-04-09 22:23:32 +02:00
BrowserWindow.h Browser: Add support for custom search engines 2021-05-19 20:51:51 +01:00
CMakeLists.txt Browser: Move main browser window logic into a BrowserWindow class 2021-05-17 23:32:35 +02:00
ConsoleWidget.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ConsoleWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CookieJar.cpp Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
CookieJar.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
DownloadWidget.cpp LibProtocol: Use URL class in RequestClient::start_request argument 2021-06-06 16:00:11 +02:00
DownloadWidget.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
EditBookmark.gml Browser: Add right-click context menu item for editing bookmarks 2021-03-26 22:58:31 +01:00
History.cpp Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
History.h Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
InspectorWidget.cpp LibGUI/AbstractView: Remove on_selection 2021-05-26 17:39:13 +04:30
InspectorWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Browser: Move menu management from Tab to BrowserWindow 2021-05-18 20:02:00 +02:00
Tab.cpp AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode() 2021-06-01 09:28:05 +02:00
Tab.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Tab.h Browser: Pass Tab::on_title_change title argument as const reference 2021-05-29 01:14:04 +01:00
WindowActions.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowActions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00