mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
WebContent: Add plumbing for 'is scripting enabled' setting
This commit is contained in:
parent
7bdbac7fd9
commit
780e5441b4
5 changed files with 13 additions and 1 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
|
||||
void set_should_show_line_box_borders(bool b) { m_should_show_line_box_borders = b; }
|
||||
void set_has_focus(bool);
|
||||
void set_is_scripting_enabled(bool);
|
||||
|
||||
private:
|
||||
// ^PageClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue