Граф коммитов

4587 Коммитов

Автор SHA1 Сообщение Дата
Olli Pettay 89b7cee249 Bug 471883 - Gesture events should be dispatched to the element under mouse, not to document. r+sr=roc 2009-01-03 14:40:26 +02:00
Johnny Stenback b29ded771e Fixing bug 470992. Fix incorrect argument type in nsGlobalWindow::SetTimeout/Interval(). r+sr=mrbkap@gmail.com 2009-01-02 16:14:34 -08:00
Ben Turner a5c802654d Fixing test filename case problem to fix linux. 2009-01-02 15:08:05 -06:00
Ben Turner fab4800071 Disabling the test that's timing out on linux only until I can reproduce 2009-01-02 14:54:18 -06:00
Ben Turner ba1ee1c5df Bug 471285 - 'Workers: Spec for runtime error behavior has changed'. r+sr=jst, a=blocking1.9+ 2008-12-30 16:25:05 -06:00
Ben Turner 77a620fafc Backed out changeset 1c68eb288c85 for mochitest timeouts. 2008-12-30 17:35:43 -06:00
Ben Turner c63930de05 Bug 471285 - 'Workers: Spec for runtime error behavior has changed'. r+sr=jst, a=blocking1.9+ 2008-12-30 16:25:05 -06:00
Ben Turner dd933bada4 Bug 470334 - 'Workers: relative urls for XHR are incorrect'. r+sr=jst, a=blocking1.9+ 2008-12-30 16:24:58 -06:00
Ben Turner 16fda7b2a3 Bug 466826 - 'Running mochitest asserts: ###!!! ASSERTION: should be executing script: 'mContext->fp', file /mozilla/dom/src/base/nsJSEnvironment.cpp, line 3318'. r=bz, sr=mrbkap, a=blocking1.9+ 2008-12-28 17:42:35 -05:00
Ben Turner 2fbe71d6df Bug 467210, r=mrbkap, sr=jst, a=blocking1.9+. 2008-12-28 17:42:30 -05:00
Justin Dolske 49d2c8a4de Disabled failing test -- Bug 471139 - mochitest failure in test_HTMLDocument12.html 2008-12-25 12:29:50 -08:00
Justin Dolske 9428a3f214 Try reenabling dom-level2-html tests to see if they're still problematic (bug 427878) 2008-12-24 21:13:50 -08:00
Andreas Gal 0ed29ffe71 Backed out changeset adbe8e4b21dc due to tinderbox failures/timeouts (453157). 2009-01-05 16:22:42 -08:00
Andrei Saprykin 7fa88d7222 bug 453157 - watchdog thread as an alternative to operation count. r=myself,mrbkap 2009-01-05 22:09:23 +01:00
Robert Sayre eef03be120 Merge. 2009-01-02 13:15:32 -08:00
David Mandelin 0d59be6855 Bug 463997: JS regression test bug with 'with (window) ...', r=mrbkap 2009-01-02 13:11:46 -08:00
Peter Van der Beken 66ace2119c Testcase for bug 462947 ("ASSERTION: already initialized" - nsMimeTypeArray::GetMimeTypes). 2008-12-23 12:35:48 +01:00
Neil Deakin 2621d50198 Bug 458613, set relatedTarget for dragenter and dragleave events, r=smaug,sr=roc 2008-12-19 09:58:47 -05:00
Robert O'Callahan c8155e4c8c Backed out changeset b873bd70913f
--HG--
extra : rebase_source : 5edfb17304688d81579eca39df35f1a71f622f62
2008-12-18 23:16:09 +13:00
Chris Pearce c1cc8b83d3 Bug 463830. Make the window title for standalone video/audio documents be useful. r+sr=roc
--HG--
extra : rebase_source : afeb3c793fb8756901ee6ef16782f3a288ed106c
2008-12-18 21:07:24 +13:00
Robert O'Callahan 1d4a6fd073 Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky
--HG--
extra : rebase_source : 06b14571546a763ee4f4b8641e8582bfff2caf8d
2008-12-17 15:11:07 +13:00
Peter Van der Beken 539b2257e7 Fix for bug 461566 (Don't call FindTearoff when not needed and cache XPCNativeInterfaces in quickstubs). r/sr=jst. 2008-12-16 16:46:18 +01:00
Peter Van der Beken e48ff1542f Fix for bug 461563 (Allow WrapNative to return a jsval without the wrapper). r/sr=jst. 2008-12-16 16:46:18 +01:00
Martijn Wargers ext:(%20/%20Doug%20Turner%20%3Cdoug.turner%40gmail.com%3E) 569bc8cefc Bug 434035 - "Crash [@ nsGlobalWindow::FindInternal] when doing find on a deleted window" [r+sr=jst] 2008-12-14 22:20:37 -08:00
Chris Pearce 6e385694e2 Bug462570 - Change Network state and Ready state names in HTMLMediaElement to match spec - r=doublec sr=roc 2008-12-15 16:38:16 +13:00
Aiko 8bb3474d4a Bug 466432 - nsIDOMHTMLMediaElement's currentTime attribute is overridden by Windows macro; r+sr=vladimir 2008-12-13 16:35:24 +01:00
Boris Zbarsky 8d86a67288 Bug 469361. Remove unused API (revert to previous interface version). r+sr=jst 2008-12-12 20:46:43 -05:00
Boris Zbarsky 8ccd4269e2 Bug 468758. Make sure to report exceptions from BindCompiledEventHandler. r+sr=jst 2008-12-12 20:45:56 -05:00
Dave Camp 4493a6fb15 Bug 441751 - "Directives not to cache pages ignored." [r+sr=bzbarsky]
* * *
Bug 441751 - "Directives not to cache pages ignored." (fix for offline cache updating) [r+sr=bzbarsky]
2008-12-11 21:57:47 -08:00
Oleg Romashin dc5ba13849 Bug 465066 - Geolocation MaemoLocationProvider.cpp compilation fail due missing includes. r=doug.turner. 2008-12-12 01:35:54 -05:00
Neil Deakin a05cbda98d Bug 453649, globalStorage should be static, r+sr=jst 2008-12-10 07:19:17 -08:00
Oleg Romashin 97998e63cc Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc. 2008-12-11 18:55:15 -05:00
Benjamin Smedberg 5e01ae0dd0 Merge mozilla-central into tracemonkey, specifically to pick up bug 467579. 2008-12-09 21:37:35 -05:00
Dave Camp 6c8b82049c Backed out changeset e33f490c8764 2008-12-08 20:26:56 -08:00
Dave Camp 0e6183bdb6 Bug 441751: Fix up LOAD_ONLY_FROM_CACHE. r+sr=bz 2008-12-08 19:24:33 -08:00
Chris Double 55bcf0ae10 Bug 465459. totalBytes is no longer part of the HTML5 video spec. r+sr=roc 2008-12-09 13:47:31 +13:00
Ben Turner f2b03894db Bug 468187 - 'Workers: Timeout ids should start at 1, not 0'. r+sr+a=jst 2008-12-07 16:15:57 -08:00
timeless@mozdev.org 56d85c976e Bug 468045. r+sr=jst. 2008-12-07 16:15:54 -08:00
Ben Turner 3e44523aef Bug 453865 - 'Workers: Allow JSON-able objects to be passed as messages to worker threads.' r+sr+a=jst. 2008-12-07 16:15:49 -08:00
Ben Turner 2f1fa9c7ea Bug 465141 - 'Workers: Implement expression flavor of timeouts, use nsAutoJSValHolder'. Followup OOM check to bustage fix. r+sr=jst, a=blocking1.9.1 2008-12-07 16:15:45 -08:00
Masatoshi Kimura bfab5cf2f0 Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron 2008-12-06 11:08:26 -08:00
Doug Turner 10cecafbf5 Bug 466493 - Geolocation spec now uses milliseconds. 2008-12-06 07:57:03 -08:00
Masayuki Nakano a8e6867730 Bug 467593 'WARNING: GetCharCode used for wrong key event; should use onkeypress. ' should not be displayed by Web pages r+sr=roc 2008-12-06 18:30:01 +09:00
Daniel Holbert b646a230a6 Merge after backing out 78d662c2c878 2008-12-05 11:52:54 -08:00
Daniel Holbert 31b72193f5 Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes. 2008-12-05 11:52:01 -08:00
Daniel Holbert e4895b6342 Merge after backout of changeset 416fbf4fdef3 2008-12-05 10:07:40 -08:00
Daniel Holbert 123f22a985 Backed out changeset 416fbf4fdef3 on suspicion of causing test failures in test_multiple_visits_around_sync.js and head_sync.js on moz2-linux-slave07 2008-12-05 10:07:05 -08:00
Masatoshi Kimura 1992e6113a Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron 2008-12-05 18:31:00 +01:00
Neil Deakin c327c27102 Bug 453649, globalStorage should be static, r+sr=jst 2008-12-05 11:37:30 -05:00
Doug Turner 112b84838a Bug 466493 Implement PositionOptions::maximumAge. r/sr=jst
Bug 466494 Make geolocation mochitest use PositionError named values. r/sr=jst
2008-12-05 08:29:43 -08:00
Peter Van der Beken b825eb4359 Partially back out fix for bug 461563 to try to fix Txul regression on Windows. 2008-12-04 17:48:32 +01:00
Boris Zbarsky 288d563dc8 Bug 461917. Do a better job of reporting pending exceptions when compiling an event listener. r=mrbkap, sr=jst 2008-12-03 09:41:09 -05:00
Vladimir Vukicevic 06d9eab2df Bug 387132. Implement native canvas comparisons to speed up reftest running. r+sr=roc 2008-12-03 14:34:07 +13:00
Peter Van der Beken 943aac8b88 Fix for bug 461563 (Allow WrapNative to return a jsval without the wrapper). r/sr=jst. 2008-12-02 11:07:34 +01:00
Jesse Ruderman 697316bb02 Add 439206 crashtest to CLOSED TREE 2008-11-29 18:51:23 -08:00
Jesse Ruderman e5ecb9e993 Adding crashtest for bug 338674 on a CLOSED TREE 2008-11-29 18:19:36 -08:00
Shawn Wilsher 8c07805102 merge to tip after backout 2008-11-28 17:05:05 -08:00
Shawn Wilsher 6c6f8badf1 Backed out changeset a4495a0cf2ff (bug 458397) to investigate Txul regression (bug 467102) 2008-11-28 17:04:16 -08:00
Neil Rashbrook 4280af579a Bug 466234: provide audio and video interfaces even when media is diabled, so that content popup menu construction works, r/sr=roc, r=weilbacher, a191=beltzner 2008-11-28 15:32:29 -08:00
Gavin Sharp a1bc82e9c2 Bug 462887: document ignoreScrollFrame argument in nsLayoutUtils, rename it to ignoreRootScrollFrame, r=roc, sr=bzbarsky, a=beltzner 2008-11-28 14:53:33 -05:00
Shawn Wilsher f81a9f9f65 Merge to tip for backout of bug 461566. 2008-11-27 20:33:33 -08:00
Shawn Wilsher 0fcc41e70b Backed out changeset 037f635ced9f (bug 561566) 2008-11-27 20:32:48 -08:00
Shawn Wilsher 8768c2d124 Merge to tip for peterv's bundle 2008-11-27 20:07:06 -08:00
Shawn Wilsher 6dfc064efa Merge for backout of bug 453865 2008-11-27 14:18:21 -08:00
Shawn Wilsher 80e39a2f72 Backed out changeset 17842a2d0c7f (bug 453865) due to test failures 2008-11-27 14:16:55 -08:00
Shawn Wilsher 11c0388758 Bustage fix for bug 465141 2008-11-27 13:56:41 -08:00
Peter Van der Beken 1bd4cbe797 Fix for bug 461566 (Don't call FindTearoff when not needed and cache XPCNativeInterfaces in quickstubs). r/sr=jst. 2008-11-27 18:50:52 +01:00
Peter Van der Beken 030aea3127 Fix for bug 461563 (Allow WrapNative to return a jsval without the wrapper). r/sr=jst. 2008-11-27 18:47:58 +01:00
Ben Turner 5485c9ba22 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 11785f2d5c 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 d31e2394cf 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 039b848f40 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 c528abc245 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 f603b7b7c8 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 afd6ceffc3 Bug 465108 - 'Workers: Add navigator object.' r+sr=sicking, a=blocking1.9.1+. 2008-11-27 01:16:40 -05:00
Ben Turner 30837a9489 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 0783166710 Bug 462800. Fix test bustage by making sure to test the right thing 2008-11-26 18:36:01 -05:00
Boris Zbarsky 3197932fd8 Marge backout 2008-11-26 17:56:02 -05:00
Boris Zbarsky 082d362965 Backed out changeset 7bc1ba9f91fe to fix test orange 2008-11-26 17:54:40 -05:00
Boris Zbarsky 968759750b Merging in bug 453432 2008-11-26 16:54:54 -05:00
Boris Zbarsky 047872a74b 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 504e1ba0ec 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 cf5b4528bf 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 acf0becbda 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 a1423a6cb2 Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking 2008-11-25 20:50:04 -05:00
Igor Bukanov 6df2c28a81 Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE 2008-11-24 11:36:44 +01:00
Andrei Saprykin 0b710bc2a8 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 5cabb816a5 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 d0ab0dff95 Backed out changeset 04cecb0ec24c to see if it fixes tinderbox oranges. CLOSED TREE 2008-11-22 16:33:09 +01:00
Andrey Saprykin 8935dca1ec 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 a3d4f91283 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 1a43f8e7d5 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 1d5cf4d674 Bug 463804 - Tests missing in Makefile.in; r=dcamp a191b2=beltzner
(to CLOSED TREE)
2008-11-21 20:02:25 +01:00
Igor Bukanov 8474676514 Backed out changeset 8329a91db67d - bug 453157, CLOSED TREE 2008-11-21 00:18:43 +01:00
Andrei Saprykin 0574dd568c 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 415bfb1c63 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 bb92530c33 Fixing typo 2008-11-20 12:33:58 -05:00
Boris Zbarsky 1795c543b0 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 9b710e596f 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 67bdd84e6e 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 c43cb08382 Adding test for bug 132255 2008-11-19 18:05:54 -05:00
Boris Zbarsky 0509a8e061 Test for bug 49312 2008-11-19 18:05:52 -05:00
Ben Turner 20c889fbf9 Bug 462389. Solaris bustage fix. r=neil@httl.net,sr=jst,a=beltzner 2008-11-19 14:16:15 +13:00
Boris Zbarsky b53aa2a19e 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 d7869d1f60 Bug 463573: PRBool misuse. r=sr=sicking, a1.9.1b2=beltzner 2008-11-18 11:28:13 +00:00
Doug Turner 94e8af7261 merge to tip 2008-11-13 11:59:20 -08:00
Peter Van der Beken 1d1300ae2b Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-13 17:54:52 +01:00
Doug Turner 77b4e3a537 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 861971e255 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 36d994ea8b Bug 464567: test_obsolete.html breaking future offline tests. r+sr+a=vlad 2008-11-12 14:09:09 -08:00
Doug Turner 239c0534ba Test case for bug 463039. r/sr=jst 2008-11-12 12:25:31 -08:00
Doug Turner 5af17aa385 Bug 463040 - Use Position Error Constants. r/sr=jst 2008-11-12 08:31:25 -08:00
Doug Turner 9fb7f1efbd Remove dead code in geolocation 2008-11-12 08:06:00 -08:00
Doug Turner a7872e2f6f Bug 463295 - crash if geolocation timeout < 300ms. r/sr=jst 2008-11-12 08:05:32 -08:00
Doug Turner dd20c5a9c3 Bug 463312 - Remove geolocation fuzzing implementation. r/sr=jst r=mconnor 2008-11-12 08:04:18 -08:00
Doug Turner 16813833d1 Bug 463039 - validate values that get passed to clearWatch. r/sr=jst 2008-11-12 08:01:40 -08:00
Doug Turner c7b1ce70c1 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 ecaa90d80e 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
Blake Kaplan 0039a80bb4 Fix warnings. No bug. r+sr=jst 2008-11-07 16:53:11 -08:00
Robert Sayre d813f67054 Bug 462778. Fix JSON top crash. r=brendan 2008-11-07 18:10:39 -05:00
Peter Van der Beken 0ae1e1d97c Backed out changeset 874aba8a9a8a to fix orange 2008-11-06 15:01:22 +01:00
Peter Van der Beken b474bf473d Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-06 12:09:30 +01:00
Ben Turner a3d7b6a587 Remove accidental dump in test file that triggers tinderbox error regexps. 2008-11-06 00:37:32 -08:00
Ben Newman 9ba4706ca0 Bug 462389 - 'XPCVariant used in nsXPCException::SetThrownJSVal can cause cycle collection on non-main threads'. r=bent, sr=jst. 2008-11-05 22:42:51 -08:00
Ben Turner edc5270ac8 Bug 460811 - 'Bring workers up to latest spec'.r+sr=jst. 2008-11-05 22:41:52 -08:00
Honza Bambas 40e4bee59e Bug 460328: Make online whitelist entries match by prefix. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas dcfcdf8a0d Bug 461325: Cache implicit entries when the manifest is not changed. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas ffa3457961 Bug 460353: app caches should be per iframe, not per toplevel browsing context. r=dcamp, r+sr=jst 2008-11-05 16:01:07 -08:00
Dave Camp 375a7c9fcf Bug 462549: Verify that an appcache manifest hasn't changed at the end of an update. r+sr=biesi 2008-11-05 16:01:07 -08:00
Honza Bambas 31b794c732 Bug 443017: Application cache tests. r=dcamp, sr=jst 2008-11-05 16:01:06 -08:00
Chris Pearce 5b91a74418 b=462953 Remove unimplemented media attributes/methods from media IDL r=doublec,sr=roc 2008-11-06 11:53:29 +13:00
Gavin Sharp 707a0ad98b Bug 461803: add elementFromPoint method on nsIDOMWindowUtils which optionally ignores root scroll frame and lets callers avoid flushing layout, r+sr=bzbarsky 2008-11-04 22:58:22 -05:00
Ben Turner a58867c7d9 Backed out changeset 4fc7c6f6f45e 2008-11-04 18:58:24 -08:00
Ben Turner 491da5b15e Bug 460811 - "Bring workers up to latest spec". r+sr=jst. 2008-11-04 18:01:05 -08:00
Robert O'Callahan 4a30fe3c58 Resurrect nsAutoJSObjectHolder.h 2008-11-05 13:21:25 +13:00
Robert O'Callahan 222cd45561 Back out changeset b83d3c8ac166 (bug 460811) to try to fix bustage ... re-adding removed files 2008-11-05 13:03:56 +13:00
Robert O'Callahan 46de18dc67 Back out changeset b83d3c8ac166 (bug 460811) to try to fix bustage 2008-11-05 12:47:52 +13:00
Robert O'Callahan a161a6debb Backing out changeset dc1aff36a411 (bug 462389) to try to fix bustage 2008-11-05 12:36:19 +13:00
Ben Newman e27aea31ac Bug 462389 - 'XPCVariant used in nsXPCException::SetThrownJSVal can cause cycle collection on non-main threads'. r=bent, sr=jst.
--HG--
rename : dom/src/threads/nsAutoJSObjectHolder.h => js/src/xpconnect/public/nsAutoJSValHolder.h
2008-11-04 13:49:05 -08:00
Ben Turner 67b59e42a0 Bug 460811 - 'Bring workers up to latest spec'.r+sr=jst 2008-11-04 13:49:04 -08:00
Dave Camp bb225fa10f merge 2008-11-04 11:58:28 -08:00
Peter Van der Beken f4a54ff40f Backed out changeset 81c0a2ec449f to fix orange 2008-11-04 20:54:50 +01:00
Peter Van der Beken 9d26893190 Backed out changeset 81c0a2ec449f to fix orange 2008-11-04 20:54:08 +01:00
Doug Turner a51cf5c57a Merge to tip 2008-11-04 11:39:05 -08:00
Dave Camp 0031b435d6 Bug 461569: Add applicationCache.items. r=honzab, sr=bz 2008-11-04 10:59:13 -08:00
Dave Camp 108d3720a7 Bug 461071: Allow application caches to be obsoleted. r=honzab, r+sr=bz 2008-11-04 10:59:12 -08:00
Doug Turner ce0671e4ed GetClassName is a problem also on XP_WIN. Bug 461827. GetClassName fixup in DOM. r=blassey sr=jst 2008-11-04 10:08:21 -08:00
Peter Van der Beken 32d5065b11 Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-04 18:10:43 +01:00
Peter Van der Beken 124b30be15 Fix for bug 462929 ("ASSERTION: We can't deal with objects that have the same classinfo but different offset tables" with MathML element and other element). r/sr=jst. 2008-11-04 18:21:38 +01:00
Doug Turner 9dc580c231 Bug 461827. GetClassName fixup in DOM. r=blassey sr=jst 2008-11-04 07:20:44 -08:00