Sign in
chromium
/
chromium
/
src
/
6c9e39321a9def2e47cc4cca49c78a219badee48
/
gin
/
isolate_holder.cc
b6c4aaa
[unseasoned-pdf] Initialize gin::IsolateHolder for utility processes
by Daniel Hosseinian
· 4 years, 1 month ago
fb60ea0
Apply modernize-make-unique to remaining files
by Peter Boström
· 4 years, 5 months ago
e5b6fe6
Stop setting CreationParams::supported_import_assertions in IsolateHolder
by Daniel Clark
· 4 years, 7 months ago
b4c95a469
Get import assertions from v8::ModuleRequest and add them to blink::ModuleRequest
by Daniel Clark
· 4 years, 8 months ago
4785fd2
Flag for fast API calls in Blink bindings
by Maya Lekova
· 5 years ago
b25fe847
Rename MessageLoopCurrent to CurrentThread
by Carlos Caballero
· 5 years ago
dcc5ada
Remove/replace unnecessary logging.h includes in .cc files (gin)
by Hans Wennborg
· 5 years ago
04a44287
Avoid passing a SingleThreadTaskRunner to V8SharedMemoryDumpProvider
by Dan Elphick
· 6 years ago
fb4ab3b
V8 x64 backend doesn't emit ABI compliant stack frames
by Paolo Severini
· 6 years ago
d9cbb39
v8: Remove obsolete V8 extras flag
by peterwmwong
· 7 years ago
c0b760a
Remove uses of V8's function entry hook.
by Yang Guo
· 7 years ago
75a7cdf
Move the base/sys_info* files to base/system/
by Sebastien Marchand
· 7 years ago
51945ab
Make IsolateHolder aware of the isolate type.
by Ulan Degenbaev
· 7 years ago
694a6830
Remove unused RunMicrotasksObserver
by tzik
· 7 years ago
9473d2a0
[v8] Use the new isolate initialization api
by Andreas Haas
· 7 years ago
8d0f1f7
[DevTools] improve safety of Runtime.terminateExecution
by Alexey Kozyatinskiy
· 7 years ago
5bb3c64
Migrate MessageLoop::current() to MessageLoopCurrent in /gin
by Gabriel Charette
· 7 years ago
9aff02e
gin: Make v8_context_snapshot.bin as a default snapshot blob
by Hitoshi Yoshida
· 8 years ago
031fecd6
Make sure V8PerIsolateData is initialized with a valid task runner
by Siddhartha
· 8 years ago
1e7eb05
Revert "gin: Set V8 context snapshot as a default snapshot"
by Robert Liao
· 8 years ago
331b5f0d
V8 dump provider should be registered on isolate thread
by Siddhartha
· 8 years ago
231de835
gin: Set V8 context snapshot as a default snapshot
by Hitoshi Yoshida
· 8 years ago
a31cce2
gin: Make gin/ remember external reference table
by Hitoshi Yoshida
· 8 years ago
440591c
bindings: Bind V8's snapshot file to Blink's snapshot
by Hitoshi Yoshida
· 8 years ago
7262266cc08
Make the V8 external reference list const.
by Jeremy Roman
· 8 years ago
d88a223e
bindings: Use v8::StartupData in GetV8ExternalSnapshotData's arguments
by Hitoshi Yoshida
· 8 years ago
f2f50de
(Reland)[Bindings] Create and use V8 context snapshots.
by Hitoshi Yoshida
· 8 years ago
f0d13c9
Revert "(Reland)[Bindings] Create and use V8 context snapshots."
by Max Morin
· 8 years ago
f6a5016
(Reland)[Bindings] Create and use V8 context snapshots.
by Hitoshi Yoshida
· 8 years ago
9f043c3
Revert "(Reland)[Bindings] Create and use V8 context snapshots."
by Jan Krcal
· 8 years ago
59784d1
(Reland)[Bindings] Create and use V8 context snapshots.
by Hitoshi Yoshida
· 8 years ago
45b25591
Revert of [Bindings] Create and use V8 context snapshots (patchset #22 id:520001 of https://codereview.chromium.org/2841443005/ )
by blundell
· 8 years ago
54afe29
Create and use V8 context snapshots.
by peria
· 8 years ago
da9d8be
Make a new IsolateHolder constructor to take snapshot with.
by peria
· 8 years ago
5ff87ce
Automated IWYU fix for TaskRunner includes.
by Gabriel Charette
· 8 years ago
29dbb9f
Use access_mode in argument in a constructor of IsolateHolder.
by peria
· 9 years ago
feca6e8
Atomics.wait throws when called on the main thread.
by binji
· 9 years ago
124814c
Use timer task runner for V8PerIsolate tasks
by altimin
· 9 years ago
76acff10
When an Isolate is configured to use lockers, foreground tasks need to lock
by jochen
· 9 years ago
c862da8
Convert //gin to use std::unique_ptr
by mostynb
· 9 years ago
8d34e46
Cleanup: Remove double semicolons.
by thestig
· 10 years ago
e4860045
Global conversion of Pass()→std::move() on OS==linux
by dcheng
· 10 years ago
90e658dd
Switch to standard integer types in gin/.
by avi
· 10 years ago
9315024
Set V8 extras mode in gin::V8Initializer.
by yhirano
· 10 years ago
3cbdcd0
Implement posting idle tasks in gin.
by ulan
· 10 years ago
83aa5be
Adding v8_isolate_memory_dump_provider.
by ssid
· 10 years ago
a0b121b
Pass the ArrayBuffer::Allocator via the Isolate::CreateParams
by jochen
· 10 years ago
cf20763
Adding field to tell if gin::IsolateHolder needs lock to be accessed.
by ssid
· 10 years ago
ecf0c99
Update ResourceConstraints::ConfigureDefaults invocation
by jochen
· 10 years ago
552fb49
Replace IsolateHolder::LoadV8Snapshot() with V8Initializer::LoadSnapshot().
by oth
· 10 years ago
05c26fde
Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.
by oth
· 10 years ago
af05a02
Remove --verify-heap experiment
by jochen
· 10 years ago
3fb0727
Transfer v8 snapshot files as file descriptors to child processes on Posix.
by rmcilroy
· 11 years ago
5d4328e
Wipe out isolate_ pointer after disposing it.
by jochen
· 11 years ago
5c19ce8
Control V8 heap verification via finch flag
by jochen
· 11 years ago
ceeb241
Enable Windows to load V8's initial snapshot from external files.
by rmcilroy
· 11 years ago
3c766cc
mmap V8 snapshot and ICU data file in the android_webview
by mkosiba
· 11 years ago
da69cd0f
[gin] Fingerprint the V8 snapshot files on Windows and verify before loading the snapshot.
by rmcilroy
· 11 years ago
5e911d0f
Ensure v8_snapshot_dir is not defined when building for Mac.
by baixo
· 11 years ago
51f683a
Mac-specific bits for loading V8's initial snapshot from external files.
by baixo
· 11 years ago
df2df9e
Remove use of deprecated v8::StartupData::compressed_size (part 2).
by yangguo
· 11 years ago
f28960d
Initialize V8 in PDFium from external files when plugin is running in the renderer process.
by baixo
· 11 years ago
3a3c88a
Infrastructure for enabling V8's initial snapshot to be loaded from external files as opposed to being statically linked to the binary.
by baixo
· 11 years ago
284435c
Hook up custom Win 64 SEH to v8
by jochen
· 11 years ago
5a5cb9e
Mojo JS bindings: draining a DataPipe
by hansmuller
· 11 years ago
067d394
Pass ResourceConstraints to V8 via the Isolate constructor
by jochen
· 11 years ago
4879fd2c
Move setup of code event handlers to gin
by jochen
· 11 years ago
b6d92a8
Remove deprecated IsolateHolder constructor
by jochen
· 11 years ago
90e7f20
Use the array buffer allocator from IsolateHolder::Initialize for new Isolates
by jochen
· 11 years ago
2f43f2c9
Refactor IsolateHolder to be able to always create the isolate
by jochen
· 11 years ago
9a02490
Don't pass --harmony-promises flag from gin to v8
by
[email protected]
· 11 years ago
96daf05
Pass the amount of virtual memory to v8
by
[email protected]
· 11 years ago
34b4d357
Don't enable all harmony features in mojo/gin
by
[email protected]
· 11 years ago
6b395fe
Make net use v8 through gin
by
[email protected]
· 11 years ago
b64e521
[gin] Add a v8::Platform implementation to allow for v8 posting tasks
by
[email protected]
· 11 years ago
f29caab
Remove obsolete gin::IsolateHolder ctor
by
[email protected]
· 12 years ago
73dcce9
gin: Make it possible to use gin array buffers when running on top of blink
by
[email protected]
· 12 years ago
cb6c2bb
[gin] Introduce Wrappable::GetObjectTemplate
by
[email protected]
· 12 years ago
ff1554e
Reland 240298 "[gin] also install gin function templates on non-...""
by
[email protected]
· 12 years ago
a2b05e7c
Revert 240298 "[gin] also install gin function templates on non-..."
by
[email protected]
· 12 years ago
c6ee13c
[gin] also install gin function templates on non-gin managed isolates
by
[email protected]
· 12 years ago
89c7c288
[gin] when creating an IsolateHolder for an existing Isolate, don't setup v8
by
[email protected]
· 12 years ago
91cd4fe
Remove usage of deprecagted V8 API from gin/
by
[email protected]
· 12 years ago
81f8b91b
Implement support in function_template.h for return types.
by
[email protected]
· 12 years ago
314cde1
First cut at gin::Bind().
by
[email protected]
· 12 years ago
f04b0e9
[gin] add support for non-gin managed isolates in gin.
by
[email protected]
· 12 years ago