summaryrefslogtreecommitdiffstats
path: root/platform/web/javascript_bridge_singleton.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add `JavaScriptBridge` buffer methodsAdam Scott2024-09-161-0/+23
* StringName Dictionary keysrune-scape2024-08-291-1/+1
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* Merge pull request #79711 from adamscott/web-non-blocking-main-threadRémi Verschelde2023-10-091-4/+19
|\
| * Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-4/+19
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
|/
* Add vararg call() method to C++ Callablekobewi2023-10-051-5/+2
* Merge pull request #82633 from Faless/web/visibility_exposeRémi Verschelde2023-10-021-5/+5
|\
| * [Web] Fix dlink_enabled buildFabio Alessandrelli2023-10-011-5/+5
* | Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-1/+1
|/
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+3
* Merge pull request #70626 from Faless/web/4.x_expose_force_fs_syncFabio Alessandrelli2023-01-091-0/+5
|\
| * [Web] Expose API to force file system sync.Fabio Alessandrelli2022-12-271-0/+5
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Rename JavaScript singleton to JavaScriptBridgeGeequlim2022-09-021-0/+366