1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland
Kemal Zebari 8f5cc613d2 Browser: Don't show error message box when canceling editor dialog
Currently, an error message box appears when a user tries to cancel
the editor dialog while editing or adding a bookmark.

This snapshot resolves this by having `add_bookmark()` and
`BookmarksBarWidget::edit_bookmark()` perform an if check on the
result of `BookmarkEditor::edit_bookmark()` to see if the dialog
was canceled.
2023-05-23 06:03:13 +02:00
..
Applets Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Applications Browser: Don't show error message box when canceling editor dialog 2023-05-23 06:03:13 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
DevTools Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Libraries LibGfx: Fix parsing of rgba values 2023-05-23 06:02:35 +02:00
Services SpiceAgent: Gracefully exit when the Spice server disconnects 2023-05-22 15:11:33 +02:00
Shell Shell: Properly detect the kill executable 2023-05-21 14:59:26 +01:00
Utilities du: Continue enumerating directories on error 2023-05-23 01:45:10 +02:00
CMakeLists.txt