Commit Graph

822 Commits

Author SHA1 Message Date
Ben Turner
0c73f1437e Bug 453865 - 'Workers: Allow JSON-able objects to be passed as messages to worker threads.' r+sr+a=jst. 2008-11-27 01:16:41 -05:00
Ben Turner
b59d1762af Bug 465006 - 'Workers: Passing no arguments to the worker constructor throws an NS_ERROR_NOT_INITIALIZED error, incorrectly.' r+sr=jst, a=sicking. 2008-11-27 01:16:41 -05:00
Ben Turner
a5043e209c Bug 466257 - 'Workers: Errors in sub workers aren't propagated to top-most parents like they should.' r+sr=sicking, a=blocking1.9.1+. 2008-11-27 01:16:41 -05:00
Ben Turner
16be2ddad9 Bug 466256 - 'Workers: Prevent cross-site workers and properly resolve relative URIs.' r+sr=jst, a=blocking1.9.1+. 2008-11-27 01:16:41 -05:00
Ben Turner
02754d8660 Bug 465447 - 'Workers: Implement terminate() for explicitly killing a worker.' r+sr=sicking, a=blocking1.9.1+. 2008-11-27 01:16:41 -05:00
Ben Turner
83764ad9d3 Bug 465141 - 'Workers: Implement expression flavor of timeouts, use nsAutoJSValHolder.' r+sr=jst, a=blocking1.9.1+ 2008-11-27 01:16:41 -05:00
Ben Turner
bf64e9099d Bug 465108 - 'Workers: Add navigator object.' r+sr=sicking, a=blocking1.9.1+. 2008-11-27 01:16:40 -05:00
Ben Turner
29227edb60 Bug 464983 - 'Workers: Throw exceptions properly from XHR status getters and fake abort events in race conditions.' r+sr=sicking, a=blocking1.9.1+. 2008-11-27 01:16:37 -05:00
Boris Zbarsky
23065733a2 Bug 462800. Fix test bustage by making sure to test the right thing 2008-11-26 18:36:01 -05:00
Boris Zbarsky
5ab8d15933 Marge backout 2008-11-26 17:56:02 -05:00
Boris Zbarsky
55472dc351 Backed out changeset 7bc1ba9f91fe to fix test orange 2008-11-26 17:54:40 -05:00
Boris Zbarsky
a0adc7dc83 Merging in bug 453432 2008-11-26 16:54:54 -05:00
Boris Zbarsky
614f8ff1ca Bug 465263. When setting location.hash to empty string, treat that as identical to '#' for compat with IE. r+sr=jst, a=beltzner 2008-11-26 16:52:54 -05:00
Boris Zbarsky
757f481a59 Bug 462979. Fix synthesizeMouse to send events to the right place. r=enn, sr=roc, a=beltzner 2008-11-26 16:52:42 -05:00
Boris Zbarsky
162c4c7269 Bug 462800. Treat document.domain in a more uniform manner in DOM storage. Also fixes bug 462801. r=dcamp, sr=sicking, a=beltzner. 2008-11-26 16:52:40 -05:00
Andrei Saprykin
651c16ba12 Bug 453432 - Checking for MaybeGC conditions when allocating GC things.
r=igor,mrbkap a191=blocker
2008-11-26 18:09:24 +01:00
Boris Zbarsky
e801383a04 Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking 2008-11-25 20:50:04 -05:00
Igor Bukanov
1c6685433f Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE 2008-11-24 11:36:44 +01:00
Andrei Saprykin
3cfcbdb3c5 bug 453157 - watchdog thread as an alternative to operation counting, r=igor,mrbkap a19b2=beltzner (CLOSED TREE) 2008-11-24 00:15:46 +01:00
Serge Gautherie
ee50c5f6b2 Bug 466314 - updatingImplicit.html (used by test_offlineMode.html and test_updatingManifest.html) crashes SeaMonkey; (Av1) Disable tests
(to CLOSED TREE: bustage fix for changeset 2fa341c1330b)
2008-11-22 20:22:22 +01:00
Igor Bukanov
957d522969 Backed out changeset 04cecb0ec24c to see if it fixes tinderbox oranges. CLOSED TREE 2008-11-22 16:33:09 +01:00
Andrey Saprykin
b6507b326f bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a19b2=beltzner (CLOSED TREE) 2008-11-22 01:53:37 +01:00
Igor Bukanov
b7df88f931 Backed out changeset c54f1957d564 - bug 453157 - build system changes caused mouchi test failures. CLOSED TREE 2008-11-22 00:13:42 +01:00
Andrey Saprykin
c87e2d80c8 bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a1.9.0b2=beltzner (CLOSED TREE) 2008-11-21 22:58:16 +01:00
Honza Bambas
0d154c36aa Bug 463804 - Tests missing in Makefile.in; r=dcamp a191b2=beltzner
(to CLOSED TREE)
2008-11-21 20:02:25 +01:00
Igor Bukanov
b13ff5429c Backed out changeset 8329a91db67d - bug 453157, CLOSED TREE 2008-11-21 00:18:43 +01:00
Andrei Saprykin
9fea491071 bug 453157 - watchdog thread as an alternative to operation count. r=igor,mrbkap a1.9.0b2=beltzner 2008-11-20 22:25:34 +01:00
Ben Turner
cef4836adf Bug 353851 - "accumulation of outer chrome windows in mOpener chains (window.opener)". Fix assertion, r=bz, a=sdwilsh (sheriff). 2008-11-20 10:39:29 -08:00
Boris Zbarsky
07788efc74 Fixing typo 2008-11-20 12:33:58 -05:00
Boris Zbarsky
fb9120ac11 Bug 465752. Fix Equals() to work right on javascript: URIs. r=dcamp, sr=jst, a=mconnor 2008-11-20 11:49:12 -05:00
timeless@mozdev.org
dd62a51a03 Backed out changeset 1d817f9d842f per beltzner
the windows leak tests were red and osx talos tests were orange
2008-11-20 16:23:57 +01:00
Andrei Saprykin
aed08c8c99 bug 453157 - watchdog thread as an alternative to operation count. r=igor,mrbkap a1.9.0b2=blocker 2008-11-20 10:43:06 +01:00
Boris Zbarsky
271d645f5a Adding test for bug 132255 2008-11-19 18:05:54 -05:00
Boris Zbarsky
2bbc3166ba Test for bug 49312 2008-11-19 18:05:52 -05:00
Ben Turner
214ca641e9 Bug 462389. Solaris bustage fix. r=neil@httl.net,sr=jst,a=beltzner 2008-11-19 14:16:15 +13:00
Boris Zbarsky
127c0998fe Bug 445004. Make the base and document URI of document.written documents be the base and document URI of the document on whose current context our code is running. r+sr=jst, r=dcamp 2008-11-18 17:54:36 -05:00
Ben Turner
7ee84f3a42 Bug 463573: PRBool misuse. r=sr=sicking, a1.9.1b2=beltzner 2008-11-18 11:28:13 +00:00
Doug Turner
05511d7418 merge to tip 2008-11-13 11:59:20 -08:00
Peter Van der Beken
c39cb1e482 Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-13 17:54:52 +01:00
Doug Turner
a0d878ac6b Bug 460063 - Test case fixes for Geolocation prompt should not appear if there are no providers installed 2008-11-12 14:52:56 -08:00
Doug Turner
26e0ce0c49 Bug 463039 - validate values that get passed to clearWatch. jst aWatchId > count. r/sr=jst 2008-11-12 14:52:15 -08:00
Dave Camp
719d8959a3 Bug 464567: test_obsolete.html breaking future offline tests. r+sr+a=vlad 2008-11-12 14:09:09 -08:00
Doug Turner
ccc98ae4f4 Test case for bug 463039. r/sr=jst 2008-11-12 12:25:31 -08:00
Doug Turner
edb15866cb Bug 463040 - Use Position Error Constants. r/sr=jst 2008-11-12 08:31:25 -08:00
Doug Turner
fbd45fcd31 Remove dead code in geolocation 2008-11-12 08:06:00 -08:00
Doug Turner
f90c4acf54 Bug 463295 - crash if geolocation timeout < 300ms. r/sr=jst 2008-11-12 08:05:32 -08:00
Doug Turner
29903d6559 Bug 463312 - Remove geolocation fuzzing implementation. r/sr=jst r=mconnor 2008-11-12 08:04:18 -08:00
Doug Turner
675e4ddc6b Bug 463039 - validate values that get passed to clearWatch. r/sr=jst 2008-11-12 08:01:40 -08:00
Doug Turner
86865ed09f Bug 463038 - Cap the number of watchPostion callbacks and the number of pending callbacks. r/sr = jst 2008-11-12 08:00:37 -08:00
Doug Turner
132a4fc71e Bug 460063. Geolocation prompt should not appear if there are no providers installed. r=smaug. sr=bz 2008-11-12 07:59:38 -08:00