-chromium-discuss
+chromium-extensions  (this is where extensions discussions and questions
should be sent)

On Wed, Dec 2, 2009 at 3:24 AM, Bruno <brunosa...@gmail.com> wrote:

> Hi!
>
> Currently, when we've configured a popup linked to the BrowserAction,
> every click on the button reload the page.
> 2I suggest that this popup just reloaded on each click but once on
> window initialization.
> I think there is already an event handler for clicks on BrowserAction,
> then people who need the reload do not have problems
>

The popup gets completely destroyed when it's dismissed.  It doesn't persist
across clicks.  If you'd like to have some precomputed state that you load
into your popup, just use a background page.  That doesn't get destroyed
until Chrome exits.

Erik




>
> Bruno
>
> --
> Chromium Discussion mailing list: chromium-discuss@googlegroups.com
> View archives, change email options, or unsubscribe:
>    http://groups.google.com/group/chromium-discuss
>

-- 
Chromium Discussion mailing list: chromium-discuss@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss

Reply via email to