~osomon/oxide/ensure-files-exist

« back to all changes in this revision

Viewing changes to qt/tests/qmltests/TestUtilsSlave.js

  • Committer: Olivier Tilloy
  • Date: 2014-09-25 16:27:09 UTC
  • mfrom: (677.1.95 oxide)
  • Revision ID: olivier.tilloy@canonical.com-20140925162709-h8bai0f1nfaf7cfy
Merge the latest changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
// License along with this library; if not, write to the Free Software
16
16
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
17
17
 
 
18
// ==UserScript==
 
19
// @run-at document-start
 
20
// ==/UserScript==
 
21
 
18
22
oxide.addMessageHandler("GET-DOCUMENT-URI", function(msg) {
19
23
  msg.reply({location: window.document.documentURI});
20
24
});