Advance M8-M11 parity workflows
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-17 04:37:07 -04:00
parent 7c16b279ae
commit 0fe8d2bb56
324 changed files with 31920 additions and 863 deletions

View File

@@ -295,6 +295,12 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_font_advanced,
const std::vector<WebFontCharacterEdit> &,
const std::vector<WebFontTextBoxEdit> &,
int)
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_import_vfont,
WebBlendMainState *,
const char *,
const char *,
const char *,
std::string &)
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_font_links,
WebBlendMainState *,
const char *,
@@ -310,6 +316,9 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_metaball_elements,
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_grease_pencils_json,
WebBlendMainState *,
std::string &)
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_geometry_node_graphs_json,
WebBlendMainState *,
std::string &)
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_physics_simulation_json,
WebBlendMainState *,
std::string &)
@@ -326,6 +335,13 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_move_grease_pencil_layer,
const char *,
const char *,
const char *)
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_move_grease_pencil_frame,
WebBlendMainState *,
const char *,
const char *,
int,
int,
const char *)
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_insert_grease_pencil_frame,
WebBlendMainState *,
const char *,
@@ -357,7 +373,10 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_vertex_weights,
const std::vector<uint32_t> &,
const std::vector<float> &,
bool,
bool)
uint32_t,
bool,
int,
float)
WEB_NATIVE_MAIN_STUB(
web_engine_blend_main_set_render_properties, WebBlendMainState *, const char *, const char *)