You can use the window.opener property to access the toolstrip from the preferences window. window.opener refers to the window that opened the current window, if any.
If the toolstrip defined a function like updateView(), you could call it with window.opener.updateView(). - a On Thu, Aug 27, 2009 at 5:50 PM, v1c1ous<[email protected]> wrote: > > I have a little problem, from the Toolstrip I open a html file with > window.open(), is a preferences window, and when localStorage change > from the preferences window does not update the changes in the > Toolstip, stays with the old values, need to restart Chromium. > > What can i do? > > Sure Aaron have the answer :). > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" 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/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
