Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mounir Lamouri
d1caa102c7
Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking
2012-07-23 11:08:07 -07:00
Nathan Froyd
bfff055672
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ed Morley
7ea8e12caa
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
ac65d0d88e
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Malini Das
c20b68638f
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Chris Coulson
0ae15196ba
Test case for bug 667087; r=dwitte
2011-06-28 17:40:17 -04:00
Ehsan Akhgari
580d4bd109
Bug 650522 - Test handling of host names with a single character before a dot correctly; r=dwitte
2011-04-18 18:27:37 -04:00
Joel Maher
193c66083d
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
2011-05-20 11:54:01 -04:00
Ehsan Akhgari
2759ff18ea
Bug 649012 - Fix some flaky mochitests which rely on non-zero timeout values; rs=ted
2011-04-16 19:39:34 -04:00
Jonathan Kew
cd179a175b
Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug.
2011-04-13 14:35:06 +01:00
Paul Biggar
1beff55e64
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
d40bf9a237
Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds.
2011-04-12 01:29:41 -07:00
Paul Biggar
80fee229de
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Matheus Kerschbaum
4eb6429f47
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Dan Witte
b255501115
Fix bug 616264. r=ehsan,sdwilsh, a=beta9+
2010-12-22 13:50:56 -08:00
Dão Gottwald
2a722f49df
Bug 617910 - Broken instanceof checks in head_cookies.js. r=sdwilsh
2010-12-09 20:10:30 +01:00
Dão Gottwald
c07f5b2ea6
browser_test_favicon.js doesn't use Firefox-specific API anymore, remove MOZ_PHOENIX ifdef
...
--HG--
extra : rebase_source : 1a1e84700c9f1a605d14d8b6ffd42a33bdbb62da
2010-11-29 14:35:29 +01:00
Dan Witte
54619219ed
Bug 612072 - Crash [@ nsCookieService::EnsureReadDomain(nsCString const&) ]. r=sdwilsh, a=betaN+
2010-11-22 13:50:25 -08:00
Dan Witte
e3c3583539
Bug 547031 - Improve async error handling in cookies. Part 7: Tweak license boilerplates. r=sdwilsh, a=betaN+
2010-11-12 09:32:36 -08:00
Dan Witte
6f2f3bc827
Bug 547031 - Improve async error handling in cookies. Part 6: Implement async error handling. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
4e2da22b12
Bug 547031 - Improve async error handling in cookies. Part 4: Fix SELECT bug in EnsureReadComplete(). r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
d68adf317c
Bug 547031 - Improve async error handling in cookies. Part 3: Get the sync database connection early so it can't fail. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
c593ee0bc6
Bug 547031 - Improve async error handling in cookies. Part 2: Clean up TryInitDB(). r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
087d7b66aa
Bug 547031 - Improve async error handling in cookies. Part 1: Refactor to allow multiple DBStates. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
272d7ce6a1
Bug 590843 - Fix bugs in purge logic. r=sdwilsh, a=final+
2010-11-10 10:31:11 -08:00
Dan Witte
aa0bfea616
Bug 608422 - cookies.sqlite-wal takes too much space for Fennec. Add test. r=mfinkle, a=beta2+
2010-11-02 15:56:20 -07:00
Dan Witte
451c5169ed
Bug 605671 - Intermittent failure in test_permmanager_notifications.js | exception thrown from do_timeout callback: ReferenceError: obs is not defined. r=jdm, a=test-only
2010-10-21 11:36:14 -07:00
Dan Witte
f6813f5d5e
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 3: make test_eviction.js tolerant to slow execution. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
f8e7f27e13
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 2: migration tests. r=sdwilsh, a=betaN+
2010-10-19 17:24:53 -07:00
Dan Witte
6afb301f05
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=betaN+
2010-10-19 17:24:52 -07:00
Dan Witte
734265ed01
Bug 595305 - Factor cookie third-party URI code into separate API. Tests. r=bent, a=betaN+
2010-10-19 09:37:03 -07:00
Alon Zakai
984b79bca9
Bug 599428 - Optimize permissions IPC. r=dwitte a=blocking-fennec
2010-10-09 11:07:38 -07:00
Dan Witte
43dadba962
Back out test changes due to Windows failure. a=bustage
2010-10-07 17:07:24 -07:00
Dan Witte
13704e463b
Fix test bustage on Windows. a=bustage
2010-10-07 15:41:48 -07:00
Dan Witte
f88b46227b
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=beta8+
2010-10-07 14:00:17 -07:00
Ehsan Akhgari
7bb26ec0ad
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske,jimm sr=rstrong a=blocking-beta7+
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Ehsan Akhgari
667aa064de
Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows
2010-10-03 22:18:18 -04:00
Ehsan Akhgari
4fc4b53c27
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske sr=rstrong a=blocking-beta7+
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
2010-10-02 11:53:37 -04:00
Dão Gottwald
0d50508fa8
Bug 587901 - test and nsSidebar.js fixes. r+a=dolske
2010-09-08 15:30:44 +02:00
Kyle Huey
6a7619752b
Backed out changeset 1633907c75b7
2010-09-08 07:39:35 -04:00
Dão Gottwald
424cf2073f
Bug 587901 - Remove favicon from Location Bar and add indicator for sites without identity information. r+a=dolske
2010-09-08 09:47:49 +02:00
Dan Witte
cf303b2f18
Bug 590611 - Raise cookies per basedomain limit to 150. r=sdwilsh, a=betaN+
2010-09-01 16:27:10 -07:00
Dan Witte
71afaa06a5
Bug 572223 - too much cookies.sqlite io. Part 8: test write + close + read combination.
2010-08-02 17:03:25 -07:00
Dan Witte
f91b34de6e
Bug 572223 - too much cookies.sqlite io. Part 4: tests. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
55339a9932
Revert bug 572223 to fix creation of duplicate cookies.
2010-08-01 12:24:38 -07:00
Dan Witte
f58d772af5
Bug 572223 - too much cookies.sqlite io. Part 4: tests. r=sdwilsh
2010-07-29 12:17:43 -07:00
Dan Witte
904501ea58
Add new images to circumvent caching during tests. b=450450
2010-07-02 17:40:29 -07:00
Dan Witte
8820a7ad2e
Switch from Cache-Control: no-cache to no-store to see if it fixes random orange. b=450450
2010-07-02 10:24:03 -07:00