neil%parkwaycc.co.uk
c070db20bf
Bug 202587 Control+ and Command+ should be Ctrl+ and Cmd+ for consistency r=caillon sr=brendan a=asa
2003-11-21 09:13:36 +00:00
scott%scott-macgregor.org
1ae6fa9627
export print preview / page setup files
2003-11-21 08:03:42 +00:00
darin%meer.net
d6614a223b
fixes bug 225424 "The View/Apply Theme menu of available themes should be sorted alphabetically"
...
patch by malcolm-bmo@farside.org.uk r=neil@parkwaycc.co.uk sr=alecf a=asa
2003-11-21 08:01:23 +00:00
darin%meer.net
08344d863c
fixing up comment for nsIServerSocket::getAddress so it is clear that this cannot be used to determine the IP address of the local system.
2003-11-21 07:09:31 +00:00
chanial%noos.fr
e4ccb376c4
fix left over
2003-11-21 07:01:07 +00:00
justdave%syndicomm.com
e986880dd7
Bug 166369: Documents that require a helper app to view were not viewable if you chose your helper apps using an old CFM version of Mozilla. The old pathname format is now supported again (in addition to the new one).
...
r= mozeditor@floppymoose.com , sr= bz-vacation@mit.edu , a= asa@mozilla.org
2003-11-21 06:45:25 +00:00
scott%scott-macgregor.org
7ff39fae1c
widget to bindings name change
2003-11-21 06:19:04 +00:00
scott%scott-macgregor.org
59ffe051a1
Bug #224381 --> use status instead of select to update folder accounts. Fixing a GUI hang during biff.
2003-11-21 04:55:00 +00:00
rlk%trfenv.com
900b83d3a6
Bug 226342 - Faulty links in glossary r=rlk@trfenv.com a=asa@mozilla.org. Patch by jasajudeju@telia.com
2003-11-21 02:04:20 +00:00
bryner%brianryner.com
6afe8c8865
Speed up Xft font matching by only asking for the best-match font, and then asking for the rest if we hit a character that's not present in the best-match font. Bug 223813, r=blizzard, sr=dbaron. Not part of the default build.
2003-11-21 01:10:58 +00:00
jst%mozilla.jstenback.com
ca7714fb46
Fixing bug 224952. Making uri attributes default to empty string in stead of null for compatibility with IE. r=caillon@aillon.org, sr=bzbarsky@mit.edu, a=dbaron@dbaron.org
2003-11-21 00:59:15 +00:00
bryner%brianryner.com
ee1ee1ae04
whitespace change to work around XUL preprocessor dependency problems
2003-11-21 00:38:54 +00:00
bryner%brianryner.com
dbff82c632
fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa. checking in for darin.
2003-11-21 00:15:34 +00:00
darin%meer.net
18d8f4d786
fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa
2003-11-21 00:09:50 +00:00
bryner%brianryner.com
e670b60348
Fix windows static build bustage (bug 226264), r=bsmedberg.
2003-11-20 23:18:30 +00:00
dwitte%stanford.edu
857bdeb8cf
fix regression due to silly casting fu.
...
b=225887, r=bryner, sr=alecf, a=dbaron.
2003-11-20 21:33:50 +00:00
kiko%async.com.br
8e8cb48180
Fix for bug 226217: check_languages bustage resulting from sanitizing in
...
bug 199502. Applied myk's suggestion in patch checked in. r=myk, a=myk.
2003-11-20 20:21:16 +00:00
dbaron%dbaron.org
1e679bc37a
Fix overly-thick underlines by doing rounding rather than ceiling. b=222920 r=jshin sr=bzbarsky a=brendan
2003-11-20 20:05:34 +00:00
kiko%async.com.br
e23a4a44c6
Fix for bug 226207: Internal Server Error while requesting an attachment
...
flag. Simple namespace fix. r=myk, a=myk.
2003-11-20 19:55:44 +00:00
tor%cs.brown.edu
69e0b6971c
Bug 9922: large jpeg images not displaying on win32.
...
r=darin, sr=blizzard, a=asa
2003-11-20 19:24:53 +00:00
bzbarsky%mit.edu
1e43dee4bb
Fix silly operator precedence error. Bug 226230, r=biesi, sr=darin, a=brendan
2003-11-20 17:31:15 +00:00
timeless%mozdev.org
d69553ac13
Bug 226123 Add configurable function list to DRefTool and limit |new| to c++
...
r=dwitte
2003-11-20 17:23:40 +00:00
chanial%noos.fr
011251779d
Hook up the "find in page" functionality in the toolkit, by adding the methods find(), findAgain() and findPrevious() and the property canFindAgain to the widgets browser.xml and tabbrowser.xml. Fixes bug 184741, 187059, 225530 and half of the long standing bug 222157.
2003-11-20 09:48:16 +00:00
jocuri%softhome.net
00803b2891
Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ctype defined; r=kiko; a=justdave.
2003-11-20 06:22:14 +00:00
chanial%noos.fr
660544d982
don't want to convert EOL for now
2003-11-20 05:23:38 +00:00
chanial%noos.fr
5dade47a7d
convert chrome://global/content/widgets to chrome://global/content/bindings
2003-11-20 05:14:08 +00:00
jst%mozilla.jstenback.com
9554db89fa
Removing unused variables that I left lying around with my nsIContent::GetTag() deCOMtamination changes.
2003-11-20 03:56:40 +00:00
nelsonb%netscape.com
0fa7d0adc8
Implement new "batch mode" (see the -b option). Plug some leaks.
...
Facilitates memory leak testing of the SMIME library.
This revision combines the patches for Bugzilla bug 225513 and
Bugscape bug 53775. r = relyea and wchang0222
2003-11-20 02:33:18 +00:00
nelsonb%netscape.com
52dffd46a8
Don't accept ASN.1 items whose length is 2GB or more.
...
Bugscape bug 53875. r=wchang0222 and r=relyea.
2003-11-20 02:08:34 +00:00
nelsonb%netscape.com
67d78ccfb9
Dont attempt to allocate 2GB or more from an arenapool.
...
Bugscape bug 53875. r=relyea.
2003-11-20 02:06:16 +00:00
nelsonb%netscape.com
511a262edc
Remove as assertion that is triggered by bad data input, but does not
...
indicate a code flaw. Bugscape bug 53875. r=relyea
2003-11-20 02:04:07 +00:00
nelsonb%netscape.com
75ca774270
Be sure not to ask NSS to use an invalid PKCS11 mechanism.
...
Bugscape bug 53875. r=relyea.
2003-11-20 02:00:04 +00:00
nelsonb%netscape.com
b79aed8a42
Plug a leak that occurs when code asks NSS to use an invalid PKCS11
...
mechanism. Bugscape bug 53875. r=relyea
2003-11-20 01:59:07 +00:00
chanial%noos.fr
e0bdf34ab3
redefine Ctrl-I,J,K for linux. See bug 226273 for the Linux, Mac and Windows short key table.
...
remove #ifdef in browser.dtd
2003-11-20 00:45:03 +00:00
mkaply%us.ibm.com
e67c7acaed
#200144
...
r=brendan, a=mkaply
Remove XP_OS2 #ifdefs from JS
2003-11-19 23:07:57 +00:00
mkaply%us.ibm.com
f6a9453a8f
#200144
...
r=sicking, a=mkaply
Remove XP_OS2 #ifdefs from transformiix
2003-11-19 23:06:14 +00:00
mostafah%oeone.com
c582628305
Checking in attachment 135948 for bug 210236: [RFE] Currently selected event should be highlighed in the calendar window
2003-11-19 21:55:01 +00:00
pinkerton%netscape.com
9c55863ec7
typeahead find now needs to be invoked by explicit '/' to avoid people getting
...
pissed off (bug 226161)
2003-11-19 21:48:24 +00:00
pinkerton%netscape.com
2b2a3617ab
apparantly, all-*.js is back to normal. using all-camino.js instead of
...
all-chimera.js at least.
2003-11-19 21:29:38 +00:00
mkaply%us.ibm.com
051f34c626
#222978
...
r=mkaply, a=mkaply
Get fonts working again on OS/2 Firebird
2003-11-19 20:38:06 +00:00
mkaply%us.ibm.com
23f475e78d
#218685
...
r=mkaply, sr=blizzard (platform specific), a=mkaply
From pedemonte - remove some unnecessary (and wrong) OS/2 specific code in 4.x plugin support
2003-11-19 19:47:11 +00:00
mkaply%us.ibm.com
23847067ef
#214152
...
r=pedemonte, sr=blizzard (platform specific), a=mkaply
adjust unicode return buffer lengths to work around OS/2 bug
2003-11-19 19:35:09 +00:00
scott%scott-macgregor.org
a2f2311ca8
Center the twistys in the message pane a little better than they currently are. This should probably be done in mailWidgets.xml and not through CSS but I can't seem to get that to work.
2003-11-19 19:22:40 +00:00
bienvenu%nventure.com
c7adf60b78
add pref to auto migrate all profiles, r/a=sspitzer, sr=mscott 226146
2003-11-19 18:42:27 +00:00
bienvenu%nventure.com
aba14238d2
fix problem where local folders don't appear on first launch after migration, r=sspitzer, sr=mscott, a=sspitzer 223802
2003-11-19 18:40:49 +00:00
scott%scott-macgregor.org
1e7af7385a
Bug #220375 --> fix imap subscribe UI to always start up collapsed, so we don't run into a situation where we don't know that folders have children,
...
patch by bienvenu
2003-11-19 18:38:42 +00:00
mostafah%oeone.com
d00b133c06
Checked in attachment #135921 and attachment 135927 for
...
bug 210236: [RFE] Currently selected event should be highlighed in the calendar window
2003-11-19 17:21:56 +00:00
scott%scott-macgregor.org
05e69474ee
Bug #224138 --> can't send S/MIME Encrypted messages because we aren't adding a CRLF to the last message line.
...
patch by ch
sr=mscott
a=asa
2003-11-19 16:52:18 +00:00
mostafah%oeone.com
e6f91f1650
Checking in attachment 135920 for bug 226209: Cleanup calendar code
2003-11-19 15:38:48 +00:00
jouni%heikniemi.net
c56fa6cde8
Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@.
...
r=myk, a=justdave
2003-11-19 06:42:09 +00:00