ladybird/Applications
Jake Wilson 0f6de0c45a Browser: add urls to browser history on load start
urls were previously added to history in the Tab::load()
function, which excluded the setter on window.location.href.
This commit adds all urls to browser history when the page loads,
as long as the load_type is not LoadType::HistoryNavigation.
Closes #3148
2020-08-19 21:11:10 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser Browser: add urls to browser history on load start 2020-08-19 21:11:10 +02:00
Calculator Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
Calendar Calendar: Add help menuitem 2020-08-18 17:24:14 +02:00
Debugger Applications: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
DisplaySettings LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
FileManager FileManager: Make DirectoryView vend indexes from view model 2020-08-17 22:49:52 +02:00
FontEditor Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
Help LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
HexEditor Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
IRCClient LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
KeyboardMapper Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
KeyboardSettings LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
Piano Piano: Uninitialized member variables in RollWidet, found by Coverity 2020-08-17 09:17:57 +02:00
PixelPaint Meta: Replace remaining LibM/math.h includes with math.h 2020-08-12 16:18:33 +02:00
QuickShow QuickShow: Disown child process after spawning 2020-08-04 18:17:16 +02:00
SoundPlayer SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by Coverity 2020-08-17 09:17:57 +02:00
SystemMonitor SystemMonitor: Uninitialized struct member in ProcessModel, found by Coverity 2020-08-17 09:17:57 +02:00
Terminal Misc: Use automatic window positioning in more applications 2020-08-15 17:38:19 +02:00
TextEditor LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
Welcome Base: Rename Pebbleton to reflect actual height 2020-08-16 19:38:21 +02:00
CMakeLists.txt Applications: Add new KeyboardSettings application 2020-06-08 09:28:18 +02:00