Commit Graph

145137 Commits

Author SHA1 Message Date
mvl%exedo.nl
a79b61361f Bug 220655: Enable moving items (such as events) from one Calendar File to another.
patch by jminta, r=mvl
2005-07-30 19:56:21 +00:00
gavin%gavinsharp.com
2f7d7f16b5 Bug 291768 and bug 302660: add middle click and single-click-selects-all to location bar icon, r+a=mconnor 2005-07-30 19:48:58 +00:00
bugzilla%standard8.demon.co.uk
dc7c3a6ff0 Bug 287540 Fix various _C++_ compiler warnings from my Windows non-debug build - (Bv1) <nsXPInstallManager.cpp>. Patch by Serge Gautherie <gautheri@noos.fr> r+sr=dveditz,a=bsmedberg 2005-07-30 19:37:45 +00:00
mozilla%colinogilvie.co.uk
af1acb65df Ability to rate a comment. Currently, this uses GET requests - may be necessary to change it to a POST request to stop abuse of it at a later date 2005-07-30 19:29:14 +00:00
bugzilla%arlen.demon.co.uk
db70bc5e3d Bug 302506 Accesskey for Release Notes menu item in Help menu needs changing
p=me r/sr=neil.parkwaycc.co.uk a=asa
2005-07-30 13:42:25 +00:00
smfr%smfr.org
a84d110e68 Fix gcc 4 error. 2005-07-30 03:20:10 +00:00
bob%bclary.com
4ba662faf3 Date Parsing - fix regression from bug 273292, improve MSIE compatibility, bug 301738. r=mrbkap, r=shaver, a=asa 2005-07-30 03:15:49 +00:00
smfr%smfr.org
adf344646d When creating folders in the bookmarks view, create the new folder after the currently selected item by deafult. 2005-07-30 02:43:33 +00:00
rbs%maths.uq.edu.au
e51ed4fc21 Avoing crashing due to outdated text pointers by flushing pending reflows before finding out where to scroll the selection, b=252970, r+sr=bzbarsky, a=bsmedberg 2005-07-30 02:43:17 +00:00
smfr%smfr.org
55428a8dd6 Fix bug 191702: change New Bookmark Folder shortcut to Command-SHIFT-N. 2005-07-30 01:16:37 +00:00
smfr%smfr.org
2c7ad74c1d Fix JEP and MRJ plugin building in objdir builds (bug 301076). Camino only, npodb. 2005-07-30 01:11:59 +00:00
myk%mozilla.org
7decc2a25a Fixing build bustage caused by not correctly updating filter exceptions (and in a couple cases not filtering when it would make sense) 2005-07-30 01:01:54 +00:00
myk%mozilla.org
5d32cc2382 Fix for bug 302083: automatically converts BMP files to PNG files to conserve disk space; patch by Greg Hendricks; r=myk, a=myk 2005-07-30 00:46:40 +00:00
myk%mozilla.org
f499a19a4e Fix for bug 302702: refactors tabs code into shared file so not only prefs and search but also other pages can use it 2005-07-30 00:41:11 +00:00
gandalf%firefox.pl
75d1b42512 add new locales to tinderbox. 2005-07-30 00:20:18 +00:00
bob%bclary.com
488023703c ECMA Compliance: fix daylight savings time before 1970, Bug 58116. Patch by Mike McCabe <mike+mozilla@meer.net>. r+a=shaver 2005-07-30 00:00:05 +00:00
wtchang%redhat.com
7053ab4abf Bugzilla Bug 302219: added CKM_RSA_X9_31_KEY_PAIR_GEN support. r=relyea. 2005-07-29 23:43:40 +00:00
wtchang%redhat.com
a3ac2d6b1d Bugzilla Bug 302219: added CKM_RSA_X9_31_KEY_PAIR_GEN support to
PK11_GenerateKeyPair. r=relyea.
2005-07-29 23:23:35 +00:00
gavin%gavinsharp.com
c771030e8d backing out my last checkin 2005-07-29 22:02:47 +00:00
relyea%netscape.com
6460663270 Bug 284369 UI for encrypted messages that can't be decrypted not dramantic.
This patch adds UI information to the user when the message can't be displayed
because the message was encrypted and a key could not be found. It also adds
event handling to redraw the screen if a smartcard is insert.

