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

Unified Diff: mojo/public/bindings/lib/TODO

Issue 23913008: C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build error. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/bindings/lib/bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/lib/TODO
diff --git a/mojo/public/bindings/lib/TODO b/mojo/public/bindings/lib/TODO
new file mode 100644
index 0000000000000000000000000000000000000000..6d8aa3ce891b345ab0c9dea69bd8b12fc074f0b0
--- /dev/null
+++ b/mojo/public/bindings/lib/TODO
@@ -0,0 +1,12 @@
+TODOs:
+ - Ensure validation checks are solid
+ - Add tests of validation logic
+ - Add tests of Buffer classes
+ - Optimize Buffer classes?
+ - Make "Clone" method public?
+ - Specify object packing and padding.
+ - Add compile-time asserts to verify object packing and padding.
+ - Pack boolean arrays?
+ - Get rid of gratuitous use of Align() function in favor of adding padding.
+ - Investigate making arrays of objects not be arrays of pointers.
+ - Consider getting rid of Data structs (i.e., d_ member).
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/bindings/lib/bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698