Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Issue 248903003: Extend V8ValueConverter::Strategy for the needs of Gin Java Bridge (Closed)

Created:
6 years, 8 months ago by mnaganov (inactive)
Modified:
6 years, 8 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, darin-cc_chromium.org, jam, extensions-reviews_chromium.org
Visibility:
Public.

Description

Extend V8ValueConverter::Strategy for the needs of Gin Java Bridge Gin Java Bridge requires some customization in JS values serialization: - 'undefined' values must be encoded, not skipped; - 'non-finite' doubles must be supported; - ArrayBuffers and ArrayBufferViews must be encoded differently. BUG=355644 R=jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266168

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments addressed #

Patch Set 3 : Tranquillize clang #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -16 lines) Patch
M content/public/renderer/v8_value_converter.h View 1 2 2 chunks +18 lines, -2 lines 0 comments Download
M content/renderer/v8_value_converter_impl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/v8_value_converter_impl.cc View 1 2 5 chunks +59 lines, -11 lines 0 comments Download
M content/renderer/v8_value_converter_impl_unittest.cc View 1 1 chunk +165 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
mnaganov (inactive)
6 years, 8 months ago (2014-04-23 12:11:23 UTC) #1
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/248903003/diff/1/content/public/renderer/v8_value_converter.h File content/public/renderer/v8_value_converter.h (right): https://codereview.chromium.org/248903003/diff/1/content/public/renderer/v8_value_converter.h#newcode58 content/public/renderer/v8_value_converter.h:58: base::Value** out) const = 0; what about providing ...
6 years, 8 months ago (2014-04-23 15:17:32 UTC) #2
mnaganov (inactive)
Thanks, Jochen! I agree with your comment, but since this can be done in more ...
6 years, 8 months ago (2014-04-23 15:23:12 UTC) #3
mnaganov (inactive)
On 2014/04/23 15:23:12, Mikhail Naganov (Cr) wrote: > Thanks, Jochen! I agree with your comment, ...
6 years, 8 months ago (2014-04-24 14:49:25 UTC) #4
jochen (gone - plz use gerrit)
On 2014/04/24 14:49:25, Mikhail Naganov (Cr) wrote: > On 2014/04/23 15:23:12, Mikhail Naganov (Cr) wrote: ...
6 years, 8 months ago (2014-04-24 14:59:37 UTC) #5
mnaganov (inactive)
On 2014/04/24 14:59:37, jochen wrote: > On 2014/04/24 14:49:25, Mikhail Naganov (Cr) wrote: > > ...
6 years, 8 months ago (2014-04-24 15:51:35 UTC) #6
mnaganov (inactive)
The CQ bit was checked by mnaganov@chromium.org
6 years, 8 months ago (2014-04-24 15:51:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnaganov@chromium.org/248903003/20001
6 years, 8 months ago (2014-04-24 15:53:16 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-24 16:42:05 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_clang_dbg tryserver.chromium on linux_chromium_clang_dbg
6 years, 8 months ago (2014-04-24 16:42:06 UTC) #10
mnaganov (inactive)
The CQ bit was checked by mnaganov@chromium.org
6 years, 8 months ago (2014-04-24 17:06:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mnaganov@chromium.org/248903003/40001
6 years, 8 months ago (2014-04-24 17:08:05 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-24 21:07:18 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 8 months ago (2014-04-24 21:07:19 UTC) #14
mnaganov (inactive)
6 years, 8 months ago (2014-04-25 09:07:11 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 manually as r266168 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698