Commit Graph

84 Commits

Author SHA1 Message Date
benjamin@smedbergs.us
18862e38e1 Bug 375710 - Firefox 2.0.0.3 wants to downgrade to 2.0.0.2, patch by Masatoshi Kimura (:emk), reworked by me a bit, r=rstrong 2007-04-20 08:22:17 -07:00
enndeakin@sympatico.ca
8f315d9e76 Bug 377692, followup to change numberInt to numberValue as values can be decimal, handle case where decimalplaces is Infinity, update disabled state when wraparound is true, r=neil 2007-04-20 03:54:22 -07:00
enndeakin@sympatico.ca
ef8a75a4d4 Bug 377678, fix some minor issues, including accessibility objects, r=neil 2007-04-19 09:46:22 -07:00
enndeakin@sympatico.ca
c17be353df Bug 377692, numberbox cleanup, value property should be a string, add valueInt for numeric value, r=neil 2007-04-19 05:08:10 -07:00
wr@rosenauer.org
b2d8c463b2 Bug 377843 - Fix build of the DBUS component, r=bsmedberg 2007-04-18 22:00:25 -07:00
sayrer@gmail.com
9ff21564bb Bug 373546. URIs in <guid isPermaLink='false'> are recognized as valid links of feed items in the feed reading view. r=mano 2007-04-18 21:50:16 -07:00
enndeakin@sympatico.ca
d34cd1fd1e Bug 377674, cleanup some wizard properties, r=mano 2007-04-18 18:03:52 -07:00
ted.mielczarek@gmail.com
d2c9ff38a7 bug 376545 - AnnotateCrashReport needs to handle re-setting same key. r=bsmedberg 2007-04-18 14:30:36 -07:00
enndeakin@sympatico.ca
9c7fdbd098 Bug 377683, return -1 when no tabs in tabbox.selectedIndex, r=neil 2007-04-17 17:01:22 -07:00
enndeakin@sympatico.ca
befd2dcdf3 Bug 377685, return booleans for two disabled properties, r=neil 2007-04-17 17:00:35 -07:00
enndeakin@sympatico.ca
e5287272a9 Bug 377698, timepicker.increment setter doesn't work, r=neil 2007-04-17 16:59:50 -07:00
kaie@kuix.de
10c79b894d Bug 370693, Mozilla.org nightly bits broken, Failure to use crypto with FIPS modeBuild system changes onlyPatch originally proposed by Wan-Teh in bug 249782r=bsmedberg 2007-04-17 13:42:54 -07:00
gavin@gavinsharp.com
9332690443 Bug 346994: part 1, remove leading dots from filenames before saving, r=mano 2007-04-17 11:51:33 -07:00
sayrer@gmail.com
202d24dff2 Bug 369672. Feed preview doesn't show dates when the timezone is specified as UTC rather than GMT. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=sayrer 2007-04-16 23:17:42 -07:00
philringnalda@gmail.com
55c09af394 Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-16 21:06:12 -07:00
enndeakin@sympatico.ca
d910516ed2 Bug 377038, tabIndex property should return 0 when attribute is not specified, r=neil 2007-04-16 13:04:39 -07:00
enndeakin@sympatico.ca
84abd6898e Bug 350257, remove extra event listeners from numberbox, r=neil 2007-04-16 08:11:53 -07:00
dietrich@mozilla.com
9490bd48d1 Bug 349523 Generate bookmarks.html, default_places.html from properties (r=mano) 2007-04-15 14:15:56 -07:00
sayrer@gmail.com
51fd920a47 Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky 2007-04-14 10:46:36 -07:00
axel@pike.org
ccc78445dc bug 361583, support filter commandline argument, and use it from packager.mk, r=bsmedberg 2007-04-13 16:43:36 -07:00
benjamin@smedbergs.us
762a32a2c1 From bug 372831 - don't build the test program when libxul is enabled, for linkage reasons 2007-04-13 10:33:56 -07:00
philringnalda@gmail.com
f384cf2d81 Bug 376906 - tabs bad, r=gavin 2007-04-12 21:17:12 -07:00
sspitzer@mozilla.org
e6cefb4316 backing out myu fix for bug #375710, based on comments from kimura 2007-04-12 16:01:44 -07:00
sspitzer@mozilla.org
3f08787d6b fix for bug #375710 and bug #371649Firefox can "software downgrade" from 2.0.0.3 to 2.0.0.2. r=bsmedberg 2007-04-12 15:07:19 -07:00
dbaron@dbaron.org
e1ae3bd6f6 Fix crash caused by bad array iteration. b=372713 r=peterv 2007-04-12 12:22:24 -07:00
ted.mielczarek@gmail.com
57ed70709a one more bustage fix, with feeling 2007-04-12 11:13:53 -07:00
ted.mielczarek@gmail.com
0e344e40d3 more bustage fix 2007-04-12 09:48:15 -07:00
ted.mielczarek@gmail.com
e0c3f79393 fix unit test bustage from bug 372831 2007-04-12 08:42:04 -07:00
bugzilla@standard8.demon.co.uk
f1bd21799f Back out part of bug 361583 to fix xul app bustage occuring when attempting to do nightly builds. 2007-04-12 05:41:32 -07:00
dietrich@mozilla.com
076b7d4a14 Bug 376863 bookmarkId is set to the node type for bookmark folders? (r=mano) 2007-04-11 12:52:44 -07:00
axel@pike.org
a364c25975 bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
peterv@propagandism.org
fac89a56b2 Fix Sunbird bustage. 2007-04-10 19:24:16 -07:00
joshmoz@gmail.com
a96b0154ec Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc 2007-04-10 17:25:11 -07:00
peterv@propagandism.org
5be4000455 Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron. 2007-04-10 15:05:41 -07:00
bent.mozilla@gmail.com
aa1b34a2b3 Bug 376939 - "static strings in nsAirbagExceptionHandler cause crash on shutdown". r=luser. 2007-04-10 12:20:49 -07:00
ted.mielczarek@gmail.com
5ff9ac2bcd bug 372831 - provide API to submit extra data with minidump. r=bsmedberg, r=sayrer for the unit test 2007-04-10 12:15:16 -07:00
mozilla.mano@sent.com
ddd3a0c442 Test for Bug 376798. r=dietrich. 2007-04-10 03:59:05 -07:00
mozilla.mano@sent.com
399b713919 Bug 376954 - Document about when accessing childCount throws. patch from Johnathan Nightingale <johnath@mozilla.com>, r=me. 2007-04-09 17:42:13 -07:00
mozilla.mano@sent.com
5bb1430076 Bug 376798 - QueriesToQueryString prefixes the first parameter with an ampersand. r=dietrich. 2007-04-09 17:30:52 -07:00
mozilla.mano@sent.com
d014df4d47 Bug 376786 - Annotation-based queries are broken. r=dietrich. 2007-04-09 17:24:37 -07:00
mozilla.mano@sent.com
42ae4f4090 Bug 376815 - Allow using listheader in a richlistbox. r=enn 2007-04-09 17:21:16 -07:00
enndeakin@sympatico.ca
6531a65657 Bug 376992, folders array not freed, r=dietrich 2007-04-09 17:04:03 -07:00
enndeakin@sympatico.ca
45f7765a85 Bug 372047, support reverse direction scales, r=neil,josh 2007-04-09 15:39:57 -07:00
joshmoz@gmail.com
95cf85d836 use native window resize animation API for Mac OS X preferences. b=355177 r=sspitzer r=enn 2007-04-09 15:30:23 -07:00
mnyromyr@tprac.de
672bbf5152 Bug 376849: Move reference to tabbrowser-tabs binding; p=<stefanh@bluebottle.com>, r=mano 2007-04-08 14:32:43 -07:00
mozilla.mano@sent.com
44af177a14 Bug 376726 - View's itemChanged method isn't called when the title/uri of a bookmark item is changed. r=dietrich. 2007-04-06 10:24:42 -07:00
mozilla.mano@sent.com
ef8e7fc668 Bug 376633 - Sort By Title should not group by item type. r=dietrich. 2007-04-06 01:29:41 -07:00
gavin@gavinsharp.com
9fae8c7661 Bug 376616: remove unnecessarily duplicated code in contentAreaUtils.js, r=mano 2007-04-05 10:06:25 -07:00
ted.mielczarek@gmail.com
ec43b8e14d bug 368205 - sync up with breakpad svn (again). r=mento 2007-04-04 15:03:35 -07:00
mozilla.mano@sent.com
f33995e77d Back out bug 286933 due to various regressions. 2007-04-04 12:55:04 -07:00