Home | History | Annotate | Download | only in basic

Lines Matching refs:page

5 // Global variables only exist for the life of the page, so they get reset
6 // each time the page is unloaded.
13 chrome.tabs.sendMessage(lastTabId, "Background page started.");
25 // need to persist across page reloads.
42 // The event page will unload after handling this event (assuming nothing
47 // Note: we also sent a message above, upon loading the event page,
65 // Note: setTimeout itself does NOT keep the page awake. We return true
67 // in turn keeping the event page awake - until we call sendResponse.
86 // After the unload event listener runs, the page will unload, so any
92 chrome.tabs.sendMessage(lastTabId, "Background page unloaded.");