Nice work. Did you check that you are actually getting a different origin in each activity using the "new" approach to activity://? <br><br>On Wednesday, 18 September 2013, Manuel Quiñones  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I finally got web activities working on XO-4, in the AU build<br>
published yesterday [1] .  I did it by modifying webactivities.py to<br>
use WebKitGTK1 instead of v2.  The changes are:<br>
<br>
<a href="https://github.com/manuq/sugar-toolkit-gtk3-1/compare/webacts-webkit1" target="_blank">https://github.com/manuq/sugar-toolkit-gtk3-1/compare/webacts-webkit1</a><br>
<br>
I tried it with Gears Activity v3, and is working.  It stores the data<br>
and the metadata.  So it is communicating with the shell just fine.<br>
<br>
The touchscreen is not responding very well, at least in this<br>
activity.  I can tap buttons, but I can barely drag to move a gear or<br>
to draw one.  The dragging seems to be cancelled in the middle of the<br>
action.  Mouse input works fine.<br>
<br>
Also as expected, the icons look small in the XO screen because I need<br>
to adapt the theme.  But that is an easy one, just changing the<br>
CEL_SIZE variable in the LESS file to create another CSS for the XO<br>
screen DPI, and adding a CSS media query selector to the HTML.  I'll<br>
provide a patch to sugar-web-template and will update my web<br>
activities.<br>
<br>
The inspector is not working, it does not display.  It shoud display<br>
by Ctrl+Shift+I or by right-click -> "Inspect element".  There is no<br>
error in the logs and the API is there [2], but nothing is happening.<br>
Surprisingly, JavaScript console logs go to the activity log.  We are<br>
missing that in master.<br>
<br>
I managed to keep the activity:// scheme that we need for the<br>
same-origin policy, but I still had to add the setting<br>
'enable-file-access-from-file-uris' to workaround the cross-site<br>
requests.  I can't find a way to register the URI scheme in WK1, so I<br>
added a big FIXME.<br>
<br>
[1] <a href="http://build.laptop.org.au/xo/os/sugar-100/build-21/" target="_blank">http://build.laptop.org.au/xo/os/sugar-100/build-21/</a><br>
[2] <a href="http://webkitgtk.org/reference/webkitgtk/stable/WebKitWebInspector.html" target="_blank">http://webkitgtk.org/reference/webkitgtk/stable/WebKitWebInspector.html</a><br>
<br>
<br>
--<br>
.. manuq ..<br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'Sugar-devel@lists.sugarlabs.org')">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</blockquote><br><br>-- <br>Daniel Narvaez<br><br>