Граф коммитов

109055 Коммитов

Автор SHA1 Сообщение Дата
shanjian%netscape.com 444c5238f4 #130091 should we get rid of "NEW_FONT_HEIGHT_APIS"
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=rbs
2002-09-18 19:37:31 +00:00
blakeross%telocity.com c93a07a28f Another perf tweak. 2002-09-18 19:36:19 +00:00
blakeross%telocity.com 6af7e0a882 Small perf tweak. 2002-09-18 19:32:51 +00:00
shanjian%netscape.com 2de74a4606 #85434 Entered national characters filtered
using default charset for internet search charset fallback instead of hard coded hardcoded iso88591.
p=bukovjan@mbox.dkm.cz, r=bstell, sr=jag
(Thanks to Michal Bukovjan  for preparing the patch).
2002-09-18 19:27:43 +00:00
dsirnapalli%netscape.com 83b73b9b1a Corrected the test case. 2002-09-18 19:12:40 +00:00
gerv%gerv.net 34a4a40da0 Fallout from previous checkin; need to escape "-" in regexp for some versions of Perl, because it interprets it as a range. 2002-09-18 18:59:55 +00:00
brendan%mozilla.org d58abba5ce Cosmetic nit-picks: respect 80-column limit, use NULL, not 0, for ptr init. 2002-09-18 18:44:47 +00:00
mikep%oeone.com 49697d7eb5 Fixing bug 168335, context clicking and selecting new event gives you an event with the correct date now. 2002-09-18 18:37:17 +00:00
alecf%netscape.com 28e2df506f first cut at combined i18n library - for now, just roll in chardet
not part of build, for bug 169498
2002-09-18 18:37:11 +00:00
shanjian%netscape.com c06fcf0618 #88363 Site with duplicate Content-Type loads with incorrect encoding
when site have multiple content-type, we should use the last one with
charset specified as charset.
r=yokoyama, sr=darin
2002-09-18 18:35:24 +00:00
edburns%acm.org 188ed08cfd Checkpoint checkin for converting webclient to building with ant.
Currently builds java classes, javah headers, and compiles src_share, src_moz,
and src_moz/gtk.
2002-09-18 18:25:29 +00:00
alecf%netscape.com 0403e5df45 add .cvsignore so this directory gets noticed
for bug 169498, not part of build
2002-09-18 18:09:48 +00:00
kaie%netscape.com 92da872732 b=169164 Replace PRUint* and PRInt* in IDL with "unsigned long" etc
r=javi sr=alecf
2002-09-18 17:15:58 +00:00
seawood%netscape.com 8f5c0d4b40 Call SetCurrentProfile so that LoadNewProfilePrefs() is using the correct profile when checking for new files.
Bug #168433 r=ccarlen sr=alecf
2002-09-18 17:14:49 +00:00
mikep%oeone.com a700e7822f Moving function for finding if unifinder has focus. 2002-09-18 14:59:28 +00:00
mikep%oeone.com bd2a2822df Adding in calendarWizard 2002-09-18 14:59:03 +00:00
mikep%oeone.com 81084bcabb Adding in new wizard code. 2002-09-18 14:58:10 +00:00
mikep%oeone.com f2754b8da8 Adding in wizard to tools menu. 2002-09-18 14:57:46 +00:00
mikep%oeone.com 988f9de98f Cleaning up drag and drop. 2002-09-18 14:57:23 +00:00
mikep%oeone.com f55ad17b0f Adding in small check for new import / export wizard. 2002-09-18 14:56:59 +00:00
mikep%oeone.com 5322a1450a Disable text when you edit an event. 2002-09-18 14:56:17 +00:00
danm%netscape.com 5224d38fbf adding a popup window management preference panel. bug 166442 r=jag,jst 2002-09-18 14:47:06 +00:00
danm%netscape.com 52f1d992ef switching to the new, final(!?) popup window management preferences organisation. bug 166442 r=jag,jst 2002-09-18 14:45:31 +00:00
mikep%oeone.com 600a663b4a Adding in drag and drop for week view. 2002-09-18 14:44:11 +00:00
mikep%oeone.com 0d1e79fbad Cleaning up drag and drop in day view. 2002-09-18 14:43:24 +00:00
mikep%oeone.com 686aba361d Adding in code for drag and drop. 2002-09-18 14:42:24 +00:00
mikep%oeone.com 2f40fed288 Fixing drop down menu list so it is now the way it should be (for persisting value on it) 2002-09-18 14:41:31 +00:00
mikep%oeone.com c04e796b70 Fixing clipboard for 1.2, bug 162866 2002-09-18 14:30:41 +00:00
mikep%oeone.com e1a506fe68 Fixing problem where calendar could get into an infinte selection loop, like bug 169242 2002-09-18 14:29:41 +00:00
mikep%oeone.com 95213c9257 Fixed that should help the calendar get out of an infinite loop situation, like bug 169242 2002-09-18 14:28:54 +00:00
wtc%netscape.com 6647589dbd Bug 72100: added macros for the maximum and minimum values of PRInt8,
PRUint8, PRInt16, PRUint16, PRInt32, and PRUint32. r=jkeiser.
2002-09-18 14:23:46 +00:00
caillon%returnzero.com 1c6a6a549a Bug 169321 - Passing strings generated by .match or .substr into Components.lookupMethod() was throwing exceptions because those strings
are not atomized.
Checking in for Johnny Stenback <jst@netscape.com>
r=dbradley@netscape.com, jaggernaut@netscape.com
sr=brendan@mozilla.org
2002-09-18 13:44:43 +00:00
igor%mir2.org 6c61080e81 Reduce "new X" usage by inlining few classes or packing their members into long field 2002-09-18 12:57:09 +00:00
igor%mir2.org afd43edcb3 C relics removal: no need to check for null after "new X" 2002-09-18 12:50:51 +00:00
cbiesinger%web.de c5974fcfeb bug 111164 patch by neil@parkwaycc.co.uk r=nhotta sr=bzbarsky
View of Message source should keep the character coding
2002-09-18 12:28:16 +00:00
kaie%netscape.com 5a603433bc b=166945 Remove "pippki" from embedding packages
r=adamlock sr=alecf
2002-09-18 12:23:46 +00:00
sspitzer%netscape.com 42b19c656e more follow up for #64462. playing proper biff sound. 2002-09-18 11:09:30 +00:00
sspitzer%netscape.com 4c1d917cf7 backend changes to respect the new biff sound prefs. bug #64462. r/sr=bienvenu 2002-09-18 10:49:54 +00:00
chanial%noos.fr 564c280bf3 No more closure on |this| while loading bookmarks 2002-09-18 10:00:55 +00:00
sspitzer%netscape.com 5361b573a9 fix for #169390. move buddy icon to the far right. r/sr=bienvenu. UI change a=jglick 2002-09-18 09:00:16 +00:00
sspitzer%netscape.com 3676d111d5 fix bug #64462. add "play custom sound on new mail" pref UI. right now, it's global.
soon, per server (and also soon, sound as a mail filter action.)
move window prefs to a new windows panel.  we'll be adding some other window
related prefs (like reuse window) to that new panel.  r/sr=bienvenu.
UI changes a=jglick
2002-09-18 08:33:35 +00:00
asa%mozilla.org c7d6dc90b4 rename treeitem to General 2002-09-18 08:12:12 +00:00
asa%mozilla.org 3096879f7d move navigator panel to the top of the tree 2002-09-18 08:11:32 +00:00
asa%mozilla.org 5e5fb057e5 clear out useless stuff and change name to General 2002-09-18 08:02:22 +00:00
asa%mozilla.org 7b29428a35 fixing xml parsing error for general pref panel 2002-09-18 07:46:55 +00:00
gerv%gerv.net fb12774885 Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a "pages" subdirectory of the template directory. Patch by gerv; r=bbaetz. 2002-09-18 07:20:18 +00:00
rogerl%netscape.com 03d9ea556d Hooking up string class. 2002-09-18 06:43:41 +00:00
seawood%netscape.com 097b2dbc0a Removing debug libs from opt build link list. 2002-09-18 05:56:13 +00:00
alecf%netscape.com e9088b049d remove these bogus files as they are causing bustage 2002-09-18 05:22:35 +00:00
blakeross%telocity.com 1a81e4574f Prefs tweaks in preparation for 0.1 2002-09-18 04:04:01 +00:00