mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Everywhere: Run clang-format
The following command was used to clang-format these files:
clang-format-21 -i $(find . \
-not \( -path "./\.*" -prune \) \
-not \( -path "./Build/*" -prune \) \
-not \( -path "./Toolchain/*" -prune \) \
-type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
This commit is contained in:
Notes:
github-actions[bot]
2026-02-18 13:03:44 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ea325029473 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8013
@@ -39,9 +39,14 @@ public:
|
||||
String const& url() const { return m_url; }
|
||||
GC::Ptr<Storage const> storage_area() const { return m_storage_area; }
|
||||
|
||||
void init_storage_event(String const& type, bool bubbles = false, bool cancelable = false,
|
||||
Optional<String> const& key = {}, Optional<String> const& old_value = {}, Optional<String> const& new_value = {},
|
||||
String const& url = {}, GC::Ptr<Storage> storage_area = {});
|
||||
void init_storage_event(String const& type,
|
||||
bool bubbles = false,
|
||||
bool cancelable = false,
|
||||
Optional<String> const& key = {},
|
||||
Optional<String> const& old_value = {},
|
||||
Optional<String> const& new_value = {},
|
||||
String const& url = {},
|
||||
GC::Ptr<Storage> storage_area = {});
|
||||
|
||||
protected:
|
||||
virtual void visit_edges(Visitor& visitor) override;
|
||||
|
||||
Reference in New Issue
Block a user