serenity/AK/Debug.h.in
Luke 3f5532d43e LibWeb: Flesh out prepare_script and execute_script
This fills in a bunch of the FIXMEs that was in prepare_script.

execute_script is almost finished, it's just missing the module side.

As an aside, let's not assert when inserting a script element with
innerHTML.
2021-01-29 08:49:50 +01:00

121 lines
4.1 KiB
C

/*
* Copyright (c) 2020, the SerenityOS developers.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#pragma once
#cmakedefine01 AUTOCOMPLETE_DEBUG
#cmakedefine01 AWAVLOADER_DEBUG
#cmakedefine01 BMP_DEBUG
#cmakedefine01 CACHE_DEBUG
#cmakedefine01 CALLBACK_MACHINE_DEBUG
#cmakedefine01 CHTTPJOB_DEBUG
#cmakedefine01 CNETWORKJOB_DEBUG
#cmakedefine01 COMPOSE_DEBUG
#cmakedefine01 COPY_DEBUG
#cmakedefine01 CPP_LANGUAGE_SERVER_DEBUG
#cmakedefine01 CRYPTO_DEBUG
#cmakedefine01 CSOCKET_DEBUG
#cmakedefine01 CURSOR_TOOL_DEBUG
#cmakedefine01 DEFERRED_INVOKE_DEBUG
#cmakedefine01 DHCPV4CLIENT_DEBUG
#cmakedefine01 DHCPV4_DEBUG
#cmakedefine01 DIFF_DEBUG
#cmakedefine01 DISASM_DUMP_DEBUG
#cmakedefine01 DOUBLECLICK_DEBUG
#cmakedefine01 DWARF_DEBUG
#cmakedefine01 DYNAMIC_LOAD_DEBUG
#cmakedefine01 EDITOR_DEBUG
#cmakedefine01 ELF_IMAGE_DEBUG
#cmakedefine01 EMOJI_DEBUG
#cmakedefine01 EVENT_DEBUG
#cmakedefine01 EVENTLOOP_DEBUG
#cmakedefine01 FILE_CONTENT_DEBUG
#cmakedefine01 FILL_PATH_DEBUG
#cmakedefine01 GEMINI_DEBUG
#cmakedefine01 GEMINIJOB_DEBUG
#cmakedefine01 GENERATE_DEBUG
#cmakedefine01 GHASH_PROCESS_DEBUG
#cmakedefine01 GIF_DEBUG
#cmakedefine01 GLOBAL_DTORS_DEBUG
#cmakedefine01 GMENU_DEBUG
#cmakedefine01 GZIP_DEBUG
#cmakedefine01 HEAP_DEBUG
#cmakedefine01 HEX_DEBUG
#cmakedefine01 HIGHLIGHT_FOCUSED_FRAME_DEBUG
#cmakedefine01 HTML_SCRIPT_DEBUG
#cmakedefine01 HTTPSJOB_DEBUG
#cmakedefine01 HUNKS_DEBUG
#cmakedefine01 ICO_DEBUG
#cmakedefine01 IMAGE_DECODER_DEBUG
#cmakedefine01 IMAGE_LOADER_DEBUG
#cmakedefine01 IRC_DEBUG
#cmakedefine01 ITEM_RECTS_DEBUG
#cmakedefine01 JOB_DEBUG
#cmakedefine01 JPG_DEBUG
#cmakedefine01 KEYBOARD_SHORTCUTS_DEBUG
#cmakedefine01 LEXER_DEBUG
#cmakedefine01 LOG_DEBUG
#cmakedefine01 LOOKUPSERVER_DEBUG
#cmakedefine01 MALLOC_DEBUG
#cmakedefine01 MARKDOWN_DEBUG
#cmakedefine01 MEMORY_DEBUG
#cmakedefine01 MENU_DEBUG
#cmakedefine01 MENUS_DEBUG
#cmakedefine01 MINIMIZE_ANIMATION_DEBUG
#cmakedefine01 MOVE_DEBUG
#cmakedefine01 NT_DEBUG
#cmakedefine01 OBJECT_DEBUG
#cmakedefine01 OCCLUSIONS_DEBUG
#cmakedefine01 PARSER_DEBUG
#cmakedefine01 PATH_DEBUG
#cmakedefine01 PNG_DEBUG
#cmakedefine01 PORTABLE_IMAGE_LOADER_DEBUG
#cmakedefine01 PTHREAD_DEBUG
#cmakedefine01 REACHABLE_DEBUG
#cmakedefine01 REGEX_DEBUG
#cmakedefine01 RESIZE_DEBUG
#cmakedefine01 RESOURCE_DEBUG
#cmakedefine01 SAFE_SYSCALL_DEBUG
#cmakedefine01 SERVICE_DEBUG
#cmakedefine01 SH_DEBUG
#cmakedefine01 SH_LANGUAGE_SERVER_DEBUG
#cmakedefine01 SPAM_DEBUG
#cmakedefine01 STRINGIMPL_DEBUG
#cmakedefine01 SYNTAX_HIGHLIGHTING_DEBUG
#cmakedefine01 SYSTEM_MENU_DEBUG
#cmakedefine01 SYSTEMSERVER_DEBUG
#cmakedefine01 TERMCAP_DEBUG
#cmakedefine01 TERMINAL_DEBUG
#cmakedefine01 TEXTEDITOR_DEBUG
#cmakedefine01 TLS_DEBUG
#cmakedefine01 TOKENIZER_TRACE_DEBUG
#cmakedefine01 UCI_DEBUG
#cmakedefine01 UPDATE_COALESCING_DEBUG
#cmakedefine01 WINDOWMANAGER_DEBUG
#cmakedefine01 WRAPPER_GENERATOR_DEBUG
#cmakedefine01 WSMESSAGELOOP_DEBUG
#cmakedefine01 WSSCREEN_DEBUG