Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]: feat: add v8 Support. #586

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e52752f
feat: add v8 release and atomicString impl
andycall Mar 30, 2024
3c56237
Committing clang-format changes
Mar 30, 2024
06629e0
update submodule url
Apr 3, 2024
b9e311e
feat: split v8 and quickjs templates.
andycall Apr 18, 2024
baf64ff
test: add atomic string testing.
andycall Apr 18, 2024
21af632
fix: fix build scripts.
andycall Apr 19, 2024
89d1a75
feat: add script_value
Apr 21, 2024
91894ab
feat: fixed v8_per_context_data.h compilation errors
May 23, 2024
28b94a4
feat: Implement v8_per_context_data.cc
May 27, 2024
0f4518e
feat:resolve link error to compile webf_unit_test
May 28, 2024
8af4f8b
feat: add v8_initializer.cc
Jun 5, 2024
7e2d932
feat: USING_FAST_MALLOC uses the util namespace
Jun 14, 2024
c22ba1b
feat: PartitionAlloc standalone only support Linux
Jun 27, 2024
6d88145
feat: script_value.h compiled successful
Jun 28, 2024
7f76256
feat: delete some wtf
Jul 2, 2024
4f41f0b
feat: add dart_isolate_context.cc
Jul 3, 2024
a90f056
feat: support ScopedPersistent<v8::Context>
Jul 5, 2024
721205d
feat: add v8_member_installer
Aug 16, 2024
8ca3d35
feat: call v8 InstallFunctions
Aug 23, 2024
21c3429
feat: v8 generateMethodArgumentsCheck
Aug 23, 2024
f427c1c
feat: ExecutingContext from v8 isolate
Aug 23, 2024
1488ef5
feat: add V8ThrowException
Aug 23, 2024
7ffbcc5
feat: declare WindowOrWorkerGlobalScope::setTimeout
Aug 23, 2024
408766c
feat: add Converter<IDLCallback>
Aug 25, 2024
2fc2e61
feat: generate the setTimeout binding code
Aug 27, 2024
c20ba19
feat: implement setTimeout
Sep 7, 2024
11d72fd
fix: compile error
Sep 7, 2024
a8920c4
feat: update -mmacosx-version-min=13.3
Sep 7, 2024
b689056
feat: support ExecutingContext::Timers()
Sep 7, 2024
00c3ef8
feat: update macos x86_64 v8 git submodule
Sep 17, 2024
d100480
feat: cmake support x86_64
Sep 17, 2024
4515004
fix: Embedder-vs-V8 build configuration mismatch.
Sep 21, 2024
0302879
fix: Context::Global() need Context::Scope
Sep 21, 2024
03e354e
feat: v8 upgrade to 13.3.206
Dec 1, 2024
5ec877e
fix: reset bridge/scripts to main branch
Dec 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
[submodule "bridge/third_party/quickjs/compat/win32/pthread-win32"]
path = bridge/third_party/quickjs/compat/win32/pthread-win32
url = [email protected]:GerHobbelt/pthread-win32.git
[submodule "bridge/third_party/v8"]
path = bridge/third_party/v8
url = https://github.com/openwebf/v8-release.git
branch = 13.3.206
Loading
Loading