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

95681 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com 61c6aca727 #include cleanup to prepare for nsIDiskDocument removal (bug 102033) 2002-01-14 21:16:41 +00:00
ian%hixie.ch 286ba64b69 Enable the 'bm_delete' command for 'IEFavoriteFolder's and add a 'delete' item to the relevant context menu. Also, remove 'copy' and 'open in new window' from that menu, since they are not implemented. b=114520, r=peterv, kerz, sr=jag, moa=blake. The changes in this patch are in the public domain. 2002-01-14 21:15:35 +00:00
brade%netscape.com 4413188982 #include cleanup to reduce unused statics (bug 117927) 2002-01-14 21:09:37 +00:00
brade%netscape.com 774a1fbe73 #include cleanup to lessen unused static variables (bug 117927) 2002-01-14 21:07:31 +00:00
brade%netscape.com 48f2e221fd remove unneeded #include (bug 115115) 2002-01-14 21:01:52 +00:00
tor%cs.brown.edu 8180f4376d Bug 115994 - improved MNG decoder error handling. r=pavlov, sr=blizzard 2002-01-14 21:00:12 +00:00
jgaunt%netscape.com 90c625b3fa bug 115659 xul radio buttons not exposed properly through accessibility
r=aaronl
sr=jag
2002-01-14 21:00:08 +00:00
jgaunt%netscape.com cc5fb98518 bug 110422 optimize XBL accessible code
r=aaronl,rginda
sr=jag
2002-01-14 20:56:49 +00:00
brade%netscape.com f2c8087638 remove DEAD_CODE (bug 115115) 2002-01-14 20:35:08 +00:00
brade%netscape.com 3d8cad8a25 remove DEAD_CODE (bug 115115); remove unused static (bug 117927) 2002-01-14 20:34:15 +00:00
brade%netscape.com 6fb7fac03b remove SaveDocument from the API; use nsIWebBrowserPersist instead 2002-01-14 20:33:18 +00:00
brade%netscape.com 9939e28989 #ifdef out / remove DEAD_CODE per jfrancis (bug 115115) 2002-01-14 20:31:47 +00:00
brade%netscape.com 69ebeb09fe literal string cleanup (bug 26384); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115) 2002-01-14 20:31:43 +00:00
brade%netscape.com aeee1c5e44 literal string cleanup (bug 26384); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115); remove unused statics (bug 117927) 2002-01-14 20:30:11 +00:00
brade%netscape.com 87f7abb5fa removal of methods SaveFile and DoAfterDocumentSave (bug 102033); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115) 2002-01-14 20:25:29 +00:00
brade%netscape.com 39e3fae0b3 literal string cleanup (bug 26384); removal of nsIDiskDocument and methods SaveFile and DoAfterDocumentSave (bug 102033); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115) 2002-01-14 20:25:17 +00:00
stephend%netscape.com 2f7270f8bc Bug 119763. Javascript strict warnings in EdImageProps.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend, sr=kin 2002-01-14 20:21:18 +00:00
brade%netscape.com d115e1e868 use nsIWebBrowserPersist for saving (bug 98550) 2002-01-14 20:17:13 +00:00
sdagley%netscape.com 08fa569190 Fix #104765 - Cleanup nsMacWindow::WindowEventHandler result code reporting. r=pinkerton,sr=sfraser 2002-01-14 20:14:46 +00:00
dougt%netscape.com 902facd5e3 Null protecting hashing code. 96322. r=dp@netscape.com sr=alecf@netscape.com. 2002-01-14 20:10:48 +00:00
waterson%netscape.com 7490c158ee Bug 52242. Include space manager information when computing auto-sized block's height. r=dbaron, sr=attinasi 2002-01-14 20:04:30 +00:00
jband%netscape.com 66c9536fcc fix bug 119387. Add a non-allocating IID version of the frequently used getIIDForParam method. r=dbradley sr=jst 2002-01-14 20:02:14 +00:00
rbs%maths.uq.edu.au 80007341d2 Fix bug 117637 - eliminate memory allocations in all consumers of GetFontData(), r=shanjian, sr=attinasi 2002-01-14 19:54:23 +00:00
sspitzer%netscape.com 39a8a0e9ca fix for #119932. delete addressbook is failing. while I'm here,
remove unnecessary dependency on the DOM.  the addressbook
backend doesn't need to be dependent on nsIDOMXULElement and
nsIDOMNodeList.  r/sr=bienvenu
2002-01-14 19:50:34 +00:00
naving%netscape.com 11c39d25a6 119504 r=varga sr=waterson. fix insertion sort so the outliner inserts new element in the correct position 2002-01-14 19:49:05 +00:00
bzbarsky%mit.edu 1f4fa08671 fix computed style values for background and border properties on
tables.  Bug 98159, r=karnaze, sr=attinasi
2002-01-14 19:43:59 +00:00
rogerl%netscape.com 6010adce48 blank 2002-01-14 19:30:38 +00:00
edburns%acm.org 4932a8c19e bug: 119680
Changes to make webclient compile and minimally run with
Netscape 6.2.1.
2002-01-14 18:04:48 +00:00
dbaron%fas.harvard.edu 78c8b14e8b Fix potential bustage. 2002-01-14 15:05:37 +00:00
dbaron%fas.harvard.edu e6598e05b6 Make sure backgrounds are painted correctly by using the correct background to set up information on the view. b=119462 r=pierre sr=hyatt 2002-01-14 15:00:30 +00:00
dbaron%fas.harvard.edu 917b02670a Reduce 5K of binary code size by representing data as data rather than code. b=109963 r=jag sr=hyatt,brendan 2002-01-14 14:59:48 +00:00
pierre%netscape.com 80235c2988 103594 "Clean up colors prefs code in nsPresShell". Remove PREFS_USE_OVERRIDE, insert the pref sheet at the
beginning of the User level. r=glazman+fantasai/sr-attinasi
2002-01-14 14:47:21 +00:00
locka%iol.ie 8cd05c0745 Build bustage - XP_MAC section contained unamed variable. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 13:44:08 +00:00
jdunn%netscape.com 1d98686aac fix xlC 5.x compiler bustage
r=bbaetz@@student.usyd.edu.au
r=dbaron@fas.harvard.edu (sort of)
# 119304
2002-01-14 13:43:10 +00:00
locka%iol.ie 8bad2a319e Removed an unused variable. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 13:38:21 +00:00
locka%iol.ie b1c794a2cb Updated documentation slightly to reflect reality. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 13:32:31 +00:00
pierre%netscape.com d72aeca554 60325 "<hr> line-height problem caused by large font size". Set the HR font-size to -moz-initial r=glazman/sr=attinasi 2002-01-14 13:27:02 +00:00
pierre%netscape.com b69d2055a6 89503 "font-size:0 ignored". When the font size is 0, set the x-height, ascent and descent to 0 in the TextReflowData. r=rbs/sr=attinasi 2002-01-14 13:21:55 +00:00
glazman%netscape.com ef03da922b rename/remove obsolete elements/attrs from Composer xul; b=119164, r=peterv, sr=blake 2002-01-14 12:41:39 +00:00
locka%iol.ie 96f95d8b41 New parameters for nsIWebBrowserPersist saveURI & saveDocument. Caller may now specify target file as a uri or a file saveDocument has new flags for controlling encoding and line wrapping behaviour. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 12:41:27 +00:00
bryner%netscape.com 26359a70be Hook up toolbarbuttons and grippers. Tweak borders and minimum sizes on scrollbars. Not part of the build. 2002-01-14 10:37:43 +00:00
rbs%maths.uq.edu.au cef48900e6 Add two default declarations to support display=block|inline introduced in MathML 2.0 2002-01-14 08:59:01 +00:00
mcafee%netscape.com 89f22f938c Make each subplot a link to a larger version of itself, so you can click for more detail 2002-01-14 08:22:59 +00:00
seawood%netscape.com 2ae99b0ab6 Replace NTO with MOZ_WIDGET_PHOTON as necessary.
Thanks to Brian Edmond <briane@qnx.com> for the patch.
Bug #119275 r=cls
2002-01-14 08:22:35 +00:00
bryner%netscape.com 4580d4de9b Hook up onchange events for listboxes. Not turned on yet. 2002-01-14 08:03:22 +00:00
bryner%netscape.com cfc984cc6c Bug 119743 - autocomplete doesn't work in gcc 2.96 -O2 builds. r=hixie, sr=brendan. 2002-01-14 06:45:21 +00:00
bzbarsky%mit.edu a0f0a5b2cc Fix bug 84121, problem with XUL menu sizing/positioning. Patch by
Michael Kaply <mkaply@us.ibm.com>, r=dean_tessman@hotmail.com,
r=piskozub@iopan.gda.pl, sr=hyatt
2002-01-14 05:45:53 +00:00
bryner%netscape.com 0aacd3c809 Bug 119837 - add a parameter to nsITheme::GetMinimumWidgetSize to specify if CSS is allowed to override the min size. r=bzbarsky, sr=hyatt. 2002-01-14 05:40:37 +00:00
blakeross%telocity.com fe74df5263 86979 - launch file after donwloading does not honor OS file associations. r=ben sr=hewitt 2002-01-14 05:24:49 +00:00
rogerl%netscape.com 3428c08879 Plethora of fixes. 2002-01-14 03:49:38 +00:00