summaryrefslogtreecommitdiffstats
path: root/content/renderer/v8_value_converter_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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