[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / bootstrapper.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-28 jkummerowobjects-inl.h: Remove ACCESSORS_TO_SMI macro
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-21 yangguoUnify symbols sharing across native scripts and runtime.
2015-08-20 domenicAdd experimental, non-snapshotted V8 extras
2015-08-19 yangguoNative context: install JS builtins via container object.
2015-08-14 yangguoDo not export natives to runtime via js builtins object.
2015-08-12 yangguoDebugger: load debugger builtins as normal native JS.
2015-07-13 dannoCreate a internal native context used only for TF-gener...
2015-07-06 jochenMake v8::Handle as "deprecated soon"
2015-04-30 yangguoCache experimental natives sources as external strings.
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-02-09 yangguoCorrectly clean up natives sources on tear down.
2014-12-12 svenpanneConsistently use only one of virtual/OVERRIDE/FINAL.
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-17 ishell@chromium.orgHeap::AllocateStringFromOneByte() and major part of...
2014-03-31 bmeurer@chromium.orgCleanup bootstrapper, execution and factory modules.
2014-03-25 yangguo@chromium.orgReland "No longer OOM on invalid string length."
2014-03-24 yangguo@chromium.orgRevert "No longer OOM on invalid string length."
2014-03-24 yangguo@chromium.orgNo longer OOM on invalid string length.
2014-01-17 svenpanne@chromium.orgVarious extension-related cleanup and simplifications.
2013-12-11 verwaest@chromium.orgFixed global object leak caused by overwriting the...
2013-09-11 dcarney@chromium.orgsome random isolate threading
2013-09-10 dcarney@chromium.orgGet rid of most uses of 'Temporary macro' HEAP
2013-06-04 mstarzinger@chromi... Deprecate FACTORY helper macro.
2013-05-21 svenpanne@chromium.orgMake sure we register extensions only once. Removed...
2013-02-15 svenpanne@chromium.orgMake the Isolate parameter mandatory for internal Handl...
2013-01-09 yangguo@chromium.orgIntroduce ENABLE_LATIN_1 compile flag
2012-11-15 yangguo@chromium.orgRename SeqAsciiString
2012-08-28 rossberg@chromium.orgAllocate block-scoped global bindings to global context.
2012-08-17 rossberg@chromium.orgRename "global context" to "native context",
2012-01-13 erik.corry@gmail.comCosmetic changes ("set up" is a verb, "setup" is a...
2011-06-06 mikhail.naganov... Compress sources of JS libraries in addition to the...
2011-05-23 vitalyr@chromium.orgIsolates cleanup: get rid of some ugly macros.
2011-05-06 svenpanne@chromium.orgA tiny contribution for the IWYU day: Include allocatio...
2011-04-14 karlklose@chromium.orgIsolates: Cleanup usage of FACTORY in code stubs and...
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.
2010-05-06 vitalyr@chromium.orgRemove unused declarations.
2010-03-24 ager@chromium.orgImplement support for reattaching a global object to...
2010-03-23 kasperl@chromium.orgMerge the partial_snapshots branch back into bleeding_e...
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2010-02-11 ager@chromium.orgAlways load the JavaScript builtins code entry from...
2009-12-11 erik.corry@gmail.comGive the binary op stubs better names to make profiles...
2009-11-09 erik.corry@gmail.comFix small memory leak in new serialization code.
2009-11-06 erik.corry@gmail.comKeep natives source code in external strings instead...
2009-10-06 whesse@chromium.orgClean up fixups of calls to builtins. Fix lint error.
2009-09-28 erik.corry@gmail.com* Fix memory leaks caused by thread local data being...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-01-26 iposva@chromium.orgFix white space issues.
2009-01-26 iposva@chromium.org- Preserve bootstrapper state across thread switches...
2009-01-15 deanm@chromium.orgFix a bunch of spelling mistakes :\
2008-11-10 feng@chromium.orgFix CALL_NON_FUNCTION.
2008-10-21 feng@chromium.orgSplit window support from V8.
2008-10-20 bak@chromium.org- Changed gc-greedy to ignore boostrapping.
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.