mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
This allows us to simulate HTTP responses from Browser JS tests. Instead of using hacks like data URLs to "load" external data, we can now generate an actual HTTP response that contains arbitrary headers, body, and has a defined response delay.
61 lines
1001 B
Plaintext
61 lines
1001 B
Plaintext
*.swo
|
|
*.swp
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.creator.user.*
|
|
*.files
|
|
*.includes
|
|
*.cflags
|
|
*.cxxflags
|
|
*.autosave
|
|
build*/
|
|
Build*/
|
|
Toolchain/Tarballs
|
|
Toolchain/Build
|
|
Toolchain/Local
|
|
.vscode
|
|
.vs
|
|
.ccls-cache
|
|
compile_commands.json
|
|
.cache
|
|
.clang_complete
|
|
.clangd
|
|
.idea/
|
|
cmake-build-debug/
|
|
output/
|
|
.vim/
|
|
.exrc
|
|
.helix/
|
|
|
|
# Environments
|
|
.venv/
|
|
.venv*/
|
|
venv*/
|
|
|
|
# Gradle/AndroidStudio
|
|
.gradle/
|
|
.cxx/
|
|
local.properties
|
|
# We can't build from cmd.exe anyway
|
|
gradlew.bat
|
|
|
|
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
|
|
Userland/Libraries/LibWasm/Tests/Spec
|
|
|
|
Tests/LibWeb/WPT/wpt
|
|
Tests/LibWeb/WPT/metadata
|
|
Tests/LibWeb/WPT/MANIFEST.json
|
|
|
|
# HTTP Test server artifacts from ./Tests/LibWeb/Fixtures/http-test-server.py
|
|
http-test-server.pid.txt
|
|
http-test-server.log
|
|
|
|
Meta/CMake/vcpkg/user-variables.cmake
|
|
|
|
# Ensure that all files in /Base can be tracked, even if they match one of the above rules
|
|
!/Base/**
|
|
|
|
# Keep last to ensure .DS_Store is never tracked, even if otherwise allowed by any exception above.
|
|
.DS_Store
|