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

5091 Коммитов

Автор SHA1 Сообщение Дата
silver%warwickcompsoc.co.uk 4e479f7d3c Bug 112435 [partial] Need Motif with fixed width font [and]
Bug 220325 [partial] content pane text should be sized based upon prefs
r=rginda
2004-01-22 18:57:39 +00:00
silver%warwickcompsoc.co.uk 7b298c85c5 Bug 230833 /help quote refers to IRC 1459 instead of RFC1459
r=rginda
2004-01-22 18:55:49 +00:00
silver%warwickcompsoc.co.uk bdc8da47f8 Bug 207436 Custom sounds doesn't work
r=samuel
2004-01-22 13:57:26 +00:00
silver%warwickcompsoc.co.uk 030944d122 Bug 146398 Open at Startup and Leave $viewname have no access keys
r=samuel
2004-01-22 13:55:40 +00:00
silver%warwickcompsoc.co.uk cefc1470af Bug 219983 sidebar doesn't update if it's closed while switching channels
r=samuel
2004-01-22 13:53:38 +00:00
silver%warwickcompsoc.co.uk 9418c6717f Bug 231621 Add a middle-click action for the Chatzilla client window (open in new tab, configurable)
patch by Andreas Kunz (durbacher@gmx.de)
r=silver
2004-01-22 13:49:22 +00:00
neil%parkwaycc.co.uk f5b529d654 Fix compiler warning b=231716 p=gautheri@noos.fr r/sr=dbaron 2004-01-22 13:07:40 +00:00
rlk%trfenv.com 5dbcb3355e Bug 231119 - "Replying to a Message" in "Help" gives bad menu path on placement of quotes in replies. Patch by Stefan Borggraefe (borggraefe@despammed.com). r=rlk@trfenv.com 2004-01-22 00:01:56 +00:00
caillon%returnzero.com e930ac622a This should be #ifdef DEBUG.
r+sr=dbaron
2004-01-20 22:56:21 +00:00
axel%pike.org 2a6679958f bug 230633, constify tx a bit, regression fix, r/sr=pterv 2004-01-19 14:21:58 +00:00
axel%pike.org f6bb4599be bug 192139, integrate latest expat, npob, fix transformiix standalone bustage on win, r=sicking, sr=peterv 2004-01-18 16:57:34 +00:00
rlk%trfenv.com af08d708f4 Bug 224196 - Split "General Mozilla Shortcuts" r=neil@parkwaycc.co.uk 2004-01-18 01:33:23 +00:00
rlk%trfenv.com 5c21fd451c Minor mend to previous checkin. 2004-01-18 01:21:01 +00:00
rlk%trfenv.com 0a84d40aed Bug 220495 - Mail Help has no text for Message View. Patch by Daniel Wang (stolenclover@yahoo.com.tw). r=rlk@trfenv.com 2004-01-18 01:19:53 +00:00
rlk%trfenv.com b0d73e6666 Fixing dead link in Help TOC. Patch by Christian Eyrich (ch.ey@gmx.net). r=rlk@trfenv.com 2004-01-17 02:10:14 +00:00
bienvenu%nventure.com 945cb7aa1d add pr logging to MCD, sr=mscott 231148 2004-01-16 21:24:09 +00:00
peterv%propagandism.org ab60860694 Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst. 2004-01-16 21:01:44 +00:00
peterv%propagandism.org e1391ea341 Backout to fix bustage. 2004-01-16 15:08:30 +00:00
peterv%propagandism.org 71ae4139b4 Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst. 2004-01-16 14:44:38 +00:00
peterv%propagandism.org 5b7aee3b03 Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst. 2004-01-16 14:30:54 +00:00
peterv%propagandism.org c4730f4aa3 Fix for bug 230633 (Constify Transformiix code a bit). r=Pike, sr=jst. 2004-01-16 13:46:07 +00:00
sicking%bigfoot.com fc6c696191 Fix gcc-platforms bustage 2004-01-15 21:23:18 +00:00
sicking%bigfoot.com c388903fa0 Bug 230528: sync to latest jsnum.h: Make sure that gcc aliasing optimizations doesn't break mathcode. Fix mathcode on ARM
r=Pike sr=peterv
2004-01-15 20:36:26 +00:00
timeless%mozdev.org f2fbcca9c4 Bug 229809 CSS Errors in xmlterm
patch by bc@bclary.com r=timeless sr=dbaron
2004-01-15 03:08:58 +00:00
timeless%mozdev.org d7da846b02 Bug 201630 javascript strict warnings in nsPolicyViewer.js and pageInfoOverlay.js
r=neil sr=bz
2004-01-15 02:50:55 +00:00
jst%mozilla.jstenback.com e30a4e35a0 Making these interfaces compile. Not part of the build. 2004-01-15 00:12:36 +00:00
jst%mozilla.jstenback.com ba05f14ab3 First stab at new W3C DOM Load and Save interfaces. Not part of the build. 2004-01-14 23:59:50 +00:00
bienvenu%nventure.com 96fe8e71bf fix 230743, make autoconfig prompt for e-mail address if none found in prefs.js, and append email addr specified in mcd settings, sr=mscott 2004-01-14 00:55:04 +00:00
neil%parkwaycc.co.uk 0eca60507c Bug 177456 Help glossary: Public keys are used for encryption p=gunnar.kaestle@gmx.net r=me moa=rj_keller 2004-01-13 15:53:07 +00:00
mvl%exedo.nl c61bf8493b Change comments and capitalization in idl files. Bug 225749, r=timeless, sr=alecf 2004-01-12 12:13:57 +00:00
bryner%brianryner.com a135ce4d60 Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard. 2004-01-12 08:25:18 +00:00
rlk%trfenv.com 8f47c14c36 fixing checkin. 2004-01-11 15:55:10 +00:00
rlk%trfenv.com 2a92af0ea6 fixing checkin. 2004-01-11 15:54:17 +00:00
rlk%trfenv.com c835446441 Bug 158447 - Advanced autocomplete prefs dialog needs Help button. r=neil@parkwaycc.co.uk sr=alecf@flett.org. Patch by Daniel Wang (stolenclover@yahoo.com.tw) 2004-01-10 21:52:42 +00:00
rlk%trfenv.com 0826bad44a Bug 221925 - Different UI changes in MailNews not reflected in help. r=stolenclover@yahoo.com.tw. Patch by Christian Eyrich (ch.ey@gmx.net) 2004-01-10 21:46:35 +00:00
rlk%trfenv.com de39d9b7b1 Hooking up image checked in with the previous checkin. 2004-01-10 00:11:51 +00:00
rlk%trfenv.com 26e940bf98 Bug 196236 - no help text for junk mail controls pane. Patch by Daniel Wang (stolenclover@yahoo.com.tw) r=rlk@trfenv.com 2004-01-10 00:09:40 +00:00
rlk%trfenv.com a513e08067 Bug 222178 - Make the index a friendlier search database. Patch by Daniel Wang (stolenclover@yahoo.com.tw). r=rlk@trfenv.com 2004-01-10 00:03:54 +00:00
rlk%trfenv.com 86665de319 Bug 145056 - add new "Tools and Development" section in Mozilla Help. Patch by Daniel Wang (stolenclover@yahoo.com.tw). r=rlk@trfenv.com 2004-01-09 23:58:24 +00:00
jst%mozilla.jstenback.com 4ab234b8be General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org 2004-01-09 23:54:21 +00:00
mkaply%us.ibm.com 4de11f6d99 Who ever heard of #including a license 2004-01-09 22:43:55 +00:00
mkaply%us.ibm.com 8111accbe9 Per gerv, the spellchecker has been relicensed under MPL with the permission of Keven Hendricks, so this license.readme file is no longer valid 2004-01-09 21:50:13 +00:00
dbaron%dbaron.org febf5283f3 Fix one-time leak of atoms by converting to static atoms. b=230361 r=caillon sr=bryner 2004-01-09 19:01:46 +00:00
bienvenu%nventure.com a96c5545b1 make autoconfig use 4.x e-mail identity if it can't find new style identity, for the one time after profile migration, sr=mscott 230511 2004-01-09 17:57:54 +00:00
dbaron%dbaron.org 86a2f3df8c Fix regression by doing things a better way. b=229972 r+sr=bryner 2004-01-08 23:57:23 +00:00
bryner%brianryner.com 9c81944cb6 Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron. 2004-01-07 22:30:53 +00:00
dbaron%dbaron.org 3182c46acf Free remaining stack items in destructor to fix leaking pretty much everything. b=230264 r=caillon sr=bryner 2004-01-07 22:17:05 +00:00
cbiesinger%web.de f27256b119 bug 226188: Reflect UI changes from bug 222940 in Help
patch by borggraefe@despammed.com (Stefan Borggraefe)
r=rlk@trfenv.com
2004-01-07 15:09:52 +00:00
bsmedberg%covad.net 1f4ab81acd Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net f0bfff2628 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00