Commit Graph

720 Commits

Author SHA1 Message Date
Paul O’Shannessy
ec9212cc47 Bug 537289 - Only save form data for fields that aren't the default value [r=zeniko]
Note: This also modifies the test for bug 456342.
2010-03-19 12:28:35 -07:00
Philipp von Weitershausen
3076606c6f Bug 553305 - Properly declare 'i'. r=dietrich 2010-03-19 08:43:48 +01:00
Dão Gottwald
dc33edf053 Bug 537061 - Fix for intermittent failure in browser_522545.js. r=zpao 2010-03-18 07:59:25 +01:00
Dão Gottwald
1ed0022a0d Disable randomly failing test, investigating locally 2010-03-17 12:27:41 +01:00
Dão Gottwald
e54deab742 Attempt to fix browser_522545.js failure 2010-03-17 10:24:28 +01:00
Paul O’Shannessy
b995e74fff Bug 551505 - Fix context of RestoreDocument_proxy [r=zeniko] 2010-03-15 10:51:10 -07:00
Paul O’Shannessy
05990f4fde Bug 551285 - Drop backwards compatibility for Firefox 2/3 [r=zeniko] 2010-03-15 10:51:10 -07:00
Dão Gottwald
0ae2a73e51 fix up tests 2010-03-13 17:55:44 +01:00
Joel Maher
c0ce59f423 Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE 2010-03-12 13:53:36 -08:00
Ehsan Akhgari
71e8c13e6d Remove the debugging info which was added as part of bug 518970; r=dao (landed on a CLOSED TREE) 2010-03-12 14:50:45 -05:00
Ehsan Akhgari
e091995dcc Bug 518970 - frequent timeout in browser_394759_privatebrowsing.js, caused by browser_394759.js and browser_354894.js; rs=jmuizelaar 2010-03-11 17:17:36 -08:00
Dão Gottwald
ab659ff333 Bug 551712 - Tab event listeners should be added to the tab container, not the tabbrowser. r=zeniko 2010-03-11 21:38:06 +01:00
Brad Lassey
cf8558308e backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests 2010-03-09 22:33:11 -05:00
Joel Maher
fc440b802d Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert 2010-03-09 08:55:39 -08:00
Kyle Huey
74827fb435 Backed out changeset 8ce70abd7777 2010-03-09 01:14:21 -05:00
Joel Maher
3ff94711b5 Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer 2010-03-08 19:21:33 -08:00
Clint Talbert
a7c210544a Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box 2010-03-07 17:34:23 -08:00
Joel Maher
b51e4506cb Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte 2010-03-07 16:08:05 -08:00
Marco Bonardo
6cf46dbcf5 Bug 518970 - Double the timeout for browser_394759.js (random failure). 2010-03-03 10:30:33 -08:00
Marco Bonardo
2503ea1e38 Bug 521802 - Polling for innerHTML value in browser_459906.js (random failure). r=zpao 2010-03-03 10:30:28 -08:00
Dão Gottwald
3ec11d2d3c Use ordinary JS functions as observer callbacks in browser chrome tests 2010-02-06 09:47:42 +01:00
Justin Lebar
a1288e078a Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking 2009-09-01 09:45:05 -07:00
Daniel Holbert
5d9a273992 merge after backing out c7a04be6904 on suspicion of causing bug 543034 2010-01-29 18:56:08 -08:00
Daniel Holbert
4169db85ee Backed out changeset dc7a04be6904 on suspicion of causing bug 543034. 2010-01-29 18:50:46 -08:00
Marco Bonardo
c81eaba495 Bug 528219 - Double the timeout for test browser_354894.js (random orange) 2010-01-29 12:58:18 +01:00
Justin Lebar
3bf83e55ef Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking 2009-09-01 09:45:05 -07:00
Honza Bambas
d6bdaf09d8 Bug 501423 - StorageEvent implementation does not match the spec, r=jst 2010-01-28 15:53:53 +01:00
Kyle Huey
31e5a8efa8 Backed out changeset 6f48ddc83ea7 2010-01-23 09:36:18 -05:00
Dão Gottwald
c75a9df2f0 Bug 539660 - Remove sessionstore.interval and sessionstore.resume_from_crash default values from nsSessionStore.js. r=zpao 2010-01-23 09:40:00 +01:00
Paul O’Shannessy
b5cf6a67c1 Bug 540534 - Use Cu instead of Components.utils in nsSessionStartup [r=dietrich] 2010-01-22 12:21:41 -08:00
Thomas de Grenier de Latour
8ea563085b Bug 538672 - browser_506482.js | initial sessionstore.js update [r=zpao] 2010-01-09 11:01:00 -08:00
Paul O’Shannessy
2cecddf2a1 Bug 535408 (Part 2) - Increase Sessionstore interval to 15s [r=dietrich] 2010-01-13 12:04:54 -08:00
Thomas de Grenier de Latour
a0f6c06d2f Bug 506482 - Don't write sessionstore.js to disk for "read only" events [r=zpao] 2010-01-05 13:28:00 -08:00
Paul O’Shannessy
614a232078 Bug 537290 - Reduce uses of aNode.localName, namespaceURI in XPath generation [r=zeniko] 2010-01-05 10:50:22 -08:00
Metal Sonic
259a398dae Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
Dão Gottwald
6ad471c1c6 browser_490040.js cleanup 2009-11-28 09:58:11 +01:00
Dão Gottwald
6ca3eb4fc7 browser_514751.js cleanup 2009-11-28 09:58:32 +01:00
Dão Gottwald
f70e06cda0 browser_354894.js debug spew 2009-12-17 14:55:55 +01:00
Paul O’Shannessy
93af9c3634 Bug 524178 - sessionrestore.js is read in 1kb chunks [r=dietrich] 2009-12-15 10:40:25 -08:00
Paul O’Shannessy
93de128723 Bug 524745 - Session restore sets focus to minimized windows [r=zeniko] 2009-12-15 10:40:20 -08:00
Paul O’Shannessy
51590d353a Bug 530207 - Use lazy getters for services in sessionstore [r=zeniko] 2009-12-15 10:40:14 -08:00
Paul O’Shannessy
b41e34c870 Bug 529674 - Restore windows at the saved position without moving them around on the screen [r=zeniko] 2009-12-15 10:37:44 -08:00
Dão Gottwald
ad0625aa8d more browser_354894.js debug spew 2009-12-16 11:14:54 +01:00
Dão Gottwald
3ee75e30c7 more browser_354894.js debug spew 2009-12-15 19:20:46 +01:00
Dão Gottwald
b7897a784d more debug spew 2009-12-15 12:50:26 +01:00
Dão Gottwald
c0fe8060a5 browser_354894.js debug spew 2009-12-15 08:09:33 +01:00
Dão Gottwald
d492d1d052 improve browser_354894.js output 2009-12-14 11:18:06 +01:00
Dão Gottwald
9c1db4933d improve browser_354894.js output 2009-12-13 21:46:15 +01:00
Dão Gottwald
2a87e6aa85 disable browser_526613.js 2009-12-13 20:00:43 +01:00
Dão Gottwald
8209c11539 Bug 528776 - discard stale windows before messing with the browser state. r=zeniko 2009-11-28 07:39:31 +01:00