2021-01-12 18:30:52 -03:00
|
|
|
/*
|
2024-06-08 15:36:23 -03:00
|
|
|
* Copyright (c) 2020-2024, the SerenityOS developers.
|
2021-01-12 18:30:52 -03:00
|
|
|
*
|
2021-04-22 05:24:48 -03:00
|
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
2021-01-12 18:30:52 -03:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2025-03-26 13:54:30 -03:00
|
|
|
#ifndef AK_STRINGBASE_VERIFY_LAUNDER_DEBUG
|
|
|
|
|
# cmakedefine01 AK_STRINGBASE_VERIFY_LAUNDER_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-06-11 14:26:49 -03:00
|
|
|
#ifndef AUDIO_DEBUG
|
|
|
|
|
# cmakedefine01 AUDIO_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef BMP_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 BMP_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef CACHE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 CACHE_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef CALLBACK_MACHINE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 CALLBACK_MACHINE_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-03-04 14:50:23 -03:00
|
|
|
#ifndef CANVAS_RENDERING_CONTEXT_2D_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 CANVAS_RENDERING_CONTEXT_2D_DEBUG
|
2022-03-04 14:50:23 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef CRYPTO_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 CRYPTO_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2026-05-11 15:42:35 -03:00
|
|
|
#ifndef COMPOSITOR_DEBUG
|
|
|
|
|
# cmakedefine01 COMPOSITOR_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-02-21 13:44:17 -03:00
|
|
|
#ifndef CSS_LOADER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 CSS_LOADER_DEBUG
|
2021-02-21 13:44:17 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-07-23 09:06:31 -03:00
|
|
|
#ifndef CSS_PARSER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 CSS_PARSER_DEBUG
|
2021-07-23 09:06:31 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef CSS_TOKENIZER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 CSS_TOKENIZER_DEBUG
|
2021-07-23 09:06:31 -03:00
|
|
|
#endif
|
|
|
|
|
|
2024-09-22 05:21:57 -03:00
|
|
|
#ifndef CSS_TRANSITIONS_DEBUG
|
|
|
|
|
# cmakedefine01 CSS_TRANSITIONS_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2025-11-03 07:13:25 -03:00
|
|
|
#ifndef CURL_DEBUG
|
|
|
|
|
# cmakedefine01 CURL_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2025-02-15 09:35:58 -03:00
|
|
|
#ifndef DEVTOOLS_DEBUG
|
|
|
|
|
# cmakedefine01 DEVTOOLS_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2024-11-06 06:27:35 -03:00
|
|
|
#ifndef DNS_DEBUG
|
|
|
|
|
# cmakedefine01 DNS_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef EDITOR_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 EDITOR_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-05-17 18:32:59 -03:00
|
|
|
#ifndef FILE_WATCHER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 FILE_WATCHER_DEBUG
|
2021-05-17 18:32:59 -03:00
|
|
|
#endif
|
|
|
|
|
|
2023-07-04 19:10:35 -03:00
|
|
|
#ifndef FLAC_ENCODER_DEBUG
|
|
|
|
|
# cmakedefine01 FLAC_ENCODER_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2026-01-08 15:25:36 -03:00
|
|
|
#ifndef FORMATTING_CONTEXT_TRACE_DEBUG
|
|
|
|
|
# cmakedefine01 FORMATTING_CONTEXT_TRACE_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef GIF_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 GIF_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef HEAP_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 HEAP_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2026-01-28 13:54:50 -03:00
|
|
|
#ifndef INCREMENTAL_SWEEP_DEBUG
|
|
|
|
|
# cmakedefine01 INCREMENTAL_SWEEP_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef HIGHLIGHT_FOCUSED_FRAME_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 HIGHLIGHT_FOCUSED_FRAME_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef HTML_SCRIPT_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 HTML_SCRIPT_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2025-12-01 17:15:45 -03:00
|
|
|
#ifndef HTTP_DISK_CACHE_DEBUG
|
|
|
|
|
# cmakedefine01 HTTP_DISK_CACHE_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2025-12-01 17:11:27 -03:00
|
|
|
#ifndef HTTP_MEMORY_CACHE_DEBUG
|
|
|
|
|
# cmakedefine01 HTTP_MEMORY_CACHE_DEBUG
|
2025-09-19 08:16:05 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-01-22 13:55:29 -03:00
|
|
|
#ifndef HTTPJOB_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 HTTPJOB_DEBUG
|
2022-01-22 13:55:29 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef ICO_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 ICO_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2025-04-02 05:28:04 -03:00
|
|
|
#ifndef IDB_DEBUG
|
|
|
|
|
# cmakedefine01 IDB_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-11-15 09:12:06 -03:00
|
|
|
#ifndef IDL_DEBUG
|
|
|
|
|
# cmakedefine01 IDL_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef IMAGE_DECODER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 IMAGE_DECODER_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef IMAGE_LOADER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 IMAGE_LOADER_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-01-18 14:47:11 -03:00
|
|
|
#ifndef JS_MODULE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 JS_MODULE_DEBUG
|
2022-01-18 14:47:11 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef LEXER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 LEXER_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2023-05-26 17:00:54 -03:00
|
|
|
#ifndef LIBWEB_CSS_ANIMATION_DEBUG
|
|
|
|
|
# cmakedefine01 LIBWEB_CSS_ANIMATION_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2024-06-08 15:36:23 -03:00
|
|
|
#ifndef LIBWEB_CSS_DEBUG
|
|
|
|
|
# cmakedefine01 LIBWEB_CSS_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2024-09-07 13:16:37 -03:00
|
|
|
#ifndef LIBWEB_WASM_DEBUG
|
|
|
|
|
# cmakedefine01 LIBWEB_WASM_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2024-06-08 15:36:23 -03:00
|
|
|
#ifndef LINE_EDITOR_DEBUG
|
|
|
|
|
# cmakedefine01 LINE_EDITOR_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2026-04-11 19:30:35 -03:00
|
|
|
#ifndef WEBVIEW_HISTORY_DEBUG
|
|
|
|
|
# cmakedefine01 WEBVIEW_HISTORY_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-11-10 00:54:56 -03:00
|
|
|
#ifndef LZW_DEBUG
|
|
|
|
|
# cmakedefine01 LZW_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2024-04-04 17:10:08 -03:00
|
|
|
#ifndef MACH_PORT_DEBUG
|
|
|
|
|
# cmakedefine01 MACH_PORT_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-06-05 17:06:55 -03:00
|
|
|
#ifndef MATROSKA_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 MATROSKA_DEBUG
|
2021-06-05 17:06:55 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef MATROSKA_TRACE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 MATROSKA_TRACE_DEBUG
|
2021-06-05 17:06:55 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-03-24 17:06:19 -03:00
|
|
|
#ifndef HTML_PARSER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 HTML_PARSER_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef PATH_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 PATH_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-10-29 20:16:14 -03:00
|
|
|
#ifndef PLAYBACK_MANAGER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 PLAYBACK_MANAGER_DEBUG
|
2022-10-29 20:16:14 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef PNG_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 PNG_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
LibJS: Add initial support for Promises
Almost a year after first working on this, it's finally done: an
implementation of Promises for LibJS! :^)
The core functionality is working and closely following the spec [1].
I mostly took the pseudo code and transformed it into C++ - if you read
and understand it, you will know how the spec implements Promises; and
if you read the spec first, the code will look very familiar.
Implemented functions are:
- Promise() constructor
- Promise.prototype.then()
- Promise.prototype.catch()
- Promise.prototype.finally()
- Promise.resolve()
- Promise.reject()
For the tests I added a new function to test-js's global object,
runQueuedPromiseJobs(), which calls vm.run_queued_promise_jobs().
By design, queued jobs normally only run after the script was fully
executed, making it improssible to test handlers in individual test()
calls by default [2].
Subsequent commits include integrations into LibWeb and js(1) -
pretty-printing, running queued promise jobs when necessary.
This has an unusual amount of dbgln() statements, all hidden behind the
PROMISE_DEBUG flag - I'm leaving them in for now as they've been very
useful while debugging this, things can get quite complex with so many
asynchronously executed functions.
I've not extensively explored use of these APIs for promise-based
functionality in LibWeb (fetch(), Notification.requestPermission()
etc.), but we'll get there in due time.
[1]: https://tc39.es/ecma262/#sec-promise-objects
[2]: https://tc39.es/ecma262/#sec-jobs-and-job-queues
2021-04-01 17:13:29 -03:00
|
|
|
#ifndef PROMISE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 PROMISE_DEBUG
|
LibJS: Add initial support for Promises
Almost a year after first working on this, it's finally done: an
implementation of Promises for LibJS! :^)
The core functionality is working and closely following the spec [1].
I mostly took the pseudo code and transformed it into C++ - if you read
and understand it, you will know how the spec implements Promises; and
if you read the spec first, the code will look very familiar.
Implemented functions are:
- Promise() constructor
- Promise.prototype.then()
- Promise.prototype.catch()
- Promise.prototype.finally()
- Promise.resolve()
- Promise.reject()
For the tests I added a new function to test-js's global object,
runQueuedPromiseJobs(), which calls vm.run_queued_promise_jobs().
By design, queued jobs normally only run after the script was fully
executed, making it improssible to test handlers in individual test()
calls by default [2].
Subsequent commits include integrations into LibWeb and js(1) -
pretty-printing, running queued promise jobs when necessary.
This has an unusual amount of dbgln() statements, all hidden behind the
PROMISE_DEBUG flag - I'm leaving them in for now as they've been very
useful while debugging this, things can get quite complex with so many
asynchronously executed functions.
I've not extensively explored use of these APIs for promise-based
functionality in LibWeb (fetch(), Notification.requestPermission()
etc.), but we'll get there in due time.
[1]: https://tc39.es/ecma262/#sec-promise-objects
[2]: https://tc39.es/ecma262/#sec-jobs-and-job-queues
2021-04-01 17:13:29 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef REGEX_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 REGEX_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-01-21 22:04:58 -03:00
|
|
|
#ifndef REQUESTSERVER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 REQUESTSERVER_DEBUG
|
2022-01-21 22:04:58 -03:00
|
|
|
#endif
|
|
|
|
|
|
2026-04-26 01:56:19 -03:00
|
|
|
#ifndef REQUESTSERVER_WIRE_DEBUG
|
|
|
|
|
# cmakedefine01 REQUESTSERVER_WIRE_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef RESOURCE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 RESOURCE_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef SPAM_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 SPAM_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef SYNTAX_HIGHLIGHTING_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 SYNTAX_HIGHLIGHTING_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2024-09-04 05:01:08 -03:00
|
|
|
#ifndef STYLE_INVALIDATION_DEBUG
|
|
|
|
|
# cmakedefine01 STYLE_INVALIDATION_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef TEXTEDITOR_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 TEXTEDITOR_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2023-10-28 19:05:26 -03:00
|
|
|
#ifndef TIFF_DEBUG
|
|
|
|
|
# cmakedefine01 TIFF_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-01-30 12:47:20 -03:00
|
|
|
#ifndef TLS_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 TLS_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef TOKENIZER_TRACE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 TOKENIZER_TRACE_DEBUG
|
2021-01-30 12:47:20 -03:00
|
|
|
#endif
|
|
|
|
|
|
2025-03-05 16:50:05 -03:00
|
|
|
#ifndef UPDATE_LAYOUT_DEBUG
|
|
|
|
|
# cmakedefine01 UPDATE_LAYOUT_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-05-25 17:13:15 -03:00
|
|
|
#ifndef URL_PARSER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 URL_PARSER_DEBUG
|
2021-05-25 17:13:15 -03:00
|
|
|
#endif
|
|
|
|
|
|
2025-02-18 01:25:02 -03:00
|
|
|
#ifndef URL_PATTERN_DEBUG
|
|
|
|
|
# cmakedefine01 URL_PATTERN_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2022-04-12 13:25:41 -03:00
|
|
|
#ifndef UTF8_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 UTF8_DEBUG
|
2022-04-12 13:25:41 -03:00
|
|
|
#endif
|
2023-06-02 15:52:40 -03:00
|
|
|
|
2026-03-03 15:04:02 -03:00
|
|
|
#ifndef VULKAN_VALIDATION_LAYERS_DEBUG
|
|
|
|
|
# cmakedefine01 VULKAN_VALIDATION_LAYERS_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-04-04 18:44:43 -03:00
|
|
|
#ifndef WASI_DEBUG
|
|
|
|
|
# cmakedefine01 WASI_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2023-05-03 18:08:54 -03:00
|
|
|
#ifndef WASI_FINE_GRAINED_DEBUG
|
|
|
|
|
# cmakedefine01 WASI_FINE_GRAINED_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-04-26 05:18:13 -03:00
|
|
|
#ifndef WASM_BINPARSER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WASM_BINPARSER_DEBUG
|
2021-05-17 18:32:59 -03:00
|
|
|
#endif
|
2021-05-08 15:37:43 -03:00
|
|
|
|
2026-04-22 06:48:56 -03:00
|
|
|
#ifndef WASM_CRANELIFT_DEBUG
|
|
|
|
|
# cmakedefine01 WASM_CRANELIFT_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2021-05-17 18:32:59 -03:00
|
|
|
#ifndef WASM_TRACE_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WASM_TRACE_DEBUG
|
2021-04-26 05:18:13 -03:00
|
|
|
#endif
|
|
|
|
|
|
2021-10-31 19:06:35 -03:00
|
|
|
#ifndef WASM_VALIDATOR_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WASM_VALIDATOR_DEBUG
|
2021-10-31 19:06:35 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-10-12 07:14:59 -03:00
|
|
|
#ifndef WEBDRIVER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WEBDRIVER_DEBUG
|
2022-10-12 07:14:59 -03:00
|
|
|
#endif
|
|
|
|
|
|
2024-02-07 12:06:55 -03:00
|
|
|
#ifndef WEBDRIVER_ROUTE_DEBUG
|
|
|
|
|
# cmakedefine01 WEBDRIVER_ROUTE_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2022-06-04 00:27:48 -03:00
|
|
|
#ifndef WEBGL_CONTEXT_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WEBGL_CONTEXT_DEBUG
|
2022-06-04 00:27:48 -03:00
|
|
|
#endif
|
|
|
|
|
|
2024-06-30 01:24:01 -03:00
|
|
|
#ifndef WEBVIEW_PROCESS_DEBUG
|
|
|
|
|
# cmakedefine01 WEBVIEW_PROCESS_DEBUG
|
|
|
|
|
#endif
|
|
|
|
|
|
2022-10-23 18:15:12 -03:00
|
|
|
#ifndef WEB_FETCH_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WEB_FETCH_DEBUG
|
2022-10-23 18:15:12 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-02-17 09:31:09 -03:00
|
|
|
#ifndef WEB_WORKER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WEB_WORKER_DEBUG
|
2022-02-17 09:31:09 -03:00
|
|
|
#endif
|
|
|
|
|
|
2023-02-24 00:37:08 -03:00
|
|
|
#ifndef WEBP_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 WEBP_DEBUG
|
2023-02-24 00:37:08 -03:00
|
|
|
#endif
|
|
|
|
|
|
2022-03-26 14:02:57 -03:00
|
|
|
#ifndef XML_PARSER_DEBUG
|
2023-02-28 08:28:51 -03:00
|
|
|
# cmakedefine01 XML_PARSER_DEBUG
|
2022-03-26 14:02:57 -03:00
|
|
|
#endif
|