100943 Commits

Author SHA1 Message Date
brade%netscape.com
e700aee03c fix editPage to use new JS impl of CheckOpenWindowForURIMatch which compares URIs (bug 104908, r=cmanske, sr=hewitt, a=asa, adt=jaime) 2002-04-06 00:45:54 +00:00
blakeross%telocity.com
faef117a38 kill browser-2.js 2002-04-06 00:36:35 +00:00
blakeross%telocity.com
1d583b20aa remove navigator.css 2002-04-06 00:34:06 +00:00
blakeross%telocity.com
0aa8bca625 hide statusbar in print preview mode, remove navigator.css 2002-04-06 00:33:44 +00:00
mcafee%netscape.com
aa84345234 Switch to cp command to copy allmakefiles.stub to fix windows. Add nspr, config, xpidl prelude build steps. r=blythe 2002-04-06 00:27:40 +00:00
curt%netscape.com
6f0eb7800d This is the real mccoy.
(Bug #72037, r=images, sr=dveditz, a=asa)
2002-04-06 00:19:42 +00:00
nhotta%netscape.com
69a973b2a6 Use the correct attribute for transliteration. 'transliterate' is an attribute of nsIEntityConverter,
need to use 'attr_EntityAfterCharsetConv', 'attr_EntityNone' skips transliteration at all,
bug 135538, r=ducarroz, sr=sspitzer, a=asa, adt.
2002-04-06 00:19:39 +00:00
shanjian%netscape.com
a1205342f2 #134733 some 8-bit character does not render correctly with raster font
clear some code points (mostly from 128 to 160) when generating raster
font cmap. Since most of the raster font does not contains those glyphs.
r=rbs, sr=attinasi, a=asa, adt
2002-04-06 00:11:21 +00:00
law%netscape.com
91098294ea Bug 59078; Remove dde subkey under file types and protocols we take over so apps don't try to use DDE to talk to us; r=sgehani, sr=blake, a=asa 2002-04-06 00:07:54 +00:00
cavin%netscape.com
2fc049c61a Fix for 134274. Reset incoming server pointer in nsMsgFolder::Shutdown() and invoking it from nsMsgDBFolder::Shutdown(). r=ducarroz, sr=bienvenu, a=asa. 2002-04-05 23:58:22 +00:00
kaie%netscape.com
7fd707bfe0 b=135161 Review S/Mime UI text
r=cotter sr=alecf a=asa
2002-04-05 23:52:35 +00:00
naving%netscape.com
8d7723d92d 122361 r=bienvenu sr=sspitzer a=asa. Share the output file stream created for downloading pop3 messages with
the db, so that we don't have two streams writing to Inbox - in case the user reads/deletes mail while downloading.
2002-04-05 23:52:28 +00:00
aaronl%netscape.com
04b6d367fd Bug 124234. Active Accessibility: doDefaultAction not working on html buttons. r=jkeiser, sr=jst, a=asa 2002-04-05 23:49:42 +00:00
bryner%netscape.com
0108846dbf Fixing crash dismissing dialogs on linux (bug 134070). r=dougt, sr=darin, a=asa & adt. 2002-04-05 23:42:35 +00:00
shrutiv%netscape.com
4a142a2681 Fix for bug 4744: Ability to customize localized browser (r=smeredith) 2002-04-05 22:55:03 +00:00
blakeross%telocity.com
c422529b1a readd system panel on windows. 2002-04-05 22:54:13 +00:00
blakeross%telocity.com
6302300d95 removing a now unnecessary "when mozilla starts, open..." pref. 2002-04-05 22:49:26 +00:00
shrutiv%netscape.com
14be038ca4 Fix for bug 4744: Ability to customize localized browser (r=smeredith) 2002-04-05 22:48:14 +00:00
blakeross%telocity.com
eef72a01d6 updates for prefwindow. 2002-04-05 22:45:00 +00:00
blakeross%telocity.com
d0ac1b4621 adding pref dialog, overriding necessary files. 2002-04-05 22:43:43 +00:00
gerv%gerv.net
5d41c58349 Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2xr=gerv. This one line has caused me so much grief... 2002-04-05 22:42:26 +00:00
ian%hixie.ch
f94e20287e Adding Template Toolkit support. See http://www.template-toolkit.org/ for documentation on the template toolkit format. 2002-04-05 22:39:59 +00:00
gerv%gerv.net
84cb42fde8 Bug 135473 - Using back button after failure on attachment.cgi does not disable radio buttons when patch checkbox is checked. Patch by ddk <ddkilzer@theracingworld.com>, 2xr=gerv. 2002-04-05 22:38:19 +00:00
ian%hixie.ch
70f92fe612 Add getArgumentsBranch() virtual method declaration (for completeness). 2002-04-05 22:13:52 +00:00
shrutiv%netscape.com
66e053e7a4 Fix for bug 4744: Ability to customize localized browser (r=smeredith) 2002-04-05 22:03:19 +00:00
blakeross%telocity.com
f9d06f5ed4 minor polish. 2002-04-05 22:02:43 +00:00
blakeross%telocity.com
bd190e4158 don't allow the home button to be dragged (lame), remove apply theme code. 2002-04-05 21:57:58 +00:00
blakeross%telocity.com
4906e64ebc add a little dragover styling for home button (to be fixed up later). 2002-04-05 21:53:31 +00:00
blakeross%telocity.com
84cda8c6bf put the home button on the main toolbar. 2002-04-05 21:49:53 +00:00
shrutiv%netscape.com
fe1f24de4d Fix for bug 4744: Ability to customize localized browser (r=smeredith) 2002-04-05 21:42:58 +00:00
shrutiv%netscape.com
5c27fadd61 Adding files to handle charset conversion (r=smeredith) 2002-04-05 21:31:22 +00:00
blakeross%telocity.com
70d351a2b6 remove view -> apply theme. 2002-04-05 21:13:49 +00:00
gerv%gerv.net
5b3a164a8c Bug 135469 - missing version string (tree's afire). Patch by ddk, 2xr=zach. 2002-04-05 20:53:46 +00:00
ian%hixie.ch
f8012497bf Update: Yet more things that need doing. 2002-04-05 20:25:11 +00:00
timeless%mac.com
c1e6c65c47 Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
updated last callers
r=brade sr=kin
2002-04-05 20:21:16 +00:00
ian%hixie.ch
7c6fe87ed8 Make the File string data source capable of looking for file-based templates in two locations, one specific to the app and one relative to the library. This allows PLIF to ship with default templates for various screens and thus makes it easier to bootstrap a simple app. 2002-04-05 20:17:34 +00:00
ian%hixie.ch
1f3b041aaa Default error reporting page. 2002-04-05 20:15:27 +00:00
ian%hixie.ch
455922b478 Default templates for headers and footers that can be used by other templates. 2002-04-05 20:13:51 +00:00
gerv%gerv.net
774ee1bf1b Bug 126456 - fix our error handling. Change the name of the functions to something more sane; a few enhancements. Patch by gerv, 2xr=myk. 2002-04-05 20:03:09 +00:00
wtc%netscape.com
fa6cabf3a9 Restored the 'static' qualifier that was accidentally deleted in the
previous revision.
2002-04-05 19:38:03 +00:00
mitchf%netscape.com
73def31f30 Fixes bug 11740 and bug 12283 2002-04-05 19:34:39 +00:00
wtc%netscape.com
02c4bae431 Bug 135728: include pki3hack.h for the declaration of
STAN_AddModuleToDefaultTrustDomain, etc. r=mcgreer.
2002-04-05 19:30:38 +00:00
wtc%netscape.com
95f21cf9dd Bug 135728: should return SECFailure because the function's return type
is SECStatus.  r=mcgreer.
2002-04-05 19:25:48 +00:00
shrutiv%netscape.com
94b104145f Fix for bug 105736: Need ability to delete a configuration (r=smeredith) 2002-04-05 19:20:35 +00:00
colinp%oeone.com
558531126a fixed the unifinder listboxes (formerly trees) 2002-04-05 19:19:22 +00:00
ian%hixie.ch
ad1ba85936 Update the parameter list so that the 'type' parameter is explicitly named (although it still isn't used since this expander only supports one type). Also change the semantics of the data hash: no longer replace the data into a one member hash. This is a minor optimisation that eases interaction between expanders but will require changes to all existing templates. 2002-04-05 19:16:14 +00:00
ian%hixie.ch
b52700b1d2 Add a 'type' argument to the string expander interface so that string expanders can support multiple types. Also split getExpandedString so that callers can expand strings separately from getting strings, in case that is ever necessary. 2002-04-05 19:13:14 +00:00
shrutiv%netscape.com
275e8b2cd4 Fix for bug 105736: Need ability to delete a configuration (r=smeredith) 2002-04-05 19:13:07 +00:00
ian%hixie.ch
5230bdd859 Minor typo correction: change 'import New::SMTP' to 'import Net::SMTP' 2002-04-05 19:11:21 +00:00
ian.mcgreer%sun.com
a1eb08fab6 remove unused Stan build files 2002-04-05 19:08:32 +00:00