[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / global-handles.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-07-15 epertosoLet the second pass phantom callbacks run in a separate...
2015-04-13 dcarneycollect phantom handle data before it gets overwritten
2015-03-26 dcarneytwo pass phantom collection
2015-03-09 dcarneyremove phantom naming from the api
2015-01-30 hpayerCollect phantom callback data only once during gc....
2015-01-23 erikcorrySupport old and new weak handle API
2015-01-12 erikcorryUnify phantom and internal fields weak handle callbacks
2014-12-18 erikcorryPhantom references support internal fields
2014-11-03 erikcorry@chromium.orgIntroduce phantom weak handles in the API and use them...
2014-10-27 erikcorry@chromium.orgRevert 'Introduce phantom weak handles in the API and...
2014-10-27 erikcorry@chromium.orgIntroduce phantom weak handles in the API and use them...
2014-08-26 loislo@chromium.orgHeapProfiler: remove obsolete AddImplicitReferences
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-17 ernstm@chromium.orgMove node statistics from GCTracer to Heap.
2014-06-25 ulan@chromium.orgGrow heap slower if GC freed many global handles.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 jochen@chromium.orgEnter a description of the change.
2014-04-25 jochen@chromium.orgRevert 20968 - "Merge v8utils.* and utils.*"
2014-04-25 jochen@chromium.orgMerge v8utils.* and utils.*
2014-03-13 dcarney@chromium.orgImplement PersistentValueMap, a map that stores UniqueP...
2014-03-12 dslomov@chromium.orgRevert "Implement PersistentValueMap, a map that stores...
2014-03-12 dcarney@chromium.orgImplement PersistentValueMap, a map that stores UniqueP...
2014-03-11 jochen@chromium.orgUse a per-isolate cache for the date object JS bits
2013-12-18 svenpanne@chromium.orgRemove all stuff marked as V8_DEPRECATED.
2013-09-09 dcarney@chromium.orgnew persistent semantics
2013-08-26 dcarney@chromium.orgabstract eternal into class
2013-08-14 jkummerow@chromium.orgRevert "Make GlobalHandle::NodeBlock deletable"
2013-08-05 dcarney@chromium.orgintroduce eternal handles
2013-08-05 dcarney@chromium.orgMake GlobalHandle::NodeBlock deletable
2013-06-21 yurys@chromium.orgDelete deprecated methods from v8-profiler.h
2013-06-03 dcarney@chromium.orgremove old MakeWeak
2013-05-29 dcarney@chromium.orgde-isolate remaining persistent calls
2013-05-23 dcarney@chromium.orgde-isolate Persistent::Dispose
2013-05-07 dcarney@chromium.orgadd weakcallback without persistent copying
2013-04-24 mstarzinger@chromi... New GC APIs, try 2.
2013-04-16 mstarzinger@chromi... Revert the commits adding new GC-related APIs.
2013-04-16 mstarzinger@chromi... New GC related APIs: Implicit references.
2013-04-16 jkummerow@chromium.orgReplace OS::MemCopy with OS::MemMove (just as fast...
2013-04-12 mstarzinger@chromi... Add tests for GlobalHandles::IterateObjectGroups.
2013-04-10 mstarzinger@chromi... New GC related APIs.
2013-01-25 svenpanne@chromium.orgAdd Isolate parameter to Persistent class.
2013-01-24 mstarzinger@chromi... Implement VisitHandlesInNewSpaceWithClassIds()
2013-01-21 mstarzinger@chromi... Remove unused GlobalHandles::IterateWeakRoots()
2013-01-21 mstarzinger@chromi... Remove GlobalHandles::number_of_weak_handles_ and numbe...
2013-01-17 mstarzinger@chromi... Remove unused methods about Node::class_id_
2012-12-07 mstarzinger@chromi... Add GCTracer metrics for a scavenger GC for DOM wrappers
2012-12-04 mstarzinger@chromi... Unify object groups iteration in global handles.
2012-11-06 mstarzinger@chromi... Allow collection of DOM objects in minor GC cycles.
2012-10-18 svenpanne@chromium.orgAdd an API for enumerating persistent handles
2012-03-07 vegorov@chromium.orgAdd HeapProfiler::GetPersistentHandleCount to be able...
2011-06-06 vitalyr@chromium.orgUpdate comments in the global handles interface.
2011-06-06 vitalyr@chromium.orgRefactor storage of global handles.
2011-05-17 vegorov@chromium.orgExtend Handle API with MarkIndependent.
2011-05-03 kmillikin@chromium.orgSimplify include dependencies.
2011-04-12 vitalyr@chromium.orgFix retained object info leak.
2011-04-07 ricow@chromium.orgFix win64 compile failure.
2011-04-06 vitalyr@chromium.orgMake object groups and implicit references a bit more...
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-16 antonm@chromium.orgIntroduce one way dependencies into object grouping.
2011-03-10 mikhail.naganov... Add an interface for an embedder to provide information...
2010-11-03 antonm@chromium.orgAttempt to collect more garbage before panicking with...
2010-10-21 ager@chromium.orgRevert r5455 from bleeding_edge: attempt to collect...
2010-09-14 antonm@chromium.orgAttempt to collect more garbage before panicking with...
2009-12-03 christian.plesner... Added recording of heap and global handle stats in...
2009-11-11 lrn@chromium.orgFix warnings on Win64.
2009-11-05 christian.plesner... Made iteration of global handles more efficient on...
2009-10-26 antonm@chromium.orgAllocate global handles in chunks.
2009-10-15 mikhail.naganov... Add initial semi-working producers profile.
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-05 kmillikin@chromium.orgSome cleanup of the mark-sweep/compact collector follow...
2008-12-11 deanm@chromium.orgImprove mark-compact object grouping interface.
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.