> but the second log returns undefined
tabs.get() returns array. So:
Utils.log(Utils.tabs.get("ToDoSo")[0].window);
> and the last line doesn't do anything although executing
> window.postMessage("ola", "*") in Firebug has the desired effect
How about this one?:
function cmd_post_message_test2(){
CmdUtils.getWindowInsecure().postMessage("yo", "*");
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---