Description[Android] Add GinJavaBridgeValue for Gin Java Bridge
Gin Java Bridge passes values between Java and JS using base::Value.
Since there are some kinds of data that can't be represented in JSON,
we use base::BinaryValue that holds GinJavaBridgeValue. And we don't
use base::BinaryValue for anything else (this is enforced by our
Strategy for V8ValueConverter).
BUG=355644
R=bulach@chromium.org, jochen@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266527
Patch Set 1 #
Total comments: 2
Patch Set 2 : Commends addressed #Patch Set 3 : Add missing CONTENT_EXPORTs #Patch Set 4 : Rebased #
Messages
Total messages: 24 (0 generated)
|