mkaply%us.ibm.com
394bb64df0
#219573
...
r=peterv, sr=bzbarsky
Fix from Josh Aas - remove unused variables in nsSelection.cpp
git-svn-id: svn://10.0.0.236/trunk@147030 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 18:58:14 +00:00
scott%scott-macgregor.org
42bfc05371
Bug #219591 --> Don't bring in button.css from classic\themes. This brings in a bunch of old style rules for toolbar buttons which don't apply anymore including a style that forces a 47 pixel width on toolbar buttons.
...
Add style rules to add 2pixels of padding to small toolbar icons.
git-svn-id: svn://10.0.0.236/trunk@147029 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 18:31:20 +00:00
mkaply%us.ibm.com
b4e5963612
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
git-svn-id: svn://10.0.0.236/trunk@147028 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 17:24:54 +00:00
cls%seawood.org
5bef9a23ea
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@147027 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 17:22:33 +00:00
igor%mir2.org
163eedc562
Use special subclasses of Node to represent various jumps and control structures to avoid allocating of property objects for frequently occurring parse tree nodes.
...
git-svn-id: svn://10.0.0.236/trunk@147026 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 16:20:32 +00:00
bienvenu%nventure.com
8dc33b099b
create local mail directory for pop3 server if it doesn't exist, r/sr=mscott 219580
...
git-svn-id: svn://10.0.0.236/trunk@147025 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 16:19:34 +00:00
timeless%mozdev.org
0525487b9c
Bug 191408 Change security policy check in nsWindowWatcher::OpenWindowJS so that xpcshell can use the prompt service
...
patch by danm r=timeless sr=jst
git-svn-id: svn://10.0.0.236/trunk@147024 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 14:32:06 +00:00
kiko%async.com.br
f447aa7df0
Patch for bug 129315: incorrect column definition for bugs.delta_ts;
...
adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko
a=justdave
git-svn-id: svn://10.0.0.236/trunk@147023 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 12:17:15 +00:00
imajes%php.net
c60e618d1b
updating
...
git-svn-id: svn://10.0.0.236/trunk@147021 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 04:31:38 +00:00
imajes%php.net
91adba5f11
slight loginfo tidy.
...
git-svn-id: svn://10.0.0.236/trunk@147020 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 04:24:26 +00:00
imajes%php.net
9738bb55f3
touching this file to test my CVSROOT tweaks, will backout shortly.
...
git-svn-id: svn://10.0.0.236/trunk@147019 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 04:13:09 +00:00
imajes%php.net
08dc3c6aaa
adding a line to send mail to mecha too
...
git-svn-id: svn://10.0.0.236/trunk@147018 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 03:58:13 +00:00
timeless%mozdev.org
60ad216299
Bug 218754 Don't double init nsPrefLocalizedString::mUnicodeString
...
r=bsmedberg sr=alecf
git-svn-id: svn://10.0.0.236/trunk@147017 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 02:57:13 +00:00
wtc%netscape.com
c5ab769ff9
Removed all obsolete <OS>.mk files, which have been replaced by the
...
configure script.
git-svn-id: svn://10.0.0.236/trunk@147015 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 02:16:20 +00:00
wtc%netscape.com
af60eacd93
Bugzilla bug 208973: removed obsolete Mac classic CFM build files.
...
git-svn-id: svn://10.0.0.236/trunk@147014 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 02:03:57 +00:00
jpierre%netscape.com
0561999feb
Fix for 215214 - make certutil show all instances of certs . r=wtc
...
git-svn-id: svn://10.0.0.236/trunk@147013 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 02:00:32 +00:00
wtc%netscape.com
cc116b679f
The isOnList function is now unused.
...
git-svn-id: svn://10.0.0.236/trunk@147010 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 01:28:52 +00:00
wtc%netscape.com
5a63ead344
Bugzilla bug 219487: fixed build failure on OpenVMS. struct addrinfo is
...
defined in <netdb.h>. We use AI_CANONNAME, a macro to be used with struct
addrinfo, to detect that.
git-svn-id: svn://10.0.0.236/trunk@147009 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 00:48:43 +00:00
jpierre%netscape.com
b3364b5298
Fix for bug 215186 - add missing options to PK11_ListCerts . r=wtc
...
git-svn-id: svn://10.0.0.236/trunk@147007 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 00:22:18 +00:00
dbaron%dbaron.org
9f1fc98a39
Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@147006 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 23:46:45 +00:00
justdave%syndicomm.com
1e6ee2acfa
Bug 219216: Javascript improperly using FILTER html instead of FILTER js causing data with @ produced by javascript to show up as @
...
r=timeless, a=justdave
git-svn-id: svn://10.0.0.236/trunk@147005 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 22:13:06 +00:00
bienvenu%nventure.com
af215f7adb
change wording in pop3 password prompts to avoid confusing prompts when user name contains @, patch by ch.ey@gmx.net, r/sr=bienvenu 212937
...
git-svn-id: svn://10.0.0.236/trunk@147004 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 21:16:44 +00:00
bienvenu%nventure.com
484de384d5
add support for POP3 CAPA command, patch by ch.ey@gmx.net, r/sr=bienvenu 219282
...
git-svn-id: svn://10.0.0.236/trunk@147003 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 21:12:34 +00:00
wtc%netscape.com
ca8a6d2045
Bugzilla bug 219061: fixed build failure on OSF1. struct addrinfo is
...
defined in <netdb.h> on recent Tru64 Unix releases. We use AI_CANONNAME,
a macro to be used with struct addrinfo, to detect that.
git-svn-id: svn://10.0.0.236/trunk@147002 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 20:26:20 +00:00
wtc%netscape.com
aba8c23c27
Bugzilla bug 218967: do not initialize unsigned chars with character
...
constants '\ddd' where ddd is an octal number larger than 127 (decimal).
Such character constants have negative integer values if 'char' is signed.
Thanks to timeless@bemail.org for the bug report and a suggested fix.
git-svn-id: svn://10.0.0.236/trunk@147000 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 20:14:25 +00:00
ere%atp.fi
653c9929c8
Bug 36492: Implementation of separate recipient and sender columns in thread pane
...
r=Neil
sr=Bienvenu
git-svn-id: svn://10.0.0.236/trunk@146999 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 19:52:23 +00:00
peter%propagandism.org
3ac68f6e91
Add blank line at end of file.
...
git-svn-id: svn://10.0.0.236/trunk@146998 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 19:19:53 +00:00
despotdaemon%netscape.com
7769a5924a
Pseudo-automatic update of changes made by myk@mozilla.org.
...
git-svn-id: svn://10.0.0.236/trunk@146996 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:47:17 +00:00
scott%scott-macgregor.org
63df000d08
Bug #219488 --> revert back to the original behavior for POP which is to NOT leave mail on server by default.
...
We only did this originally back when thunderbird was an experiment and folks just wanted to try it out.
Now that we are a more mature application, it is time to go back to the expected behavior.
git-svn-id: svn://10.0.0.236/trunk@146995 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:09:48 +00:00
bsmedberg%covad.net
fb2823febf
bug 219355 (regression from bug 179834) - XML parsing errors (entity not found) - r=heikki sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@146994 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:09:25 +00:00
scott%scott-macgregor.org
928382a5cb
Bug #193317 --> 100% CPU viewing news w/ a background image. Fix this by not implementing SetOriginalURI. This was
...
confusing image lib which reloads the image if the current url on the channel does not match the original URI on the channel.
IMAP does not implement this method either.
r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@146993 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:01:50 +00:00
locka%iol.ie
d07bc3aee5
Set check value in ConfirmCheck even if cancel is pressed. b=218021 r=adamlock sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@146992 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 17:51:33 +00:00
bsmedberg%covad.net
c6aa8a9739
Bug 219389 - ViewSource highlighting broken (from bug 179834) r=pike sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@146991 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 17:28:47 +00:00
scott%scott-macgregor.org
3d1545ad16
Bug #219465 --> Need id= for View|Message Body As Menu to allow for customization
...
Patch by Kevin Teuscher
git-svn-id: svn://10.0.0.236/trunk@146990 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 16:04:01 +00:00
mkaply%us.ibm.com
7a5b6ed98e
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
git-svn-id: svn://10.0.0.236/trunk@146989 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 16:00:48 +00:00
timeless%mozdev.org
15b21913fd
fixing typo in LOG statement
...
rs=darin
git-svn-id: svn://10.0.0.236/trunk@146988 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 15:11:47 +00:00
igor%mir2.org
f560586f15
Mark parse subtree for finally statement with Token.FINALLY instead of using special property to mark USETEMP node.
...
git-svn-id: svn://10.0.0.236/trunk@146987 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 13:43:12 +00:00
cbiesinger%web.de
fdc85e5866
Bug 33282
...
enable external scheme handlers (like aim: and telnet:) in Linux
This allows setting external protocol handlers via a preference setting:
network.protocol-handler.app.<scheme>
This is supposed to be a string value.
Mozilla will first try to interpret this as an absolute path, then as a filename
relative to $MOZILLA_FIVE_HOME, then as a file in $PATH.
If an application is found in one of these places, it will be called and passed
the complete url as first (and only) argument.
r=jesup/bz sr=bz/darin
git-svn-id: svn://10.0.0.236/trunk@146986 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 12:47:56 +00:00
cbiesinger%web.de
9076f9517e
Bug 218820
...
remove useless nsIExternalHelperAppService::canHandleContent
mozilla never calls this function; and it always returns PR_FALSE
r=bz sr=darin
git-svn-id: svn://10.0.0.236/trunk@146985 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 12:31:39 +00:00
noririty%jcom.home.ne.jp
9e9c2616a2
temporary MAC-theme patch before landing Pinstripe. includes b=206462
...
git-svn-id: svn://10.0.0.236/trunk@146984 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 08:42:57 +00:00
neil%parkwaycc.co.uk
ef7f981710
Bug 21432 Composer needs Page Setup menuitem r=brade sr=rbs
...
git-svn-id: svn://10.0.0.236/trunk@146983 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 08:41:15 +00:00
ben%bengoodger.com
79e9dc998e
Seamonkey downloading UI changes necessitated by b214985. r=bz, sr=brendan.
...
git-svn-id: svn://10.0.0.236/trunk@146982 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 07:56:38 +00:00
scott%scott-macgregor.org
634161b355
Bug #126071 --> "Subject" moves when collapsing header in classic
...
Patch by mbr
git-svn-id: svn://10.0.0.236/trunk@146981 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 06:54:09 +00:00
dbaron%dbaron.org
77d7617a86
Correct spelling mistakes (mainly by correcting class name to refer to JIS X 4051). b=215963 r=jshin sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@146979 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 03:08:18 +00:00
timeless%mozdev.org
ce22739295
Bug 219328 search.gif's dimensions in nav_help.html are specified wrong.
...
patch by bugzilla@accessibleinter.net r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@146978 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 00:05:10 +00:00
despotdaemon%netscape.com
313d728c99
Pseudo-automatic update of changes made by dbaron@dbaron.org.
...
git-svn-id: svn://10.0.0.236/trunk@146977 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:54:42 +00:00
cltbld%netscape.com
3b69beb900
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@146976 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:44:27 +00:00
dbaron%dbaron.org
e4c720c5a8
Use incremental linking again on Windows, for DLLs. b=216335 rs=cls
...
git-svn-id: svn://10.0.0.236/trunk@146974 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:36:02 +00:00
dbaron%dbaron.org
c997dd0ad0
Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@146973 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:09:18 +00:00
dbaron%dbaron.org
2fddba807f
Fix additional regression from bug 86947. b=216736 r+sr=roc
...
git-svn-id: svn://10.0.0.236/trunk@146972 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:05:47 +00:00