gecko/browser/components/sessionstore
Paul O’Shannessy 6afa2f58ba Bug 467409 - (backslashplosion) Nested about:sessionrestore instances causes huge sessionstore.js file [r=dietrich]
This patch special cases the formdata we store for about:sessionrestore (which allows for nested instances) so that we store it internally as a JS object, as opposed to a string. The end result is that JSON.stringifying state doesn't result in the use of escape characters for that formdata and we no longer have an explosion of backslashes to make sessionstore.js as huge.
2011-11-28 13:02:48 -08:00
..
content Bug 673331 - Add identifying information to system compartments. r=mrbkap. 2011-08-21 16:02:24 -07:00
src Bug 467409 - (backslashplosion) Nested about:sessionrestore instances causes huge sessionstore.js file [r=dietrich] 2011-11-28 13:02:48 -08:00
test/browser Bug 467409 - (backslashplosion) Nested about:sessionrestore instances causes huge sessionstore.js file [r=dietrich] 2011-11-28 13:02:48 -08:00
jar.mn Backed out changeset 860c490eb849 2010-08-24 15:59:35 +02:00
Makefile.in Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey 2011-10-06 17:15:07 +01:00
nsISessionStartup.idl Bug 670040: Make nsISessionStartup.state a jsval to save repeatedly stringifying/parsing the initial state. r=zpao 2011-07-15 09:42:21 -07:00
nsISessionStore.idl Bug 623893 - Middle clicking the back / forward buttons doesn't go back / forward. a=dietrich a=b 2011-01-10 20:01:47 +01:00