Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1451)

Issue 2950041: Common container fixes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by mhermanto
Modified:
13 years, 2 months ago
Reviewers:
dev-remailer, Han Nguyen, qiaoysun
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

More details on http://codereview.appspot.com/2897041.

Patch Set 1 #

Messages

Total messages: 2
mhermanto
13 years, 6 months ago (2010-11-06 03:04:31 UTC) #1
qiaoysun
13 years, 6 months ago (2010-11-06 04:18:57 UTC) #2
On 2010/11/06 03:04:31, mhermanto wrote:
Thanks!

To the change in gadget_holder.js, we need remove the line before the pubsub2
feature :
this.el_.innerHTML = this.getIframeHtml_();

To the change in service.js and GadgetsHandler.java: if we change the method to
gadgets.metadata, why register them again? it will get a warning message : 
Skipping duplicate osapi method definition gadgets.metadata on transport
http://localhost:8080/rpc. 
So I suggest to remove those lines in service.js:
osapiServicesConfig[endPoint] = [
    'gadgets.metadata', // without .get
    'gadgets.token' // without .get
  ];
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b