summaryrefslogtreecommitdiffstats
path: root/content/renderer/v8_value_converter_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Provide an Isolate for v8::ObjectTemplate::New.svenpanne@chromium.org2014-01-081-1/+1
* Track v8 API changes.jochen@chromium.org2014-01-031-5/+5
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-231-2/+2
* Remove usage of deprecated V8 APIs from content unittestsjochen@chromium.org2013-12-021-61/+90
* Raise the max recursion depth in V8ValueConverterImpl from 10 to 100.kalman@chromium.org2013-09-121-2/+2
* remove unused function NamedCallbackGetterdcarney@google.com2013-08-271-10/+0
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-1/+1
* Update tests to not use to-be-removed V8 handle operations.marja@chromium.org2013-06-111-56/+88
* Revert 205184 "Revert 204057 "Recurse to a maximum depth of 10 i..."kalman@chromium.org2013-06-101-43/+36
* Revert 204057 "Recurse to a maximum depth of 10 in v8_value_conv..."marja@chromium.org2013-06-101-36/+43
* Recurse to a maximum depth of 10 in v8_value_converter_impl.cc. There arekalman@chromium.org2013-06-041-43/+36
* Get rid of calls to v8::Persistent v8::Context::New() in tests.marja@chromium.org2013-05-081-1/+4
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-4/+4
* Improve the v8::Object uniqueness check in V8ValueConverterImplvabr@chromium.org2013-03-201-0/+98
* Cleanup: Remove deprecated base::Value methods from contents. Use base::Value...thestig@chromium.org2013-02-121-60/+66
* Use non-deprecated versions of v8::Persistent::New/Dispose.svenpanne@chromium.org2013-02-121-1/+1
* Add a base::ParseJson() function to help tests construct Values.jyasskin@chromium.org2012-12-171-52/+47
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-1/+3
* Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don'tkalman@chromium.org2012-09-171-23/+85
* Revert 157025 - Make V8ValueConverter.FromV8Value be more consistent with JSO...kalman@chromium.org2012-09-161-85/+23
* Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don'tkalman@chromium.org2012-09-151-23/+85
* Make V8ValueConverterImpl able to convert objects with "indexed" (numbered)kalman@chromium.org2012-09-131-0/+33
* Valgrind: Fix a leak in the V8ValueConverterImplTest test.jhawkins@chromium.org2012-09-011-10/+14
* Fixing crash in V8ValueConverter.eaugusti@chromium.org2012-08-051-0/+30
* Revert 146891 - Revert 146852 - Forces V8ValueConverter to switch context whe...erg@google.com2012-07-161-0/+72
* Revert 146852 - Forces V8ValueConverter to switch context when converting obj...erg@google.com2012-07-161-72/+0
* Forces V8ValueConverter to switch context when converting objects.eaugusti@chromium.org2012-07-161-0/+72
* Allow "null" to mean optional in extension APIs (for realz), but normalise itkalman@chromium.org2012-05-301-0/+22
* Support optional arguments in SendRequestNatives::StartRequestbattre@chromium.org2012-05-161-4/+4
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-041-0/+326