[Bug 13972] var bgPage = chrome.extension.getBackgroundPage(); function saveTabData(tab, data) { if (tab.incognito) { bgPage[tab.url] = data; // Persist data ONLY in memory } else { localStorage[tab.url] = data; // OK to store data }

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13972

Art Barstow <art.barstow@nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |art.barstow@nokia.com
         Resolution|                            |NEEDSINFO

--- Comment #1 from Art Barstow <art.barstow@nokia.com> 2011-10-11 20:10:19 UTC ---
Please be more specific about the spec bug.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 11 October 2011 20:10:25 UTC