mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb+LibIDL: Remove support for #import directives during parsing
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
This commit is contained in:
committed by
Shannon Booth
parent
ba741994dd
commit
cc6e048bd6
Notes:
github-actions[bot]
2026-04-24 18:09:33 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/cc6e048bd6c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/9064
@@ -1,19 +1,3 @@
|
||||
#import <HTML/HTMLCanvasElement.idl>
|
||||
#import <WebGL/Types.idl>
|
||||
#import <WebGL/WebGLActiveInfo.idl>
|
||||
#import <WebGL/WebGLBuffer.idl>
|
||||
#import <WebGL/WebGLObject.idl>
|
||||
#import <WebGL/WebGLProgram.idl>
|
||||
#import <WebGL/WebGLRenderingContextBase.idl>
|
||||
#import <WebGL/WebGLRenderingContextOverloads.idl>
|
||||
#import <WebGL/WebGLQuery.idl>
|
||||
#import <WebGL/WebGLSampler.idl>
|
||||
#import <WebGL/WebGLSync.idl>
|
||||
#import <WebGL/WebGLTransformFeedback.idl>
|
||||
#import <WebGL/WebGLTexture.idl>
|
||||
#import <WebGL/WebGLUniformLocation.idl>
|
||||
#import <WebGL/WebGLVertexArrayObject.idl>
|
||||
|
||||
typedef (Uint32Array or sequence<GLuint>) Uint32List;
|
||||
|
||||
// https://registry.khronos.org/webgl/specs/latest/2.0/#3.7
|
||||
|
||||
Reference in New Issue
Block a user