Commit Graph

26775 Commits

Author SHA1 Message Date
Mats Palmgren
e4524f89a0 Move 'bDidInsert' inside the loop so it correctly reflects if the current node was inserted. b=480972 r+sr=peterv 2009-04-01 03:05:44 +02:00
Dave Townsend
830c491783 Bug 486195: getItemLocation on WinRegInstallLocation should return a clone of the item location. r=robstrong 2009-03-31 22:21:07 +01:00
Benjamin Smedberg
21a20179b4 Update pymake with --keep-going and other fixes 2009-03-31 17:10:23 -04:00
Ted Mielczarek
93de1bbde6 bug 486076 - 'make uploadsymbols' and MOZ_PKG_PRETTYNAMES=1 don't play nice on Mac. r=bsmedberg 2009-03-31 16:52:41 -04:00
L. David Baron
fa0ce94791 Don't mess with the max_script_run_time pref since the mochitest harness now does that for us. 2009-03-31 12:37:40 -07:00
L. David Baron
5195ec80b9 Use SimpleTest.executeSoon instead of setTimeout for iteration of properties/descriptors. 2009-03-31 12:37:40 -07:00
L. David Baron
d678da4f5e Add reftest for quotes support, from a test Hixie wrote (with his permission). 2009-03-31 12:37:40 -07:00
L. David Baron
1eebde3c7c Add some tests for invalid values of 'font-family' (related to bug 481502) 2009-03-31 12:37:40 -07:00
Gavin Sharp
5ce8f74526 Bug 482229: tweak string used for site-specific searches, r=gavin/rflint 2009-03-31 15:16:03 -04:00
Boris Zbarsky
cf70121b81 Bug 486044. Make sure to pass the right principal to CreateSheet even in the non-document sheet case. r+sr=sicking 2009-03-31 15:04:01 -04:00
Boris Zbarsky
7aceab7bfd Use the local instead of making another virtual function call. Followup for bug 484031 2009-03-31 14:21:39 -04:00
zeniko@gmail.com
8501a1f9e5 Bug 485346 - Location bar doesn't have an icon in customize toolbar dialog (r=gavin) 2009-03-31 11:11:53 -07:00
Neil Deakin
5d99cbc1d8 Bug 475286, support a movetoclick mode for scales. Use this by default for mac and video position widget, r+sr=neil 2009-03-31 14:11:35 -04:00
Marco Zehe
fcb9e8c7fd Disabling test file because it leaks on Mac, needed for moving forward with bug 482598 2009-03-31 20:05:16 +02:00
Oleg Romashin
4532c4b76a Bug 483498 - Some nsILookAndFeel colors are not synchronized with nsXPLookAndFeel.cpp. r=roc. 2009-03-31 16:02:55 -04:00
Boris Zbarsky
a733b1435a Removing unused variable. r=shaver, sr=make-gcc-happy 2009-03-31 13:54:27 -04:00
Jonathan Watt
2224f45384 Fix typo in disabled test. 2009-03-31 19:37:26 +02:00
Benjamin Smedberg
00e5abb4e4 When building with pymake, use gmake for NSS because of the pain and suffering on Windows. 2009-03-11 16:32:10 -04:00
Boris Zbarsky
c72ec148e3 Bug 486052. Make our FCData bits match GetAbsoluteContainingBlock again. r+sr=roc 2009-03-31 13:07:29 -04:00
Benjamin Smedberg
2e3ce66d42 Bug 485390, try #2 - when a .jar file doesn't exist yet, there's a race creating it, r=ted 2009-03-31 12:47:38 -04:00
Benjamin Smedberg
bdfadb08d6 Bug 485410 - Quote jemalloc patchery a little more carefully, and make it fail if it doesn't work, r=ted 2009-03-20 10:18:45 -07:00
Neil Rashbrook
698f5e30c1 Bug 485175 Make geolocation tests more reliable r=dougt 2009-03-31 17:35:55 +01:00
Brad Lassey
abc0d86d49 bug 465996 - M_SQRT_1_2 missing from windows ce headers r=dougt 2009-03-31 12:27:25 -04:00
Brad Lassey
468d40fda1 bug 478044 - Addresses problems with reallocating unaligned memory on windows ce r=pavlov, jasone 2009-03-31 12:27:25 -04:00
Brad Lassey
183b8bf73f bug 485227 - Don't force link jemalloc on windows ce r=ted, crowder 2009-03-31 12:27:25 -04:00
Benjamin Smedberg
4374e7b7a1 Followup to bug 474703 for pymake: use core_abspath to get Windows-style absolute paths correct, r=ted 2009-03-31 12:04:53 -04:00
Benjamin Smedberg
93395423d0 Reverting unnecessary utils.lockFile change from bug 485390 2009-03-31 10:39:02 -04:00
Benjamin Smedberg
605a03acf0 Backed out changeset f66fabdbc090 (bug 485390) - the problem is not in utils.lockFile, and you shouldn't really need to hold the file descriptor 2009-03-31 10:38:25 -04:00
Shawn Wilsher
0f290684b1 Bug 485628 - Clean up mozStorageService.* to match what is in the style guidelines
Consistent spacing, consistent naming, and namespaces - OH MY!
r=asuth
2009-03-31 07:26:16 -07:00
Shawn Wilsher
b8a98024ba Bug 485626 - Update style guidelines to reflect namespace discussions
r=asuth
2009-03-31 07:26:08 -07:00
Axel Hecht
31920b6c72 bug 482776, JarMaker.py unittests don't cause "make check" to fail, r=ted 2009-03-31 16:25:51 +02:00
Peter Van der Beken
df2064bcee Fix for bug 483444. r/sr=mrbkap.
--HG--
extra : rebase_source : d11ad967d8b6910666f31d0b46d50c5cc6701350
2009-03-31 15:07:41 +02:00
Chris AtLee
80e30b821f bug 445191 - Add upload target for xulrunner, upload SDK if it exists, and add 'sdk', 'upload' targets to client.mk. r=ted 2009-03-31 09:43:31 -04:00
Benjamin Smedberg
8bf3b445ab Bug 484708 - Un-annotated dependency of gtkmozembed2.cpp on gtkmozembedmarshal.h, r=ted 2009-03-31 08:43:30 -04:00
Benjamin Smedberg
b7dbb7cee0 Bug 485264 - Not enough quotes in mozprog.m4 when suggestions contain spaces r=ted 2009-03-31 08:41:50 -04:00
Jonathan Watt
af735602d3 Bug 465996. Small objects that are scaled up don't get invalidated correctly. r=roc 2009-03-31 14:19:39 +02:00
Ginn Chen
8dea478fd9 Bug 484932 Printing Sun Java System Communications Express page caused a crash [@ moz_drawingarea_resize] r=roc 2009-03-31 18:03:43 +08:00
Benjamin Smedberg
5cb4a30638 Bug 485390 - utils.lockFile doesn't hold the file descriptor, which can cause parallel races in JarMaker, r=ted 2009-03-30 10:34:13 -04:00
Gavin Sharp
f361caeff0 Bug 483634: add scrollX/scrollY getter on nsIDOMWindowUtils that allows avoiding a layout flush, r+sr=roc 2009-03-30 08:19:06 -04:00
Gavin Sharp
3b31bf1ce3 Bump IID for bug 476948 2009-03-30 08:13:30 -04:00
Olli Pettay
e92fe0f37a Bug 484238 - no click event generated when div is clicked, r+sr=roc 2009-03-30 13:12:35 +03:00
Olli Pettay
dcd3c5dbc9 Bug 372284, r+sr=peterv 2009-03-30 12:59:28 +03:00
Olli Pettay
d2b90e9a8e Bug 372284, r+sr=peterv 2009-03-30 12:58:42 +03:00
Robert O'Callahan
116c3c19f4 Backout fix for bug 459666
--HG--
extra : rebase_source : b261b5561671fd7fc9e3967f7d8c31448cc4c87a
2009-03-30 15:54:33 +13:00
Robert O'Callahan
168c4a55b9 Bug 475441. Clean up media tests to avoid opening windows or leaving them lying around. r=doublec
--HG--
extra : rebase_source : 86a5dabc1992d0676de30d67db99bec3e1b91b54
2009-03-30 14:22:02 +13:00
Robert O'Callahan
441ffd3298 Bug 475441. Rename media stream classes. r=doublec
--HG--
extra : rebase_source : 824365b6fae0224ffa2ed78bc6062c74c7a02fc5
2009-03-30 14:20:32 +13:00
Robert O'Callahan
e5926e97d4 Bug 475441. Merge nsDefaultStreamStrategy with nsHttpStreamStrategy. r=doublec
--HG--
extra : rebase_source : fd65378e88a550c9753333521bbaed05ee902e4d
2009-03-30 14:19:51 +13:00
Robert O'Callahan
4eeda3d9bb Bug 475441. Expose media strategy directly to decoders instead of proxying through nsMediaStream. r=doublec
--HG--
extra : rebase_source : 326765f1368497c2054531962cad224a43d5d05c
2009-03-30 14:19:10 +13:00
Matthew Gregan
b07995dc3c Bug 485036 - Shut down nsAudioStream when decode state machine shuts down. r=chris.double, sr=roc
--HG--
extra : rebase_source : aed2f4e5b6375c506d2b3afec5cb81b97bdba21d
2009-03-25 15:19:58 +13:00
Chris Pearce
ae111168f6 Bug 481488. Report HAVE_ENOUGH_DATA when we load the entire file before we even have a decoded frame. r=doublec,sr=roc
--HG--
extra : rebase_source : 45c5ebfcab187ae1b04cbe489e113781f61d43b8
2009-03-30 13:55:04 +13:00