Skip to content

Commit e5ca7e3

Browse files
committed
chore: remove commit files.
1 parent 935feef commit e5ca7e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3086
-3087
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// Generated by WebF TSDL, don't edit this file directly.
2-
// Generate command: node scripts/generate_binding_code.js
3-
// clang-format off
4-
/*
5-
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6-
*/
7-
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_ADD_EVENT_LISTENER_OPTIONS_H_
8-
#define WEBF_CORE_WEBF_API_PLUGIN_API_ADD_EVENT_LISTENER_OPTIONS_H_
9-
#include <stdint.h>
10-
#include "webf_value.h"
11-
namespace webf {
12-
struct WebFAddEventListenerOptions {
13-
int32_t capture;
14-
int32_t passive;
15-
int32_t once;
16-
};
17-
} // namespace webf
18-
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_ADD_EVENT_LISTENER_OPTIONS_H_
1+
// Generated by WebF TSDL, don't edit this file directly.
2+
// Generate command: node scripts/generate_binding_code.js
3+
// clang-format off
4+
/*
5+
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6+
*/
7+
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_ADD_EVENT_LISTENER_OPTIONS_H_
8+
#define WEBF_CORE_WEBF_API_PLUGIN_API_ADD_EVENT_LISTENER_OPTIONS_H_
9+
#include <stdint.h>
10+
#include "webf_value.h"
11+
namespace webf {
12+
struct WebFAddEventListenerOptions {
13+
int32_t capture;
14+
int32_t passive;
15+
int32_t once;
16+
};
17+
} // namespace webf
18+
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_ADD_EVENT_LISTENER_OPTIONS_H_
+37-37
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
// Generated by WebF TSDL, don't edit this file directly.
2-
// Generate command: node scripts/generate_binding_code.js
3-
// clang-format off
4-
/*
5-
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6-
*/
7-
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_H_
8-
#define WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_H_
9-
#include <stdint.h>
10-
#include "script_value_ref.h"
11-
#include "event.h"
12-
namespace webf {
13-
class SharedExceptionState;
14-
class ExecutingContext;
15-
class AnimationEvent;
16-
typedef struct ScriptValueRef ScriptValueRef;
17-
using PublicAnimationEventGetAnimationName = const char* (*)(AnimationEvent*);
18-
using PublicAnimationEventDupAnimationName = const char* (*)(AnimationEvent*);
19-
using PublicAnimationEventGetElapsedTime = double (*)(AnimationEvent*);
20-
using PublicAnimationEventGetPseudoElement = const char* (*)(AnimationEvent*);
21-
using PublicAnimationEventDupPseudoElement = const char* (*)(AnimationEvent*);
22-
struct AnimationEventPublicMethods : public WebFPublicMethods {
23-
static const char* AnimationName(AnimationEvent* animation_event);
24-
static const char* DupAnimationName(AnimationEvent* animation_event);
25-
static double ElapsedTime(AnimationEvent* animation_event);
26-
static const char* PseudoElement(AnimationEvent* animation_event);
27-
static const char* DupPseudoElement(AnimationEvent* animation_event);
28-
double version{1.0};
29-
EventPublicMethods event;
30-
PublicAnimationEventGetAnimationName animation_event_get_animation_name{AnimationName};
31-
PublicAnimationEventDupAnimationName animation_event_dup_animation_name{DupAnimationName};
32-
PublicAnimationEventGetElapsedTime animation_event_get_elapsed_time{ElapsedTime};
33-
PublicAnimationEventGetPseudoElement animation_event_get_pseudo_element{PseudoElement};
34-
PublicAnimationEventDupPseudoElement animation_event_dup_pseudo_element{DupPseudoElement};
35-
};
36-
} // namespace webf
37-
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_H_
1+
// Generated by WebF TSDL, don't edit this file directly.
2+
// Generate command: node scripts/generate_binding_code.js
3+
// clang-format off
4+
/*
5+
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6+
*/
7+
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_H_
8+
#define WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_H_
9+
#include <stdint.h>
10+
#include "script_value_ref.h"
11+
#include "event.h"
12+
namespace webf {
13+
class SharedExceptionState;
14+
class ExecutingContext;
15+
class AnimationEvent;
16+
typedef struct ScriptValueRef ScriptValueRef;
17+
using PublicAnimationEventGetAnimationName = const char* (*)(AnimationEvent*);
18+
using PublicAnimationEventDupAnimationName = const char* (*)(AnimationEvent*);
19+
using PublicAnimationEventGetElapsedTime = double (*)(AnimationEvent*);
20+
using PublicAnimationEventGetPseudoElement = const char* (*)(AnimationEvent*);
21+
using PublicAnimationEventDupPseudoElement = const char* (*)(AnimationEvent*);
22+
struct AnimationEventPublicMethods : public WebFPublicMethods {
23+
static const char* AnimationName(AnimationEvent* animation_event);
24+
static const char* DupAnimationName(AnimationEvent* animation_event);
25+
static double ElapsedTime(AnimationEvent* animation_event);
26+
static const char* PseudoElement(AnimationEvent* animation_event);
27+
static const char* DupPseudoElement(AnimationEvent* animation_event);
28+
double version{1.0};
29+
EventPublicMethods event;
30+
PublicAnimationEventGetAnimationName animation_event_get_animation_name{AnimationName};
31+
PublicAnimationEventDupAnimationName animation_event_dup_animation_name{DupAnimationName};
32+
PublicAnimationEventGetElapsedTime animation_event_get_elapsed_time{ElapsedTime};
33+
PublicAnimationEventGetPseudoElement animation_event_get_pseudo_element{PseudoElement};
34+
PublicAnimationEventDupPseudoElement animation_event_dup_pseudo_element{DupPseudoElement};
35+
};
36+
} // namespace webf
37+
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_H_
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
// Generated by WebF TSDL, don't edit this file directly.
2-
// Generate command: node scripts/generate_binding_code.js
3-
// clang-format off
4-
/*
5-
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6-
*/
7-
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_INIT_H_
8-
#define WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_INIT_H_
9-
#include <stdint.h>
10-
#include "webf_value.h"
11-
namespace webf {
12-
struct WebFAnimationEventInit {
13-
int32_t bubbles;
14-
int32_t cancelable;
15-
int32_t composed;
16-
const char* animation_name;
17-
double elapsed_time;
18-
const char* pseudo_element;
19-
};
20-
} // namespace webf
21-
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_INIT_H_
1+
// Generated by WebF TSDL, don't edit this file directly.
2+
// Generate command: node scripts/generate_binding_code.js
3+
// clang-format off
4+
/*
5+
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6+
*/
7+
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_INIT_H_
8+
#define WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_INIT_H_
9+
#include <stdint.h>
10+
#include "webf_value.h"
11+
namespace webf {
12+
struct WebFAnimationEventInit {
13+
int32_t bubbles;
14+
int32_t cancelable;
15+
int32_t composed;
16+
const char* animation_name;
17+
double elapsed_time;
18+
const char* pseudo_element;
19+
};
20+
} // namespace webf
21+
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_ANIMATION_EVENT_INIT_H_
+34-34
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
// Generated by WebF TSDL, don't edit this file directly.
2-
// Generate command: node scripts/generate_binding_code.js
3-
// clang-format off
4-
/*
5-
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6-
*/
7-
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_H_
8-
#define WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_H_
9-
#include <stdint.h>
10-
#include "script_value_ref.h"
11-
#include "event.h"
12-
namespace webf {
13-
class SharedExceptionState;
14-
class ExecutingContext;
15-
class CloseEvent;
16-
typedef struct ScriptValueRef ScriptValueRef;
17-
using PublicCloseEventGetCode = int64_t (*)(CloseEvent*);
18-
using PublicCloseEventGetReason = const char* (*)(CloseEvent*);
19-
using PublicCloseEventDupReason = const char* (*)(CloseEvent*);
20-
using PublicCloseEventGetWasClean = int32_t (*)(CloseEvent*);
21-
struct CloseEventPublicMethods : public WebFPublicMethods {
22-
static int64_t Code(CloseEvent* close_event);
23-
static const char* Reason(CloseEvent* close_event);
24-
static const char* DupReason(CloseEvent* close_event);
25-
static int32_t WasClean(CloseEvent* close_event);
26-
double version{1.0};
27-
EventPublicMethods event;
28-
PublicCloseEventGetCode close_event_get_code{Code};
29-
PublicCloseEventGetReason close_event_get_reason{Reason};
30-
PublicCloseEventDupReason close_event_dup_reason{DupReason};
31-
PublicCloseEventGetWasClean close_event_get_was_clean{WasClean};
32-
};
33-
} // namespace webf
34-
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_H_
1+
// Generated by WebF TSDL, don't edit this file directly.
2+
// Generate command: node scripts/generate_binding_code.js
3+
// clang-format off
4+
/*
5+
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6+
*/
7+
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_H_
8+
#define WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_H_
9+
#include <stdint.h>
10+
#include "script_value_ref.h"
11+
#include "event.h"
12+
namespace webf {
13+
class SharedExceptionState;
14+
class ExecutingContext;
15+
class CloseEvent;
16+
typedef struct ScriptValueRef ScriptValueRef;
17+
using PublicCloseEventGetCode = int64_t (*)(CloseEvent*);
18+
using PublicCloseEventGetReason = const char* (*)(CloseEvent*);
19+
using PublicCloseEventDupReason = const char* (*)(CloseEvent*);
20+
using PublicCloseEventGetWasClean = int32_t (*)(CloseEvent*);
21+
struct CloseEventPublicMethods : public WebFPublicMethods {
22+
static int64_t Code(CloseEvent* close_event);
23+
static const char* Reason(CloseEvent* close_event);
24+
static const char* DupReason(CloseEvent* close_event);
25+
static int32_t WasClean(CloseEvent* close_event);
26+
double version{1.0};
27+
EventPublicMethods event;
28+
PublicCloseEventGetCode close_event_get_code{Code};
29+
PublicCloseEventGetReason close_event_get_reason{Reason};
30+
PublicCloseEventDupReason close_event_dup_reason{DupReason};
31+
PublicCloseEventGetWasClean close_event_get_was_clean{WasClean};
32+
};
33+
} // namespace webf
34+
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_H_
+21-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
// Generated by WebF TSDL, don't edit this file directly.
2-
// Generate command: node scripts/generate_binding_code.js
3-
// clang-format off
4-
/*
5-
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6-
*/
7-
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_INIT_H_
8-
#define WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_INIT_H_
9-
#include <stdint.h>
10-
#include "webf_value.h"
11-
namespace webf {
12-
struct WebFCloseEventInit {
13-
int32_t bubbles;
14-
int32_t cancelable;
15-
int32_t composed;
16-
int64_t code;
17-
const char* reason;
18-
int32_t was_clean;
19-
};
20-
} // namespace webf
21-
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_INIT_H_
1+
// Generated by WebF TSDL, don't edit this file directly.
2+
// Generate command: node scripts/generate_binding_code.js
3+
// clang-format off
4+
/*
5+
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6+
*/
7+
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_INIT_H_
8+
#define WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_INIT_H_
9+
#include <stdint.h>
10+
#include "webf_value.h"
11+
namespace webf {
12+
struct WebFCloseEventInit {
13+
int32_t bubbles;
14+
int32_t cancelable;
15+
int32_t composed;
16+
int64_t code;
17+
const char* reason;
18+
int32_t was_clean;
19+
};
20+
} // namespace webf
21+
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_CLOSE_EVENT_INIT_H_
+28-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
// Generated by WebF TSDL, don't edit this file directly.
2-
// Generate command: node scripts/generate_binding_code.js
3-
// clang-format off
4-
/*
5-
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6-
*/
7-
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_CUSTOM_EVENT_H_
8-
#define WEBF_CORE_WEBF_API_PLUGIN_API_CUSTOM_EVENT_H_
9-
#include <stdint.h>
10-
#include "script_value_ref.h"
11-
#include "event.h"
12-
namespace webf {
13-
class SharedExceptionState;
14-
class ExecutingContext;
15-
class CustomEvent;
16-
typedef struct ScriptValueRef ScriptValueRef;
17-
using PublicCustomEventGetDetail = WebFValue<ScriptValueRef, ScriptValueRefPublicMethods> (*)(CustomEvent*);
18-
using PublicCustomEventInitCustomEvent = void (*)(CustomEvent*, const char*, int32_t, int32_t, ScriptValueRef*, SharedExceptionState*);
19-
struct CustomEventPublicMethods : public WebFPublicMethods {
20-
static WebFValue<ScriptValueRef, ScriptValueRefPublicMethods> Detail(CustomEvent* custom_event);
21-
static void InitCustomEvent(CustomEvent* custom_event, const char* type, int32_t can_bubble, int32_t cancelable, ScriptValueRef* detail, SharedExceptionState* shared_exception_state);
22-
double version{1.0};
23-
EventPublicMethods event;
24-
PublicCustomEventGetDetail custom_event_get_detail{Detail};
25-
PublicCustomEventInitCustomEvent custom_event_init_custom_event{InitCustomEvent};
26-
};
27-
} // namespace webf
28-
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_CUSTOM_EVENT_H_
1+
// Generated by WebF TSDL, don't edit this file directly.
2+
// Generate command: node scripts/generate_binding_code.js
3+
// clang-format off
4+
/*
5+
* Copyright (C) 2022-present The WebF authors. All rights reserved.
6+
*/
7+
#ifndef WEBF_CORE_WEBF_API_PLUGIN_API_CUSTOM_EVENT_H_
8+
#define WEBF_CORE_WEBF_API_PLUGIN_API_CUSTOM_EVENT_H_
9+
#include <stdint.h>
10+
#include "script_value_ref.h"
11+
#include "event.h"
12+
namespace webf {
13+
class SharedExceptionState;
14+
class ExecutingContext;
15+
class CustomEvent;
16+
typedef struct ScriptValueRef ScriptValueRef;
17+
using PublicCustomEventGetDetail = WebFValue<ScriptValueRef, ScriptValueRefPublicMethods> (*)(CustomEvent*);
18+
using PublicCustomEventInitCustomEvent = void (*)(CustomEvent*, const char*, int32_t, int32_t, ScriptValueRef*, SharedExceptionState*);
19+
struct CustomEventPublicMethods : public WebFPublicMethods {
20+
static WebFValue<ScriptValueRef, ScriptValueRefPublicMethods> Detail(CustomEvent* custom_event);
21+
static void InitCustomEvent(CustomEvent* custom_event, const char* type, int32_t can_bubble, int32_t cancelable, ScriptValueRef* detail, SharedExceptionState* shared_exception_state);
22+
double version{1.0};
23+
EventPublicMethods event;
24+
PublicCustomEventGetDetail custom_event_get_detail{Detail};
25+
PublicCustomEventInitCustomEvent custom_event_init_custom_event{InitCustomEvent};
26+
};
27+
} // namespace webf
28+
#endif // WEBF_CORE_WEBF_API_PLUGIN_API_CUSTOM_EVENT_H_

0 commit comments

Comments
 (0)