Commit Graph

68 Commits

Author SHA1 Message Date
Tooru Fujisawa
33909699d9 Bug 1207498 - Part 2: Remove use of expression closure from tests in toolkit/components/. r=Gijs 2015-09-24 20:36:01 +09:00
Tooru Fujisawa
8624800172 Backed out changeset 55b45f61cfd2 (bug 1207498) for Linux pgo M(oth) failure 2015-09-27 23:42:27 +09:00
Tooru Fujisawa
c8e217312c Bug 1207498 - Part 2: Remove use of expression closure from tests in toolkit/components/. r=Gijs 2015-09-24 20:36:01 +09:00
Shu-yu Guo
37989840cd Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Blake Kaplan
3c87e6125f Bug 1024437 - Make <datalist> work in e10s. r=MattN 2015-05-28 09:55:46 -07:00
Andrew Halberstadt
11b824f09b Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Shu-yu Guo
40c62f33a5 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Paolo Amadini
839a121511 Bug 991750 - Convert remaining legacy uses of promise.js to Promise.jsm. rs=Yoric 2014-04-07 16:18:43 +02:00
Matthew Noorenberghe
8ba7915747 Bug 897074 - Lower MAX_SEARCH_TOKENS to 10 in FormHistory.jsm. r=dolske 2013-12-11 00:05:31 -08:00
Matthew Noorenberghe
dc78ff76a7 Bug 897074 - Limit the number of tokens used in satchel's getAutoCompleteResults SQL queries. r=dolske 2013-12-10 23:34:42 -08:00
Neil Rashbrook
ecbcba39d8 Bug 911090 Previous form autocomplete result sometimes has a wrong searchString r=MattN 2013-10-14 08:32:04 +01:00
Gregory Szorc
189afd1a65 Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted 2013-09-24 11:50:08 -07:00
Neil Deakin
8176d81506 Bug 896142, Entries appearing twice in form-fill autocomplete menus, r=mhammond 2013-09-03 13:24:25 -04:00
Gavin Sharp
04991d24e3 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
58a365c977 Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange. 2013-05-02 21:20:08 -04:00
Gavin Sharp
b8dd55e573 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
200191951a Backed out 17 changesets (bug 566746, bug 697377) for frequent OSX debug mochitest-5 crashes. 2013-04-11 11:53:13 -04:00
Neil Deakin
e9f0eb5800 Bug 566746, use improved callback api for asyncronous form history methods, r=mak 2013-04-11 04:01:49 -04:00
Neil Deakin
996cc5c93c Bug 566746 - main test for asynchronous form history module FormHistory.jsm and changes to notification test, r=mak 2013-04-11 04:01:49 -04:00
Neil Deakin
cbd95f8abe Bug 566746, support deleted table in new form history module, r=mak 2013-04-11 04:01:49 -04:00
Neil Deakin
f60064a4d3 Bug 566746 - Use Asynchronous FormHistory.jsm for test_autocomplete.js and perf_autocomplete.js, p=enndeakin,felix, r=dteller 2013-04-11 04:01:48 -04:00
Felix Fung
e518268f3b Bug 566746 - Use Asynchronous FormHistory.jsm for test_db, p=enndeakin,felix, r=mak 2012-01-01 00:49:22 -05:00
Felix Fung
a35e735e81 Bug 566746 - Remove Tests for Old Form History Migrations, p=felix, r=dolske 2011-12-23 13:40:55 -05:00
Felix Fung
4ac8542ec6 Bug 566746 - Use Asynchronous FormHistory.jsm for test_db_corrupt.js, p=enndeakin,felix, r=dolske 2011-12-16 15:53:29 -08:00
Felix Fung
28f06108e5 Bug 566746 - AsyncFormHistory.jsm - Expiration Test, p=enndeakin,felix, r=mak 2011-12-06 16:39:01 -08:00
Neil Deakin
3a256f392d Bug 566746 - Changes to shared form history tests files to support asynchronous form history, p=enndeakin,felix, r=mak 2013-04-11 04:01:47 -04:00
Felix Fung
b93a98abe2 Bug 566746 - Remove expireOldEntries from nsFormHistory.js, p=felix, r=dolske 2011-12-06 16:37:10 -08:00
Josh Matthews
17f39aaa89 Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske
* * *
Bug 800669 - "Remove recent addition of gPrivateBrowsingUI in PB search bar test" [r=josh]
2012-10-24 00:27:58 -04:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Wes Johnston
d0ec45dd53 Bug 725881 - Add a deleted form history table. r=dolske 2012-02-27 10:10:16 -08:00
Rafael Ávila de Espíndola
f710504549 Bug 702591 - finalize statements in toolkit/components/satchel/test/unit.
r=mak
2011-11-15 09:00:42 -05:00
Mounir Lamouri
271cafb094 Bug 690903 - Lazily initializes nsFormHistory's SQLite DB. f=mfinkle r=dolske 2011-11-01 20:23:43 +01:00
Geoff Brown
67b9b8bc4a Bug 668349 - Changes to xpcshell.ini; r=jmaher 2011-08-22 09:00:50 +01:00
Matheus Kerschbaum
878aefe66c Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak 2011-08-06 17:24:52 +02:00
Joel Maher
39ca77fbd2 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Taras Glek
4173c96461 Bug 575788: test_expire.js should use relative file size r=dolske 2010-07-01 10:56:54 -07:00
Michael Kohler
e4abd093dc Bug 564091: Fix spelling of nonexistent across the tree. r=timeless 2010-05-23 12:26:15 -07:00
Michael Kohler
61fec64afe Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Matthew N.
dc4bf03bc4 Bug 525394 - Fix race condition in test_autocomplete.js (old but not senior == senior citizen) [r=dolske] 2010-05-06 09:20:33 +02:00
Matthew Noorenberghe
e66286cf8f Bug 487556 - satchel should send a notification when adding/removing/changing an item. r=dolske 2010-04-13 15:18:34 -07:00
Justin Dolske
e7148b7af3 Bug 506402 - Add GUIDs to satchel form entries. r=zpao, r=gavin 2010-04-13 15:18:31 -07:00
Phil Ringnalda
9752e86a50 Bug 520165 followup - take the magic number out of the test_autocomplete.js change 2010-01-23 16:57:59 -08:00
Marco Bonardo
e68e6850e4 Bug 520165 - Part9 (Satchel): fix dependancies, r=dolske 2010-01-15 17:40:29 +01:00
Justin Dolske
c8fa8fcede Fix test broken by bug 458812. 2009-12-13 18:42:14 -08:00
Justin Dolske
9575068c3b Bug 458812 - Remove support for importing from old mork-based formhistory.dat. r=vladimir 2009-12-13 17:04:41 -08:00
John Daniels
b11db71e70 Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden 2009-11-24 11:58:42 -08:00
MattN
31e1e663df Bug 525700 - Satchel should consider history_expire_days_min in expiry calculation. r=dolske 2009-11-12 22:08:05 -08:00
Gijs Kruitbosch
481a49d458 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995 2009-10-29 14:44:10 +01:00
Jae-Seong Lee
1bc337d531 Bug 521143 - xpcshell-tests: test_autocomplete.js fails when 'strict' & 'werror' is on. r=enn 2009-10-13 15:31:40 +02:00
Ian Neal
6d4f3130ce Bug 518509 - [SeaMonkey] xpcshell-tests: test_expire.js fails since bug 390158 landing
r=dolske test-only
2009-09-29 22:24:18 +01:00