SR+=mScott a1.8b4=asa
2005-07-29 22:01:08 +00:00
gavin%gavinsharp.com
44a7961ddc Bug 262222 : Relative URLs in Live Bookmark link elements not resolved, patch by Sam Ruby <rubys@intertwingly.net>, r=vlad, a=bsmedberg 2005-07-29 20:44:45 +00:00
zach%zachlipton.com
c1d7b1191f Actually fix the localconfig-creation code. 2005-07-29 20:36:01 +00:00
zach%zachlipton.com
4fd3faeab5 Write localconfig out before trying to connect to the database if it does not exist. 2005-07-29 20:29:11 +00:00
zach%zachlipton.com
72b8e2fa6f Forgot to checkin the .htaccess file 2005-07-29 20:22:31 +00:00
zach%zachlipton.com
7a85cdab42 Initial checkin of Litmus 0.0.1 (a.k.a Naked Mole Rat). 2005-07-29 20:21:01 +00:00
mnyromyr%tprac.de
62dd2d1aaa Bug 47909: status bar should only have progress meter while loading; patch by Matthias Bockelkamp <mbockelkamp@web.de>, r=me, sr=bienvenu, a=asa 2005-07-29 20:01:00 +00:00
bsmedberg%covad.net
ed9d375e21 l10n-repackaging change: now we don't need to build the entire tree before doing l10n repackaging 2005-07-29 16:38:23 +00:00
bsmedberg%covad.net
3d7a68959b Bug 302039 - Locked profile dialog needs a better message, r=mconnor+beltzner, a=asa 2005-07-29 15:54:34 +00:00
bzbarsky%mit.edu
e45e9c1699 Include pointers to the JSObjects involved when printing out the path in the
GC_MARK_DEBUG log.  Bug 295434, r+a=shaver
2005-07-29 15:15:48 +00:00
bzbarsky%mit.edu
6e9cbfcb44 Make XPCNativeWrapper call the wrapped native's classinfo resolve/get/set
hooks.  Makes native wrappers work in lots of nasty DOM0 corner cases.  Bug
296967, r=mrbkap, sr=jst, a=asa
2005-07-29 15:11:08 +00:00
lpsolit%gmail.com
9214fa538f Bug 286294: cleanup editclassifications.cgi and migrate the existent code to use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk 2005-07-29 14:14:42 +00:00
bsmedberg%covad.net
4d78e340ea Bug 302465 - Add Czech locales for DOMI, patch by Pavel Franc - Pawell (Czilla.cz) <p.franc@gmail.com>, blanket-a=me 2005-07-29 12:44:41 +00:00
timeless%mozdev.org
60af39f0dd Bug 302545 crash w/ --enable-timeline [@ DocumentViewerImpl::LoadComplete]
r=bz sr=bz a=asa
2005-07-29 10:09:08 +00:00
dougt%meer.net
fbbab7014c backing out last change to smallscreen css. 2005-07-29 02:26:26 +00:00
pinkerton%aol.net
948a4fc38d take two, JEP packaging that works with objdir builds 2005-07-29 02:00:05 +00:00
pinkerton%aol.net
8be298993c adding JEP makfile to build, only built for Camino, not part of other builds
a=asa
2005-07-29 01:40:32 +00:00
dougt%meer.net
ff00bd1b06 Not part of default build -- WINCE ONLY
Better tabbrowser support from Macrio.
Adding Browser Status Filter via some nasty makefile magic.
Adding rules to make packaging happen via make installer.
Adding a jsconsole dump feature.  this should really be a js comp
2005-07-29 01:16:17 +00:00
mkanat%kerio.com
e0793ac5b8 Bug 232064: [BUGZILLA] bugsDWIMQueryDefault should be per-channel
Patch By Dave Miller <justdave@bugzilla.org> r=mkanat
2005-07-29 00:18:58 +00:00
joshmoz%gmail.com
43b6277d8b change assertions to warnings. b=291096 r=pinkerton sr=smfr a=bsmedberg 2005-07-28 23:51:21 +00:00
mozilla%colinogilvie.co.uk
f1fd785376 Bug 293181: [BUGZILLA] Move bugsHistory checking into FetchBug
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=mkanat
2005-07-28 23:50:41 +00:00
mozilla%colinogilvie.co.uk
1043448eaf Bug 300456: [BUGZILLA] BugzillaMailHandler should say what a bug is a DUPLICATE *of*
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=mkanat
2005-07-28 23:46:11 +00:00
relyea%netscape.com
03738e2557 Bug 278276 Slot List Elements cannot be freed by applications.
wtchang: review+
julien.pierre.bugs: superreview+
2005-07-28 23:17:43 +00:00
relyea%netscape.com
f212e4ecf1 bug 278276 Slot List Elements cannot be freed by applications.
wtchang: review+
julien.pierre.bugs: superreview+
	E
2005-07-28 23:16:26 +00:00
relyea%netscape.com
8be47f79ed bug 278276 Slot List Elements cannot be freed by applications.
Export a free function for slot list elements.

r = wtc & julien.
2005-07-28 23:13:21 +00:00
pinkerton%aol.net
bfde0a01cb makefile to export plugin to dist for objdir builds 2005-07-28 22:55:41 +00:00
darin%meer.net
b459768aea fixes bug 295074 "POST responses remain in the memory cache when using XMLHttpRequest => huge memory leak" r+biesi sr=jst a=asa 2005-07-28 22:24:27 +00:00
darin%meer.net
5efdf2880b fixes bug 301643 "Off-by-one in mar_consume_index" r+a=bsmedberg 2005-07-28 22:19:37 +00:00
mozilla.mano%sent.com
1674caad76 [Mac] Allow to set Thunderbird as the default email/news/feed aggregator application. r=jhpedemonte/mscott, sr=mscott, a=bsmedberg. 2005-07-28 22:17:31 +00:00
bzbarsky%mit.edu
a08c743c76 Fixing build bustage 2005-07-28 21:40:57 +00:00
bzbarsky%mit.edu
a2655625e1 Add some documentation. Bug 292036, patch by gekacheka@yahoo.com, r=darin,
sr=bzbarsky, a=bsmedberg
2005-07-28 21:17:14 +00:00