http://codereview.appspot.com/135051/diff/1027/48 File features/src/main/javascript/features/caja/taming.js (right):
http://codereview.appspot.com/135051/diff/1027/48#newcode105 Line 105: var tamings___ = tamings___ || []; Changed from register function to an array of hooks because the caja feature is not guaranteed to be loaded before other features. This is similar to how gadgets.* and opensocial.* get initialized. http://codereview.appspot.com/135051/diff/1027/54 File features/src/main/javascript/features/opensocial-jsonrpc/jsonrpccontainer.js (left): http://codereview.appspot.com/135051/diff/1027/54#oldcode502 Line 502: Removed because it unnecessarily shadowed an identical JsonRpcRequestItem defined above which made it impossible to whitelist. http://codereview.appspot.com/135051

