[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / v8.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-08 ulanUse idle task to perform incremental marking steps.
2015-09-04 mstarzingerRemove obsolete DEBUG and NDEBUG macro dance.
2015-08-21 mstarzingerRemove obsolete static methods from V8 class.
2015-08-20 mstarzingerTurn v8.h into a normal header.
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-10 mstarzinger[heap] Avoid inclusion of heap internals in v8.h header.
2015-08-10 mstarzinger[heap] Avoid overzealous inclusion of heap internal...
2015-07-17 jochenDelete APIs deprecated since last release
2015-02-05 mstarzingerCorrectly report some internal OOM conditions.
2015-01-30 bmeurerReland "Initial switch to Chromium-style CHECK_* and...
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 bmeurerMinor refactoring for Zone class and friends.
2014-12-09 jochenAlso ignore NDEBUG for chromium code
2014-11-24 baixoEnsure external snapshot is only set once.
2014-09-19 jochen@chromium.orgReland 24052 - Require V8 to be explicitly initialized...
2014-09-18 jochen@chromium.orgRevert "Require V8 to be explicitly initialized before...
2014-09-18 jochen@chromium.orgRequire V8 to be explicitly initialized before an Isola...
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-26 jochen@chromium.orgReland 21482 - "Merge v8globals.h and globals.h"
2014-05-26 verwaest@chromium.orgRevert "Merge v8globals.h and globals.h"
2014-05-26 jochen@chromium.orgMerge v8globals.h and globals.h
2014-05-02 jochen@chromium.orgIntroduce a microtask suppression scope and move microt...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-25 jochen@chromium.orgRemove static CallCompletedCallback handlers
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-04-01 bmeurer@chromium.orgMake it possible to use HeapType inside objects-inl.h.
2014-02-12 rafaelw@chromium.orgV8 Microtask Queue & API
2013-11-22 svenpanne@chromium.orgReland "Implement Math.random() purely in JavaScript...
2013-11-21 danno@chromium.orgRevert 17963, 17962 and 17955: Random number generator...
2013-11-21 jochen@chromium.orgReland r17877 - Introduce a v8::Platform class that...
2013-11-21 svenpanne@chromium.orgImplement Math.random() purely in JavaScript.
2013-11-19 jochen@chromium.orgRevert 17877 - Introduce a v8::Platform class that...
2013-11-19 jochen@chromium.orgIntroduce a v8::Platform class that bundles embedder...
2013-11-08 svenpanne@chromium.orgRemoved dead function V8::FillHeapNumberWithRandom.
2013-10-02 jkummerow@chromium.orgRevert "lazy instantiation of the default isolate"...
2013-10-01 dcarney@chromium.orglazy instantiation of the default isolate
2013-09-10 bmeurer@chromium.orgIntroduce a RandonNumberGenerator class. Refactor the...
2013-09-05 mstarzinger@chromi... Remove obsolete global V8::has_been_fooed flags.
2013-09-04 mstarzinger@chromi... Remove obsolete V8::IdleNotification dispatch.
2013-09-03 mstarzinger@chromi... Move global V8::IsDead() into the Isolate.
2013-09-03 mstarzinger@chromi... Move global V8::UseCrankshaft() into the Isolate.
2013-09-02 mstarzinger@chromi... Remove obsolete global V8::IsRunning() predicate.
2013-07-04 yurys@chromium.orgRemove #include "heap-snapshot-generator-inl.h" from...
2013-07-03 yurys@chromium.orgRemove #include "cpu-profiler-inl.h" from v8.h
2013-06-28 danno@chromium.orgImproved function entry hook coverage
2013-06-27 ulan@chromium.orgRevert r15361 "Improved function entry hook coverage...
2013-06-27 danno@chromium.orgImproved function entry hook coverage
2013-06-13 dcarney@chromium.orgremove most uses of raw handle constructors
2013-06-11 dslomov@chromium.orgChange ArrayBuffer API and implementation to use embedd...
2013-06-10 olivf@chromium.orguse compare nil ic only for non-strict equality. strict...
2013-06-10 olivf@chromium.orgrevert accidental dcommit
2013-06-10 olivf@chromium.orgalso remove the constant
2013-06-03 yangguo@chromium.orgMake assertion scopes thread safe.
2013-05-02 dcarney@chromium.orgfirst step to remove unsafe handles
2013-02-21 loislo@chromium.orgSplit profile-generator
2012-06-04 sanjoy@chromium.orgProgress towards making Zones independent of Isolates...
2012-03-12 fschneider@chromiu... Landing for pliard@chromium.org: Remove static initiali...
2012-02-27 vegorov@chromium.orgAdds a new API where the host can supply a callback...
2012-01-13 erik.corry@gmail.comCosmetic changes ("set up" is a verb, "setup" is a...
2012-01-04 yangguo@chromium.orgImplement callback when script finishes running in...
2011-11-30 ulan@chromium.orgStart incremental marking on idle notification.
2011-10-24 lrn@chromium.orgMoved random generator state to global context.
2011-10-03 kmillikin@chromium.orgRemove #include "isolate-inl.h" from v8.h.
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
2011-09-19 svenpanne@chromium.orgUnify the handling of comparinsons against null and...
2011-07-17 ager@chromium.orgIntroduce a random entropy source which can optionally...
2011-06-16 karlklose@chromium.orgRevert "Merge arguments branch to bleeding merge."
2011-06-15 karlklose@chromium.orgMerge arguments branch to bleeding merge.
2011-06-15 ager@chromium.orgRemove unused methods.
2011-04-26 vegorov@chromium.orgFix compilation with debuggersupport=off.
2011-03-31 vitalyr@chromium.orgVM initialization refactoring.
2011-03-30 vitalyr@chromium.orgOnly pass isolate parameter to C helper functions that...
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-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-11-24 lrn@chromium.orgWorking stand-alone preparser.
2010-11-18 ager@chromium.orgLanding for Justing Schuh.
2010-11-15 lrn@chromium.orgSplit globals.h into two parts, where only one depends...
2010-11-05 lrn@chromium.orgSplit utils.h into utils.h and v8utils.h where the...
2010-08-30 whesse@chromium.orgImprove header file inclusions. Drop some unneeded...
2010-08-05 antonm@chromium.orgAdd information about memory allocator's size and capac...
2010-04-08 mikhail.naganov... Make VM state tracking to be independent of logging...
2010-04-07 whesse@chromium.orgChange Math.random() to return 32 bits of random goodne...
2010-04-06 mikhail.naganov... C++ profiles processor: wire up to VM.
2010-03-09 kmillikin@chromium.orgSmall simplification of #include dependencies.
2009-11-16 erik.corry@gmail.com* Remove old snapshot implementation
2009-10-27 erik.corry@gmail.comNew snapshot framework. Doesn't work on ARM yet (code...
2009-10-06 mike@belshe.comRemove the high-priority flag from IdleNotification...
2009-09-11 sgjesse@chromium.orgControl profiling/debugger support from build script.
2009-08-25 mike@belshe.comUpdate the Idle collector to do a full GC
next