|
Add PepperTryCatch and V8ObjectVar classes
This adds PepperTryCatch and V8ObjectVar classes which will be used in the
refactoring which replaces the NPAPI bindings with gin bindings for pepper.
V8ObjectVar is a fairly straightforward replacement for NPObjectVar.
PepperTryCatch (and subclasses) are used to conveniently catch and report
errors eminating from either pepper or V8. It also includes facilities for
conveniently converting between v8 objects and vars. It is essentially the
equivalent of some of the utilities in npapi_glue.h.
This also adds conversion for object vars to the V8VarConverter and some
unimplemented functions to the HostVarTracker to allow these new files to
compile.
BUG= 351636
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288637
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+391 lines, -66 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/host_var_tracker.h
|
View
|
1
2
3
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_instance_impl.h
|
View
|
1
2
3
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_instance_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_try_catch.h
|
View
|
1
2
3
4
5
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_try_catch.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/v8_var_converter.h
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/v8_var_converter.cc
|
View
|
1
2
3
|
14 chunks |
+46 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/pepper/v8object_var.h
|
View
|
1
2
3
4
5
|
1 chunk |
+21 lines, -30 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/pepper/v8object_var.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+37 lines, -25 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/var.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/var.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|