summaryrefslogtreecommitdiffstats
path: root/content/renderer/v8_value_converter_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Update callers of WebArrayBuffer/V8 conversions to use WebArrayBufferConverteradamk@chromium.org2014-02-061-2/+3
* Make V8ValueConverterImpl serialize objects with internal field counts to ankalman@chromium.org2014-01-091-1/+4
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-241-2/+2
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-231-2/+2
* Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions.svenpanne@chromium.org2013-12-191-1/+1
* Remove usage of deprecated V8 APIs from content/rendererjochen@chromium.org2013-11-291-22/+30
* Add v8::Isolate parameter to V8ValueConverter::Strategy funcs.marja@chromium.org2013-11-281-13/+16
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-6/+6
* Raise the max recursion depth in V8ValueConverterImpl from 10 to 100.kalman@chromium.org2013-09-121-2/+5
* Downgrade log message in v8_value_converter from ERROR to WARNINGzork@chromium.org2013-09-121-2/+2
* Remove calls to HandleScope default ctor.marja@chromium.org2013-09-041-2/+2
* Don't serialize any DOM objects in V8ValueConverter, it can be extremely slow.kalman@chromium.org2013-08-241-0/+13
* V8ValueConverter for the activity logger that does not invoke interceptors andpmarch@chromium.org2013-08-121-1/+19
* Update the include path for WebArrayBuffer.heroman@chromium.org2013-07-171-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-2/+2
* Make content use base namespace for Values.brettw@chromium.org2013-06-141-3/+3
* Revert 205184 "Revert 204057 "Recurse to a maximum depth of 10 i..."kalman@chromium.org2013-06-101-42/+90
* Revert 204057 "Recurse to a maximum depth of 10 in v8_value_conv..."marja@chromium.org2013-06-101-90/+42
* Recurse to a maximum depth of 10 in v8_value_converter_impl.cc. There arekalman@chromium.org2013-06-041-42/+90
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-3/+3
* Improve the v8::Object uniqueness check in V8ValueConverterImplvabr@chromium.org2013-03-201-21/+36
* Cleanup: Remove deprecated base::Value methods from contents. Use base::Value...thestig@chromium.org2013-02-121-39/+34
* Update some #includes for WebSerializedScriptValue and WebArrayBufferView tha...pilgrim@chromium.org2013-01-181-1/+1
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-7/+3
* Move a bunch of content\common code into the content namespace.jam@chromium.org2012-10-231-1/+2
* Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don'tkalman@chromium.org2012-09-171-34/+39
* Revert 157025 - Make V8ValueConverter.FromV8Value be more consistent with JSO...kalman@chromium.org2012-09-161-39/+34
* Make V8ValueConverter.FromV8Value be more consistent with JSON.stringify: don'tkalman@chromium.org2012-09-151-34/+39
* Make V8ValueConverterImpl able to convert objects with "indexed" (numbered)kalman@chromium.org2012-09-131-7/+7
* Fixing crash in V8ValueConverter.eaugusti@chromium.org2012-08-051-1/+10
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Revert 146891 - Revert 146852 - Forces V8ValueConverter to switch context whe...erg@google.com2012-07-161-20/+47
* Revert 146852 - Forces V8ValueConverter to switch context when converting obj...erg@google.com2012-07-161-47/+20
* Forces V8ValueConverter to switch context when converting objects.eaugusti@chromium.org2012-07-161-20/+47
* [Coverity] Fixed memory leaksgroby@chromium.org2012-07-101-6/+6
* Fix memory leak in V8ValueConverterImpl that I just introduced.kalman@chromium.org2012-05-301-5/+5
* Allow "null" to mean optional in extension APIs (for realz), but normalise itkalman@chromium.org2012-05-301-1/+33
* Support optional arguments in SendRequestNatives::StartRequestbattre@chromium.org2012-05-161-6/+30
* Allow serialization of ArrayBuffer params in extension/apps API methodsasargent@chromium.org2012-05-091-4/+54
* Revert 135602 - Allow serialization of ArrayBuffer params in extension/apps A...dmazzoni@google.com2012-05-071-54/+4
* Allow serialization of ArrayBuffer params in extension/apps API methodsasargent@chromium.org2012-05-061-4/+54
* Enable extension APIs for content scripts.aa@chromium.org2011-11-121-6/+8
* Make V8ValueConverter be an interface and move it to content\public\renderer ...jam@chromium.org2011-10-041-0/+224