mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb+LibWebView+WebContent: Add did_change_url() IPC call
This commit is contained in:
committed by
Alexander Kalenik
parent
a8cf1aca7c
commit
c96fc902ff
@@ -788,6 +788,8 @@ TraversableNavigable::HistoryStepResult TraversableNavigable::apply_the_history_
|
||||
auto forward_enabled = m_current_session_history_step < static_cast<int>(m_session_history_entries.size()) - 1;
|
||||
page().client().page_did_update_navigation_buttons_state(back_enabled, forward_enabled);
|
||||
|
||||
page().client().page_did_change_url(current_session_history_entry()->url());
|
||||
|
||||
// 21. Return "applied".
|
||||
return HistoryStepResult::Applied;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user