projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
usage: Tool to check where a git commit was merged and reverted.
[platform/upstream/v8.git]
/
include
/
2015-03-31
adamk
Add a UseCounter for Object.observe
tree
|
commitdiff
2015-03-31
jochen
Deprecate IdleNotification()
tree
|
commitdiff
2015-03-30
erikcorry
Record various overflow events on the heap - reland...
tree
|
commitdiff
2015-03-30
dcarney
ensure maybe results are checked in v8.h
tree
|
commitdiff
2015-03-26
dcarney
add access checks to receivers on function callbacks
tree
|
commitdiff
2015-03-26
dcarney
two pass phantom collection
tree
|
commitdiff
2015-03-26
yurys
Return timestamp of the last recorded interval to the...
tree
|
commitdiff
2015-03-25
yurys
Remove v8::Isolate::ClearInterrupt
tree
|
commitdiff
2015-03-25
alexandre.rames
Fix the V8_GNUC_PREREQ macro.
tree
|
commitdiff
2015-03-24
machenbach
Revert of Track how many pages trigger fallback strateg...
tree
|
commitdiff
2015-03-24
erikcorry
Track how many pages trigger fallback strategies in GC
tree
|
commitdiff
2015-03-24
dcarney
fix disposal of phantom handles in GlobalValueMap
tree
|
commitdiff
2015-03-24
jochen
Remove calls to IdleNotification()
tree
|
commitdiff
2015-03-23
verwaest
Remove reference to PropertyCellSpace from include...
tree
|
commitdiff
2015-03-19
hpayer
Revert "Merge old data and pointer space."
tree
|
commitdiff
2015-03-19
dslomov
Add a counter for legacy const.
tree
|
commitdiff
2015-03-19
jochen
Clarify what APIs return Maybe and MaybeLocal values
tree
|
commitdiff
2015-03-19
yurys
Introduce explicit constant for per Context debug data...
tree
|
commitdiff
2015-03-18
dcarney
add interceptors which do not mask existing properties
tree
|
commitdiff
2015-03-18
dcarney
convert last api functions which try to handle exceptio...
tree
|
commitdiff
2015-03-18
verwaest
Remove PropertyCell space
tree
|
commitdiff
2015-03-18
vegorov
Make counter and histogram related callbacks part of...
tree
|
commitdiff
2015-03-18
hpayer
Merge old data and pointer space.
tree
|
commitdiff
2015-03-17
dcarney
convert String::New functions to maybe
tree
|
commitdiff
2015-03-17
dcarney
add missing dcheck to ToLocalChecked
tree
|
commitdiff
2015-03-16
yurys
Remove obsolete TakeHeapSnapshot method from API
tree
|
commitdiff
2015-03-12
bashi
Add Cast() for Int32 and Uint32
tree
|
commitdiff
2015-03-11
mstarzinger
Simplify pending message script handling.
tree
|
commitdiff
2015-03-11
dcarney
convert most remaining api functions needing context...
tree
|
commitdiff
2015-03-10
bashi
Add Cast() to Boolean
tree
|
commitdiff
2015-03-10
yurys
Remove uid and title from HeapSnapshot
tree
|
commitdiff
2015-03-10
mstarzinger
Simplify and correctify pending message location handling.
tree
|
commitdiff
2015-03-10
yurys
Remove deprecated CpuProfiler methods
tree
|
commitdiff
2015-03-10
dcarney
convert Function and Promise to maybe
tree
|
commitdiff
2015-03-09
dcarney
remove phantom naming from the api
tree
|
commitdiff
2015-03-09
Dan Carney
add V8_DEPRECATE_SOON macros to make it easier to ident...
tree
|
commitdiff
2015-03-06
kalman
Add MoveOnlyTypeForCPP03 to UniquePersistent for compat...
tree
|
commitdiff
2015-03-06
ulan
Retain maps embedded in optimized code for several...
tree
|
commitdiff
2015-03-06
dcarney
convert more things to maybe
tree
|
commitdiff
2015-03-05
dcarney
reland rename UniquePersistent to Global
tree
|
commitdiff
2015-03-05
yurys
Allow passing sourceMapUrl when compiling scripts
tree
|
commitdiff
2015-03-05
dcarney
convert compile functions to use maybe
tree
|
commitdiff
2015-03-05
machenbach
Revert of rename UniquePersistent to Global (patchset...
tree
|
commitdiff
2015-03-05
dcarney
rename UniquePersistent to Global
tree
|
commitdiff
2015-03-05
dcarney
give UniquePersistent full move semantics
tree
|
commitdiff
2015-03-04
dcarney
convert remaining object functions to maybes
tree
|
commitdiff
2015-03-03
dcarney
convert more object functions to return maybes
tree
|
commitdiff
2015-03-02
Dan Carney
convert object::* to return maybe values
tree
|
commitdiff
2015-03-02
Sven Panne
Removed funky Maybe constructor and made fields private.
tree
|
commitdiff
2015-03-02
Sven Panne
Polish Maybe API a bit, removing useless creativity...
tree
|
commitdiff
2015-02-27
dcarney
convert Value::*Value() function to return Maybe results
tree
|
commitdiff
2015-02-27
dcarney
Convert v8::Value::To* to use MaybeLocal
tree
|
commitdiff
2015-02-26
machenbach
Add public version macros.
tree
|
commitdiff
2015-02-25
ben
Add v8::Object::GetRealNamedPropertyAttributes()
tree
|
commitdiff
2015-02-25
rossberg
[strong] Make functions and generators non-extensible...
tree
|
commitdiff
2015-02-25
yangguo
Attach snapshot data blob to the isolate.
tree
|
commitdiff
2015-02-12
jochen
Make it possible to define arguments for CompileFunctio...
tree
|
commitdiff
2015-02-12
ulan
Use weak cells in dependent code.
tree
|
commitdiff
2015-02-11
yangguo
Throw on range error when creating a string via API.
tree
|
commitdiff
2015-02-11
dcarney
remove undetectable strings
tree
|
commitdiff
2015-02-09
jochen
Introduce a compile method that takes context extensions
tree
|
commitdiff
2015-02-09
dcarney
add support for all can read interceptors
tree
|
commitdiff
2015-02-06
adamk
Add basic compilation support for modules
tree
|
commitdiff
2015-02-05
yurys
Add NativeWeakMap to v8.h
tree
|
commitdiff
2015-02-05
ulan
Add a flag to track detached contexts.
tree
|
commitdiff
2015-02-04
yurys
Revert of Add WeakKeyMap to v8.h (patchset #2 id:20001...
tree
|
commitdiff
2015-02-04
dcarney
Move the contents of api-natives.js to c++
tree
|
commitdiff
2015-02-04
yurys
Add WeakKeyMap to v8.h
tree
|
commitdiff
2015-02-03
yurys
Revert of Add WeakMap to v8.h (patchset #3 id:40001...
tree
|
commitdiff
2015-02-03
yurys
Add WeakMap to v8.h
tree
|
commitdiff
2015-02-02
mvstanton
Megamorphic KeyedLoadIC needs special handling for...
tree
|
commitdiff
2015-01-30
bmeurer
Reland "Initial switch to Chromium-style CHECK_* and...
tree
|
commitdiff
2015-01-30
michael_dawson
Contribution of PowerPC port (continuation of 422063005...
tree
|
commitdiff
2015-01-30
Benedikt Meurer
Revert "Make GCC happy again." and "Initial switch...
tree
|
commitdiff
2015-01-30
bmeurer
Initial switch to Chromium-style CHECK_* and DCHECK_...
tree
|
commitdiff
2015-01-29
kozyatinskiy
[V8] Added Script::is_debugger_script flag for embedders
tree
|
commitdiff
2015-01-23
hpayer
Always adjust amount of external memory when change...
tree
|
commitdiff
2015-01-23
erikcorry
Support old and new weak handle API
tree
|
commitdiff
2015-01-23
dcarney
CHECK that FunctionTemplates are not modified after...
tree
|
commitdiff
2015-01-20
verwaest
Remove ForceDelete
tree
|
commitdiff
2015-01-19
dcarney
remove SignatureInfo class
tree
|
commitdiff
2015-01-16
dcarney
split api call stubs into accessor and function call...
tree
|
commitdiff
2015-01-14
jochen
Remove support for signatures with arguments
tree
|
commitdiff
2015-01-12
yangguo
Embed custom script into the snapshot.
tree
|
commitdiff
2015-01-12
erikcorry
Unify phantom and internal fields weak handle callbacks
tree
|
commitdiff
2015-01-07
dcarney
remove declarative accessors
tree
|
commitdiff
2014-12-22
jochen
Enable the embedder to specify what kind of context...
tree
|
commitdiff
2014-12-22
hpayer
Keep AllocationSpace and ObjectSpace enums in sync.
tree
|
commitdiff
2014-12-20
alph
Support multiple interrupt requests in v8 API.
tree
|
commitdiff
2014-12-18
erikcorry
Phantom references support internal fields
tree
|
commitdiff
2014-12-10
yangguo
Extract non-IO part of mksnapshot into an API method.
tree
|
commitdiff
2014-12-05
dcarney
new api for adding indexed interceptors
tree
|
commitdiff
2014-12-02
yurys
Add GetIdentityHash to v8::Name object API
tree
|
commitdiff
2014-12-02
thakis
Set V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode.
tree
|
commitdiff
2014-11-28
hpayer
Use deadline in IdleNotification.
tree
|
commitdiff
2014-11-27
dcarney
Add interceptor support for symbols
tree
|
commitdiff
2014-11-26
jochen
Document that Isolate::GetCurrent() must not be called...
tree
|
commitdiff
2014-11-24
yangguo
Remove v8::StartupData::compressed_size.
tree
|
commitdiff
2014-11-21
yangguo
Rip out bzip compression for native sources.
tree
|
commitdiff
2014-11-19
Benedikt Meurer
Revert "Forward declaration for Isolate / Platform...
tree
|
commitdiff
next