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

Issue 4523085: Fix breakage due to r1125110.

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 10 months ago by mhermanto
Modified:
11 years, 2 months ago
Reviewers:
fargo
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -7 lines) Patch
features/pom.xml View 1 chunk +0 lines, -2 lines 0 comments Download
features/src/main/javascript/features/osapi/feature.xml View 1 chunk +7 lines, -2 lines 0 comments Download
features/src/main/javascript/features/osapi/gadgetsrpctransport.js View 1 chunk +1 line, -1 line 0 comments Download
features/src/test/javascript/features/alltests.js View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2
mhermanto
14 years, 10 months ago (2011-05-19 22:44:54 UTC) #1
fargo
14 years, 10 months ago (2011-05-19 22:56:15 UTC) #2
LGTM

Thx!

On Thu, May 19, 2011 at 3:44 PM, <mhermanto@gmail.com> wrote:

> Reviewers: fargo,
>
>
>
> Please review this at http://codereview.appspot.com/4523085/
>
> Affected files:
>  features/pom.xml
>  features/src/main/javascript/features/osapi/feature.xml
>  features/src/main/javascript/features/osapi/gadgetsrpctransport.js
>  features/src/test/javascript/features/alltests.js
>
>
> ### Eclipse Workspace Patch 1.0
> #P shindig-project
> Index: features/src/main/javascript/features/osapi/feature.xml
> ===================================================================
> --- features/src/main/javascript/features/osapi/feature.xml     (revision
> 1125142)
> +++ features/src/main/javascript/features/osapi/feature.xml     (working
> copy)
> @@ -29,10 +29,15 @@
>   <dependency>osapi.base</dependency>
>   <dependency>rpc</dependency>
>   <dependency>security-token</dependency>
> -  <all>
> +  <container>
> +    <script src="jsonrpctransport.js"></script>
> +    <script src="peoplehelpers.js"></script>
> +    <script src="taming.js" caja="1"></script>
> +  </container>
> +  <gadget>
>     <script src="jsonrpctransport.js"></script>
>     <script src="gadgetsrpctransport.js"></script>
>     <script src="peoplehelpers.js"></script>
>     <script src="taming.js" caja="1"></script>
> -  </all>
> +  </gadget>
>  </feature>
> Index: features/src/main/javascript/features/osapi/gadgetsrpctransport.js
> ===================================================================
> --- features/src/main/javascript/features/osapi/gadgetsrpctransport.js
>  (revision 1125142)
> +++ features/src/main/javascript/features/osapi/gadgetsrpctransport.js
>  (working copy)
> @@ -115,7 +115,7 @@
>     }
>
>     // Do not run this in container mode.
> -    if (gadgets.config && window !== window.top) {
> +    if (gadgets.config) {
>       gadgets.config.register('osapi.services', null, init);
>     }
>   })();
> Index: features/pom.xml
> ===================================================================
> --- features/pom.xml    (revision 1125142)
> +++ features/pom.xml    (working copy)
> @@ -108,8 +108,6 @@
>                 <source>globals/globals.js</source>
>                 <source>cloo/cloo.js</source>
>                 <source>core.config.base/config.js</source>
> -                <source>core.config.base/configcontainer.js</source>
> -                <source>core.config.base/configgadget.js</source>
>                 <source>core.config/validators.js</source>
>                 <source>core.json/json-native.js</source>
>                 <source>core.json/json-jsimpl.js</source>
> Index: features/src/test/javascript/features/alltests.js
> ===================================================================
> --- features/src/test/javascript/features/alltests.js   (revision 1125142)
> +++ features/src/test/javascript/features/alltests.js   (working copy)
> @@ -39,8 +39,6 @@
>   eval(JsUtil.prototype.include(srcDir + '/globals/globals.js'));
>   eval(JsUtil.prototype.include(srcDir + '/cloo/cloo.js'));
>   eval(JsUtil.prototype.include(srcDir + '/core.config.base/config.js'));
> -  eval(JsUtil.prototype.include(srcDir +
> '/core.config.base/configcontainer.js'));
> -  eval(JsUtil.prototype.include(srcDir +
> '/core.config.base/configgadget.js'));
>   eval(JsUtil.prototype.include(srcDir + '/core.config/validators.js'));
>   eval(JsUtil.prototype.include(srcDir + '/core.json/json-native.js'));
>   eval(JsUtil.prototype.include(srcDir + '/core.json/json-jsimpl.js'));
>
>
>
Sign in to reply to this message.

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