feat: add new imageAnimationPolicy webpref and webContents setter (#29095)
This commit is contained in:
parent
79cb5144ae
commit
8446ce1fc7
7 changed files with 51 additions and 0 deletions
|
@ -171,6 +171,9 @@ const char kJavaScript[] = "javascript";
|
|||
// Enables image support.
|
||||
const char kImages[] = "images";
|
||||
|
||||
// Image animation policy.
|
||||
const char kImageAnimationPolicy[] = "imageAnimationPolicy";
|
||||
|
||||
// Make TextArea elements resizable.
|
||||
const char kTextAreasAreResizable[] = "textAreasAreResizable";
|
||||
|
||||
|
|
|
@ -84,6 +84,7 @@ extern const char kNodeIntegrationInSubFrames[];
|
|||
extern const char kDisableHtmlFullscreenWindowResize[];
|
||||
extern const char kJavaScript[];
|
||||
extern const char kImages[];
|
||||
extern const char kImageAnimationPolicy[];
|
||||
extern const char kTextAreasAreResizable[];
|
||||
extern const char kWebGL[];
|
||||
extern const char kNavigateOnDragDrop[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue