Commit Graph

26587 Commits

Author SHA1 Message Date
Ben Newman
fb9b0919f4 fixing botched backout of changeset c0fad0d1535d 2009-03-23 21:14:03 -07:00
Ben Newman
4eeb47aae4 backout of changeset c0fad0d1535d 2009-03-23 20:59:14 -07:00
Doug Turner
979a387be4 Bug 484918 - Fixes build bustage in plugins on Windows CE. r=blassey 2009-03-23 20:27:27 -07:00
Joe Drew
ee95bbe143 Bug 484076 - Shrink the glyph cache to fix tp_Rss regression. r=me 2009-03-23 21:53:40 -04:00
Ben Newman
2864eaf10a nsIDTD-related improvements (bugs 483939, 484121, 484874). r+sr=mrbkap 2009-03-23 18:26:50 -07:00
Ben Newman
5f8644e892 imported patch simplify-nsIDTD.diff 2009-03-23 18:26:46 -07:00
Ben Newman
3f5a61bc5e imported patch parser-own-dtd.diff 2009-03-23 18:26:46 -07:00
John Wolfe
50c8550d04 bug 475361 - idle service for windows ce r=emaijala 2009-03-23 21:25:56 -04:00
Brad Lassey
f7938e4fd5 bug 481584 - need lib path to link jemalloc on windows ce r=bsmedberg 2009-03-23 21:21:07 -04:00
Brad Lassey
390b22de77 bug 478044 - enable jemalloc for windows ce r=stuart, jasone 2009-03-23 21:19:26 -04:00
Brad Lassey
78aa6785a1 bug 481582 - changes to configure.in needed to build jemalloc on windows ce r=bsmedberg 2009-03-23 21:18:19 -04:00
Brad Lassey
0994d0ae06 bug 481579 - changes to shunt and tools for jemalloc on windows ce r=dougt 2009-03-23 21:16:03 -04:00
Doug Turner
a264b17617 Bug 482797, 482739. A few fixes for Windows Mobile Software Keyboard handling. r=blassey, sr=vlad 2009-03-23 18:10:36 -07:00
Zack Weinberg
b2e3c78d66 Bug 482687. Remember the appunits-per-devpixel ratio and use it if the window is gone, instead of crashing. r+sr=roc 2009-03-24 13:55:32 +13:00
Mats Palmgren
d04121109e Bug 382369. Distinguish click from click-drag on a <label> so text selection works. r+sr=roc, help from Zack Weinberg 2009-03-24 13:55:29 +13:00
Robert O'Callahan
2b654d962d Bug 484761. Add README file describing test plugin behaviour. r=joshmoz 2009-03-24 13:55:26 +13:00
Robert O'Callahan
46307c1705 Bug 482942. Tests for nsILocalFile implementations. Also changes nsLocalFileUnix::MoveTo to update the object to refer to the destination, matching other platforms' behaviour. r=bsmedberg
--HG--
rename : xpcom/tests/nsIFileTest.cpp => xpcom/tests/TestFile.cpp
2009-03-24 13:44:37 +13:00
Igor Bukanov
81a69a36df bug 427196 - property cache fix. r=brendan 2009-03-23 21:05:25 +01:00
Bob Clary
305b65a693 bug 452498 - modify test to deal with new SyntaxError: duplicate argument is mixed with destructuring pattern error. 2009-03-23 10:43:16 -07:00
Jeff Walden
c9c51f7aa5 Bug 484750 - Assertion failure: newlen == 0 || obj->dslots[newlen - 1] != JSVAL_HOLE, at ../jsarray.cpp. Modify an assertion to properly handle intentional fenceposting behavior where we copy 0 elements to the end of an array -- can't assert that the end of the array isn't a hole in this case because we're intentionally not changing the array from what it was before -- demonstrated by [,].splice(1). r=me as obvious from debugging the testcase 2009-03-23 00:26:52 -07:00
Jeff Walden
2ef0c03fab Modify code which produces |if (cond);| in non-debug builds to not expand into an empty control statement. r=sparky 2009-03-22 18:37:06 -07:00
Robert O'Callahan
00231acd97 Bug 482942. Implement nsILocalFile::DELETE_ON_CLOSE. r=bsmedberg 2009-03-20 09:56:05 +13:00
Serge Gautherie
1c04b7ff62 Bug 469581 - |make *test*| doesn't accept arguments, like --leak-threshold; (Av1a) Support an |EXTRA_TEST_ARGS| variable; r=ted.mielczarek 2009-03-24 01:09:37 +01:00
Serge Gautherie
f089acf0c5 Bug 451273 - Add ".DS_Store" to .hgignore; (Bv1) "Root" the file; r=ted.mielczarek 2009-03-24 00:58:39 +01:00
Justin Dolske
6071c27986 Bug 481040 - video controls should indicate when an error occurs. r=enn 2009-03-23 16:40:39 -07:00
Justin Dolske
e6ec16865a Bug 483693 - import from legacy storage should use a transaction for better performance. r=sdwilsh 2009-03-23 16:40:36 -07:00
Boris Zbarsky
1d325109b3 Bug 481440. Make our id table always live. r=jst, sr=roc 2009-03-23 10:04:40 -04:00
Boris Zbarsky
1dce1d2ebf Bug 484820. When closing the head context, flush out notifications on its kids, so we won't forget to notify on them. r+sr=mrbkap 2009-03-23 18:10:12 -04:00
Boris Zbarsky
1e8ef860d0 Bug 483788. Don't leak if a broken protocol handler returns a channel but error rv. r=bsmedberg, moa=biesi 2009-03-23 14:53:14 -04:00
Wladimir Palant
982be663a1 Bug 477979 - Add CheckLoadURI checks for more script loads. r+sr=jst 2009-02-11 15:51:37 +01:00
Boris Zbarsky
8202fdf868 Bug 162063. Remove pseudo-frames as needed when the frame that needs them is removed from the frame tree. r=bernd, sr=roc. Also fixes bug 97506, bug 143397, bug 156888, bug 277995, bug 293576, bug 315146, bug 338735, bug 339388, bug 407115, 473824. 2009-03-23 14:08:03 -04:00
Peter Annema
dd77895150 Bug 482926: lastIndexOf pathologically slow in some cases. Patch by Neil Rashbrook <neil@parkwaycc.co.ul> and me. r=gal. 2009-03-23 10:46:16 -07:00
Boris Zbarsky
dceb36b6b7 Backing out bug 481440 (revision 8fddfa5d2748) 2009-03-23 13:32:06 -04:00
Boris Zbarsky
d8b2b9193c Bug 481440. Make our id table always live. r=jst, sr=roc 2009-03-23 10:04:40 -04:00
Marco Bonardo
06b8e82c6e Bug 390614 - Split up the "Older than 6 days" history folder, r=dietrich, pike ui-r=beltzner a=mconnor 2009-03-23 13:42:03 +01:00
Dão Gottwald
435d243c6c Bug 478624 - Save button used to save a search in Library should not be smaller than normal buttons. r=mak77 2009-03-23 12:06:31 +01:00
Markus Stange
d2d6ca4e03 Bug 481853 - -moz-mac-focusring color isn't quite right. r=josh, sr=roc 2009-03-23 12:05:46 +01:00
Simon Montagu
a6eaccecf4 Test ta-IN instead of gu-IN, to avoid failure on W2K. Bug 484664 2009-03-23 00:20:01 -07:00
Gavin Sharp
9efc6fff41 Fix typo in string from bug 476477 2009-03-22 20:08:43 -04:00
Wan-Teh Chang
15e56094f4 Upgrade NSPR to NSPR_HEAD_20090321. This CVS tag includes
the following changes:
- Bug 439144: fixed strict aliasing issues in prdtoa.c
- Bug 449665: suppress the parentheses warnings in prdtoa.c
- Bug 442706: build for Symbian OS with autoconf and GNU make
- Bug 432430: some more changes for the Symbian OS port
- Bug 476536: added PR_ASSERT_CURRENT_THREAD_OWNS_LOCK and
  PR_ASSERT_CURRENT_THREAD_IN_MONITOR.
- Bug 478687: made PRUint64/uint64 compatible with uint64_t
  for 64-bit Mac OS X
- Bug 480730: PR_LoadLibrary for 64-bit MAC OS X should not
  search DYLD_LIBRARY_PATH if the library is specified as a
  pathname
- Bug 480740: PR_ParseTimeString crash with dates >= year
  3001 when compiled with Visual C++ 2005.
- Bug 480074: better dependency resolution for import libraries
- Bug 469083: ported NSPR test programs to WINCE
- Bug 433790: removed some obsolete WIN16 code
2009-03-22 09:44:55 -07:00
Ori Avtalion
2dd33956c1 Bug 444892 - when find bar is focused, ctrl+pageup/dn will scroll page content. r=enn 2009-03-22 09:59:56 +01:00
Atsushi Sakai
658bf36acc Bug 484325 - The button in about:config's warning can't be displayed if the window is narrow. r=dao 2009-03-22 09:58:15 +01:00
Ryan VanderMeulen
0332a383e8 Bug 420811 - Convert broken-image.gif and loading-image.gif to PNGs. r+sr=mconnor 2009-03-22 09:57:04 +01:00
Dão Gottwald
5771ffc15e Bug 484532 - use id selector for menuitems in gnomestripe. r=ventnor 2009-03-22 09:50:51 +01:00
Makoto Kato
64ceec236c Bug 475229 - xpcom/base/nsStackWalk support for Windows x64. r=benjamin 2009-03-22 12:53:47 +09:00
Ehsan Akhgari
7695f38342 Bug 462041 - Refresh the Privacy preference pane (left-over string); ui-r+a1.9.1=beltzner 2009-03-22 00:22:39 +03:30
Neil Rashbrook
f31d701b7b Bug 482955 Textbox minimum width wrong on default Windows XP theme r=ere sr=roc 2009-03-21 20:38:24 +00:00
Olli Pettay
783fc8184e Bug 484156 - optimize MozAfterPaint a bit, r+sr=roc 2009-03-21 21:29:29 +02:00
Brad Lassey
2650b63bae bug 476201 - follow up, missed some of the changes in the first push, r=ted 2009-03-21 15:20:49 -04:00
Brad Lassey
13c9b1c088 bug 476201 - devenv builds shunt lib in source dir, remove visual studio projects r=ted 2009-03-21 14:59:51 -04:00