Mmarja@chromium.orgFix: Prerendering was confusing SessionService to not save sessionStorage.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
DomStorage: Clear the renderer side cache too when the user clears browsing data. Review URL: https://chromiumcodereview.appspot.com/10910045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155284 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Better session restore: Persist sessionStorage on disk. Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Better session restore: Persist sessionStorage on disk. Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Better session restore: Persist sessionStorage on disk. Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Web Inspector: count DOM storage cache memory for native snapshot Review URL: https://chromiumcodereview.appspot.com/10799008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148108 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Web Inspector: count DOM storage cache memory for native snapshot Review URL: https://chromiumcodereview.appspot.com/10799008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148108 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorageCachedArea + DomStorageProxy interface and unittests. These classes aren't used yet. BUG=94382 Review URL: https://chromiumcodereview.appspot.com/10450009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138921 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorage: Clear the renderer side cache too when the user clears browsing data. Review URL: https://chromiumcodereview.appspot.com/10910045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155284 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Better session restore: Persist sessionStorage on disk. Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Create and store persistent unique ids for sessionStorage. This helps us to store / restore sessionStorages when doing a session restore (in a later CL). BUG=104292 TEST=existing tests+DomStorageContextTest.PersistentIds Review URL: https://chromiumcodereview.appspot.com/10546167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142735 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorage data deletion and memory purging. BUG=106763 Review URL: https://chromiumcodereview.appspot.com/9817011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128376 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
webkit: Instead of doing a conversion just use string16(). See chromium-dev thread for reference: https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/ec912e667c6fdec8# After landing this patch there will be zero entries of ASCIIToUTF16(""); R=tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/10317028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135592 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorage - Temporary workaround for overly aggressive "bad message termination". Instead of forcibly crashing the renderer allow it to proceed with more limited session storage functionality (no mutation events, values generally wont survive a page reload). BUG=134003 Review URL: https://chromiumcodereview.appspot.com/10629008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143761 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Relax strict quota limit checks when reading pre-existing DomStorage database files. The other checks will disallow increases that exceed the limit, but when it comes to existing files its not clear that the checks on open will pass. So we'll grandfather in the existing files. Review URL: https://chromiumcodereview.appspot.com/9594038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125524 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Relax strict quota limit checks when reading pre-existing DomStorage database files. The other checks will disallow increases that exceed the limit, but when it comes to existing files its not clear that the checks on open will pass. So we'll grandfather in the existing files. Review URL: https://chromiumcodereview.appspot.com/9594038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125524 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
DomStorage: Clear the renderer side cache too when the user clears browsing data. Review URL: https://chromiumcodereview.appspot.com/10910045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155284 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorage: Clear the renderer side cache too when the user clears browsing data. Review URL: https://chromiumcodereview.appspot.com/10910045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155284 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix: Prerendering was confusing SessionService to not save sessionStorage. BUG=149905 Review URL: https://chromiumcodereview.appspot.com/10969012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158778 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix: Prerendering was confusing SessionService to not save sessionStorage. BUG=149905 Review URL: https://chromiumcodereview.appspot.com/10969012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158778 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of TimeDelta. The previous version of this patch was reverted due to crashing cros_x86 and cros_tegra2 builds. See: http://codereview.chromium.org/9703053/ BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10572030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143401 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter. (Dom|Local|Session)StorageDatabaseAdapter add an extra layer which unifies handling the backends for localStorage and sessionStorage. This will be useful when backing sessionStorage on disk. BUG=104292 TEST=Updated DomStorageAreaTest.* Review URL: https://chromiumcodereview.appspot.com/10556009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143173 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Better session restore: Persist sessionStorage on disk. Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Better session restore: Persist sessionStorage on disk. Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter. (Dom|Local|Session)StorageDatabaseAdapter add an extra layer which unifies handling the backends for localStorage and sessionStorage. This will be useful when backing sessionStorage on disk. BUG=104292 TEST=Updated DomStorageAreaTest.* Review URL: https://chromiumcodereview.appspot.com/10556009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143173 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Better session restore: Persist sessionStorage on disk. Write sessionStorage on disk, and restore it after relaunching, when recovering from a crash, and when the startup option "continue where I left off" is selected. BUG=104292 TEST=Manual; SessionStorageDatabaseTest.ReadOriginsInNamespace Review URL: https://chromiumcodereview.appspot.com/9963107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150314 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter. (Dom|Local|Session)StorageDatabaseAdapter add an extra layer which unifies handling the backends for localStorage and sessionStorage. This will be useful when backing sessionStorage on disk. BUG=104292 TEST=Updated DomStorageAreaTest.* Review URL: https://chromiumcodereview.appspot.com/10556009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143173 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |