|
|
with this patch, osapi doesn't work, flash doesn't work, but most other things should.
I'm constructing the es53 frames with document.write because I thought it would be easier to debug than eval'ed script, but this causes somewhat odd behavior in chrome, so I'm rethinking that.
Total comments: 5
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+380 lines, -344 lines) |
Patch |
 |
M |
content/samplecontainer/examples/SocialActivitiesWorld.xml
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/samplecontainer/samplecontainer.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
features/src/main/javascript/features/caja-guest-frame/feature.xml
|
View
|
1
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
features/src/main/javascript/features/caja-taming-frame/feature.xml
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/caja/feature.xml
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/caja/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+114 lines, -31 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/core.json/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/core.log/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/features.txt
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/flash/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -131 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/opensocial-base/feature.xml
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
features/src/main/javascript/features/opensocial-base/taming.js
|
View
|
1
2
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/opensocial-reference/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+50 lines, -46 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/osapi.base/osapi.js
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/osapi.base/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/osapi/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/settitle/feature.xml
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/tabs/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
features/src/main/javascript/features/taming/taming.js
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
java/gadgets/src/main/java/org/apache/shindig/gadgets/Gadget.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+15 lines, -0 lines |
1 comment
|
Download
|
 |
M |
java/gadgets/src/main/java/org/apache/shindig/gadgets/render/Renderer.java
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
java/gadgets/src/main/java/org/apache/shindig/gadgets/render/RenderingGadgetRewriter.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/CajaContentRewriter.java
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+56 lines, -64 lines |
0 comments
|
Download
|
 |
M |
java/gadgets/src/main/java/org/apache/shindig/gadgets/uri/DefaultJsUriManager.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
java/gadgets/src/main/java/org/apache/shindig/gadgets/uri/JsUriManager.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
java/gadgets/src/test/java/org/apache/shindig/gadgets/servlet/CajaContentRewriterTest.java
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
 |
M |
java/gadgets/src/test/java/org/apache/shindig/gadgets/uri/DefaultJsUriManagerTest.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
java/server/src/test/java/org/apache/shindig/server/endtoend/EndToEndTest.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 12
|