mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
IDL: Add missing #imports
This commit is contained in:
parent
3ff481938e
commit
1a94241f58
30 changed files with 47 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#import <HTML/CanvasRenderingContext2D.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvasimagesmoothing
|
||||
interface mixin CanvasImageSmoothing {
|
||||
// image smoothing
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#import <HTML/CanvasRenderingContext2D.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/canvas.html#canvastextalign
|
||||
// enum CanvasTextAlign { "start", "end", "left", "right", "center" };
|
||||
// enum CanvasTextBaseline { "top", "hanging", "middle", "alphabetic", "ideographic", "bottom" };
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#import <FileAPI/Blob.idl>
|
||||
#import <HTML/CanvasRenderingContext2D.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <WebGL/WebGLRenderingContext.idl>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#import <CSS/ElementCSSInlineStyle.idl>
|
||||
#import <HTML/DOMStringMap.idl>
|
||||
#import <DOM/Element.idl>
|
||||
#import <DOM/EventHandler.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/semantics.html#htmlelement
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/HTMLFormElement.idl>
|
||||
#import <HTML/HTMLOptionsCollection.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#htmlselectelement
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#import <HighResolutionTime/Performance.idl>
|
||||
#import <HTML/AnimationFrameProvider.idl>
|
||||
#import <HTML/CustomElements/CustomElementRegistry.idl>
|
||||
#import <HTML/History.idl>
|
||||
#import <HTML/Navigation.idl>
|
||||
#import <HTML/Navigator.idl>
|
||||
#import <HTML/WindowLocalStorage.idl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue