usage: Tool to check where a git commit was merged and reverted.
[platform/upstream/v8.git] / include /
2015-03-31 adamkAdd a UseCounter for Object.observe
2015-03-31 jochenDeprecate IdleNotification()
2015-03-30 erikcorryRecord various overflow events on the heap - reland...
2015-03-30 dcarneyensure maybe results are checked in v8.h
2015-03-26 dcarneyadd access checks to receivers on function callbacks
2015-03-26 dcarneytwo pass phantom collection
2015-03-26 yurysReturn timestamp of the last recorded interval to the...
2015-03-25 yurysRemove v8::Isolate::ClearInterrupt
2015-03-25 alexandre.ramesFix the V8_GNUC_PREREQ macro.
2015-03-24 machenbachRevert of Track how many pages trigger fallback strateg...
2015-03-24 erikcorryTrack how many pages trigger fallback strategies in GC
2015-03-24 dcarneyfix disposal of phantom handles in GlobalValueMap
2015-03-24 jochenRemove calls to IdleNotification()
2015-03-23 verwaestRemove reference to PropertyCellSpace from include...
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-19 dslomovAdd a counter for legacy const.
2015-03-19 jochenClarify what APIs return Maybe and MaybeLocal values
2015-03-19 yurysIntroduce explicit constant for per Context debug data...
2015-03-18 dcarneyadd interceptors which do not mask existing properties
2015-03-18 dcarneyconvert last api functions which try to handle exceptio...
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 vegorovMake counter and histogram related callbacks part of...
2015-03-18 hpayerMerge old data and pointer space.
2015-03-17 dcarneyconvert String::New functions to maybe
2015-03-17 dcarneyadd missing dcheck to ToLocalChecked
2015-03-16 yurysRemove obsolete TakeHeapSnapshot method from API
2015-03-12 bashiAdd Cast() for Int32 and Uint32
2015-03-11 mstarzingerSimplify pending message script handling.
2015-03-11 dcarneyconvert most remaining api functions needing context...
2015-03-10 bashiAdd Cast() to Boolean
2015-03-10 yurysRemove uid and title from HeapSnapshot
2015-03-10 mstarzingerSimplify and correctify pending message location handling.
2015-03-10 yurysRemove deprecated CpuProfiler methods
2015-03-10 dcarneyconvert Function and Promise to maybe
2015-03-09 dcarneyremove phantom naming from the api
2015-03-09 Dan Carneyadd V8_DEPRECATE_SOON macros to make it easier to ident...
2015-03-06 kalmanAdd MoveOnlyTypeForCPP03 to UniquePersistent for compat...
2015-03-06 ulanRetain maps embedded in optimized code for several...
2015-03-06 dcarneyconvert more things to maybe
2015-03-05 dcarneyreland rename UniquePersistent to Global
2015-03-05 yurysAllow passing sourceMapUrl when compiling scripts
2015-03-05 dcarneyconvert compile functions to use maybe
2015-03-05 machenbachRevert of rename UniquePersistent to Global (patchset...
2015-03-05 dcarneyrename UniquePersistent to Global
2015-03-05 dcarneygive UniquePersistent full move semantics
2015-03-04 dcarneyconvert remaining object functions to maybes
2015-03-03 dcarneyconvert more object functions to return maybes
2015-03-02 Dan Carneyconvert object::* to return maybe values
2015-03-02 Sven PanneRemoved funky Maybe constructor and made fields private.
2015-03-02 Sven PannePolish Maybe API a bit, removing useless creativity...
2015-02-27 dcarneyconvert Value::*Value() function to return Maybe results
2015-02-27 dcarneyConvert v8::Value::To* to use MaybeLocal
2015-02-26 machenbachAdd public version macros.
2015-02-25 benAdd v8::Object::GetRealNamedPropertyAttributes()
2015-02-25 rossberg[strong] Make functions and generators non-extensible...
2015-02-25 yangguoAttach snapshot data blob to the isolate.
2015-02-12 jochenMake it possible to define arguments for CompileFunctio...
2015-02-12 ulanUse weak cells in dependent code.
2015-02-11 yangguoThrow on range error when creating a string via API.
2015-02-11 dcarneyremove undetectable strings
2015-02-09 jochenIntroduce a compile method that takes context extensions
2015-02-09 dcarneyadd support for all can read interceptors
2015-02-06 adamkAdd basic compilation support for modules
2015-02-05 yurysAdd NativeWeakMap to v8.h
2015-02-05 ulanAdd a flag to track detached contexts.
2015-02-04 yurysRevert of Add WeakKeyMap to v8.h (patchset #2 id:20001...
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-02-04 yurysAdd WeakKeyMap to v8.h
2015-02-03 yurysRevert of Add WeakMap to v8.h (patchset #3 id:40001...
2015-02-03 yurysAdd WeakMap to v8.h
2015-02-02 mvstantonMegamorphic KeyedLoadIC needs special handling for...
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
2015-01-30 michael_dawsonContribution of PowerPC port (continuation of 422063005...
2015-01-30 Benedikt MeurerRevert "Make GCC happy again." and "Initial switch...
2015-01-30 bmeurerInitial switch to Chromium-style CHECK_* and DCHECK_...
2015-01-29 kozyatinskiy[V8] Added Script::is_debugger_script flag for embedders
2015-01-23 hpayerAlways adjust amount of external memory when change...
2015-01-23 erikcorrySupport old and new weak handle API
2015-01-23 dcarneyCHECK that FunctionTemplates are not modified after...
2015-01-20 verwaestRemove ForceDelete
2015-01-19 dcarneyremove SignatureInfo class
2015-01-16 dcarneysplit api call stubs into accessor and function call...
2015-01-14 jochenRemove support for signatures with arguments
2015-01-12 yangguoEmbed custom script into the snapshot.
2015-01-12 erikcorryUnify phantom and internal fields weak handle callbacks
2015-01-07 dcarneyremove declarative accessors
2014-12-22 jochenEnable the embedder to specify what kind of context...
2014-12-22 hpayerKeep AllocationSpace and ObjectSpace enums in sync.
2014-12-20 alphSupport multiple interrupt requests in v8 API.
2014-12-18 erikcorryPhantom references support internal fields
2014-12-10 yangguoExtract non-IO part of mksnapshot into an API method.
2014-12-05 dcarneynew api for adding indexed interceptors
2014-12-02 yurysAdd GetIdentityHash to v8::Name object API
2014-12-02 thakisSet V8_CC_GNU or V8_CC_MSVC for clang in gcc / cl mode.
2014-11-28 hpayerUse deadline in IdleNotification.
2014-11-27 dcarneyAdd interceptor support for symbols
2014-11-26 jochenDocument that Isolate::GetCurrent() must not be called...
2014-11-24 yangguoRemove v8::StartupData::compressed_size.
2014-11-21 yangguoRip out bzip compression for native sources.
2014-11-19 Benedikt MeurerRevert "Forward declaration for Isolate / Platform...
next