ladybird/Userland/Libraries/LibWeb/Page
Timothy Flynn f7acd6aca5 LibWeb: Handle when the last selected node does not contain text
If the text-for-rendering of the last selected node is empty, the select
all implementation would end up setting the index to -1. This value is
used directly for a substring length in the copy text implementation,
thus would cause a failed assertion.
2021-07-14 17:16:39 +02:00
..
BrowsingContext.cpp LibWeb: Handle when the last selected node does not contain text 2021-07-14 17:16:39 +02:00
BrowsingContext.h LibWeb: Move select-all implementation to BrowsingContext 2021-07-14 17:16:39 +02:00
EditEventHandler.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
EditEventHandler.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
EventHandler.cpp LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly 2021-06-25 01:02:29 +02:00
EventHandler.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
Page.cpp LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
Page.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00