Compare commits

...

4980 Commits

Author SHA1 Message Date
julien.pierre.bugs%sun.com
9deaa18dbb Unbreak build on AIX. Not sure why this builds on any other platform.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@203548 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-24 20:51:33 +00:00
richard.freedman%sun.com
871470d6c7 Command modification necessary for Windows seems harmless for non-Windows, so
let's make it universal.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@201358 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-30 16:06:57 +00:00
richard.freedman%sun.com
4f3f9c5f91 This checkin creates a new file pkix_errorstrings.h containing the text
of all error messages. A macro definition in pkixt.h defines an error
number for each, and a different definition in pkix_error.c creates
the corresponding text strings. References to error strings throughout
libpkix have been replaced by the error numbers, with corresponding
changes to macros such as PKIX_CHECK and PKIX_ERROR.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@201303 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 22:21:34 +00:00
richard.freedman%sun.com
75d55643fa Remove an erroneous requirement for an argument to be non-NULL.
The user-supplied verify function does not require that the caller
provide an address for a verifyTree.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@201136 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-28 20:50:53 +00:00
richard.freedman%sun.com
f91401b3dc This file was accidentally omitted in previous checkin, to implement
non-blocking I/O in libpkix OCSP checking


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@201030 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-27 20:42:49 +00:00
richard.freedman%sun.com
59c46ed04a Implement nonblocking I/O for libpkix OCSP handler
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@201024 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-27 20:13:32 +00:00
richard.freedman%sun.com
bde9221988 pkix_DefaultRevChecker_Check calling sequence had to be modified, too, to
conform with the changes to revChecker_Check API


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@201000 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-27 15:11:19 +00:00
richard.freedman%sun.com
9e3af63767 Pass in user's procParams to ocspChecker for use in calling buildChain
to validate OCSP signer


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200965 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 22:25:40 +00:00
richard.freedman%sun.com
abe5bd6cf1 Remove some obsolete debugging code which, among other things, referenced
a subroutine which no longer exists (thereby clobbering the build).


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200681 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-23 15:26:09 +00:00
richard.freedman%sun.com
5d59d3442d Add a declaration pf PKIX_PL_Pk11CertStore_Create to the header file, so
that users are not required to include pkix_samples.h


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200604 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 18:04:35 +00:00
richard.freedman%sun.com
7c31c82596 Eliminate unreferenced "checkin" labels and add parentheses in a few
hash calculations, to reduce warning messages from some of the more
discriminating compilers.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200602 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 17:18:34 +00:00
richard.freedman%sun.com
c350994614 Fix a comment that referred to the wrong piece in describing a set of changes
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200589 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 15:42:42 +00:00
richard.freedman%sun.com
7f9582dfc3 Isolate the CERT_VerifyCert call in OCSP processing, and allow the user
to provide an alternate function (via PKIX_OcspChecker_SetVerifyFcn).


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200588 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-22 15:40:11 +00:00
richard.freedman%sun.com
6de4ed8539 Modify OCSP handling to isolate, and replace if a user-supplied alternative
is given, the legacy-code call to CERT_VerifyCert. Preserve Error information
to be available to the user.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200357 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-19 21:57:26 +00:00
richard.freedman%sun.com
e62957c7a0 Fix a leak by deallocating the receive buffer when the httpdefaultclient
is destroyed


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200355 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-19 21:50:45 +00:00
richard.freedman%sun.com
5c1f73d22c Add a descriptive narrative to the function header for
pkix_DefaultChecker_Create


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@200354 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-19 21:48:42 +00:00
richard.freedman%sun.com
4577ddf524 Add verifyNodes to test_buildchain. It calls for an additional argument
to PKIX_Build, so calling sequences in other test_buildchain variants
had to be modified as well (taking a NULL argument, for now).


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@199748 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 20:24:13 +00:00
richard.freedman%sun.com
760efc6195 Convert logging to use PKIX_ERRORNUM, PKIX_ERRORNAMES
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@199746 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 20:07:10 +00:00
richard.freedman%sun.com
6a976c334a Add tests for new type VerifyNode, used in logging
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198580 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-29 17:42:35 +00:00
richard.freedman%sun.com
d206948d8f ../../../../checkinmsg
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198489 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 21:37:08 +00:00
richard.freedman%sun.com
b0d332335d Provide logging functionality to PKIX_ValidateChain and its variants.
Define a new object type PKIX_VerifyNode, and build a tree of
VerifyNodes (optionally) during chain validation. Add this logging
capability to all existing pkix tests that use ValidateChain.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198487 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 20:43:09 +00:00
richard.freedman%sun.com
2e50cc10f5 checkinmsg
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198486 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 20:24:29 +00:00
richard.freedman%sun.com
f287e6e00b checkinmsg
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198481 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 19:51:51 +00:00
richard.freedman%sun.com
6ff4d5299e Reduce the opportunity for human error by defining type numbers automatically,
via a macro, the same way that error numbers are defined.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198476 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-26 18:53:20 +00:00
richard.freedman%sun.com
0f21607311 Eliminate redundant initialization of pkixTempErrorReceived in PKIX_STD_VARS
macro.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198268 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-23 16:51:30 +00:00
richard.freedman%sun.com
6e45f035e5 Eliminate function that returned address of PKIX_ERRORNAMES.
Instead declare it as DATA to make it work in WIN32.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198028 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 19:48:23 +00:00
richard.freedman%sun.com
41828a32a7 Declare PKIX_ERRORNAMES external in a manner that works on WIN32 also
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198026 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 19:41:20 +00:00
richard.freedman%sun.com
0cb41d14fa Replace function that exports array address with appropriate declarations
that do the same, even on Windows platforms.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198020 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 18:39:15 +00:00
richard.freedman%sun.com
7fbf7ac11f Keep PKIX_Error_GetErrorString in all versions, not just for WIN32. Other
versions complain of undefined symbol because of its presence in nss.def.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@198004 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-19 15:21:39 +00:00
richard.freedman%sun.com
6f2f019571 Provide WIN32 function to return the address of PKIX_ERRORNAMES array,
since we are unable to reference it directly from the test directory.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@197961 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-18 21:46:34 +00:00
richard.freedman%sun.com
042eecb19a Extra tab somehow got in after an end-of-line backslash. Removed it.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@197943 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-18 19:36:56 +00:00
richard.freedman%sun.com
eb0f612949 Use PKIXERRORNUM, rather thana String, to indicate module to be logged (in
Logger calls). Thus typos will be caught at compile time rather than during
execution.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@197937 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-18 19:10:14 +00:00
richard.freedman%sun.com
0120670b74 Add building of ocspchecker test
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@197936 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-18 19:07:20 +00:00
richard.freedman%sun.com
8df38480b1 Add new ocsp and httpcertstore tests to the scripts that compile
the tests.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@197934 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-18 18:53:20 +00:00
richard.freedman%sun.com
aa1925c4e4 Use a macro to replace separate lists of errors in pkixt.h, pkix_error.c, and
pkix_logger.c, to avoid the hazards of depending on synchronization by
human effort. This macro is invoked to define error numbers in pkixt.h,
and is redefined in pkix_error.c to initialize a corresponding array of
strings. Pkix_logger.c now uses the same array, rather than its own
slightly different one.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@197866 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-17 17:02:52 +00:00
richard.freedman%sun.com
2871474425 Eliminate declaration of unreferenced variable
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196535 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-15 17:11:08 +00:00
richard.freedman%sun.com
e54e544ff7 Define length of sec_PKCS7ContentInfoTemplate in forward declaration
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196425 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 22:36:03 +00:00
richard.freedman%sun.com
de616c4641 Restore global status to function pkix_RevCheckCert erroneously declared static
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196414 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 20:45:58 +00:00
richard.freedman%sun.com
bd1bc670c7 Add "static" to forward declaration of template so that later
initialization of template does not get compiler upset.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196405 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 19:41:09 +00:00
richard.freedman%sun.com
ffaa234883 Add extra braces around each of the two components of pkix_Alloc_Error_Data
to eliminate compiler warnings


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196404 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 19:37:51 +00:00
richard.freedman%sun.com
334cf8ed48 Eliminate unreferenced labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196403 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 19:32:30 +00:00
richard.freedman%sun.com
befc90def6 Eliminate declaration of unused variables or labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196402 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 19:26:54 +00:00
richard.freedman%sun.com
3204711503 Eliminate declaration of unused variables
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196401 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 19:24:01 +00:00
richard.freedman%sun.com
e9b3e2a42d Eliminate declarations of unused variables
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196400 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 19:20:36 +00:00
richard.freedman%sun.com
adb0b454a0 Eliminate declaration of unused variable
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196399 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-12 19:01:14 +00:00
richard.freedman%sun.com
0dd2f5138c Remove extraneous (and nonportable) absolute path designation from a
"copy cert" command. Add a test (if PDVAL is defined) for buildchai
using HTTP AIAs.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196343 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-11 21:04:26 +00:00
richard.freedman%sun.com
808d71ba8c Replace \n in output with outputting a blank line before or after the string
which had contained the \n. Echo doesn't handle \n right on all systems.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196330 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-11 19:28:14 +00:00
richard.freedman%sun.com
b8afad2191 Include decoding of signedData messages returned by Http servers.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196273 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-10 20:44:45 +00:00
richard.freedman%sun.com
92cc685d84 Comment out reference to CERT_DecodeCertPackage until library issue is resolved
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196227 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-09 15:35:51 +00:00
richard.freedman%sun.com
7d938d7e1d Reflect the change of name of PKIX_PL_LdapCertStore_AbandonRequest to
PKIX_PL_LdapDefaultClient_AbandonRequest


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196159 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-08 15:01:16 +00:00
richard.freedman%sun.com
60de4a3e75 Addition of httpcertstore (and http retrieval of AIA information)
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196052 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-05 21:38:45 +00:00
richard.freedman%sun.com
da1c3ae851 Add new certs for OCSP testing; they contain extensions that certutil is not
yet able to create.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@196050 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-05 21:25:08 +00:00
richard.freedman%sun.com
d3245f6815 Prepare for addition of tests whose execution depends on whether OCSP is
defined in the environment. Also change a few more \n's to new lines,
because not all shells handled them properly in Display lines


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@195302 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 21:56:50 +00:00
richard.freedman%sun.com
8f98179174 Add one additional argument to the NULLCHECK list in Socket_CreateByNameAndPort
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@195301 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 21:47:53 +00:00
richard.freedman%sun.com
88bf242fa0 Rename LDAPCertStore_DecodeCert, Crl functions to ASN1CertStore_Decode...
to reflect their use in any ASN1-using certStore, such as the HttpCertStore


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@195300 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 21:42:31 +00:00
richard.freedman%sun.com
4424125dd5 Catch and re-throw a certStore error, to make it easier to figure out error
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@195299 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 21:34:59 +00:00
richard.freedman%sun.com
2b6f0a9f1d Eliminate an extra semicolon at the end of a line
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@195296 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 21:20:39 +00:00
richard.freedman%sun.com
870a8d5b60 Separate platform paths from relative paths on command lines for libpkix tests,
to eliminate lines too long in html test output.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@194527 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-17 20:26:09 +00:00
richard.freedman%sun.com
62ef7dedef Eliminate unused command-line argument, both in obtaining the value in main
and invoking the program in runPLTests.sh


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@194518 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-17 18:14:23 +00:00
richard.freedman%sun.com
713381ac4f If directories are not created because NIST_FILES_DIR is not defined,
skip the attempt to copy crls into those directories.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@194414 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-14 16:30:13 +00:00
richard.freedman%sun.com
0d048ba364 Eliminate unused variables. Initialize an enum to first value of enumeration,
rather than to NULL. Change tabs to spaces.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@194223 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-12 16:24:38 +00:00
richard.freedman%sun.com
a70ca80191 Eliminate ${curdir} from command lines, to reduce the length
of html output. Let the commands use relative paths.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@194159 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-11 18:54:36 +00:00
richard.freedman%sun.com
fcc076afc7 Send http headers and request in the same buffer, rather than as
two separate writes.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@194051 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-10 22:01:04 +00:00
richard.freedman%sun.com
838035b20b There were *two* instances of sprintf needing to be replaced with
PR_snprintf, not just one.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193841 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-07 21:34:23 +00:00
richard.freedman%sun.com
16f10c4455 Replace sprintf call with safer PR_snprintf
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193816 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-07 16:04:29 +00:00
richard.freedman%sun.com
81f7f30ee5 Update logger callback function to use PR_snprintf (and give it a bigger
buffer) rather than sprintf, which overflowed for a long message.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193750 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 22:18:29 +00:00
richard.freedman%sun.com
37e35ee355 Run tests with and without socketTracing and logging
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193733 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 20:18:50 +00:00
richard.freedman%sun.com
fda21575ab Once again include all output in log
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193731 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 20:14:51 +00:00
richard.freedman%sun.com
3d3eb884e0 Reduce the number of logging calls, to keep output reasonable.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193730 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 20:13:34 +00:00
richard.freedman%sun.com
426487ad4b Don't return results until the complete exchange (include responseStatus)
is completed.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193729 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 20:12:24 +00:00
richard.freedman%sun.com
087c2def5f Debugging code referred to wrong string
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193534 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 18:49:11 +00:00
richard.freedman%sun.com
7787046641 Failure occurs if SOCKETTRACE and LOGGING are both off, but not if either
one is on. It clearly is a timing issue, probably dealing with the CONNECT.
Logging has been throttled way back. This may provide further clues.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193228 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 23:29:02 +00:00
richard.freedman%sun.com
f396bb7cfd Run more tests with logging and tracing, until reason for failures is found.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193217 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 22:05:45 +00:00
richard.freedman%sun.com
610a102760 Some shell variables were not enclosed in braces. This may have been the
cause of some incorrect calculations.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193216 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 22:04:34 +00:00
richard.freedman%sun.com
47e5524d0e Use a shortened form of output for the HTML lines. With tracing on, use
shortened output in output log as well, for non-error lines.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193215 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 22:03:17 +00:00
richard.freedman%sun.com
998bcb2629 Use an extra line to echo a blank line; echo does not interpret backslash-n
properly on all platforms. Some shell variables were not enclosed in braces.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193214 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 22:01:07 +00:00
richard.freedman%sun.com
1502db5a20 Use an extra line to echo a blank line; echo does not interpret backslash-n
properly on all platforms.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193213 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 21:59:37 +00:00
richard.freedman%sun.com
f888317086 Message ID length was double-counted, in advancing to end of bytes processed.
Count properly, to be able to handle remainder of buffer after first message. (Problem
occurred on x86 platforms, where endian issues confused message ID length.)


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193138 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 17:40:05 +00:00
richard.freedman%sun.com
f39949b4a0 Socket tracing should not be compiled into the OPT build, unless explicitly called for
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193137 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 17:36:30 +00:00
richard.freedman%sun.com
0195a11840 Fix calculations; output more detail information for pkix tests
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193085 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-27 23:46:52 +00:00
richard.freedman%sun.com
dc63276999 Add LdapDefaultClient to loggers
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@193060 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-27 19:39:26 +00:00
richard.freedman%sun.com
9d2bf66ca7 Elevate CertStore logging to trace level (from error level) to figure out what's going on
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192947 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-24 21:16:05 +00:00
richard.freedman%sun.com
b967209e2d Include detailed pkix test results in html output
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192934 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-24 19:44:20 +00:00
richard.freedman%sun.com
7146c6b52d Fix error in testing prior output for error value
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192884 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-23 23:44:20 +00:00
richard.freedman%sun.com
d7bdb660c9 Add subtest breakdown to html output
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192883 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-23 23:35:38 +00:00
richard.freedman%sun.com
f60574f691 Enable CertChainChecker logging, reduce Validate logging from trace level to error level
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192871 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-23 21:58:56 +00:00
richard.freedman%sun.com
0731e6fa64 Improve handling of disabling, enabling, during changes to lists. Make sure
enabling DEBUG-level errors also prints more serious errors.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192870 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-23 21:42:43 +00:00
richard.freedman%sun.com
2e5d52d34a In PKIX_CheckCert, catch and re-throw errors to make sure they get logged.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192787 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-22 17:29:35 +00:00
richard.freedman%sun.com
1e6e573ef5 Removed too much processing -- errors were going unrecognized. Error recognition
was restored.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192780 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-22 15:55:05 +00:00
richard.freedman%sun.com
a09965d583 Output more libpkix output to log file. Enable socket tracing for the tests
that have been failing.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192733 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-21 22:05:39 +00:00
richard.freedman%sun.com
55c5565bd2 Enable socket tracing (subject to environment variable SOCKETTRACE
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192724 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-21 20:50:14 +00:00
richard.freedman%sun.com
0bedc8b00c Make a subroutine to handle establishing a logger. Add more loggers.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192704 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-21 17:17:28 +00:00
richard.freedman%sun.com
0d7d12fbfb Add instrumentation for additional sources of error.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192637 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-20 17:25:54 +00:00
richard.freedman%sun.com
e09e794e04 Use logging to better instrument failure of tests
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192546 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 17:36:24 +00:00
richard.freedman%sun.com
4bac532eea Enable logging to diagnose failures in test_validatechain_NB
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192503 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-16 22:48:19 +00:00
richard.freedman%sun.com
fbbf7445b2 Add omitted states to Destroy function, to prevent errors during error
cleanup


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192446 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 21:09:57 +00:00
richard.freedman%sun.com
32bc137aec Fix bug 330354 - Return "no certs found" if unable to properly encode
a request


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192431 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 18:43:15 +00:00
richard.freedman%sun.com
4e5bdc39b2 Remove an unused argument from the calling sequence for
pkix_pl_LdapCertstore_ConvertCertResponses, and add documentation


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192430 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 18:39:01 +00:00
richard.freedman%sun.com
c449390971 Fix a misspelling and improve the language in a description of using
certStoreContext


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192428 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 18:29:20 +00:00
richard.freedman%sun.com
b93f9fd4a9 Add debugging information to better track mysterious error
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192419 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 16:39:36 +00:00
richard.freedman%sun.com
c934906f8c Initialize client->socket to NULL so that cleanup after an error does
not try to release an uninitialized pointer.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192370 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 23:00:21 +00:00
richard.freedman%sun.com
9f3d748290 Fix a couple of comments that went beyond eighty characters.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192368 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 22:58:36 +00:00
richard.freedman%sun.com
548848bc1a Add PKIX_OcspChecker_Create foir revocation checking
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192313 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 16:47:25 +00:00
richard.freedman%sun.com
0088d46894 Fixes to OCSP revocation checking
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192312 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 16:45:11 +00:00
richard.freedman%sun.com
c5a6f29769 Fixed a typo in a debug error message string
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192310 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-14 15:58:15 +00:00
richard.freedman%sun.com
33dbc5d9dd Use LdapCertStore_CreateByName to incorporate latest version of hostname handling
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192287 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-13 23:02:01 +00:00
richard.freedman%sun.com
775b6d720e export LDAP definition so test_validatechain_NB can find it
Use "-" for NIST 4.3.7, until LDAPCertStore can handle it without hanging


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192273 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-13 17:44:36 +00:00
richard.freedman%sun.com
8ff2ee5c59 Add definition of LDAP (hostname:portnum) for test_validate_NB
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192181 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-10 22:53:46 +00:00
richard.freedman%sun.com
e23c4c37d6 Test for environment variable LDAP. Complain if it is not set, or if we
are unable to connect to it. If we can connect, then proceed with test.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192068 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-09 17:30:18 +00:00
richard.freedman%sun.com
657949b2b4 Put socket tracing under control of a flag, settable by the debugger or
by an environment variable SOCKETTRACE (as well as the conditional
compilation) so that tracing can be turned on and off more easily during
debugging.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@192005 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-08 21:24:05 +00:00
richard.freedman%sun.com
762310a4a9 Remove do...while wrapper around macro definition. Also remove incorrect
comment and a redundant forward declaration.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191997 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-08 19:58:30 +00:00
richard.freedman%sun.com
a1b29dbc32 Eliminate some memory leaks when LdapResponses are freed
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191945 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-08 00:04:59 +00:00
richard.freedman%sun.com
7ccc132349 Add validatechain_NB test to top/runTests.sh
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191944 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-08 00:03:47 +00:00
richard.freedman%sun.com
95407107a9 Implement nonblocking chain validation
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191943 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-08 00:02:23 +00:00
richard.freedman%sun.com
c94f03849e Rename PKIX_CertStore_CrlContinueFunction for use in nonblocking chain
validation.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191942 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-08 00:01:12 +00:00
richard.freedman%sun.com
535be3cf8a Eliminate obsolete conditional code statements ("#if 1" and "#endif")
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191939 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-07 23:44:36 +00:00
richard.freedman%sun.com
e1eb696d03 Removed obsolete #if 0 code and a leftover #include <stdio.h>
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191902 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-07 18:22:44 +00:00
richard.freedman%sun.com
a894624019 cvs: ----------------------------------------------------------------------
pkix_pl_socket.c:
Return zero for bytesRead and bytesWritten on a WOULDBLOCK return
test_socket.c:
Test for completion with >0 bytes transferred, rather than >= 0
Use stack variables rather than globals for bytesRead, bytesWritten
Replace tabs with spaces


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191443 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 23:16:17 +00:00
alexei.volkov.bugs%sun.com
60f4bb61ac 53229: certutil should not use gets()
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191233 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-25 02:55:08 +00:00
julien.pierre.bugs%sun.com
0b9b5cc038 Fix for assertion in PR_ConnectContinue.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191009 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-23 06:34:33 +00:00
julien.pierre.bugs%sun.com
3cab4e8a2f Prevent infinite loop in error cases for test_socket on the client side.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@191005 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-23 05:30:30 +00:00
richard.freedman%sun.com
bb81109436 Fix a rule violation in the use of a macro: called after cleanup
when, if error, it goes to cleanup.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190713 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 18:20:12 +00:00
richard.freedman%sun.com
5163e15723 Fix a typo in a comment
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190712 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 18:18:45 +00:00
richard.freedman%sun.com
2441d44e79 Fix a memory leak: revCheckers was not being decref'ed.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190711 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-21 18:17:39 +00:00
richard.freedman%sun.com
ef1c4e3526 Eliminate the type BuildParams, which was a wrapper for ProcessingParams
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190613 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 22:51:25 +00:00
richard.freedman%sun.com
09c3aa018b Deleted an accidentally-retained referenced to pkix_certchain.h
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190598 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 19:04:18 +00:00
richard.freedman%sun.com
35c995526c Eliminate CertChain as a separate PKIX object type. It served only as a
wrapper for a PKIX_List.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190587 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 18:40:26 +00:00
richard.freedman%sun.com
087d5d9846 Eliminate CertChain as a separate PKIX object type. It served only as a
wrapper for a PKIX_List.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190585 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-20 18:27:57 +00:00
richard.freedman%sun.com
97261c4ce2 Add test_buildchain_partialchain to pkix/top tests
Add hintCerts (List of Certs) to PKIX_ProcessingParams
Add PKIX_ProcessingParams_[Get,Set]HintCerts to pkix_params.h and nss.def
Use hintCerts, if provided, in chain building


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190548 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-19 19:58:10 +00:00
richard.freedman%sun.com
af23e2cc3e Cosmetic: fix an indentation error
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190547 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-19 19:46:57 +00:00
richard.freedman%sun.com
b16209a3bc Remove the do...while framing around the macro definition of PKIX_TEST_RETURN
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@190303 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-16 21:41:37 +00:00
richard.freedman%sun.com
7ed146f21c Create new object PKIX_PL_HttpDefaultClient
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@189512 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-09 21:04:46 +00:00
richard.freedman%sun.com
d4d1ca5ad9 A fix a typo in an error string
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@189510 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-09 21:02:02 +00:00
richard.freedman%sun.com
893662c22b Add new CreateByHostAndPort function, for use of HttpDefaultClient
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@189499 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-09 19:57:32 +00:00
richard.freedman%sun.com
0a8ac494fe Use CERT_GetDefaultCertDB() for dbhandle and PR_Now() for time in call to
CERT_GetOCSPStatusForCertID


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188851 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 15:42:33 +00:00
richard.freedman%sun.com
e50bc3670f Provide default DBHandle in verifying OCSP Response signature
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188753 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 15:48:04 +00:00
julien.pierre.bugs%sun.com
f40090776d Remove unnecessary comment to fix broken builds on AIX and RHEL3
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188722 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-02 00:39:52 +00:00
richard.freedman%sun.com
62d0360053 Accidental C++ style comment (//) changed to /* ... */
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188669 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-01 16:47:05 +00:00
richard.freedman%sun.com
2700061b71 Fix coding errors in handling http response.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188630 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-01 00:13:12 +00:00
richard.freedman%sun.com
fda21acf09 Eliminate duplicate declaration of SEC_RegisterDefaultHttpClient
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188578 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 17:49:06 +00:00
richard.freedman%sun.com
0b79a9b5cb Make pkix_RevCheckCert public to allow testing of OCSP interface, with temporary
call from PKIX_PL_OcspCheckCert in pkix_pl_cert.c


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188492 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 20:56:15 +00:00
richard.freedman%sun.com
eb30825857 Implement a revocation checker - pkix_ocspchecker.c and subordinate objects
ocsprequest and ocspresponse.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@188461 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 16:53:50 +00:00
richard.freedman%sun.com
1a0f7c1b54 Turn on buffer tracing for sockets, temporarily, to debug problem on LEIA.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187951 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-21 02:48:33 +00:00
richard.freedman%sun.com
530eff5a32 Debug trace flag had accidentally been left ON for initial commit; it's now off
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187709 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-17 15:37:13 +00:00
richard.freedman%sun.com
2db04d7153 Prepare for new HttpClient
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187601 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-13 22:07:35 +00:00
richard.freedman%sun.com
d4c926a71e Fix spcaing mistakes
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187600 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-13 22:05:57 +00:00
richard.freedman%sun.com
82f261838b Implementation of a simple default for Revocation Checking
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187597 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-13 21:42:33 +00:00
richard.freedman%sun.com
6458cf3fbe Modify build process to use Revocation Checkers. Implement a
DefaultRevocationChecker based on the defaultCrl CertChainChecker. Begin
implementation of ocsp checker.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187594 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-13 21:16:22 +00:00
richard.freedman%sun.com
530b19d8f5 Add a comment warning of a limitation to the general use of a function
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187526 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-12 23:48:44 +00:00
richard.freedman%sun.com
8887f6b799 Fix misspellings in comments.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@187242 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-10 19:23:28 +00:00
richard.freedman%sun.com
f90243e8cf Eliminate useless "static" on structure definition.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186961 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-05 00:13:31 +00:00
richard.freedman%sun.com
e1d1254d55 Move pkix_pl_ldapt.h earlier, so that structures are defined before they
are referenced.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186960 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-05 00:09:54 +00:00
richard.freedman%sun.com
738885d131 Eliminate declaration of a few no longer used variables.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186959 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-05 00:03:11 +00:00
richard.freedman%sun.com
184e97ddce Add extra braces around template initialization of single-entry arrays,
to reduce warning messages on some platforms.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186958 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 23:46:55 +00:00
richard.freedman%sun.com
8692e7f463 Eliminate unused variables and obsolete code, to reduce warning messages
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186957 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 23:45:15 +00:00
richard.freedman%sun.com
5d0d1845c2 Add pkix_pl_aiamgr.h so that LdapCertStore can reference declarations of
PKIX_PL_LdapClient functions. They are virtual, so they are declared where used
in aiamgr.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186956 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 23:44:13 +00:00
richard.freedman%sun.com
c9749da881 Eliminate declaring a variable that's no longer used.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186955 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-04 23:34:35 +00:00
richard.freedman%sun.com
b9865a77f8 Moved LDAPClient functions to AIAMgr, moved AIAMgr to module (from pki)
to handle link order problems


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186835 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 21:45:32 +00:00
richard.freedman%sun.com
5562a260e0 Initial checkin for AIA Manager sources
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186831 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:22:00 +00:00
richard.freedman%sun.com
6b4ef7f0a2 Fix spacing errors
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186830 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:21:14 +00:00
richard.freedman%sun.com
3a931994b4 Fix wrong Cert cited in test argument lists for NIST-Test4.4.4
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186829 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:14:45 +00:00
richard.freedman%sun.com
d60155d6d9 Fix spacing errors.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186828 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:14:12 +00:00
richard.freedman%sun.com
2f5e4b96f9 Use NSSCALL macros more widely. Improve handling of locks under error conditions.
Integrate AIA handling.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186827 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:13:34 +00:00
richard.freedman%sun.com
d9dbac8a3f Improve handling of domain name argument for Socket_CreateByName.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186826 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:11:44 +00:00
richard.freedman%sun.com
4827577bae emove unused symbol definitions, add new function pkix_pl_LdapRequest_AttrStringToBit.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186825 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:10:30 +00:00
richard.freedman%sun.com
47ed287042 Handle Boolean instead of Error return from CRLSelector non-match.
Use new functions pkix_CertSelector_Select and pkix_CRLSelector_Select.
Implement new function pkix_pl_LdapCertStore_ConvertCertResponses for AIA integration.
Better handling of arenas for Cert and CRL creation.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186824 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:09:42 +00:00
richard.freedman%sun.com
79316c51cb AIA integration
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186823 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:06:46 +00:00
richard.freedman%sun.com
bcef4e4487 Document non-blocking I/O support, including new PKIX_CertStore_CertContinue and
PKIX_CertStore_CRLContinue functions.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186822 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:05:49 +00:00
richard.freedman%sun.com
e848ee4b63 Increase maximum size of output string for CERT2Ascii
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186821 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:04:37 +00:00
richard.freedman%sun.com
f1bd7dddd6 Use Boolean instead of Error to return selector non-match. This was changed for
Certs a long time ago, for performance reasons, but we never got around to it
for CRLs.  Add new functions pkix_CertSelector_Select and
pkix_CRLSelector_Select.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186820 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:04:08 +00:00
richard.freedman%sun.com
71c733f83a ng blocking I/O. Add conditional to make it easier to turn off
Default to using blocking I/O. Add conditional to make it easier to turn off
revocation checking.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186819 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-02 20:02:22 +00:00
richard.freedman%sun.com
06c5dfa30d Fixed a misspelling and clarified a comment.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186165 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-16 16:40:49 +00:00
richard.freedman%sun.com
09f5753ae3 Using UTCDayToAscii rather thanUTCTimeToAscii, print out just the date and, hopefully,
avoid the test failures caused by time zone


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186117 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-15 18:35:31 +00:00
richard.freedman%sun.com
6fa11ece9e Fix a series of typos in comments
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186001 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-13 18:19:41 +00:00
richard.freedman%sun.com
425e15dbbe Implement (and use, in test_buildchain) new LdapDefaultClient_CreateByName
function, in preparation for getting URI requests from AIA and SIA extensions.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@186000 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-13 18:17:40 +00:00
richard.freedman%sun.com
3148ee38ff Try hostname without qualifiers if GetHostByName fails on fully-qualified
name, in Socket_CreateByName


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185999 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-13 18:13:48 +00:00
richard.freedman%sun.com
a0e47c2051 Yet another attempt to get the TZ setting down to the lowest-level test.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185995 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-13 17:50:49 +00:00
richard.freedman%sun.com
f1782dcae6 Implemented and tested new function pkix_pl_Socket_CreateByName that takes a
domain name rather than an ip address; preparatory for supporting AIAs.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185969 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-12 20:47:05 +00:00
richard.freedman%sun.com
78367c6ce9 Supply "TZ=US/Eastern" at the lowest level before running tests.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185962 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-12 16:03:23 +00:00
richard.freedman%sun.com
462ae552f9 Remove shell commands that did not help with TZ problem. Supply
TZ on command line for runPLTests in PKI directory.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185933 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-11 21:54:33 +00:00
richard.freedman%sun.com
9536c18482 Echoing of TimeZone seems to be needed for debugging time discrepancies
in test output.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185806 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-08 16:50:15 +00:00
richard.freedman%sun.com
d39d08b925 Add missing crls to test directory
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185766 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 16:51:00 +00:00
richard.freedman%sun.com
632bd31170 Left a debugging line in (with a misspelling, no less!)
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185765 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 16:38:23 +00:00
richard.freedman%sun.com
890596a2ad Use platform-specific workspcaes when copying certs and crls for
libpkix tests.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185738 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-06 18:10:57 +00:00
richard.freedman%sun.com
3798f563d6 Clarify the language in the explanatory output.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185737 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-06 18:07:24 +00:00
richard.freedman%sun.com
bc8db62ad0 Release Object Lock when an error return is received from one of
the Populate store routines.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185736 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-06 18:05:19 +00:00
richard.freedman%sun.com
3b6285df0d New organization of LDAP processing, into LdapCertStore and LdapClient. This
is the default LdapClient.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185535 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-01 19:22:02 +00:00
richard.freedman%sun.com
cb84ec68b9 Define CertContinue, CRLContinue virtual functions for CertStore
Implement LDAPCertStore using an LDAPClient


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185469 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:20:04 +00:00
richard.freedman%sun.com
577b0fb666 Implement LDAPCertStore as using an LDAPClient
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185468 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:18:16 +00:00
richard.freedman%sun.com
029e8bce32 Implement return of NBIOContext to caller
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185467 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:16:22 +00:00
richard.freedman%sun.com
1535db462c Add CertContinue, CRLContinue functions to CertStore interface
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185466 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:15:52 +00:00
richard.freedman%sun.com
94524d0938 Implement wait based on NBIOContext
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185465 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:15:32 +00:00
richard.freedman%sun.com
530530241d Create either colCertStore or LDAPCertStore, as directed by cmd
Implement wait based on NBIOContext


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185464 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:15:10 +00:00
richard.freedman%sun.com
06e71b5cce Define CertContinue, CRLContinue virtual functions for CertStore
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185463 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:14:42 +00:00
richard.freedman%sun.com
73593504b5 Eliminate GetNBIOCallback arg from Checker_Create,
add NBIOContext arg to Checker_Check


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185462 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:14:23 +00:00
richard.freedman%sun.com
aa73b8a94a Eliminate GetNBIOCallback arg from Checker_Create,
add NBIOContext arg to Checker_Check


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185461 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:13:32 +00:00
richard.freedman%sun.com
1dc265ae04 Add nbioContext arg to calling sequence of getCert, getCRL
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185460 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:12:03 +00:00
richard.freedman%sun.com
1d642b98de Add nbioContext arg to calling sequence of PKIX_BuildChain
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185459 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-30 20:11:48 +00:00
hanfei.yu%sun.com
b0885229ae Provide function to get SIA/AIA location type.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@185076 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-21 19:56:47 +00:00
richard.freedman%sun.com
df645dc5d8 Fix erroneous type (was address, should be UInt32) in List_GetItem call
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184915 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-18 16:22:30 +00:00
julien.pierre.bugs%sun.com
63a7fde555 Don't call PKIX_Initialize in NSS_Init if previous operation failed. This was causing the Windows build to fail in shlibsign.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184812 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-17 05:15:03 +00:00
richard.freedman%sun.com
2be0ba1a80 Prepare for retrieval of nssContext by which caller can poll for
completion of WOULDBLOCK I/O.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184795 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 22:53:37 +00:00
richard.freedman%sun.com
c8309e77f5 Prepare checkers for GetNBIOContext calls (to allow user to poll if
waiting for non-blocking I/O)


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184793 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 22:26:29 +00:00
richard.freedman%sun.com
fce2c98e50 Fix erroneous parameter in final PKIX_Shutdown call
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184791 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 22:20:56 +00:00
richard.freedman%sun.com
7f39673d74 Removed unused code intended for userChecker tests
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184789 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 22:16:23 +00:00
richard.freedman%sun.com
2c034e9cbe Added "-arenas" capability to this overlooked test
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184788 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 22:13:28 +00:00
richard.freedman%sun.com
5bf41c6295 Fixed a misspelling noticed during casual perusal.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184785 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 22:03:26 +00:00
hanfei.yu%sun.com
b9e72ba84c Need to initialize state->anchorIndex to 0.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184762 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-16 15:34:02 +00:00
hanfei.yu%sun.com
25f92dd75e Buzilla 315642: Test pathname are changed to be not hard-coded. Taken directory
names from command line and concatenates with the hard-coded filename.
Also make the directory name absolute so reproducing tests is easier.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184643 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-15 16:42:33 +00:00
julien.pierre.bugs%sun.com
b497a48bb8 Remove unnecessary line from manifest.mn in libpkix test programs.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184637 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-15 04:25:28 +00:00
julien.pierre.bugs%sun.com
de55f55efd Remove extra spaces.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184633 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-15 04:00:06 +00:00
julien.pierre.bugs%sun.com
2ab73f7116 Properly fix build problem with static libraries on libpkix branch.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184631 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-15 03:53:54 +00:00
richard.freedman%sun.com
7ecea4d3c1 Add nss3 to libraries since nssinit now calls PKIX_Initialize.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184591 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-14 20:35:37 +00:00
richard.freedman%sun.com
c39fd786cb Change call to PKIX_Initialize; plContext arg must not be NULL!
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184590 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-14 20:15:38 +00:00
richard.freedman%sun.com
ec18adbd7c Modified PKIX_Initialize calling sequence to allow for nss initialization
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184587 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-14 19:45:24 +00:00
hanfei.yu%sun.com
f77886d58d Due to interesting SH scope phenomenon, need to move read redirect block outside
the function call. So variable value can be executed in the same shell.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184458 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-11 15:32:48 +00:00
hanfei.yu%sun.com
8b87929c86 Add quotes of SH test string.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184449 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-11 03:16:22 +00:00
hanfei.yu%sun.com
635d0b279b add quotes to SH test evaluation of string.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184448 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-11 03:15:20 +00:00
julien.pierre.bugs%sun.com
2bcca86f06 Fix AIX compilation.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184432 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 22:30:56 +00:00
richard.freedman%sun.com
02eb022df7 Return NULL for "state" after a successful build.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184414 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 19:18:03 +00:00
hanfei.yu%sun.com
0c87da2c3d Changes to avoid user changing libpkix gloabal variable PK11COnfigDir at user space.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184411 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 18:13:52 +00:00
richard.freedman%sun.com
2027cbab91 Fixed a misspelling in a comment: "RUNNING tests in samples_apps"
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184405 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 17:33:03 +00:00
richard.freedman%sun.com
7733a1fd1b Accommodate new buildchain interface which allows for non-blocking I/O.
Allow for command line specification of LDAP server.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184400 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 16:04:24 +00:00
richard.freedman%sun.com
b0ac599b3d Fix mistakes in resource limit handling, probably introduced by faulty
merging of changes during manual integration.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184398 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 15:50:55 +00:00
richard.freedman%sun.com
79d2829a60 Add server arg (dummy for now) in preparation for using LDAP server in tests
of buildchain_resourcelimits


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184397 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 15:49:01 +00:00
richard.freedman%sun.com
f9a68038b3 Fix a leak in releasing non-arena space; document the need for code to replace
the non-portable sleep call.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184396 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 15:46:58 +00:00
julien.pierre.bugs%sun.com
0a1743ff14 Make LDAPFilterTemplate non-static. Compilers disagree about forward declarations of static objects, so this was the only way to build on all platforms.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184387 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 02:44:29 +00:00
julien.pierre.bugs%sun.com
445ca7499a Fix typo.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184384 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-10 01:04:15 +00:00
hanfei.yu%sun.com
039a028dbc Took out un-needed conditional check.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184362 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-09 20:19:09 +00:00
julien.pierre.bugs%sun.com
32af6ddf6c Comment out sleep() call which broke windows build
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184338 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-09 04:57:42 +00:00
julien.pierre.bugs%sun.com
e8565d42a0 Turn off broken test temporarily.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184336 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-09 02:27:26 +00:00
julien.pierre.bugs%sun.com
6493d5af1a Fix Windows compilation. forward reference can't be static.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184333 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-09 02:01:26 +00:00
richard.freedman%sun.com
a5f3869ac5 New interfaces, mostly in support of non-blocking I/O, and updated ldapcertstore
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184323 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-08 22:54:18 +00:00
hanfei.yu%sun.com
b04d8ecfbf Convert test scripts from KSH to SH.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184303 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-08 18:02:11 +00:00
hanfei.yu%sun.com
4698d7255a Changes for using testutil share memory.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184300 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-08 17:40:36 +00:00
julien.pierre.bugs%sun.com
590cd7db96 Checkin forgotten file for PKIX branch to use dynamic test library.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184266 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-07 21:41:56 +00:00
julien.pierre.bugs%sun.com
b364726e47 Properly make all libpkix test use the pkixutil shared library on all platforms. A static library was used on Unix vs dynamic on Windows.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184178 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-05 06:40:04 +00:00
julien.pierre.bugs%sun.com
84c7987f71 Change PKIX_ALLOC_ERROR from a global variable to an accessor functions. Global variables do not work on Windows in shared libraries.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184177 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-05 05:05:45 +00:00
hanfei.yu%sun.com
e6381de6e2 Parsing work for Cert extended OIDs: AIA (Authority Information Access) and SIA (Subject Information Access).
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184150 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-04 17:53:28 +00:00
julien.pierre.bugs%sun.com
1bd91f41ee Add missing createDirCert and createDirCertChainPlus functions. Also sort functions alphabetically.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184119 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-04 00:06:43 +00:00
richard.freedman%sun.com
a5b73306e3 Clear our reference after explicit call to PKIX_PL_Object_Decref
(as opposed to PKIX_DECREF macro, which clears it automatically).


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@184098 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-03 16:36:13 +00:00
hanfei.yu%sun.com
94455cc6ac Changed hard-coded NIST files names from test .c, using command line option as filename prefix.
Took out linking/unlinking NIST data directory to tests directory, instead accessing those data files directly - to allow multiple test executions.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@183911 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-02 12:54:12 +00:00
richard.freedman%sun.com
a23a262824 Fix misspelled comment. Decref owners of objects before objects, so refcount
is one when object is decrefed.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@183351 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-01 18:40:33 +00:00
hanfei.yu%sun.com
a1e5555275 Put temporary test output file to directory under .../mozilla/test_results.
Reorganize scripts so duplicate codes are under .../libpkix/common/*.sh


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@183198 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-28 17:32:22 +00:00
julien.pierre.bugs%sun.com
03f1911dc3 Fix broken build.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@183170 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-28 03:27:50 +00:00
julien.pierre.bugs%sun.com
04a38b14da Fix test_socket test so it runs on Solaris x86 / AMD64
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@183167 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-28 02:46:17 +00:00
julien.pierre.bugs%sun.com
4bf0ef264d Fix typo
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@183156 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-28 00:22:15 +00:00
hanfei.yu%sun.com
63279ebc7b Hooked sample_app/runPerf.sh into libpkix.sh so all.sh can get perf tests.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@183120 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-27 13:40:44 +00:00
hanfei.yu%sun.com
4062bbfa37 Handle error case more sophisticatedly
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@182982 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-25 18:48:52 +00:00
hanfei.yu%sun.com
dd30d6c3a8 Added Performance executibles to tests. Those tests execute multi-thread scenarios.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@182971 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-25 17:38:28 +00:00
hanfei.yu%sun.com
32783727a9 Fix Bug: Critical Extension Oid List should be a copy of the cached. Since this list is going to be modified by the caller.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@182964 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-25 12:49:08 +00:00
richard.freedman%sun.com
4a7a893ed3 Fix a misspelling in a comment
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@182899 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-24 16:24:26 +00:00
hanfei.yu%sun.com
d32d656950 Logger work.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@182897 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-24 14:15:39 +00:00
hanfei.yu%sun.com
8db125275a Fixed memory leak in PKIX_BuildChain: trustedCert
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@181989 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-11 16:02:22 +00:00
hanfei.yu%sun.com
5136840128 Clean compliation warnings
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@181768 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-07 12:33:36 +00:00
hanfei.yu%sun.com
21a2fea121 Fixed memory leak caused by incorrect loop control
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@181766 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-07 12:18:53 +00:00
hanfei.yu%sun.com
6d3725f74c Work for performance tuning: sorting algorithms. Provided quick and bubble sorts and callback hook for comparison so the sorting creteria can be expanded easily and sorting can be used more genetically.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@181712 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-06 17:01:35 +00:00
hanfei.yu%sun.com
f9b5bc1a16 Fixed a couple memory leaks.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@181279 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-30 13:34:09 +00:00
hanfei.yu%sun.com
ff8fafb679 Work for ResourceLimits: maxTime, maxFanout and maxDepth for buildChain.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@181210 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-29 18:42:24 +00:00
richard.freedman%sun.com
88bdbe5a49 Initialize variable in AppendUnique to avoid crash in the case of both Lists empty
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@181074 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-27 21:16:54 +00:00
richard.freedman%sun.com
f1d8c753e9 Removed an erroneous comment. This routine does not return any non-fatal errors.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180915 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-24 20:50:02 +00:00
richard.freedman%sun.com
6d246bbeb5 Changed CertChainCache arguments in merging new version of pkix_build
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180893 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 20:57:28 +00:00
richard.freedman%sun.com
72ab670676 Changed recursive build to non-recursive to prepare for non-blocking I/O
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180892 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 20:56:22 +00:00
richard.freedman%sun.com
e8edb000a3 Moved _AppendUnique from pkix_policychecker.c to pkix_list.c, for reuse
by pkix_build


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180890 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 20:45:22 +00:00
richard.freedman%sun.com
5605d8bc5d If PR_Bind fails with INADDR_ANY, try it with the real hostname
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180799 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 15:05:09 +00:00
hanfei.yu%sun.com
0d28b1507c Fixed memory leak in CRL Entry Cache related codes.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180793 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 13:08:53 +00:00
hanfei.yu%sun.com
323b705728 Work for CertChain, Cert and CRLEntry cache.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180757 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-21 18:17:27 +00:00
richard.freedman%sun.com
861d736743 Add parsing of cross-certificate pairs
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180571 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-19 17:05:40 +00:00
richard.freedman%sun.com
bedbe9e368 Omitted definition of error variable in previous debug edit.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180443 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 22:18:34 +00:00
richard.freedman%sun.com
2a3f00a837 Enable error message detail for PR_Bind failure
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180420 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 19:05:09 +00:00
richard.freedman%sun.com
59f5c694a3 Reordered decrefs for easier debugging
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180417 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 18:55:57 +00:00
richard.freedman%sun.com
40de11cee5 Added decref for uchecker, which was not getting freed.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180415 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 18:48:55 +00:00
richard.freedman%sun.com
98c41944d5 Limit ConnectContinue retries and make an error message clearer.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180210 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-14 16:42:14 +00:00
richard.freedman%sun.com
6390a60137 Supply null strings instead of expected ascii, to avoid date comparisons
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180201 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-14 15:34:37 +00:00
richard.freedman%sun.com
cc545b591f Use ${HOSTADDR} for socket bind address.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180141 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-13 20:40:54 +00:00
hanfei.yu%sun.com
ccee31b779 Combine hard-coded ALLOC_ERROR header and data in one structure and don't use the object-1 to rewind the object pointer
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@180019 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-12 13:03:47 +00:00
hanfei.yu%sun.com
695bc3a980 PKIX_PL_Sprintf() is modified to pass NULL to PR_s*printf* calls when caller's fmt %s is NULL.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179791 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-07 13:14:55 +00:00
hanfei.yu%sun.com
df45d4fb69 Cross platform endient problems with hard-coded integer values to compare with char - change hard-coded integers to chars
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179720 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-06 20:25:49 +00:00
richard.freedman%sun.com
6a64af44d6 Set TZ=US/Eastern as expected by the string compares in libpkix tests
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179661 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-05 15:00:27 +00:00
hanfei.yu%sun.com
a30ff3c620 Put in temporary debugging message for nightly test run.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179550 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 17:58:29 +00:00
richard.freedman%sun.com
b1539d55d6 Use command-line hostname instead of localhost
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179545 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 17:21:28 +00:00
richard.freedman%sun.com
5cbfdec6e5 Set and echo TZ settings
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179543 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 17:11:33 +00:00
richard.freedman%sun.com
ec17224ae4 Set time zone to Eastern before beginning tests
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179495 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:56:54 +00:00
hanfei.yu%sun.com
bd417f7916 Patches for NSS bug 287052 and 287061.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179477 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 17:22:28 +00:00
richard.freedman%sun.com
53e2abff83 Replace == by = for string compare in scripts, for cross-platform compatibility
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179427 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-31 21:15:08 +00:00
richard.freedman%sun.com
871b3084ed More cross-platform compiler warnings addressed
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179337 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 20:32:36 +00:00
richard.freedman%sun.com
b895ebe0c7 Remove obsolete references to bindname and authentication. Commenting them out
(in the middle of a macro) gave some platforms indigestion.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179315 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-30 16:51:41 +00:00
richard.freedman%sun.com
fba445fa79 LdapCertStore update
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179243 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-29 21:44:53 +00:00
richard.freedman%sun.com
a870cab49a Remove erroneous NULLCHECK from CRLSelector_ToString_Helper and fix some
non-conforming or outdated function descriptions.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179233 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-29 20:08:44 +00:00
hanfei.yu%sun.com
9c2fdd2634 Fixed memory leak on critical extension oid table
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178794 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-24 17:06:41 +00:00
hanfei.yu%sun.com
45c649a6b7 Fixed in pkix_FindMatchingCerts: only certs from last certStore are returned, should be all.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178683 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-23 13:26:27 +00:00
hanfei.yu%sun.com
8223e94047 Added entry for buildchain_uchecker
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178626 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 19:14:26 +00:00
hanfei.yu%sun.com
d45de9c318 Optimized user checkers work and its tests.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178599 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 14:08:10 +00:00
richard.freedman%sun.com
176f978a6d Restructured ldapCertStore
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178314 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 23:19:08 +00:00
richard.freedman%sun.com
a6398570e6 Revised structure of ldapCertStore for nonblocking I/O; made BIND conditional
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178313 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-19 23:17:39 +00:00
julien.pierre.bugs%sun.com
d8b918c605 Fix for 297849 - allow 32 bit builds on 64-bit Linux machines. Backport to NSS_LIBPKIX_BRANCH
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178210 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 23:13:36 +00:00
richard.freedman%sun.com
56ae06312d Added SetSocketOption_ReuseAddr to server socket
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178196 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 19:59:35 +00:00
hanfei.yu%sun.com
4e94cf2e71 Added test_buildchain_uchecker to test script.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178187 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 19:01:17 +00:00
hanfei.yu%sun.com
9ae8527e24 Add test for user defined checker (called by buildchain validation).
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178186 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 19:00:22 +00:00
hanfei.yu%sun.com
8d465dee33 Work for Critical extension check (no optimization) and user-defined checkers.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178185 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 18:58:55 +00:00
richard.freedman%sun.com
7e9101834b Restructured code to better support nonblocking I/O
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@178183 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-18 18:50:21 +00:00
richard.freedman%sun.com
7f2c982bc0 Use universal typoes for cross-platform compatibility
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177865 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 19:12:52 +00:00
richard.freedman%sun.com
0a3aeaa25d Eliminate declarations of unused variables
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177845 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 14:39:15 +00:00
richard.freedman%sun.com
848376d216 Turn off debugging trace code, and eliminate cross-platform warnings
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177843 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 14:38:27 +00:00
hanfei.yu%sun.com
934fde1acd Fixed WIN compilation warnings
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177829 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-16 11:29:55 +00:00
richard.freedman%sun.com
8993447ee1 Eliminate unused variables and add a cast to get rid of a Windows warning message
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177770 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-15 18:59:13 +00:00
hanfei.yu%sun.com
7785f0341f Fixed WIN compilation warnings
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177754 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-15 16:29:46 +00:00
hanfei.yu%sun.com
799abf4734 Rewrite PKIX_PL_Sprintf to avoid modifying args returned from va_start() which may not be cross-platform compatible
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177753 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-15 15:49:36 +00:00
richard.freedman%sun.com
94d52d2f8d Enhancements to LDAP Certstore: now handles multiple attributes properly
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177658 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-12 21:37:39 +00:00
hanfei.yu%sun.com
454c77439e Not to use va_copy() to avoid portability problem, instead, use va_end() and va_start() for reset.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177647 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-12 18:31:43 +00:00
julien.pierre.bugs%sun.com
35e8ce4b64 Fix broken build. Add extern const declaration for template so it can be used within libnss .
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177608 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 23:21:10 +00:00
richard.freedman%sun.com
7f5ab8fbab Renamed LDAPMessageTemplate to PKIX_PL_... and used access macros.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177557 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 17:35:02 +00:00
richard.freedman%sun.com
2be663ecd0 Modifications to eliminate cross-platform compile warnings
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177556 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 16:44:41 +00:00
richard.freedman%sun.com
51d03e5e4b Added command line arguments server:port for test_socket
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177553 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 15:01:46 +00:00
hanfei.yu%sun.com
9c7a822eb3 Fixed WIN compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177550 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 13:42:38 +00:00
hanfei.yu%sun.com
6b76bd81ee Fixed compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177549 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 11:56:28 +00:00
hanfei.yu%sun.com
f65ea650f0 Fixed plContext order appears in PKIX_PL_Sprintf().
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177548 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 11:47:38 +00:00
hanfei.yu%sun.com
877c7fd740 Fixed memory leak (arena).
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177547 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 11:32:32 +00:00
julien.pierre.bugs%sun.com
0df3eeb7e7 Fix build. Do not export private test function which is conditionally compiled.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177529 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-11 00:36:37 +00:00
richard.freedman%sun.com
1415a2dac0 Added command-line specification of host:port for test_socket, allow non-blocking
connect.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177515 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 21:20:13 +00:00
hanfei.yu%sun.com
ed5bca42b4 Fixed PKIX_PL_Free so when plContext is NULL, PR_Free will be invoked.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177500 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 14:29:13 +00:00
hanfei.yu%sun.com
646d483f29 Fixed: Only first test case is executed, should have all of them tested
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177493 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 12:38:40 +00:00
hanfei.yu%sun.com
8f2465c0d4 Fixed problems created by plContext is used as nssContext, which is not just for arena as before.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177492 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-10 12:36:11 +00:00
richard.freedman%sun.com
b29004185f Added include pkix_pl_common.h to testutil.h to get NssContext_Create prototype
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177429 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 15:28:54 +00:00
hanfei.yu%sun.com
99bf1dbcd8 Took out hard-coded dbx pathname.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177425 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 13:47:10 +00:00
hanfei.yu%sun.com
caa50f0c17 Need to specify the path .../dist/.../bin for xdb -checkmem option.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177423 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 12:57:48 +00:00
hanfei.yu%sun.com
8ae1efe38e Fixed compilation warnings
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177421 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 11:51:05 +00:00
hanfei.yu%sun.com
f8da4085a4 Fixed compiler warning
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177420 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-09 11:35:05 +00:00
richard.freedman%sun.com
59864ab0e7 Modified libpkix tests for wincx parameter
Provided wincx parameter to pk11 functions
Improved documentation and portability


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177362 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 20:12:46 +00:00
richard.freedman%sun.com
7ec5280f6a Modified libpkix tests for wincx parameter
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177360 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 20:09:22 +00:00
hanfei.yu%sun.com
bdb839a2b0 Fixed linux compilation warning.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177358 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 20:05:07 +00:00
hanfei.yu%sun.com
9d7112c4f1 Fixed linux compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177357 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 20:02:27 +00:00
hanfei.yu%sun.com
a5ad2944bb Fixed linux compilation warning.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177355 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 19:53:55 +00:00
hanfei.yu%sun.com
8b3d7bf8a0 Fixed linux compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177353 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 19:42:55 +00:00
hanfei.yu%sun.com
5d668b0458 Fixed linux compilation warning.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177352 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 19:34:54 +00:00
hanfei.yu%sun.com
ba294e6c4b Fixed linux compilation warning.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177350 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 19:22:01 +00:00
hanfei.yu%sun.com
e058d16eea Fixed linux compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177349 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 19:13:37 +00:00
hanfei.yu%sun.com
a91e6005d5 Fixed linux compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177347 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 19:07:39 +00:00
hanfei.yu%sun.com
09c6ad0082 Fixed linux compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177346 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 18:57:59 +00:00
hanfei.yu%sun.com
fdc92e13d8 Fixed linux compilation warning.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177345 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 18:46:06 +00:00
hanfei.yu%sun.com
5fc6c70b5c Clean linux compilation warnings.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177342 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 18:29:14 +00:00
hanfei.yu%sun.com
5d7f3101ad Added test_mutex3.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177339 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 18:28:09 +00:00
hanfei.yu%sun.com
bd8fc2a4bd Fixed linux compilation warning for unused variables.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177337 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 17:35:39 +00:00
hanfei.yu%sun.com
3c6ace81e9 Fix linux compiler warning for unused variable pkixTestTempResult.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177336 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 17:13:18 +00:00
hanfei.yu%sun.com
5ba637626f Fixes warnings from linux compilation.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177334 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 16:52:20 +00:00
hanfei.yu%sun.com
2f1d87fddb Fixed compiler errors for PKIX_NULLCHECK() on non-pointer parameters
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177325 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 14:04:36 +00:00
julien.pierre.bugs%sun.com
21b3feb1b0 Fix multiply defined symbols that broke OS/2 build.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177282 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 04:54:44 +00:00
julien.pierre.bugs%sun.com
d5346d477e Add pkixutil.def file. Required for OS/2 build .
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177281 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 04:53:23 +00:00
julien.pierre.bugs%sun.com
b45557a09e Remove unused variable
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177258 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 06:04:12 +00:00
julien.pierre.bugs%sun.com
f7feea1f01 Remove unused variables
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177257 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 06:03:06 +00:00
julien.pierre.bugs%sun.com
6d2a8c6711 Fix cast from NULL to int
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177256 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 06:00:17 +00:00
julien.pierre.bugs%sun.com
994156f494 Remove unused label
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177255 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:59:32 +00:00
julien.pierre.bugs%sun.com
4bd9cdd77c Remove unused variable
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177254 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:58:49 +00:00
julien.pierre.bugs%sun.com
66db9ba8c1 Remove unused variables, labels. Fix casts from NULL to int.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177253 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:56:53 +00:00
julien.pierre.bugs%sun.com
97049b181c Remove unused label and variable
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177252 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:55:03 +00:00
julien.pierre.bugs%sun.com
0941fee7f4 Remove unused variables
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177251 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:54:00 +00:00
julien.pierre.bugs%sun.com
f1216fd792 Fix for casts from NULL to int
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177250 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:53:06 +00:00
julien.pierre.bugs%sun.com
d1b8e7ce1a Remove unnecessary labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177249 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:25:32 +00:00
julien.pierre.bugs%sun.com
900753bfa1 Remove unneeded variables, labels.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177248 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:20:12 +00:00
julien.pierre.bugs%sun.com
1fabb0c34e Fix for compiler warnings.
Remove unused variables, labels.
Fix casts from NULL to int


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177247 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:16:18 +00:00
julien.pierre.bugs%sun.com
85d75c14cc Fix header includes.
Can't include secutil.h in lib
Need secerr.h and base64.h


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177246 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:07:53 +00:00
julien.pierre.bugs%sun.com
75b1f6c248 Remove unused label, variables.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177245 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 05:07:18 +00:00
julien.pierre.bugs%sun.com
e2a3ab5cba Remove unused variables, labels.
Fix casts from NULL to int or char


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177244 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:53:15 +00:00
julien.pierre.bugs%sun.com
2f5170e364 Remove unused labels
Fix casts from NULL to int


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177243 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:49:22 +00:00
julien.pierre.bugs%sun.com
85927d7d68 Remove unused labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177242 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:47:56 +00:00
julien.pierre.bugs%sun.com
5fc73ac83a Remove unused label.
Fix cast from NULL to int


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177241 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:46:24 +00:00
julien.pierre.bugs%sun.com
4912499279 Change assignment value from NULL to PKIX_FALSE
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177240 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:45:28 +00:00
julien.pierre.bugs%sun.com
37bea65f31 Remove unused variable, label. Fix casts of NULL to int
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177239 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:42:09 +00:00
julien.pierre.bugs%sun.com
e79a726ad5 Fix casts of NULL to int
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177238 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:38:57 +00:00
julien.pierre.bugs%sun.com
627db20ed9 Remove unused variables and unnecessary labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177237 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:37:33 +00:00
julien.pierre.bugs%sun.com
7c6116fb1e Remove unnecessary labels, variables.
Fix cast from NULL to int


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177236 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:33:52 +00:00
julien.pierre.bugs%sun.com
856035e4ee Remove unnecessary labels, variables.
Fix cast from NULL to int .


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177235 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:30:28 +00:00
julien.pierre.bugs%sun.com
0e90c9589b Remove unnecessary labels.
Fix cast from NULL to int


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177234 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:27:10 +00:00
julien.pierre.bugs%sun.com
f7cc88c7ee Remove unnecessary labels.
Fix cast from NULL to int .


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177233 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:26:07 +00:00
julien.pierre.bugs%sun.com
c977140266 Remove unnecessary variables, labels.
Fix cast from NULL to int .


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177232 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:25:20 +00:00
julien.pierre.bugs%sun.com
996e01f21d Fix compiler warnings.
Remove unnecessary variables, labels. Fix casts from NULL to int .


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177229 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:11:55 +00:00
julien.pierre.bugs%sun.com
24afb362a0 Fix compiler warnings
Remove unused variables and unnecessary labels
Fix casts of NULL to int


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177227 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:05:28 +00:00
julien.pierre.bugs%sun.com
61f4ec8289 Remove unused label
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177226 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:59:49 +00:00
julien.pierre.bugs%sun.com
ec6a7ac35c Remove unused labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177225 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:58:36 +00:00
julien.pierre.bugs%sun.com
557385d957 Fix compiler warnings.
Remove unused variables, labels, and fix casts of NULL to int


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177224 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:57:24 +00:00
julien.pierre.bugs%sun.com
2fbd387e95 Fix cast of NULL to int.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177223 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:52:39 +00:00
julien.pierre.bugs%sun.com
209bc91670 Fix compiler warnings.
Remove unused variables, labels. Fix improper casts of NULL to int.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177222 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:50:34 +00:00
julien.pierre.bugs%sun.com
4908096a54 Remove unnecessary labels.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177221 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:45:08 +00:00
julien.pierre.bugs%sun.com
70a1308202 Don't pass NULL as an integer.
Remove unused and unnecessary labels.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177220 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:43:24 +00:00
julien.pierre.bugs%sun.com
2ad06d16b1 Don't pass NULL as an integer.
Remove unused labels.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177219 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:41:10 +00:00
julien.pierre.bugs%sun.com
4de217bb0b Don't pass NULL as an integer. gcc wants 0 .
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177218 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:40:46 +00:00
julien.pierre.bugs%sun.com
893a7bd7c9 Remove unnecessary labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177217 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:33:50 +00:00
julien.pierre.bugs%sun.com
e82fcba336 Remove unused labels
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177216 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:30:46 +00:00
julien.pierre.bugs%sun.com
2699708c49 Remove unused variables
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177215 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:20:31 +00:00
julien.pierre.bugs%sun.com
1de10eeb87 Remove unused variable
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177214 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:18:27 +00:00
julien.pierre.bugs%sun.com
4fedb77698 Delete unused variables
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177212 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:15:16 +00:00
julien.pierre.bugs%sun.com
19b4b0495d Fix build on AIX.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177211 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 02:55:42 +00:00
julien.pierre.bugs%sun.com
42a5729e2b Fix AIX compilation.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177210 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 01:51:56 +00:00
julien.pierre.bugs%sun.com
3ef9ebc7b6 Set array size to fix Win32 builds.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177207 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:39:44 +00:00
julien.pierre.bugs%sun.com
d0f5e0f866 Remove unnecessary include to fix Windows build.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177206 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:38:53 +00:00
julien.pierre.bugs%sun.com
66e747bee4 Include all NSPR headers for the PL part of libpkix .
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177205 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:21:13 +00:00
julien.pierre.bugs%sun.com
869aec447a Use correct port for LDAP.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177204 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:15:44 +00:00
julien.pierre.bugs%sun.com
ff2ab79c63 Fix build on windows . Use PR_htonl / PR_htons macros.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177202 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:06:53 +00:00
julien.pierre.bugs%sun.com
9dbc3ffe34 Fix build for vararg code on non-Solaris platforms.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177194 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 23:16:16 +00:00
richard.freedman%sun.com
4420a8eb8a Added socket Makefile
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177192 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 22:31:48 +00:00
richard.freedman%sun.com
3801792481 Replace gettimeofday with PR_Now in debugging trace code.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177188 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 21:12:34 +00:00
richard.freedman%sun.com
42088c5244 Replace platform-dependent sleep with PR_Sleep
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177187 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 20:51:11 +00:00
richard.freedman%sun.com
9dbbbe44b0 Changed platform dependent socket structures to PR structures; isolated incompatibility,
for now, into test_socket


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177184 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 20:00:04 +00:00
richard.freedman%sun.com
d4402a0ee0 Added test code for pkix_pl_socket object
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177183 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 19:55:18 +00:00
hanfei.yu%sun.com
679cec5c80 Need to use "expr" in sh script for adding errors.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177180 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 18:30:45 +00:00
hanfei.yu%sun.com
8909a5b20d Provide an alternative solution so LOGFILE data won't be erased.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177170 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 16:58:00 +00:00
hanfei.yu%sun.com
9dc83de5bb Add messages for HTML.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177167 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 15:38:13 +00:00
julien.pierre.bugs%sun.com
a5dcf347cb Remove tests for STDC which are not needed. On NSS_LIBPKIX_BRANCH only.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177136 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 22:38:38 +00:00
julien.pierre.bugs%sun.com
16c94a9cf9 Fix build on Windows. Remove "32" from library name. On NSS_LIBPKIX_BRANCH only.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177121 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 21:14:22 +00:00
richard.freedman%sun.com
c73cc8b8b0 Added socket and ldapcertstore objects
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177119 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 21:07:44 +00:00
hanfei.yu%sun.com
fd1ee6dd5a For va_list type, use va_copy() instead of assignment to avoid 64-bit compiler error. It is also the right call to use since it saves that state.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177110 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 17:35:28 +00:00
hanfei.yu%sun.com
6c8e988a3c Fixed different platforms compilation errors: change #ifdef 0 to #if 0 and assign pkixTempErrorReceived value.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177101 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 16:04:47 +00:00
hanfei.yu%sun.com
9b1e03c8f8 Rename libpkixtestutil to libpkixutil and move dependency locally to libpkix directory.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177099 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 15:04:01 +00:00
julien.pierre.bugs%sun.com
b9da9c3484 Remove STDC tests to unbreak Windows build
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177092 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-04 03:18:08 +00:00
hanfei.yu%sun.com
b2f69aca32 Took out redirecting output so the action is shown.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177062 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 16:14:46 +00:00
hanfei.yu%sun.com
51ffb61a9f CVS doesn't create empty test directory, have to mannually created in script.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177061 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 15:43:51 +00:00
hanfei.yu%sun.com
ce7c958fdd Initial libpkix tests source, script and data files.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177058 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 14:33:00 +00:00
julien.pierre.bugs%sun.com
b16d8cf156 Fix for Win32 build.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177053 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 04:02:29 +00:00
julien.pierre.bugs%sun.com
59622c8293 Fix build on Win32
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177052 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 03:54:50 +00:00
julien.pierre.bugs%sun.com
ca82993e15 Fix build on AIX and Linux.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177051 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 02:46:25 +00:00
julien.pierre.bugs%sun.com
bff40c0ddd Remove tests for STDC which are not needed.
Fix the definition of PKIX_UInt32 and PKIX_Int32 which is 32-bits on all supported platforms.
Remove #pragma ident which causes warnings on most compilers and platforms.


git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177050 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-03 02:36:37 +00:00
richard.freedman%sun.com
8e06797ba3 Used real structures instead of approximations, to improve portability.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177031 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-02 22:31:40 +00:00
richard.freedman%sun.com
7b57a52933 adding omitted top-level (libpkix) config.mk and manifest.mn
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176806 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 20:39:58 +00:00
richard.freedman%sun.com
fcd0208ce4 Added top-level (libpkix) Makefile
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176803 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 20:23:10 +00:00
richard.freedman%sun.com
d88c038caf Initial libpkix library code drop to NSS_LIBPKIX_BRANCH
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176802 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 20:00:34 +00:00
richard.freedman%sun.com
0cfeafc609 Removed comment line that was added in test of commit permissions.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176794 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 19:01:59 +00:00
richard.freedman%sun.com
56e87c115d added a line
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176792 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 18:57:24 +00:00
julien.pierre.bugs%sun.com
96c9ac136b *** empty log message ***
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176791 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 18:24:55 +00:00
julien.pierre.bugs%sun.com
6e74112910 Remove unused variable
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176475 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-22 22:30:47 +00:00
julien.pierre.bugs%sun.com
f8eda249f9 Fix for bug 299308 . Define ReleaseDPCache . On NSS_LIBPKIX_BRANCH only.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176470 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-22 22:06:22 +00:00
julien.pierre.bugs%sun.com
dba411c85c Fix for 287052 . rename CERT_FindCRLReasonExten to CERT_FindCRLEntryReasonExten . On NSS_LIBPKIX_BRANCH only .
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176468 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-22 21:55:59 +00:00
julien.pierre.bugs%sun.com
a025b3bd61 Export CERT_FindCRLNumberExten. Fix for 287061. On NSS_LIBPKIX_BRANCH only.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176467 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-22 21:51:25 +00:00
julien.pierre.bugs%sun.com
bfaa1c8dba Back out changes from bug 289558 . On NSS_LIBPKIX_BRANCH only .
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176402 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-21 19:04:24 +00:00
julien.pierre.bugs%sun.com
6445590ff1 Fix for 287052 . Add support for getting the CRL entry's reason code. On NSS_LIBPKIX_BRANCH only
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176149 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 19:32:46 +00:00
julien.pierre.bugs%sun.com
a1bcbfbe2f Fix for 300929 . Support advanced policy extensions. On NSS_LIBPKIX_BRANCH only
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176148 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 19:16:01 +00:00
julien.pierre.bugs%sun.com
ae205868f2 Fix for 299308 . Fix bug in new CRL cache function. On NSS_LIBPKIX_BRANCH only
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176147 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 19:04:45 +00:00
julien.pierre.bugs%sun.com
ce566a57b9 Fix for bug 287061 . CRL number should be a bignum. On NSS_LIBPKIX_BRANCH? only
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176146 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 17:39:59 +00:00
julien.pierre.bugs%sun.com
b6d79fbdff Fix for 287563. Split CERT_CheckNameSpace. On NSS_LIBPKIX_BRANCH only
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176145 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 17:17:18 +00:00
julien.pierre.bugs%sun.com
fa6d939db7 Fix for 289558 . Correct combine constraints list. Fix from Hanfei Yu . On NSS_LIBPKIX_BRANCH Only .
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176143 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 17:04:42 +00:00
julien.pierre.bugs%sun.com
0a6f21c26e Fix for 300928. Build changes for libpkix integration. On NSS_LIBPKIX_BRANCH only.
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@176142 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 16:53:08 +00:00
julien.pierre.bugs%sun.com
556a330f0c Fix for 299308. Add new CRL cache APIs for use by libpkix . On LIBPKIX branch only
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@175832 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-08 07:13:34 +00:00
(no author)
a168dd5053 This commit was manufactured by cvs2svn to create branch
'NSS_LIBPKIX_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@175128 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 23:00:05 +00:00
wtchang%redhat.com
7dacaeaa69 Bugzilla Bug 298409: fixed an array index off-by-one error and a memory
leak. r=nelsonb.


git-svn-id: svn://10.0.0.236/trunk@175125 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 23:00:02 +00:00
ben%bengoodger.com
b70fac5562 Make the updater properly clean up after previous failed attempts to update, improve logging so that modules can be properly turned on and off for easier debugging, implement automated testing mode
git-svn-id: svn://10.0.0.236/trunk@175124 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:50:39 +00:00
darin%meer.net
4c86a41bd5 Use XRE_GetBinaryPath to construct the argv[0] of the application to launch
after the updater completes.  This mimics what is done to restart Firefox.


git-svn-id: svn://10.0.0.236/trunk@175123 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:44:09 +00:00
scott%scott-macgregor.org
db833a61ec Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page
and the credits page.

Patch by Pavel Franc <p.franc@gmail.com>


git-svn-id: svn://10.0.0.236/trunk@175122 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:43:40 +00:00
joshmoz%gmail.com
139c4309dd bustage fix from XP_MAC and 10.1 cleanup
git-svn-id: svn://10.0.0.236/trunk@175121 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:38:40 +00:00
joshmoz%gmail.com
97a5461223 Fix non-neutral endian code in mac gfx font code. Patch by Apple Computer, Inc. b=297162 r=josh sr=smfr a=chofmann
git-svn-id: svn://10.0.0.236/trunk@175120 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:35:07 +00:00
lpsolit%gmail.com
c19777a4ef Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@175119 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:33:05 +00:00
joshmoz%gmail.com
b58bc5e05a Link phase should reference Xcode objects, no hardcoded -l arguments. patch by Mark Mentovai. b=298406 r=pinkerton sr=smfr a=asa
git-svn-id: svn://10.0.0.236/trunk@175118 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:31:23 +00:00
cbiesinger%web.de
9789a3f3f2 trying to fix windows bustage
git-svn-id: svn://10.0.0.236/trunk@175117 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:30:55 +00:00
cbiesinger%web.de
734997a3a9 backing out this part of my last checkin to see how it affects Tp (Bug 295047)
git-svn-id: svn://10.0.0.236/trunk@175116 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:16:31 +00:00
darin%meer.net
4ae06564b8 Make sure that we don't leak any file descriptors in the updater, otherwise
Firefox will inherit those file descriptors, and it may leave firefox on
windows unable to remove / cleanup files created by the updater.


git-svn-id: svn://10.0.0.236/trunk@175115 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:11:03 +00:00
doronr%us.ibm.com
dd9232a046 Bug 296127 - [Mac] Options button systematically disappears. Patch by rob strong, r=kevin a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175114 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 22:11:02 +00:00
joshmoz%gmail.com
90fcc6ce3e remove old Mac classic code that depends on functions removed in patch for 280247. r=josh a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175113 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 21:34:16 +00:00
webmail%kmgerich.com
fe1559273c Remove old printing CSS and images from Winstripe (bug #297992)
Add RTL chevron image to Winstripe (bug # 221824)
a=asa


git-svn-id: svn://10.0.0.236/trunk@175112 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 21:14:46 +00:00
bryner%brianryner.com
9923520447 Fix failure to repaint on Mac with fastback enabled (bug 298112). Hide the old contentviewer before we invalidate. r=darin sr=dbaron a=asa.
git-svn-id: svn://10.0.0.236/trunk@175111 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 21:08:10 +00:00
bryner%brianryner.com
331cadb813 Fix pending-loads check for fastback so that we detect loads initiated either before or after Stop() is called. Fix assert on reload. Fix problem where the wrong load type was being checked in CanSavePresentation(). Fix problem where we cached a content viewer on the current history entry when it was equal to the new history entry. Bugs 292954 and 292950. r+sr=darin, a=asa.
git-svn-id: svn://10.0.0.236/trunk@175110 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 20:53:43 +00:00
scott%scott-macgregor.org
741e492cfc Bug #166723 --> selected labels should only be inverted when they are focussed
Patch by  Mike Cowperthwaite <mcow@well.com>


git-svn-id: svn://10.0.0.236/trunk@175109 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 20:38:27 +00:00
scott%scott-macgregor.org
a773fa1947 Bug #297360 --> doubled items in saved search when adding new items above some old items
Bug #294079 --> When editing a filter, sometimes values are added to the wrong search box

r=neil
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@175108 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 20:33:55 +00:00
cbiesinger%web.de
12a01dec29 Bug 295047 Want unicode stream readers/writers: Makes nsIUnicharInputStream and
nsIConverterInputStream scriptable, and adds nsIUnicharOutputStream and
nsIConverterOutputStream (together with implementations).
r=jshin sr=darin a=chofmann


git-svn-id: svn://10.0.0.236/trunk@175107 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 19:44:50 +00:00
cbiesinger%web.de
e2b40b606d 297374 add missing |this.| to fix a JS syntax error
r=neil sr=darin a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@175106 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 19:39:25 +00:00
smfr%smfr.org
409beef04c Fix camino bug 298111: improve appearance of select and textarea form controls for Cocoa widgets (all inside #idef for Cocoa: only affects Camino). r=pinkerton, sr=me.
git-svn-id: svn://10.0.0.236/trunk@175105 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 19:32:54 +00:00
aaronleventhal%moonset.net
d11d0f237e Support official DHTML a11y application content type. r+sr=jst, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@175104 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 19:16:45 +00:00
masayuki%d-toybox.com
72cb130f6a backing-out previous patch. Because patrocles faild to build.
git-svn-id: svn://10.0.0.236/trunk@175103 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 19:11:41 +00:00
doronr%us.ibm.com
a51fca4246 Correct AIX bustage fix from bug 223097
git-svn-id: svn://10.0.0.236/trunk@175102 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 18:23:24 +00:00
darin%meer.net
00b6268419 fixes bug 295544 "Expose more designMode options to web apps" r=brade sr=jst a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175101 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 17:18:27 +00:00
doronr%us.ibm.com
dc604772cd Try to fix AIX bustage from bug 223097
git-svn-id: svn://10.0.0.236/trunk@175100 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 17:15:34 +00:00
ben%bengoodger.com
fa20f1a5fb conditionally read prefs only to prevent js errors
git-svn-id: svn://10.0.0.236/trunk@175099 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 16:45:37 +00:00
ben%bengoodger.com
12a90a5f8d conditionally read prefs only to prevent js errors
git-svn-id: svn://10.0.0.236/trunk@175098 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 16:44:32 +00:00
aaronleventhal%moonset.net
e459387521 Implement basic accessible relations. r=louie.zhao, sr=jst, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@175097 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 16:29:15 +00:00
timeless%mozdev.org
ee147201a5 Bug 283509 OOM crasher [@ mozEnglishWordUtils::FromRootForm]
patch by dewildt@gmail.com r=timeless sr=mscott a=chofmann


git-svn-id: svn://10.0.0.236/trunk@175096 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 16:19:54 +00:00
doronr%us.ibm.com
5a6b0d60b6 Bug 223097 - check in latest version of XML Schema Validation. rs=peterv, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@175095 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 15:38:12 +00:00
masayuki%d-toybox.com
29ffecaad2 Bug 241282 When choosing an alternative location via "Browse...", the Installer "defaults" to ns_temp subfolder patch by <jhenry@ccs.neu.edu> r+a=benjamin
git-svn-id: svn://10.0.0.236/trunk@175094 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 15:38:01 +00:00
ben%bengoodger.com
43335f6fc9 Fix logging to be done per Update Service component
git-svn-id: svn://10.0.0.236/trunk@175093 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 15:32:15 +00:00
timeless%mozdev.org
90c4e1abe8 Bug 297723 stackwalk code not working for WinXP
patch by colin@theblakes.com (cenzic) r=dougt a=bsmedberg
_IMAGEHLP64 ifdefs added to support an old psdk


git-svn-id: svn://10.0.0.236/trunk@175092 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 14:48:12 +00:00
peterv%propagandism.org
4f974157e9 Fix for bug 298391 (Remove some unused stuff from parser code). r=mrbkap, sr=jst, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@175091 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 13:21:59 +00:00
mnyromyr%tprac.de
efd239e23b Bug 294989: remove some strict warnings; r=sfraser, sr=dmose, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175090 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 12:09:26 +00:00
igor%mir2.org
2c19264f37 When printing parse tree for debugging, include node number with target printout
git-svn-id: svn://10.0.0.236/trunk@175089 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 10:43:44 +00:00
igor%mir2.org
176aef80b2 Optimezer-only token are moved back to Token for simpler debugging.
git-svn-id: svn://10.0.0.236/trunk@175088 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 09:40:09 +00:00
neil%parkwaycc.co.uk
52607125b2 Bug 297725 Suite does not install GRE correctly r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175087 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 09:13:29 +00:00
igor%mir2.org
26b5f933a0 Patch from Attila Szegedi <szegedia@freemail.hu> based on the suggestion from Grzegorz Lukasik <hauserx@gmail.com> to fix bug 292324 "ArrayIndexOutOfBoundsException while compiling a script".
git-svn-id: svn://10.0.0.236/trunk@175086 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 09:10:52 +00:00
igor%mir2.org
dc33c1f75b Patch from Michael Scott <mscott@ti.com>, Texas Instruments:
> I work in a group that re-packages the Rhino Debugger as part of a set
> of "C"/JavaScript-based configuration tools for developing embedded
> software. We have had a long-standing problem with setting
> breakOnException, breakOnEnter, and breakOnReturn flags within the debug
> engine and not having them in sync with the gui debug menu checkboxes. I
> have fixed this for our use and have attached the updated Main.java
> file. The change simply sets the checkbox selected state along with the
> dim flags.


git-svn-id: svn://10.0.0.236/trunk@175085 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 08:57:38 +00:00
pavlov%pavlov.net
e938856559 adding name paramter for deleteCalendarPref
git-svn-id: svn://10.0.0.236/trunk@175084 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 08:34:57 +00:00
axel%pike.org
ca483e3c57 bug 259119, rdf/xml serializer needs to be less memory consuming, first steps of the new APIs, r=bsmedberg, sr=shaver, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175083 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 07:49:44 +00:00
timeless%mozdev.org
3137cde7b2 backiing out
git-svn-id: svn://10.0.0.236/trunk@175082 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 05:20:27 +00:00
masayuki%d-toybox.com
8aa406a962 Bug 259454 IME input (e.g., Chinese, Japanese and Korean) cannot be performed in Find Toolbar when opened with "/" or "'" r=bryner, dbaron, sr=dbaron, a=benjamin
git-svn-id: svn://10.0.0.236/trunk@175081 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 04:25:43 +00:00
timeless%mozdev.org
2c05685e07 Bug 297723 stackwalk code not working for WinXP
patch by colin@theblakes.com (cenzic) r=dougt a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@175080 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 02:32:05 +00:00
smfr%smfr.org
9cffcd925e Fix bug 293147: when copying a bookmarks folder, don't propagate the dock menu flag. Patch by englabenny@macnytt.com.
git-svn-id: svn://10.0.0.236/trunk@175079 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 02:30:03 +00:00
smfr%smfr.org
a0b5137c95 Fix bug 298629: clear search results when switching between history and bookmarks. Also fix the action menu when history is visible to use the dynamically created context menu.
git-svn-id: svn://10.0.0.236/trunk@175078 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 02:23:43 +00:00
roc+%cs.cmu.edu
2545d04c64 Bug 297669. Don't specially avoid reflowing/printing zero-size subdocuments when printing. Fixes a hang. r+sr=me,a=chofmann,patch by Martijn Wargers
git-svn-id: svn://10.0.0.236/trunk@175077 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 02:10:58 +00:00
smfr%smfr.org
5d30bba986 Fix bug 298547: if dragging a url as text onto the bookmarks bar, use the url as the bookmark title (since it's the only thing we have).
git-svn-id: svn://10.0.0.236/trunk@175076 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 02:00:30 +00:00
mconnor%steelgryphon.com
6021b7360f bug 294074 trunk landing, r=me, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175075 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 02:00:14 +00:00
mconnor%steelgryphon.com
38a97626b6 bug 216466 - turn on xul error pages by default, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175074 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 01:42:37 +00:00
mconnor%steelgryphon.com
eb378e0077 bug 292737 trunk landing, r=dveditz, a=asa
git-svn-id: svn://10.0.0.236/trunk@175073 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 01:41:01 +00:00
darin%meer.net
70266125fd Link updater.exe with /SUBSYSTEM:WINDOWS to avoid DOS console
git-svn-id: svn://10.0.0.236/trunk@175072 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 01:27:09 +00:00
scott%scott-macgregor.org
be4cf4aede Bug #298624 --> redeclaration of constant kMailToLength in nsContextMenu.js
Patch by Henrik Skupin <hskupin@gmail.com>


git-svn-id: svn://10.0.0.236/trunk@175071 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 01:14:38 +00:00
darin%meer.net
cce7a4a0a4 Support update.manifest with DOS style line endings.
git-svn-id: svn://10.0.0.236/trunk@175070 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 00:36:33 +00:00
wtchang%redhat.com
2f5a082f73 Bugzilla Bug 295754: fixed a crash in subject_list_sort if a cert is not
decodable (e.g., it has unsupported critical extension). r=relyea,nelsonb.
Modified Files: pkistore.c tdcache.c


git-svn-id: svn://10.0.0.236/trunk@175069 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 00:33:28 +00:00
joshmoz%gmail.com
f3e632451e remove XP_MAC code from xpcom/base. r=josh r=dougt a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175068 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 00:24:42 +00:00
mcafee%mocha.com
53d529a2dd First add, a small wrapper script to test out reportdata.pl, the graphzilla server stuff.
git-svn-id: svn://10.0.0.236/trunk@175067 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 23:54:14 +00:00
darin%meer.net
b69b633b2c Make the updater work when run from a path with spaces in it on Windows.
git-svn-id: svn://10.0.0.236/trunk@175066 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 23:49:57 +00:00
joshmoz%gmail.com
23521c8822 Remove Mac OS classic code. r=josh a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175065 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 23:42:02 +00:00
wtchang%redhat.com
bb5078f686 Bugzilla Bug 298537: replaced hardcoded 3 and 8 with the NSS_VMAJOR and
NSS_VMINOR macros defined in nss.h. r=relyea,nelsonb.


git-svn-id: svn://10.0.0.236/trunk@175064 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 23:41:29 +00:00
wtchang%redhat.com
b452d2f9da Bugzilla Bug 298409: fixed the bug that an array size was incorrectly
calculated. r=alexei.volkov.


git-svn-id: svn://10.0.0.236/trunk@175063 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 22:05:21 +00:00
ben%bengoodger.com
87da27096f partial progress
git-svn-id: svn://10.0.0.236/trunk@175062 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 21:45:06 +00:00
doronr%us.ibm.com
a4c9019c4a Bug 298524 - Add init() method to richlistbox. r=robstrong,mconnor a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175061 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 20:04:57 +00:00
bsmedberg%covad.net
cf7a61f9f3 XULRunner-only bustage fix from bug 297923.
git-svn-id: svn://10.0.0.236/trunk@175060 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 19:29:31 +00:00
wtchang%redhat.com
2f96b2214e Bugzilla Bug 297826: add the -Zmap flag to create .map files for DLLs. The
patch is contributed by Peter Weilbacher <mozilla@Weilbacher.org>.
Reviewed by Julien Pierre and Michael Kaply.


git-svn-id: svn://10.0.0.236/trunk@175059 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 18:46:17 +00:00
timeless%mozdev.org
6dddd67836 Bug 298530 Incorrect dtd reference in errors.xul,
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@175058 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 18:20:13 +00:00
bsmedberg%covad.net
ffed3c8c1d Bug 221490 - Remove the extension-whitelist for giving chrome docs system privileges (privileges are now granted to all content files) patch by dveditz, r+a=me
git-svn-id: svn://10.0.0.236/trunk@175057 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 18:18:51 +00:00
mozilla.mano%sent.com
d72e9eac15 Bug 298555 - 'Set as desktop background' does not work. r=mconnor, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175056 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 18:17:54 +00:00
smfr%smfr.org
0506aabfd1 Add the ability to open multiple bookmarks or history items in new tabs/windows from the context menu, and with command-double-click (bug 285182).
git-svn-id: svn://10.0.0.236/trunk@175055 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 18:10:56 +00:00
cltbld
42a57298b5 Remove unneeded pwd command execution. (chase)
git-svn-id: svn://10.0.0.236/trunk@175054 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 18:02:35 +00:00
mozilla.mano%sent.com
654105ce93 Bug 298549 - nsBidiKeyboard.cpp breaks gcc 4 builds. patch from Mark Mentovai <mark@moxienet.com>, r=me, sr=smfr, a=mkaply.
git-svn-id: svn://10.0.0.236/trunk@175053 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 17:50:41 +00:00
cltbld
7929b2d806 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@175052 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 16:56:27 +00:00
bsmedberg%covad.net
02bf9898af Bug 297923 - Make the standalone glue work on mac, and write GRE-finding code which looks for our new XUL framework, and make our new XUL framework. r=jhpedemonte+darin a=chofmann
git-svn-id: svn://10.0.0.236/trunk@175051 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 16:55:52 +00:00
mrbkap%gmail.com
1fbc85ce3b bug 111816: Function.prototype.toString returns extra newlines. Moving the newlines into Decompile to preserve the output of new Script().toString(). r=shaver sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@175050 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 16:30:25 +00:00
cltbld
c68dbd08d9 Strip $stagedir from the found $update_file path before continuing to
process the update.

Add the string "Error:" to the printed output when an update is not found.
(chase)


git-svn-id: svn://10.0.0.236/trunk@175049 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 16:10:33 +00:00
mkaply%us.ibm.com
64891024fc #293404
r=mconnor, a=asa
Misspelling fix from devin - devin's first bug fix - nice job


git-svn-id: svn://10.0.0.236/trunk@175048 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 13:36:09 +00:00
joshmoz%gmail.com
dbd2b4bc1e just fix a comment, no code change (mac has a menu bar height of 22, it is not different)
git-svn-id: svn://10.0.0.236/trunk@175047 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 09:29:04 +00:00
timeless%mozdev.org
5a66d98b91 Bug 280234 [FIX]sometimes get ###!!! ASSERTION: tearoff not empty in dtor: '!(GetInterface()||GetNative()||GetJSObject())'
patch by bz r=dbradley sr=brendan a=brendan


git-svn-id: svn://10.0.0.236/trunk@175046 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 08:46:49 +00:00
smontagu%smontagu.org
78b654a4ba Move the workaround for Windows displaying right-to-left presentation forms as left-to-right into Windows-specific code. Bug 204272, r+sr=rbs, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@175045 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 08:03:24 +00:00
timeless%mozdev.org
f2d25b32e4 Bug 290182 firefox nightly trunk builds crashes at start with the localized resouces [@ MSVCRT.DLL - nsTextBoxFrame::UpdateAttributes ]
be nice to vcrt
r=smontagu sr=dveditz a=dveditz


git-svn-id: svn://10.0.0.236/trunk@175044 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 08:01:37 +00:00
mozilla.mano%sent.com
143fb5ab1a Fixing a whitespcae error from my checkin of bug 274374
git-svn-id: svn://10.0.0.236/trunk@175043 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 07:49:43 +00:00
sandeep.konchady%sun.com
d12ef8d85f Modified JSS/JSSE inter communication tests along with JSSPackageTest
and all.pl to use platform specific cert/keystore directory.


git-svn-id: svn://10.0.0.236/trunk@175042 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 05:59:36 +00:00
darin%meer.net
27e8f13ea7 Make ShowProgressUI return even when the updater UI is not active.
git-svn-id: svn://10.0.0.236/trunk@175041 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 05:03:26 +00:00
darin%meer.net
7be76cbb29 Remove commented out code.
git-svn-id: svn://10.0.0.236/trunk@175040 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 04:08:14 +00:00
darin%meer.net
2a1542a6c2 fix win32 bustage
git-svn-id: svn://10.0.0.236/trunk@175039 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 04:06:17 +00:00
darin%meer.net
944f7bc1ec Pass callback parameters as separate arguments.
git-svn-id: svn://10.0.0.236/trunk@175038 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 04:04:36 +00:00
darin%meer.net
19ebdf1a64 Launch Firefox from updater using NSTask instead of system to allow the
updater process to exit.  Otherwise, the user will see the updater icon
in the dock once Firefox launches.  This patch also moves the rest of
the systems away from 'system' to invoke Firefox.


git-svn-id: svn://10.0.0.236/trunk@175037 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 04:03:40 +00:00
smfr%smfr.org
a06a06d9c2 Disable "New Tab" if a non-browser window is the main window. Bug 181560.
git-svn-id: svn://10.0.0.236/trunk@175036 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 03:38:55 +00:00
mozilla.mano%sent.com
a8679b5a5b Bug 274374 - Landing Mac Shell Servie (default browser, set desktup backgorund and mail integration support). patches from ben and me. r=jhpedemonte/josh/mconnor, a=shaver.
git-svn-id: svn://10.0.0.236/trunk@175035 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 02:25:06 +00:00
bsmedberg%covad.net
d3338509cf Last checkin was for bug 297814
git-svn-id: svn://10.0.0.236/trunk@175034 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 01:56:26 +00:00
bsmedberg%covad.net
30e781e751 Bug 279814 - report XML parsing errors to the JS console, r=mrbkap sr=shaver a=chofmann
git-svn-id: svn://10.0.0.236/trunk@175033 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 01:54:42 +00:00
ben%bengoodger.com
30269adffc fix bugs in the downloader panel
git-svn-id: svn://10.0.0.236/trunk@175032 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 01:52:35 +00:00
cltbld
59b6e8ff60 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@175031 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 01:16:05 +00:00
mozilla.mano%sent.com
d290cd297d Bug 298430 - drop support for Mac OS X 10.1. Second part: configure.in changes to block running on 10.1. r=josh a=shaver
git-svn-id: svn://10.0.0.236/trunk@175030 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 01:11:33 +00:00
bsmedberg%covad.net
b274f62adb Bug 295729 - Null-check for nsContentUtils shutdown to avoid a crash during shutdown, r+sr=jst a=drivers
git-svn-id: svn://10.0.0.236/trunk@175029 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 01:05:38 +00:00
mozilla.mano%sent.com
224e8e9d75 Bug 298430 - drop support for Mac OS X 10.1. First part: code cleanup. r=josh, sr=darin, a=shaver
git-svn-id: svn://10.0.0.236/trunk@175028 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 00:59:03 +00:00
cltbld
82149691a3 Change update-staging to aus-staging.mozilla.org. Change ~ to $ENV{HOME}.
(chase)


git-svn-id: svn://10.0.0.236/trunk@175027 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 00:32:58 +00:00
roc+%cs.cmu.edu
d3fc9c1d9c Backing out fix for bug 296838 to see how it's hurting Tp
git-svn-id: svn://10.0.0.236/trunk@175026 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 00:17:45 +00:00
wtchang%redhat.com
26795580b4 Bugzilla bug 298462: removed unused definition of the _PRSockOptVal_t
macro.  The patch is contributed by Patrick Welche <pw-fb@newn.cam.ac.uk>.
r=wtc.


git-svn-id: svn://10.0.0.236/trunk@175025 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 00:13:04 +00:00
cltbld
fa0486e19a Surmise the update mar filename based on the names of mar files the build
system creates. (chase)


git-svn-id: svn://10.0.0.236/trunk@175024 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-23 00:08:42 +00:00
darin%meer.net
48464a35db Change name of full update files from update.mar to $(PKG_BASENAME).mar, r=chase
git-svn-id: svn://10.0.0.236/trunk@175023 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 23:52:41 +00:00
bryner%brianryner.com
fa4650e009 Add a root for mJSObj earlier in WindowStateHolder's ctor to prevent possible gc while traversing child docshells. Bug 298459, r+a=brendan.
git-svn-id: svn://10.0.0.236/trunk@175022 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 22:03:38 +00:00
sergei_d%fi.tartu.ee
e1d7f861ad Bug 298171 Adjusting mouse mask handling, avoiding extra validation with proper view transparency color, cleaning header. r=sergei_d a=asa. BeOS-only changes
git-svn-id: svn://10.0.0.236/trunk@175021 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 21:44:00 +00:00
dveditz%cruzio.com
8f4a8c06a9 bug 298054: fix xpinstall eval() crash. Thanks to shutdown and Mnyromyr for pointing out the flaw and the patch, r=timeless, sr=dveditz, a=dveditz
git-svn-id: svn://10.0.0.236/trunk@175020 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 21:37:25 +00:00
darin%meer.net
da2565e612 We need to eliminate symlinks in the resulting application bundle since
FSCopyObject skips over symlinks, which would cause nsUpdateDriver.cpp
to fail to copy the complete updater bundle.


git-svn-id: svn://10.0.0.236/trunk@175019 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 20:52:53 +00:00
darin%meer.net
45e8135a9b Make nsUpdateDriver.cpp work on Mac OSX.
git-svn-id: svn://10.0.0.236/trunk@175018 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 20:51:27 +00:00
doronr%us.ibm.com
e84f063dd2 Bug 298140 - Extension Manager regressions. patch by rob strong, r/a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175017 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 20:29:45 +00:00
mozilla.mano%sent.com
1f8536f99e Bug 264562 - Disable FAYT on about:blank / about:config. patch from Michael Clackler <mikeclackler@hotmail.com> and Jaime Mitchell <bugzilla@jaimem.org.uk>, r=mconnor, a=asa.
git-svn-id: svn://10.0.0.236/trunk@175016 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 20:17:25 +00:00
vladimir%pobox.com
7a2d314629 b=298353,298367,298335 need to make calendar views shrinkable, add context menu support to views, fix bug with last day not being queried correctly in views. r=vladimir
git-svn-id: svn://10.0.0.236/trunk@175015 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 19:41:12 +00:00
db48x%yahoo.com
d723d58bc8 bug 291375: toolkit: javascript strict warning in tabbrowser.xml - redeclaration of var reallyClose
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=bsmedberg, a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@175014 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 19:07:36 +00:00
scott%scott-macgregor.org
839af022e1 Bug #289197 --> When opening offline settings, we should bring up the options dialog, select the advanced
pane and then select the offline settings tab in that pane.


git-svn-id: svn://10.0.0.236/trunk@175013 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 18:16:28 +00:00
cltbld
5d21ba01f1 Add build ID to the information contained in the snippet and sent to AUS.
(chase)


git-svn-id: svn://10.0.0.236/trunk@175012 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 17:50:30 +00:00
shaver%mozilla.org
1db676aed1 Bug 298357: maintain style rules to set the colour of entries (foreground, for
month view) based on the user's preferences. r=vlad.


git-svn-id: svn://10.0.0.236/trunk@175011 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 17:20:42 +00:00
shaver%mozilla.org
e5adf5f185 Select correct theme, in preparation for building from base/jar.mn
git-svn-id: svn://10.0.0.236/trunk@175010 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 17:17:52 +00:00
mconnor%steelgryphon.com
3752b9d0a3 bug 251625 - .part files not removed when cancelling download. r=bsmedberg, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@175009 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 17:12:14 +00:00
shaver%mozilla.org
ab6f56e28f remove unused remnant
git-svn-id: svn://10.0.0.236/trunk@175008 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 17:10:26 +00:00
shaver%mozilla.org
6bf7caeb1d Bug 298357: maintain style rules to set the colour of entries (foreground, for
month view) based on the user's preferences. r=vlad.


git-svn-id: svn://10.0.0.236/trunk@175007 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 17:02:23 +00:00
shaver%mozilla.org
126e933c97 Bug 298357: set the item's calendar's URI as an attribute so that we can
style the bejeezus out of it based on the user's calendar prefs. r=vlad.


git-svn-id: svn://10.0.0.236/trunk@175006 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 16:59:03 +00:00
kairo%kairo.at
9d18d42e32 bug 121443 - Default Button for Save Password Dialog should be "No", p=ajschult@verizon.net r+sr=Neil a=asa
git-svn-id: svn://10.0.0.236/trunk@175005 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 16:07:59 +00:00
cltbld
b755a68c63 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@175004 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 16:06:15 +00:00
kairo%kairo.at
239e6ee7ea bug 297257 - include reporter in suite, p=ajschult@verizon.net r=bsmedberg sr=Neil a=chofmann
git-svn-id: svn://10.0.0.236/trunk@175003 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 16:01:08 +00:00
cls%seawood.org
397dcb6520 Use HOST_EXTRA_LIBS for linking HOST_PROGRAMS.
Do not define WinMain() for gcc builds.
Bug #298417 r=bsmedberg a=chofmann


git-svn-id: svn://10.0.0.236/trunk@175002 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 15:55:32 +00:00
dougt%meer.net
7c619a3f9f Remving toolkit components from our link. I am not actually sure why i enabled them here... hmm. NPODB
git-svn-id: svn://10.0.0.236/trunk@175001 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 15:46:09 +00:00
gandalf%firefox.pl
1082882c61 Bug 266456: "Gecko" hardcoded in credits.xhtml; p=p.franc@gmail.com,r=me,a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@175000 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 13:52:42 +00:00
neil%parkwaycc.co.uk
e2c3bfee12 Trying to fix bug 297155 without hurting Tp so much r+sr=jag a=asa
git-svn-id: svn://10.0.0.236/trunk@174999 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 11:03:11 +00:00
cltbld
37a5c04bf5 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174997 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 05:36:05 +00:00
cls%seawood.org
ed472facd8 Remove midl version check.
Bug #298260 r,a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@174996 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 05:26:15 +00:00
dougt%meer.net
c659c0e62d createDC can accept a null init data. We need to handle this or crash.
git-svn-id: svn://10.0.0.236/trunk@174995 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 05:18:46 +00:00
joshmoz%gmail.com
bbd01d4ed2 don't allow resizing of mac update window
git-svn-id: svn://10.0.0.236/trunk@174993 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 04:08:18 +00:00
cltbld
3ef7a583db Use the expected hash value for the update info.
git-svn-id: svn://10.0.0.236/trunk@174989 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 02:43:28 +00:00
cltbld
edd137706a Package update.mar and inform auslite about the new file. Bug 297960,
attachment 186982. (chase)


git-svn-id: svn://10.0.0.236/trunk@174988 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 02:36:09 +00:00
cmp%mozilla.org
d1a6f14a9d Build the MAR file by packaging dist/$(MOZ_PKG_APPNAME) instead of dist/bin
as that location has been tailored to for distribution.  a=asa


git-svn-id: svn://10.0.0.236/trunk@174987 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 02:17:13 +00:00
jst%mozilla.jstenback.com
79ba7b6cdd Fixing bug 296704. Make re-dispatching of events work as expected. r=dveditz@cruzio.com, sr=bryner@brianryner.com, a=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@174986 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:53:58 +00:00
darin%meer.net
422868f8c5 Make the updater window a bit wider to accommodate localized text.
git-svn-id: svn://10.0.0.236/trunk@174985 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:48:54 +00:00
roc+%cs.cmu.edu
290874fce6 Restoring fix for bug 295571
git-svn-id: svn://10.0.0.236/trunk@174984 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:38:49 +00:00
darin%meer.net
3bfe3554b9 Make sure the updater UI is initially visible to the user.
git-svn-id: svn://10.0.0.236/trunk@174983 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:26:28 +00:00
jst%mozilla.jstenback.com
67ec9d263d Fixing bug 284245. Make midas work in an iframe across re-framing of the iframe. r+sr=dbaron@mozilla.org, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174982 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:25:41 +00:00
timeless%mozdev.org
83d7f746d7 Bug 252405 proxy settings import doesn't strip http:// if present in IE
patch by ted.mielczarek@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@174981 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:18:40 +00:00
darin%meer.net
a06a430c50 Make ShowProgressUI return when QuitProgressUI is called instead of terminating
the updater process.


git-svn-id: svn://10.0.0.236/trunk@174980 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:06:41 +00:00
ben%bengoodger.com
548461fcea default background checking to OFF for now
git-svn-id: svn://10.0.0.236/trunk@174979 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:00:56 +00:00
ben%bengoodger.com
905bc91823 undo oops
git-svn-id: svn://10.0.0.236/trunk@174978 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 01:00:09 +00:00
ben%bengoodger.com
bc94ec73e5 Many update improvements: making background update work properly. User nagging after user opts to do something later. Rework timer manager so it's less retarded. etc.
git-svn-id: svn://10.0.0.236/trunk@174977 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 00:59:50 +00:00
jwatt%jwatt.org
932ac5ad44 Follow up patch for bug 62485. script type="text/ecmascript" is not recognized. r+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174976 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 00:50:32 +00:00
darin%meer.net
75aeebd3b2 Leverage -C command line flag when calling the mar executable to avoid
need to "cd" into $workdir.  This allows us to locate the mar executable
using a relative file path, which is a good thing since $PWD is sometimes
not set correctly on the tinderbox systems.  (This patch is based on
discussion with Chase over IRC.)


git-svn-id: svn://10.0.0.236/trunk@174975 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 00:32:16 +00:00
darin%meer.net
ed149e610d Add support for "-C working_dir" a'la GNUmake to simplify building mar files.
git-svn-id: svn://10.0.0.236/trunk@174974 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 00:26:29 +00:00
joshmoz%gmail.com
f7416eac26 back out attempt to make ShowProgressUI return. it doesn't work right
git-svn-id: svn://10.0.0.236/trunk@174973 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-22 00:16:01 +00:00
joshmoz%gmail.com
0e9aa232f8 make ShowProgressUI return in Mac OS X updater
git-svn-id: svn://10.0.0.236/trunk@174971 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 23:52:26 +00:00
neil%parkwaycc.co.uk
b35c5cf24a perf test over, move along now, nothing to see, original b=297155 r+sr=jag a=asa
git-svn-id: svn://10.0.0.236/trunk@174970 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 23:36:49 +00:00
roc+%cs.cmu.edu
887b5d232f Backing out fix for bug 295571 to see if that caused Tp hurt
git-svn-id: svn://10.0.0.236/trunk@174969 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 23:22:33 +00:00
neil%parkwaycc.co.uk
029ee23979 Bug 298176 Can't have a filter that only copies r+sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@174968 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 23:19:35 +00:00
mats.palmgren%bredband.net
6491dca61b Give up if the old focus was removed from the document. b=298250 r+sr=bryner a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174966 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 22:55:39 +00:00
roc+%cs.cmu.edu
d37e04c2ca Bug 296377. Frames that use -moz-appearance may be transparent even if their background color is set, because the background color is not painted. r+sr=dbaron,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174964 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:53:10 +00:00
dougt%meer.net
e0cdf3a25b Removing CheckStackGrowthDirection. bug 242518. r=brendan, a=brendan
git-svn-id: svn://10.0.0.236/trunk@174963 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:51:17 +00:00
jst%mozilla.jstenback.com
454862af81 Fixing bug 295093. Check the window chrome flags when opening a new window before pushing the callee context onto the context stack. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=dveditz@curzio.com
git-svn-id: svn://10.0.0.236/trunk@174962 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:42:08 +00:00
brendan%mozilla.org
c3376c183f Use runtime-wide access check hook as a default per-object (296397, r=shaver, sr=jst, a=drivers).
git-svn-id: svn://10.0.0.236/trunk@174960 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:31:26 +00:00
pavlov%pavlov.net
b33e347844 s/setEventProperty/setItemProperty/ and adding code to properly set the dialog title
git-svn-id: svn://10.0.0.236/trunk@174959 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:24:53 +00:00
joshmoz%gmail.com
269946319d part 2 of landing for bug 282940. actually make the switch to CFRunLoop. a=asa
git-svn-id: svn://10.0.0.236/trunk@174958 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:04:37 +00:00
pavlov%pavlov.net
7bfda5d2a7 adding new task toolbar item
git-svn-id: svn://10.0.0.236/trunk@174957 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:01:28 +00:00
pavlov%pavlov.net
33fb42fc98 adding todo support to dialog.
git-svn-id: svn://10.0.0.236/trunk@174956 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 21:00:47 +00:00
joshmoz%gmail.com
fa3ae13981 part 1 of landing for bug 282940 (move FF and TB to CFRunLoop) - simply clean up old Mac OS classic code. a=asa
git-svn-id: svn://10.0.0.236/trunk@174954 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 20:43:11 +00:00
darin%meer.net
764cd6f3c4 Install updater.ini into the proper place on Mac OSX.
git-svn-id: svn://10.0.0.236/trunk@174953 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 20:26:54 +00:00
bienvenu%nventure.com
fef463dab7 fix topcrasher when deleting virtual folder, sr=mscott a=asa 295750
git-svn-id: svn://10.0.0.236/trunk@174952 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 20:15:15 +00:00
aaronleventhal%moonset.net
8100a5a298 Bug 281538. Fix new richlistbox widget to expose itself to screen readers and other assistive technologies. r=mconner, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174951 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 20:13:56 +00:00
aaronleventhal%moonset.net
9c80f552e1 Bug 297927. Fix accessible focus events on program launch. r=timeless, sr=tor, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174950 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 20:07:26 +00:00
shaver%mozilla.org
152f6c1b95 Bug 295990: fix creation of multiple storage calendars, by finding an unused
id via brute force and ignorance. r=vlad,r2=pavlov.


git-svn-id: svn://10.0.0.236/trunk@174949 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 19:45:13 +00:00
timeless%mozdev.org
43cebbec77 Bug 297433 On Mac OS X preview.png and icon.png in Firefox's classic.jar are not available when using the jar protocol
patch for mail
patch by rob_strong@exchangecode.com r=mscott a=asa


git-svn-id: svn://10.0.0.236/trunk@174948 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 19:01:20 +00:00
timeless%mozdev.org
4c7ec02a7b Bug 297433 On Mac OS X preview.png and icon.png in Firefox's classic.jar are not available when using the jar protocol
patch for calendar
patch by rob_strong@exchangecode.com r=shaver a=asa


git-svn-id: svn://10.0.0.236/trunk@174947 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 19:00:42 +00:00
doronr%us.ibm.com
1f29012d33 Bug 298186 - richlistbox - richlistitem's disabled property is not available except by using getAttribute. r=mconnor a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174945 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 18:13:01 +00:00
doronr%us.ibm.com
77943145c8 XForms Bug 293597 - itemset does not work with external instance. r=smaug/aaronr a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174943 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 16:47:29 +00:00
christophe.ravel.bugs%sun.com
431f5eb303 297965 - Add a marker at the end of the test result report (result.html)
r: Julien
mozilla/security/nss/tests/common/cleanup.sh
Add END_OF_TEST<BR> before </BODY>


git-svn-id: svn://10.0.0.236/trunk@174942 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 16:31:57 +00:00
cltbld
759b020cce Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174941 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 16:06:08 +00:00
kairo%kairo.at
50466dbcfe bug 294943 - Implement nsIXULAppInfo in suite trunk, also fixes building of suite/ for suite, r=bsmedberg sr=Neil a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174940 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 16:01:09 +00:00
gandalf%firefox.pl
abc5adb0b0 adding a few locales to tinderbox
git-svn-id: svn://10.0.0.236/trunk@174939 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 15:16:07 +00:00
timeless%mozdev.org
ba9a139478 Bug 298053 directoryservice.nsIProperties.has("nonexistant") should return false instead of throwing an exception
r=dougt a=asa


git-svn-id: svn://10.0.0.236/trunk@174935 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 14:45:50 +00:00
smontagu%smontagu.org
b25c8e512d Make ComputeWordFragmentDimensions() look at the content data from the next frame instead of this frame. Bug 282760, patch by Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@174930 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 09:11:18 +00:00
joshmoz%gmail.com
9117a63b8c add localization code to the mac updater UI. It won't work until the call to ReadStrings() can succeed, but the code for when that happens is all there.
git-svn-id: svn://10.0.0.236/trunk@174929 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 08:36:11 +00:00
leon.sha%sun.com
e0317d52f4 Bugzilla Bug 297031 The default font setting on xft enabled firefox is not correct.
Patch maker: leon.sha@sun.com
blizzard: review+
roc: superreview+
asa: approval-aviary1.1a2+


git-svn-id: svn://10.0.0.236/trunk@174928 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 06:08:27 +00:00
bmlk%gmx.de
f0cdc1dedb fix reflow reason for special height reflow, reevaluate height reflow conditions as tables with fixed layout might have one reflow less bug 293761 r/sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@174927 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 04:50:42 +00:00
mrbkap%gmail.com
99edda1686 bug 298264: Change (to if-returns) and remove unnecessary NS_ENSURE_SUCCESS()s to reduce debug clutter. r=jst sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174926 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 04:29:02 +00:00
roc+%cs.cmu.edu
55544718d6 Bug 296838. Allow drawWindow to draw fixed-position elements. rubberstamp r+sr=dbaron,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174925 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 04:07:04 +00:00
roc+%cs.cmu.edu
efe34d1206 Bug 295571. Make sure we resize the combobox dropdown's view and widget if we reflow the combobox while its dropdown is showing. r+sr=dbaron,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174924 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 04:04:12 +00:00
masayuki%d-toybox.com
3a0ba5ab75 Bug 294168 IME transaction of Undo/Redo buffer is broken when selected text is deleted by IME input r=timeless, sr=sfraser, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174923 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 03:42:39 +00:00
bryner%brianryner.com
76a5374359 Make sure to null out the pres context's container when putting the page into session history (bug 297173). r+sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@174920 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 02:18:57 +00:00
ben%bengoodger.com
531ffc2966 Tidy up finished page some more
git-svn-id: svn://10.0.0.236/trunk@174919 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 02:04:47 +00:00
mkanat%kerio.com
c82af3d8df Bug 296039: [PostgreSQL] Cannot create a new product
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk


git-svn-id: svn://10.0.0.236/trunk@174918 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 01:39:07 +00:00
christophe.ravel.bugs%sun.com
27985b1719 297573 - Modify JSS tests such that they access certs from platform specific directories
r: Sandeep
Force Perl to do unbuffered output to avoid having Java and
Perl output out of sync.


git-svn-id: svn://10.0.0.236/trunk@174915 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 01:17:30 +00:00
cmp%mozilla.org
fe67d047b8 Call make_full_update.sh from the current directory instead of changing
into $(DIST)/bin.  Bug 297960, attachment 186865.  a=asa


git-svn-id: svn://10.0.0.236/trunk@174911 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 00:41:37 +00:00
scott%scott-macgregor.org
a6c9a82a16 Bug #256545 --> Add a new quick search term for searching for To or Cc.
Patch by Mark Peek <mark@peek.org>

sr=mscott


git-svn-id: svn://10.0.0.236/trunk@174910 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 00:38:32 +00:00
pinkerton%aol.net
1ef15eea89 0.9a1+ branding for trunk
git-svn-id: svn://10.0.0.236/trunk@174909 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 00:29:41 +00:00
mats.palmgren%bredband.net
f1ffae0752 Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@174908 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-21 00:00:14 +00:00
mrbkap%gmail.com
f39c884ed5 bug 173067: Fix unterminated character class error messages to use flat (single byte) strings instead of wide ones, so that the whole class is output, and not just the first character. r+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174905 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:43:56 +00:00
neil%parkwaycc.co.uk
1534690beb Looking at perf impact of tabbed mode b=297155 r+sr=jag a=asa
git-svn-id: svn://10.0.0.236/trunk@174904 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:41:29 +00:00
mats.palmgren%bredband.net
1542a75ce7 Adjust current index of combobox when options are added or removed. b=286170 r+sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@174900 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:26:35 +00:00
ben%bengoodger.com
a0fa232c8c work on improving 'updates found' page
git-svn-id: svn://10.0.0.236/trunk@174899 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:23:45 +00:00
darin%meer.net
a1f611051b fixes bug 297862 "Provide an API to restart the application" r=bsmedberg a=asa
git-svn-id: svn://10.0.0.236/trunk@174895 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:18:00 +00:00
relyea%netscape.com
af3ae891c5 Arg! This change was supposed to go to a branch, not the tip. back it out now.
bob


git-svn-id: svn://10.0.0.236/trunk@174893 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:14:45 +00:00
relyea%netscape.com
ea98d14037 Test multiaccess Databases. This patch causes softoken to Always use the
multiaccess Database for clients. This is not intended for the final release


git-svn-id: svn://10.0.0.236/trunk@174891 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 23:11:25 +00:00
scott%scott-macgregor.org
78d6679f3f Bug #238614 --> TB09 crashed after cancelling message send operation [@ nsQueryInterface::operator()]
Patch by Jan Darmochwal <jdarmochwal@gmx.de>

r=mscott
sr=bienvenu
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174890 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:51:03 +00:00
lpsolit%gmail.com
f28fb03f79 Bug 180792: Setting and/or updating flags does not update last changed date - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@174889 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:46:39 +00:00
scott%scott-macgregor.org
1c2d5422fc Add small throbber images to the qute theme. Required by the new update service
git-svn-id: svn://10.0.0.236/trunk@174888 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:39:30 +00:00
ben%bengoodger.com
0e2e658c9b Make sure we close input streams properly when reading the update files so we don't create lots of active-update.xml files, also use more exception handling to ensure streams are reliably closed.
git-svn-id: svn://10.0.0.236/trunk@174887 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:29:31 +00:00
lpsolit%gmail.com
66a6bcfa70 Backing out bug 180792. A table is locked as READ while my patch tries to write in it :(
git-svn-id: svn://10.0.0.236/trunk@174886 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:20:50 +00:00
scott%scott-macgregor.org
20925cb10c Bug #269483 --> more smart update changes. Make the update menu item change depending on update state.
git-svn-id: svn://10.0.0.236/trunk@174885 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:14:42 +00:00
bryner%brianryner.com
89fff37c75 For fastback, dispatch the title change notification after we've updated our history entry in the docshell, so that we don't set the title on the wrong history entry. Bug 296745, r+sr=darin, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174884 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:06:30 +00:00
wtchang%redhat.com
12b3e2fe4a Bugzilla Bug 294017: make PR_NETADDR_SIZE return the correct value on
Windows because Windows' struct in6_addr has different alignment from
PRIPv6Addr.  The patch is contributed by Shanmu <shanmus@gmail.com>. r=wtc.
Modified Files: md/_win95.h md/_winnt.h private/primpl.h


git-svn-id: svn://10.0.0.236/trunk@174883 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 22:05:20 +00:00
ben%bengoodger.com
d8ba61433a Change wording on background download prompt dialog
git-svn-id: svn://10.0.0.236/trunk@174881 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 21:26:13 +00:00
ben%bengoodger.com
83e4981f4c Make the update menu item change depending on update state
git-svn-id: svn://10.0.0.236/trunk@174880 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 21:25:45 +00:00
dbaron%dbaron.org
806d014cd4 Zooming way down should not make bullets larger. b=296219 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@174879 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 21:25:41 +00:00
bienvenu%nventure.com
42519f02a1 fix 273032 downloading imap attachments doesn't go through memory cache, sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174878 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 21:15:20 +00:00
lpsolit%gmail.com
f2c018468b Bug 289693: EditSettings page changes name from the link in the footer - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@174877 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 21:14:52 +00:00
ben%bengoodger.com
6c58fbd08e Make pause and resume work properly across UI sessions, allow the UI to be reopened and show current state of update download...
git-svn-id: svn://10.0.0.236/trunk@174876 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 20:56:25 +00:00
lpsolit%gmail.com
e4fc1997b4 Bug 244533: Display "only the 200 most relevant bugs are shown" only when more than 200 bugs are found - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
git-svn-id: svn://10.0.0.236/trunk@174875 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 20:35:58 +00:00
lpsolit%gmail.com
5363985880 Bug 298196: process_bug.cgi updates delta_ts even when no modifications are made - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@174873 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 20:22:36 +00:00
lpsolit%gmail.com
74b5dfcf2b Bug 297794: initBug's verification of user_id being an email is bogus - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@174872 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 20:16:32 +00:00
lpsolit%gmail.com
2725687439 Bug 180792: Setting and/or updating flags does not update last changed date - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@174871 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 20:04:24 +00:00
lpsolit%gmail.com
9e565ed59e Bug 296887: Do not display the quip entry field when quip_list_entry_control is set to 'closed' - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@174869 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:42:11 +00:00
lpsolit%gmail.com
59988f5fce Bug 151411: "(This bug is not in your list)" is confusing - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=myk,LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@174868 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:30:29 +00:00
cltbld
3c39e69d24 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174867 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:27:42 +00:00
joshmoz%gmail.com
caef0b42aa better fix for per-build config. patch by Mark Mentovai. b=296900 r=pink sr=smfr
git-svn-id: svn://10.0.0.236/trunk@174866 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:26:05 +00:00
joshmoz%gmail.com
9f29512f53 better support for per-build configuration. patch by Mark Mentovai. b=296900 r=josh r=cls a=asa
git-svn-id: svn://10.0.0.236/trunk@174865 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:24:51 +00:00
scott%scott-macgregor.org
f93dc4585b Bug #178006 --> fix some JS warnings
patch by Serge Gautherie gautheri@noos.fr


git-svn-id: svn://10.0.0.236/trunk@174864 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:19:15 +00:00
lpsolit%gmail.com
109cc5ca7c Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@174863 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:16:34 +00:00
darin%meer.net
9295ebc081 fixes bug 288053 "consider enabling automatic-ntlm auth for proxies (again)" r=mcsmurf sr=bryner a=asa
git-svn-id: svn://10.0.0.236/trunk@174862 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:12:48 +00:00
joshmoz%gmail.com
19e2190f68 don't allow user to quit out of Mac OS X updater by any means until the patching job is finished
git-svn-id: svn://10.0.0.236/trunk@174861 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:10:19 +00:00
Olli.Pettay%helsinki.fi
9e6145a7b7 Bug 297692, Submission in non-default model doesn't work. p=aaronr, r=doron+me, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@174860 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:08:46 +00:00
mrbkap%gmail.com
21dd84d4c6 Remove tabs introduced by my checkin for bug 287630. rs+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174859 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 19:07:30 +00:00
scott%scott-macgregor.org
b74530b1ef Bug #178091 --> implement Mail.app / 4.x Mac communicator like versions of the "move/copy" menus. Use
a single menu list, indenting subfolders, instead of using submenus for each folder level.

Currently only the folder picker in the search dialog has been convertered to use this.

patch by Neil
r=mscott
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@174858 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 18:44:23 +00:00
scott%scott-macgregor.org
37c91f519a Bug #293023 --> Effects debug builds only. Quiet a noisy warning, many clients do ask for string resources that don't
exist.

r=sfraser
sr=darin
a=asa


git-svn-id: svn://10.0.0.236/trunk@174857 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 18:38:46 +00:00
scott%scott-macgregor.org
ec0667a857 Bug #293815 --> Add Spam Pal to the list of default isp spam headers for Thunderbird
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@174856 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 18:36:00 +00:00
joshmoz%gmail.com
cfca49526d make Mac OS X update UI work.
git-svn-id: svn://10.0.0.236/trunk@174855 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 18:33:36 +00:00
darin%meer.net
ce335344f8 fixes bug 296163 "PAC files containing non-ASCII text (comments) fail to load." r=biesi a=asa
git-svn-id: svn://10.0.0.236/trunk@174853 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 17:47:38 +00:00
darin%meer.net
b19c32b495 fixes bug 297973 "It's possible to allocate a nsAString in the Gecko SDK" r=bryner sr=dbaron a=asa
git-svn-id: svn://10.0.0.236/trunk@174852 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 17:26:56 +00:00
jst%mozilla.jstenback.com
fecaf7f5b3 Fixing bug 296830. Use the principal of the calling code in document.open(), not that of the calling window. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@174851 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 16:18:35 +00:00
steffen.wilberg%web.de
4c7592ed15 Bug 295138: Document Reporter tool. p=gidsgoldberg@gmail.com, r=jeff, a=asa
git-svn-id: svn://10.0.0.236/trunk@174850 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 13:48:49 +00:00
shaver%mozilla.org
a4711657c6 Bug 298032: make sure that we set the IMPLIB-directing LDFLAGS after the
initialization from OS_LDFLAGS. r=bsmedberg, a=asa.


git-svn-id: svn://10.0.0.236/trunk@174846 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 13:01:58 +00:00
steffen.wilberg%web.de
eb7ef75064 Bug 260054: fix nasty typo. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174845 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 11:52:01 +00:00
neil%parkwaycc.co.uk
1f0fcf9838 File Bookmark should preselect New Bookmarks folder b=250783 p=f.qu@laposte.net r+sr=me a=asa
git-svn-id: svn://10.0.0.236/trunk@174841 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 09:03:06 +00:00
mozilla.mano%sent.com
3df00d466b Bug 258485 - Change 'Reload Live Bookmark' accesskey to 'L' (and expose it in the Bookmarks Manager). patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174839 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 06:49:56 +00:00
mozilla.mano%sent.com
38c6c06a38 Bug 291516 - [Mac] restore Command-Arrow navigation shortcuts. r=ben a=asa
git-svn-id: svn://10.0.0.236/trunk@174838 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 06:39:22 +00:00
jshin%mailaps.org
7c0c7ee493 bug 286584 : Implement IDN punycode display by .tld (r=gerv, sr=darin, a=asa)
git-svn-id: svn://10.0.0.236/trunk@174837 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 05:23:30 +00:00
roc+%cs.cmu.edu
ce1b9ce1d3 Bug 186485. The nsLineBox maximum-width includes the block's left border-padding but not the right. r+sr=roc,a=asa,patch by Hideo Saito
git-svn-id: svn://10.0.0.236/trunk@174836 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 03:42:19 +00:00
roc+%cs.cmu.edu
81c2c6644b Bug 223737. Always reflow the next line after splitting a frame, even if it's complete. r+sr=roc,a=asa,patch by Hideo Saito
git-svn-id: svn://10.0.0.236/trunk@174835 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 03:38:45 +00:00
bryner%brianryner.com
56eda65b90 Followup to bug 292971 -- fix string comparison. r=darin a=asa.
git-svn-id: svn://10.0.0.236/trunk@174834 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 03:38:30 +00:00
robert%accettura.com
52d425f964 Bug 297792 Javascript strict warning p=hskupin@gmail.com r=me a=asa
git-svn-id: svn://10.0.0.236/trunk@174833 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-20 03:13:24 +00:00
ben%bengoodger.com
c154c52f1a work on finish page for wizard
git-svn-id: svn://10.0.0.236/trunk@174832 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 23:43:26 +00:00
ben%bengoodger.com
7e2e911b3a Make downloading page work nicely, remove update manager components for now
git-svn-id: svn://10.0.0.236/trunk@174831 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 22:42:25 +00:00
bugzilla%arlen.demon.co.uk
239f048ccd Bug 243902 about:plugins includes a link to netscape
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@174830 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 19:48:21 +00:00
pinkerton%aol.net
8990ab0894 release notes for 09a1 in disk image
git-svn-id: svn://10.0.0.236/trunk@174829 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 18:48:01 +00:00
pinkerton%aol.net
67f0c8b238 mention cb.org and cache file external to profile
git-svn-id: svn://10.0.0.236/trunk@174828 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 18:41:45 +00:00
cbiesinger%web.de
96b0bb1a66 bug 289695 use the right free function
patch by Itay Perl <itay.perl@gmail.com> r=bsmedberg a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@174827 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 18:09:51 +00:00
brendan%mozilla.org
10f7496902 Fast followup to last patch: use 2, not 1.5, as base for exponential growth (note ida->length >= 8, so no need to JS_MAX here).
git-svn-id: svn://10.0.0.236/trunk@174826 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 15:53:31 +00:00
gandalf%firefox.pl
a33cfdc5c9 adding fr to mail tinderbox
git-svn-id: svn://10.0.0.236/trunk@174825 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 15:01:54 +00:00
brendan%mozilla.org
bdb1e64ac2 Fix transition from 0 length JSIdArray bug, and old over-allocating loop body order bug in JS_Enumerate to boot (r=bryner).
git-svn-id: svn://10.0.0.236/trunk@174824 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 07:26:20 +00:00
mkaply%us.ibm.com
3b803a7cb7 OS/2 only changes to get sunbird building on OS/2
git-svn-id: svn://10.0.0.236/trunk@174823 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 02:30:55 +00:00
db48x%yahoo.com
16ec363ccd bug 296888: enable reporter as part of default install for windows and linux builds
r=jay, a=asa


git-svn-id: svn://10.0.0.236/trunk@174822 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-19 01:14:26 +00:00
smfr%smfr.org
c59cd9cc03 Fix bug 181560: allow New Tab to be available when no window is open; it will open a new window, following the pref for what to load in a new tab.
git-svn-id: svn://10.0.0.236/trunk@174820 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 18:44:31 +00:00
joshmoz%gmail.com
19d08087cc fix bad pointer operator for gcc 4 - why did gcc 3.3 even accept that
git-svn-id: svn://10.0.0.236/trunk@174819 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 18:02:50 +00:00
gandalf%firefox.pl
4e96962028 Bug 261679: Provide anti-aliased PNG icons for Gnome and KDE; p=marek.stepien@gmail.com, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174818 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 12:32:48 +00:00
mozilla.mano%sent.com
cbd235b587 Bug 284776 - Need support in dialog.xml for setting a default button. r=mconnor a=asa.
git-svn-id: svn://10.0.0.236/trunk@174817 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 10:21:49 +00:00
jst%mozilla.jstenback.com
cb97d7d6da Fixing bugstage.
git-svn-id: svn://10.0.0.236/trunk@174816 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 07:59:49 +00:00
jst%mozilla.jstenback.com
29d3488af3 Fixing bugstage.
git-svn-id: svn://10.0.0.236/trunk@174815 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 07:17:11 +00:00
jst%mozilla.jstenback.com
c9a2d89818 Fixing bug 176079. Provide an API for plugins to control whether popups are enabled or not. Disable popups by default from plugins, but enable/disable popups while handling user input events (mouse click, keydown etc) on the platforms where it's possible (Win32 and Mac), but do that only if the plugin doesn't support the popup enabling/disabling API. r+sr+a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174814 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 06:06:45 +00:00
joshmoz%gmail.com
764ced180d Make Mac OS X updater UI actually show up, and center it. The progress bar doesn't update still, but we're closer.l
git-svn-id: svn://10.0.0.236/trunk@174813 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 05:40:08 +00:00
jshin%mailaps.org
c3fd4dd9d3 bug 297584 : MS IE profile migrator casts LWPSTR to |char *| and treats the result as UTF-8. fixes memory leaks as well (r=cbie, sr=darin, a=asa)
git-svn-id: svn://10.0.0.236/trunk@174812 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 01:33:50 +00:00
darin%meer.net
a7eee33bae Generate dist/bin/updater.app
git-svn-id: svn://10.0.0.236/trunk@174811 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 01:25:35 +00:00
darin%meer.net
b6d2f4573a Adding application bundle for updater. Provided by Josh Aas.
git-svn-id: svn://10.0.0.236/trunk@174810 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 01:16:26 +00:00
brendan%mozilla.org
387e19d3b7 After > 10 years, fix the mistake whereby scripted-functions compiled from native code lack the enumerate flag (292953, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@174809 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 01:13:46 +00:00
darin%meer.net
cb6c7ce809 Landing part of the progress UI for OSX from Josh Aas and hooking it up to the build.
git-svn-id: svn://10.0.0.236/trunk@174808 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 00:59:37 +00:00
steffen.wilberg%web.de
fc604760e5 Bug 184350: About Popup Blocking dialog has a _working_ resizer in the status bar example. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174807 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-18 00:04:35 +00:00
steffen.wilberg%web.de
0d3c8a5fe9 Bug 297307: Tools -> DOM Inspector opens empty. r/a=benjamin.
git-svn-id: svn://10.0.0.236/trunk@174806 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 23:35:53 +00:00
cltbld
649b1ef5ac Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174805 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 23:07:52 +00:00
darin%meer.net
f1f048ab8c fixes bug 297976 "Conditionally generate makefile for tools/update-packaging" r=cls
git-svn-id: svn://10.0.0.236/trunk@174804 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 22:59:13 +00:00
timeless%mozdev.org
68c9d0c7e9 Bug 296892 OOM crash [@ nsSocketTransport::Init]
r=darin sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@174803 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 22:58:18 +00:00
ben%bengoodger.com
54e6c5e0b2 make status notification prettier, part 1 of n
git-svn-id: svn://10.0.0.236/trunk@174802 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 22:55:58 +00:00
bryner%brianryner.com
386159537a null-check mDocument in case firing onload causes it to go away (bug 298022). r=darin, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174801 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 21:49:01 +00:00
cbiesinger%web.de
0f728f0e37 bug 246085 nsCategoryManager should notify observers when items are added/removed from categories
r=dougt sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@174800 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 21:07:47 +00:00
cltbld
691c0f3fcd Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174799 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 21:07:30 +00:00
darin%meer.net
4d92938929 fixes bug 298046 "XRE_PROFILE_TEMP_PATH should be XRE_PROFILE_LOCAL_PATH" r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174798 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 21:03:53 +00:00
cbiesinger%web.de
2ce7d2cbfa Bug 129216 Integrate Python xpcom bindings with build system
patch by Mark Hammond <mhammond@skippinet.com.au> / Remy C. Cool
<dev-python@smartology.nl> / Christian Persch <chpe@gnome.org>
r+a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@174797 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 21:03:43 +00:00
cls%seawood.org
30acda75db Define _WIN32_IE for mingw builds. Fixing bustage.
Thanks to Sebastian Tusk <bugzilla.20.scyt@spamgourmet.com> for the patch.
Bug #297999 r=cls a=asa


git-svn-id: svn://10.0.0.236/trunk@174796 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:57:56 +00:00
bienvenu%nventure.com
dd8a109559 handle missing/invalid db's when bring up rss subscribe ui, sr=mscott, a=asa 289958
git-svn-id: svn://10.0.0.236/trunk@174795 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:52:06 +00:00
bienvenu%nventure.com
7dc96fd0ba don't do charset conversion on text when stripping attachments, 286446 sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174794 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:51:25 +00:00
bienvenu%nventure.com
b59b15a2ff fix invalidating of thread pane when deleting last message in group sr=mscott, a=asa 268969
git-svn-id: svn://10.0.0.236/trunk@174793 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:50:16 +00:00
scott%scott-macgregor.org
917b0a1a6c Bug #227873 ---> semicolons in vcard fields
Patch by Andrew Taylor <ataylor@its.to>

r=bienvenu
sr=mscott
a=asa


git-svn-id: svn://10.0.0.236/trunk@174792 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:47:47 +00:00
scott%scott-macgregor.org
5d8ea50c96 Bug #251204 --> Folder/message size could be expressed in max. 3 digits to save space
minor UI optimization

Patch by aceman <acelists@atlas.sk>

r=mscott
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@174791 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:45:11 +00:00
shaver%mozilla.org
9d1b23a150 Dynamic components are no longer (erroneously, IMO) in dist/lib. Fixing
build bustage for Camino.


git-svn-id: svn://10.0.0.236/trunk@174790 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:43:55 +00:00
neil%parkwaycc.co.uk
0caee0db4a Bug 254542 Support middle-clicks in history p=trev@gtchat.de r=me sr=dmose a=asa
git-svn-id: svn://10.0.0.236/trunk@174789 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:17:18 +00:00
mnyromyr%tprac.de
4e2abbb54d Bug 37712: 'Receiving: message...' should be 'Downloading message...' (suite patch); patch by Tim Meader <tmeader@gmail.com>, r=bienvenu, sr=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@174788 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 20:12:23 +00:00
shaver%mozilla.org
ef5f945e55 Bug 298032: trick MSVC into not colliding the static-component foo.lib with the
dynamic-component-import-library foo.lib when a build config wants both
flavours.  r+a=bsmedberg.


git-svn-id: svn://10.0.0.236/trunk@174787 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 19:54:21 +00:00
bsmedberg%covad.net
bc5387469b Bug 286108 - Pull and build locales of editor for tbird, patch by Pavel Franc <p.franc@gmail.com> - r+a=me
git-svn-id: svn://10.0.0.236/trunk@174784 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 19:25:12 +00:00
ben%bengoodger.com
267759e7b0 getting update manager to work better
git-svn-id: svn://10.0.0.236/trunk@174783 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 19:14:35 +00:00
kairo%kairo.at
caa8e6fd9c Remove/change some double entities in SeaMonkey mailnews (same has been done for tbird already), part of bug 286110, p=p.franc@gmail.com r=Mnyromyr sr=bz a=asa
git-svn-id: svn://10.0.0.236/trunk@174782 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 18:49:48 +00:00
dougt%meer.net
3d9ec3a7c2 Massive change to start minimo on CE using xul and other advanced features. NPODB
git-svn-id: svn://10.0.0.236/trunk@174781 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 18:42:08 +00:00
cbiesinger%web.de
a65905daff fixing bustage from Bug 224678
git-svn-id: svn://10.0.0.236/trunk@174780 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 18:17:08 +00:00
doronr%us.ibm.com
54e1a78e85 Bug 285584 - Make download & extension manager use accessible XBL widget. r=mconnor,a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174779 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 18:11:02 +00:00
timeless%mozdev.org
52aa5ad249 Bug 224678 nsComposerRegistration.cpp has suspicious code
new CIDs
r=brade sr=smfr a=asa


git-svn-id: svn://10.0.0.236/trunk@174778 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 17:50:27 +00:00
pkw%us.ibm.com
98e07328d3 Bug 297807 - Java 1.4.2 SR2 plug-in and later cause Mozilla to crash.
r=mozilla@kaply.com, sr=darin@meer.net, a=asa@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@174777 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 17:02:05 +00:00
mrbkap%gmail.com
1dc39e8021 bug 287630: When using an empty capturing regexp, String.prototype.split() appends an extra element to the result. r+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174776 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 16:25:51 +00:00
bienvenu%nventure.com
85026e4d16 #ifdef me assertion inadvertently checked in with last db fix, no bug
git-svn-id: svn://10.0.0.236/trunk@174774 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 15:08:43 +00:00
bienvenu%nventure.com
6017cfea0a fix crash when grouped by account and an account has been deleted, sr=mscott, a=asa 297948
git-svn-id: svn://10.0.0.236/trunk@174773 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 14:46:02 +00:00
bsmedberg%covad.net
735de512d3 Bug 297570 - Crash in nsMenuFrame when the menu is display: none (seen in "GM" extension), regression from bug 295711 - use visibility: collapse as a workaround for the time being r=mconnor sr=bz
git-svn-id: svn://10.0.0.236/trunk@174772 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 13:44:07 +00:00
bsmedberg%covad.net
09643de578 Bug 297921 - Remove installed-chrome.txt and app-chrome.manifest on new installs - r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@174771 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 13:36:24 +00:00
shaver%mozilla.org
0711b77e1f Bug 297677: when linking against static versions of components, explicitly
specify the static-lib pathnames, rather than hoping that the current library
search path finds the right (static) version of -lwhatever. r=bsmedberg, a=asa.


git-svn-id: svn://10.0.0.236/trunk@174770 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 12:13:06 +00:00
shaver%mozilla.org
2972f6f28b Bug 295659: include nsRect.cpp in xmlextras to cope with compilers which
expand inlines in nsRect too aggressively.  (nsRect is found via nsGUIEvent.h
included from nsXMLHttpRequest.cpp.) r=bsmedberg, a=asa.


git-svn-id: svn://10.0.0.236/trunk@174769 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 12:07:48 +00:00
bryner%brianryner.com
d957943c91 Protect against handing out a dangling reference to the document viewer while executing the destructor (bug 293403). sr=bzbarsky, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174768 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 07:01:36 +00:00
ginn.chen%sun.com
bed6377b03 bug 295457 use malloc to avoid OOM exceptions thrown by libstdc++
r=biesi sr+a=dveditz


git-svn-id: svn://10.0.0.236/trunk@174766 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 06:48:10 +00:00
gandalf%firefox.pl
af3c4b8b71 Bug 294609: Restore Ctrl+Enter to highlight for the Find Bar; p=gavin.sharp@gmail.com, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174760 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 04:40:02 +00:00
gandalf%firefox.pl
da12b5d0d1 Bug 214754: remove "Use Default" (broken anyway) from Bookmarks Manager - Move; dialog has no title; increase the default size of the dialog; p=gavin.sharp@gmail.com, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174759 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 04:37:06 +00:00
bienvenu%nventure.com
6cd0f01c76 potential fix for crash in nsMsgDatabase::GetTableCreateIfMissing, better detection of invalid db's, sr=mscott, a=asa 292041
git-svn-id: svn://10.0.0.236/trunk@174758 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 04:14:57 +00:00
bienvenu%nventure.com
52466a7c61 fix 284083, crash in nsDBFolderInfo::GetTransferInfo, sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174757 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 04:13:25 +00:00
bienvenu%nventure.com
4270022b39 fix grouped by sender to use pretty name of sender, like we display, sr=mscott, a=asa, 265651
git-svn-id: svn://10.0.0.236/trunk@174756 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 04:11:50 +00:00
dougt%meer.net
37fc2206e7 Removing nsIRandomAccessStore from tree (still lives in obsolete). b=283487 r=darin, sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174755 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 03:47:11 +00:00
dveditz%cruzio.com
14079c12f2 Restore windows shortcut functionality to the filepicker (bug 283730): r=emaijala, sr=dougt, a=asa
git-svn-id: svn://10.0.0.236/trunk@174754 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 03:19:04 +00:00
webmail%kmgerich.com
eac6502e43 Bug 294479: Add portrait and landscape icons to Winstripe print setup dialog
git-svn-id: svn://10.0.0.236/trunk@174753 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 02:59:26 +00:00
roc+%cs.cmu.edu
bf8fd335a9 Bug 296628. Don't crash when traversal is at the root and we try to go up. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@174752 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 02:50:15 +00:00
roc+%cs.cmu.edu
e05c85a204 Bug 296315. Remove unimplemented nsIScrollableView::GetScrollbarVisibility, implement nsDocShell::GetScrollbarVisibiilty to use nsIScrollableFrame::GetActualScrollbarSizes, which actually works. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@174751 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 02:48:29 +00:00
roc+%cs.cmu.edu
2816caa04c Bug 297537. Line layout should not set an available-height constraint on the inline frames, because they can't break vertically ... and it certainly shouldn't set the constraint based on the band dimensions. Fixes Gmail rich text toolbar layout issue. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@174750 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 02:46:36 +00:00
roc+%cs.cmu.edu
6ca1377728 Bug 290428. Don't change listbox selection when the cursor is over the listbox border and we're not capturing the mouse. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@174749 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 02:44:31 +00:00
roc+%cs.cmu.edu
61b5716719 Bug 292656. 'Fully unconstrained' reflows should only depend on the width being unconstrained, since the dropdown layout doesn't depend on the computed height. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@174748 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 02:42:29 +00:00
roc+%cs.cmu.edu
c2807db328 Bug 297748. Fix gcc4 warnings. r+sr=roc,a=asa,patch by Wolfgang Rosenauer
git-svn-id: svn://10.0.0.236/trunk@174747 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 02:35:41 +00:00
ben%bengoodger.com
6396428fcc encode + in update url
git-svn-id: svn://10.0.0.236/trunk@174743 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 01:23:00 +00:00
ben%bengoodger.com
c4407380cb add 'no updates found' page.
git-svn-id: svn://10.0.0.236/trunk@174742 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 01:18:48 +00:00
bsmedberg%covad.net
a22b24fbe3 Bug 286108 - build tbird locales - use "en.lproj" and other localized .lproj directory names instead of hardcoded "English.lproj" r=Mano a=Chase
git-svn-id: svn://10.0.0.236/trunk@174741 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 00:54:25 +00:00
scott%scott-macgregor.org
764ba3cbd7 Bug #37712 --> "Receiving: message headers" should be "Downloading message headers 123 of 1323"
Patch by tmeader@gmail.com

sr=mscott/bienvenu


git-svn-id: svn://10.0.0.236/trunk@174740 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 00:34:17 +00:00
darin%meer.net
2551151b26 fixes bug 297609 "updater should keep going if a 'Remove' command cannot be completed because the target file does not exist" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174739 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 00:30:59 +00:00
smfr%smfr.org
7f0a551770 Fix bug 290375: if option key is down when a download completes, and you have the dl manager set to auto-hide, then all windows get closed. Fixed by using -close rather than -performClose: (and moving the code where it belongs).
git-svn-id: svn://10.0.0.236/trunk@174738 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-17 00:26:21 +00:00
christophe.ravel.bugs%sun.com
fe12bae293 297573 - Modify JSS tests such that they access certs from platform specific directories
r=Sandeep, sr=Glen
Display the result of each test case and global pass rate.


git-svn-id: svn://10.0.0.236/trunk@174737 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 23:22:46 +00:00
scott%scott-macgregor.org
948cfdfab0 Bug #242752 --> "System New Mail Sound" should be "System Alert Sound" on Mac OS X.
git-svn-id: svn://10.0.0.236/trunk@174736 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 23:12:35 +00:00
peterv%propagandism.org
294bd7ed16 Another try to fix btek.
git-svn-id: svn://10.0.0.236/trunk@174735 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 22:57:46 +00:00
gandalf%firefox.pl
5ad986c68d Bug 297583: Online button tooltip for proxy auto-detect is missing;r=bsmedberg,sr+a=mscott
git-svn-id: svn://10.0.0.236/trunk@174734 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 22:39:07 +00:00
darin%meer.net
47c3aa6815 Make it easy to generate a full update of dist/bin
git-svn-id: svn://10.0.0.236/trunk@174733 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 22:28:09 +00:00
steffen.wilberg%web.de
0f6f46896f Bug 260054: add context sensitive Help to the preferences dialog. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174732 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 22:16:26 +00:00
brendan%mozilla.org
f471c8449f Use JS_EnumerateResolvedStandardClasses for bfcache transparency (292903, r+sr=bryner/jst).
git-svn-id: svn://10.0.0.236/trunk@174731 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 22:14:43 +00:00
peterv%propagandism.org
f51ef7380a Trying to fix btek bustage.
git-svn-id: svn://10.0.0.236/trunk@174730 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:52:44 +00:00
brendan%mozilla.org
00a70b539f js/src part of 2nd patch for 292903, r+sr=bryner/jst.
git-svn-id: svn://10.0.0.236/trunk@174729 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:43:15 +00:00
scott%scott-macgregor.org
d6d1e599f8 Bug #266097 --> "Contacts" button doesn't stay pushed (or down) when the contacts sidebar is open.
Patch by Thomas Bertels (the_redburn@perso.be)


git-svn-id: svn://10.0.0.236/trunk@174728 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:23:42 +00:00
mrbkap%gmail.com
ce2944ed5e bug 293162: Textarea's innerHTML shouldn't treat the HTML as text. r=peterv sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@174727 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:23:24 +00:00
peterv%propagandism.org
878e956625 Trying to fix btek bustage.
git-svn-id: svn://10.0.0.236/trunk@174726 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:20:57 +00:00
dougt%meer.net
5ad50e9b43 * Fixes some build problems when trying to build non-static. (removing link
libraries that don't exist on Windows CE)

* Taking xxx advice and making GetNAME always return a GDI forcing us to use
GetTextMetrics instead of GetFontData (which doesn't exist on Windows CE)

* Windows CE on ARM doesn't support C++ exceptions.  In the windows plugin code
uses catches to ensure that the plugins don't crash mozilla.  On windows ce on
arm, we have no choice but to disable CALL_SAFETY_ON.

* On Windows CE, VerQueryValue internal structure can not be modified so
callers must do a bit of string conversion.

* Disabling more code in nsOSHelperAppService for Windows CE.

* Enabling the Windows Registry code in XPCOM since the Window CE shunt now
supports the limited set needed (all but notification).

Bug=297683, r=Ere Maijala, sr=Dan Veditz, a=Asa


git-svn-id: svn://10.0.0.236/trunk@174725 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:20:45 +00:00
alexei.volkov.bugs%sun.com
ccadd61505 fix for bug: 297015 - bltest should run multithreaded. r=julien
git-svn-id: svn://10.0.0.236/trunk@174724 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 21:11:02 +00:00
brendan%mozilla.org
6efbc91649 Fix regression from 292903's first patch, which results in JS_DEFAULT_XML_NAMESPACE_ID being enumerated! Thanks to bc for noticing.
git-svn-id: svn://10.0.0.236/trunk@174722 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 20:27:11 +00:00
timeless%mozdev.org
57b2bd43eb Bug 297660 No node is selected anymore after deleting node in dom inspector
patch by martijn.martijn@gmail.com r=bz sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@174721 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 20:23:57 +00:00
peterv%propagandism.org
24fb172e43 Trying to fix btek bustage.
git-svn-id: svn://10.0.0.236/trunk@174720 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 19:56:21 +00:00
lpsolit%gmail.com
1dc8577383 Bug 297928: detaint_natural, detaint_signed and trick_taint shouldn't rely on $1 - Patch by Christian Reis <kiko@async.com.br> r/a = justdave
git-svn-id: svn://10.0.0.236/trunk@174718 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 19:04:25 +00:00
jwalden%mit.edu
ef1dadea34 Bug 265719 - UI "screenshot" in "About Popup Blocking" dialog is out-of-date. r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174717 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 19:02:27 +00:00
mrbkap%gmail.com
f2a332e8d4 bug 296677: Fix nsParser::ParseFragment to not screw up setting <textarea>'s innerHTML. r=jst sr=peterv a=asa
git-svn-id: svn://10.0.0.236/trunk@174716 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 18:59:59 +00:00
peterv%propagandism.org
72275d6be3 Trying to fix btek bustage.
git-svn-id: svn://10.0.0.236/trunk@174715 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 18:44:01 +00:00
pedemont%us.ibm.com
fa58742673 Bug 291501 - labels don't support the src attribute. r=aaronr, r=smaug, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174714 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 18:33:55 +00:00
doronr%us.ibm.com
15908f030c Bug 289076 - plugin finder URL should not be localizable. r/a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174713 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 18:24:34 +00:00
timeless%mozdev.org
dde2e4eda3 Bug 294823 ASSERTION: max element width exceeded desired width: 'PR_FALSE'
patch by bernd r=roc sr=roc a=asa


git-svn-id: svn://10.0.0.236/trunk@174712 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 18:22:38 +00:00
mrbkap%gmail.com
ad0c3c42b0 bug 296284: <blockquote type=cite> can cause the plaintext serializer to delete extra newlines before inlines after blocks. r=peterv sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@174711 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 18:20:59 +00:00
timeless%mozdev.org
d45261fa03 Bug 225034 Certificate Manager Crashes Mozilla [@ nsCertTree::CmpByCrit]
patch by kaie r=timeless sr=darin a=shaver


git-svn-id: svn://10.0.0.236/trunk@174710 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 17:27:17 +00:00
timeless%mozdev.org
6f06f20903 Bug 291378 crashes on XPCOM calls with more than 7 arguments
regenerated by mozilla@rosenauer.org r=shaver a=shaver


git-svn-id: svn://10.0.0.236/trunk@174709 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 16:31:53 +00:00
gandalf%firefox.pl
781074f0fb adding pl to all-locales.
git-svn-id: svn://10.0.0.236/trunk@174708 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 16:29:52 +00:00
doronr%us.ibm.com
075bbef7b5 XForms Bug 296231 - Allow file:// xforms to submit anywhere. r=darin,aaronr a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174707 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 15:47:04 +00:00
gandalf%firefox.pl
0c2b71ebc2 Bug 296169: cannot localize svg.properties (should be in chrome/, not res/); r=bsmedberg,a=asa
git-svn-id: svn://10.0.0.236/trunk@174706 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 13:49:04 +00:00
bsmedberg%covad.net
2dd891e43d Bug 224305 part "*nix" - register xulrunner as a GRE with xulrunner -register-global and -register-user - r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@174705 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 13:29:45 +00:00
peterv%propagandism.org
9009cfcb18 Bustage fix
git-svn-id: svn://10.0.0.236/trunk@174704 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 13:26:34 +00:00
peterv%propagandism.org
aac2b47f2a Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174703 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 13:10:58 +00:00
peterv%propagandism.org
1670106ec8 Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174702 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 12:58:13 +00:00
gandalf%firefox.pl
16af92088c Bug 297684: Non-localizable label in Updates wizard: "Finished"; p=stefan_h@hem.utfors.se,r=gandalf,a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174701 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 12:53:43 +00:00
pinkerton%aol.net
0f6fc27952 delay invalidates if we're in the middle of painting. fixes scrambling during
loads (sr=pink, r=sfraser, bug 294415)


git-svn-id: svn://10.0.0.236/trunk@174700 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 12:49:43 +00:00
peterv%propagandism.org
2c51552143 Fix for bug 289169 (DOMParser freezes when parsing elements with fixed attributes.). r/sr=jst, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174699 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 11:59:28 +00:00
timeless%mozdev.org
a961540bb0 Bug 295854 (new InstallVersion()).compareTo(/x/) crashes [@ConvertJSValToObj]
Marking JSCLASS_PRIVATE_IS_NSISUPPORTS on InstallVersionClass
remove extra definitions of ConvertJSValToObj to prevent confusion
r=dveditz sr=dveditz a=dveditz


git-svn-id: svn://10.0.0.236/trunk@174697 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 11:09:27 +00:00
mvl%exedo.nl
2387ab6cb3 Bring back tooltips. bug 297818, r=vlad
git-svn-id: svn://10.0.0.236/trunk@174695 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 09:23:41 +00:00
mconnor%steelgryphon.com
b67388e18b bug 292774 - view image context menu allows chrome access, patch by neil, r=bz, sr+a=dveditz
git-svn-id: svn://10.0.0.236/trunk@174691 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 08:43:20 +00:00
mconnor%steelgryphon.com
a6f0210b56 bug 292774 - view image context menu allows chrome access, r=dveditz, sr=jst, a=dveditz
git-svn-id: svn://10.0.0.236/trunk@174690 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 08:37:02 +00:00
mconnor%steelgryphon.com
a1c7b393fd bug 293424 - block about: from content to remove a potential attack vector, r+sr=brendan, a=brendan/jay
git-svn-id: svn://10.0.0.236/trunk@174689 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 08:30:11 +00:00
cltbld
d8ad3d4d2a Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174688 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 08:07:49 +00:00
darin%meer.net
c6c7497657 fixes bug 297811 "Disable updater if iconv not found" r=cls
git-svn-id: svn://10.0.0.236/trunk@174686 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 08:05:38 +00:00
vladimir%pobox.com
841234b7e4 Implement current day selection for views, also various misc UI fixes
git-svn-id: svn://10.0.0.236/trunk@174685 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 06:52:11 +00:00
bugreport%peshkin.net
96cb1e09d6 Bug 297797: New Hook - add actions to attachment table - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@174683 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 05:40:32 +00:00
bryner%brianryner.com
0983c67e6d Fix build failure with --enable-quantify (bug 297430). r=bsmedberg, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174681 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 05:05:41 +00:00
timeless%mozdev.org
489644e56a Bug 295854 (new InstallVersion()).compareTo(/x/) crashes [@ConvertJSValToObj]
r=dveditz sr=dveditz a=dveditz


git-svn-id: svn://10.0.0.236/trunk@174679 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:46:36 +00:00
timeless%mozdev.org
202c44cd76 Bug 293663 Unable to install themes or extensions manually
patch by rob_strong@exchangecode.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@174676 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:28:42 +00:00
brendan%mozilla.org
fd99a24062 Add JS_EnumerateResolvedStandardClasses, and fix a few lazy-standard-class-init glitches hindering it (292903, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@174675 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:24:03 +00:00
timeless%mozdev.org
862f0c861d Bug 262915 view-source: pseudo protocol forces opening of new window
patch by jason_barnabe@fastmail.fm r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@174674 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:16:27 +00:00
timeless%mozdev.org
7ed382b9d2 Bug 297668 Javascript strict warnings in bookmarks.js
patch by r.bezut@laposte.net r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@174673 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:12:46 +00:00
timeless%mozdev.org
5f9f1df0cb Bug 297433 On Mac OS X preview.png and icon.png in Firefox's classic.jar are not available when using the jar protocol
patch by rob_strong@exchangecode.com r=shaver a=shaver


git-svn-id: svn://10.0.0.236/trunk@174672 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:11:22 +00:00
timeless%mozdev.org
e00c489f13 Bug 294640 One bad RDF can block the whole FireFox Update mechanism
patch by rob_strong@exchangecode.com r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@174671 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:10:02 +00:00
timeless%mozdev.org
51dcab0dbb Bug 292619 to-be-installed extension disappears from EM during incompatible update check
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@174670 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:06:27 +00:00
timeless%mozdev.org
589ba207b0 Bug 291792 "undefined" folder created because installDroppedInFiles doesn't check for return value of getIDForLocation
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@174669 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 04:03:39 +00:00
timeless%mozdev.org
1d94fe764d Bug 264607 Form control with name="action" confuses "Add a keyword to this search"
patch by bugzilla@philringnalda.com r=vlad a=asa


git-svn-id: svn://10.0.0.236/trunk@174668 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 03:58:39 +00:00
timeless%mozdev.org
3280433eb3 Bug 258485 "Refresh Live Bookmark" should be "Reload Live Bookmark"
patch by tmeader@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@174667 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 03:43:15 +00:00
roc+%cs.cmu.edu
b3806fdb92 Bug 296337. Always correct the overflow area even if NS_FRAME_OUTSIDE_CHILDREN is set. r+sr=bzbarsky,a=shaver
git-svn-id: svn://10.0.0.236/trunk@174666 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 02:57:23 +00:00
roc+%cs.cmu.edu
bbe47c39fb Bug 292295. Blocks with clearance are not actually top-margin-roots. Their top margin is still managed by the parent block if there is one. Fixes an Acid2 issue. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@174665 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 02:54:57 +00:00
roc+%cs.cmu.edu
d5412845ee Bug 282812. Fix GTK1 popup widget positioning by invalidating the cached positions of all child widgets, even those that aren't directly connected in the nsIWidget hierarchy. r+sr=blizzard,a=asa
git-svn-id: svn://10.0.0.236/trunk@174664 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 02:53:00 +00:00
scott%scott-macgregor.org
751056dd23 Bug #274306 --> Replace [buttondown] and [buttonover] rules for some buttons of _ThunderBird_ to work using :active and :hover rules
patch by Serge Autherie


git-svn-id: svn://10.0.0.236/trunk@174663 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 02:32:12 +00:00
jshin%mailaps.org
07d8a72a8d bug 250255: use nsIWindowsRegKey for profile migration : r=cbie, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@174662 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 02:14:10 +00:00
timeless%mozdev.org
4e4bc3ca7e Bug 284366 PSM needs to handle Smart Cards seamlessly
fix casting on 64bit platforms
patch by ajschult@verizon.net r=rrelyea sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174661 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 02:00:32 +00:00
timeless%mozdev.org
27a7bc32b4 Bug 224678 nsComposerRegistration.cpp has suspicious code
new cid
r=brade sr=smfr a=asa


git-svn-id: svn://10.0.0.236/trunk@174660 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 01:53:37 +00:00
bryner%brianryner.com
9ac02aa09a Fix units screwup in cache size computation (bug 297714). r+sr=darin.
git-svn-id: svn://10.0.0.236/trunk@174659 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 01:46:23 +00:00
timeless%mozdev.org
d104971c21 Bug 235643 all _CreatePrintSettings leak on failure
patch by baafie@planet.nl r=timeless sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@174658 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 01:39:19 +00:00
joshmoz%gmail.com
99950c81c0 bug 297338: Textareas lose the final chunk of text if the default contents are longer than 4096 characters long. r+sr=jst a=dbaron, patch by Blake Kaplan <mrbkap@gmail.com>
git-svn-id: svn://10.0.0.236/trunk@174657 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 00:41:50 +00:00
cltbld
d5a434ca65 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174656 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 00:27:43 +00:00
joshmoz%gmail.com
819a717fdc fail when trying to build with bad compiler or sdk options on the mac. patch by Mark Mentovai. b=297709 r=josh r=cls a=asa
git-svn-id: svn://10.0.0.236/trunk@174655 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 00:26:05 +00:00
ben%bengoodger.com
4f39bc1258 make pause/resume work properly
git-svn-id: svn://10.0.0.236/trunk@174654 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-16 00:02:10 +00:00
pavlov%pavlov.net
ec0bfa900c adding calIDuration bug 297827 r=vlad,shaver
git-svn-id: svn://10.0.0.236/trunk@174653 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:57:09 +00:00
bienvenu%nventure.com
561eeb7a5c fix saving of virtual folders when tbird launched with mailto link, sr=mscott, a=asa, 292229
git-svn-id: svn://10.0.0.236/trunk@174652 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:54:37 +00:00
bryner%brianryner.com
3274ca4c10 Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
git-svn-id: svn://10.0.0.236/trunk@174651 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:52:46 +00:00
dbaron%dbaron.org
5efdb69c74 Implement the same block-alignment behavior for align=left (which matters only for RTL) that we do for center and right. b=64510 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@174650 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:45:06 +00:00
shaver%mozilla.org
cda57348e6 Bug 295659: if we're building for an XPI_NAMEd package, always use PIC, even
if we're not at the stage of constructing the component yet.  Otherwise we
end up mixing PIC and non-PIC code for components that are constructed out
of sub-archives (like storage, f.e.). r=bsmedberg.


git-svn-id: svn://10.0.0.236/trunk@174649 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:42:07 +00:00
bryner%brianryner.com
57d5d667f3 Convert the memory cache to use the new PR_GetPhysicalMemorySize API (bug 297714). r+sr=darin, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174648 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:37:29 +00:00
ben%bengoodger.com
3c4c992f51 show progress properly, begin to make pause/resume work
git-svn-id: svn://10.0.0.236/trunk@174647 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:17:53 +00:00
bienvenu%nventure.com
26ee65b11f fix top crash in nsDBFolderInfo::GetTransferInfo, 284083, sr=mscott, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@174646 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:17:43 +00:00
scott%scott-macgregor.org
3d4c27f7cf Bug #272812 --> scoping issue with the xml serializer leads to some XMLSerializer
not defined messages.

Patch by Robert Sayre.


git-svn-id: svn://10.0.0.236/trunk@174645 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:44:24 +00:00
scott%scott-macgregor.org
1b735c1c0b Bug #274306 --> Replace [buttondown] and [buttonover] rules for some buttons of _ThunderBird_ to work using :active and :hover rules
patch by gautheri@noos.fr


git-svn-id: svn://10.0.0.236/trunk@174644 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:35:41 +00:00
scott%scott-macgregor.org
d66285df28 Bug #285626 --> Advanced POP settings dialog is too small, clipping off content.
Stop hiding/showing elements in this dialog, instead disable them.

r=Stefan Borggraefe
sr=bienvenu
a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@174643 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:06:34 +00:00
scott%scott-macgregor.org
a1dc7d28b7 Bug #289091 --> Thunderbird doesn't handle return receipts
for IMAP accounts anymore. Regression fix.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@174642 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:04:59 +00:00
bsmedberg%covad.net
890b6718d7 Bug 286108 - Use the toolkit packager and the toolkit naming convention for tbird "zip" builds, r+a=Chase r=mscott
git-svn-id: svn://10.0.0.236/trunk@174641 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 21:37:49 +00:00
scott%scott-macgregor.org
cf6768540c Bug #297804 --> OPML Export should be pretty-printed
patch by robert sayre

sr=me


git-svn-id: svn://10.0.0.236/trunk@174640 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 21:32:01 +00:00
mvl%exedo.nl
ad1791c86b make this valid javascript. r=shaver
git-svn-id: svn://10.0.0.236/trunk@174639 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 20:12:17 +00:00
ben%bengoodger.com
757fdd0126 make the downloader work again!
git-svn-id: svn://10.0.0.236/trunk@174637 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 19:36:32 +00:00
pavlov%pavlov.net
41d9e51c1b removing use of the obsolete dialogOverlay and adding code to disable the accept button if there is no event title entered
git-svn-id: svn://10.0.0.236/trunk@174636 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:45:34 +00:00
despotdaemon
7bdd27bdb5 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@174635 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:45:27 +00:00
christophe.ravel.bugs%sun.com
6bd0bd41e1 297573 - Modify JSS tests such that they access certs from platform specific directories
r=Sandeep, sr=Glen
Make $testdir a specific directory for each run.


git-svn-id: svn://10.0.0.236/trunk@174634 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:39:37 +00:00
mrbkap%gmail.com
427f731b67 bug 142965: Handling misplaced content with a stray end tag around causes the tag that caused us to handle the misplaced content to lose its attributes. r=jst sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174633 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:20:29 +00:00
dmose%mozilla.org
c938cd0bfb Bump IID on recently changed interface (bug 119291). Good catch, Darin! r+sr+a=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174632 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 17:44:30 +00:00
mvl%exedo.nl
9b480b22a3 Bug 286841 Minimonth showMonth is called twice when month changes.
patch by gekacheka@yahoo.com, r=woo (andrew@progressivex.com)


git-svn-id: svn://10.0.0.236/trunk@174631 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 17:39:51 +00:00
brendan%mozilla.org
4fe60f85ec Fix dumb copy-paste bug jst pointed out, whose symptom bz reported (r+sr=jst, a=me).
git-svn-id: svn://10.0.0.236/trunk@174630 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 16:42:31 +00:00
joshmoz%gmail.com
8e3dcb2d35 gcc 4 build fixes for Camino. Patch by Mark Mentovai. b=297688 r=josh sr=smfr a=asa
git-svn-id: svn://10.0.0.236/trunk@174629 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 16:39:40 +00:00
nboyd%atg.com
a833982cc7 Add Magoo Software.
git-svn-id: svn://10.0.0.236/trunk@174628 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 16:12:35 +00:00
shaver%mozilla.org
45799fd7b8 Bug 295659: when building a package via XPI_NAME, don't let components be
build as static libs. r+a=bsmedberg.


git-svn-id: svn://10.0.0.236/trunk@174627 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 13:41:39 +00:00
shaver%mozilla.org
1544af02d3 Make sure we build webdav in lightning, if it's not already in the list
git-svn-id: svn://10.0.0.236/trunk@174626 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 13:23:38 +00:00
bugzilla%arlen.demon.co.uk
bff5599d3b Bug 285911 XPrint hardcodes english string with literal "Mozilla"
p=mozilla@Weilbacher.org r/sr/a=roc


git-svn-id: svn://10.0.0.236/trunk@174625 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 10:23:24 +00:00
vladimir%pobox.com
73f474ea77 add month and day view to lightning
git-svn-id: svn://10.0.0.236/trunk@174624 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 09:27:29 +00:00
leon.sha%sun.com
6fd0e7bc59 Bugzilla Bug 295306.
Firefox is unusable in solaris x86 using Sun SOS10 compiler.
Patch maker, leon.sha@sun.com.
darin: review+
darin: superreview+
asa: approval1.8b3+


git-svn-id: svn://10.0.0.236/trunk@174623 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 08:32:23 +00:00
pavlov%pavlov.net
880d3e2a09 fixing buttons to look right on the toolbar.
git-svn-id: svn://10.0.0.236/trunk@174622 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 06:29:46 +00:00
joshmoz%gmail.com
0bf366660e gcc 4 Thunderbird fixes for Mac OS X. Patch by Mark Mentovai. b=297619 r=peterv r=josh sr=peterv a=dbaron
git-svn-id: svn://10.0.0.236/trunk@174621 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 04:01:52 +00:00
mkanat%kerio.com
5c30640687 Bug 293501: Add me to files where I belong and fix kerio.com emails
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk


git-svn-id: svn://10.0.0.236/trunk@174620 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 03:55:00 +00:00
joshmoz%gmail.com
6902151737 gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
git-svn-id: svn://10.0.0.236/trunk@174619 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 03:52:48 +00:00
joshmoz%gmail.com
b3c8eed3c3 gcc 4 fixes for Mac OS X. part 1 of the landing. Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
git-svn-id: svn://10.0.0.236/trunk@174618 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 03:49:26 +00:00
pavlov%pavlov.net
e57e529572 making the week view back to the normal view
git-svn-id: svn://10.0.0.236/trunk@174615 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:25:20 +00:00
timeless%mozdev.org
d744839f56 Bug 261199 UI for defining and editing virtual folders
patch by gautheri@noos.fr r=mscott sr=mscott a=asa


git-svn-id: svn://10.0.0.236/trunk@174614 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:21:06 +00:00
pavlov%pavlov.net
813f975836 adding support for multiple views and switching views
git-svn-id: svn://10.0.0.236/trunk@174613 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:19:00 +00:00
ben%bengoodger.com
f0ad55a47a fix some errors in update manager UI
git-svn-id: svn://10.0.0.236/trunk@174612 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:01:45 +00:00
dbaron%dbaron.org
927c4a609b Fix releasing of nsISupportsWeakReference wrapped JS objects so it doesn't crash when we do multiple iterations of JS GC. b=292027 r=jst sr=brendan a=brendan
git-svn-id: svn://10.0.0.236/trunk@174611 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:23:32 +00:00
dbaron%dbaron.org
ab677a4f68 I only want part of DEBUG_xpc_hacker; fix spelling. b=292027 r=jst sr=brendan a=brendan
git-svn-id: svn://10.0.0.236/trunk@174610 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:21:26 +00:00
brendan%mozilla.org
c2bcad0c8f Fix 76831 by inverting the config.trim_on_minimize default (r=pavlov, sr=jst).
git-svn-id: svn://10.0.0.236/trunk@174609 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:20:12 +00:00
jwalden%mit.edu
af4272a9fb Bug 297577 - Update search sentence in welcome.xhtml (searches are automatic now, not Enter-activated). p=stefan_h@hem.utfors.se, r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@174608 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:11:44 +00:00
scott%scott-macgregor.org
9c59d268e5 minor tweak to update with 1.1 info
git-svn-id: svn://10.0.0.236/trunk@174607 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:06:11 +00:00
ben%bengoodger.com
c6617f5394 Add code to build UI from the update manager, track state and update name on nsIUpdate
git-svn-id: svn://10.0.0.236/trunk@174606 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:05:31 +00:00
scott%scott-macgregor.org
e66ad2a459 Bug #283735 --> Add ability to export feeds to OPLM format
Patch by Robert Sayre.

sr=me


git-svn-id: svn://10.0.0.236/trunk@174605 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:56:34 +00:00
mats.palmgren%bredband.net
3326af6fcd Don't apply z-index to non-positioned elements. b=297425 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@174604 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:53:56 +00:00
jwalden%mit.edu
c7e41e7ddc Bug 295902 - Document tab drag-and-droppability. r=steffen, a=asa
git-svn-id: svn://10.0.0.236/trunk@174603 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:49:57 +00:00
shaver%mozilla.org
dd8445c8d7 forgot to commit jar.mn change
git-svn-id: svn://10.0.0.236/trunk@174602 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:39:23 +00:00
scott%scott-macgregor.org
198dcafecb Bug #297678 --> Non-ascii feed names are garbled when they are imported from OPML file.
Patch by Robert Sayre.

sr=me


git-svn-id: svn://10.0.0.236/trunk@174601 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:25:27 +00:00
pavlov%pavlov.net
b787ce9a60 fixing storage to read properties back correctly r=vlad
git-svn-id: svn://10.0.0.236/trunk@174600 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:22:07 +00:00
scott%scott-macgregor.org
57c4db87e7 Bug #297365 --> creating a 5th search term in a saved search dialog scrolls to bottom of list instead of to the row
which was added.

sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@174599 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:20:29 +00:00
darin%meer.net
1ec1629b75 Factor updater.ini parsing out into a separate source module for use under OSX.
Cleanup GTK progress UI somewhat.


git-svn-id: svn://10.0.0.236/trunk@174598 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:09:52 +00:00
shaver%mozilla.org
8adbab8fab Keep a calendar selected at all times, and make the selected calendar be
the default event target. r=vlad


git-svn-id: svn://10.0.0.236/trunk@174597 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:06:49 +00:00
shaver%mozilla.org
fea3ea22ac Bug 297547: refactor agenda-tree into its own overlay, for easier sharing
and conflict avoidance. r=vlad


git-svn-id: svn://10.0.0.236/trunk@174596 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 22:58:33 +00:00
lpsolit%gmail.com
033df80aa4 Bug 296180: Table and CSV reports should use localised terms for statuses and resolutions - Patch by Emmanuel Seyman <eseyman@linagora.com> - r/a=myk
git-svn-id: svn://10.0.0.236/trunk@174595 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 22:43:12 +00:00
darin%meer.net
ddd4337fd5 Position UI elements in a slightly nicer way, r=sparky
git-svn-id: svn://10.0.0.236/trunk@174594 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 22:16:01 +00:00
roc+%cs.cmu.edu
76beaa2809 Bug 296803. Don't start list item selection prematurely when the combobox pops up above the select control. r+sr=me, patch by Jan Darmochwal, a=asa
git-svn-id: svn://10.0.0.236/trunk@174593 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 22:15:53 +00:00
lpsolit%gmail.com
c1a4a0021a Bug 274266: Server type should not be hardcoded in SQL values - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@174592 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 22:09:23 +00:00
shaver%mozilla.org
c0230fb03e Bug 297546: improve initial-default-calendar behaviour; r=mvl.
git-svn-id: svn://10.0.0.236/trunk@174591 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 22:05:58 +00:00
tor%cs.brown.edu
ae16232f37 Bug 297705 - correct cairo_text_extents() on win32 for general transforms.
r=otaylor, r+a=shaver.


git-svn-id: svn://10.0.0.236/trunk@174590 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 21:49:08 +00:00
dmose%mozilla.org
82bf27c953 Allow for compilation with MS Visual Studio 2005 (bug 249782) patch=sdwalker@myrealbox.com, r=dmose@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174589 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 21:29:42 +00:00
bsmedberg%covad.net
7edaf06d01 Supplemental logic fix from bug 224305, r=darin
git-svn-id: svn://10.0.0.236/trunk@174587 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 21:15:21 +00:00
mvl%exedo.nl
f2ff7a6ca0 don't output unset attributes to ics. bug 297530, r=vlad
git-svn-id: svn://10.0.0.236/trunk@174586 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 21:03:06 +00:00
tor%cs.brown.edu
2323e94258 Bug 296266 - Update SVG feature strings.
Patch by scootermorris@comcast.net, r=tor, a=asa.


git-svn-id: svn://10.0.0.236/trunk@174585 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 20:32:35 +00:00
tor%cs.brown.edu
5c70065205 Bug 297008 - radial gradients: fx,fy not set correctly when only cx,cy given.
Patch by scootermorris@comcast.net, r=afri, a=asa.


git-svn-id: svn://10.0.0.236/trunk@174584 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 20:28:53 +00:00
pavlov%pavlov.net
20b1169447 removing extra dump()
git-svn-id: svn://10.0.0.236/trunk@174583 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 20:26:07 +00:00
cltbld
ff97978859 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174582 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 20:17:49 +00:00
pavlov%pavlov.net
0dcaeffbba check alarm related properties to see if they've changed before setting them
git-svn-id: svn://10.0.0.236/trunk@174581 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 20:12:18 +00:00
pavlov%pavlov.net
2c3feb5b44 adding null check in Compare()
git-svn-id: svn://10.0.0.236/trunk@174580 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 20:11:48 +00:00
mkaply%us.ibm.com
e44dc4d81e OS/2 XUL runner build bustage
git-svn-id: svn://10.0.0.236/trunk@174579 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 20:09:28 +00:00
mvl%exedo.nl
838d60f27a Split up events per day before checking for concurrent events.
bug 278426, r=pavlov


git-svn-id: svn://10.0.0.236/trunk@174578 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 19:49:15 +00:00
bsmedberg%covad.net
5b448904a9 More l10n packaging fixup, NPOTDB
git-svn-id: svn://10.0.0.236/trunk@174577 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 19:48:08 +00:00
pavlov%pavlov.net
11bb0b23e7 fixing typo
git-svn-id: svn://10.0.0.236/trunk@174576 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 19:18:16 +00:00
gandalf%firefox.pl
3c87b15b1e Bug 286108: Remove/change double entities; p=p.franc@gmail.com, r=gandalf,a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174575 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 18:54:20 +00:00
mostafah%oeone.com
fe2fd05435 Updated translation
git-svn-id: svn://10.0.0.236/trunk@174574 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 18:35:17 +00:00
dougt%meer.net
0dcb71cd35 Fixing build bustage when building non-statically. NPODB
git-svn-id: svn://10.0.0.236/trunk@174573 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 17:25:32 +00:00
mrbkap%gmail.com
ff1007bfc5 bug 152329: inserting a text node in a textarea displays the text twice. r+sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@174572 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 17:19:53 +00:00
dougt%meer.net
2f48176f59 Implementing |access|. Disabling NSPR all:5 logging during debug. Indicating that VerQueryValue is not a complete impl. via debug output.
git-svn-id: svn://10.0.0.236/trunk@174571 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 17:11:19 +00:00
shaver%mozilla.org
6c6f7c3316 Fix MODULE_NAME to match the code, patch from abwillis@comcast.net.
git-svn-id: svn://10.0.0.236/trunk@174570 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 16:57:44 +00:00
bob%bclary.com
15e9bac2a9 function local variables should not be enumerable properties of the function object, bug 293782, by Jonathan Watt
git-svn-id: svn://10.0.0.236/trunk@174569 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 16:49:49 +00:00
brendan%mozilla.org
a623619716 Forgot to remove JSPROP_ENUMERATE in one case for bug 293782 (thanks to jwatt for catching this).
git-svn-id: svn://10.0.0.236/trunk@174567 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 16:20:27 +00:00
brendan%mozilla.org
83e220112b Support text/ecmascript and other types specified in http://www.ietf.org/internet-drafts/draft-hoehrmann-script-types-03.txt (r=sicking, sr=jst, a=me).
git-svn-id: svn://10.0.0.236/trunk@174566 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 16:08:05 +00:00
bsmedberg%covad.net
4872055d7b Bug 296430 - Allow extensions to ship searchplugins, final patch to read searchplugins from a dirservice nsISimpleEnumerator key, r=mkaply a=asa
git-svn-id: svn://10.0.0.236/trunk@174565 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 15:25:25 +00:00
bsmedberg%covad.net
c0d0c6665b Check argc before dereferencing argv[1], as we can launch xulrunner with no args if XUL_APP_FILE is set in the environment.
git-svn-id: svn://10.0.0.236/trunk@174564 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 14:56:16 +00:00
bsmedberg%covad.net
6c916f4f4b Move additional variables before goto statements to suit MSVC6 (sucky compiler!), from bug 224305
git-svn-id: svn://10.0.0.236/trunk@174563 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 14:53:56 +00:00
bsmedberg%covad.net
eff79af787 Finish the command properly for l10n packaging, NPOTDB
git-svn-id: svn://10.0.0.236/trunk@174562 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 14:39:09 +00:00
bienvenu%nventure.com
9dc5f500e4 fix crash when editing filters after running them after the fact, sr=mscott, a=asa, 242600
git-svn-id: svn://10.0.0.236/trunk@174561 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 13:47:31 +00:00
peterv%propagandism.org
a22cce94f5 Fix for bug 297311 (consistent crash when trying to call xmlDocument.replaceChild(newChild, xmlDocument.documentElement) on XML document rendered in a frame). r/sr=bz, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174560 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 12:30:17 +00:00
db48x%yahoo.com
44f2a51000 bug 296522: nsJAR.cpp uses wrong allocator
patch by john <johnli1995@hotmail.com>, r=darin, a=asa


git-svn-id: svn://10.0.0.236/trunk@174559 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:29:45 +00:00
db48x%yahoo.com
c663d9a6f1 bug 297406: javascript strict warning in aboutDialog.js
patch by Romain BEZUT <r.bezut@laposte.net>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174558 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:21:20 +00:00
db48x%yahoo.com
3925837bec bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa


git-svn-id: svn://10.0.0.236/trunk@174557 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:19:34 +00:00
db48x%yahoo.com
6a9696a71d bug 293758: Context menu screw-up with data and javascript protocol images
patch by Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174556 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:15:58 +00:00
db48x%yahoo.com
ee4d4c6a8b bug 292592: Remove unused theme pictures (icon32.png, downloadOptions.png)
patch by Robert Parenton <rparenton@louisianaada.org>, r=kevin, a=shaver


git-svn-id: svn://10.0.0.236/trunk@174555 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:10:00 +00:00
db48x%yahoo.com
a2cb39f19b bug 290668: Update button in Extensions window should be disabled when list is empty
patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174554 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:03:48 +00:00
db48x%yahoo.com
abb6cd52de bug 289797: remove the Info tab from the bookmarks properties dialog
patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=vladmir, a=shaver


git-svn-id: svn://10.0.0.236/trunk@174553 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 10:01:33 +00:00
db48x%yahoo.com
63819c6bcd bug 287792: View Source panel does not have 'Normal Text Size' option in 'View' menu
patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174552 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 09:49:37 +00:00
db48x%yahoo.com
f3c19d388d bug 280584: Maybe this part of the autoscroll code could be optimized (mousemove event handler)?
patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174551 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 09:47:24 +00:00
db48x%yahoo.com
a3e05cc0c3 bug 280284: No `View Selection Source' on context menu if non-text selected
patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174550 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 09:44:51 +00:00
db48x%yahoo.com
3a08049699 bug 263346: find toolbar deforms page with relative-height frames so click on link doesn't always work
patch by Michael Clacker, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174549 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 09:39:51 +00:00
db48x%yahoo.com
2d7e3eb802 bug 258901: View Image should be disabled / not show on context menu when only image is being viewed
patch by Romain BEZUT, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174548 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 09:34:49 +00:00
db48x%yahoo.com
fa1c8edaa0 bug 227826: URL of current tab incorrectly changed when Alt+Enter opens new tab from location bar
patch by Robert Parenton, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174547 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 09:25:21 +00:00
vladimir%pobox.com
2bf094d205 b=109672, site icon for iframe content is shown as proxy icon, patch from bugzilla.mozilla.org@chsc.dk, r=vladimir,a=asa
git-svn-id: svn://10.0.0.236/trunk@174546 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 08:04:09 +00:00
allan%beaufour.dk
85e071b7cb Parse type attribute on instance node too. Bug 293082, r=smaug+aaronr, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174545 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 07:33:01 +00:00
allan%beaufour.dk
c367583f5a Fix compiler warnings from XForms bug 296114
git-svn-id: svn://10.0.0.236/trunk@174544 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 07:21:00 +00:00
nelsonb%netscape.com
ee4b7e3796 Back out last checkin, which broke the build on some platforms.
git-svn-id: svn://10.0.0.236/trunk@174543 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 05:51:51 +00:00
pkw%us.ibm.com
a3f16a1b80 AIX bustage fix from Bug 224305.
r=darin@meer.net, a=asa@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@174542 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 02:37:32 +00:00
pavlov%pavlov.net
cde4406f67 additional checks to see if the values have changed before setting them on the event itself.
git-svn-id: svn://10.0.0.236/trunk@174541 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 02:04:52 +00:00
alexei.volkov.bugs%sun.com
025a8c8450 RFE fix 297015: bltest should run multithreaded. julien r+
git-svn-id: svn://10.0.0.236/trunk@174540 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 01:58:22 +00:00
darin%meer.net
22dc7aa3b6 Construct update URL using RegExps per suggestion from Ben.
Include "0" in baseURL per Chase.


git-svn-id: svn://10.0.0.236/trunk@174539 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 01:54:18 +00:00
pavlov%pavlov.net
f320ca4c51 reverting previous code to allow modifying occurrences/original item via the dialog in favor of external ui to modify the right thing
git-svn-id: svn://10.0.0.236/trunk@174538 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 23:57:26 +00:00
pavlov%pavlov.net
ea12d4f5bf making ctrl+doubleclick modify the parent item if recurrence is set and ctrl+delete delete the parent item. r=vlad
git-svn-id: svn://10.0.0.236/trunk@174537 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 23:53:25 +00:00
mvl%exedo.nl
c4c505da02 remove dump
git-svn-id: svn://10.0.0.236/trunk@174536 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 23:24:19 +00:00
mvl%exedo.nl
d92bcdbbf1 Prevent serializing one attribute twice. Bug 297530, r=vlad
git-svn-id: svn://10.0.0.236/trunk@174535 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 23:19:01 +00:00
pavlov%pavlov.net
64644f4366 adding support for editing all occurrences vs editing a single occurence
git-svn-id: svn://10.0.0.236/trunk@174534 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 22:49:03 +00:00
pavlov%pavlov.net
3eb2253676 s/alarm_Time/alarm_time/ r=vlad
git-svn-id: svn://10.0.0.236/trunk@174533 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 22:48:04 +00:00
joshmoz%gmail.com
8ed8827e98 get rid of 68k mac and classic mac os references from plugin code. cleanup only. no bug. r=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@174532 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 22:31:39 +00:00
bsmedberg%covad.net
5399510602 Use == not = for real.
git-svn-id: svn://10.0.0.236/trunk@174531 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 21:49:08 +00:00
ben%bengoodger.com
8eaed09472 improve update manager load/save of update items, make update/patch items implement serialize/deserialize from DOM nodes, change method/attribute names on interfaces slightly to properly use interCaps
git-svn-id: svn://10.0.0.236/trunk@174528 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 21:08:40 +00:00
bsmedberg%covad.net
fc5f2081a7 Re-landing bug 297315 nsCommandLine.cpp with a typo-fix if (rv = NS_ERROR_ABORT) becomes ==
git-svn-id: svn://10.0.0.236/trunk@174527 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 21:07:18 +00:00
doronr%us.ibm.com
66bd327304 XForms bug 297097 - xforms:submission can't submit partial instance data. r=aaronr,allan a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174526 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 20:28:20 +00:00
bsmedberg%covad.net
ca859f76ad MSVC6 bustage from bug 224305 (stupid parent scoping of for-loop variables).
git-svn-id: svn://10.0.0.236/trunk@174525 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 20:06:00 +00:00
scott%scott-macgregor.org
38db004786 Bug #297227 --> Depend build fails to build PrintPDE.plugin Patch by Mark Mentovai
jhpedemonte: review+
peterv: superreview+
a=asa
(checked in on behalf of josh)


git-svn-id: svn://10.0.0.236/trunk@174524 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 19:59:11 +00:00
bsmedberg%covad.net
b0de257710 Trial backout of just nsCommandLine.cpp from bug 297315.
git-svn-id: svn://10.0.0.236/trunk@174523 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 19:54:52 +00:00
scott%scott-macgregor.org
cdc4c6b8cd Bug #297227 --> Depend build fails to build PrintPDE.plugin
Patch by  Mark Mentovai

jhpedemonte: review+
peterv: superreview+
a=asa


git-svn-id: svn://10.0.0.236/trunk@174522 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 19:54:10 +00:00
doronr%us.ibm.com
ed82575f19 Bug 296114 - xforms-next, xforms-previous event support. patch by aaronr,r=smaug,me a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174521 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 19:17:24 +00:00
gandalf%firefox.pl
465b5d362b Bug 297496: xul error on main window, <menuitem id="context-savelink" appears on bottom of main window; r=benjamin,sr+a=mscott
git-svn-id: svn://10.0.0.236/trunk@174520 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 19:05:44 +00:00
jshin%mailaps.org
b489431c40 bug 295202: convert nsOSHelperApplication to use nsIWindowsRegKey (r=cbie, sr=darin, a=asa)
git-svn-id: svn://10.0.0.236/trunk@174518 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:57:10 +00:00
ben%bengoodger.com
7710a8c32e More implementation of update manager - load and save update files.
git-svn-id: svn://10.0.0.236/trunk@174517 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:53:11 +00:00
bsmedberg%covad.net
8014e29410 Bug 297315 - sorts the XPCOM implementation of nsICategoryManager.enumerateCategory alphabetically r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@174516 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:39:19 +00:00
bienvenu%nventure.com
5896c26e51 fix 286446 problems stripping attachments from complext messages, sr=mscott a=asa
git-svn-id: svn://10.0.0.236/trunk@174515 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:34:06 +00:00
bsmedberg%covad.net
437fe8066d Grr, Thunderbird doesn't care about Firefox branding files.
git-svn-id: svn://10.0.0.236/trunk@174514 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:31:22 +00:00
bienvenu%nventure.com
165449f2a4 add include for msgcompose, part of 11034, to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@174513 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:22:10 +00:00
mkaply%us.ibm.com
15b5577423 Remove unused bmp
git-svn-id: svn://10.0.0.236/trunk@174512 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:15:30 +00:00
bienvenu%nventure.com
cf0b895443 add support for reply/forward filter actions for after the fact filtering, and reply filters for imap, 11034, sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174511 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 18:10:20 +00:00
mkaply%us.ibm.com
cab74e1fee #297386
r=bsmedberg, sr=darin, a=bsmedberg
Add OS/2 implementation of thread for updater and reorder some #ifdefs


git-svn-id: svn://10.0.0.236/trunk@174510 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 17:53:18 +00:00
mkaply%us.ibm.com
1c2032eb4f OS/2 build bustage - default to unistd.h for non windows platforms
git-svn-id: svn://10.0.0.236/trunk@174509 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 17:19:43 +00:00
scott%scott-macgregor.org
d582fba40b Bug #272812 --> RSS item Subject has mis-transcoded international characters
Another attempt to get our I18n conversions working for feeds.

patch by robert sayre.

sr=mscott


git-svn-id: svn://10.0.0.236/trunk@174508 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 17:07:56 +00:00
bsmedberg%covad.net
fb872fd6e0 Thunderbird l10n tinderbox requires that we pull locales other-licenses/thunderbird NPOTDB
git-svn-id: svn://10.0.0.236/trunk@174507 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 16:55:31 +00:00
bsmedberg%covad.net
6b3e439b32 Re-land bug 224305 part "windows" - Separate GRE (xulrunner) registration from the installer scripts, r=darin a=asa. The first patch accidentally contained some extraneous changes to the static component loader which are for a different bug.
git-svn-id: svn://10.0.0.236/trunk@174506 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 16:45:22 +00:00
robert%accettura.com
79b1d07ccc Bug 296271 - Next should not submit the report imediately (change to 'submit'). r=mconnor
git-svn-id: svn://10.0.0.236/trunk@174504 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 15:53:18 +00:00
bsmedberg%covad.net
c0fb7709a4 Tbird l10n packaging changes: this was copied from browser/locales/Makefile.in but I never s/firefox/thunderbird/ NPOTDB
git-svn-id: svn://10.0.0.236/trunk@174503 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 15:01:03 +00:00
kairo%kairo.at
b62b998f18 bug 291753 - {application}-bin cannot be linked with libxremote_client_s.a if system NSPR is used, p=cls, r=bsmedberg, a=asa
git-svn-id: svn://10.0.0.236/trunk@174502 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 14:57:20 +00:00
mkaply%us.ibm.com
233dd160f6 OS/2 build bustage - exit() requires stdlib.h
git-svn-id: svn://10.0.0.236/trunk@174501 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 14:46:21 +00:00
shaver%mozilla.org
2de9501a71 bug 296184: add ITEM_FILTER_ALL_ITEMS; r=mvl, npotb.
git-svn-id: svn://10.0.0.236/trunk@174500 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 13:46:08 +00:00
cltbld
04b6ff5a1d Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174499 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 13:37:14 +00:00
mkaply%us.ibm.com
5941b46a2a OS/2 build bustage
git-svn-id: svn://10.0.0.236/trunk@174498 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 13:36:07 +00:00
mostafah%oeone.com
8f16f25a87 Updated translation
git-svn-id: svn://10.0.0.236/trunk@174497 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 12:54:42 +00:00
mvl%exedo.nl
cb68086bf7 Make NewCalDateTime do the right thing. bug 297530, r=pavlov
git-svn-id: svn://10.0.0.236/trunk@174496 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 09:36:45 +00:00
mozilla%colinogilvie.co.uk
1d8e1a8f4f Bug 255685: Docs should mention mysql-devel RPM is required
Patch by me, r=gerv


git-svn-id: svn://10.0.0.236/trunk@174495 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 09:30:33 +00:00
cmp%mozilla.org
6abf3c0c4e Add ca, cs, fi, hu, nb-NO, nl, ru, and sv-SE to Thunderbird's set of ready
locales.


git-svn-id: svn://10.0.0.236/trunk@174494 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-13 06:01:09 +00:00
mvl%exedo.nl
5622dab7c4 Use the right scope. Bustage bug.
git-svn-id: svn://10.0.0.236/trunk@174491 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 20:41:05 +00:00
bzbarsky%mit.edu
b2cd79d4bd Make fieldsets always be containing blocks. Bug 296722, r+sr=dbaron,
a=asa


git-svn-id: svn://10.0.0.236/trunk@174490 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 20:33:35 +00:00
brendan%mozilla.org
cb3723a702 One more followup fix: __defineProperty__ should probably be global.
git-svn-id: svn://10.0.0.236/trunk@174489 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 18:45:53 +00:00
brendan%mozilla.org
a94fe847b7 Followup to last checkin to delete constructor from Activation.prototype.
git-svn-id: svn://10.0.0.236/trunk@174488 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 18:28:33 +00:00
bryner%brianryner.com
77a481e4a1 Bug 78672, xpfe must not print to console in opt builds. Patch by gautheri@noos.fr, r=mconnor, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174487 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 18:27:04 +00:00
bryner%brianryner.com
1d04c0bada Bug 286876 - In <phishingDetector.js>, Warning: redeclaration of var index. Patch by gautheri@noos.fr, r+sr=mscott, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174486 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 18:24:59 +00:00
bryner%brianryner.com
f2086bb1e9 Bug 286881 - In <newsblog.js>, 2 Warning: trailing comma is not legal in ECMA-262 object initializers. Patch by gautheri@noos.fr, r+sr=mscott, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174485 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 18:23:05 +00:00
gerv%gerv.net
e1a6f85c07 Bug 297100 - tell people about Reporter at the top of Hendrix.
git-svn-id: svn://10.0.0.236/trunk@174484 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 16:54:52 +00:00
brendan%mozilla.org
f1136d18e4 Mirror fix for bug 290774 from SpiderMonkey to Narcissus.
git-svn-id: svn://10.0.0.236/trunk@174483 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 16:08:21 +00:00
silver%warwickcompsoc.co.uk
6c79cd9512 Bustage fix: missing files for last check-in.
git-svn-id: svn://10.0.0.236/trunk@174482 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 14:35:20 +00:00
silver%warwickcompsoc.co.uk
8c323ea8fc Bug 283521 - Show connection security status in statusbar and provide way to view certificate used.
ChatZilla only.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@174481 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 14:17:27 +00:00
silver%warwickcompsoc.co.uk
316e38cc35 Bug 193977 - Put back one of the removed boxes that was actually needed.
ChatZilla only.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@174480 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 14:08:44 +00:00
cbiesinger%web.de
27cc66747f bug 241739 reuse HTML/SVG's <script> loading code for XUL <script>, thus
correctly handling non-ASCII characters
r+sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@174479 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 12:32:05 +00:00
mkaply%us.ibm.com
30521d962f #291381
r=mkaply, sr=mkaply, a=mkaply
OS/2 only - certain icons resolutions crash - patch from Rich Walsh


git-svn-id: svn://10.0.0.236/trunk@174478 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-12 04:58:03 +00:00
bzbarsky%mit.edu
be0542ab2a Make sure to propagate back the result of InstallImplementation and bail
if it fails.  Bug 292944, r+sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@174477 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 21:30:20 +00:00
gandalf%firefox.pl
e3fb8b7dfa Bug 297118: Remove afxres.h dependency from new update code; p=bugzilla@mcsmurf.de,r=cls,sr=darin,a=asa
git-svn-id: svn://10.0.0.236/trunk@174476 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 20:14:01 +00:00
mvl%exedo.nl
31d965618b fix regressions from full exception support. bug 293183, r=vlad
git-svn-id: svn://10.0.0.236/trunk@174475 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 19:46:18 +00:00
gandalf%firefox.pl
2816395ea6 Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale); r+a=bsmedberg, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@174474 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 18:56:36 +00:00
mvl%exedo.nl
63226b7b0e Bug 135593 Option to play user-defined sound file for alarm.
patch by jminta@gmail.com, r=pavlov


git-svn-id: svn://10.0.0.236/trunk@174473 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 18:48:01 +00:00
gandalf%firefox.pl
71d1804cbb Bug 296456: Fix license headers on some HTTP source files; r=darin,sr=dveditz, a=asa
git-svn-id: svn://10.0.0.236/trunk@174471 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 13:12:55 +00:00
gandalf%firefox.pl
6aacfbaefd Bug 288823: Trace-malloc fails to compile on windows; p=bugzilla@mcsmurf.de,r+sr=dbaron,a=brendan
git-svn-id: svn://10.0.0.236/trunk@174469 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 12:57:27 +00:00
gandalf%firefox.pl
e4a289d62e Bug 288823: Trace-malloc fails to compile on windows; p=bugzilla@mcsmurf.de,r+sr=dbaron,a=brendan
git-svn-id: svn://10.0.0.236/trunk@174468 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 12:52:23 +00:00
allan%beaufour.dk
bbcaa71606 Expose IntrinsicState() to XTF elements. Bug 297061, r=smaug+alex, sr=bryner, a=asa
git-svn-id: svn://10.0.0.236/trunk@174467 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 11:19:08 +00:00
db48x%yahoo.com
39cb0d47f3 bug 289695: nsFormHistory.cpp, nsAutoVoidArray should call PR_Free on matchingValues, and not delete it.
r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174466 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 07:33:05 +00:00
robert%accettura.com
3f9d2ca418 make service work again
git-svn-id: svn://10.0.0.236/trunk@174465 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 04:20:52 +00:00
robert%accettura.com
212add31ae slight change to install notes to enable utf-8 support
git-svn-id: svn://10.0.0.236/trunk@174464 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 04:17:28 +00:00
darin%meer.net
635ebabf04 Make incremental download work properly on Linux.
git-svn-id: svn://10.0.0.236/trunk@174463 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 02:56:52 +00:00
brendan%mozilla.org
8d733707be Better fix for 296397 (r=shaver, sr=jst).
git-svn-id: svn://10.0.0.236/trunk@174462 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 01:33:44 +00:00
darin%meer.net
167fa25205 Update firefox prefs accordingly for new update service.
git-svn-id: svn://10.0.0.236/trunk@174460 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 01:11:00 +00:00
darin%meer.net
5805170e1d Construct update URL using properties from nsIXULAppInfo and nsIXULRuntime.
git-svn-id: svn://10.0.0.236/trunk@174459 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 01:09:54 +00:00
dmose%mozilla.org
4517933e6e Fix up argument ordering. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@174458 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 00:45:12 +00:00
dmose%mozilla.org
09cc980d6f Backing out unintentional parts of previous checkin.
git-svn-id: svn://10.0.0.236/trunk@174457 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 00:41:36 +00:00
dmose%mozilla.org
7da7941bf3 Initial fixups to cope with new occurrence model; more to come. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@174456 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 00:38:09 +00:00
ben%bengoodger.com
7277642c03 more update manager work
git-svn-id: svn://10.0.0.236/trunk@174454 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 00:04:52 +00:00
ben%bengoodger.com
caade5bb57 Implement load/save for the Update Manager
git-svn-id: svn://10.0.0.236/trunk@174452 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 23:58:10 +00:00
ben%bengoodger.com
26306e1bdc Add new Update Manager interface and service to track current and past updates
git-svn-id: svn://10.0.0.236/trunk@174449 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 23:37:38 +00:00
dmose%mozilla.org
3ad5e59e06 Added forgotten this. qualifier
git-svn-id: svn://10.0.0.236/trunk@174448 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 23:31:18 +00:00
cltbld
714d211885 make-makefile for the XForms build requires arguments numbering two to
operate as expected.  The first is the location of the build directory.
The second is the depth of the current working directory relative to the
source directory.  (where source directory there may need to be described
as object directory, ...)


git-svn-id: svn://10.0.0.236/trunk@174447 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 23:21:51 +00:00
cltbld
5165550e7b Move the XForms build to after the $objdir variable is created and use it
instead of $builddir.


git-svn-id: svn://10.0.0.236/trunk@174446 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 23:09:11 +00:00
cltbld
fda4d54093 Use the multi-line formatting that's now available for multi-config.pl in
the --multi-config example.


git-svn-id: svn://10.0.0.236/trunk@174445 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:58:13 +00:00
lpsolit%gmail.com
54dd559703 Bug 266159: It's possible to create multiple flags by reloading, even if flag is not multiplicable - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a = myk
git-svn-id: svn://10.0.0.236/trunk@174444 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:57:16 +00:00
cltbld
b5b66391a5 Slurp the entire multi-config.pl file and eval it as a whole to allow
multi-line variable entries.


git-svn-id: svn://10.0.0.236/trunk@174443 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:55:31 +00:00
mozilla.mano%sent.com
43d8892f19 Bug 297230 - no windows: open blank window for Open Location & Web Search. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174441 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:49:20 +00:00
cltbld
e2477414c1 Add a default LocaleProduct of "browser".
git-svn-id: svn://10.0.0.236/trunk@174440 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:45:38 +00:00
mozilla.mano%sent.com
5b7d3d837a Bug 294208 (FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused) - replace element localname checks to instanceof checks. r=mconnor, sr=bzbarksy, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174439 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:44:29 +00:00
cltbld
de2373cc1d Move the XForms build earlier in the build process (before the Talkback
symbol push) to ensure that any XForms symbols are included in the push and
can be used in Talkback reports that include XForms stack information.

Make use of a new config variable, LocaleProduct, which is set to either
mail or browser at this point.  It is used to determine the directories
in which to run the locale builds in packit_l10n().


git-svn-id: svn://10.0.0.236/trunk@174438 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:44:17 +00:00
timeless%mozdev.org
2fac05c441 Bug 235643 all _CreatePrintSettings leak on failure
changes code to handle OOM and optimizes code to skip an unnecessary QI
patch by baafie@planet.nl r=timeless sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@174437 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:18:16 +00:00
timeless%mozdev.org
e9aa06cbe2 Bug 266905 Mozilla crash or hang on POP3 mail download, if "Run Filter on Folder" is executed [@ nsMsgFilter::LogRuleHit]
look before leaping but don't complain
r=bienvenu sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@174436 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 22:15:30 +00:00
cltbld
2d13fb36d5 Remove the en-US files using a command that can write to a valid file
(run_locale_shell_command has no valid output flie when it's called here).


git-svn-id: svn://10.0.0.236/trunk@174435 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 21:46:44 +00:00
ben%bengoodger.com
6bd82dfa9f Hook up 'View installed updates' button in preferences
git-svn-id: svn://10.0.0.236/trunk@174434 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 21:46:12 +00:00
ben%bengoodger.com
fa8de85ba3 Add support for optional license to updates. This allows for updates to inform the user of license changes with included components and force them to agree before they can update the software. Also add a 'View installed updates' button to the preferences panel
git-svn-id: svn://10.0.0.236/trunk@174433 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 21:27:24 +00:00
bsmedberg%covad.net
db54c8272f Backout bug 224305 due to unexplained tbox orange (probably has something to do with static builds?)
git-svn-id: svn://10.0.0.236/trunk@174432 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 21:01:40 +00:00
cltbld
af82e15eb3 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174430 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 20:27:11 +00:00
mkaply%us.ibm.com
2b92b229ad OS/2 build bustage
git-svn-id: svn://10.0.0.236/trunk@174429 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 20:24:15 +00:00
bsmedberg%covad.net
2b3896a100 mac bustage from bug 224305
git-svn-id: svn://10.0.0.236/trunk@174428 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 19:54:35 +00:00
bsmedberg%covad.net
6b8f3db0c8 More platform-specific bustage from bug 224305
git-svn-id: svn://10.0.0.236/trunk@174427 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 19:52:45 +00:00
bsmedberg%covad.net
b10d837f2c Use more headers for linux, from bug 224305
git-svn-id: svn://10.0.0.236/trunk@174426 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 19:38:22 +00:00
bsmedberg%covad.net
4ad6fff051 Bug 224305 part "windows" - Separate GRE (xulrunner) registration from the installer scripts, r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@174425 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 19:21:27 +00:00
lpsolit%gmail.com
26d326b2b3 Bug 277417: SQL error when reloading the page after changing the bug resolution to duplicate - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
git-svn-id: svn://10.0.0.236/trunk@174424 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 19:19:21 +00:00
lpsolit%gmail.com
fa37006f1f Bug 296214: Add a hook into user-error.html.tmpl to allow user-extendable error messages - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@174423 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 19:11:46 +00:00
scott%scott-macgregor.org
cbdc3da47b Bug #297325 --> Consider application/pgp-keys as plain text
Patch by patrick.brunschwig@gmx.net

r=mscott
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@174422 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 19:02:05 +00:00
jwalden%mit.edu
e82ab9a7a9 Bug 296990 - Update popup blocking info in response to bug 293523. r=steffen, a=asa
git-svn-id: svn://10.0.0.236/trunk@174421 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 18:59:35 +00:00
jwalden%mit.edu
557bb88ffe Bug 296874 - Realign menu docs with reality after Check for Updates move and other stuff. r=steffen, a=asa
git-svn-id: svn://10.0.0.236/trunk@174420 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 18:58:37 +00:00
silver%warwickcompsoc.co.uk
ac811186ad Bug 296679 - Hack to work around bug 98997 and the curse of the :empty menu. Also bump compatibility info to FF 1.0+.
ChatZilla only.
r=samuel
a=asa


git-svn-id: svn://10.0.0.236/trunk@174419 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 18:35:13 +00:00
masayuki%d-toybox.com
f680b7a7d2 Bug 118563 The new print properties dialog does not save papersize / fix for saving to pref on suite r+sr=neil.parkwaycc.co.uk, a=asa
git-svn-id: svn://10.0.0.236/trunk@174418 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 18:29:09 +00:00
masayuki%d-toybox.com
384a5ced62 Bug 118563 The new print properties dialog does not save papersize / make the same as suite/toolkit print process for "javascript:window.print()" r+sr=jst, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174417 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 18:26:31 +00:00
bsmedberg%covad.net
2ef22c7e85 Bug 296426 - nsIXULRuntime should provide build config info, r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@174416 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 18:23:28 +00:00
scott%scott-macgregor.org
d3488ba5e0 Bug #269483 --> Thunderbird UI changes to support the new update service (which is not turned on yet)
add a toolbar button to the menubar for update notifications, add advanced pref UI to support the new settings, add a menu item under Help for Checking for Updates.


git-svn-id: svn://10.0.0.236/trunk@174415 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 18:09:21 +00:00
dougt%meer.net
1301e3b5d3 Cleans up font enumeration. Implements TextOutA. Implements SetWindowTextA. Remaps lstr* functions. NPODB
git-svn-id: svn://10.0.0.236/trunk@174414 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 17:43:15 +00:00
timeless%mozdev.org
6f0bfe9a31 Bug 208909 compreg.dat protection problem [OpenVMS status is decimal 114690]
lock down permissions and sanitize with comments
r=dougt sr=dveditz a=asa


git-svn-id: svn://10.0.0.236/trunk@174413 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 17:32:48 +00:00
pinkerton%aol.net
0241aaebb0 handle secondary subtags between 2 and 8 characters long, as
per RFC 3066 et al. when setting accept-lang header (bug 293327)


git-svn-id: svn://10.0.0.236/trunk@174412 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 17:23:17 +00:00
bienvenu%nventure.com
6bf3c47df4 fix 288273 disable delete/detach attachments for signed/encyrpted messages, r/sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174411 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 14:35:32 +00:00
joshmoz%gmail.com
e434497061 Get rid of big-endian assumptions in asdecode. b=297164 r=josh sr=smfr a=asa
git-svn-id: svn://10.0.0.236/trunk@174410 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 14:16:18 +00:00
aaronleventhal%moonset.net
d0301a1bd7 Bug 290352. Fix show/hide events, and anything dependent on those such as DHTML sub sub menus, alerts and progress bars. r=louie.zhao, sr=bz, a=asa
git-svn-id: svn://10.0.0.236/trunk@174409 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 13:57:27 +00:00
bsmedberg%covad.net
fc865e1ce8 Cleanup from bug 253742 - use named strings to eliminate temporaries in a loop, patch by Jens BannMann <jens.b@web.de> r=me a=asa
git-svn-id: svn://10.0.0.236/trunk@174408 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 13:13:53 +00:00
jshin%mailaps.org
ff0f248aec bug 253533: comment out three Thai entries in fontEncoding file (r=smontagu, sr=roc, a=chofmann)
git-svn-id: svn://10.0.0.236/trunk@174407 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 08:36:34 +00:00
timeless%mozdev.org
ae697e0d0f Bug 297027 NS_ScriptErrorReporter(JSContext *cx, const char *message, JSErrorReport *report) doesn't report message to stdout
r=jst sr=jst a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174406 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 05:25:25 +00:00
bob%bclary.com
c9ca3bac27 remove keyword tests from spidermonkey-n.tests, add options('strict', 'werror') to force exceptions.
git-svn-id: svn://10.0.0.236/trunk@174405 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 05:22:15 +00:00
robert%accettura.com
3905a90b8b fix product list not showing up
git-svn-id: svn://10.0.0.236/trunk@174403 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 04:31:15 +00:00
robert%accettura.com
f0b8ba2882 forgot to add stats before
git-svn-id: svn://10.0.0.236/trunk@174402 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 04:30:30 +00:00
robert%accettura.com
55a77a5725 remove old config All of this is not part of the build
git-svn-id: svn://10.0.0.236/trunk@174400 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 03:59:47 +00:00
robert%accettura.com
d4e36ce758 A whole lotta changin' goin' on...
- make configs consistant (app_url and app_path weren't making sense)
- move includes out of /app since it's used by more than just /app
- documentation on contrib classes needed
- implement templating engine
- fix spacing through all code
- some css changes to improve our looks (slightly)
- escape login variables
- Custom Column Queries
- Fix Pagination when using custom queries, or aggregate view
- Only query for total records if we the data set is full (>= $_GET['show']).  Pointless to figure how how many pages when we know we don't fill the first.
- truncate all columns at 100 characters in query view so pages don't span to far
- truncate all url's in report view over 100 chars in length
- Statistics (initial landing)
- Don't use cache-control to prevent slowness (bug 296670)
- Slightly revised css theming
- Add schema
- Rename config to config-default


git-svn-id: svn://10.0.0.236/trunk@174399 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 03:58:46 +00:00
robert%accettura.com
63015ff7a9 removing. Some unneeded, some going elsewhere a=asa (blanket), Not part of build
git-svn-id: svn://10.0.0.236/trunk@174398 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 03:27:54 +00:00
timeless%mozdev.org
ad31f22bf0 Bug 296578 When upgrading from a 1.0 profile themes are not listed in the Theme Manager
patch by rob_strong-bugmail@exchangecode.com r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@174396 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 02:27:27 +00:00
vladimir%pobox.com
0e89054c01 missing files from last comimt
git-svn-id: svn://10.0.0.236/trunk@174395 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 01:48:14 +00:00
vladimir%pobox.com
739bbe3165 b=293183, implement exception support for recurrence, r=shaver
git-svn-id: svn://10.0.0.236/trunk@174394 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 01:31:48 +00:00
vladimir%pobox.com
f1b5949af3 add missing file to sqlite3, r=shaver
git-svn-id: svn://10.0.0.236/trunk@174393 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 01:27:31 +00:00
robert%accettura.com
6fb6b56917 Some polish to the reporter tool. No bug r+a=ben
git-svn-id: svn://10.0.0.236/trunk@174392 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 00:42:07 +00:00
ben%bengoodger.com
8453ab1893 for testing
git-svn-id: svn://10.0.0.236/trunk@174391 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 00:17:10 +00:00
ben%bengoodger.com
6dee327afe Add an 'errors' page to the update wizard to report verification errors.
git-svn-id: svn://10.0.0.236/trunk@174390 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 00:07:47 +00:00
brendan%mozilla.org
a60cd55a53 Remove JSPROP_ENUMERATE from function args/vars hidden property attributes (followup for 293782).
git-svn-id: svn://10.0.0.236/trunk@174388 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 23:45:54 +00:00
dmose%mozilla.org
1a3b7ffa76 Change modifyItems to require the caller to pass in the old item for ease of provider implementation (bug 295775). Also contains fixes for CalDAV bugs discovered at the CalConnect interop. r=pavlov@pavlov.net. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@174387 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 23:24:45 +00:00
jst%mozilla.jstenback.com
d227fad910 Fixing most of bug 287707. Make editor init and teardown do a better job at restoring things to the way they were before editing started. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174386 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 22:50:41 +00:00
darin%meer.net
51bc81dc87 This patch includes fixes for bug 297121 "many timer messages in javascript console",
and it also includes the following fixes:
 - make binaryToHex work for octets < 0x10
 - make selectUpdate return non-null
 - no need for "map" variable in _verifyDownload


git-svn-id: svn://10.0.0.236/trunk@174385 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 22:15:49 +00:00
cmp%mozilla.org
c5cc52ec16 Add empty all-locales file to be filled in later as locales come on-line
with Thunderbird builds.


git-svn-id: svn://10.0.0.236/trunk@174384 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 21:58:16 +00:00
doronr%us.ibm.com
ee074d8c15 XForms bug 297137 - xforms-ready fires too early. Patch by aaronr@us.ibm.com, r=allan,smaug a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174383 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 21:00:49 +00:00
bienvenu%nventure.com
46d4a327a2 fix typo in fix for 281252, disable conversion to 7-bit on request, r/sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174382 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:52:35 +00:00
bryner%brianryner.com
43ba7500f3 Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174381 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:51:18 +00:00
relyea%netscape.com
d202f31812 Get the Processer cache line size. This file contains processor and OS
specific content. Currently it only works well with x86 and 64-bit PPC.


git-svn-id: svn://10.0.0.236/trunk@174377 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:43:40 +00:00
doronr%us.ibm.com
09fa12bdd0 XForms bug 293951 - Shouldn't be altering default namespace during submission. r=aaronr,smaug a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174375 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:34:11 +00:00
neil%parkwaycc.co.uk
4d89c3dc76 Sync xpfe and toolkit's textbox.xml p=gautheri@noos.fr r=mconnor sr=me a=asa
git-svn-id: svn://10.0.0.236/trunk@174374 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:30:34 +00:00
cvshook%sicking.cc
67eb4b9d17 Bug 296450: Make the hashtable holding attribute nodes work properly on all platforms.
r=beaufour sr=peterv a=caillon


git-svn-id: svn://10.0.0.236/trunk@174372 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:17:40 +00:00
timeless%mozdev.org
bf32d05d8d Bug 285513 Selected options pane fails to persist if the last selected pane no longer exists
patch by dave.townsend@blueprintit.co.uk r=mconnor a=shaver


git-svn-id: svn://10.0.0.236/trunk@174371 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 20:02:16 +00:00
dougt%meer.net
9deae298a4 Software Keyboard impl. Works only under WINCE currently. NPODB
git-svn-id: svn://10.0.0.236/trunk@174370 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 19:34:18 +00:00
cltbld
b1225e429e Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174369 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 18:27:17 +00:00
joshmoz%gmail.com
cba36d8855 make configure aware of x86-based Macs. Patch by Apple Computer, Inc. b=297165 r=pinkerton sr=bsmedberg a=asa
git-svn-id: svn://10.0.0.236/trunk@174368 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 18:20:34 +00:00
joshmoz%gmail.com
f1eb0b2e88 get rid of blue globe/lock icon in status bar for UI cleanliness reasons. what did the blue globe mean anyway? b=297138 r=armen sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@174367 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 18:09:57 +00:00
bzbarsky%mit.edu
169ca76a3a Fixing build bustage. Part of bug 295983.
git-svn-id: svn://10.0.0.236/trunk@174365 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 16:29:26 +00:00
bzbarsky%mit.edu
e01bd5e327 Make sure to call ScriptEvaluated when doing all evaluations, to call it
_after_ we've popped the JSContext from the stack, and to handle multiple
termination functions being posted from a single script evaluation.  Fixes
leaks when closing windows or tabs with still-loading documents.  Bug 295983,
r+sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@174364 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 15:42:19 +00:00
bzbarsky%mit.edu
d599723a09 Make sure to call ScriptEvaluated after running XBL constructors/destructors.
Bug 295124, r+sr=jst, a=asa.


git-svn-id: svn://10.0.0.236/trunk@174363 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 15:39:07 +00:00
bzbarsky%mit.edu
f69aa393a1 Use the right parent when appending to a frame with in-flows that has :after
generated content.  Bug 292116, r+sr=roc, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174362 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 15:37:56 +00:00
bzbarsky%mit.edu
c5f2e82ac8 Allow menus to abut the left and top edges of the screen. Bug 176767, patch by
Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@174361 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 15:35:31 +00:00
mvl%exedo.nl
61543f9434 Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird.
p=sipaq <bugzilla@babylonsounds.com>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174360 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 15:25:40 +00:00
mvl%exedo.nl
3986b575f9 Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird.
p=sipaq <bugzilla@babylonsounds.com>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@174359 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 15:18:21 +00:00
mozilla.mano%sent.com
090dc590de Bug 294208 - FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174358 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 15:00:19 +00:00
doronr%us.ibm.com
9059aac1d5 Bug 295407 - Finish button doesn't dismiss PFS dialog (manual installs). r=mconnor,a=asa
git-svn-id: svn://10.0.0.236/trunk@174357 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 14:57:25 +00:00
masayuki%d-toybox.com
741949607e Bug 295981 sIMEReconvertUnicode should be released at WM_IME_STARTCOMPOSITION r=timeless, sr=rbs, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174356 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 14:50:35 +00:00
pinkerton%aol.net
8a4d2e3eb8 updating user agent to 09a1
git-svn-id: svn://10.0.0.236/trunk@174355 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 14:47:30 +00:00
timeless%mozdev.org
0cebd03c72 Bug 297082 potential OOM crash [@ nsNativeAppSupportWin::GetCmdLineArgs]
r=neil sr=neil a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174354 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 14:43:15 +00:00
cbiesinger%web.de
e606a66dcd 286807 allow socket detach handlers to post events
r=darin sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@174353 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 14:09:23 +00:00
cltbld
25efcee150 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174352 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 12:37:07 +00:00
bsmedberg%covad.net
886cd2db9c Bug 297139 - Malformed test in configure, patch by Mark Mentovai <mark@moxienet.com>, r=cls a=asa
git-svn-id: svn://10.0.0.236/trunk@174351 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 12:32:53 +00:00
jocuri%softhome.net
e30b71c7f6 Patch for bug 296582: create-guided template refers to "zarro boogs" instead of terms.zeroSearchResults; patch by Alfred Karl Kornel <kornel.1@osu.edu>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@174350 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 09:48:23 +00:00
jocuri%softhome.net
51068b9201 Patch for bug 291600: replace "iff" with "if and only if"; r=LpSolit, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@174349 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 09:32:25 +00:00
neil%parkwaycc.co.uk
63783eabdb Fix warning LNK4044 b=287570 p=gautheri@noos.fr r=bsmedberg sr=me a=asa
git-svn-id: svn://10.0.0.236/trunk@174348 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 08:54:12 +00:00
rbs%maths.uq.edu.au
9498af5d12 German &szlig; and surrogate characters don't render with the proper small-caps font, b=291321. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174347 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 08:33:15 +00:00
cltbld
71e9f5db67 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174345 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 08:07:01 +00:00
neil%parkwaycc.co.uk
8920348883 Need to use cygpath -a for possibly relative paths b=294122 r=cls a=asa
git-svn-id: svn://10.0.0.236/trunk@174344 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 08:01:07 +00:00
joshmoz%gmail.com
a659fb7523 Get rid of "Document: Done" from status bar. b=246112 r=josh sr=smfr
git-svn-id: svn://10.0.0.236/trunk@174343 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 07:59:05 +00:00
db48x%yahoo.com
842fd33f0b bug 293114: function InitMessageLabel performs very poorly for large selections
r=neil, sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@174342 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 05:28:47 +00:00
mkanat%kerio.com
988fde03d6 Bug 291803: PostgreSQL dies when you insert a string longer than 2700 characters into an indexed field
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave


git-svn-id: svn://10.0.0.236/trunk@174341 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 04:42:46 +00:00
smfr%smfr.org
37cc53f492 Fix bug 188130: fix XML prettyprinting in embedding apps by adding required resources to embed-jar.mn. r=bsmedberg, a=asa
git-svn-id: svn://10.0.0.236/trunk@174340 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 04:05:10 +00:00
cls%seawood.org
69de210ccd Actually disable NSPR logging in gtk2 builds when given --disable-logging.
Bug #165558 r=blizzard sr=roc a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174339 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 02:36:01 +00:00
joshmoz%gmail.com
ab946398e3 Make scrollbar size consistent in bookmark manager. Collections scrollbar is now big. No bug, trivial change. r=josh r=armen
git-svn-id: svn://10.0.0.236/trunk@174338 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 02:34:16 +00:00
darin%meer.net
eef0ae738f Landing update packaging scripts (bug 296306) r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174337 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 01:29:17 +00:00
darin%meer.net
f656f56a72 Landing patch for bug 296295 "Incorporate bsdiff into the tree" patch by bsmedberg,darin r=cls
git-svn-id: svn://10.0.0.236/trunk@174336 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 01:23:33 +00:00
jst%mozilla.jstenback.com
eb78ffdb84 Fixing part of bug 296397. Removing bogus assertion. r=shaver@mozilla.org, sr+a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174335 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 01:11:21 +00:00
bzbarsky%mit.edu
f980350d45 Create non-XUL nodes in a XUL document with the right ownerDocument. Bug
294536, r+sr=peterv, a=asa


git-svn-id: svn://10.0.0.236/trunk@174334 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 01:06:46 +00:00
ben%bengoodger.com
1ae3ea22ad fall back to downloading a complete download package if the verification of the patch fails
git-svn-id: svn://10.0.0.236/trunk@174333 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 01:06:45 +00:00
brendan%mozilla.org
29c455b85d Check access when accessing function and regexp __proto__, etc. (296397, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@174332 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 01:02:36 +00:00
timeless%mozdev.org
7185386a9e Bug 293755 "image" attribute on prefpane element doesn't work (typo)
patch by twanno@lycos.nl r=mconnor a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174331 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 00:34:45 +00:00
mozilla.mano%sent.com
0afb63a240 Bug 296606 - [Mac] Menus are not functional in the Preferences window. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174330 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 00:21:49 +00:00
mozilla.mano%sent.com
9a2bb2cc84 Bug 293737 - [Mac] Improve the way 'Open Location' and 'Web Search' commands work in non-browser windows. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174329 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 00:18:02 +00:00
darin%meer.net
0e5847d81c fixing VS8 Beta2 build bustage, bug 292021
git-svn-id: svn://10.0.0.236/trunk@174328 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 00:16:38 +00:00
mozilla.mano%sent.com
6b602d14d0 Bug 296622 - subfolders with bookmarks are no longer accessible from the bookmarks bar, fix the live bookmark case. r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174327 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 00:09:53 +00:00
pavlov%pavlov.net
98c90e3b3b removing new dump()
git-svn-id: svn://10.0.0.236/trunk@174326 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-09 00:03:21 +00:00
timeless%mozdev.org
d0fa21ad24 Bug 293826 whitelist for software install remains empty until visiting a site triggers the notification bar
patch by moz_bugzilla@exchangecode.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@174325 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 23:52:26 +00:00
timeless%mozdev.org
ecc8a6d63a Bug 271700 Crash when I try to pass '@mozilla.org/messenger/progress;1' object to resgisterListener() method of the same object.
patch by pythonesque+bugzilla@gmail.com r=bienvenu sr=dmose a=brendan


git-svn-id: svn://10.0.0.236/trunk@174324 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 23:44:44 +00:00
timeless%mozdev.org
b048e1083d Bug 292348 NewEmbededPluginStream misspelled
patch by pythonesque+bugzilla@gmail.com r=jst sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174323 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 23:42:15 +00:00
bryner%brianryner.com
527e66b47a Fix for warning - undefined property document.charset (bug 253787). Patch by gautheri@noos.fr, r+sr=me, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174322 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 23:20:27 +00:00
timeless%mozdev.org
2074f8659b Bug 297073 Crash closing compose window with [x]
properly group &&/||
r=jst sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174321 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 23:08:56 +00:00
neil%parkwaycc.co.uk
31fc6a9beb Fix regression from misread bug 285830 comment b=296657 r=sicking sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@174320 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 23:02:29 +00:00
ben%bengoodger.com
39d2b51078 add support for restarting downloads at different priority levels (background vs. foreground), separate out update and extensions jar manifests for faster development turnaround
git-svn-id: svn://10.0.0.236/trunk@174319 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 22:39:45 +00:00
darin%meer.net
ed03ff57a5 fixes bug 297124 "mar.exe fails to link with MSVC 2005 beta 2" r=darin,cls
git-svn-id: svn://10.0.0.236/trunk@174318 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 22:26:48 +00:00
cbiesinger%web.de
abbdd0ca00 Bug 296507 remove rdf/resources from allmakefiles.sh
patch by Simon 'sipaq' Paquet <bugzilla@babylonsounds.com> r=pike sr=dmose a=asa


git-svn-id: svn://10.0.0.236/trunk@174317 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 22:18:39 +00:00
darin%meer.net
656eb772db Verify downloads leveraging nsICryptoHash.
git-svn-id: svn://10.0.0.236/trunk@174316 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 22:15:17 +00:00
pavlov%pavlov.net
7b32c8ec25 adding some integer validation code to the textboxes and adding code to delete properties from the event object if they are empty in the dialog
git-svn-id: svn://10.0.0.236/trunk@174315 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 21:58:28 +00:00
ben%bengoodger.com
f216c05717 Fix the |selectUpdate| function on the update service to correctly return the best available update from a set of available updates
git-svn-id: svn://10.0.0.236/trunk@174314 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 21:13:43 +00:00
lpsolit%gmail.com
94c712f0c1 Bug 225042: If sendmail dies while processing a duplicate it corrupts the duplicates table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
git-svn-id: svn://10.0.0.236/trunk@174311 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 21:04:22 +00:00
ben%bengoodger.com
9b833be43c make getPref helper function return default values consistently, and ensure background checking does not commence until after a profile has been selected so that the user's settings are honored.
git-svn-id: svn://10.0.0.236/trunk@174309 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 20:48:25 +00:00
mvl%exedo.nl
e1864b06a8 Show events that happen at the same time in multiple columns.
bug 278426, r=pavlov


git-svn-id: svn://10.0.0.236/trunk@174308 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 20:46:09 +00:00
bienvenu%nventure.com
1365377a0d fix cancelling two news messages in a row, patch by jmdesp@alussinan.org, r=mscott, sr=bienvenu, a=asa 294326
git-svn-id: svn://10.0.0.236/trunk@174307 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 18:33:23 +00:00
brendan%mozilla.org
4200bff7c3 Followup fix for 255555 (r=mrbkap, a=me).
git-svn-id: svn://10.0.0.236/trunk@174306 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 18:08:53 +00:00
cltbld
093255cd74 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174305 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 18:07:12 +00:00
darin%meer.net
26acd0d30a Landing patch for bug 292021 "Software Update self-contained executable" r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174304 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 18:04:25 +00:00
darin%meer.net
1a7dcd1cad Landing patch for bug 292408 "Software update driver for nsAppRunner.cpp" r=bsmedberg a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174303 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 17:40:38 +00:00
darin%meer.net
4a8cc894b2 Landing libmar for new application update system (bug 296303) r=bsmedberg,cls,brendan
git-svn-id: svn://10.0.0.236/trunk@174302 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 17:28:20 +00:00
dougt%meer.net
c4e6e2a6f1 Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174301 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 16:48:44 +00:00
cltbld
3c73f98c69 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174300 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 16:47:06 +00:00
cvshook%sicking.cc
a1b1c63a31 Bug 245274: Be more strict about which names we allow for createElement, even in quirks mode.
r=doron sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@174299 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 16:42:04 +00:00
pedemont%us.ibm.com
ce94b3bcc1 Fix Javaconnect build bustage on Win32. r=tor, a=mkaply. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@174298 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 16:41:19 +00:00
mrbkap%gmail.com
3b98800073 bug 255555: undefined and missing values are passed to Array.sort()'s comparison function. r+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174297 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 16:38:38 +00:00
mozilla.mano%sent.com
f36161dbaf Bug 296622 - [Mac] subfolders with bookmarks are no longer accessible from the bookmarks bar. r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174296 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 16:27:59 +00:00
Olli.Pettay%helsinki.fi
4a000d4b6e Bug 296714 Make <hint> to work more like a tooltip, r=allan+aaronr, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174295 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 15:33:18 +00:00
mconnor%steelgryphon.com
627fe35846 bug 296865 - fixes for addPermission, a=asa
git-svn-id: svn://10.0.0.236/trunk@174294 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 15:10:19 +00:00
gandalf%firefox.pl
74babd8e1e Bug 1781: 1px double border invisible; r+sr=roc,a=asa
git-svn-id: svn://10.0.0.236/trunk@174293 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 14:34:16 +00:00
mconnor%steelgryphon.com
f1dcafbb9c bug 297005 - regression in dragging files to tab bar, r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174292 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 14:20:03 +00:00
mozilla.mano%sent.com
a7c9e77066 backing out bug 169826 (Port patch from bug 164006 to Firefox (wyciwyg: in tab titles)) as it caused bug 297037 / 297047
git-svn-id: svn://10.0.0.236/trunk@174291 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 14:09:29 +00:00
jst%mozilla.jstenback.com
5b5a2f8fc3 Removing reference to mail/extensions/inspector/Makefile which is no longer in the tree.
git-svn-id: svn://10.0.0.236/trunk@174290 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 13:56:30 +00:00
cltbld
4a06476165 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@174289 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 12:47:35 +00:00
bsmedberg%covad.net
925109d275 Bug 294835 - Need to determine XPCOM ABI (at least for the common cases) in configure, for EM/nsXREDirProvider r=cls sr=shaver a=asa
git-svn-id: svn://10.0.0.236/trunk@174288 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 12:46:39 +00:00
bsmedberg%covad.net
dc2a13e10d Really stupid typo from bug 296430, noted by Pike.
git-svn-id: svn://10.0.0.236/trunk@174287 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 12:18:17 +00:00
allan%beaufour.dk
f085b5365c Fix error in XPath analyzer. Bug 296812, r=smaug+aaronr, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174286 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 11:10:47 +00:00
allan%beaufour.dk
b206c56a66 Fix non-clickable MPL links in about:. Bug 296516, r+sr=neil@parkwaycc.co.uk, a=asa
git-svn-id: svn://10.0.0.236/trunk@174285 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 10:00:48 +00:00
neil%parkwaycc.co.uk
5a1da724be Fix warning LNK4044: unrecognized option b=287570 p=gautheri@noos.fr r=cls a=asa
git-svn-id: svn://10.0.0.236/trunk@174284 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 08:06:59 +00:00
timeless%mozdev.org
733f8a76f0 Bug 296506 [@ nsThread::Main]
change Init to handle alloc failures and refuse multiple concurrent runs of a thread instance
r=dougt a=asa


git-svn-id: svn://10.0.0.236/trunk@174283 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 07:33:39 +00:00
bob%bclary.com
f0f5478256 XML.setNamespace() should affect in-scope namespaces, per brendan. No bug, not part of build.
git-svn-id: svn://10.0.0.236/trunk@174282 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 05:03:12 +00:00
bob%bclary.com
ef7edf4206 remove extra newline which breaks mklistpage.pl, no bug, not part of build
git-svn-id: svn://10.0.0.236/trunk@174281 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 04:57:33 +00:00
bob%bclary.com
f913e60b4e add invalid test e4x/Regress/regress-278112.js to spidermonkey-n.tests, rhino-n.tests
git-svn-id: svn://10.0.0.236/trunk@174278 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 04:39:06 +00:00
aaronleventhal%moonset.net
e357e74aa0 Bug 296429. Fixing Firefox 1.1a1 topcrash in nsHTMLComboboxAccessible::GetFocusedOptionNode(). r=timeless, sr=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@174276 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 03:35:36 +00:00
bob%bclary.com
a2dc61c4f9 test is testing for a crash. catch exception to prevent erroneous failure, no bug, not part of build.
git-svn-id: svn://10.0.0.236/trunk@174275 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 03:12:49 +00:00
bob%bclary.com
12ef3e1022 rename function to eliminate possible collisions, no bug, not part of build
git-svn-id: svn://10.0.0.236/trunk@174274 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 03:03:13 +00:00
timeless%mozdev.org
2c1d36734f Bug 294846 misplaced null checks in NS_ScriptErrorReporter rearrange null checks and don't try to send a dom error for OOM
r=jst sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174273 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 03:02:00 +00:00
bob%bclary.com
980041503e increase global/local ratio to 2.5 to reduce noise, no bug, not part of build
git-svn-id: svn://10.0.0.236/trunk@174272 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 03:01:30 +00:00
bob%bclary.com
b4dfe6f6b5 e4x 10.2.1.js XML.toXMLString test coverage, bug 297025
git-svn-id: svn://10.0.0.236/trunk@174271 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 02:54:39 +00:00
joshmoz%gmail.com
c9caca1b15 build on Xcode 2.1 which uses per-build configuration build directories. b=296900 r=josh r=cls r=bsmedberg a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174270 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 02:50:56 +00:00
bob%bclary.com
e64adc7883 e4x 10.1.2.js xmllist.toString test coverage, bug 297024
git-svn-id: svn://10.0.0.236/trunk@174269 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 02:45:15 +00:00
bob%bclary.com
466ed7d7ec e4x 10.1.1.js xml.toString test coverage, bug 297018
git-svn-id: svn://10.0.0.236/trunk@174268 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 02:23:01 +00:00
brendan%mozilla.org
77b50686dd Fix bugs 296772 and 262948 (r=shaver, sr=jst, a=me).
git-svn-id: svn://10.0.0.236/trunk@174267 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 02:13:10 +00:00
bob%bclary.com
5f96c0ecc2 mklistpage.pl - exclude tests in spidermonkey-n.tests from menu.html, bug 296978
git-svn-id: svn://10.0.0.236/trunk@174266 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 01:05:34 +00:00
timeless%mozdev.org
475a976174 Bug 296643 Uninstalling themes in Safe Mode kills extensions
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@174265 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 00:44:13 +00:00
timeless%mozdev.org
db2105123b Bug 267906 Disabled extensions with a externally raised maxVersion claim to be incompatible
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@174264 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 00:41:56 +00:00
ben%bengoodger.com
593a64e440 Implement new timer manager for handling of update interval timers for the update service and the extension manager
git-svn-id: svn://10.0.0.236/trunk@174262 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 00:21:30 +00:00
cst%andrew.cmu.edu
f08ba94cad Bug 219203 This patch adds shift+bksp -> forward, based on the same pref as bksp -> back.
r=timeless sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@174260 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-08 00:16:35 +00:00
jst%mozilla.jstenback.com
e9863e3952 Fixing bug 296850. Unregress frame injection bug 246448. r=bzbarsky@mit.edu, sr+a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174259 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:34:22 +00:00
neil%parkwaycc.co.uk
7eddec8097 Fixes for minor regressions b=273507 r=silver a=asa
git-svn-id: svn://10.0.0.236/trunk@174258 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:27:08 +00:00
bugzilla%arlen.demon.co.uk
c8611ca8e8 Bug 295542 Add New -> Saved Search in mail window file menu
p=me r=mnyromyr sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@174257 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:26:57 +00:00
neil%parkwaycc.co.uk
3cc6cce60d Save attachments from .EML files (suite port) b=241212 r+sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@174256 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:24:19 +00:00
timeless%mozdev.org
f29759ab7b Bug 294846 misplaced null checks in NS_ScriptErrorReporter
rearrange null checks and don't try to send a dom error for OOM
r=jst sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174255 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:20:06 +00:00
neil%parkwaycc.co.uk
87f580431f Bug 202729 Allow disabling of non-ASCII-named filters r=jshin sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@174254 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:19:05 +00:00
neil%parkwaycc.co.uk
43872c1407 Bug 296597 Make suite save detached attachments r=Mnyromyr sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@174252 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:10:43 +00:00
neil%parkwaycc.co.uk
4e839df00b Disabling the spell checker is not an error b=296265 r+sr=mscott a=asa
git-svn-id: svn://10.0.0.236/trunk@174251 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 23:04:49 +00:00
timeless%mozdev.org
8c91b39449 Bug 296512 Change DOMGCCallback to *always* chain to other callbacks
r=jst sr=brendan a=asa


git-svn-id: svn://10.0.0.236/trunk@174250 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 22:21:41 +00:00
timeless%mozdev.org
271f2f43e0 Bug 255619 Ability to restrict to compatible operating systems
introduce <em:targetPlatform> nodes to install.rdf
patch by jens.b@web.de r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@174249 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 22:20:34 +00:00
mrbkap%gmail.com
cddd6462c7 bug 294195: Remove an old dependence on null-terminated strings in favor of an end-pointer to fix a crash trying to interpret regexp dollar backrefs. r+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174248 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 22:16:48 +00:00
timeless%mozdev.org
4d6cecd2eb Bug 253742 No way of installing platform specific XPCOM components (dll/so) based on user OS.
patch by jens.b@web.de r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@174247 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 22:10:56 +00:00
bugzilla%arlen.demon.co.uk
a3213449ca Bug 121369 Should support Mozilla as default News client too, like Mail
p=me r=mnyromyr sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@174246 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 22:08:56 +00:00
timeless%mozdev.org
9d96e20c00 Bug 292588 shutdown crash !sXPConnect [@ nsScriptSecurityManager::CheckObjectAccess]
store the runtime, unset the callback at shutdown
r=dveditz sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@174245 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 21:57:56 +00:00
scott%scott-macgregor.org
723dcaea63 Bug #296940 --> Port Firefox update changes to Thunderbird to avoid an infinite loop on startup.
git-svn-id: svn://10.0.0.236/trunk@174244 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 21:45:14 +00:00
mozilla.mano%sent.com
7319f54a67 Bug 291371 - avascript strict warnings in bookmarksMenu.js. patch from Jason Barnabe <jason_barnabe@fastmail.fm>, r=benjamin, a=asa
git-svn-id: svn://10.0.0.236/trunk@174243 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 21:39:17 +00:00
mozilla.mano%sent.com
844d657374 Bug 169826 - Port patch from bug 164006 to Firefox (wyciwyg: in tab titles). patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174242 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 21:18:17 +00:00
bienvenu%nventure.com
1f48e5a969 fix enable/disable of filters with non-7 bit ascii chars, patch by neil, r=jshin, sr=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@174241 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 21:17:24 +00:00
bsmedberg%covad.net
7d383139f7 Static build fix (misspelling in NS_IMPL_NSGETMODULE), bug 296430.
git-svn-id: svn://10.0.0.236/trunk@174238 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:20:40 +00:00
robert%accettura.com
a357ece1d1 revert contents.rdf to gain firefox 1.0 compatibility again r+a=bsmedburg. No bug
git-svn-id: svn://10.0.0.236/trunk@174237 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:20:25 +00:00
bsmedberg%covad.net
20d5470fa4 Yet another bustage fix, bug 296430.
git-svn-id: svn://10.0.0.236/trunk@174236 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:19:07 +00:00
jwalden%mit.edu
fde01db597 Bug 293523 - Change a couple instances of "Options" to "Preferences" in the blocked popup bar UI in Mac/Linux builds. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@174235 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:16:29 +00:00
mnyromyr%tprac.de
9eb1116927 Bug 131106: Make 'default browser' shouldn't steal image file associations from image programs; patch by Frank Wein <bugzilla@mcsmurf.de>; r=neil, sr=jag, a=asa
git-svn-id: svn://10.0.0.236/trunk@174234 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:10:23 +00:00
jocuri%softhome.net
5625823c90 Documentation patch for bug 274319: Add FAQ regarding how to move a Bugzilla installation; draft by justdave, patch by Shane H. W. Travis <shane.h.w.travis@gmail.com>, r=colin.ogilvie.
git-svn-id: svn://10.0.0.236/trunk@174233 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:09:53 +00:00
bsmedberg%covad.net
2b59050eaa Hopefully a bustage fix for MSVC6, bug 296430
git-svn-id: svn://10.0.0.236/trunk@174232 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:01:24 +00:00
mnyromyr%tprac.de
eb7cc4cd55 Bug 296703: Pressing Send button does nothing when sending to newsgroup from mail account; patch by Frank Wein <bugzilla@mcsmurf.de>, r/sr=bienvenu, a=asa
git-svn-id: svn://10.0.0.236/trunk@174231 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 20:00:08 +00:00
bsmedberg%covad.net
cbda71e608 Bug 295235 - remove remaining contents.rdf chrome registration from Firefox and Thunderbird, r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@174230 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:55:49 +00:00
bob%bclary.com
b1c0f25743 Add newline after modeline, no bug, not part of the build
git-svn-id: svn://10.0.0.236/trunk@174229 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:54:01 +00:00
bsmedberg%covad.net
d487c2447e Bug 296430 part "firefox" - Use a firefox-specific dirprovider to provide the <extension>/searchplugins key, r=darin a=asa (at some point in the future I will move the remaining app-specific keys from nsXREDirProvider to nsMailDirectoryProvider)
git-svn-id: svn://10.0.0.236/trunk@174228 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:45:11 +00:00
mozilla.mano%sent.com
0a292e613b Bug 179845 - Support dragging a link onto the 'New Tab' and 'New Window' toolbar buttons. patch from Ben Basson <cusser.bugs@cusser.net>, r=mconnor, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174227 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:43:43 +00:00
jocuri%softhome.net
8abf98b587 Documentation patch for bug 279589: Documentation should suggest UTF-8 encoding instead of ISO-8859-1; patch by Marc Schumann <wurblzap@gmail.com>, r=colin.ogilvie.
git-svn-id: svn://10.0.0.236/trunk@174226 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:40:55 +00:00
bsmedberg%covad.net
052cd76014 Bug 296430, part "xpcom" - Add a category for directory-service providers which will be registered after autoregistration but before xpcom-startup r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@174225 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:35:20 +00:00
mozilla.mano%sent.com
3259d4d8dd last part of 242831 - allow tabbing to buttons in the Pinstripe theme. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@174224 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:28:42 +00:00
bsmedberg%covad.net
87eff82851 Bug 291129 - Add console logging when startup appears to be unsuccessful, or when an envvar is set: r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@174223 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:28:23 +00:00
jocuri%softhome.net
32f7952977 Documentation patch for bug 296741: 'resticted' spelled wrongly in Bugzilla documentation; patch by me, r=colin.ogilvie.
git-svn-id: svn://10.0.0.236/trunk@174222 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:25:09 +00:00
mozilla.mano%sent.com
787c1edbff Bug 203734 - enable focus ring on push buttons in 10.4 (Tiger) and above. r=jhpedemonte sr=smfr a=asa
git-svn-id: svn://10.0.0.236/trunk@174221 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:24:35 +00:00
mrbkap%gmail.com
0aecc2c0de bug 271184: The output of nested document.write()s can get reversed (where later document.write()s are seen before previous document.write()s). This makes nsHTMLDocument use good parser keys. r=sicking sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@174220 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:21:05 +00:00
scott%scott-macgregor.org
7cf60a5737 Bug #260482 --> custom mail headers (e.g. In-Reply-To) cannot be passed from command line
Patch by: kmccarty@princeton.edu

r=bienvenu
sr=mscott
a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@174218 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:07:04 +00:00
scott%scott-macgregor.org
797a11c012 Bug #218838 --> There is no keyboard shortcut to select/unselect folders in the "Items for offline use" dialog
git-svn-id: svn://10.0.0.236/trunk@174217 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 19:02:35 +00:00
scott%scott-macgregor.org
8bd1ecd09a be sure to package platform.js and prefcalls.js into the windows installer for MCD/autoconfig
git-svn-id: svn://10.0.0.236/trunk@174216 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 18:55:37 +00:00
brendan%mozilla.org
405b7a618a Update comment to track tricky AVL tree reference.
git-svn-id: svn://10.0.0.236/trunk@174215 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 16:22:58 +00:00
bienvenu%nventure.com
b6049a6aa7 fix 295743, add clearPref to mcd, r/sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174214 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 16:22:08 +00:00
allan%beaufour.dk
9f4628ff02 Fix leak in xforms. Bug 296713, r=me+aaronr, patch by smaug
git-svn-id: svn://10.0.0.236/trunk@174207 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 07:14:31 +00:00
allan%beaufour.dk
c751c8d77a Store instance node schema type as property instead of attribute. Bug 283004, r=smaug+aaronr, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174206 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 07:03:09 +00:00
allan%beaufour.dk
2e55352148 fix libxul.so not being linked --with-system-nspr. Bug 296819, r+a=bsmedberg, patch by mozilla@rosenauer.org
git-svn-id: svn://10.0.0.236/trunk@174205 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 06:57:19 +00:00
mconnor%steelgryphon.com
25564b0673 bug 295721 - improvements to tabbox to better match native focus/activation behaviour, r=vlad, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174201 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 02:17:07 +00:00
mconnor%steelgryphon.com
edaee9c652 bug 179656 - allow drag and drop reordering of tabs, patch originally based on miniT by dorando, r=vlad, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174200 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 02:10:09 +00:00
ben%bengoodger.com
4540eaa468 disable logging again by default
git-svn-id: svn://10.0.0.236/trunk@174199 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 01:32:22 +00:00
ben%bengoodger.com
9ec4e3edbc make updates UI work again after API changes
git-svn-id: svn://10.0.0.236/trunk@174198 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 01:32:07 +00:00
shaver%mozilla.org
a308e6889c If we are not already building xmlextras, make sure to build it here.
r=pavlov.  (Wanted: explicit extension-dependency system.)


git-svn-id: svn://10.0.0.236/trunk@174197 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 00:43:55 +00:00
ben%bengoodger.com
2f8c1dd9db unify selection between background update and foreground update, move nsIUpdateItem to Extension Manager
git-svn-id: svn://10.0.0.236/trunk@174196 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 00:43:00 +00:00
ben%bengoodger.com
14fdd5ca9f Make update selection a little better
git-svn-id: svn://10.0.0.236/trunk@174195 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-07 00:26:55 +00:00
pavlov%pavlov.net
0cb4f1d8b1 updating lightning prefs to support more things/cleaning them up
git-svn-id: svn://10.0.0.236/trunk@174192 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 23:37:59 +00:00
rj.keller%beonex.com
a579b03d50 Bug 296873 - Spagetti if-else statements instead of clean switch in RFC822Token(izer). r=rj.keller@beonex.com. Patch by Chris Gioran <himicos [at] gmail.com>
git-svn-id: svn://10.0.0.236/trunk@174191 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 23:30:04 +00:00
ben%bengoodger.com
a22e453b44 disable logging to console by default
git-svn-id: svn://10.0.0.236/trunk@174185 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 22:49:26 +00:00
darin%meer.net
b56fb41b57 Landing bzip2-1.0.3 library components (libbz2), bug=296294, r=bsmedberg, sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174183 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 22:26:32 +00:00
ben%bengoodger.com
7716bf7945 remove check for updates menu item from the tools menu (thanks mconnor!)
git-svn-id: svn://10.0.0.236/trunk@174178 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 21:44:22 +00:00
lpsolit%gmail.com
2f9cff6fac Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=vladd a=justdave
git-svn-id: svn://10.0.0.236/trunk@174177 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 21:42:02 +00:00
ben%bengoodger.com
79b470448b turn on UI for update preferences and revise defaults and set of update default preferences a little
git-svn-id: svn://10.0.0.236/trunk@174176 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 21:37:18 +00:00
pavlov%pavlov.net
5855a07ba5 set startDate.isDate and endDate.isDate if the event is marked as allday
git-svn-id: svn://10.0.0.236/trunk@174175 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 21:25:36 +00:00
timeless%mozdev.org
c708a56503 Bug 283741 Javascript strict warning: trailing comma in nsSetDefaultBrowser.js
patch by gavin.sharp@gmail.com r=mconnor a=shaver


git-svn-id: svn://10.0.0.236/trunk@174174 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 21:09:59 +00:00
pavlov%pavlov.net
77d6c5d7a4 fixing typo
git-svn-id: svn://10.0.0.236/trunk@174173 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 21:08:33 +00:00
ben%bengoodger.com
0e58d67676 296868 - Land Software Update Service on the trunk. Part of ongoing 1.1 feature work. Contains work by Darin Fisher and myself. This feature does not function yet but should not be intrusive. Includes first phase of 296566 - move extension update into the Extension Manager (r=darin)
git-svn-id: svn://10.0.0.236/trunk@174172 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 21:07:13 +00:00
timeless%mozdev.org
d06c96e2ff Bug 291265 strict javascript warnings in findbar.js
patch by hskupin@gmail.com r=bsmedberg a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@174171 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 20:48:24 +00:00
mvl%exedo.nl
182f044414 don't share the cache and observers arrays between multiple instances.
bug 296746, r=shaver


git-svn-id: svn://10.0.0.236/trunk@174165 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 16:54:05 +00:00
allan%beaufour.dk
7153ad6147 Implement Get/SetProperty for nsIAttribute. Bug 285597, r+sr=peterv,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174164 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 08:51:40 +00:00
vladimir%pobox.com
877e911b12 b=296311, cannot use drawWindow with enablePrivelige; b=296697, drawWindow busted; r=pav,a=shaver
git-svn-id: svn://10.0.0.236/trunk@174163 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 06:46:53 +00:00
ginn.chen%sun.com
faa408df6e Bug 295142 Crash when using option(ctrl)-left arrow at the end of RTL textarea [@nsFrame::PeekOffset]
r=roc sr=roc a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174162 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-06 02:22:53 +00:00
cbiesinger%web.de
6673ed9c8e 289844 fixing MIPSpro bustage: include nsIVariant.h before using it in an nsBaseHashtable
r+sr+a=shaver


git-svn-id: svn://10.0.0.236/trunk@174161 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 18:55:41 +00:00
cbiesinger%web.de
6f0425d2ca 296707 create the correct directory, and correctly quote the directory name
patch by Bastiaan Jacques <baafie@planet.nl> r+a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@174160 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 18:50:21 +00:00
rj.keller%beonex.com
de7e3834dc moving some System.out statements to use the Java logger plus some other minor tweaks
git-svn-id: svn://10.0.0.236/trunk@174159 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 15:25:04 +00:00
rj.keller%beonex.com
4033f960a3 Tweaking Grendel build system
git-svn-id: svn://10.0.0.236/trunk@174158 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 15:24:06 +00:00
shaver%mozilla.org
e475f1b7c4 Bug 296672: fixes to build on latest Mono, and produce non-empty interfaces.
Patch from Mark Steele <mwsteele@gmail.com>, r=shaver.


git-svn-id: svn://10.0.0.236/trunk@174157 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 15:10:12 +00:00
mvl%exedo.nl
62abe13472 part of bug 286070, allday events are broken. r=gekacheka
git-svn-id: svn://10.0.0.236/trunk@174156 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 11:10:11 +00:00
cmp%mozilla.org
20815b6821 Include a no-op bin/README.txt|bin/readme.txt file in the installer's
talkback package so that the installer doesn't generate a nasty -214
DOES_NOT_EXIST error if/when the Talkback client fails to be built and
included in the installer properly.  Bug 258625, attachment 173352.  Patch
by Jeff Walden.  r=chase@mozilla.org, a=asa@mozilla.org/chase@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@174155 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 03:33:28 +00:00
cst%andrew.cmu.edu
cc89cca035 Bug 296507 RDF resource examples shouldn't be built by default
Patch by sipaq <bugzilla@babylonsounds.com>, r=axel sr=shaver a=shaver


git-svn-id: svn://10.0.0.236/trunk@174154 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-05 00:41:19 +00:00
mvl%exedo.nl
8e558df836 missed a spot for bug 296318. bustage fix.
git-svn-id: svn://10.0.0.236/trunk@174153 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 13:54:56 +00:00
shaver%mozilla.org
ac31fa2294 CVS removal of now-long-unused libxpical.
git-svn-id: svn://10.0.0.236/trunk@174152 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 13:16:15 +00:00
shaver%mozilla.org
776bca62a7 Bug 294461: fix DOS line endings.
git-svn-id: svn://10.0.0.236/trunk@174151 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 13:12:34 +00:00
shaver%mozilla.org
f6ec61420d Suppress some dump noise.
git-svn-id: svn://10.0.0.236/trunk@174150 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 12:51:27 +00:00
tor%cs.brown.edu
e5d693d306 Correct comment/check for FixedToFloat/FloatToFixed.
git-svn-id: svn://10.0.0.236/trunk@174149 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 12:19:44 +00:00
vladimir%pobox.com
d35aef6e8a a special place is reserved for win32 and osx
git-svn-id: svn://10.0.0.236/trunk@174148 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 08:33:58 +00:00
vladimir%pobox.com
35da157fbd beat OSX into submission
git-svn-id: svn://10.0.0.236/trunk@174147 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 08:25:39 +00:00
vladimir%pobox.com
b5d409770b cairo 0.5; make sure math.h is included early with right win32 define
git-svn-id: svn://10.0.0.236/trunk@174146 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 08:10:59 +00:00
vladimir%pobox.com
ce289317f6 cairo 0.5.0; add missing FixMath include for mac
git-svn-id: svn://10.0.0.236/trunk@174145 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 07:59:09 +00:00
vladimir%pobox.com
5cba871e4a cairo fix for win32, math.h included in a few places without _USE_MATH_DEFINES
git-svn-id: svn://10.0.0.236/trunk@174144 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 07:48:51 +00:00
vladimir%pobox.com
2a9698e217 patch fix, if 0 iconv
git-svn-id: svn://10.0.0.236/trunk@174143 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 07:21:26 +00:00
vladimir%pobox.com
40f5f27f1f b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor
git-svn-id: svn://10.0.0.236/trunk@174142 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 07:03:29 +00:00
bzbarsky%mit.edu
1bcff508ad MAke sure to set the external reference bit on mCurrentTarget. Bug 295670,
r+sr=roc, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174141 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-04 02:21:40 +00:00
bryner%brianryner.com
285552136f Fix incorrect tinderbox popups with fastback (bug 292933). Make sure mLSHE is nulled out when we finish fastback navigation. r+sr=darin, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@174135 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 22:17:06 +00:00
timeless%mozdev.org
bfecf47dfd Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird
Qute cleanup patch
patch by bugzilla@babylonsounds.com r=mscott a=shaver


git-svn-id: svn://10.0.0.236/trunk@174134 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 21:57:24 +00:00
mvl%exedo.nl
ffd90062a6 automaticly create a home calendar if no calendars are registered.
bug 296194, r=pavlov


git-svn-id: svn://10.0.0.236/trunk@174133 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 21:06:58 +00:00
vladimir%pobox.com
1b68430c36 b=296318, rename item.parent to item.calendar, r=shaver/pavlov
git-svn-id: svn://10.0.0.236/trunk@174132 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 20:46:36 +00:00
pavlov%pavlov.net
d43344f5e0 fixing all-day to adjust the start/end dates appropriatly
git-svn-id: svn://10.0.0.236/trunk@174131 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 20:27:27 +00:00
pavlov%pavlov.net
b59ca931cd set hour/minute/second components to 0 when setting isDate to true. bug 296559 r=vlad
git-svn-id: svn://10.0.0.236/trunk@174130 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 20:25:54 +00:00
cmp%mozilla.org
bb151e4297 Adding *.pdb files to the global cvsignore list. Bug 296539.
git-svn-id: svn://10.0.0.236/trunk@174127 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 18:47:54 +00:00
timeless%mozdev.org
b4b112d77a fixing licenses (mostly NPL=>MPL, adding tri licenses, fixing whitespace)
patch by mcsmurf@gmx.net r=dougt sr=dougt npotb


git-svn-id: svn://10.0.0.236/trunk@174126 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 18:34:43 +00:00
jst%mozilla.jstenback.com
c9b784232c Fixing bug 289263. Fix broken logic that made document.all.tags('...') not work. r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174125 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 18:16:26 +00:00
bsmedberg%covad.net
43942cf19c Bug 295711 part 4 - ffox installer fixup to package as a real extension r=mconnor a=shaver
git-svn-id: svn://10.0.0.236/trunk@174124 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 18:06:06 +00:00
bsmedberg%covad.net
cfd2c65d19 Bug 295711 part 3 - Package inspector as a real extension (in <appdir>/extensions/inspector@mozilla.org/...) and consolidate all the silly app-specific forking/overriding done in browser/extensions/inspector and mail/extensions/inspector r=mconnor sr+a=shaver
git-svn-id: svn://10.0.0.236/trunk@174123 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 18:05:06 +00:00
bsmedberg%covad.net
adc050bf6d Bug 295711 part 2 - hide menus (mac) that do not have a <menupopup> child - r=jhpedemonte sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@174122 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 17:53:40 +00:00
bsmedberg%covad.net
42297864f1 Bug 295711 part 1 - hide menus (non-mac) that do not have a <menupopup> child r=mconnor a=shaver
git-svn-id: svn://10.0.0.236/trunk@174121 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 17:51:45 +00:00
bienvenu%nventure.com
77062bfd47 fix 296520, age retention settings also applying num message settings, r/sr/a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@174120 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 16:00:34 +00:00
timeless%mozdev.org
c81c4dd948 Bug 288460
build bustage fix for mingw (which we believe is confused)
as far as we can tell mingw was making a copy of the temporary nsDeque before passing it to the nsDequeIterator
constructor (which takes a const reference)
patch by mrbkap r=timeless sr=dmose a=shaver


git-svn-id: svn://10.0.0.236/trunk@174119 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 15:00:34 +00:00
shaver%mozilla.org
e69615f1e4 Fix <?xml-stylesheet?> src/href mixup to show event button icon.
git-svn-id: svn://10.0.0.236/trunk@174117 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 14:31:45 +00:00
allan%beaufour.dk
2599b5e59f Fix crash in nsDOMAttributeMap, regression from bug 235512. Bug 296490, r=Pike,sr=peterv,a=roc
git-svn-id: svn://10.0.0.236/trunk@174116 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 11:41:46 +00:00
timeless%mozdev.org
464be8ac2e Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174115 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 10:26:28 +00:00
mvl%exedo.nl
d63d7830cd missed one spot for bug 293053. (make ics calendar return the right parent on items)
git-svn-id: svn://10.0.0.236/trunk@174114 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 10:01:38 +00:00
allan%beaufour.dk
5157a424c4 Focus change in nested repeats where broken by bug 265460. Bug 296350, r=smaug+doronr, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174113 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 09:28:53 +00:00
bugzilla%glob.com.au
e7d19f5679 Bug 296186: Bugzilla Message "OK, your search named ... is updated." needs work
Patch By Byron Jones <bugzilla@glob.com.au> r=vladd,a=justdave


git-svn-id: svn://10.0.0.236/trunk@174112 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 08:59:15 +00:00
pavlov%pavlov.net
0494f2621f Adjusting some wording and fixing the layout of a few spots
git-svn-id: svn://10.0.0.236/trunk@174111 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 06:19:44 +00:00
bmlk%gmx.de
26006fb9e8 make the MEW for scrollframes content independent as they can scroll the content if the available size shrinks, bug 295459 r/sr=roc a=shaver
git-svn-id: svn://10.0.0.236/trunk@174110 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 06:04:23 +00:00
jst%mozilla.jstenback.com
a57c008905 Fixing tinderbox orangeness (Thunderbird) and bug 296467. Get the function object off of the stack frame through fp->argv[-2] and not through fp->fun->object as the latter may be null if the function on the frame is a clone and the real function object no longer exists. reviews and approval pending.
git-svn-id: svn://10.0.0.236/trunk@174109 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 04:16:14 +00:00
jshin%mailaps.org
af03e18ab6 bug 236425: fix IDN support on 64bit platforms (r=darin, sr=bz, a=chofmann)
git-svn-id: svn://10.0.0.236/trunk@174107 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 02:21:47 +00:00
bzbarsky%mit.edu
bff713c7f1 Make the title change events we fire trusted. Bug 295210, r+sr=jst, a=dveditz
git-svn-id: svn://10.0.0.236/trunk@174104 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 02:07:44 +00:00
bzbarsky%mit.edu
98338314d9 Add an nsIContent api for getting the intrinsic state of the content; this can
be used to implement more pseudo-classes (eg CSS3 UI ones for XForms).  Bug
296309, r+sr=dbaron, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174103 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 02:02:45 +00:00
bzbarsky%mit.edu
daf93216cf Be smarter about XBL constructors and such. Bug 292591, r=sicking, sr=dveditz,
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174102 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 01:54:50 +00:00
bzbarsky%mit.edu
d33e0cbb78 Fix crashes when computed style is used on a dead presentation. Bug 291183,
r+sr=dbaron, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174101 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 01:51:15 +00:00
gandalf%firefox.pl
e85cb56705 Bug 295855: Abandoned default theme dir in the profile's extensions dir sets the default theme to disabled when upgrading to Deer Park; p=moz_bugzilla@exchangecode.com, r=bsmedberg, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174100 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 00:48:27 +00:00
gandalf%firefox.pl
bf01bfc40f Bug 284515: Viewing the options of an extension that has just been enabled makes extension manager unusable; p=moz_bugzilla@exchangecode.com, r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@174099 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 00:44:51 +00:00
mrbkap%gmail.com
74b5c71041 bug 296212: If the very last character in a document is an &, it gets lost (in both view-source and regular content). r=jst sr=bzbarsky a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174096 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 23:36:43 +00:00
jst%mozilla.jstenback.com
1acb0a110a Fixing bug 292464. Use the documents principals to check if a document is a chrome document or not. r=smaug@welho.com, sr=peterv@propagandism.org, a=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174095 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 23:36:08 +00:00
cmp%mozilla.org
19a57ace00 Write debug symbols into separate pdb files for each compiled file to make
parallel builds possible on Windows.  Bug 286179, attachment 182988.
r=bryner@brianryner.com, sr=cls@seawood.org, a=chase@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@174093 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 23:27:48 +00:00
pkw%us.ibm.com
7ac4142fb6 Bug 296270 - Default user agent on AIX contains machine information.
r=mozilla@kaply.com, sr=darin@meer.net, a=mozilla@kaply.com


git-svn-id: svn://10.0.0.236/trunk@174091 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 23:17:50 +00:00
cbiesinger%web.de
7b2cd7cde8 Bug 296457 fixing reversed null check in DrawNativeSurfaces
r+sr=shaver a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174090 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 23:01:52 +00:00
mvl%exedo.nl
f7d2f7c149 remember which calendars were active, and display that. r=shaver
git-svn-id: svn://10.0.0.236/trunk@174087 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:54:42 +00:00
despotdaemon
79a5eaf241 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@174085 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:53:12 +00:00
shaver%mozilla.org
96ad466adc Overlay New Event into File->New and toolbar (though not yet with working
icon). r=pavlov, npotb.


git-svn-id: svn://10.0.0.236/trunk@174084 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:51:41 +00:00
shaver%mozilla.org
0fc80a0999 Commonize toolbar images and CSS, lightly hacked from their sunbird
origins. r=pav, npotb.


git-svn-id: svn://10.0.0.236/trunk@174083 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:39:41 +00:00
jst%mozilla.jstenback.com
08a7614911 Fixing bug 294795. Don't leave references from cloned member functions to the scope where xpconnect creates the functions (safe context). r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174082 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:33:18 +00:00
lpsolit%gmail.com
e7a2bd369e Bug 295213: whine mail still goes out even though whinedays = "0" - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@174081 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:28:05 +00:00
mozilla%colinogilvie.co.uk
18a2e6222a Bug 293890: Missing element declarations in bugzilla.dtd - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@174079 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:26:43 +00:00
db48x%yahoo.com
03c041e925 bug 293717: crash in nsTreeContentView::GetCellText
r=jan, sr=roc, a=shaver


git-svn-id: svn://10.0.0.236/trunk@174078 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 21:25:36 +00:00
mvl%exedo.nl
3936697521 add new calendar to the display composite. bug 296198, r=pavlov
git-svn-id: svn://10.0.0.236/trunk@174077 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 20:56:50 +00:00
gandalf%firefox.pl
30397f14c6 bug 296376: Normal User Startup opens transparent GUI; p=bsmedberg;r=me;a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174076 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 20:15:49 +00:00
aaronleventhal%moonset.net
0503af9b16 Bug 296261. Fix nsIAccessible::GetPreviousSibling regression. r=parente, sr=neil, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174075 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 20:13:59 +00:00
aaronleventhal%moonset.net
3ade70a546 Bug 295401. Allow DHTML accessibility to be used in text/html. r+sr=jst. a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174074 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 20:12:20 +00:00
mvl%exedo.nl
ba337336cf Bug 296193: fresh profile startup: currentView/multiweekView has no properties.
patch by gekacheka, r=mvl


git-svn-id: svn://10.0.0.236/trunk@174073 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 19:22:25 +00:00
pavlov%pavlov.net
6a54af4678 only set BYDAY if we have days checked
git-svn-id: svn://10.0.0.236/trunk@174072 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 18:34:07 +00:00
bryner%brianryner.com
2124369c26 Don't leak if CopyJSProperties() fails. Bug 292972, patch by mikael@parknert.se, r=bzbarsky, sr=me, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@174071 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 18:18:31 +00:00
mvl%exedo.nl
653f051723 whitespace only change to make indenting consitent.
git-svn-id: svn://10.0.0.236/trunk@174070 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 18:17:05 +00:00
mvl%exedo.nl
ced10a180f fix condition for warning "end date before start date". bug 286070, patch by gekacheka, r=mvl
git-svn-id: svn://10.0.0.236/trunk@174069 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 18:06:23 +00:00
mvl%exedo.nl
aea08421a9 make the event dialog play nicer with all-day events. bug 286070, patch by gekacheka, r=mvl
git-svn-id: svn://10.0.0.236/trunk@174068 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 17:51:56 +00:00
cls%seawood.org
26cc3129ca Fix --with-system-nspr
Bug #288637 r=dmose a=caillon


git-svn-id: svn://10.0.0.236/trunk@174067 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 17:40:05 +00:00
relyea%netscape.com
6869e39a3c Fix the license. Still bug 284366 PSM needs to handle Smart Cards seamlessly
r+sr+a=shaver
(caught by Christian persch)


git-svn-id: svn://10.0.0.236/trunk@174065 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 16:40:29 +00:00
dougt%meer.net
c7082d0bc3 Fixing regression caused by bug 292368. This patch fixes bug 296369. Simple fix -- use the right contract id.
git-svn-id: svn://10.0.0.236/trunk@174064 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 15:27:31 +00:00
doronr%us.ibm.com
ad542f868c Bug 290812 - XForms xpi not registering locales. r=smaug,beaufour a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174063 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 15:15:19 +00:00
mvl%exedo.nl
7104d3f2b9 A new way to create calendar.xpi. bug 296390, r=mostafah.
For more cvs history of install.js and .rdf, check calendar/install.(js|rdf)


git-svn-id: svn://10.0.0.236/trunk@174062 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 15:01:35 +00:00
bsmedberg%covad.net
449e57d779 Bug 295013 - installing the same theme a second time, or uninstalling a theme you just installed fails - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver
git-svn-id: svn://10.0.0.236/trunk@174061 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 14:37:50 +00:00
bsmedberg%covad.net
a81c6eec38 Bug 295247 part 2, allow extensions to ship plugins DLLs - r=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@174060 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 13:33:07 +00:00
bsmedberg%covad.net
e46d9782ad Bug 295247 - Allow extensions to ship plugin DLLs, part 1 - r=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@174059 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 13:29:04 +00:00
mozilla.mano%sent.com
dd7c18e9d1 Fix typo in my checin of bug 280590 (Pinstripe: Browser tabs should be focusable)
git-svn-id: svn://10.0.0.236/trunk@174058 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 12:34:42 +00:00
mkaply%us.ibm.com
0e29ed9967 Don't have OS/2 follow the new msys path - r+sr+a=shaver
git-svn-id: svn://10.0.0.236/trunk@174057 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 12:33:48 +00:00
mozilla.mano%sent.com
e0e404370c Bug 295237 - PrefWindowVs opened from Extension Manager lack pane switcher (toolbar); also, don't open extension options window as a modal window if the instantApply pref is on. r=mconnor a=chofmann
git-svn-id: svn://10.0.0.236/trunk@174056 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 12:18:01 +00:00
shaver%mozilla.org
aa3ddd4807 Bug 296006: correctly handle the re-locking of shallow GCThings. r+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174055 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 12:17:51 +00:00
silver%warwickcompsoc.co.uk
7b99efd686 Bug 180574 - Add /ban and /unban commands.
ChatZilla only.
r=samuel
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174054 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 11:38:18 +00:00
silver%warwickcompsoc.co.uk
740790d37c Bug 294816 - Give plugins a way to say which stringbundle to get localisations for the prefs from, and set the plugin enabled pref to hidden.
ChatZilla only.
r=silver
a=shaver
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@174053 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 11:32:04 +00:00
silver%warwickcompsoc.co.uk
ed21ffbaf4 Bug 204411 - Re-request channel topic when character encoding is changed.
ChatZilla only.
r=samuel
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174052 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 11:28:03 +00:00
silver%warwickcompsoc.co.uk
9cfd8627b4 Bug 294192 - Don't bother complaining when hidden preferences don't have any display text/help.
ChatZilla only.
r=samuel
a=shaver
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@174051 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 11:23:30 +00:00
silver%warwickcompsoc.co.uk
e064d647c0 Bug 293664 - Update network-secure flags when replacing a temporary network via /server or /sslserver.
ChatZilla only.
r=silver
a=shaver
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@174050 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 11:19:54 +00:00
silver%warwickcompsoc.co.uk
0a9b8162b9 Bug 293596 - Exclude punctuation after URLs better.
ChatZilla only.
r=silver
a=shaver
p=glenjamin@gmail.com (Glen Mailer)


git-svn-id: svn://10.0.0.236/trunk@174049 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 11:13:20 +00:00
smontagu%smontagu.org
00ef6c5838 Remove unused code. Bug 292300, r+sr=roc, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174048 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 10:45:39 +00:00
mvl%exedo.nl
9629c9642f Listen for namechanges in the UI, so new calendars also show their name.
bug 296074, r=gekacheka


git-svn-id: svn://10.0.0.236/trunk@174047 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 10:23:15 +00:00
roc+%cs.cmu.edu
a6a3537c81 Bug 290428. When the mouse drags above or below the end of a listbox/comboboxdropdown, select the first or last option. Also, for comboboxes, start listbox selection as soon as the mouse moves to or below the top padding-edge of the dropdown list, and don't stop listbox selection even if the mouse moves back above that edge. r+sr=bzbarsky,a=shaver
git-svn-id: svn://10.0.0.236/trunk@174046 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 09:00:48 +00:00
roc+%cs.cmu.edu
5bf3780f30 Bug 286955. Force the entire subtree of widgets to redraw when we scroll a view that doesn't have an associated scrolling widget. r+sr=bzbarsky,a=shaver
git-svn-id: svn://10.0.0.236/trunk@174045 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 08:53:26 +00:00
roc+%cs.cmu.edu
c8abbee51b Bug 290793. Make nsMenuPopupFrame find its scrollable view properly. r+sr=bzbarsky,a=shaver
git-svn-id: svn://10.0.0.236/trunk@174044 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 08:50:52 +00:00
allan%beaufour.dk
176bf26f2a xforms-model-construct event handler not firing. Bug 293437, r=me+doronr, a=mkaply, patch by aaronr
git-svn-id: svn://10.0.0.236/trunk@174043 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 07:54:13 +00:00
allan%beaufour.dk
70c1ece678 Upload releases the wrong object. Bug 294894, r=smaug+doronr, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174042 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 07:48:40 +00:00
allan%beaufour.dk
84ba80d4ad Argh argh, something "fell out" of the last checkin for bug 265460
git-svn-id: svn://10.0.0.236/trunk@174041 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 07:19:32 +00:00
allan%beaufour.dk
887ed03827 Use size and position in XPath expressions. Bug 265460, r=smaug+doronr, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174040 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 07:00:11 +00:00
allan%beaufour.dk
2502b18ee9 Support context size and position in ns(XForms)XPathExpression. Bug 292841, r=sicking, sr=peterv, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@174039 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 06:53:42 +00:00
dougt%meer.net
7b439fd222 IsLowMemory predicate needs to use total memory, page filess. WINCE only. r=dougt NPODB
git-svn-id: svn://10.0.0.236/trunk@174038 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 04:24:07 +00:00
cls%seawood.org
da2cda38ed Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver


git-svn-id: svn://10.0.0.236/trunk@174037 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 04:21:17 +00:00
dougt%meer.net
2be4d7e6d0 Bumping the UA string override. NPODB
git-svn-id: svn://10.0.0.236/trunk@174035 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 04:20:39 +00:00
smfr%smfr.org
50a8b0f5ba Fix bug 185750: when showing the Advanced font prefs, hide the font panel (and make sure that changeFont: notifications don't change the selected fonts in the main panel).
git-svn-id: svn://10.0.0.236/trunk@174034 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 04:02:37 +00:00
cls%seawood.org
68e80d111a Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver


git-svn-id: svn://10.0.0.236/trunk@174033 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 04:00:37 +00:00
timeless%mozdev.org
10bf7477d5 Bug 272167 nsIWindowsRegistry::getRegistryEntry does not support non-latin1 keys/values
backing out a portion of the patch which neil explicitly instructed was not supposed to be committed. build bustage fix.


git-svn-id: svn://10.0.0.236/trunk@174032 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 03:48:34 +00:00
jst%mozilla.jstenback.com
0f0277c311 Fixing bug 285873. Make midas independent of the pref editor.CR_creates_new_p and make the default behaviour in midas match IE (such that hitting return in a p tag splits the p instead of inserting a br. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174031 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 03:11:35 +00:00
cls%seawood.org
1ff0337cf7 Removing extraneous ;
git-svn-id: svn://10.0.0.236/trunk@174030 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:46:34 +00:00
cls%seawood.org
09c0d093fd Removing extraneous ;
git-svn-id: svn://10.0.0.236/trunk@174029 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:39:16 +00:00
bzbarsky%mit.edu
578132afda Fix leak on setting innerHTML in XML, as well as leaks when the parent of a
not-yet-parsed script is removed from the document.  Bug 294274, r+sr=peterv,
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174028 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:38:20 +00:00
bzbarsky%mit.edu
837acf6247 Make sure to Reset() if our default value changes and we haven't had our value
change.  Bug 215228, r+sr=peterv, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174027 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:30:09 +00:00
smfr%smfr.org
34552e9f71 Fix bug 296001: crash when deleting quicksearch results in history, because we were calling a method on a deleted object.
git-svn-id: svn://10.0.0.236/trunk@174026 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:17:46 +00:00
cls%seawood.org
b91ab1f63b Pass CC down to NSS build.
Bug #93206 r=cls sr=jpierre a=shaver


git-svn-id: svn://10.0.0.236/trunk@174025 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 02:03:05 +00:00
masayuki%d-toybox.com
b804db487f Bug 295245 Tooltip of tasktray icon is broken r=jshin, sr=bienvenu, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174024 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:58:47 +00:00
masayuki%d-toybox.com
9ead3003b3 Bug 255941 Highlight colour / color does not contrast with document text or background / make highlighted text black on yellow r=mconnor, a=shaver patch by Michael Clackler <mikeclackler@hotmail.com>
git-svn-id: svn://10.0.0.236/trunk@174023 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:54:25 +00:00
masayuki%d-toybox.com
9b53251835 Bug 191919 Problem rendering Opentype fonts r+sr=rbs, a=shaver patch by VYV03354@nifty.ne.jp
git-svn-id: svn://10.0.0.236/trunk@174022 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:48:57 +00:00
masayuki%d-toybox.com
0aa3f74a9f Bug 118563 The new print properties dialog does not save papersize / fix for default setting is broken on Windows with intl printer name r=jshin1987, sr=bzbarsky, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174021 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:44:03 +00:00
bugzilla%arlen.demon.co.uk
862af8c40e Bug 293682 Hook up Virtual Folder Properties - Strictness Patch
p=me r/sr=neil.parkwaycc.co.uk a=shaver


git-svn-id: svn://10.0.0.236/trunk@174020 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:39:47 +00:00
masayuki%d-toybox.com
78600cbdc8 Bug 197271 Japanese printer name is displayed as garbage in about:config r+sr=bzbarsky, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174019 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:38:07 +00:00
masayuki%d-toybox.com
bd06e518b5 Bug 295187 Sometimes, the installer creates "[random]uninstall" folder(e.g., created "!uninstall" by Firefox on WinXP) r=benjamin, a=shaver
git-svn-id: svn://10.0.0.236/trunk@174018 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:29:08 +00:00
relyea%netscape.com
077b370423 SmartCard support checkin.
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174017 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:22:42 +00:00
relyea%netscape.com
0090027704 SmartCard support checkin.
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174016 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:17:35 +00:00
relyea%netscape.com
129fc57f63 New file portion of SmartCard support checkin.
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174015 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:16:30 +00:00
relyea%netscape.com
6280f43435 New file portion of SmartCard support checkin.
Bug 284366 "PSM needs to handle Smart Cards seamlessly" r=timeless sr=jst
a=shaver


git-svn-id: svn://10.0.0.236/trunk@174014 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:14:02 +00:00
bryner%brianryner.com
b40b4ea8fb Fix a crash when tearing down a document viewer if a document never started to load (bug 295085). r+sr=bzbarsky, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@174013 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 01:02:16 +00:00
bryner%brianryner.com
797bf6de91 When restoring a presentation via fast-back, where we aren't going to save the existing presentation, defer destruction on a PLEvent to avoid hangs when reentering plugin code (bug 294231). r+sr=jst, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@174012 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 00:57:54 +00:00
cst%andrew.cmu.edu
f80ff83149 Bug 236003 null check missing in nsBookmarksService (seamonkey version of bug 235129)
r=timeless sr=dbaron a=shaver


git-svn-id: svn://10.0.0.236/trunk@174011 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 00:37:06 +00:00
jshin%mailaps.org
bb2260719c bug 272167 : get rid of nsIWindowsRegistry (r=cbie, sr=darin, a=shaver)
git-svn-id: svn://10.0.0.236/trunk@174007 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 23:59:21 +00:00
joshmoz%gmail.com
1618709e6c make Camino build on 10.4. Patch by Mark Mentovai. b=292530 a=brendan
git-svn-id: svn://10.0.0.236/trunk@174006 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 23:56:54 +00:00
bienvenu%nventure.com
b6aa62e177 fix solaris build bustage
git-svn-id: svn://10.0.0.236/trunk@174002 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 23:23:12 +00:00
timeless%mozdev.org
5a99b2007a Bug 284327 SHGetMalloc API call is deprecated (nsFilePicker.cpp)
patch by david.gardiner@unisa.edu.au r=dean_tessman sr=neil a=shaver


git-svn-id: svn://10.0.0.236/trunk@174001 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 23:20:31 +00:00
neil%parkwaycc.co.uk
0152a59a6f Bug 292520 Inline spellcheck crashes on unchecked document r+sr=mscott a=shaver
git-svn-id: svn://10.0.0.236/trunk@174000 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:48:31 +00:00
neil%parkwaycc.co.uk
be61289a0f Convert CZ's away flatbutton into a real menu button b=273507 r=silver a=shaver
git-svn-id: svn://10.0.0.236/trunk@173999 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:43:41 +00:00
mrbkap%gmail.com
23338fd153 bug 295531: Assert that we will have at least one node to paste. Triggering this assertion probably means the HTML parser is throwing away data. r=brade sr=smfr a=shaver
git-svn-id: svn://10.0.0.236/trunk@173998 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:39:35 +00:00
mrbkap%gmail.com
3561d0632c bug 296121: The parser leaks when somebody calls document.open() and doesn't write any data. r+sr=bzbarsky a=shaver
git-svn-id: svn://10.0.0.236/trunk@173997 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:37:04 +00:00
mrbkap%gmail.com
73565feba2 bug 295646: Whitespace at the end of a document is thrown away by the tokenizer. r+sr=bzbarsky a=shaver
git-svn-id: svn://10.0.0.236/trunk@173996 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:34:29 +00:00
mrbkap%gmail.com
866b6f0775 bug 295519: Set the scanner's mIncremental member so that the tokenizer doesn't throw away content. r+sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@173995 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:32:23 +00:00
mrbkap%gmail.com
e95dc9b671 bug 287990: Bring back <plaintext> support. This supports it "properly" (i.e., no end tag). r=jst sr=dbaron a=shaver
git-svn-id: svn://10.0.0.236/trunk@173994 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:30:43 +00:00
mrbkap%gmail.com
53d12e81d1 bug 294685: Remove unnecessary DEBUG-only counter/named entity code. r=jst sr=dbaron a=shaver
git-svn-id: svn://10.0.0.236/trunk@173993 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:23:13 +00:00
mrbkap%gmail.com
6f39bbf718 bug 287990: Bring back <plaintext> support. This supports it "properly" (i.e., no end tag). r=jst sr=dbaron a=shaver
git-svn-id: svn://10.0.0.236/trunk@173992 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 22:11:30 +00:00
mrbkap%gmail.com
c9f28169f5 Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@173991 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:40:33 +00:00
bienvenu%nventure.com
23338ee4ca whitespace cleanup, remove tabs, no bug
git-svn-id: svn://10.0.0.236/trunk@173990 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:35:51 +00:00
bienvenu%nventure.com
614a358a2f fix handling of local time handling for date in grouping sort and showing the short date, patch by Zoltan Petres, r=bienvenu, sr=neil, a=shaver 293742
git-svn-id: svn://10.0.0.236/trunk@173989 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:34:37 +00:00
mrbkap%gmail.com
1d5ac8765e bug 208869: Setting innerHTML with textarea can isnert an extra newline. This patch makes textarea be treated as a normal container outside CNavDTD (which takes over its first-newline removal duties). r=sicking sr=bzbarksy a=shaver
git-svn-id: svn://10.0.0.236/trunk@173988 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:23:23 +00:00
tor%cs.brown.edu
7ccc18322b Bug 295647 - gradients not working on single horizontal/vertical lines.
r=scooter, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173987 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:20:22 +00:00
timeless%mozdev.org
ee801814ec Bug 289468 "@mozilla.org/network/simple-uri;1" is not a service and should not be accessed as one
r=neil sr=neil a=shaver


git-svn-id: svn://10.0.0.236/trunk@173986 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:18:11 +00:00
joshmoz%gmail.com
a44a0993d3 more bustage fixes for Mac OS X 10.4 build patch. by Mark Mentovai. b=292530
git-svn-id: svn://10.0.0.236/trunk@173985 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:15:09 +00:00
mrbkap%gmail.com
cf7901ce09 bug 295596: <li> was closing styles on the transient style stack for no good reason, causing them to be lost. This special-cases <li> to not do that. r=bzbarsky sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@173984 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:14:01 +00:00
mrbkap%gmail.com
030d071cd2 bug 288460: Make ScanDocStructure() more strict about tags that break the ShouldVerifyHeirarchy check and mark all children of the tag as malformed so that its children don't think they're well formed. r=rbs sr=bzbarsky a=shaver
git-svn-id: svn://10.0.0.236/trunk@173983 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:08:53 +00:00
bienvenu%nventure.com
0ab9374f23 whitespace cleanup, remove tabs, no bug
git-svn-id: svn://10.0.0.236/trunk@173982 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:08:02 +00:00
relyea%netscape.com
427e2719fc Mozilla Tiger build changes. Currently the mozilla branch is broken
without these changes.

Bug 292530 r=wtc (according to dougt).
Code builds agains NSS tip, verified by relyea
Patch created by Josh Aas


git-svn-id: svn://10.0.0.236/trunk@173981 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:00:22 +00:00
bienvenu%nventure.com
c7a583f1d8 allow thunderbird to open .eml files from the command line 242959 sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173980 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 21:00:21 +00:00
bienvenu%nventure.com
cd5a53a72b register tbird as default .eml file extension handler if tbird is default mail app, sr=mscott, a=shaver 261559
git-svn-id: svn://10.0.0.236/trunk@173979 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 20:56:04 +00:00
joshmoz%gmail.com
3acd8a928a more bustage fixes for Mac OS X 10.4 "Tiger" build patch, by Mark Mentovai. b=292530
git-svn-id: svn://10.0.0.236/trunk@173978 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 20:52:53 +00:00
christophe.ravel.bugs%sun.com
b4eee67bb8 238319: Sun packages changes.
Adjust rpm release numbers.


git-svn-id: svn://10.0.0.236/trunk@173972 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 20:51:33 +00:00
joshmoz%gmail.com
86c38128da fix building on Mac OS X 10.3.x "Panther". Patch by Mark Mentovai. b=292530 r=me
git-svn-id: svn://10.0.0.236/trunk@173971 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 20:13:21 +00:00
cbiesinger%web.de
8f895bb249 fixing bustage (Dom->DOM)
git-svn-id: svn://10.0.0.236/trunk@173970 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:49:42 +00:00
cbiesinger%web.de
5eb0945714 209330 r=jag sr=darin a=shaver
make sure to always check whether an OnStateChange call is needed, instead of
returning early while calling OnProgressChange


git-svn-id: svn://10.0.0.236/trunk@173969 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:37:10 +00:00
mvl%exedo.nl
33f2033a57 first stab at making import work. bug 285019, r=pavlov
git-svn-id: svn://10.0.0.236/trunk@173968 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:32:54 +00:00
mrbkap%gmail.com
b3293f50e6 bug 144998: Empty lines under quotes are doubled. Patch by Shotaro Kamio <skamio@netscape.net>, Koike Kazuhiko <kazhik@mozilla.gr.jp>, Wolfgang Rosenauer <mozilla@rfosenauer.org>, and me. r=akkana sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@173967 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:31:47 +00:00
pavlov%pavlov.net
8acfafe4ea hooking up attendess in to the event dialog
git-svn-id: svn://10.0.0.236/trunk@173966 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:28:05 +00:00
bzbarsky%mit.edu
64573ba918 Hold a ref to the binding we're tearing down so it doesn't die before we're
done with it.  Bug 292717, r+sr=jst, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173965 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:27:43 +00:00
mnyromyr%tprac.de
4b42690a8d Bug 295475: retain legacy overlayinfo; r=Neil, sr=darin, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173964 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:26:41 +00:00
bzbarsky%mit.edu
7204a6d40e Log creation of XPCNativeWrapper and XPCWrappedNative objects if
DEBUG_XPCNativeWrapper is defined.  Bug 295435, r+sr=jst, a=shaver.


git-svn-id: svn://10.0.0.236/trunk@173963 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:26:24 +00:00
Olli.Pettay%helsinki.fi
103e8cb408 Bug 291026, Allow XBL to bind to XTF elements, r=alex, sr=bryner, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173962 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:19:33 +00:00
cbiesinger%web.de
0266fce802 295279 pass the origin charset of the URI to the error page, esp. for use by
embeddors
patch by Christian Persch <chpe@gnome.org> r=biesi sr=bz a=shaver


git-svn-id: svn://10.0.0.236/trunk@173961 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:19:01 +00:00
cbiesinger%web.de
620f913e6e 295916 r=mrbkap sr=bz a=shaver
- make parser handle calling Parse with an empty string and aLastCall=true
  correctly
- call that from document.close() even in the non-HTML case


git-svn-id: svn://10.0.0.236/trunk@173960 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:13:39 +00:00
bsmedberg%covad.net
cc04d184fb Bug 295265 - (re)introduce chrome overrides r=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@173959 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:09:44 +00:00
bienvenu%nventure.com
1689f8beed extend support for opening .eml files in a stand-alone msg window, sr=mscott, a=chofmann 241212
git-svn-id: svn://10.0.0.236/trunk@173958 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:04:21 +00:00
tor%cs.brown.edu
b0162afe3a Bug 295645 - nested <svg:tspan> should be allowed. r=alex, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173957 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:00:29 +00:00
cltbld
eec8b11e30 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@173956 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:56:44 +00:00
joshmoz%gmail.com
e578f68c52 more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan
git-svn-id: svn://10.0.0.236/trunk@173954 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:53:30 +00:00
joshmoz%gmail.com
9c496f6461 more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. r=josh r=pinkerton r=cls sr=bryner a=brendan
git-svn-id: svn://10.0.0.236/trunk@173953 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:48:04 +00:00
joshmoz%gmail.com
1e104d5852 first part of Mac OS X 10.4 "Tiger" build patch. Patch by Mark Mentovai. r=josh r=pinkerton r=cls sr=bryner a=brendan
git-svn-id: svn://10.0.0.236/trunk@173952 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:45:31 +00:00
timeless%mozdev.org
6857a9e298 Bug 295636 OOM Crash [@ Init]
r=jst sr=jst a=shaver


git-svn-id: svn://10.0.0.236/trunk@173951 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:36:25 +00:00
timeless%mozdev.org
4721ae7654 Bug 292908 r:/mozilla\intl\uconv\src\nsTextToSubURI.cpp(231) : warning C4309: 'argument' : truncation of constant value
r=dougt sr=darin a=shaver


git-svn-id: svn://10.0.0.236/trunk@173950 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:34:53 +00:00
timeless%mozdev.org
eaf2d7c6e7 Bug 290197 unchecked outputstream [@ nsXULPrototypeScript::Serialize]
r=bz sr=bz a=shaver


git-svn-id: svn://10.0.0.236/trunk@173949 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:33:20 +00:00
timeless%mozdev.org
817c61eb2d Bug 293124 useless initialization after memset in CMozillaBrowser::OnSaveAs
patch by bugzilla@mcsmurf.de r=timeless sr=tor a=shaver


git-svn-id: svn://10.0.0.236/trunk@173948 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:32:15 +00:00
timeless%mozdev.org
d553886a3e Bug 283566 OOM crash [@ nsNSSCertificate::GetDbKey][@ nsNSSCertificate::GetUsagesArray]
patch by ajschult@verizon.net r=kaie sr=darin a=shaver


git-svn-id: svn://10.0.0.236/trunk@173947 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:30:36 +00:00
timeless%mozdev.org
3f674c133a Bug 293307 violation of c++ aliasing rules in imgCacheValidator::OnStartRequest() causing crash if compiled with gcc 4.0
r=pavlov sr=bz a=shaver


git-svn-id: svn://10.0.0.236/trunk@173946 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:28:20 +00:00
bienvenu%nventure.com
ca6bf36403 support for filters that reply/forward messages, sr=mscott, a=shaver, 11034
git-svn-id: svn://10.0.0.236/trunk@173945 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:17:51 +00:00
bienvenu%nventure.com
93dd89b397 support for filters that reply/forward messages, sr=mscott, a=shaver, 11034, also fix some imap memory leaks
git-svn-id: svn://10.0.0.236/trunk@173944 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:16:49 +00:00
bienvenu%nventure.com
b169df6683 frontend support for filters that reply/forward messages, sr=mscott, a=shaver, 11034
git-svn-id: svn://10.0.0.236/trunk@173943 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:12:06 +00:00
bienvenu%nventure.com
d2de9c1416 backend support for filters that reply/forward messages, sr=mscott, a=shaver, 11034
git-svn-id: svn://10.0.0.236/trunk@173942 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:10:52 +00:00
darin%meer.net
df6db9b6dd fixes bug 291910 "Provide utility for incremental download" r=biesi,dougt sr=bzbarsky a=shaver
git-svn-id: svn://10.0.0.236/trunk@173941 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 18:05:36 +00:00
timeless%mozdev.org
d2ef277163 Bug 282494 jeeves.src needs updating
patch by moz_bugzilla@exchangecode.com r=timeless sr=alecf a=shaver


git-svn-id: svn://10.0.0.236/trunk@173940 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 17:48:40 +00:00
dougt%meer.net
96d7378e11 Last checkin was for bug 289250
git-svn-id: svn://10.0.0.236/trunk@173939 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 17:44:13 +00:00
dougt%meer.net
41cc4cdae4 Last checkin was for bug 292368.
git-svn-id: svn://10.0.0.236/trunk@173938 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 17:40:10 +00:00
bienvenu%nventure.com
f3a03ac010 frontend support for message aging, 11055, r=neil, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173937 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 17:24:47 +00:00
bienvenu%nventure.com
d544b3058e frontend support for message aging, 11055, r=neil, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173936 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 17:15:30 +00:00
timeless%mozdev.org
6789898ed6 Bug 283827 When turn on IME and switch applications before fix characters, location bar doesn't accept any more character
patch by katsuhiromihara@goo.jp r=pinkerton sr=smfr a=asa


git-svn-id: svn://10.0.0.236/trunk@173934 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:33:48 +00:00
timeless%mozdev.org
d224f239c5 Bug 292929 Useless conversion from char to PRUnichar following a truncation to char
r=dmose sr=dmose a=shaver


git-svn-id: svn://10.0.0.236/trunk@173933 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:29:10 +00:00
timeless%mozdev.org
b40ea54174 Bug 291436 r:\mozilla\layout\generic\nsBlockFrame.h(628) : warning C4099: 'nsBlockFrame::nsAutoOOFFrameList' : type name first seen using 'struct' now seen using 'class'
r=roc sr=roc a=shaver


git-svn-id: svn://10.0.0.236/trunk@173932 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:28:06 +00:00
timeless%mozdev.org
ceaad2592b Bug 289477 crash [@ DocumentViewerImpl::GetPopupImageNode] when popupnode is null
r=biesi sr=bz a=shaver


git-svn-id: svn://10.0.0.236/trunk@173931 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:26:51 +00:00
bzbarsky%mit.edu
133cadb943 Last checkin was for bug 289250.
git-svn-id: svn://10.0.0.236/trunk@173930 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:25:42 +00:00
timeless%mozdev.org
2bba0ae021 Bug 288212 cleanup nsAutoConfig::getEmailAddr and nsReadConfig::readConfigFile
r=alecf sr=alecf a=shaver


git-svn-id: svn://10.0.0.236/trunk@173929 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:25:13 +00:00
timeless%mozdev.org
22257176fd Bug 289068 ASSERTION: WriteToBuffer called with count of zero: 'count', file r:/mozilla/netwerk/cache/src/nsDiskCacheStreams.cpp, line 710
r=jst sr=jst a=shaver


git-svn-id: svn://10.0.0.236/trunk@173928 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:10:58 +00:00
dougt%meer.net
c3e3eda0f8 Add a scriptable hash function API. basically what this does is moves the hashing function out of the nsISignatureVerifier.idl and creates a new interface nsICryptoHash which is scriptable. Because of this change, we needed to fix up all of the call sites. r=darin, sr=dveditz, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173927 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 16:06:53 +00:00
dougt%meer.net
d264b4bcae Focus frame traversal has been broken since a frame reorder (scrollbars are now first followed by the canvas frame). patch by roc, r=bzbarsky, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173926 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:59:59 +00:00
bzbarsky%mit.edu
e421bebb31 Use the non-deprecated deallocator to deallocate memory. Bug 284158, patch by
David Gardiner <david.gardiner@unisa.edu.au>, r=dougt, sr=bzbarsky, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173925 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:58:12 +00:00
bzbarsky%mit.edu
a4e3731e4a Fix memory leak if a viewmanager has a child viewmanager. Bug 295656,
r+sr=roc, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173924 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:43:08 +00:00
bzbarsky%mit.edu
7178a28d71 Make sure to clean up before any early returns. Bug 295638, r=vlad, sr=dbaron,
a=shaver.


git-svn-id: svn://10.0.0.236/trunk@173923 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:41:12 +00:00
bzbarsky%mit.edu
13779d48cf Just use our document for the doc we call ContentStatesChanged on instead of
trying to get it off the content nodes (which may no longer be in a document by
this point).  Bug 274736, r+sr=roc, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173922 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:38:09 +00:00
bzbarsky%mit.edu
8b309e82b6 Fix up more of the m*Content pointers correctly when content is removed from
the document.  Bug 293914 followup, r+sr=dbaron, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173921 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:36:11 +00:00
bienvenu%nventure.com
4222f4e9ea backend support for message aging of imap and local folders, 11055, r=neil, sr=mscott, a=chofmann also remember labels when copying imap to local, patch by jeongkyu.kim@gmail.com, r=mscott,sr=bienvenu,a=chfmann
git-svn-id: svn://10.0.0.236/trunk@173920 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:35:57 +00:00
cls%seawood.org
0e12005daa Exclude extra file attributes when creating jar files
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=bsmedberg a=shaver


git-svn-id: svn://10.0.0.236/trunk@173919 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:34:55 +00:00
bzbarsky%mit.edu
1a66b5e2c8 Parse out the actual type from the content-type argument passed to
document.open().  Bug 295652, r+sr=jst, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173918 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:33:44 +00:00
cls%seawood.org
fcbaf06a5c Add support for msys uname & cleanup OS_ARCH checks.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls sr=wtc a=shaver


git-svn-id: svn://10.0.0.236/trunk@173917 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:30:48 +00:00
bzbarsky%mit.edu
0e0b5d5c5d Fix memory leak. Bug 296014, r+sr=roc, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173916 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:26:34 +00:00
cls%seawood.org
91f121d595 Add support for msys uname & cleanup OS_ARCH checks.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls sr=wtc a=shaver


git-svn-id: svn://10.0.0.236/trunk@173915 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:25:10 +00:00
bzbarsky%mit.edu
9792b7f6d0 Fix toString on the XPCNativeWrapper prototype to return something sane instead
of crashing.  Bug 295430, r+sr=jst, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173914 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:20:29 +00:00
bienvenu%nventure.com
510c50c5e2 remove hand-rolled pop3 timeout code, sr=mscott, a=shaver 295765
git-svn-id: svn://10.0.0.236/trunk@173913 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:19:28 +00:00
bzbarsky%mit.edu
79ca09f5d0 Fix memory leak. Bug 296019, r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173912 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:17:26 +00:00
bienvenu%nventure.com
e29525bec4 fix ldap autocomplete not to append two addresses in certain situations, r=mscott, sr=neil, a=shaver 261272
git-svn-id: svn://10.0.0.236/trunk@173911 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 15:07:04 +00:00
bienvenu%nventure.com
e3a98f1f30 remove hand-rolled pop3 timeout code, sr=mscott, a=shaver 295765
git-svn-id: svn://10.0.0.236/trunk@173910 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:58:09 +00:00
bsmedberg%covad.net
5ea970a946 Bug 295235 part firefox-windows : remove remaining contents.rdf r=mconnor a=shaver
git-svn-id: svn://10.0.0.236/trunk@173909 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:58:05 +00:00
allan%beaufour.dk
99b7b3fe21 fixing bustage, bug 235512
git-svn-id: svn://10.0.0.236/trunk@173908 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:50:34 +00:00
mvl%exedo.nl
6c8f778fdc Bug 295644: endBatchTransaction() should call updateUndoRedoMenu().
patch by jminta, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173907 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:39:32 +00:00
cls%seawood.org
448f178000 Use dashes instead of backslashes for program options to avoid msys shell expansion.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver


git-svn-id: svn://10.0.0.236/trunk@173906 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:28:35 +00:00
cls%seawood.org
c7372e7160 Add support for using msys perl
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver


git-svn-id: svn://10.0.0.236/trunk@173905 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:20:35 +00:00
aaronleventhal%moonset.net
892d7abcf8 Bug 291071. Dialog to set Firefox as default browser confused screen reader because of incorrect focus events. r=timeless, sr=neil, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173904 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:14:29 +00:00
aaronleventhal%moonset.net
6dec0925e9 Bug 295715. HTML table should use summary attribute for accessible name. r=timeless, sr=neil, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173902 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:09:24 +00:00
aaronleventhal%moonset.net
d420cdecec Bug 290344. Implement accessible DHTML descriptions and labels. r=timeless, sr=dmose, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173901 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 14:03:38 +00:00
neil%parkwaycc.co.uk
1fd7840408 Bug 285830 textContent ignores whitespace r=sicking sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@173900 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:59:38 +00:00
mozilla.mano%sent.com
e81a822ea7 Bug 230693 - Add 'Reload' functionality to view-page-source window. patch from Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173899 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:55:39 +00:00
aaronleventhal%moonset.net
12bb0fd466 bug 294834. Expose the type of HTML content area in the role. r=pkw, sr=neil, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173898 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:54:08 +00:00
cls%seawood.org
6903c9bf4c Allow --enable-debug to accept compiler flags like --enable-optimize
Bug #284767 r=bsmedberg a=shaver


git-svn-id: svn://10.0.0.236/trunk@173897 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:54:02 +00:00
jshin%mailaps.org
ceaf51ce6f bug 260034 : cannot send mail if temp. directory contains non-ASCII characters (sr=darin, r=dougt,a=asa)
git-svn-id: svn://10.0.0.236/trunk@173896 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:50:09 +00:00
aaronleventhal%moonset.net
d3d05e7447 Bug 294222. Use MSAA scrolling start events for anchor jumps, not selection within. r=timeless, sr=neil, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173895 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:46:31 +00:00
allan%beaufour.dk
25cea2ad26 Fix up nsDOMAttributeMap so it caches the nsDOMAttributes that it creates. Bug 235512, r=sicking, sr=peterv, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173894 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:46:20 +00:00
mvl%exedo.nl
9c5ce58cb8 Bug 295895: Make it possible to unsubscribe from a calendar. r=gekacheka
git-svn-id: svn://10.0.0.236/trunk@173893 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:38:11 +00:00
roc+%cs.cmu.edu
2a861909b3 Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer
git-svn-id: svn://10.0.0.236/trunk@173891 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:34:37 +00:00
mvl%exedo.nl
daa7f3ccfd Bug 295146 Mouseover preview of repeated event shows original start datetime instead of time of occurrence.
patch by gekacheka@yahoo.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173890 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:33:25 +00:00
cls%seawood.org
5d7920d854 Update SDK support to build on OSX 10.4 (Tiger)
Thanks to Mark Mentovai <mark@moxienet.com> for the patch.
Bug #292530 r=wtc a=brendan


git-svn-id: svn://10.0.0.236/trunk@173889 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:26:38 +00:00
varga%nixcorp.com
0fc86b58e4 Fix for bug 287461. Caret Browsing is hardbound to the F7 key and is unable to be overridden with javascript like F3, F5, etc.
r+sr=neil patch by Brian King <brian@mozdev.org>


git-svn-id: svn://10.0.0.236/trunk@173888 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:24:11 +00:00
timeless%mozdev.org
90863827a8 Bug 231048 download manager poorly renames existing files by incrementing number suffix
patch by ted.mielczarek@gmail.com r=mconnor a=shaver


git-svn-id: svn://10.0.0.236/trunk@173887 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 13:07:33 +00:00
mvl%exedo.nl
676ecb12ce Bug 295424 share code to set up tooltip content for unifinder, unifinderToDo.
patch by gekacheka@yahoo.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173886 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 12:55:50 +00:00
bsmedberg%covad.net
69b29c9f40 Bug 296187 - Typo prevents version updating during install, patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver
git-svn-id: svn://10.0.0.236/trunk@173885 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 12:51:40 +00:00
mozilla.mano%sent.com
2d9acdd5a4 Bug 266737 - Bookmarks Toolbar is empty (only showing chevron) after being resized while minimized. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173884 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 12:50:38 +00:00
mozilla.mano%sent.com
e0c24088fd Bug 289422 - Erroneous javascript Focus() function will break close of findbar. patch from Mook <mook.moz@gmail.com>, r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173883 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 12:35:09 +00:00
mozilla.mano%sent.com
786d4073aa Bug 221824 - gnomestripe should be RTL compatible. patch from Reuven Gonen <linxspider@gmail.com> r=bsmedberg a=shaver
git-svn-id: svn://10.0.0.236/trunk@173882 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 12:01:39 +00:00
bsmedberg%covad.net
d46775e7c4 Bug 295494 - Add support for extension chrome.manifest to make-jars r=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@173881 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 11:59:09 +00:00
mvl%exedo.nl
06709f3c59 Bug 295418 simplify returning boolean to show tree tooltip (remove gShowTooltip, checkTooltip).
patch by gekacheka@yahoo.com, r=mvl.


git-svn-id: svn://10.0.0.236/trunk@173880 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 11:53:59 +00:00
mozilla.mano%sent.com
93ef29fe87 Bug 280590 - Pinstripe: Browser tabs should be focusable. r=mconnor a=shaver
git-svn-id: svn://10.0.0.236/trunk@173879 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 11:50:36 +00:00
allan%beaufour.dk
99f294a350 Add ids to content panel so that extensions may overlay onto it easily. Bug 295613, r=mconnor, a=shaver, patch by doronr
git-svn-id: svn://10.0.0.236/trunk@173878 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 11:48:32 +00:00
mvl%exedo.nl
a759efa1b7 Bug 295412 rename internal names for tooltip objects. patch by gekacheka@yahoo.com, r=mvl.
git-svn-id: svn://10.0.0.236/trunk@173877 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 11:26:27 +00:00
timeless%mozdev.org
5cd715e281 Bug 295512 Error pages broken
patch by bugzilla@mcsmurf.de r=bienvenu sr=mscott a=mscott


git-svn-id: svn://10.0.0.236/trunk@173876 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 11:15:09 +00:00
mvl%exedo.nl
55bca8e2a3 Also get the todo's from the memory calendar, so they are put back in the file.
git-svn-id: svn://10.0.0.236/trunk@173875 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 10:58:30 +00:00
neil%parkwaycc.co.uk
df71e9d4ef Problems opening detached attachments b=295046 r+sr=bienvenu a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173874 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 08:16:58 +00:00
mozilla.mano%sent.com
5c6f35d903 Bug 271496 - [Mac] both delete and del keys should delete bookmarks and history items. r=mconnor a=shaver
git-svn-id: svn://10.0.0.236/trunk@173873 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 08:04:49 +00:00
aaronleventhal%moonset.net
2c677ff8d7 Bug 263853. Neither Alt+down nor F4 key are listing the URLs from the address bar. Patch by gavin.sharp@gmail.com, r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173872 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 02:14:46 +00:00
pavlov%pavlov.net
405e9aa7fd check for an empty string instead of null when looking at the value of a textbox
git-svn-id: svn://10.0.0.236/trunk@173871 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 01:47:38 +00:00
bzbarsky%mit.edu
676af6aabc Separate out deep-ness and auto-unwrapping of native wrappers (base the latter
on whether the wrapper is explicit).  Bug 295782, r+sr+a=brendan


git-svn-id: svn://10.0.0.236/trunk@173870 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 01:46:01 +00:00
joshmoz%gmail.com
3f444dfce3 SetPMPrintSettings releases page format instead of print settings <- fix that. b=290214 r=pinkerton sr=smfr a=brendan
git-svn-id: svn://10.0.0.236/trunk@173869 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 01:31:45 +00:00
bzbarsky%mit.edu
b1ca81d879 Don't return XPCNativeWrappers from an nsIXPConnect::WrapNative call. Bug
295152, r+sr=jst, a=brendan


git-svn-id: svn://10.0.0.236/trunk@173868 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 01:21:23 +00:00
brendan%mozilla.org
330492fd04 Fix gcPoke management to cope with nesty destroy-context order (296119, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@173867 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 01:16:06 +00:00
bzbarsky%mit.edu
249f50341c Push the mChannel member for documents up to nsDocument and expose it on
nsIDocument.  Bug 292971 preliminaries, r+sr=jst, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@173866 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 01:15:23 +00:00
pavlov%pavlov.net
0cb523f3f7 enable/disable elements in the duration radiogroup
git-svn-id: svn://10.0.0.236/trunk@173865 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 01:11:24 +00:00
pavlov%pavlov.net
f7851628b9 hook up weekly recurrence
git-svn-id: svn://10.0.0.236/trunk@173864 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 00:44:52 +00:00
lpsolit%gmail.com
77a5f68fba Bug 293767: The search page does not use localised terms for statuses and resolutions - Patch by Emmanuel Seyman <eseyman@linagora.com> r=myk a=myk
git-svn-id: svn://10.0.0.236/trunk@173863 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 00:41:03 +00:00
lpsolit%gmail.com
77fd24660b Bug 215208: Descriptions in the bug activity tables are still in english - Patch by Emmanuel Seyman <eseyman@linagora.com> r=myk a=myk
git-svn-id: svn://10.0.0.236/trunk@173858 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 00:29:55 +00:00
scott%scott-macgregor.org
2e612ef563 Bundle accountWizard.css to fix the missing style sheet for the account wizard on the mac
git-svn-id: svn://10.0.0.236/trunk@173857 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 00:22:15 +00:00
pavlov%pavlov.net
4e1ae69504 splitting out the dialog helper functions in to its own file. fixing a couple more recurrence dialog bugs
git-svn-id: svn://10.0.0.236/trunk@173856 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 23:35:38 +00:00
pavlov%pavlov.net
1a00341cef first pass at handling loading recurrence in to the dialog
git-svn-id: svn://10.0.0.236/trunk@173855 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 23:02:47 +00:00
pavlov%pavlov.net
d7ec0bf37c making the labels use capitol letters for vlad
git-svn-id: svn://10.0.0.236/trunk@173854 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 23:02:16 +00:00
pavlov%pavlov.net
b454505088 new lightning pref overlays for thunderbird. bug 296108 r=vlad
added a way to enumerate the list of supported timezones. bug 296109 r=vlad
new recurrence editing dialog
(not part of default build. a=chase)


git-svn-id: svn://10.0.0.236/trunk@173852 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 21:42:21 +00:00
bsmedberg%covad.net
cbe8f47ac1 Bug 286299 - When upgrading, we need to allow *two* restarts instead of one: r=darin a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173850 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 19:10:26 +00:00
vladimir%pobox.com
190d81d1af b=295302, canvas drawImage fix, and gtk crash fix, r=pavlov,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173849 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 18:38:27 +00:00
bzbarsky%mit.edu
d1a3868aa5 Not all scrollable children of the viewport are the root scrollframe. Fix
semi-hangs when fixed-pos elements have non-visible overflow.  Bug 295292,
r+sr=roc, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@173848 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 18:30:27 +00:00
bsmedberg%covad.net
805f46646d Bug 276006 - modified signed extensions appear to install (but don't) - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree
git-svn-id: svn://10.0.0.236/trunk@173847 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 18:10:31 +00:00
bsmedberg%covad.net
c0b56c2279 Bug 295847 - "aSubject has no properties" during software update - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree.
git-svn-id: svn://10.0.0.236/trunk@173846 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 17:23:21 +00:00
bsmedberg%covad.net
8adbb87396 Bug 293419 - When upgrading from 1.0.x to trunk, extensions that are compatible based only on update.rdf information do not appear patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree.
git-svn-id: svn://10.0.0.236/trunk@173845 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 17:20:35 +00:00
justdave%bugzilla.org
6eb9cd1416 Add Deer Park to the application choices, per rebron
git-svn-id: svn://10.0.0.236/trunk@173844 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 17:10:46 +00:00
bugreport%peshkin.net
c22710df79 Bug 294802: Make admin/table.html.tmpl replace multiple occurrances of %%column%%
Patch by dmelentyev
r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173843 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 15:42:44 +00:00
shaver%mozilla.org
f03976e49e Reset day to 1 so that we don't end up skipping the next month, if it has
fewer days than the current month and we're on the last day of the current
month.  (This caused us to get "June 31" -> "July 1" when on May 31, resulting
in minimonth displays of May and July!) r=mvl,rs=vlad,npotb.


git-svn-id: svn://10.0.0.236/trunk@173842 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 13:46:18 +00:00
pinkerton%aol.net
6b09ef8e9d much better version of the file from Neil
git-svn-id: svn://10.0.0.236/trunk@173841 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-31 13:00:44 +00:00
allan%beaufour.dk
48e72f12e1 Bump minimum extension version. Bug 285094, r=doronr+smaug, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173840 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-30 09:11:50 +00:00
pinkerton%aol.net
8e74b026ec fallback to the pasteboard string if we can't get the title string from the
core pasteboard url drag flavor. (bug 294001)


git-svn-id: svn://10.0.0.236/trunk@173839 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-29 18:12:57 +00:00
pinkerton%aol.net
1d949b5a6c make description a text view so that return works inside it. also lets
spellchecking work on 10.3. (bug 292613)


git-svn-id: svn://10.0.0.236/trunk@173838 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-29 17:28:35 +00:00
pinkerton%aol.net
7d15aff01a truncate items at 50 chars (bug 294226)
git-svn-id: svn://10.0.0.236/trunk@173837 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-29 17:10:04 +00:00
pinkerton%aol.net
0ba04ba6d1 0.9a1 alpha branding
git-svn-id: svn://10.0.0.236/trunk@173836 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-29 15:48:18 +00:00
rj.keller%beonex.com
44a67daf24 Removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@173835 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 23:43:01 +00:00
rj.keller%beonex.com
9b93aa35c4 Removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@173834 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 23:35:00 +00:00
rj.keller%beonex.com
2f6f01d4ee Removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@173833 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 21:50:25 +00:00
rj.keller%beonex.com
d08a41a3cd Merged toolbars should not be floatable.
git-svn-id: svn://10.0.0.236/trunk@173832 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 13:42:14 +00:00
rj.keller%beonex.com
af654df15c bug 8564 - Preferences access is broken in Composition ::: Moving Composition toolbar to XUL and uploading new toolbar buttons.
git-svn-id: svn://10.0.0.236/trunk@173831 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 13:28:36 +00:00
smfr%smfr.org
6f9b75e55d Tweak tooltip sizing to fix a bunch of edge cases. Finally fixes bug 248488.
git-svn-id: svn://10.0.0.236/trunk@173830 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 06:47:57 +00:00
dmose%mozilla.org
1accd655d7 Move preventBubble calls to the top of all relevant handlers to avoid an extremely confusing debugging experience if something in the handler throws an exception. Also, fix a JS strict warning. r=vlad. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@173829 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 02:47:44 +00:00
dmose%mozilla.org
5d3081a202 Fix JS strict warning and add a trailing newline to a dump. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@173828 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 02:42:17 +00:00
dmose%mozilla.org
19dbc374dc Fix JS strict warnings triggered by bogus trailing commas. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@173827 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 02:38:14 +00:00
dmose%mozilla.org
0472a3a871 Fix JS strict warning; not part of the build
git-svn-id: svn://10.0.0.236/trunk@173826 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 02:36:38 +00:00
dmose%mozilla.org
3706445a99 Fix a couple of bugs a do a bunch of miscellaneous code cleanup. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@173824 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 02:08:49 +00:00
smfr%smfr.org
4cf171d1c5 Fix bug 295752: crash when going to show history by site. Fixed init method signatures for the history tree builders.
git-svn-id: svn://10.0.0.236/trunk@173823 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-28 01:10:24 +00:00
wtchang%redhat.com
3dfbcde1d5 Bugzilla bug 295298: enforce RSA key size limits when generating a new
key pair. r=nelsonb,jpierre.


git-svn-id: svn://10.0.0.236/trunk@173822 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 23:53:19 +00:00
pinkerton%aol.net
da89772a63 add adblocking with userContent.css to pref panel.
git-svn-id: svn://10.0.0.236/trunk@173821 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 22:10:10 +00:00
dmose%mozilla.org
b5a2e035f4 Switch from using dump() to debug() so that it's easy to disable all the output verbosity; update the provider to use the syntax in draft 05 of the caldav document; add a few error-handling cleanups.
git-svn-id: svn://10.0.0.236/trunk@173820 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 21:24:54 +00:00
rj.keller%beonex.com
3f80e0afe6 updating ant build script to copy PNG resources.
git-svn-id: svn://10.0.0.236/trunk@173819 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 20:58:30 +00:00
rj.keller%beonex.com
78eb18fcae Moving some Grendel GUI to XUL. Also adding prettier toolbar button images.
git-svn-id: svn://10.0.0.236/trunk@173818 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 20:54:40 +00:00
dmose%mozilla.org
4e7aecac6a Fix item parentage plus other minor tweaks
git-svn-id: svn://10.0.0.236/trunk@173817 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 20:40:19 +00:00
dmose%mozilla.org
abc788297d Fix strict warning by removing trailing comma
git-svn-id: svn://10.0.0.236/trunk@173816 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 20:37:44 +00:00
dmose%mozilla.org
771ae70055 Selecting the calendar pane shouldn't cause a re-fetch of events that are already showing, r=vlad.
git-svn-id: svn://10.0.0.236/trunk@173815 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 20:32:00 +00:00
vladimir%pobox.com
739146b673 Make mozStorageStatement::Execute() use ExecuteStep(), to get the right SQLITE_SCHEMA handling, r=me
git-svn-id: svn://10.0.0.236/trunk@173814 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 20:14:09 +00:00
scott%scott-macgregor.org
b09daf6059 Bug #295726 --> Disable presence URL check in Thunderbird.
We had some left over cruft that was trying to show buddy presence in the address book for cards with
screen names.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@173811 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 19:12:00 +00:00
despotdaemon
505192f7aa Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173810 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 18:26:36 +00:00
scott%scott-macgregor.org
e38f4ad1c0 Bug #295723 --> Default Theme not listed in the Theme Manager
bump the theme version to 1.0+


git-svn-id: svn://10.0.0.236/trunk@173809 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 17:31:54 +00:00
bsmedberg%covad.net
a9da4f25d2 Bug 295723 - default theme doesn't show up (due to extension version bump) a=asa for checkin to closed tree
git-svn-id: svn://10.0.0.236/trunk@173805 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 17:07:53 +00:00
scott%scott-macgregor.org
0f12e5b9d3 Bump the app.extension string to 1.0+ like it is for Firefox.
git-svn-id: svn://10.0.0.236/trunk@173804 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 15:45:32 +00:00
lpsolit%gmail.com
6e8df18fa3 Bug 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman <eseyman@linagora.com> r=myk,wurblzap a=myk
git-svn-id: svn://10.0.0.236/trunk@173803 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 11:37:17 +00:00
scott%scott-macgregor.org
3919729eac Bug #295642 --> cannot attach additional attachments after deleting all of the attachments.
use .collapse instead of .hidden on the listbox. Update some of the JS to use listbox APIs instead of dom element APIs.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@173802 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 05:46:32 +00:00
smfr%smfr.org
e9cf327e53 Removing semicolons on the first line of method implementations. No code changes, r=me.
git-svn-id: svn://10.0.0.236/trunk@173801 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-27 03:49:14 +00:00
dveditz%cruzio.com
ea48b9a5be bug 295457 use malloc to avoid OOM exceptions thrown by libstdc++. Patch by biesi, r=tor, sr=dveditz, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173800 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 22:43:36 +00:00
jst%mozilla.jstenback.com
a50c8e3c94 Fixing crash introduced with my earlier changes for bug 294893. Make nw and wn finalizers order independent. r+sr=bzbarsky@mit.edu, a=drivers
git-svn-id: svn://10.0.0.236/trunk@173798 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 21:35:27 +00:00
darin%meer.net
7e77e5c1b0 fixes bug 295538 "Bump app.extensions.version to 1.0+ for pre-1.1 releases" r=mconnor,bsmedberg a=asa
git-svn-id: svn://10.0.0.236/trunk@173797 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 20:58:56 +00:00
mkanat%kerio.com
d0eca55894 Bug 286672: Require correct DBD depending on the $db_driver in use
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173795 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 20:09:22 +00:00
mkanat%kerio.com
d4491804a5 Bug 286701: Tests fail compiling Bugzilla::DB::Pg.pm
Patch By Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173794 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 20:07:35 +00:00
bsmedberg%covad.net
f52a053e86 Bug 294683 - xulrunner should use envvar to remember path to appdata file r=darin a=Asa
git-svn-id: svn://10.0.0.236/trunk@173793 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 19:51:19 +00:00
justdave%bugzilla.org
d0d80254bb Bug 295035: "Find Module" produces the incorrect anchor tag for the redirect to owners.html
git-svn-id: svn://10.0.0.236/trunk@173792 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 19:50:03 +00:00
bzbarsky%mit.edu
17a747e951 Fix leak in extension manager UI. Bug 295535, r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@173791 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 19:41:17 +00:00
jst%mozilla.jstenback.com
85163edb4d Fixing bug 295520. Make somewindow[n] work from chrome for accessing childframes of a content window. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@173790 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 19:39:49 +00:00
mozilla.mano%sent.com
bcd23edc97 Bug 295517 - Build fails in uriloader/extandler under BeOS. r=thesuckiestemail@yahoo.se (BeOS only). a=asa
git-svn-id: svn://10.0.0.236/trunk@173789 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 19:38:47 +00:00
jst%mozilla.jstenback.com
d235d374a2 More fixes for bug 294893. When a XPCWrappedNative's scope is cleared, make sure we clear the scope for all of its XPCNativeWrappers as well. r+sr=bzbarsky@mit.edu, a=drivers
git-svn-id: svn://10.0.0.236/trunk@173788 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 19:30:36 +00:00
bzbarsky%mit.edu
71e216d36e Better version of last patch -- don't pin the atoms, and clean up nicely when
they're finalized so as not to crash.  Bug 294893, assumed future r=brendan,
a=drivers


git-svn-id: svn://10.0.0.236/trunk@173787 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 17:21:29 +00:00
smfr%smfr.org
069e3cfc99 Fix bug 295522: when inserting autocomplete results into the url bar, skip the protocol when trying to figure out where the match is. r=pink.
git-svn-id: svn://10.0.0.236/trunk@173786 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 16:28:05 +00:00
bzbarsky%mit.edu
b683cb9ca0 Backing out to fix orange till I can sort it out.
git-svn-id: svn://10.0.0.236/trunk@173785 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 14:41:34 +00:00
bzbarsky%mit.edu
3413d8b3ce Don't pin object atoms, since those can entrain all sorts of other stuff. Bug
294893 some more, r=brendan, sr=jst, a=brendan


git-svn-id: svn://10.0.0.236/trunk@173784 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 13:27:57 +00:00
smfr%smfr.org
b1e5e2156d Fix bug 289549: don't use -alternateTitle to store the type of proprotional font, because it can be changed by localizers. Instead, get the font type from the region dictionary.
Also fix the updating of the proportional font labels when you change font type, and fix the project so that it knows that the strings file is UTF-16.


git-svn-id: svn://10.0.0.236/trunk@173783 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 05:31:34 +00:00
smfr%smfr.org
425dceb567 Fix bug 262245: make sure the Downloads location is displayed using localized names. Patch by Ludovic Hirlimann.
git-svn-id: svn://10.0.0.236/trunk@173782 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 04:38:48 +00:00
smfr%smfr.org
93b7da67f0 Fix bug 295429: when seeing a failure code on the nsIRequest on OnLocationChange, set the site icon to a little warning triangle, rather than the site icon.
git-svn-id: svn://10.0.0.236/trunk@173781 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 04:32:26 +00:00
wtchang%redhat.com
a293b7ad23 Bugzilla bug 294955: allow the "primordial" thread (the thread that
initialized NSPR) to terminate while NSPR is still in use. r=glen.beasley.


git-svn-id: svn://10.0.0.236/trunk@173780 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 02:27:51 +00:00
bugzilla%glob.com.au
b293a3cff2 Bug 295455: Mozbot should fetch bug links with excludefield=long_desc
Patch by Byron Jones <bugzilla@glob.com.au> r=mkanat


git-svn-id: svn://10.0.0.236/trunk@173779 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-26 01:59:57 +00:00
brendan%mozilla.org
5eae8a7eb6 Fix null deref crash on s.match.apply (295052, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@173777 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 23:28:00 +00:00
pavlov%pavlov.net
22663e80c7 set is_utc as well as zone when doing getInTimezone r=vlad
git-svn-id: svn://10.0.0.236/trunk@173776 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 23:09:40 +00:00
dmose%mozilla.org
ff0935302f XPConnect doesn't like null iid params; r=vlad
git-svn-id: svn://10.0.0.236/trunk@173775 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 22:43:42 +00:00
pavlov%pavlov.net
e452a31f67 adding support for playing a sound based on a pref
git-svn-id: svn://10.0.0.236/trunk@173774 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 22:06:36 +00:00
scott%scott-macgregor.org
b5b2b097c9 File / New / Address book Card was not showing up in the main mail window.
git-svn-id: svn://10.0.0.236/trunk@173773 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 18:42:25 +00:00
scott%scott-macgregor.org
a38b16be47 Bug #295488 --> fix regressions from Bug #195224 virtual folder properties dialog is DOA with a JS exception.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@173772 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 18:17:07 +00:00
dougt%meer.net
9bb4e65ac4 Cleans up EnumChildWindows implementation. Implements IsIconic correctly. Breaks EnumThreadWindows. I stubbed out printf all together. I think that there is a bug in EVC's varargs which crash us. Fixes up ExtTextOut to correctly calculate length. Not part of normal build
git-svn-id: svn://10.0.0.236/trunk@173771 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 16:03:27 +00:00
dougt%meer.net
37e096bb5e Fixing up spatialnavigation to work in a static build. not part of normal build.
git-svn-id: svn://10.0.0.236/trunk@173770 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 15:47:35 +00:00
bzbarsky%mit.edu
56a686a020 Removing uneeded manual wrapper. More attempts at bug 294893, r+sr=jst, a=drivers
git-svn-id: svn://10.0.0.236/trunk@173769 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 15:20:28 +00:00
mvl%exedo.nl
c1c42235a0 Add some files I missed. Bug 288313, patch by sipaq, r=mvl
git-svn-id: svn://10.0.0.236/trunk@173768 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 10:53:18 +00:00
jst%mozilla.jstenback.com
cecf7d93c3 More fixes for leak bug 294893. Make sure to clear the scope of the native wrapper when a wrapped native's scope is cleared. r+sr=bzbarsky@mit.edu, a=drivers
git-svn-id: svn://10.0.0.236/trunk@173767 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 03:40:24 +00:00
rj.keller%beonex.com
b76c6ce0f6 Bug 294142 - Reading mail produces exception :: Changing Grendel toolbar button look to be more compliant with the Java look and feel and a bit nicer looking :: Adding some new javadoc info to the code that is badly needed.
git-svn-id: svn://10.0.0.236/trunk@173766 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 02:01:35 +00:00
smfr%smfr.org
f3969e135b Fix bug 295375 (random Camino crash on page load). Be sure to remove HistoryDataSources from the notification center.
git-svn-id: svn://10.0.0.236/trunk@173765 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 01:56:05 +00:00
scott%scott-macgregor.org
411e2c827a Bug #295405 --> Problems setting default news, mail and feed settings on Windows
git-svn-id: svn://10.0.0.236/trunk@173764 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-25 00:20:34 +00:00
pavlov%pavlov.net
eb01296664 event dialog cleanups getting ready for recurrence
git-svn-id: svn://10.0.0.236/trunk@173763 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 22:19:24 +00:00
pavlov%pavlov.net
d2d9c1dd06 adding note about .name property only working after the calendar is registered
git-svn-id: svn://10.0.0.236/trunk@173762 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 22:16:49 +00:00
pavlov%pavlov.net
2704cecc08 create a home calendar by default r=vlad
git-svn-id: svn://10.0.0.236/trunk@173761 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 22:15:29 +00:00
pavlov%pavlov.net
2a1fc6b08d hooking the context menu back up to the calendar list for publish
git-svn-id: svn://10.0.0.236/trunk@173760 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 22:15:10 +00:00
jwalden%mit.edu
aa4a356109 Bug 291866 - Make the "How to Use Help" doc non-browser-specific. This should make the "One toolkit/ To Rule Them All" people a tad bit happier. r=steffen, a=asa
git-svn-id: svn://10.0.0.236/trunk@173759 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 20:49:00 +00:00
mvl%exedo.nl
7573677b7d use the right column name. r=vlad
git-svn-id: svn://10.0.0.236/trunk@173758 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 20:45:28 +00:00
vladimir%pobox.com
258fef5de3 fix name of getTodoFromRow
git-svn-id: svn://10.0.0.236/trunk@173757 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 20:18:51 +00:00
jst%mozilla.jstenback.com
bdc14f292e More attempts at fixing leak bug 294893 by fixing up parenting of XPCNativeWrapper objects, and fixing problem with accessing a deleted wrapper in some cases. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@173756 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 20:05:43 +00:00
mozilla.mano%sent.com
8c3cfe6664 Bug 295337 - [Mac] Cmd+? doens't open help successfully. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@173755 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:54:42 +00:00
mvl%exedo.nl
23e8025479 Bug 288313 copy old connection/proxy prefs to Sunbird.
patch by sipaq, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173754 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:41:49 +00:00
mvl%exedo.nl
0cf6c0ee3e Bug 295212 internally rename unifinders' column "filename" to "calendarname".
patch by gekacheka@yahoo.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173753 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:33:26 +00:00
mvl%exedo.nl
40f32d9143 Bug 295168 Task/todo list missing columns for Location, Status, Calendar Name
patch by gekacheka@yahoo.com (plus parts from me to make sorting by date work), r=mvl


git-svn-id: svn://10.0.0.236/trunk@173752 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:26:11 +00:00
mvl%exedo.nl
5fd3cdbc77 Bug 278621 "sort by: calendar name" still sorts after date
patch by gekacheka@yahoo.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173751 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:17:58 +00:00
mvl%exedo.nl
c3bb59e0d3 Bug 295164 event list calendar name column is empty.
patch by gekacheka@yahoo.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173750 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:13:58 +00:00
mvl%exedo.nl
a518091535 Bug 295141 Task/Todo mouseover preview does not show location or description.
patch by gekacheka@yahoo.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173749 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:07:19 +00:00
mvl%exedo.nl
66830f7dae Bug 294293 Status: appears with blank when mouseover new task with status None.
patch by gekacheka@yahoo.com, r=shaver


git-svn-id: svn://10.0.0.236/trunk@173748 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 19:04:03 +00:00
robert%accettura.com
6d2c707a9e Fixing some server bustage (not including iolib to print header). NPOTB
git-svn-id: svn://10.0.0.236/trunk@173747 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 17:50:09 +00:00
bzbarsky%mit.edu
c0cfcc4420 Pass the document URI for the <key>'s or <command>'s document as the script
filename when compiling the <key>'s handler.  Bug 295160, r+sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@173745 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 17:30:07 +00:00
mozilla.mano%sent.com
0ae0de7ea1 Now that Chase changed the ProductName on the mac tinderbox, i'm reanding the mac rebranding patch (bug 294399), r=bsmedberg/josh, a=asa
git-svn-id: svn://10.0.0.236/trunk@173744 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 17:12:35 +00:00
mkaply%us.ibm.com
6f8fc1696f OS/2 SeaMonkey build doesn't come up
git-svn-id: svn://10.0.0.236/trunk@173742 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 15:34:34 +00:00
bzbarsky%mit.edu
fb782960ea Fix crashes on ia64 Linux when a method with more than 7 arguments is called
through XPCOM.  Bug 291378, patch by David Mosberger <davidm@hpl.hp.com>,
r+sr+a=shaver


git-svn-id: svn://10.0.0.236/trunk@173741 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 15:30:54 +00:00
jshin%mailaps.org
393a9b226f bug 272166 : nsIWindowsShellService::getRegistryEntry does not support non-latin1 keys/values (r=mconnor, sr=darin, a=asa)
git-svn-id: svn://10.0.0.236/trunk@173740 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 11:30:49 +00:00
cbiesinger%web.de
ffb2a4afa8 295126 document readLine's return value better
r=bzbarsky sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@173739 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 10:59:12 +00:00
mozilla.mano%sent.com
1e96037a1d backing out mac rebranding, fixing bustage again
git-svn-id: svn://10.0.0.236/trunk@173738 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 07:53:01 +00:00
mozilla.mano%sent.com
7c046b2487 partly backing out mac rebranding, fixing bustage again
git-svn-id: svn://10.0.0.236/trunk@173737 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 07:42:18 +00:00
mconnor%steelgryphon.com
ad1ace70fa Bug 295272 - deer park branded alphas break uninstall of Firefox
git-svn-id: svn://10.0.0.236/trunk@173736 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 07:20:18 +00:00
mozilla.mano%sent.com
929c6b2f6a Bug 294399 - rebrand firefox for deer park, more mac bits. r=bsmedberg/josh, a=asa
git-svn-id: svn://10.0.0.236/trunk@173735 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 07:15:27 +00:00
mconnor%steelgryphon.com
03ec916b1e more deer park rebranding, a=asa
git-svn-id: svn://10.0.0.236/trunk@173734 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 07:13:51 +00:00
jst%mozilla.jstenback.com
45fa959fe1 Fixing (hopefully) leak bug 294893. Don't mark mNativeWrapper when an XPCWrappedNative is marked, let XPCNativeWrapper's die when all script references to them are gone even if their XPCWrappedNative is still referenced. r/sr/a=asa@mozilla.org (will get real reviews once people are reachable).
git-svn-id: svn://10.0.0.236/trunk@173733 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 06:42:30 +00:00
mconnor%steelgryphon.com
8c377d198f bug 294399 - deer park rebranding, remove version from installer panel for now, patch by gavin.sharp@gmail.com, r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@173732 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 05:47:49 +00:00
mconnor%steelgryphon.com
3c72e56393 bug 294524 - reload buttons don't work after sanitizing, patch by Teune van Steeg <twanno@lycos.nl>, r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@173731 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 05:42:44 +00:00
bzbarsky%mit.edu
05b41d7b59 Fix deep-wrapping to reuse existing wrappers if it can. Bug 295301, r+sr=jst,
a=asa


git-svn-id: svn://10.0.0.236/trunk@173730 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 05:11:20 +00:00
timeless%mozdev.org
a0f60d0eb2 Bug 295095 Ctrl+Shift+letter treated as Ctrl+letter
patch by ere r=dveditz sr=roc a=asa


git-svn-id: svn://10.0.0.236/trunk@173729 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 04:48:09 +00:00
vladimir%pobox.com
dc39365bf1 b=274271, blocked install notification bar does not appear when clicking on InstallTrigger link; patch from moz_bugzilla@exchangecode.com, r+sr=dveditz,a=asa
git-svn-id: svn://10.0.0.236/trunk@173728 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 04:32:41 +00:00
bzbarsky%mit.edu
d7cdf419a0 Fix leak in table background painting. Bug 295236, r=bernd, sr=dveditz, a=asa
git-svn-id: svn://10.0.0.236/trunk@173727 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 04:15:05 +00:00
bzbarsky%mit.edu
b6511d89e3 Fix assert on password dialog coming up. Bug 295290, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@173726 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 04:13:54 +00:00
bzbarsky%mit.edu
318f94c11b Don't set window.location or document.location in chrome code; set
location.href instead.  Bug 295040, r+sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@173725 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 04:12:30 +00:00
julien.pierre.bugs%sun.com
151b3b148e Fix crash of rsaperf on keygen failure
git-svn-id: svn://10.0.0.236/trunk@173724 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 03:54:13 +00:00
robert%accettura.com
d883f57a84 Bug 292696 point reporter to production instance. All tests should be done with extensions.reporter.serviceURL set to reporter-dev.mozilla.org
git-svn-id: svn://10.0.0.236/trunk@173723 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-24 01:54:23 +00:00
scott%scott-macgregor.org
9532617818 Bug #294958 --> Folder Properties Dialog too wide when displaying IMAP folder properties
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@173721 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 23:27:13 +00:00
robert%accettura.com
4a9d4c28ec Bug 295232 remove hardcoded accesskey, and add accesskey's to make reporter more accessible. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@173720 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 23:03:01 +00:00
bugzilla%arlen.demon.co.uk
8d0b8c0659 Bug 294886 "uncaught exception" in listbox.xml when right clicking on virtual folder and selecting properties
p=neil.parkwaycc.co.uk r=mscott sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173719 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 22:38:22 +00:00
vladimir%pobox.com
6ae73338c9 todo_due_tz, not todo_due_dz
git-svn-id: svn://10.0.0.236/trunk@173718 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 21:40:42 +00:00
vladimir%pobox.com
8c393d035c unknown property access on objects doesn't throw exceptions
git-svn-id: svn://10.0.0.236/trunk@173717 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 21:18:37 +00:00
vladimir%pobox.com
1425be21dd fix setTimeInTimezone with null timezone for duration
git-svn-id: svn://10.0.0.236/trunk@173716 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 21:10:54 +00:00
vladimir%pobox.com
a40488a45a handle null timezone in newDateTime helper as floating
git-svn-id: svn://10.0.0.236/trunk@173715 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 21:03:29 +00:00
timeless%mozdev.org
fd16d3ef3a Bug 293992 printf passed user controlled buffer
r=shaver sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@173714 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 21:00:06 +00:00
robert%accettura.com
5e95c23c85 Bug 283847 Dot your i's, cross your t's, and don't forget your periods [you insensitive clod]. Adding missing punctuation. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@173713 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 20:31:44 +00:00
mozilla.mano%sent.com
1cf06ab718 Partly backing out bug 294399 (changing APP_NAME back to 'Firfox' in order to fix bustage
git-svn-id: svn://10.0.0.236/trunk@173712 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 19:26:08 +00:00
mozilla.mano%sent.com
ee1fdb4504 Bug 294399 - rebrand firefox for deer park, mac build part. r=joshmoz a=asa
git-svn-id: svn://10.0.0.236/trunk@173711 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 19:01:12 +00:00
bzbarsky%mit.edu
c433d497b4 Fix silly typo in fix for bug 295121. r=mconnor, a=brendan
git-svn-id: svn://10.0.0.236/trunk@173710 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 17:46:20 +00:00
mconnor%steelgryphon.com
bb75a1ffea bug 295121 - no securityUI in additional tabs, r=bz, a=asa
git-svn-id: svn://10.0.0.236/trunk@173709 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 17:03:06 +00:00
jst%mozilla.jstenback.com
a1ce7e5f2f More fixes for bug 295101. Don't leave *pob2 dangling (caught by bz). r+sr=bzbarsky@mit.edu, a=brendan@mozilla.org (on irc)
git-svn-id: svn://10.0.0.236/trunk@173708 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 16:59:29 +00:00
bugzilla%arlen.demon.co.uk
7f5f57641e Bug 159798 File/Page Setup menu item does nothing from JavaScript Console
p=Bruce.Davidson@ipl.com r/sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173707 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 15:50:08 +00:00
mconnor%steelgryphon.com
69dcf4e234 missed one piece of the deer park rebranding bug checkin
git-svn-id: svn://10.0.0.236/trunk@173706 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 15:22:55 +00:00
jwalden%mit.edu
6fa2fa6024 Bug 255769 - Organize keyboard shortcuts into categories. r=steffen, a=asa
git-svn-id: svn://10.0.0.236/trunk@173705 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 14:45:35 +00:00
jwalden%mit.edu
2e170147b7 Bug 291192 - Document Check for Updates menu item. r=steffen, a=asa
git-svn-id: svn://10.0.0.236/trunk@173704 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 14:39:47 +00:00
bzbarsky%mit.edu
7eb8a807b1 Check in jst's patch to auto-mark our new objects before we do things that
might trigger gc.  Bug 295101 partial patch, r+sr=bzbarsky/brendan, a=brendan


git-svn-id: svn://10.0.0.236/trunk@173703 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 14:14:45 +00:00
neil%parkwaycc.co.uk
f20c3357f5 Bug 290023 Mailing list names should not have leading or trailing whitespace p=abhijeet.bhattacharya@in.ibm.com r=me sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@173702 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 12:50:28 +00:00
neil%parkwaycc.co.uk
64911bda3c Stop sharing DOM object wrappers between content and chrome, specifically reporter wallet mail pki browser communicator global b=281988 r=bsmedberg sr=bz a=asa
git-svn-id: svn://10.0.0.236/trunk@173701 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 08:34:02 +00:00
scott%scott-macgregor.org
f8b0a166d4 Fix regression fall out from Bug #281988 --> dialogs in thunderbird not opening.
git-svn-id: svn://10.0.0.236/trunk@173700 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 06:18:37 +00:00
brendan%mozilla.org
91831fa5ea Bypass XPCNativeWrapper's delProperty hook (295122, r+sr=jst).
git-svn-id: svn://10.0.0.236/trunk@173699 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 05:58:05 +00:00
smfr%smfr.org
8efc99418e Add site icons to the history outliner and history menus.
Add support for site icons specified in link elements (bug 162893), part of patch by Ludovic Hirlimann.
Add a site icon image cache, so that we can get site icons without a round trip through necko, and avoid duplicate images (bug 294675).
Add a Clear History item to the end of the go menu (bug 294205).
Make the history menus no more than 100 items long, with a "Show More" item at the end, to avoid long delays when showing them (bug 291414).


git-svn-id: svn://10.0.0.236/trunk@173698 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 03:36:08 +00:00
edburns%acm.org
9ddd30d483 generic_native_drawing_works_but_not_for_mozilla
git-svn-id: svn://10.0.0.236/trunk@173697 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 01:10:22 +00:00
robert%accettura.com
235b4d06ce 293251 Reporter should use brand entities rather than hardcode product name thanks to Neil for help on this one. a=asa
git-svn-id: svn://10.0.0.236/trunk@173696 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 01:02:27 +00:00
db48x%yahoo.com
72db73bdde bug 293583: When phone home occurs for more than one extension the update info is used from the first extension update info
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa


git-svn-id: svn://10.0.0.236/trunk@173695 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-23 00:40:03 +00:00
lpsolit%gmail.com
1caac77cd5 Bug 295137: Unneeded "#" in interdiff page title - Patch by Gavin Sharp <gavin.sharp@gmail.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@173694 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 23:38:40 +00:00
robert%accettura.com
d37198c9a8 Bug 281714 Not capturing gecko ID r=bsmedburg sr=bz a=asa
git-svn-id: svn://10.0.0.236/trunk@173693 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 23:04:22 +00:00
robert%accettura.com
7586efc2a3 294543 Reporter Doesn't get the Correct Product Name/Version r=bsmedburg a=asa
git-svn-id: svn://10.0.0.236/trunk@173692 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 23:01:52 +00:00
robert%accettura.com
b12b1ec693 Bug 294972 Reporter's back/next buttons behaving badly r=neil.parkwaycc.co.uk a=asa
git-svn-id: svn://10.0.0.236/trunk@173691 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 22:57:25 +00:00
robert%accettura.com
33aafd5c0a Bug 295156 Reporter should use rel="nofollow" to deter spammers and not boost google rank of pages in database
git-svn-id: svn://10.0.0.236/trunk@173690 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 22:53:30 +00:00
steffen.wilberg%web.de
0073be7f0e Bug 291608: Firefox ships 102 KB of unused EM images, image removal part. r=kevin, a=asa
git-svn-id: svn://10.0.0.236/trunk@173689 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 21:35:06 +00:00
bzbarsky%mit.edu
929c8ea795 Fix instanceof for DOM classes when XPCNativeWrappers are around. Bug 294926,
r+sr=jst, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@173688 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 21:30:15 +00:00
bzbarsky%mit.edu
322ae93104 Stop forwarding addProperty to the wrapped native. That's not the right thing
to do in general (since we use OBJ_DEFINE_PROPERTY in this case in resolve
anyway), and it breaks some things.  Bug 295122, r/sr=jst/brendan, a=brendan


git-svn-id: svn://10.0.0.236/trunk@173687 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 20:48:00 +00:00
steffen.wilberg%web.de
b33b2f551c Bug 291608: Firefox ships 102 KB of unused EM images. r=kevin, a=asa
git-svn-id: svn://10.0.0.236/trunk@173686 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 20:47:22 +00:00
brendan%mozilla.org
56daf7360e Fix UMR regression introduced in 3.110 (295116, tachyonal r=shaver).
git-svn-id: svn://10.0.0.236/trunk@173685 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 18:25:08 +00:00
masayuki%d-toybox.com
b8280e3013 Bug 289652 [regression] -moz-selection fails to work r+sr=bzbarsky, a=asa
git-svn-id: svn://10.0.0.236/trunk@173684 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 17:17:46 +00:00
bmlk%gmx.de
2e93ba4d6e add only fixed margins to the MEW, bug 292690 r/sr=dbaron a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173683 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 15:47:49 +00:00
lpsolit%gmail.com
673fb25452 Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@173682 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 15:09:39 +00:00
lpsolit%gmail.com
b561fd9bd3 Bug 294892: Remove visible debug code from template/en/default/admin/products/footer.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@173681 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 14:59:28 +00:00
lpsolit%gmail.com
79a1156c30 Bug 294605: Use UTF-8 (Unicode) charset encoding for current templates - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@173680 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 14:48:17 +00:00
lpsolit%gmail.com
8058451173 Bug 215320: Change several bugs at once causes extraneous messages in apache log file - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
git-svn-id: svn://10.0.0.236/trunk@173678 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 14:19:23 +00:00
lpsolit%gmail.com
70e5776552 Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@173677 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 13:46:55 +00:00
mrbkap%gmail.com
c0b86fcbd8 bug 294984: Make sure to create text and end tokens for tags such as <iframe>. This fixes a crash where CNavDTD assumed an end token was coming, but it wasn't. r+sr=bzbarsky a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173675 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-22 00:57:37 +00:00
bsmedberg%covad.net
bc7f16557c Fallout from bug 281988 - use manifests for official-branding chrome also, r=installer bustage a=We can't release tbird 1.1a without this.
git-svn-id: svn://10.0.0.236/trunk@173673 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 21:36:35 +00:00
nelsonb%netscape.com
4fe7bfae2a Allow DSA signature output buffer to exceed required length.
Bug 191470. r=nelson. Patch by rrelyea@redhat.com.


git-svn-id: svn://10.0.0.236/trunk@173672 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 21:35:24 +00:00
nelsonb%netscape.com
3a7216f44d Change while read statements to work with MKS. Bug 295060. r=wtchang
git-svn-id: svn://10.0.0.236/trunk@173671 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 21:30:29 +00:00
bob%bclary.com
dcaf9a5ff3 Add testcase for bug 295052, by David James. Do not crash on String.prototype.match.apply
git-svn-id: svn://10.0.0.236/trunk@173670 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 21:28:43 +00:00
brendan%mozilla.org
1dd5e3a861 Fix 294957 for good.
git-svn-id: svn://10.0.0.236/trunk@173669 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 17:35:16 +00:00
cltbld
1b21ee0dc6 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@173668 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 15:56:04 +00:00
kjh-5727%comcast.net
4f78dbdfe2 Bug 293541 - Allow building Cairo SVG on MingW. Patch by Eli Friedman <sharparrow1@yahoo.com>. r=benjamin, a=asa.
git-svn-id: svn://10.0.0.236/trunk@173667 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 15:54:36 +00:00
kjh-5727%comcast.net
41cb3b5924 Bug 293268 - CUPS backend contains hardcoded "mozilla". r=bzbarsky, sr=neil, a=caillon.
git-svn-id: svn://10.0.0.236/trunk@173666 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 15:33:09 +00:00
brendan%mozilla.org
92cf47419f Fix from bz for glitch in last checkin.
git-svn-id: svn://10.0.0.236/trunk@173665 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 14:55:54 +00:00
joshmoz%gmail.com
b059a9b38c check in the rest of unified toolbar files, also fix for 185985. sr=pink
git-svn-id: svn://10.0.0.236/trunk@173664 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 08:48:58 +00:00
joshmoz%gmail.com
90b8dc2028 use unified toolbars on Mac OS X 10.4. no bug, sr=pink
git-svn-id: svn://10.0.0.236/trunk@173663 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 08:18:53 +00:00
mkanat%kerio.com
1cc2ffd1c5 Bug 292718: LOCATE is not ANSI SQL (prevents user account creation)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173662 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 07:30:50 +00:00
brendan%mozilla.org
6660fcc22f Fix stale comment added in last rev.
git-svn-id: svn://10.0.0.236/trunk@173661 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 06:32:12 +00:00
brendan%mozilla.org
f4fdea13ce Fix adblock and many other non-system chrome users of sytem-chrome xbl (294960, r+sr=bz).
git-svn-id: svn://10.0.0.236/trunk@173660 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 06:24:08 +00:00
brendan%mozilla.org
249a3e4b07 Argh, I made JS_IsSystemObject return a bogo-boolean -- thanks to bz for catching this.
git-svn-id: svn://10.0.0.236/trunk@173659 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-21 05:52:20 +00:00
mconnor%steelgryphon.com
518f817f54 bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan
git-svn-id: svn://10.0.0.236/trunk@173653 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 22:42:50 +00:00
vladimir%pobox.com
4b59a82cbe oops, stray %s
git-svn-id: svn://10.0.0.236/trunk@173651 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 22:00:47 +00:00
jwalden%mit.edu
03b051254b Fix typo in a checkin yesterday for bug 258650.
git-svn-id: svn://10.0.0.236/trunk@173650 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 21:46:39 +00:00
brendan%mozilla.org
47f48e97e6 Fix frames[0] case where DOM doesn't use an item method (294960, r+sr=bz).
git-svn-id: svn://10.0.0.236/trunk@173649 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 21:46:24 +00:00
brendan%mozilla.org
592a82a5e9 Fix an ancient nit-level inefficiency: an id passed to resolve will never be a double if a number, only an int.
git-svn-id: svn://10.0.0.236/trunk@173645 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 20:35:35 +00:00
brendan%mozilla.org
47a43ee2de Fix 294957, fallout from the 281988 landing (r+sr=bz).
git-svn-id: svn://10.0.0.236/trunk@173644 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 20:06:22 +00:00
lpsolit%gmail.com
761f353e04 Bug 294503: Status Whiteboard should not be called "StatusSummary" in buglist.cgi - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@173643 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 19:47:23 +00:00
pavlov%pavlov.net
e64d6c2e40 removing file that wasn't supposed to be checked in
git-svn-id: svn://10.0.0.236/trunk@173642 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 19:18:53 +00:00
pavlov%pavlov.net
14195e3c71 adding else case to set hasAlarm = false is there is no alarm
git-svn-id: svn://10.0.0.236/trunk@173641 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 19:03:24 +00:00
pavlov%pavlov.net
756a98ff86 removing bogus css rule and old alarm setting code
git-svn-id: svn://10.0.0.236/trunk@173640 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 19:01:25 +00:00
bzbarsky%mit.edu
1b4eba5795 Flag our private as ISUPPORTS so object principals, etc, become happy. Bug
281988 ongoing, r+sr+a=brendan.


git-svn-id: svn://10.0.0.236/trunk@173639 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 19:00:14 +00:00
brendan%mozilla.org
ad352b70e3 Followup for 281988, r+sr=bz, to make deep XPCNativeWrapper __parent__ mirror wrapped-native parent linkage.
git-svn-id: svn://10.0.0.236/trunk@173638 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 18:51:57 +00:00
pavlov%pavlov.net
95f0686329 fixing typo
git-svn-id: svn://10.0.0.236/trunk@173637 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 18:50:24 +00:00
pavlov%pavlov.net
7aabc25ade new event editing dialog. bug 293970. r=vlad
git-svn-id: svn://10.0.0.236/trunk@173636 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 18:47:18 +00:00
emaijala%kolumbus.fi
35cd04466f Fix for bug 285161: access keys don't work on non latin locales when Alt+letter is pressed together
r=neil
sr=roc
a=asa


git-svn-id: svn://10.0.0.236/trunk@173635 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 18:25:19 +00:00
brendan%mozilla.org
5af9e3746c Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz.
git-svn-id: svn://10.0.0.236/trunk@173634 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 17:41:10 +00:00
bzbarsky%mit.edu
bb752a5f05 Make sure to not use an XPCNativeWrapper as the parent for an
XPCWrappedNative.  Get its underlying XPCWrappedNative and use that instead.
Bug 281988 fun continues, r+sr+a=brendan


git-svn-id: svn://10.0.0.236/trunk@173633 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 17:35:11 +00:00
bsmedberg%covad.net
dfa83d8d83 Move xmlprettyprint stylesheets to "global" package, noticed this during bug 281988, r+sr=bzbarsky a=drivers
git-svn-id: svn://10.0.0.236/trunk@173632 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 16:42:15 +00:00
bsmedberg%covad.net
dcd1f5ae82 Now that we're *not* repackaging tbird chrome, we shouldn't be removing the originals.
git-svn-id: svn://10.0.0.236/trunk@173631 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 16:23:39 +00:00
pavlov%pavlov.net
aee41577be fixing crash in canvas when calling restore() without save(). bug 294784. r=vlad a=shaver
git-svn-id: svn://10.0.0.236/trunk@173630 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 15:26:54 +00:00
bsmedberg%covad.net
3f62f96fc0 Fix other-licenses to match the rest of bug 281988 part 2.
git-svn-id: svn://10.0.0.236/trunk@173629 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 13:41:03 +00:00
bsmedberg%covad.net
9512e8f354 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers
git-svn-id: svn://10.0.0.236/trunk@173628 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 12:58:57 +00:00
bzbarsky%mit.edu
e432476663 Make GetScopeOfObject() know about XPCNativeWrapper and get the scope of the
underlying XPCWrappedNative.  Bug 281988, r+sr+a=brendan


git-svn-id: svn://10.0.0.236/trunk@173627 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 05:09:56 +00:00
bzbarsky%mit.edu
a682db6b3c Fixing build bustage. Thanks to swalker for the heads-up
git-svn-id: svn://10.0.0.236/trunk@173626 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 04:47:28 +00:00
jwalden%mit.edu
a70616be28 Bug 258650 - Remove some unused files and the (useless) references to them from CSS. This is the image removal part, now that tinderboxen won't get horked. r=kmgerich, a=asa
git-svn-id: svn://10.0.0.236/trunk@173625 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 03:28:30 +00:00
brendan%mozilla.org
c1174d1919 Big patch from jst and me to beef up and automate, configurably, XPCNativeWrapper (281988, r+sr=bz/shaver, a=drivers).
git-svn-id: svn://10.0.0.236/trunk@173622 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 03:12:22 +00:00
mconnor%steelgryphon.com
fe970c16cb Bug 294815 - Possible to create a <browser> with no securityUI by accident, r=bz, a=brendan
git-svn-id: svn://10.0.0.236/trunk@173620 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 02:09:09 +00:00
robert%accettura.com
7ee72a1f3b Fix entity in pagination on reporter server. To trivial for a bug, not part of build.
git-svn-id: svn://10.0.0.236/trunk@173619 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 01:42:06 +00:00
bryner%brianryner.com
1cee43af71 Fix crash when closing a tab that contains an image (bug 294630). Patch by bz / beaufour, r+sr=me, a=dbaron.
git-svn-id: svn://10.0.0.236/trunk@173618 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 01:31:26 +00:00
timeless%mozdev.org
4a138c6985 Bug 294831 JS OOM crash [@ nsXBLPrototypeBinding::InitClass]
r=bz sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@173617 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 01:05:55 +00:00
robert%accettura.com
05af6bfd0e Bug #294808 Uncheck privacy policy agreement by default r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@173616 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-20 01:03:20 +00:00
sandeep.konchady%sun.com
7eea32a0a7 Added comment to all these files indicating that the version of NSS
mustbe updated every time NSS is updated.  This helps pick the right
version of NSS for JSS builds.


git-svn-id: svn://10.0.0.236/trunk@173614 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 22:56:30 +00:00
mozilla.mano%sent.com
c5fbb85644 Bug 264064 - Lose secure site indicators when customizing toolbars. patch from Richard Klein <richwklein@mchsi.com>, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@173613 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 22:52:26 +00:00
despotdaemon
1f5293c722 Pseudo-automatic update of changes made by henry.andrew@gmail.com.
git-svn-id: svn://10.0.0.236/trunk@173610 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 22:03:45 +00:00
roc+%cs.cmu.edu
ca943742c0 Fixing bustage.
git-svn-id: svn://10.0.0.236/trunk@173609 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 21:57:10 +00:00
bugzilla%arlen.demon.co.uk
2652a93dfa Bug 259325 build error on OpenBSD
p=ajschult@verizon.net r=benjamin sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@173607 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 21:49:42 +00:00
bugzilla%arlen.demon.co.uk
a1a2486612 Bug 294251 Spell as you type: Can not add entries to personal dictionary (persdict.dat) via popup
p=me r=neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173606 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 21:43:09 +00:00
roc+%cs.cmu.edu
d3ebd1725b Bug 293947. Add canvas API to render a DOM window to the canvas, including transparency support. r=vlad,sr=darin,a=asa
git-svn-id: svn://10.0.0.236/trunk@173605 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 21:28:58 +00:00
bugzilla%arlen.demon.co.uk
4668755255 Bug 293682 Hook up Virtual Folder Properties
p=me r=mnyromyr sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173604 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 21:23:54 +00:00
vladimir%pobox.com
c257ca8e95 b=294104, remove isUtc to explicit 'UTC' timezone, and change null timezone -> 'floating', r=shaver+pav
git-svn-id: svn://10.0.0.236/trunk@173603 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 21:14:24 +00:00
roc+%cs.cmu.edu
a2bd405e2d Bug 292657. Record 'need to resize' and 'need to move' separately so we don't forget to move GTK2 widgets. r+sr=blizzard,a=asa
git-svn-id: svn://10.0.0.236/trunk@173602 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 20:49:06 +00:00
bugzilla%arlen.demon.co.uk
fc04250cb4 Bug 279054 Document new proxy pref pane in Help
p=stefan_h@hem.utfors.se/giacomo.magnini@portalis.it r=me sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173598 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 20:28:09 +00:00
timeless%mozdev.org
c7cfab223a Bug 204336 missing space at messenger.properties
patch by bugzilla@standard8.demon.co.uk r=bienvenu sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173597 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 20:22:30 +00:00
timeless%mozdev.org
fc2304ece0 Bug 72781 rewrite getter_AddRefs(pAddressLists->ElementAt(j)) using QueryElementAt
patch by bugzilla@standard8.demon.co.uk r=bienvenu sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173596 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 20:21:17 +00:00
bugzilla%arlen.demon.co.uk
55699b356d Bug 127704 Help menu isn't Mac OS X-ish
p=stefan_h@hem.utfors.se r=kairo/bugs.mano sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173595 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 20:19:43 +00:00
bzbarsky%mit.edu
79f2b8e2c7 Fix crash if the DOM gets rearranged while we're parsing. Bug 294235,
r+sr=peterv, a=asa


git-svn-id: svn://10.0.0.236/trunk@173594 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 19:56:13 +00:00
bugzilla%arlen.demon.co.uk
ce1aaf4a73 Bug 26543 [Mac] Both Backspace and Delete keys should delete Bookmarks items
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173593 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 19:55:00 +00:00
steffen.wilberg%web.de
67e210c224 Bug 258997: Searching for a single character in help doesn't work, error: link has no properties. r=neil.parkwaycc.co.uk, a=asa
git-svn-id: svn://10.0.0.236/trunk@173592 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 19:45:13 +00:00
lpsolit%gmail.com
6ec52f8b8e Bug 294778: Unable to create new accounts when requirelogin is on - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@173591 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 19:40:22 +00:00
scott%scott-macgregor.org
d566a7dc31 Bug #294580 --> changing accounts in folder pane doesn't change the account manager screen
git-svn-id: svn://10.0.0.236/trunk@173590 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 19:39:10 +00:00
robert%accettura.com
4af2ae2daa Bug 294678 - Change Website to "web site" throughout Reporter p=jwalden+bmo@mit.edu r=me a=asa
git-svn-id: svn://10.0.0.236/trunk@173589 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 19:28:07 +00:00
jwalden%mit.edu
fff739fb5c Bug 258650 - Remove some unused files and the (useless) references to them from CSS. r=kmgerich, a=asa
git-svn-id: svn://10.0.0.236/trunk@173588 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 18:59:10 +00:00
jwalden%mit.edu
ad07da820d Bug 294232 - Actually do searches through defined search datasources. r=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@173587 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 18:29:28 +00:00
despotdaemon
9e306a03d3 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173586 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 17:53:16 +00:00
wtchang%redhat.com
a04b387e63 Bugzilla bug 293438: use -fvisibility=hidden, without wrapped system
headers and without gcc_hidden.h, because we can't build on Linux x86-64
with the GCC visibility pragmas. r=bryner.


git-svn-id: svn://10.0.0.236/trunk@173584 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 17:37:23 +00:00
mrbkap%gmail.com
720c6e3fc5 bug 38174: Open transient styles before <li> tags so that bullets and list numbers inherit the proper styles when there is a <font> on the RS stack. r=bzbarsky sr=brendan a=asa
git-svn-id: svn://10.0.0.236/trunk@173582 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:36:39 +00:00
masayuki%d-toybox.com
dfa047babb Bug 294357 Firefox and Thunderbird load a lot of trash in the registry and don't clean it up again r=benjamin, a=asa
git-svn-id: svn://10.0.0.236/trunk@173581 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:34:27 +00:00
bienvenu%nventure.com
453d7d97d2 fix hang on exit with imap empty trash or expunge inbox with servers that support idle, 246909, sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@173580 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:28:16 +00:00
neil%parkwaycc.co.uk
3558418aa6 Bug 293679 Hide Compact This Folder for virtual folders r+sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@173579 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:27:49 +00:00
bzbarsky%mit.edu
9f18035c83 Update focus and hover state correctly when an _ancestor_ of the current focus
or hover content is removed from the DOM.  Bug 293914, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@173578 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:18:32 +00:00
neil%parkwaycc.co.uk
6bc795d0bd Bug 293427 Tabbed browser prefs panel small fonts tweak r=IanN sr=jag a=asa
git-svn-id: svn://10.0.0.236/trunk@173577 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:14:41 +00:00
bzbarsky%mit.edu
5061af9215 Back out the patch for bug 211128 to fix bug 293639. r=sicking, sr=peterv, a=asa
git-svn-id: svn://10.0.0.236/trunk@173576 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:12:13 +00:00
tor%cs.brown.edu
bdf87bc183 Bug 292844 - <svg> using display:block, but is ideally a replaced element.
r=bzbarsky, a=asa


git-svn-id: svn://10.0.0.236/trunk@173575 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:07:06 +00:00
tor%cs.brown.edu
8d0d2538d3 Bug 267657 - clicking on a svg <a> causes a new window to open.
Patch by neil@parkwaycc.co.uk, r=bzbarsky, a=asa.


git-svn-id: svn://10.0.0.236/trunk@173574 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:02:44 +00:00
bzbarsky%mit.edu
5941c13f90 Process some more menu-related attribute changes synchronously for now. Bug
262031, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@173573 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 16:01:25 +00:00
mvl%exedo.nl
e40face3f5 more valid->isValid changes. bug 290761
git-svn-id: svn://10.0.0.236/trunk@173572 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 14:47:02 +00:00
Olli.Pettay%helsinki.fi
0be68a306d Bug 294676 - Alerts firing for valid ancestors, r=aaronr+doronr, a=mkaply. NPOTB
git-svn-id: svn://10.0.0.236/trunk@173571 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 14:39:33 +00:00
mvl%exedo.nl
c5085b835f Bug 257641 Sunbird: multi week view shows different behaviour by changing the # of weeks.
patch by jminta@gmail.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173570 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 13:37:00 +00:00
mvl%exedo.nl
eb1981c266 Bug 290761 calIDateTime: rename valid to isValid.
patch by gekacheka@yahoo.com, r=vladimir


git-svn-id: svn://10.0.0.236/trunk@173569 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 13:29:48 +00:00
mvl%exedo.nl
a05e1ba8af Bug 293788 General preferences (calendarPref.xul) not stored/preserved.
patch by jminta@gmail.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173568 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-19 13:20:11 +00:00
sandeep.konchady%sun.com
2c128dd051 Modified the way MANIFEST.MF file was being generated. I now use perl
to open a file and write to it instead of execing a system command.
This is in response to build failure when rsh to a Windows machine.


git-svn-id: svn://10.0.0.236/trunk@173558 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 22:18:15 +00:00
wtchang%redhat.com
ad2204a5aa Moved code that only applies to MSVC to the MSVC section. The patch is
contributed by Howard Chu <hyc@symas.com>. r=wtc.  (See Bugzilla bug
294122 comment 35.)


git-svn-id: svn://10.0.0.236/trunk@173555 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 21:49:45 +00:00
scott%scott-macgregor.org
c1d91cc601 Bug #288110 --> Some RSS items cause a corruption in the message display window
strip html tags when extracting a description from RSS feeds without titles.

Patch by Robert Sayre <sayrer@gmail.com>


git-svn-id: svn://10.0.0.236/trunk@173551 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 20:56:19 +00:00
darin%meer.net
426c53829d fixes bug 294405 "First launch of application results in 'usage' dialog being shown" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@173546 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 17:53:53 +00:00
doronr%us.ibm.com
bec5687447 Bug 292634 - nsSchemaLoader does not handle ref=ns:type correctly. r/sr=peterv,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173545 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 15:34:25 +00:00
bsmedberg%covad.net
25a0bd0b50 Backout the make-diskimage changes from bug 287262, since they are causing problems on seamonkey tinderbox "barcelona". r+a=chase
git-svn-id: svn://10.0.0.236/trunk@173544 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 14:19:36 +00:00
bsmedberg%covad.net
e5f9f2f106 Bug 294150 - 50% Ts regression since bug 293461 - This is due to profiles created with -createProfile not having an "extensions" directory, and the provider never bothered to create one. r=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@173543 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 14:08:34 +00:00
mconnor%steelgryphon.com
848e85a2b2 bug 294324 - scrolling performance regression, patch by roc, r+sr=bz, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173542 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 14:02:20 +00:00
robert%accettura.com
c58b254b56 Bug 294543 Reporter Doesn't get the Correct Product Name r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@173541 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 13:49:34 +00:00
mostafah%oeone.com
e20ea203d1 Updated translation
git-svn-id: svn://10.0.0.236/trunk@173540 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 12:00:56 +00:00
jag%tty.nl
69ac719674 Attempt to fix btek bustage
git-svn-id: svn://10.0.0.236/trunk@173539 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 09:54:04 +00:00
bryner%brianryner.com
21aaa03d4c Fix save/restore of form control contents when reloading (bug 294258). r=sicking, sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@173536 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 04:32:12 +00:00
vladimir%pobox.com
95a4ea2120 b=294400, fix mac image handling; 293221, default canvas values; 294572, mac image rendering issues. r+a=shaver
git-svn-id: svn://10.0.0.236/trunk@173535 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 03:58:01 +00:00
bryner%brianryner.com
7d8cc2fcc3 Fix save/restore of form control contents when reloading (bug 294258). r=sicking, sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@173534 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 03:52:33 +00:00
wtchang%redhat.com
f7f11ce486 Bugzilla Bug 294071: removed out-of-date comments and dead code. r=nelsonb.
git-svn-id: svn://10.0.0.236/trunk@173532 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-18 00:03:11 +00:00
tor%cs.brown.edu
a385e5ec01 Bug 288265 - saving svg page messing up viewBox attributes.
r=jwatt, src=bzbarsky, a=dveditz


git-svn-id: svn://10.0.0.236/trunk@173531 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 22:52:33 +00:00
darin%meer.net
da551a39ea fixes bug 292469 "Can't run XULRunner applications from a path with spaces in it" r=bsmedberg a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173527 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 21:55:15 +00:00
aaronleventhal%moonset.net
248c8d6370 Bug 294180. MSAA positional descriptions wrong for radio buttons in HTML form. r=timeless, sr=bz, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173526 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 21:50:27 +00:00
wtchang%redhat.com
48935af23b Bugzilla Bug 294333: enable building on Windows Me with Cygwin. Thanks
to Jacek Piskozub <piskozub@iopan.gda.pl> for reporting the bug and
verifying the fix.  r=cls,nelsonb.


git-svn-id: svn://10.0.0.236/trunk@173523 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 21:26:14 +00:00
sandeep.konchady%sun.com
cd9921c879 Modified build_java.pl to create a MANIFEST.MF file with JSS product
version information.  This is then added to xpclass(_dbg).jar using
jar -tvf in place of zip -R.

Modified all.pl to execute a new test that checks for product package
version information in jss4.jar as well as compare this to the version
of library (libjss4.so or jss4.dll) being used.  This helps in consistency
check for jss jar and associated lib.

Added a new test JSSPackaeTest.java that reads MANIFEST.MF from jss jar
to fetch product version information.


git-svn-id: svn://10.0.0.236/trunk@173522 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 21:15:12 +00:00
mvl%exedo.nl
820c6093b1 fix undefined variable i. r=vlad, no bug, npotb
git-svn-id: svn://10.0.0.236/trunk@173521 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 20:09:05 +00:00
Olli.Pettay%helsinki.fi
1fad45d742 Bug 294277, Support 'inline' <alert>s, r=aaronr+doronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173520 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 20:04:08 +00:00
brendan%mozilla.org
f2715b2804 Unregress __noSuchMethod__ for 1.8b2.
git-svn-id: svn://10.0.0.236/trunk@173519 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 20:01:28 +00:00
bryner%brianryner.com
d821543dff fix vc6 debug build bustage, r=darin
git-svn-id: svn://10.0.0.236/trunk@173518 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 19:15:17 +00:00
mozilla.mano%sent.com
13df001ff5 Bug 294290 - Port patch from bug 225563 to toolkit (keyboard activation of <html:a> in an XUL page needs to prevent activation of the default OK button). patch from Gavin Sharp <gavin.sharp.gmail.com> r=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@173517 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 18:02:04 +00:00
brendan%mozilla.org
aa2ce9884b Another 293782 followup, to restore lost perf in call_enumerate (called from js_PutCallObject, imp. for closure perf).
git-svn-id: svn://10.0.0.236/trunk@173516 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 17:44:57 +00:00
julien.pierre.bugs%sun.com
2afe80f1b2 Rename NEXT_ITERATION macro to NEXT_USAGE to make code clearer
git-svn-id: svn://10.0.0.236/trunk@173515 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 17:41:17 +00:00
cls%seawood.org
50c3504046 Check the "yes" case for --with-system-foo options
Bug #288340 r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@173514 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 17:30:07 +00:00
bienvenu%nventure.com
277c3a152c fix sending to a mailing list, sr=mscott, tbird only 294107
git-svn-id: svn://10.0.0.236/trunk@173513 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 17:29:28 +00:00
smfr%smfr.org
d0890eaf5e Fix bug 292694 (Go menu missing history on Tiger) and improving history menu display performance (bug 291414). Fix both by not relying on [NSMenu update] to rebuild the menu, but by using a Carbon Event which fires on menu display.
git-svn-id: svn://10.0.0.236/trunk@173512 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 16:47:22 +00:00
bzbarsky%mit.edu
64ecd3dca4 Drop our ref to the event queue once we're done with it, just in case. Bug
290969, r+sr=darin, a=brendan


git-svn-id: svn://10.0.0.236/trunk@173511 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 16:27:52 +00:00
mrbkap%gmail.com
46f4abf94f bug 294402: Change some unnecessary assertions into warnings. r=brendan sr=bzbarsky a=brendan
git-svn-id: svn://10.0.0.236/trunk@173510 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 16:27:21 +00:00
mvl%exedo.nl
8635c8e4e5 update calendar properties dialog for the changed locale file. Also remove some dos line endings.
git-svn-id: svn://10.0.0.236/trunk@173509 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 15:13:16 +00:00
edburns%acm.org
0a89a34a27 Remove debugging printfs.
Have browser window visible, but no content pane.


git-svn-id: svn://10.0.0.236/trunk@173508 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 13:12:45 +00:00
allan%beaufour.dk
a61b59332d Only send the xforms-value-changed event to the correct controls, not everything. Bug 293579, r=smaug+me, a=mkaply, patch by aaronr, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173507 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 12:10:08 +00:00
allan%beaufour.dk
89c8cacb04 Fix timing issues wrt. model placement. Bug 283737, r=smaug+me, a=mkaply, patch by aaronr@us.ibm.com, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173506 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 11:30:43 +00:00
axel%pike.org
9edef9e18b bug 293129, ab-CD extension translations dont work with short locales, r=bsmedberg, sr=shaver, a=asa
git-svn-id: svn://10.0.0.236/trunk@173505 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 09:24:16 +00:00
edburns%acm.org
79fb88819e cocoa-seems-to-work
git-svn-id: svn://10.0.0.236/trunk@173503 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 04:38:38 +00:00
bzbarsky%mit.edu
db61e09837 Fix list renumbering regression. Bug 293070, r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@173502 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 03:15:14 +00:00
brendan%mozilla.org
605a13bf22 Comment tweak.
git-svn-id: svn://10.0.0.236/trunk@173501 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 03:00:49 +00:00
brendan%mozilla.org
3c6f97aa3e Remove harmless but not-ready-for-prime-time stuff that tagged along with the last checkin.
git-svn-id: svn://10.0.0.236/trunk@173500 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 02:57:26 +00:00
brendan%mozilla.org
0e92920eef Duh.
git-svn-id: svn://10.0.0.236/trunk@173499 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 02:41:04 +00:00
brendan%mozilla.org
3abcebe4b0 Followup patch for bug 293782 etc., to unregress 137000 (r/a=shaver).
git-svn-id: svn://10.0.0.236/trunk@173498 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 01:06:35 +00:00
darin%meer.net
70ed2b47b7 fix debug build bustage introduced by the patch for bug 293461
git-svn-id: svn://10.0.0.236/trunk@173497 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-17 00:58:08 +00:00
darin%meer.net
c4718754e7 fixes bug 293548 "Provide windows registry install location for extensions" r=bsmedberg, sr+a=beng
git-svn-id: svn://10.0.0.236/trunk@173496 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 23:48:20 +00:00
mkanat%kerio.com
debee7f620 Bug 290677: Index rename time estimate is too short on large sites
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173493 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 23:45:27 +00:00
lpsolit%gmail.com
42b8d67eb5 Bug 294368: Wrong tense used in sentence in delete components/products - Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@173491 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 23:39:17 +00:00
darin%meer.net
eefab471a9 fix windows build bustage
git-svn-id: svn://10.0.0.236/trunk@173490 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 23:34:11 +00:00
darin%meer.net
093c230ada fixing VC6 build bustage
git-svn-id: svn://10.0.0.236/trunk@173486 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 23:00:47 +00:00
vladimir%pobox.com
393687f4b2 b=294228, make static builds with canvas but no svg work, r+a=shaver
git-svn-id: svn://10.0.0.236/trunk@173485 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 23:00:30 +00:00
dougt%meer.net
5f87dd57ca Removing printf and debug output from release builds. Not part of default build
git-svn-id: svn://10.0.0.236/trunk@173480 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 21:59:11 +00:00
dougt%meer.net
f9c564d590 Fixing WinCE Bustage. r=darin
git-svn-id: svn://10.0.0.236/trunk@173479 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 21:33:33 +00:00
cltbld
c35e6f7017 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@173478 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 21:25:43 +00:00
jay%mozilla.org
93a6d9a4ec Add reporter to MOZ_EXTENSIONS_DEFAULT list, Bug 285653
git-svn-id: svn://10.0.0.236/trunk@173477 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 21:24:00 +00:00
darin%meer.net
c490fdf11e fixes bug 292981 "Provide a scriptable interface to the Windows registry" r=neil,dougt a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173476 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 21:23:09 +00:00
despotdaemon
fea271e5fb Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173475 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 20:44:52 +00:00
jwalden%mit.edu
025bf3e2e5 Bug 294121 - Make nc:platform a whitespace-separated list of values in content pack RDF (for both Seamonkey and toolkit help viewers). r/sr=neil, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173474 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 20:31:32 +00:00
roc+%cs.cmu.edu
92fc005e2b Bug 292690. Don't expand block width to MEW, that makes no sense. r+sr=dbaron,a=shaver
git-svn-id: svn://10.0.0.236/trunk@173473 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 19:49:41 +00:00
bzbarsky%mit.edu
6e4135c78f Fix mathml attribute sheet creation to correctly insert the @namespace rule.
Bug 289677, r+sr=rbs, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173472 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 17:01:21 +00:00
bsmedberg%covad.net
0a680b0325 Bug 293736 - Firefox l10n build script Mac OS X en-GB tries to move en.lproj to en.lproj; patch by Martin 'MMx' Creutziger <mmx_bugzilla@c-comm.de> r=gandalf+me a=shaver
git-svn-id: svn://10.0.0.236/trunk@173471 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 16:50:50 +00:00
mostafah%oeone.com
ab1030fba8 Updated translation
git-svn-id: svn://10.0.0.236/trunk@173470 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 16:16:13 +00:00
edburns%acm.org
db0d2ab21e Turns out the problem with the CocoaBrowserControlCanvas
was that I was incorrectly interpreting the return value from
Lock().

This works.  Next step is to solve the nsWindow.cpp problem.


git-svn-id: svn://10.0.0.236/trunk@173469 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 13:39:22 +00:00
mostafah%oeone.com
2a955718cb Removed DOS line endings
git-svn-id: svn://10.0.0.236/trunk@173468 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 12:48:53 +00:00
mostafah%oeone.com
dfd4afefdf Checked in patch for bug 273252: Description in timezone preferences not able to localize
Patch by sipaq. r=mostafah.


git-svn-id: svn://10.0.0.236/trunk@173467 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 12:47:40 +00:00
mozilla.mano%sent.com
3945514e98 Bug 259479 - Inconsistent tooltip labels in EM. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=shaver.
git-svn-id: svn://10.0.0.236/trunk@173466 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 12:44:21 +00:00
masayuki%d-toybox.com
12de2a8c99 Bug 292734 fail to build defined KE_DEBUG on Win32 r=emaijala, sr=bzbarsky, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173465 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 11:17:45 +00:00
jay%mozilla.org
09d0679dc0 deleted lines that were commented out from previous checkin
git-svn-id: svn://10.0.0.236/trunk@173464 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 07:03:28 +00:00
jay%mozilla.org
c6ecf0e0fb bsmedberg's reporter fix, a=asa r=chase sr=bryner Bug 285653
git-svn-id: svn://10.0.0.236/trunk@173463 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-16 06:25:06 +00:00
roc+%cs.cmu.edu
86fb15307d Bug 293453. Hack scrolled frame NS_FRAME_OUTSIDE_CHILDREN to work around event handling bug. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@173462 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 23:04:45 +00:00
brendan%mozilla.org
28e9ee6cb0 Fast followup to last checkin (bug 293782) to unregress 238881.
git-svn-id: svn://10.0.0.236/trunk@173461 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 22:38:12 +00:00
robert%accettura.com
3a9187cb46 Bug 293253 - Reporter's privacy statement checkbox labeled very badly a=asa, no r just a string change.
git-svn-id: svn://10.0.0.236/trunk@173460 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 18:56:04 +00:00
robert%accettura.com
589e1b6287 Bug 293254 Reporter fails to open privacy policy on suite r=neil.parkwaycc.co.uk a=asa
git-svn-id: svn://10.0.0.236/trunk@173459 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 18:50:13 +00:00
brendan%mozilla.org
54dd7af210 Hide function arg/var properties, to hide pre-ECMA design decision that horks ECMA-conformance and sanity in multiple cases (293782 and its deps, r+a=shaver).
git-svn-id: svn://10.0.0.236/trunk@173458 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 18:24:31 +00:00
darin%meer.net
988e9415b5 fixes bug 250691 "Disable LMv1 hash by default" r=cneberg, sr=bryner, a=asa
git-svn-id: svn://10.0.0.236/trunk@173457 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 17:38:58 +00:00
darin%meer.net
d898f05ca0 fixes bug 291882 "Make nsXREDirProvider handle unknown CSIDL_LOCAL_APPDATA" r=bsmedberg, a=asa
git-svn-id: svn://10.0.0.236/trunk@173456 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 17:33:14 +00:00
darin%meer.net
a4c2fc09ea fixes bug 278885 "cache access denied from (ntlm) proxy on websites that require basic authentication" patch by jr@eenterphace.org, r+sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@173455 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 17:30:56 +00:00
bob%bclary.com
e50fd8b363 Function arguments, variables should be hidden as Function properties, test by Jonathan Watt
git-svn-id: svn://10.0.0.236/trunk@173454 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 17:26:52 +00:00
axel%pike.org
a20376aad9 bug 291123, remove unused MOZ_THREADSAFE_RDF, NPODB, r=bsmedberg, sr,a=brendan
git-svn-id: svn://10.0.0.236/trunk@173453 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 17:19:57 +00:00
bob%bclary.com
6f35bf62c5 Test crash during String.replace when accessing String methods on backreferences
git-svn-id: svn://10.0.0.236/trunk@173452 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 17:04:00 +00:00
bob%bclary.com
c55942dae7 Test crash bug 294191, testcase by shutdown@ayassi.zzn.com
git-svn-id: svn://10.0.0.236/trunk@173451 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 16:38:46 +00:00
bryner%brianryner.com
b3fad70a54 Fix crash with fast-back enabled when a reload wipes out a cached docshell (bug 293534). r+sr=bzbarsky, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@173450 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-15 00:30:02 +00:00
aaronleventhal%moonset.net
faa0771d5c Bug 287738. Text nodes that start new line were sometimes not being exposed to MSAA/ATK. r=timeless, sr=bz, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173449 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 15:23:30 +00:00
aaronleventhal%moonset.net
c5d50b5bd4 Bug 294073. Expose correct unique ID's in ISimpleDOMNode that match negative child ID's returned for MSAA events. r=timeless, sr=bz, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173448 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 15:18:45 +00:00
vladimir%pobox.com
2f0ce9216d b=294134, fix canvas premultiplied alpha handling, r=pavlov
git-svn-id: svn://10.0.0.236/trunk@173447 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 08:31:23 +00:00
mozilla.mano%sent.com
473b9c6e67 Bug 293810 - [Mac] Lots of cmd+shift combinations opens Help viewer. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@173446 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 08:13:19 +00:00
mozilla.mano%sent.com
8045a35d15 Bug 283987 - No warning when closing multiple tabs in full screen. patch from Mook <mook.moz@gmail.com>, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@173445 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 08:09:45 +00:00
smfr%smfr.org
d0097d59f2 Put global history on the Go menu, implemented using the HistoryDataSource this time. Bugs 179676 and 291414.
git-svn-id: svn://10.0.0.236/trunk@173442 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 05:30:47 +00:00
bzbarsky%mit.edu
f5287400e2 Use the document as the context, not the node, since trying to JS-wrap the node
will reenter XBL loading.  Bug 293778, r+sr=jst, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173439 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 02:55:41 +00:00
steffen.wilberg%web.de
3f4f0afee0 Bug 292269: document the new 'Options' button on the blocked popup info bar. r=jeff, a=asa
git-svn-id: svn://10.0.0.236/trunk@173430 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 00:38:17 +00:00
dveditz%cruzio.com
9289913182 bug 287618 case shouldn't matter for default pref files, r=bsmedberg,sr=darin,a=asa
git-svn-id: svn://10.0.0.236/trunk@173426 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 00:30:08 +00:00
steffen.wilberg%web.de
a4c508b20b Bug 291367: document changes to the back/forward keyboard shortcuts. r=jeff, a=asa
git-svn-id: svn://10.0.0.236/trunk@173425 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-14 00:27:17 +00:00
dveditz%cruzio.com
7792b0edf7 bug 292691 plug IconURL and history.back() XSS exploits fixed in firefox 1.0.4
docshell patch by jst, r=bz,brendan;sr=dveditz,shaver;a=asa
xpinstall patch by dveditz and vlad; r=vlad,jst; sr=jst,shaver; a=asa


git-svn-id: svn://10.0.0.236/trunk@173419 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 23:08:09 +00:00
jshin%mailaps.org
f5ad7abd68 bug 293301 : rendering of text in non-Western encoding is broken (r=sfraser, mano, sr=sfraser, a1.8b2/a1.1a = asa)
git-svn-id: svn://10.0.0.236/trunk@173416 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 22:50:23 +00:00
scott%scott-macgregor.org
a3af308b16 Bug #195224 ---> Remove the More and Fewer buttons from Thunderbird's search and filter dialogs, replacing them with +/- buttons for each search term row. This allows the user to have more control about which rows should be added or removed. r=stefan sr=neil a=asa
git-svn-id: svn://10.0.0.236/trunk@173413 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 22:44:59 +00:00
bugzilla%arlen.demon.co.uk
cf90b2fdbc Bug 291799 Implement Spell as you Type for mailnews
p=me r=neil.parkwaycc.co.uk/mnyromyr sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173406 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 22:01:44 +00:00
bzbarsky%mit.edu
d2c4b98d58 Fix the "move" commands in EM. Bug 251100, patch by Robert Strong
<moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa


git-svn-id: svn://10.0.0.236/trunk@173403 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:31:02 +00:00
vladimir%pobox.com
b180be7c31 b=294078, build failure in nsCalendarAPP due to XRE structure change
git-svn-id: svn://10.0.0.236/trunk@173401 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:27:18 +00:00
bugzilla%arlen.demon.co.uk
045cb9cdc3 Bug 293691 Need icon for Virtual Folder / Saved Searches in classic / modern themes
p=me r=kairo sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173400 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:23:12 +00:00
scott%scott-macgregor.org
d5876ee4c6 back out an accidental checkin
git-svn-id: svn://10.0.0.236/trunk@173399 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:22:31 +00:00
scott%scott-macgregor.org
6d1f3f6eec Bug #290237 --> Add junk mail UI to honor server based spam headers. For now, export a spam assasin filter.
We'll add more later.

sr=bienvenu
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@173398 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:22:30 +00:00
ben%bengoodger.com
2decaa33f2 294082 - dom_canvas.xpt is not packaged with installer on windows/linux meaning canvas does not work in release builds... r+sr+a=shaver
git-svn-id: svn://10.0.0.236/trunk@173396 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:19:55 +00:00
bugzilla%arlen.demon.co.uk
c197f15688 Bug 293679 Hide folder pane context menu items for virtual folders
p=me r=neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173394 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:14:46 +00:00
bugzilla%arlen.demon.co.uk
c46de73200 Bug 293089 Context menu for saved search folder doesn't include delete search
p=me r=mnyromyr sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173393 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 21:08:23 +00:00
timeless%mozdev.org
23bad15ef6 Bug 95520 Addressbook sidebar tab should be on by default
patch by blake r=neil sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@173392 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 20:53:58 +00:00
bzbarsky%mit.edu
7a640d84e2 Remove incorrect semicolon. Bug 289050, patch by lvcipriani@yahoo.com, r=jan,
sr=bzbarsky, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173391 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 20:25:34 +00:00
bzbarsky%mit.edu
b0ce4094bf Add a document api to prevent onload from firing too early. Bug 293818,
r=darin, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@173388 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:54:28 +00:00
bsmedberg%covad.net
3db506fbed Bug 286108 - build Thunderbird locales from CVS: repackaging and installer changes to match the Firefox packaging process r=gandalf+mscott a=asa
git-svn-id: svn://10.0.0.236/trunk@173387 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:54:01 +00:00
bsmedberg%covad.net
e7f7acab0d Bug 287262 part 27 - build browserconfig.properties from a locale-dependent makefile r=gandalf a=asa
git-svn-id: svn://10.0.0.236/trunk@173386 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:52:27 +00:00
dougt%meer.net
06968e1d60 Adding spatialnavigation to allmakefiles. rs=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@173385 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:47:56 +00:00
bzbarsky%mit.edu
6bb181f495 Protect against sizeToContent being called on windows with no content a bit.
Bug 293781, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@173384 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:47:38 +00:00
bzbarsky%mit.edu
c310faeb5a Use expat's doctype parsing now that it does it. Bug 288133, r+sr=peterv, a=asa
git-svn-id: svn://10.0.0.236/trunk@173383 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:45:43 +00:00
dougt%meer.net
33d689099e Inital checkin of Spatial Navigation. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@173382 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:42:15 +00:00
despotdaemon
95b53b2492 Pseudo-automatic update of changes made by mozilla@colinogilvie.co.uk.
git-svn-id: svn://10.0.0.236/trunk@173379 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:22:01 +00:00
despotdaemon
525d6b8994 Pseudo-automatic update of changes made by mozilla@colinogilvie.co.uk.
git-svn-id: svn://10.0.0.236/trunk@173378 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:21:39 +00:00
despotdaemon
5f1d03d51b Pseudo-automatic update of changes made by mozilla@colinogilvie.co.uk.
git-svn-id: svn://10.0.0.236/trunk@173377 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 19:20:55 +00:00
scott%scott-macgregor.org
8395658391 Bug #195224 ---> Remove the More and Fewer buttons from Thunderbird's search and filter dialogs, replacing them with +/- buttons
for each search term row. This allows the user to have more control about which rows should be added or removed.

r=stefan
sr=neil
a=asa


git-svn-id: svn://10.0.0.236/trunk@173371 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 18:40:02 +00:00
tor%cs.brown.edu
505677c0a3 Bug 293459 - crash on some svg if missing gdi+. r=scooter, a=asa.
git-svn-id: svn://10.0.0.236/trunk@173370 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 18:27:28 +00:00
despotdaemon
b49202c908 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173369 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 17:57:14 +00:00
bzbarsky%mit.edu
27a294faff Removing bogus semicolon. Bug 289051, problem found by lvcipriani@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@173368 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 17:49:43 +00:00
brendan%mozilla.org
1125e77077 Fix another scripts+runtime survive a zero-context condition bug reported by MikeM@RetekSolutions.com.
git-svn-id: svn://10.0.0.236/trunk@173367 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 17:47:04 +00:00
jshin%mailaps.org
4446bd07e4 bug 291320 : reply to mail with raw 8bit characters in the subject results in an empty subject line patch by Jean-Marc Desperrier (r=me, sr=bienvenu, a=shaver)
git-svn-id: svn://10.0.0.236/trunk@173366 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 17:46:06 +00:00
despotdaemon
e300d7ae90 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173365 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 17:35:07 +00:00
despotdaemon
9db446228f Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173364 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 16:59:59 +00:00
tor%cs.brown.edu
f13ad6c511 Bug 293558 - CairoGradient can use an unitialized gradient.
Patch by scootermorris@comcast.net, r=tor, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173363 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 16:07:33 +00:00
aaronleventhal%moonset.net
9a309b46a3 Bug 290355. Fix MSAA events related to trees and initial focus in windows, r=timeless, sr=neil, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173362 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 14:47:48 +00:00
aaronleventhal%moonset.net
4e5c1d3055 Bug 280159. Make find bar's highlight button keyboard shortcut an accesskey mnemonic so that it is discoverable for keyboard users, and so that it also works with find as you type. Ctrl+enter reverts back to its previous single meaning of open in new tab. r=mconnor, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173361 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 14:32:38 +00:00
mostafah%oeone.com
229cffc0dc Updated translation
git-svn-id: svn://10.0.0.236/trunk@173359 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 14:27:07 +00:00
axel%pike.org
d51f6b172a adding sq (albanian) to the l10n builds
git-svn-id: svn://10.0.0.236/trunk@173358 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 09:05:47 +00:00
edburns%acm.org
ba350c1664 Checkpoint for mac os x reactivation.
Having trouble with the implementation of getHandleToPeer.

Current problem is that JAWT_DrawingSurface->Lock() is failing.

Why would that be?


git-svn-id: svn://10.0.0.236/trunk@173357 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 06:40:12 +00:00
wtchang%redhat.com
16ed34f985 Bugzilla Bug 273336: fixed an incorrect variable name.
git-svn-id: svn://10.0.0.236/trunk@173356 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-13 01:42:35 +00:00
mkanat%kerio.com
4bf0c766da Bug 292492: [BUGZILLA] Integrate bzbot's ability to receive and report bugmail into Bugzilla.bm
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin


git-svn-id: svn://10.0.0.236/trunk@173355 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 22:47:21 +00:00
vladimir%pobox.com
d402e4cb98 b=293267, fix canvas rendering speed, r+sr=bz,a=shaver
git-svn-id: svn://10.0.0.236/trunk@173353 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 21:34:56 +00:00
vladimir%pobox.com
75ab765e59 b=293563, standalone/firefox lightning hack, r=shaver; also small fix to minimonth date clicking
git-svn-id: svn://10.0.0.236/trunk@173352 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 21:34:27 +00:00
vladimir%pobox.com
2c678cc820 setTimeInTimezone really /does/ work, it turns out... so let's not use it here. r=shaver
git-svn-id: svn://10.0.0.236/trunk@173351 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 21:09:11 +00:00
bzbarsky%mit.edu
2e6c4b317a Fix bug 293588 -- make sure to not store form data in the wrong session history
entry.  r+sr=bryner, a=brendan


git-svn-id: svn://10.0.0.236/trunk@173350 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 20:53:33 +00:00
despotdaemon
2cd423efaa Pseudo-automatic update of changes made by cedric.corazza@wanadoo.fr.
git-svn-id: svn://10.0.0.236/trunk@173349 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 20:31:36 +00:00
despotdaemon
a45f8b7119 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173348 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 20:20:47 +00:00
vladimir%pobox.com
9e5f357bf6 fix for homegrown transfer_bindings
git-svn-id: svn://10.0.0.236/trunk@173347 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 20:11:41 +00:00
bzbarsky%mit.edu
5bee80b03f Use the right langgroup when getting the font metrics for drawing text
decorations.  Bug 210330, patch by Uri Bernstein <uriber@gmail.com>,
r=smontagu, sr=bzbarsky, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@173346 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 20:02:33 +00:00
vladimir%pobox.com
0b97bc89ef storage bugfix
git-svn-id: svn://10.0.0.236/trunk@173342 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 19:34:22 +00:00
brendan%mozilla.org
b5d8775a4b Flag Script-object compilation so it deoptimizes fully (291213, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@173341 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 19:34:13 +00:00
lpsolit%gmail.com
a7ff24865c Bug 293901: cannot specify the QA contact using bug_email.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dberlin a=justdave
git-svn-id: svn://10.0.0.236/trunk@173340 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 19:18:00 +00:00
justdave%bugzilla.org
ee61219574 Bump version number to 2.19.3+ for development
git-svn-id: svn://10.0.0.236/trunk@173338 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 18:54:01 +00:00
dbaron%dbaron.org
e2f3b63eb9 Fix bug 293671. r=caillon sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@173335 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 18:26:41 +00:00
dbaron%dbaron.org
87a51ef2c0 Cleaner fix for bug 290036. b=290949 r=dveditz sr=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@173334 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 18:20:07 +00:00
lpsolit%gmail.com
4eee1508cb Bug 237774: The text "bug 0" auto-linkifies to "<missing bug number>" - Patch by Nick Barnes <nb+bz@ravenbrook.com> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@173332 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 17:52:46 +00:00
bsmedberg%covad.net
877167b9b7 Bustage fix from bug 293461 -- I'm really stupid, I test-compiled the wrong tree.
git-svn-id: svn://10.0.0.236/trunk@173331 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 17:40:03 +00:00
lpsolit%gmail.com
7fd3e5d773 Bug 293907: remove tabs from bug_email.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
git-svn-id: svn://10.0.0.236/trunk@173330 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 17:26:26 +00:00
robert%accettura.com
cf3124ecb3 Bug 293854 don't use relative links in footer. NPOTB
git-svn-id: svn://10.0.0.236/trunk@173329 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 17:18:00 +00:00
bienvenu%nventure.com
e25e5c604f fix 288534 when using imap draft folder, old drafts sometimes not removed, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173327 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 17:11:29 +00:00
darin%meer.net
edb0a57a3f fixes bug 290982 "Disallow viewsource:javascript and jar:viewsource URLs" r=dveditz sr=jst a=dbaron
git-svn-id: svn://10.0.0.236/trunk@173326 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 15:20:43 +00:00
mvl%exedo.nl
599f5dd2c8 use the right statement. bustage fix. r=shaver.
git-svn-id: svn://10.0.0.236/trunk@173325 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 14:20:51 +00:00
bsmedberg%covad.net
33f1fefae1 Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa
git-svn-id: svn://10.0.0.236/trunk@173324 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 13:23:30 +00:00
vladimir%pobox.com
99fa9e4669 added versioned sql schemas
git-svn-id: svn://10.0.0.236/trunk@173323 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 05:56:09 +00:00
vladimir%pobox.com
946377a33d b=293707, updates to storage provider; calendar manager database locked fix, rish=shaver
git-svn-id: svn://10.0.0.236/trunk@173322 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 05:54:44 +00:00
timeless%mozdev.org
998644a629 Bug 293846 NS_IMETHODIMP nsJSRuntimeServiceImpl::GetBackstagePass returns nsnull on failure
r=shaver sr=shaver a=shaver


git-svn-id: svn://10.0.0.236/trunk@173316 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 03:55:41 +00:00
mkanat%kerio.com
7ed52ca974 Up version to 2.19.3 for release of 2.18.1.
git-svn-id: svn://10.0.0.236/trunk@173311 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 02:51:04 +00:00
mkanat%kerio.com
0830f4190a Bug 287109: [SECURITY] Names of private products/components can be exposed on certain CGIs
Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173309 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 02:07:10 +00:00
mkanat%kerio.com
4ffb7300db Bug 287436: [SECURITY] After having logged in, links to change the report type contain username and password
Patch By Marc Schumann <wurblzap@gmail.com> r=gerv, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173308 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 01:54:08 +00:00
vladimir%pobox.com
5493a9645b b=293707, update storage calendar, partial (mozStorage-only) commit, r=shaver
git-svn-id: svn://10.0.0.236/trunk@173307 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 01:09:04 +00:00
rj.keller%beonex.com
93cea7d2f4 Moving some events to use javax.swing.events rather than Grendel events to make fix for bug 3425 easier :: Make Grendel use Word Wrap on plain-text email messages :: fixed some exceptions being thrown
git-svn-id: svn://10.0.0.236/trunk@173304 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-12 00:31:04 +00:00
cltbld
62355cd29e Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@173301 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 23:55:27 +00:00
tor%cs.brown.edu
df6c4f3e7b Bug 293265 - rename --enable-cairo to --enable-canvas. r=bsmedberg, a=asa
git-svn-id: svn://10.0.0.236/trunk@173300 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 23:49:52 +00:00
wtchang%redhat.com
6018975888 Bugzilla Bug 273336: arguments to the test command should be quoted. r=cls.
a=shaver for aviary1.1a1.


git-svn-id: svn://10.0.0.236/trunk@173297 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 22:10:32 +00:00
wtchang%redhat.com
36705e93df Bugzilla Bug 273336: arguments to the test command should be quoted. r=cls.
git-svn-id: svn://10.0.0.236/trunk@173292 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 16:53:41 +00:00
mvl%exedo.nl
6e3313ce28 Update the views and the event list when adding/removing a calendar.
bug 285014, r=shaver


git-svn-id: svn://10.0.0.236/trunk@173291 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 14:52:00 +00:00
smontagu%smontagu.org
4ef1c58362 Clarify how to localize font.language.group and intl.accept_languages. Bug 293738, r=Pike, a=mkaply (on IRC)
git-svn-id: svn://10.0.0.236/trunk@173290 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 13:53:15 +00:00
allan%beaufour.dk
1ecb83edfe Validate controls on form initialization. Bug 292915, r=aaronr+smaug, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173289 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 09:21:20 +00:00
mkanat%kerio.com
81977e7477 Bug 286273: Release Notes for Bugzilla 2.18.1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@173288 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 07:55:28 +00:00
despotdaemon
f89f2347b5 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@173286 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 06:40:17 +00:00
pavlov%pavlov.net
ad8aa63599 adding publish to lightning. bug 293545 r=shaver,mvl
git-svn-id: svn://10.0.0.236/trunk@173285 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 05:04:40 +00:00
dmose%mozilla.org
6ebf12f1b5 Make LDAP attributes used by the addressbook customizable via preferences (bug 119291). r=bienvenu@nventure.com, sr+a=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@173284 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 04:16:54 +00:00
pinkerton%aol.net
39a5f24b2b force camino to tab to form controls, regardless of the system pref. this
best matches user expectation as nobody knows about the system pref, or that
that particular pref would impact camino's content area tabbing.


git-svn-id: svn://10.0.0.236/trunk@173283 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 03:26:08 +00:00
mozilla.mano%sent.com
5abecf8093 Bug 285570 - add entity for changing the OCSP pref window width. r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173282 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 02:43:30 +00:00
cltbld
991a1723c8 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@173280 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 02:21:37 +00:00
paper%animecity.nu
3686ed54b1 Bug 293586: fix regression causing PNGs to fade to black over time. r/sr=tor a=shaver
git-svn-id: svn://10.0.0.236/trunk@173279 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 02:20:23 +00:00
cls%seawood.org
593a4e0a09 Whitespace change to trigger rebuilt of camino tinderboxes
git-svn-id: svn://10.0.0.236/trunk@173278 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 02:14:47 +00:00
cls%seawood.org
fc7af2b2f9 Allow --includedir & --libdir to be properly overriden when calling nspr-config.
Bug #289015 r=wtc,roc a=shaver


git-svn-id: svn://10.0.0.236/trunk@173277 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 01:03:44 +00:00
cls%seawood.org
e52b084d37 Allow --includedir & --libdir to be properly overriden.
Bug #289015 r=wtc a=shaver


git-svn-id: svn://10.0.0.236/trunk@173276 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-11 00:53:41 +00:00
bzbarsky%mit.edu
a0fb641ffa Remove unused variable. r=timeless, sr=lumpy, a=asa
git-svn-id: svn://10.0.0.236/trunk@173275 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 23:41:48 +00:00
julien.pierre.bugs%sun.com
8baad63699 Fix for 265369 - fix compiler warning in unix_rand . r=nelson
git-svn-id: svn://10.0.0.236/trunk@173271 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 21:14:51 +00:00
bzbarsky%mit.edu
132d180765 Do content policy checks on XBL binding loads. Bug 292589, r+sr=jst, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@173270 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 21:07:00 +00:00
lpsolit%gmail.com
9f425f17e8 Bug 293015: PostgreSQL: GROUP BY error when searching for bugs - Patch by Olivier Sirven <osirven@elma.fr> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@173269 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 21:05:19 +00:00
lpsolit%gmail.com
725ea9adc1 Bug 292609: Dependency tree: add a space before the bug summary - Patch by mc <magicdice@hotmail.com> r=kiko a=myk
git-svn-id: svn://10.0.0.236/trunk@173267 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:56:55 +00:00
lpsolit%gmail.com
c816b055f0 Bug 287487: User with no privs can not add comments to bugs that have a deadline field set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@173265 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:30:13 +00:00
richm%stanfordalumni.org
f98185ba08 bump default version to 516
git-svn-id: svn://10.0.0.236/trunk@173262 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:16:32 +00:00
lpsolit%gmail.com
ebe72dec68 Bug 272873: Specifying a null product to enter bug should give me the product chooser - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
git-svn-id: svn://10.0.0.236/trunk@173261 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:13:37 +00:00
richm%stanfordalumni.org
ae660cedf5 fix for 291993: find the NSPR libraries in the correct location in the dist build tree and make prldap have a run time dependency on them
git-svn-id: svn://10.0.0.236/trunk@173259 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:08:48 +00:00
richm%stanfordalumni.org
09d1d3026a fix for 293199: do not automatically set the secure mode (to use port 636) if the user requested the startTLS operation - in this case, we want to use the regular (389) port and negotiate SSL on that connection
git-svn-id: svn://10.0.0.236/trunk@173258 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:08:43 +00:00
richm%stanfordalumni.org
3c85d17b6a fix for 293042: enable Solaris builds with gcc and enable 64 bit builds as well
git-svn-id: svn://10.0.0.236/trunk@173257 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:08:39 +00:00
richm%stanfordalumni.org
bce72ec4c9 fix for 293042: For gcc builds, need to use g++ to link
git-svn-id: svn://10.0.0.236/trunk@173256 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 20:07:34 +00:00
shaver%mozilla.org
23e9f320ba Bug 293546: No way to do "a instanceof b" using the Spidermonkey API.
r+sr+a=brendan.


git-svn-id: svn://10.0.0.236/trunk@173255 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 19:53:44 +00:00
bryner%brianryner.com
01c67f5c52 freeze nsIDOMElementCSSInlineStyle (bug 282281). r+sr=bzbarsky, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173254 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 17:38:11 +00:00
axel%pike.org
76031c3408 add en-GB to l10n builds
git-svn-id: svn://10.0.0.236/trunk@173253 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 16:14:09 +00:00
mvl%exedo.nl
b1f8ec8c18 use the right css syntax. fallout from bug 293390
git-svn-id: svn://10.0.0.236/trunk@173252 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 14:44:38 +00:00
axel%pike.org
acc85c2978 add eu to l10n builds
git-svn-id: svn://10.0.0.236/trunk@173251 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 13:45:53 +00:00
mvl%exedo.nl
0c27b1a89a Bug 293390: layout issues on date/time picker to use system colors and clean up layout.
patch by andrew@progressivex.com, r=vladimir


git-svn-id: svn://10.0.0.236/trunk@173250 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 12:27:00 +00:00
steffen.wilberg%web.de
e66c1cc882 Bug 273200: Ctrl+W in Find bar breaks middle-clicking links, find toolbar, and back button. p=amotohiko_mozillafirebird@yahoo.co.jp, r=mconnor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@173249 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 07:45:01 +00:00
darin%meer.net
633b288215 fixes bug 248827 "Support HTTP/1.1 408 response code [was: 408 request timeout on a used, persistent, keep-alive connection is mistakenly used as the response on a subsequent request]" r=biesi sr=bz a=shaver
git-svn-id: svn://10.0.0.236/trunk@173248 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 06:09:45 +00:00
cls%seawood.org
a81bae11af Set FORCE_USE_PIC when building libimgicongtk_s.a
Bug 292714 r=cbiesinger a=asa,bsmedberg


git-svn-id: svn://10.0.0.236/trunk@173247 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 06:05:56 +00:00
roc+%cs.cmu.edu
4fe7c318fd Bug 293543. RenderOffscreen needs to create a surface sized in pixels, not twips. r+sr=bzbarsky,a=shaver
git-svn-id: svn://10.0.0.236/trunk@173246 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 04:17:56 +00:00
vladimir%pobox.com
8ff4edc7b6 b=293549, add minimonths to lightning, r=shaver,
git-svn-id: svn://10.0.0.236/trunk@173244 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 02:45:18 +00:00
bryner%brianryner.com
41e0a9483a Fix form state save/restore so that it uses the correct history entry (bug 293135). r+sr=bzbarsky, a=shaver.
git-svn-id: svn://10.0.0.236/trunk@173242 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 02:06:29 +00:00
dougt%meer.net
a630071fd1 Updating WinCE Minimo mozconfig files to pull the right NSPR Branch. Also adding required libraries and component names to final-* files. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@173241 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 01:35:07 +00:00
paper%animecity.nu
03be89489d Bug 292051: Save Windows GDI resources by shortening image's DDB life to 60s since last used. r=emaijala sr=tor a=shaver+brendan
git-svn-id: svn://10.0.0.236/trunk@173240 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 00:33:57 +00:00
vladimir%pobox.com
8ed9af21f3 b=293407, canvas uses wrong frame type; 293306, canvas leaks memory; 293225, default canvas height should be 150, r+sr=bzbarsky,a=shaver
git-svn-id: svn://10.0.0.236/trunk@173239 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 00:28:30 +00:00
bugzilla%arlen.demon.co.uk
e5f22e0d4d Bug 293198 Help Viewer sidebar has lost its styling
p=ajvincent@gmail.com r=me sr=neil.parkwaycc.co.uk a=shaver


git-svn-id: svn://10.0.0.236/trunk@173238 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-10 00:22:20 +00:00
bugzilla%arlen.demon.co.uk
ee0344496f Bug 293362 gSearchInput is not always defined in function Search
p=me r=mnyromyr sr=neil.parkwaycc.co.uk a=shaver


git-svn-id: svn://10.0.0.236/trunk@173237 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 23:49:30 +00:00
rj.keller%beonex.com
0fa5c132aa Checking in part of the new menu specification plus a new address book event so you can now open the (partially broken) address book from within grendel instead of running it as a separate app.
git-svn-id: svn://10.0.0.236/trunk@173236 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 23:35:52 +00:00
pinkerton%aol.net
04b1c09d53 fix copyright statements to match firefox (bug 292304)
git-svn-id: svn://10.0.0.236/trunk@173235 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 23:30:14 +00:00
pinkerton%aol.net
6390a75a78 use error pages instead of sheets (bug 292646)
git-svn-id: svn://10.0.0.236/trunk@173231 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 23:08:17 +00:00
gerv%gerv.net
63e9405e08 Bug 215148 - make status and resolution localisable. Patch by eseyman@linagora.com; r=gerv, a=myk.
git-svn-id: svn://10.0.0.236/trunk@173229 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 22:49:45 +00:00
jst%mozilla.jstenback.com
1a6d8dca6a Backing out last change that was intended for a branch, not the trunk.
git-svn-id: svn://10.0.0.236/trunk@173227 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 21:22:33 +00:00
jst%mozilla.jstenback.com
abf029b52d Fixing remaining part of bug 292691. Make sure to do the appropriate uri load checks in all places in the xpinstall code. Patch by vladimir@pobox.com and dveditz@cruzio.com, r=dveditz@cruzio.com, r=vladimir@pobox.com, sr=jst@mozilla.org, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@173226 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 21:22:32 +00:00
rj.keller%beonex.com
3db3d69133 Removing ToolBarLayout because it's stupid. Default JToolBar layout works just fine and even if it doesn't, just use a GridBagLayout.
git-svn-id: svn://10.0.0.236/trunk@173225 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 20:42:13 +00:00
wtchang%redhat.com
0a6468f30c Bugzilla bug 293400: removed an extraneous blank line introduced in the fix
for Bugzilla bug 292899. This blank line broke OS/2 builds.  The patch is
contributed by Andy Willis <abwillis@comcast.net>. r=wtc.


git-svn-id: svn://10.0.0.236/trunk@173219 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 19:02:20 +00:00
mvl%exedo.nl
a30b40cf08 bug 290736: pasting URL into publish selected events dialog doesn't highlight publish button.
patch by jminta@gmail.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173218 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 18:56:16 +00:00
despotdaemon
4dc77edb6c Pseudo-automatic update of changes made by david@bozemanpass.com.
git-svn-id: svn://10.0.0.236/trunk@173217 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 18:38:17 +00:00
bsmedberg%covad.net
e9109ac70b Bug 293161 - make -jsconsole flag work again r=darin a=shaver
git-svn-id: svn://10.0.0.236/trunk@173216 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 18:00:34 +00:00
despotdaemon
a0069c6a76 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173215 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 17:52:17 +00:00
despotdaemon
db5cac5c4a Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173214 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 17:52:00 +00:00
cbiesinger%web.de
30cd5b3f3a 293384 implement nsImageFrame::GetFrameName for easier debugging
r+sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@173213 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 17:46:06 +00:00
scott%scott-macgregor.org
5b8eac97b1 Bug #244969 --> Spell checker fails to catch misspelled words after a "Replace all"
Patch by kiran.s@in.ibm.com

sr=mscott
a=asa


git-svn-id: svn://10.0.0.236/trunk@173212 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 17:42:10 +00:00
pinkerton%aol.net
d096b3603e fix issue where we'd leave off if the selected row was 0 because we were
converting from NSNumber to int too early. Remove hack to workaround it
(ifdef'd out) as well. (bug 283615)


git-svn-id: svn://10.0.0.236/trunk@173211 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 15:56:02 +00:00
bsmedberg%covad.net
ed1b8f4cc9 Followup to mac packaging of bug 287262 - unset NEXT_ROOT when we're building with an SDK, so that hdiutil works properly (NPOTDB)
git-svn-id: svn://10.0.0.236/trunk@173210 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 15:38:30 +00:00
bsmedberg%covad.net
84b4be7635 Fix makefile + perl escaping in the l10n repackaging process (bug 287262), NPOTDB
git-svn-id: svn://10.0.0.236/trunk@173209 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 14:34:08 +00:00
smfr%smfr.org
caceedf3ee Fix references to wallet table files which broke objdir builds by symlinking wallet tables into a build-relative location.
git-svn-id: svn://10.0.0.236/trunk@173208 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 13:48:19 +00:00
silver%warwickcompsoc.co.uk
c7d4977e31 Bug 273507 - Adding down arrow for popup button. ChatZilla only.
r=samuel
a=asa


git-svn-id: svn://10.0.0.236/trunk@173207 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 12:28:45 +00:00
silver%warwickcompsoc.co.uk
ebc8eb16b9 Bug 273507 - Add popup menu to nickname label, and split /away into /away and /back. ChatZilla only.
r=samuel
a=asa


git-svn-id: svn://10.0.0.236/trunk@173206 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 12:26:19 +00:00
silver%warwickcompsoc.co.uk
1e05220ae5 Bug 292428 - Don't delete a property that should always exist. ChatZilla only.
r=samuel
a=asa


git-svn-id: svn://10.0.0.236/trunk@173205 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 12:23:32 +00:00
silver%warwickcompsoc.co.uk
1eadf0c989 Bug 278763 - Cut off the end of IPs, not the start, when generating a ban. ChatZilla only.
r=samuel
a=asa
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)


git-svn-id: svn://10.0.0.236/trunk@173204 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 12:18:26 +00:00
mvl%exedo.nl
1145df73fc bug 268084: UI for editing colors of categories. patch by jminta@gmail.com, r=mvl
git-svn-id: svn://10.0.0.236/trunk@173203 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 12:18:01 +00:00
mozilla.mano%sent.com
24cd4e581a Bug 289367 - CleanResource called at wrong time. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@173202 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 07:16:34 +00:00
bugzilla%arlen.demon.co.uk
57ebee291f Bug 289471 Add sort by Attachment to mailnews
p=me r=neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173200 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-09 00:06:38 +00:00
bzbarsky%mit.edu
c1677f8f9d Fix typo that kept data: images from updating the titlebar. Bug 293399,
r=biesi, sr=brendan, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@173199 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 23:21:36 +00:00
roc+%cs.cmu.edu
6c13770343 Bug 292312. Take scrollbar pref-sizes into account. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@173198 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 22:33:40 +00:00
roc+%cs.cmu.edu
fc69777e94 Bug 292431. Don't resize the scrolled frame's view until we know exactly what size it should be ... avoids unnecessary repainting. r+sr=bzbarsky,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173197 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 22:17:03 +00:00
bzbarsky%mit.edu
676bea63e1 Back out the change for bug 277092, since it breaks other compat and pages.
Bug 292921, r=jst, sr+a=brendan


git-svn-id: svn://10.0.0.236/trunk@173196 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 21:44:16 +00:00
bugzilla%arlen.demon.co.uk
9dbb02d0ec Bug 161466 Better UI for tabbed browsing prefs (help patch)
p=mozilla@Weilbacher.org r=me a=asa


git-svn-id: svn://10.0.0.236/trunk@173195 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 21:25:06 +00:00
mvl%exedo.nl
ec27dd0b6e bug 293377: Cannot advance calendar wizard after choosing 'Back' from 2nd page.
patch by jminta@gmail.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173193 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 18:15:49 +00:00
timeless%mozdev.org
75dcfb3a0b Bug 286525 Installing / updating a theme creates a copy of the jar in the chrome directory
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@173192 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 18:11:39 +00:00
timeless%mozdev.org
79e02b3677 Bug 285544 Safe Mode doesn't work
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@173191 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 18:10:44 +00:00
bzbarsky%mit.edu
a1ae2b9855 Add reporter stuff to config.it. Bug 285653, patch by ajschult@verizon.net,
r=bsmedberg, a=asa


git-svn-id: svn://10.0.0.236/trunk@173189 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 15:59:14 +00:00
kjh-5727%comcast.net
77b9bce15e Bug 279711 - Handle multiple copies through the printing backend when possible. r=biesi, sr=tor, a=asa.
git-svn-id: svn://10.0.0.236/trunk@173188 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 15:01:20 +00:00
mvl%exedo.nl
a922ba1659 getAndSetEventTable is not defined
bug 293281


git-svn-id: svn://10.0.0.236/trunk@173187 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 12:41:37 +00:00
mvl%exedo.nl
761f8bb13e getAndSetEventTable is not defined.
bug 293281, patch by gekacheka, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173186 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 12:39:43 +00:00
rj.keller%beonex.com
906bd4a7b7 Fixing Grendel documentation errors (thanks mcsmurf!!)
git-svn-id: svn://10.0.0.236/trunk@173182 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 02:31:52 +00:00
rj.keller%beonex.com
a4e5a7fc62 Making the collapsible toolbar display correctly after expanding a collapsed toolbar.
git-svn-id: svn://10.0.0.236/trunk@173181 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 02:28:48 +00:00
pavlov%pavlov.net
8e941e72b8 fixing drawImage bustage on windows with bgr_a8 images r=vlad a=brendan
git-svn-id: svn://10.0.0.236/trunk@173180 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 01:33:33 +00:00
vladimir%pobox.com
1a7c87875a tiny fix for windows rgb order for canvas, r=pavlov
git-svn-id: svn://10.0.0.236/trunk@173179 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 01:29:31 +00:00
vladimir%pobox.com
a90c0cb626 previous caldatetime fix wasn't so much, now real fix, with test suite coming soon
git-svn-id: svn://10.0.0.236/trunk@173178 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-08 00:44:30 +00:00
vladimir%pobox.com
9c3ba6a7ad gcc 3.4 compilation fix (stray semicolon)
git-svn-id: svn://10.0.0.236/trunk@173177 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 22:36:17 +00:00
pinkerton%aol.net
691280bafe delay setting up notifications for bookmark changes until after smart folders
load. also don't write bookmarks or metadata when bookmarks are added to
or changed in smart folders.


git-svn-id: svn://10.0.0.236/trunk@173176 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 18:48:48 +00:00
bienvenu%nventure.com
5c20a9f6df fix 93453 sr=mscott a=asa, stop email autocomplete from adding users domain by default, add option to show non-matched addresses in red
git-svn-id: svn://10.0.0.236/trunk@173175 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 16:28:33 +00:00
bienvenu%nventure.com
dfdae75677 fix 93453 sr=mscott a=asa, stop email autocomplete from adding users domain by default, add option to show non-matched addresses in red
git-svn-id: svn://10.0.0.236/trunk@173174 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 15:49:05 +00:00
lpsolit%gmail.com
da330c2902 Bug 290972: In the "Find a Specific Bug" page, the status of the bug being searched cannot be translated - Patch by Emmanuel Seyman <eseyman@linagora.com> r=myk a=myk
git-svn-id: svn://10.0.0.236/trunk@173173 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 13:26:14 +00:00
bryner%brianryner.com
3a37659410 Attempting to fix AIX bustage again (bug 292899). r=wtc
git-svn-id: svn://10.0.0.236/trunk@173172 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 07:15:39 +00:00
db48x%yahoo.com
d03dd76653 bug 249782: Make Mozilla compile with Microsoft Visual Studio 2005
patch by Stephen Walker <sdwalker@myrealbox.com>, r=shaver, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173171 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 06:20:43 +00:00
db48x%yahoo.com
a88517502a bug 291861: XPCDispInterface.cpp fails to compile with Microsoft Visual Studio 2005 Beta 2
patch by Stephen Walker <sdwalker@myrealbox.com>, r=shaver, a=shaver


git-svn-id: svn://10.0.0.236/trunk@173170 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 06:12:54 +00:00
db48x%yahoo.com
8659ef4cae bug 291635: nsAbWinHelper.cpp fails to compile with Microsoft Visual Studio 2005 Beta 2
patch by Stephen Walker <sdwalker@myrealbox.com>, r=bienvenu, sr=darin, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@173169 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 06:11:28 +00:00
mkaply%us.ibm.com
c4d9c0a91a #291381
r=mkaply, sr=mkaply (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - rewrite OS/2 icon code to fix some color corruption and overall cleanup


git-svn-id: svn://10.0.0.236/trunk@173167 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 04:26:15 +00:00
julien.pierre.bugs%sun.com
dc99575fbb Fix for 293091 - add double -o option to skip cert verification completely. r=nelson
git-svn-id: svn://10.0.0.236/trunk@173166 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 04:13:48 +00:00
vladimir%pobox.com
99efffd5fc b=291216, canvas should not be an empty element, default width/height, fallback content should not be rendered, r+sr=bzbarsky, a=brendan/shaver
git-svn-id: svn://10.0.0.236/trunk@173165 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 03:45:06 +00:00
vladimir%pobox.com
4e0590a5fb some datetime fixes
git-svn-id: svn://10.0.0.236/trunk@173164 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 01:01:06 +00:00
bryner%brianryner.com
9f95361f24 Don't notify form submit observers if the form can't be submitted due to not having a link handler. Also, make sure all nsIFormSubmitObserver implementations protected against a null DOMWindow. Bug 292960, r+sr=bzbarsky, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@173163 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 00:16:17 +00:00
db48x%yahoo.com
0a692dec4f bug 291946: Themes don't get installed.
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa


git-svn-id: svn://10.0.0.236/trunk@173162 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 00:13:14 +00:00
pinkerton%aol.net
6e5458601c Rendezvous -> Bonjour
git-svn-id: svn://10.0.0.236/trunk@173161 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 00:12:38 +00:00
pinkerton%aol.net
e9dca4502b write bookmarks in two stages in case the write fails for some reason.
hopefully this will solve the cases where we appear to eat bookmarks.


git-svn-id: svn://10.0.0.236/trunk@173160 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-07 00:07:44 +00:00
pinkerton%aol.net
c701091944 don't update metadata for bookmark additions/deletions in smart folders
git-svn-id: svn://10.0.0.236/trunk@173159 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:49:15 +00:00
rj.keller%beonex.com
7d91d96fb9 fix the throbber and tweak documentation
git-svn-id: svn://10.0.0.236/trunk@173158 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:44:23 +00:00
cltbld
8c2622947e Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@173157 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:31:32 +00:00
scott%scott-macgregor.org
cfd024e83b Bug #261485 --> start building the universal encoding auto detect extension in Thunderbird
Does not effect other apps.


git-svn-id: svn://10.0.0.236/trunk@173156 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:30:30 +00:00
pinkerton%aol.net
89c165e143 fix regression of not being able to drag-reorder bookmarks on toolbar
(bug 292508)


git-svn-id: svn://10.0.0.236/trunk@173155 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:13:43 +00:00
scott%scott-macgregor.org
7f7e7d8345 Bug #274781 --> get rid of the white list terminology in the junk mail controls
git-svn-id: svn://10.0.0.236/trunk@173154 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:12:27 +00:00
rj.keller%beonex.com
acd833621b Adding HTML message support back to Grendel and wrapping plain-text messages around a <pre> tag for proper rendering for plain people.
git-svn-id: svn://10.0.0.236/trunk@173153 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:07:33 +00:00
pinkerton%aol.net
e04d87253a fix regressions regarding dragging multiple weblocs from Finder. Move
webloc/IEweblocs to a separate NSURL extension (bug 155484)


git-svn-id: svn://10.0.0.236/trunk@173152 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 23:07:16 +00:00
timeless%mozdev.org
7250d36891 Bug 292397 JS_VERSION 130 doesn't build
r=brendan a=asa


git-svn-id: svn://10.0.0.236/trunk@173143 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:44:32 +00:00
lpsolit%gmail.com
63a5361ea2 Bug 286160: possible invalid flag types when moving a bug to a different product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@173142 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:43:33 +00:00
vladimir%pobox.com
fe3d816ba7 b=260120, improvements to datepicker and timepicker, forgot to cvs add new files last commit
git-svn-id: svn://10.0.0.236/trunk@173141 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:42:51 +00:00
timeless%mozdev.org
41d4039631 Bug 292400 JS_VERSION 148 doesn't build
r=brendan a=asa


git-svn-id: svn://10.0.0.236/trunk@173140 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:42:39 +00:00
db48x%yahoo.com
b78930398a bug 292362: Crash on restart with extension installed [@ CarbonCore.557.0.0]
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=mconner, a=asa


git-svn-id: svn://10.0.0.236/trunk@173139 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:37:27 +00:00
vladimir%pobox.com
dd134cbe6f b=260120, improvements to datepicker and timepicker, patch from andrew@progressivex.com, r=vladimir
git-svn-id: svn://10.0.0.236/trunk@173137 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:29:54 +00:00
timeless%mozdev.org
b1ff4651bf Bug 292398 JS_VERSION 140 doesn't build
r=brendan a=asa


git-svn-id: svn://10.0.0.236/trunk@173136 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:25:45 +00:00
bugzilla%arlen.demon.co.uk
58d07e69d3 Bug 161466 Better UI for tabbed browsing prefs
p=mozilla@Weilbacher.org r=jag sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173134 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:16:36 +00:00
despotdaemon
fdded712fc Pseudo-automatic update of changes made by brendan@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@173131 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:07:55 +00:00
bzbarsky%mit.edu
ef08911f6a Save the user-set notification callbacks when we set ourselves on the channel,
and forward various notifications to them.  Bug 292391, r=biesi, sr=darin, a=asa


git-svn-id: svn://10.0.0.236/trunk@173130 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:05:26 +00:00
bzbarsky%mit.edu
85476550dd SVG-enabled GTK1 builds built with recent SVG should be able to start. Bug
292288, r=bryner, sr=dbaron, a=asa


git-svn-id: svn://10.0.0.236/trunk@173129 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 21:03:42 +00:00
pavlov%pavlov.net
af69d4a3f5 use CI instead of Components.interfaces in all places in the file since we define it
git-svn-id: svn://10.0.0.236/trunk@173128 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 20:51:13 +00:00
pavlov%pavlov.net
5f52332c11 minor typo cleanups
git-svn-id: svn://10.0.0.236/trunk@173127 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 20:47:14 +00:00
pavlov%pavlov.net
898cdbe876 changing snooze to modify the event's alarmTime
git-svn-id: svn://10.0.0.236/trunk@173126 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 20:46:56 +00:00
bryner%brianryner.com
58ff1db280 Fixing AIX bustage (typo) (bug 292899)
git-svn-id: svn://10.0.0.236/trunk@173125 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 20:35:58 +00:00
rj.keller%beonex.com
ffb257aafa bug 292916 - Move Grendel to use Ant instead of Makefiles for compilation plus documentation updates.
git-svn-id: svn://10.0.0.236/trunk@173123 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 19:43:30 +00:00
rj.keller%beonex.com
770a59937a Fixing grendel build problems
git-svn-id: svn://10.0.0.236/trunk@173122 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 19:14:55 +00:00
rj.keller%beonex.com
ef5cce9391 Let's get grendel runnin' :D. This checkin might be a bit rough so expect a couple of build bustages.
bug 86953 - Grendel uses old jaxp
bug 272345 - Grendel doesn't compile on Java 1.4
bug 292916 - Move Grendel to use Ant instead of Makefiles for compilation (partial fix)
partial fix for bug 293079 - Move grendel to use XUL


git-svn-id: svn://10.0.0.236/trunk@173120 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 19:02:09 +00:00
dougt%meer.net
97962fc7dd Bug 293166. make embedding/minimo build in MINIMO is defined. r/sr/a=benjamin@smedbergs.us. TPOTDB
git-svn-id: svn://10.0.0.236/trunk@173119 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 18:54:23 +00:00
bryner%brianryner.com
05490950be Add PR_GetPhysicalMemorySize to determine the amount of system memory installed (bug 292899). r=wtc, a=brendan
git-svn-id: svn://10.0.0.236/trunk@173118 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 18:46:11 +00:00
bryner%brianryner.com
c7593f2912 Don't crash when we've restored a presentation with a frame that has never loaded a document. Bug 292923, r+sr=bzbarsky, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@173116 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 18:18:08 +00:00
pinkerton%aol.net
0c993efabf use GetPrePath() to replace a bunch of code that did the same thing (bug 292671)
git-svn-id: svn://10.0.0.236/trunk@173115 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 17:46:58 +00:00
mostafah%oeone.com
53ee268e5b Applied patch to bug 293155: Remove hardcoded "Calendar" in prefwindow title
patch by sipaq. r=mostafah


git-svn-id: svn://10.0.0.236/trunk@173114 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 16:49:50 +00:00
neil%parkwaycc.co.uk
eddba4c5d5 Bug 293141 Fix "Copy" filter action UI issues r+a=shaver sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@173113 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 16:42:29 +00:00
aaronleventhal%moonset.net
c03b1b0478 Bug 293044. Add support for required and invalid states to accessible DHTML checkboxes and radio groups. r=pkw, sr=bz, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173112 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 15:31:46 +00:00
tor%cs.brown.edu
510205a06f Bug 293004 - svgBindings.xml not included in installer packages. r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@173111 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 15:15:40 +00:00
bugzilla%glob.com.au
fcf0fa1b8d Bug 292821: "Attempt to free unreferenced scalar" running checksetup
Patch By Byron Jones <bugzilla@glob.com.au> r=mkanat,r=vladd,a=justdave


git-svn-id: svn://10.0.0.236/trunk@173110 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 14:16:54 +00:00
pinkerton%aol.net
7fb788787d only write out metadata if OS supports spotlight. cache if we're on Tiger so
we only do the work once.


git-svn-id: svn://10.0.0.236/trunk@173109 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 13:22:48 +00:00
axel%pike.org
38a1294cd5 adding es-AR to the l10n trunk builds
git-svn-id: svn://10.0.0.236/trunk@173108 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 10:21:07 +00:00
pinkerton%aol.net
5f47838489 update metadata when an item changes, and make changes to the url trigger an
item update notification.


git-svn-id: svn://10.0.0.236/trunk@173107 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 08:03:33 +00:00
pinkerton%aol.net
f49b1271be fill in home page (bug 292698)
git-svn-id: svn://10.0.0.236/trunk@173106 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 07:31:17 +00:00
pinkerton%aol.net
355681de56 don't pitch/rewrite entire metadata store every time, only once at startup
and then make changes incrementally with adds/deletes


git-svn-id: svn://10.0.0.236/trunk@173105 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 07:23:53 +00:00
steffen.wilberg%web.de
f1b1db0a8d Bug 277328: fix review comments.
git-svn-id: svn://10.0.0.236/trunk@173104 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 06:15:19 +00:00
pinkerton%aol.net
7cd87beba4 put cache in ~/Library/Caches/Camino and delete the one in the profile dir
at startup


git-svn-id: svn://10.0.0.236/trunk@173103 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 03:46:06 +00:00
bzbarsky%mit.edu
828adec252 Don't hold a pointer to a destroyed frame if we fail to load the placeholder
image.  Bug 292257, r=jst, sr=dbaron, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@173102 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 03:14:31 +00:00
pinkerton%aol.net
0335c77171 write out bookmark items into a metadata folder so they can be parsed by
spotlight on 10.4


git-svn-id: svn://10.0.0.236/trunk@173101 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 02:54:10 +00:00
bob%bclary.com
13e7cce609 undeclaring namespace should cause parse error, bug 292863 by Martin Honnen
git-svn-id: svn://10.0.0.236/trunk@173099 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 01:16:23 +00:00
bob%bclary.com
74a9275e5c for-in statements should not invoke valueOf method, bug 292731, by Bryant Chen
git-svn-id: svn://10.0.0.236/trunk@173098 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 01:05:18 +00:00
pavlov%pavlov.net
b760911b7a hooking up new alarm framework and hooking it in to lightning bug 292704 r=shaver
git-svn-id: svn://10.0.0.236/trunk@173095 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 00:05:42 +00:00
scott%scott-macgregor.org
aea168c806 Bug #252352 --> cannot position caret in search bar text with mouse, selects all on click
for the quick search text box.

Patch by Jerry Baker (mozilla@bakerweb.biz)


git-svn-id: svn://10.0.0.236/trunk@173094 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-06 00:02:02 +00:00
shaver%mozilla.org
7d2599395d Make the agenda tree real, r=vlad. npotb.
git-svn-id: svn://10.0.0.236/trunk@173091 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 22:47:58 +00:00
shaver%mozilla.org
39d4f3497f package calendarCreation.dtd
git-svn-id: svn://10.0.0.236/trunk@173090 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 22:45:51 +00:00
shaver%mozilla.org
951a8a50ca Silly notification typo, missed by my lazy reviewer. *whistle*
npotb


git-svn-id: svn://10.0.0.236/trunk@173089 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 22:10:41 +00:00
cbiesinger%web.de
6cabd9e6cc fixing cairo bustage (NPOTB)
git-svn-id: svn://10.0.0.236/trunk@173088 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 21:30:09 +00:00
mvl%exedo.nl
8cbcd39f5c the ics provider should return the right calendar to the listeners.
bug 293053, r=vladimir


git-svn-id: svn://10.0.0.236/trunk@173087 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 20:59:53 +00:00
tor%cs.brown.edu
3be57967ca Bug 292222 - crash on some svg with no gdi+. r=afri, a=asa
git-svn-id: svn://10.0.0.236/trunk@173086 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 19:55:32 +00:00
bob%bclary.com
0e70582b08 js1_5/Array/array-002.js Array extras is spidermonkey only, bug 290592
git-svn-id: svn://10.0.0.236/trunk@173085 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 19:46:02 +00:00
bob%bclary.com
2afac6bbd6 Testcases for Array extras, bug 290592
git-svn-id: svn://10.0.0.236/trunk@173084 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 19:38:24 +00:00
lpsolit%gmail.com
e09b372613 Bug 288663: The inclusion and exclusion lists behave incorrectly when a product or a component is called "Any" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
git-svn-id: svn://10.0.0.236/trunk@173081 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 19:20:45 +00:00
bsmedberg%covad.net
6019ff4c5c Bug 287262 - Allow the list of directories for l10n comparison to be configurable a=Chase
git-svn-id: svn://10.0.0.236/trunk@173080 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 19:15:30 +00:00
mozilla.mano%sent.com
a87de40b85 Bug 291830 - Pane selection icons jump and dance 1px horizontally on Mac. patch from Mark Mentovai <mark@moxienet.com>, r=josh/mconnor, a=asa.
git-svn-id: svn://10.0.0.236/trunk@173079 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 16:31:09 +00:00
mozilla.mano%sent.com
3c70e77e74 Bug 291110 - restore the old behavior of cmd_copyImageContents. r=bzbarsky, sr=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@173078 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 16:14:00 +00:00
bzbarsky%mit.edu
fc00dff45b Fix installer crash. Bug 264980, patch by Sean Su <ssu0262@aol.com>,
r+sr=dveditz, a=asa


git-svn-id: svn://10.0.0.236/trunk@173077 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 16:08:44 +00:00
shaver%mozilla.org
a9f1e8ce36 Bug 291494: add Date.prototype.toLocaleFormat for better control over
localized Date formatting, as well as access to things like
            week-number and Julian dates. r+a=brendan.


git-svn-id: svn://10.0.0.236/trunk@173076 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 16:08:23 +00:00
bzbarsky%mit.edu
eb2dd2bd4c Make sure to init the border color for the fake border we paint. Bug 292662,
r+sr=dbaron, a=asa


git-svn-id: svn://10.0.0.236/trunk@173075 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 16:03:06 +00:00
shaver%mozilla.org
53ac6958a2 Use the prefPrefix to serialize our main composite calendar state. npotb.
git-svn-id: svn://10.0.0.236/trunk@173074 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 15:36:32 +00:00
bsmedberg%covad.net
4953448fd1 l10n build automation, NPOTDB, make the langpack creation path match that of the aviary branch so we don't have to fork the tinderbox scripts.
git-svn-id: svn://10.0.0.236/trunk@173073 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 15:32:09 +00:00
aaronleventhal%moonset.net
5211cf48fd Bug 289376. Fix description and value for combo boxes. r=louie.zhao, sr=jst. a=asa
git-svn-id: svn://10.0.0.236/trunk@173072 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 15:05:34 +00:00
aaronleventhal%moonset.net
39d97f30e8 Bug 291549. Fix crash in nsAccessNode::GetDocShellTreeItemFor(). r=pkw, sr=bz, a=asa
git-svn-id: svn://10.0.0.236/trunk@173071 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 14:48:20 +00:00
steffen.wilberg%web.de
af4785bbf1 Bug 277328: clean up 'Welcome to Mozilla Firefox Help'. p=jeff, r=me et al., a=asa
git-svn-id: svn://10.0.0.236/trunk@173070 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 14:37:20 +00:00
bsmedberg%covad.net
04b4ba0b89 Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase)
git-svn-id: svn://10.0.0.236/trunk@173069 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 12:38:27 +00:00
axel%pike.org
46a443459b bug 292893, toolkit/themes/Makefile.in uses qute for all-but-phoenix, r=bsmedberg, a=asa
git-svn-id: svn://10.0.0.236/trunk@173068 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 10:02:52 +00:00
masayuki%d-toybox.com
a7d072d8fa bug 292723 pReconv->dwSize value is invalid. it makes cause crash on win9x at reconverting with ATOK. r=timeless, sr=bzbarsky, a=asa
git-svn-id: svn://10.0.0.236/trunk@173067 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 07:16:26 +00:00
allan%beaufour.dk
bb6e4f5e05 Let MIP properties apply to context node for entire repeat row. Bug 292725, r=smaug+doronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173066 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 07:14:30 +00:00
allan%beaufour.dk
c99e160c5c Apply MIP properties to repeat content too, and fix a problem with output. Bug 292089, r=smaug+doronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173065 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 07:09:40 +00:00
timeless%mozdev.org
36c37cb72a Bug 292973 Lonely forward-decl of nsISecureBrowserUIState
r=bz sr=bz a=brendan


git-svn-id: svn://10.0.0.236/trunk@173064 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 06:50:36 +00:00
timeless%mozdev.org
707187f42c Bug 292949 crash [@ js_SetClassPrototype] because proto isn't rooted in js_InitExceptionClasses across call to js_DefineFunction
r=brendan a=brendan


git-svn-id: svn://10.0.0.236/trunk@173063 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 05:40:22 +00:00
timeless%mozdev.org
9ed89e5f91 Bug 292556 JS_NewRuntime doesn't handle failure from js_SetupLocks
r=shaver a=shaver


git-svn-id: svn://10.0.0.236/trunk@173062 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 05:31:27 +00:00
Stefan.Borggraefe%gmx.de
26ed12b603 Bug 226955: Conversion from <window class="dialog"> to <dialog>.
r=neil, sr=alecf, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@173061 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 02:25:04 +00:00
mconnor%steelgryphon.com
cc38efe188 bug 285416 - Access to Firefox Options from Start Menu broken, patch by gavin.sharp@gmail.com, r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@173060 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 02:17:23 +00:00
brendan%mozilla.org
b68611c781 Allow var redeclaration within a compilation unit (as is already allowed across compilation units; 291868, r=shaver a=me).
git-svn-id: svn://10.0.0.236/trunk@173059 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 01:43:52 +00:00
brendan%mozilla.org
9d6f36e1d2 Fix so last-ditch GC doesn't collect script filenames (291312, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@173058 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 00:47:50 +00:00
darin%meer.net
ac7440b6d8 fixes bug 292659 "No scrollbars, non-functional submit in libXUL/XULRunner app" r=bsmedberg a=asa
git-svn-id: svn://10.0.0.236/trunk@173057 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 00:42:35 +00:00
bugzilla%arlen.demon.co.uk
904552d595 Bug 292278 Remove unused gifs/css from mailnews
p=me r=kairo sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@173056 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 00:29:42 +00:00
bugzilla%arlen.demon.co.uk
aa3597e1ca Bug 292661 Document cmd+. (stop) shortcut for mac
p=stefan_h@hem.utfors.se r=me a=asa


git-svn-id: svn://10.0.0.236/trunk@173055 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 00:22:38 +00:00
bugzilla%arlen.demon.co.uk
a34cd3174a Bug 292382 mail header not appearing above certain messages
p=me r=mscott sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@173054 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 00:12:50 +00:00
roc+%cs.cmu.edu
ed8092148e Bug 292326. Make events coming from the repeating timer in nsAutoButtonBoxFrame be trusted if the original mouse click was trusted. r+sr=jst,a=asa
git-svn-id: svn://10.0.0.236/trunk@173053 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 00:07:59 +00:00
bienvenu%nventure.com
1ded8305bd support drafts/templates, etc, in shared folders, sr=mscott, a=asa, 244289
git-svn-id: svn://10.0.0.236/trunk@173052 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-05 00:06:27 +00:00
bryner%brianryner.com
5158374d0e fixing mingw bustage (use NS_REINTERPRET_CAST for PRUnichar <-> jschar)
git-svn-id: svn://10.0.0.236/trunk@173050 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 23:42:35 +00:00
bryner%brianryner.com
3d93ccca0f sync'ing camino and embedding code - null check for bug 274784.
git-svn-id: svn://10.0.0.236/trunk@173045 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 20:55:24 +00:00
bryner%brianryner.com
189a661d09 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
git-svn-id: svn://10.0.0.236/trunk@173044 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 20:22:32 +00:00
scott%scott-macgregor.org
34ac63ae2a Back out part of Bug #264777 --> renaming Unsent Messages to Unsent as this part of the change is not needed.
git-svn-id: svn://10.0.0.236/trunk@173043 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 20:11:15 +00:00
pinkerton%aol.net
1d6a504c75 rearrange tab context menu (bug 291767)
git-svn-id: svn://10.0.0.236/trunk@173042 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 20:08:11 +00:00
pedemont%us.ibm.com
c0032ef164 Bug 291512 - In generated Java interface files, add URL pointing to original IDL file. Not part of default build. a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173041 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 19:46:52 +00:00
brendan%mozilla.org
8a855528ea Fix comment from last night to match today's code.
git-svn-id: svn://10.0.0.236/trunk@173040 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 18:58:24 +00:00
doronr%us.ibm.com
8a0bd8eab2 Bug 292637 - nsSchemaLoader can only load http/https urls. r=biesi,sr=jst,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173038 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 16:59:23 +00:00
brendan%mozilla.org
36aee01960 Undo gist of last change for now, it breaks too much even though it's safer.
git-svn-id: svn://10.0.0.236/trunk@173037 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 16:19:31 +00:00
bienvenu%nventure.com
36cecec55e fix 271632 virtual imap folders are lost if several levels deep and parent is collapsed, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@173036 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 14:33:45 +00:00
mvl%exedo.nl
8c70b44ef9 Event Dialog: task status order is unintuitive.
Bug 288897, patch by gekacheka@yahoo.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@173035 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 11:00:41 +00:00
allan%beaufour.dk
c1f24ec79d typo fix, thx to gemal
git-svn-id: svn://10.0.0.236/trunk@173034 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 09:12:04 +00:00
axel%pike.org
6d3d0e019f adding ro back, adding pa-IN, l10n builds only
git-svn-id: svn://10.0.0.236/trunk@173033 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 09:10:53 +00:00
mvl%exedo.nl
57b3623ea9 missed this file for bug 290228. patch by sipaq, r=me
git-svn-id: svn://10.0.0.236/trunk@173032 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 08:40:34 +00:00
allan%beaufour.dk
6b796eec02 Add error messages for failed origin checks. Bug 292724, r=smaug+doronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173031 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 08:31:56 +00:00
brendan%mozilla.org
8695afc4e4 Find active native function principals when walking the JS stack, and beef up eval-ish native safeguards (281988, r=shaver/caillon, sr=jst, a=drivers).
git-svn-id: svn://10.0.0.236/trunk@173030 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 06:28:36 +00:00
shaver%mozilla.org
841a28ad2d Bug 290252: array extras: add lastIndexOf, add fromIndex to indexOf, fix
behaviour of operations on an empty array, shine shoes.
            r+a=brendan.


git-svn-id: svn://10.0.0.236/trunk@173029 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 02:43:13 +00:00
timeless%mozdev.org
4cb5016b3b Bug 238619 font-size: 0; Mozilla crashes after showing the title line [@ nsFontMetricsGTK::RealizeFont]
patch by ajschult@verizon.net r=dbaron sr=dbaron a=chofmann


git-svn-id: svn://10.0.0.236/trunk@173028 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 01:37:05 +00:00
scott%scott-macgregor.org
ee3f0e3ed1 Bug #272301 --> disable the print and print preview menu items in the file menu
if there are no address book cards selected.


git-svn-id: svn://10.0.0.236/trunk@173025 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-04 00:29:39 +00:00
scott%scott-macgregor.org
ba73e6d38b Bug #292776 --> Need Ability to Import CRLs from the web for apps like Thunderbird that aren't web browsers.
Add an import button which can import a CRL based on a URL.

moa/r=rrelyea
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@173024 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 23:56:18 +00:00
dbaron%dbaron.org
40f2801900 Don't let lfHeight go to 0 since Windows treats 0 as special (default). b=53995. Patch from David Gardiner <david.gardiner@unisa.edu.au>. r=emaijala sr=dbaron a=dbaron
git-svn-id: svn://10.0.0.236/trunk@173022 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 23:36:03 +00:00
mrbkap%gmail.com
143d0a488f bug 292733: Enforce that the the terminator for <![CDATA[ is ]]>, not ]>. This only affects view-source. r=bzbarsky sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@173021 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 23:33:42 +00:00
bzbarsky%mit.edu
fb59007469 cite property on ins/del should be a URI, not a string. Bug 292754,
r+sr=jst, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@173020 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 23:32:35 +00:00
scott%scott-macgregor.org
94fa16a085 Bug #264777 --> Unsent Messages folder renamed to Unsent to be more consistent with the rest of our localized special
folder names.


git-svn-id: svn://10.0.0.236/trunk@173019 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 23:04:37 +00:00
scott%scott-macgregor.org
fc821d1e3e Bug #273220 --> remove mailPrefsOverlay.dtd which we don't use anymore.
git-svn-id: svn://10.0.0.236/trunk@173018 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 22:13:40 +00:00
robert%accettura.com
656ffe75cc Bug #281717 This is the code half of this (other half is policy). Adding a privacy link under the report wizardpage so users can view privacy any time they want, make clear email isn't required. p=me r=mconnor@steelgryphon.com a=asa
git-svn-id: svn://10.0.0.236/trunk@173016 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 21:27:01 +00:00
roc+%cs.cmu.edu
d86d34fe37 Bug 292370. Adjust instrinsic widths in nsHTMLScrollFrame to account for 'width','min-width' and 'max-width' style settings. r+sr=dbaron,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173015 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 21:15:55 +00:00
lpsolit%gmail.com
3cd12f5793 Bug 286357: user preference settings only works if all users sets non-default values for all settings - Patch by Albert Ting <altlst@sonic.net> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@173014 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 20:42:48 +00:00
cltbld
2583e5c36f Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@173013 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 20:41:20 +00:00
scott%scott-macgregor.org
086d588927 Bug #225288 --> turn on the pref extension for thunderbird.
Effects thunderbird build only.


git-svn-id: svn://10.0.0.236/trunk@173012 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 20:34:04 +00:00
pedemont%us.ibm.com
87845830b9 Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply
git-svn-id: svn://10.0.0.236/trunk@173011 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 20:15:35 +00:00
jay%mozilla.org
eae3973c8d Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653
git-svn-id: svn://10.0.0.236/trunk@173010 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 19:55:46 +00:00
mvl%exedo.nl
b20c2f774d Make the new calendar wizard localizable.
bug 182344, patch by sipaq, r=me.


git-svn-id: svn://10.0.0.236/trunk@173009 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 19:54:19 +00:00
jay%mozilla.org
99cd5c516e Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653
git-svn-id: svn://10.0.0.236/trunk@173007 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 19:49:06 +00:00
lpsolit%gmail.com
ed2d1d2aa6 Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones - Patch by Peter D. Stout <pds@edgedynamics.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@173006 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 19:44:59 +00:00
Olli.Pettay%helsinki.fi
49b97006a5 Bug 292319, Set trust for XForms events. r=doron+aaronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@173003 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 19:39:38 +00:00
cmp%mozilla.org
29e137c400 Commit base version of this file to make branch work simpler.
git-svn-id: svn://10.0.0.236/trunk@173000 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 19:34:09 +00:00
cmp%mozilla.org
220672c74d Commit base versions of these files to make branch-related work simpler.
git-svn-id: svn://10.0.0.236/trunk@172999 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 19:25:53 +00:00
lpsolit%gmail.com
e70ec4c9bc Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@172998 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 18:44:54 +00:00
ian%hixie.ch
a2fa958ceb Better Unload handling for modules that need it. Introduce a way for modules to monitor pipes continuously (e.g. to watch the serial port or a socket). Better handling for when messages are repeated a lot in a row. Update documentation and modules to match.
git-svn-id: svn://10.0.0.236/trunk@172997 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 18:38:43 +00:00
lpsolit%gmail.com
070811f7c3 Bug 287136: Missing validations in editproducts.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@172996 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 18:32:58 +00:00
lpsolit%gmail.com
74386a9147 Bug 7233: Editversions.cgi has a potential race resulting in duplicate versions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@172995 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 18:23:38 +00:00
bzbarsky%mit.edu
e376d51b3e Only unset :hover in NotifyMouseOut if we're not mousing over
anything. Otherwise, let NotifyMouseOver handle changing :hover; it's faster
that way.  Bug 292472, r+sr=roc, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@172994 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 16:05:48 +00:00
bzbarsky%mit.edu
3b03ae1c7c Make the base URI for anon nodes in an XBL binding be the URI of the XBL
document.  Bug 211128, r+sr=jst, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172993 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 16:01:22 +00:00
bzbarsky%mit.edu
54f304bfc4 Don't crash if responseText is gotten when we have no channel. Bug 289156,
r+sr=jst, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172992 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 15:57:21 +00:00
bzbarsky%mit.edu
4ce1a3a293 Remove an unneeded "creating" check, since we'll never have a document while
we're still being created now.  Bug 289322, r=sicking, sr=jst, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172991 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 15:56:18 +00:00
pinkerton%aol.net
ed37a67244 add toolbar item for form fill
git-svn-id: svn://10.0.0.236/trunk@172990 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 14:49:57 +00:00
shaver%mozilla.org
f4226f4891 add CalDateTime utility function; npotb
git-svn-id: svn://10.0.0.236/trunk@172989 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 14:41:00 +00:00
mvl%exedo.nl
cbfd5886fb port the fix for bug 285014 to sunbird, to have calendar management there too.
git-svn-id: svn://10.0.0.236/trunk@172988 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 12:47:00 +00:00
axel%pike.org
c3a0461a3e bustage fix for FF l10n, ro lacks extensions/reporter, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@172987 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 11:43:32 +00:00
pavlov%pavlov.net
cc7f4228de removing excess dumps
git-svn-id: svn://10.0.0.236/trunk@172986 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 08:39:17 +00:00
pavlov%pavlov.net
e785985813 fixing timezone bug when setting the dates
git-svn-id: svn://10.0.0.236/trunk@172985 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 08:37:12 +00:00
mkanat%kerio.com
ced9bcca61 Bug 289139: Bugzilla::DB::Schema::Pg needs to re-create indexes when it has to drop them for a rename/alter
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172984 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 08:35:29 +00:00
allan%beaufour.dk
14c248662f Fix setindex for nested repeats. Bug 289547, r=smaug+aaronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172983 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 07:34:38 +00:00
allan%beaufour.dk
2dcdbee6fe Refresh controls when we replace the instance on submission. Bug 292616, r=doronr+smaug, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172982 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 07:28:52 +00:00
aaronleventhal%moonset.net
d1f8529250 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@172979 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 04:16:50 +00:00
robert%accettura.com
059678027c Bug 292669 cleanup some reporter code. Not part of build p=mconnor r=me a=asa
git-svn-id: svn://10.0.0.236/trunk@172978 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 04:16:06 +00:00
aaronleventhal%moonset.net
eb9e22a026 Bug 280498. Invalidate accessibility subtree for frame visibility/display style changes. r=bz, sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@172977 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 03:46:51 +00:00
shaver%mozilla.org
a4c34e7c2f Bug 292676: save and restore in-composite and default-calendar state within the
composite calendar. r=vlad, npotb.


git-svn-id: svn://10.0.0.236/trunk@172976 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-03 00:20:14 +00:00
roc+%cs.cmu.edu
17e8fa5259 Forgot to check in these other files too
git-svn-id: svn://10.0.0.236/trunk@172971 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 23:01:41 +00:00
roc+%cs.cmu.edu
516f495e72 Fixing bustage ... extra file with trivial helper functions.
git-svn-id: svn://10.0.0.236/trunk@172970 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 22:59:49 +00:00
roc+%cs.cmu.edu
5a73cc999a Bug 47710. Get padding right in scrollframes. r+sr=dbaron,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172969 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 22:49:44 +00:00
darin%meer.net
fc052abed4 fixes bug 291564 "Show XULRunner version and help info in Windows release builds" r=bsmedberg a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172968 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 22:35:55 +00:00
pavlov%pavlov.net
b899dabf7b use calendarDefaultTimezone() isntead of a hardcoded timezone
git-svn-id: svn://10.0.0.236/trunk@172967 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 22:29:17 +00:00
blizzard%redhat.com
2276bd546d Back out changes to nsGCCache.cpp which probably shouldn't have been in the patch in the first place. r=me - trying to fix the build
git-svn-id: svn://10.0.0.236/trunk@172963 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 21:51:15 +00:00
blizzard%redhat.com
af2e4e4f3a Bug #260663. When pango is available use it for grapheme cluster information to figure out where valid selection points are. Change text rendering to use clip regions for rendering selected strings instead of rendering partial strings instead. r+sr=roc,a=asa
git-svn-id: svn://10.0.0.236/trunk@172961 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 20:48:32 +00:00
timeless%mozdev.org
a8525fc630 Bug 243904 SOAP code problem with null, unpositioned array item
patch by chantepie@altern.org r=doron sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@172960 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 19:42:26 +00:00
bienvenu%nventure.com
fcbb5f8508 fix 285474 display sender header if it's different than from header, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172958 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 19:30:59 +00:00
mkanat%kerio.com
f816662428 Bug 289043: Implicit joins should be replaced by explicit joins - installment C
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172957 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 18:52:02 +00:00
Olli.Pettay%helsinki.fi
6877f83211 Bug 292464 - event listeners added using addEventListener() listen only trusted events. r=jst, sr=peterv, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172956 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 17:54:41 +00:00
pinkerton%aol.net
a7f5008141 make sure the text field has focus after find (bug 284948)
git-svn-id: svn://10.0.0.236/trunk@172955 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 17:45:55 +00:00
dougt%meer.net
a600bb7155 This is application usings the internal APIs. NOT PART OF FIREFOX BUILD
git-svn-id: svn://10.0.0.236/trunk@172954 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 16:59:21 +00:00
bienvenu%nventure.com
fca739802b fix 268981 cross folder virtual folders don't remember sort order, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172953 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 16:45:10 +00:00
dougt%meer.net
b2e5818000 Major changes from the INDT team:
Refactored code to be more managable.
A real "global history" was implemented. Now, the users can view, edit, delete and activate all the visited web sites througt a graphical user interface (tree data structure).
The "expandable bar" was remove. The new menutoolbutton replace it.
Improved the "preference window" . The user can set up the proxy and block popup windows using it
Users can edit bookmark properties.

NOT PART OF FIREFOX BUILD.


git-svn-id: svn://10.0.0.236/trunk@172952 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 16:36:18 +00:00
pedemont%us.ibm.com
c9f6e9439e Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@172951 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 16:30:03 +00:00
axel%pike.org
c426782274 bug 276707, JS Error when dragging address card with no email address to compose window address widget, patch by Mark Banner, r=bienvenu, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172950 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 16:08:32 +00:00
axel%pike.org
2ec29ebf23 bug 290043, Tidy address book code, patch by Mark Banner, r=bienvenu, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172949 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 15:41:47 +00:00
bzbarsky%mit.edu
d0dddb2d9b Make tooltips come up in the right place over popups. Bug 212081, patch by Son
Le <son.le0@gmail.com>, r=neil, sr=bzbarsky, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172948 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 15:38:14 +00:00
bienvenu%nventure.com
007af0b842 fix 285474 display sender header if it's different than from header, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172947 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 15:07:15 +00:00
bugzilla%arlen.demon.co.uk
96c11dc68c Bug 285653 add reporter tool to nightly builds (patch for SeaMonkey)
p=gandalf@aviary.pl r=benjamin a=asa


git-svn-id: svn://10.0.0.236/trunk@172946 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 14:02:12 +00:00
aaronleventhal%moonset.net
8f21ab6950 Bug 290260. Allow xhtml2:role for XUL elements with no nsIAccessibleProvider implementation. r=kyle.yuan, sr=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@172945 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 13:11:01 +00:00
bugzilla%arlen.demon.co.uk
f8673439ce Bug 290024 Address Book vanishes if it is renamed as blank
p=bugzilla@standard8.demon.co.uk r=neil.parkwaycc.co.uk sr=bienvenu a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172944 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 11:11:11 +00:00
bugzilla%arlen.demon.co.uk
639143044c Bug 289444 Give prefs panels titles a unique name (xpfe patch)
p=giacomo.magnini@portalis.it r=kairo sr=neil.parkwaycc.co.uk a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172943 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 11:05:42 +00:00
jshin%mailaps.org
5458459c59 bug 277656 : get nsFontMettricsXft.cpp in cairo sync with its counterpart in gtk (r/a=dbaron, sr=roc)
git-svn-id: svn://10.0.0.236/trunk@172942 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 08:37:43 +00:00
bugzilla%arlen.demon.co.uk
e3bb7590d2 Bug 292487 Remove duplication of "font" in pref-viewing_messages.xul
p=giacomo.magnini@portalis.it r=kairo sr=neil.parkwaycc.co.uk a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172941 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 08:27:51 +00:00
roc+%cs.cmu.edu
ca3be43c02 Checked in wrong patch. Backing out.
git-svn-id: svn://10.0.0.236/trunk@172939 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 04:48:59 +00:00
bzbarsky%mit.edu
87f32bb860 When a form control is removed from the document and no longer has a form, also
check whether it's still in the same subtree as its mForm.  If it is, then
don't remove it from the form.  Bug 291042, r=sicking, sr=peterv, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172938 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 04:41:06 +00:00
roc+%cs.cmu.edu
9e1ef0858d Bug 47710. Fix padding inside scrollframes. r+sr=dbaron,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172937 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 04:26:38 +00:00
roc+%cs.cmu.edu
5501c62d68 Bug 291965. Use correct clipping rectangle when drawing 1-bit alpha tiled images in GTK2. r+sr=me,a=asa patch by Jan Darmochwal
git-svn-id: svn://10.0.0.236/trunk@172936 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 02:22:18 +00:00
roc+%cs.cmu.edu
e83744f868 Bug 292286. Fix stupid typo so that we don't reset the vertical scrollbar when there is no horizontal scrollbar. r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172935 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 02:16:25 +00:00
joshmoz%gmail.com
e779b52c02 add myself to credits... I recall writing this a while back. Nice job on autofill pink!
git-svn-id: svn://10.0.0.236/trunk@172934 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 01:54:46 +00:00
timeless%mozdev.org
9bd876db45 Bug 207306 plugin host should be destoryed on Observe() "NS_XPCOM_SHUTDOWN_OBSERVER_ID" rarther than on "quit-application"
patch by bugspam.Callek@gmail.com r=jst sr=jst a=asa


git-svn-id: svn://10.0.0.236/trunk@172933 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 22:28:46 +00:00
pinkerton%aol.net
336b5387c0 manual form fill
git-svn-id: svn://10.0.0.236/trunk@172932 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 17:59:45 +00:00
pinkerton%aol.net
203f33a492 first pass at form fill
git-svn-id: svn://10.0.0.236/trunk@172931 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 17:55:11 +00:00
bzbarsky%mit.edu
c1d4445ac6 Fix 64-bit bustage. Bug 247629, patch by Sunil <funtoos@yahoo.com>, r=jshin,
sr=bzbarsky, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172930 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 17:36:19 +00:00
bzbarsky%mit.edu
716a687c53 Don't flag XUL elements created via nsXULElement::Create as being in a document
-- they're not.  Bug 292247, r=sicking, sr=jst, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172929 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 17:32:49 +00:00
bugzilla%arlen.demon.co.uk
3b5c2b7d51 Bug 292113 Composer prefs Help needs an update
p=stefan_h@hem.utfors.se r=me a=asa


git-svn-id: svn://10.0.0.236/trunk@172928 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 15:29:03 +00:00
cbiesinger%web.de
cbe02fbeff 292355 send the document's URI as referrer, instead of the document's base URI
r=jst sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@172927 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 13:08:14 +00:00
cbiesinger%web.de
af96dffb75 292357 nsFrameLoader should use the content's base URI, not the document's
r+sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@172926 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 13:06:48 +00:00
neil%parkwaycc.co.uk
2eb240f81d Bug 292109 Remove Account column from message search p=stefan_h r+sr=me a=asa
git-svn-id: svn://10.0.0.236/trunk@172925 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 10:43:12 +00:00
steffen.wilberg%web.de
5fea384282 Bug 292411: View Saved Passwords list is blank when animateFadeIn set to true. p=dave.townsend@blueprintit.co.uk, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172924 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 10:30:54 +00:00
neil%parkwaycc.co.uk
c6662fb222 Code cleanup followup to bug 291870 r=mscott sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@172923 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 09:50:03 +00:00
neil%parkwaycc.co.uk
8320c51a0f Bug 178003 Restore sidebar to address book, make it so that the addressing panel allows you to easily add To, Cc or Bcc recipients r=Standard8 sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@172922 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 09:48:35 +00:00
neil%parkwaycc.co.uk
fd1d66942b Bug 288729 gtk2 native keybindings prevent default enter event r+sr=bryner a=asa
git-svn-id: svn://10.0.0.236/trunk@172921 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 09:44:41 +00:00
jshin%mailaps.org
7a12751482 bug 292414 (originally bug 141373) : add 'jp=Japan' to regionNames.properties, patch ported to toolkit by Anbo Motohiko (amotohiko_mozillafirebird@yahoo.co.jp) (r=tao, sr=dveditz, a=chofmann)
git-svn-id: svn://10.0.0.236/trunk@172920 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 07:43:50 +00:00
jshin%mailaps.org
3fa967225b bug 237434 : add 'langGroups' for several scripts (r=smontagu, sr=dbaron, a=asa): this file was omitted by mistake in the previous check-in
git-svn-id: svn://10.0.0.236/trunk@172919 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-01 07:36:59 +00:00
bienvenu%nventure.com
7e61257b91 interrupt search when destroying search session, sr=mscott, a=chofmann, might help with 273560
git-svn-id: svn://10.0.0.236/trunk@172918 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 16:42:01 +00:00
shaver%mozilla.org
5972af244f Bug 292373: fix plugin bustage on Windows from bug 291229's landing.
Patch from dougt, r+sr=shaver.


git-svn-id: svn://10.0.0.236/trunk@172917 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 16:15:08 +00:00
bienvenu%nventure.com
a048240ca6 fix instance of 123063 indefinite stall on save to imap folder, fix cancel of fcc and timeout of re-used imap connections sr=mscott, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@172916 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 15:30:25 +00:00
bienvenu%nventure.com
faa56bb40d change sender to from in search and filters ui because there already is a sender header, which is not from, sr=mscott,a=chofmann 221724
git-svn-id: svn://10.0.0.236/trunk@172915 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 15:25:31 +00:00
bienvenu%nventure.com
3d01e46a27 fix instance of 123063 indefinite stall on save to imap folder, fix cancel of fcc sr=mscott, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@172914 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 15:24:22 +00:00
kairo%kairo.at
95b4ed25bd back out bug 58523 as it breaks windows seamonkey builds and has no approval.
git-svn-id: svn://10.0.0.236/trunk@172913 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 12:39:25 +00:00
robin.lu%sun.com
baf6570080 fix bug 58523 -P, -nosplash, -splash, -console, -ProfileManager, -installer switches (arguments) unable to launch anything other than the browser (mail does not open on startup)
patched by brian.lu@sun.com
r=neil.parkwaycc.co.uk
sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@172912 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 07:05:55 +00:00
robin.lu%sun.com
b15f34763d fix bug Bug 266259 memory leak in nsCharsetConverterManager::GetCharsetLangGroupRaw()
patched by Boying Lu <brian.lu@sun.com>
r=smontagu
sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@172911 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 06:11:35 +00:00
bzbarsky%mit.edu
2409aab98a Actually address the review comments on bug 290377... r+sr=dbaron, a=asa
git-svn-id: svn://10.0.0.236/trunk@172910 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 05:16:21 +00:00
jshin%mailaps.org
352e80957b bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa)
git-svn-id: svn://10.0.0.236/trunk@172909 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 02:57:57 +00:00
robin.lu%sun.com
d1eafee73d fix bug 290435 proxy settings are disabled after switching profiles.
alecf: review+
neil.parkwaycc.co.uk: superreview+
patched by Boying Lu <brian.lu@sun.com>


git-svn-id: svn://10.0.0.236/trunk@172908 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 02:37:41 +00:00
jshin%mailaps.org
c5c347930c bug 166127 search string in Japanese doesn't match exactly : patch by saito@densan.co.jp, r/sr=jst, a=asa
git-svn-id: svn://10.0.0.236/trunk@172907 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 01:37:00 +00:00
bienvenu%nventure.com
46ebe1f8f7 fix 292101 problems with pop3 quarantining of new messages and 292079 temp files left around when quarantining pop3 downloaded mail, sr=mscott, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@172906 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 00:36:39 +00:00
scott%scott-macgregor.org
0aa33b43af Bug #234541 --> On Mac OS X, clicking on a mailto URL in Firefox or Safari when Thunderbird is not open yet, we open the mail 3 pane
instead of a compose window. The Mac passes in -url mailto:mscott@mozilla.org, so make sure the compose command line handler
can handle that format.

This line is in a THUNDERBIRD only ifdef and is not built by seamonkey.


git-svn-id: svn://10.0.0.236/trunk@172905 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 00:31:13 +00:00
scott%scott-macgregor.org
5c310ef875 Bug #234541 --> On Mac OS X, clicking on a mailto URL in Firefox or Safari when Thunderbird is already open, fails to open
a compose window. Instead, you get an error failing to find navigator.xul.

Change the value of browser.chrome to point to the messengercompose chrome.


git-svn-id: svn://10.0.0.236/trunk@172904 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 00:28:22 +00:00
wtchang%redhat.com
155828e90b Bugzilla Bug 269591: use the poll prototype in current OpenBSD releases.
git-svn-id: svn://10.0.0.236/trunk@172903 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-30 00:19:33 +00:00
scott%scott-macgregor.org
cd4c08747f change Dictionary Languages to 'Language'
git-svn-id: svn://10.0.0.236/trunk@172901 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 23:45:11 +00:00
vladimir%pobox.com
4ee9c8a018 fix misc dragging issues, r=snoopy
git-svn-id: svn://10.0.0.236/trunk@172900 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 23:39:36 +00:00
mvl%exedo.nl
83c3a990b8 set .valid after setting time. bug 287985, r=vlad
git-svn-id: svn://10.0.0.236/trunk@172899 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 23:34:33 +00:00
shaver%mozilla.org
adb053737a Properly rebuild the calendar tree when calendars are added or removed. This
was way harder than I thought it would be, though the resulting code looks
simple enough.  Leave me alone, it's been a long week.  (NPTOB.)


git-svn-id: svn://10.0.0.236/trunk@172898 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 23:28:12 +00:00
vladimir%pobox.com
316e35d8df clear mIsUtc when a non-null non-utc timezone is assigned, r=pav
git-svn-id: svn://10.0.0.236/trunk@172897 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 23:11:17 +00:00
wtchang%redhat.com
39510af5c6 Internal functions should not be declared with NSPR_API.
git-svn-id: svn://10.0.0.236/trunk@172896 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 22:47:56 +00:00
wtchang%redhat.com
b85413dafc Fixed compiler warnings.
Modified files: bigfile3.c env.c initclk.c layer.c nbconn.c ntioto.c
	op_filnf.c prpoll.c randseed.c


git-svn-id: svn://10.0.0.236/trunk@172895 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 22:46:05 +00:00
bienvenu%nventure.com
dcf923580d fix 286930 and 261668 problems with header only download feature, patch by hyc@symas.com, r=bienvenu,sr=mscott,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172894 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 22:40:56 +00:00
cbiesinger%web.de
fa7f9459be fixing qt bustage from bug 289940
r+sr=jst a=shaver not part of default build


git-svn-id: svn://10.0.0.236/trunk@172893 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 22:29:54 +00:00
shaver%mozilla.org
0a1edacef0 Unify observer notification to suppress exceptions _and_ show off
JS_HAS_ARRAY_EXTRAS a little.  r=pavlov, npotb.


git-svn-id: svn://10.0.0.236/trunk@172892 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 22:26:21 +00:00
dbaron%dbaron.org
b602ccb307 Yikes, back out.
git-svn-id: svn://10.0.0.236/trunk@172889 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 22:24:53 +00:00
dbaron%dbaron.org
01e2aeee7e Pull layout from REFLOW_20050429_BRANCH.
git-svn-id: svn://10.0.0.236/trunk@172888 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 22:24:52 +00:00
julien.pierre.bugs%sun.com
252f4e19f5 Fix for bug 292390 . Prevent crash in certutil with -P option and dbprefix omitted.
git-svn-id: svn://10.0.0.236/trunk@172886 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 21:58:49 +00:00
wtchang%redhat.com
1f7b4650e9 Updated for the NSPR 4.6 release.
Modified Files: repackage.sh prinit.h pr/tests/vercheck.c


git-svn-id: svn://10.0.0.236/trunk@172885 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 21:35:46 +00:00
wtchang%redhat.com
4b867d6ca5 Bugzilla Bug 273336: Checked in Brian Ryner's patch:
Add support for using gcc's visibility pragma to treat all function and
method declarations as "hidden" unless declared otherwise.  Create wrappers
for system headers that cause them to be treated as default-visibility
declarations.  This gives a substantial code size and performance win on
compilers that support it.  r=darin sr=dbaron.
Modified Files:
	configure configure.in config/Makefile.in
	config/autoconf.mk.in config/config.mk pr/include/prtypes.h
	pr/src/md/unix/uxproces.c pr/tests/sel_spd.c
Added Files:
	config/gcc_hidden.h config/make-system-wrappers.pl
	config/system-headers


git-svn-id: svn://10.0.0.236/trunk@172884 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 21:02:55 +00:00
timeless%mozdev.org
4450bbe322 R:\mozilla\js\src>cl -FoWINNT5.1_DBG.OBJ/ -c /MD /Od /Z7 -D_X86_=1 -DXP_WIN -DXP_WIN32 -DWIN32 -D_WINDOWS -D_WIN32 /nologo /W3 /FpWINNT5.1_DBG.OBJ/js.pch -DDEBUG -DDEBUG_timeless -DJS_VERSION=140 /Op -DEXPORT_JS_API jsinterp.c jsinterp.c
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLPI' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLOBJECT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCOMMENT' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_XMLCDATA' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMEPART' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_QNAMECONST' was undefined
jsinterp.c(5463) : error C2094: label 'do_JSOP_GETMETHOD' was undefined


git-svn-id: svn://10.0.0.236/trunk@172883 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 20:35:19 +00:00
pavlov%pavlov.net
927ac92dd2 remove the calendar from the cache in unregisterCalendar
git-svn-id: svn://10.0.0.236/trunk@172882 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 19:06:35 +00:00
masayuki%d-toybox.com
03d259c108 bug 292263 ATOK's Moji Palette that is like software keyboard doesn't work. r=timeless, sr=neil, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172878 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 18:30:23 +00:00
pavlov%pavlov.net
f72008b311 force pref names to be lowercase
git-svn-id: svn://10.0.0.236/trunk@172877 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 18:23:36 +00:00
pavlov%pavlov.net
f95b9d116e delete user prefs associated with a calendar with you unregister it
git-svn-id: svn://10.0.0.236/trunk@172876 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 18:16:52 +00:00
axel%pike.org
44de11a0dc bug 291771, co toolkit locales for xulrunner, fix multiple MOZ_CO_PROJECTs, r=bsmedberg,chase, a=asa
git-svn-id: svn://10.0.0.236/trunk@172874 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 16:56:07 +00:00
cbiesinger%web.de
71c19f7524 258185 don't send referrer when pressing shift+enter in the location bar
r=neil sr=jag a=dveditz


git-svn-id: svn://10.0.0.236/trunk@172873 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 16:02:14 +00:00
bzbarsky%mit.edu
3f6088524e Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa


git-svn-id: svn://10.0.0.236/trunk@172872 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 15:44:38 +00:00
dougt%meer.net
19aaefce8d Windows CE specific XPTCALL changes. This should better support SharedStub
Patch by John Wolf.

windows ce only.  not part of normal build.


git-svn-id: svn://10.0.0.236/trunk@172871 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 13:43:29 +00:00
dougt%meer.net
3d7bcc8055 Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa


git-svn-id: svn://10.0.0.236/trunk@172870 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 13:33:49 +00:00
cltbld
e48fef039a Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@172869 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 13:21:40 +00:00
tor%cs.brown.edu
be7b4a3752 Bug 291959 - not linking Xrender causes cairo SVG to crash on gtk1.
r+sr=bzbarsky, a=asa.


git-svn-id: svn://10.0.0.236/trunk@172868 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 13:16:07 +00:00
neil%parkwaycc.co.uk
7a5c5211b3 Bug 195248 set some default attributes in XUL instead of localstore now that bug123285 persists them correctly p=me/Standard8 r=Mnyromyr sr=bienvenu r+sr=mscott
git-svn-id: svn://10.0.0.236/trunk@172867 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 13:04:53 +00:00
cbiesinger%web.de
b502e75e07 245631 patch by Son Le <son.le0@gmail.com> r=biesi sr=dveditz a=asa
- Return error from WriteFrom when ProcessData fails
- verify that the type of the icon is correct (icon or cursor)
- make sure that the image offset is valid
- check for OOM (mRow, mAlphaBuffer)
- add safety checks for mRow and mAlphaBuffer


git-svn-id: svn://10.0.0.236/trunk@172866 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 12:16:00 +00:00
cbiesinger%web.de
e64ebdba57 Bug 292114 InstantiateFullPagePlugin should take nsIURI*, not nsString&
r=jst sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@172865 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 12:11:45 +00:00
bryner%brianryner.com
d3fda790a2 Removing duplicate comment start that causes annoying gcc warnings.
git-svn-id: svn://10.0.0.236/trunk@172864 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 07:44:42 +00:00
pavlov%pavlov.net
0b5a5d9263 fix event dialog to set alarmTime properly
git-svn-id: svn://10.0.0.236/trunk@172863 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 07:35:05 +00:00
timeless%mozdev.org
b6d91eeb64 Bug 291988 build warnings in plevent.c
patch by bugzilla@gemal.dk r=alecf sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@172862 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 06:09:42 +00:00
smontagu%smontagu.org
f873534309 Bug 272386: Allow multiple special codes in print headers and footers. Patch by Alexandre Tremon <atremon@elansoftware.com>, r=smontagu, sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@172861 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 04:57:51 +00:00
dougt%meer.net
ad68ace847 Adding fileno to shunt. Windows CE is broken and fileno returns a void*. Windows CE only.
git-svn-id: svn://10.0.0.236/trunk@172860 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 04:50:36 +00:00
bmlk%gmx.de
8e2649d1cc table captions are float containing blocks, bug 291520 r/sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@172859 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 04:11:31 +00:00
bob%bclary.com
c5929014cb Add regression test for bug 234389, by Alex Vincent
git-svn-id: svn://10.0.0.236/trunk@172858 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 03:33:45 +00:00
robert%accettura.com
d36d40e35d fix bustage... sorry for the delay
git-svn-id: svn://10.0.0.236/trunk@172857 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 02:23:58 +00:00
darin%meer.net
ac826cd6cf fixes bug 290688 "Unable to compile XULRunner with SVG extension" patch by bsmedberg, r=tor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172856 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 01:15:03 +00:00
robert%accettura.com
7019f4966d Make reporter use a preference for server locations (part of bug #285653) r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172854 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 00:34:56 +00:00
wtchang%redhat.com
2d8c79bbf1 Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxes
and needs more work.


git-svn-id: svn://10.0.0.236/trunk@172853 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-29 00:15:42 +00:00
jst%mozilla.jstenback.com
ebed1ee784 Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@172848 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 23:48:28 +00:00
darin%meer.net
3a07aa4100 Attempt to fix creature bustage
git-svn-id: svn://10.0.0.236/trunk@172847 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 23:00:09 +00:00
mvl%exedo.nl
2b9c4fa404 Make overwriting a pref really overwrite, not store a new pref.
bug 291596, r=pavlov


git-svn-id: svn://10.0.0.236/trunk@172846 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 22:55:00 +00:00
wtchang%redhat.com
ef4b969186 Bugzilla Bug 291724: removed the workaround for a very old Windows NT 4.0
bug. The workaround modified _tzset related global variables in Microsoft
CRT directly and relied on undocumented properties of the buffers that
_tzname[0] and _tzname[1] point to.  r=darin.
Modified files: ntmisc.c ntthread.c w95thred.c


git-svn-id: svn://10.0.0.236/trunk@172845 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 22:54:51 +00:00
wtchang%redhat.com
2243460c04 Bugzilla Bug 291982: fixed a bug when we remove an item from a list
while iterating through the list.  The bug was reported and tracked down by
kamil@good.com.


git-svn-id: svn://10.0.0.236/trunk@172841 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 22:37:25 +00:00
roc+%cs.cmu.edu
b301051b39 Bug 282708. Position <object>'s view before creating its widget, to avoid flicker from creating it in the wrong position and then instantly moving it. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172840 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 22:17:40 +00:00
roc+%cs.cmu.edu
2491d69963 Bug 290752. Don't create unnecessary level of style contexts for scrolled frames. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172839 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 22:14:16 +00:00
roc+%cs.cmu.edu
2e6af51c99 Bug 291537. Don't wipe out mGestureDownPoint in StopTrackingDragGesture, since we may need it right afterward. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172838 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 22:11:53 +00:00
roc+%cs.cmu.edu
be405fe0d1 Bug 290673. Restore event->point after dispatching to views, in case someone wants to use it later (Windows widget appears to). r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172837 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 22:03:28 +00:00
roc+%cs.cmu.edu
131435cb9a Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@172836 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:57:22 +00:00
steffen.wilberg%web.de
ca0cb7e6fa Bug 284081: When software install (xpinstall.enabled) is disabled, clicking 'Edit Options' on the message bar opens an empty window. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172835 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:49:46 +00:00
tor%cs.brown.edu
0a95acd3c3 Bug 292160 - Turn on SVG preference by default. r=dbaron, sr=brendan, a=asa
git-svn-id: svn://10.0.0.236/trunk@172834 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:43:03 +00:00
bugzilla%arlen.demon.co.uk
d9cdee5641 Bug 196272 Remove edit>preferences>mailandnewsgroups>windows (file removal)
p=me r=mnyromyr/neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@172833 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:42:23 +00:00
darin%meer.net
af71daf505 fixes bug 291230 "HTTP downloads don't progress beyond (filesize % 4GB)" patch by mark@moxienet.com, r=biesi, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@172832 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:34:55 +00:00
mvl%exedo.nl
2f8205780c Add getCalendar. Add a few lines of extra documentation. r=dmose
git-svn-id: svn://10.0.0.236/trunk@172831 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:28:38 +00:00
mvl%exedo.nl
c8e9911ae1 Add getCalendar. Add a few lines of extra documentation. r=dmose
git-svn-id: svn://10.0.0.236/trunk@172830 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:26:47 +00:00
roc+%cs.cmu.edu
0d1ac7f10f Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172829 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:25:11 +00:00
bugzilla%arlen.demon.co.uk
c321c1b18f Bug 196272 Remove edit>preferences>mailandnewsgroups>windows
p=me r=mnyromyr/neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@172828 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:24:18 +00:00
bienvenu%nventure.com
195c0fef5e fix 282040 use ldap autocomplete in mailing list editor, if turned on for compose window, sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@172827 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 21:13:24 +00:00
bzbarsky%mit.edu
34cf5965da Don't use C++ comments in a file included from C code. r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172824 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 20:57:42 +00:00
dbaron%dbaron.org
9a9ce0d0ae Use constants rather than magic numbers for comparisons against keyCode and charCode. b=291613 r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172823 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 20:51:07 +00:00
dbaron%dbaron.org
a362d6bbdc Mouseout shouldn't fire on elements that were removed from the document. b=292146 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@172822 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 20:47:53 +00:00
dbaron%dbaron.org
271aa49b62 rules=all and rules=none shouldn't trigger collapsed borders. b=155507 r=bernd sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@172821 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 20:47:06 +00:00
bzbarsky%mit.edu
546bd6461b Remove unneeded layout flushes in XUL/XBL. Bug 290005, r=roc, sr=jst, a=asa
git-svn-id: svn://10.0.0.236/trunk@172820 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 20:23:26 +00:00
bzbarsky%mit.edu
13aba10e80 Don't call ValueAppended on every single inline style mutation. Should be a
tad faster, and actually serialize better.  Bug 288574, r+sr=dbaron, a=asa.


git-svn-id: svn://10.0.0.236/trunk@172819 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 20:19:24 +00:00
pavlov%pavlov.net
6c8d8dbd45 removing name argument to createCalendar method
git-svn-id: svn://10.0.0.236/trunk@172818 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 19:59:23 +00:00
doronr%us.ibm.com
1161f4a395 Bug 291716 - Install missing plugins... button only works once. r=mconnor,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172817 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 19:16:43 +00:00
doronr%us.ibm.com
8b0486ab15 Bug 220626 - Enable keyboard access to Blocked Popups notification bar. r=mconnor,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172816 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 17:28:00 +00:00
bzbarsky%mit.edu
da850874f2 Make sure to addref documents before calling Init(). Bug 291887, r+sr=jst,
a=brendan


git-svn-id: svn://10.0.0.236/trunk@172815 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 17:16:19 +00:00
kjh-5727%comcast.net
c492a14c63 Bug 179538 - Default solaris print command should call "lp". sr=alecf, a=asa.
git-svn-id: svn://10.0.0.236/trunk@172814 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 17:13:14 +00:00
bzbarsky%mit.edu
e6dfc5e889 Make file input frames correctly store their value in the content node even if
the whole presentation is coming down.  Bug 287120, r=sicking, sr=jst, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172813 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 17:11:22 +00:00
bzbarsky%mit.edu
a16228acf0 Fix crashes when document.load is called on an already-parsing XML document.
Bug 289292, r=sicking, sr=jst, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172812 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 16:57:24 +00:00
wtchang%redhat.com
0900a1b3c3 Bugzilla Bug 291858: fixed incorrect definitions of the CKM_SHAxxx_HMAC,
CKM_SHAxxx_HMAC_GENERAL, CKM_ECDH1_DERIVE, CKM_ECDH1_COFACTOR_DERIVE, and
CKM_ECMQV_DERIVE macros. r=nelsonb,relyea.


git-svn-id: svn://10.0.0.236/trunk@172810 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 16:53:19 +00:00
mconnor%steelgryphon.com
fef285d034 bug 291666 - installation of some extensions creates a file instead of a directory, patch by Robert Strong (moz_bugzilla@exchangecode.com), r=me, a=caillon
git-svn-id: svn://10.0.0.236/trunk@172808 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 14:41:36 +00:00
leon.sha%sun.com
8dd976cb29 Bugzilla Bug 290292. [Postscript] Text will beyond the end of table cell when printing or previewing in xft enabled mozilla.
Patch maker: leon.sha@sun.com.
jshin1987: review+
bzbarsky: superreview+
asa: approval1.8b2+


git-svn-id: svn://10.0.0.236/trunk@172802 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 08:04:00 +00:00
allan%beaufour.dk
306e4220d3 Fix timing problems for controls using index(). Bug 291797, r=smaug+doronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172801 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 07:23:38 +00:00
allan%beaufour.dk
1d52328760 Let controls using index() listen for changes to repeat indexes. Bug 289534, r=smaug+doronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172800 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 07:17:49 +00:00
masayuki%d-toybox.com
6c0c57b94a Bug 291909 The welcome page's static text 3 is small for ja-JP. r=bsmedberg, sr+a=dveditz
git-svn-id: svn://10.0.0.236/trunk@172799 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 05:43:22 +00:00
lpsolit%gmail.com
9bb519464d Bug 274724: The 'Edit Attachment' link is now available even if a user does not have 'editbugs' privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
git-svn-id: svn://10.0.0.236/trunk@172798 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 02:14:26 +00:00
tor%cs.brown.edu
8d2af61c2f Bug 292054 - don't name firefox svg packages differently. r+sr+a=chase
git-svn-id: svn://10.0.0.236/trunk@172797 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-28 00:58:53 +00:00
dougt%meer.net
dbf2293e20 Windows CE Only. Implementing _fullpath and getcwd
git-svn-id: svn://10.0.0.236/trunk@172796 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 23:11:37 +00:00
scott%scott-macgregor.org
df8e55c76a Bug #280825 --> Add Pref UI for changing the Spell As You Type Dictionary
git-svn-id: svn://10.0.0.236/trunk@172795 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 22:49:00 +00:00
scott%scott-macgregor.org
d0ce6d7842 Bug #292009 --> [Mac} Can't dismiss View Password dialog
git-svn-id: svn://10.0.0.236/trunk@172794 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 22:19:06 +00:00
tor%cs.brown.edu
a600933263 Bug 291471 - unused code causing svg crash on os-x. r=jhpedemonte, a=mkaply.
git-svn-id: svn://10.0.0.236/trunk@172793 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 21:49:40 +00:00
despotdaemon
848ee561d7 Pseudo-automatic update of changes made by mnyromyr@tprac.de.
git-svn-id: svn://10.0.0.236/trunk@172792 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 21:46:01 +00:00
despotdaemon
63c163257d Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@172791 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 21:23:27 +00:00
pavlov%pavlov.net
10234caa23 persisting calendar name and name changes using calendar prefs (bug 292097) r=shaver
git-svn-id: svn://10.0.0.236/trunk@172790 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 21:13:48 +00:00
dougt%meer.net
298caf6589 Enabling enough stuff so that maps.google.com works.
git-svn-id: svn://10.0.0.236/trunk@172789 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 21:00:24 +00:00
scott%scott-macgregor.org
7691ac9dbc the url I added for downloading more spell checking dictionaries is out of date and should point to the mozilla.org location.
git-svn-id: svn://10.0.0.236/trunk@172787 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 20:34:13 +00:00
christophe.ravel.bugs%sun.com
470d38da1a Change NSS version to 3.10.1 Beta.
git-svn-id: svn://10.0.0.236/trunk@172786 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 20:28:39 +00:00
bienvenu%nventure.com
e0e17d8dee fix 228237, losing offline imap events, r/a=sspitzer, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@172785 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 20:02:14 +00:00
bienvenu%nventure.com
8ca9e15268 fix 228237, losing offline imap events, r/a=sspitzer, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@172784 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 19:56:34 +00:00
bob%bclary.com
0c9ba17ffa for-each-in should not affect outer for-in statements, bug 292020, test by jmsachs@gmail.com
git-svn-id: svn://10.0.0.236/trunk@172783 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 19:48:02 +00:00
mkaply%us.ibm.com
816420d05f #287687
r=rginda, a=asa
Patch from  Gijs "Hannibal" Kruitbosch - chatzilla prefs window isn't coming up


git-svn-id: svn://10.0.0.236/trunk@172781 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 18:45:22 +00:00
wtchang%redhat.com
3a46a9e33f Bugzilla Bug 289015: enable nspr-config to use the --libdir option passed
to the configure script.  The patch is contributed by Ray Strode
<rstrode@redhat.com>.  r=wtc,cls.


git-svn-id: svn://10.0.0.236/trunk@172780 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 18:19:11 +00:00
dmose%mozilla.org
1cd40549ac Meta-interface for calICalendar providers to implement. r=stuart; NPOTB.
git-svn-id: svn://10.0.0.236/trunk@172779 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 18:15:18 +00:00
tor%cs.brown.edu
78d17c4368 Bug 290048 - change of <svg:use> attribute not shown. r=scooter, a=asa.
git-svn-id: svn://10.0.0.236/trunk@172778 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 16:54:12 +00:00
wtchang%redhat.com
87dc2ff993 Bugzilla Bug 291631: changed MOD_MINOR_VERSION to 6 for NSPR 4.6.
r=mozilla@rosenauer.org.
Modified files: configure.in configure


git-svn-id: svn://10.0.0.236/trunk@172777 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 16:52:43 +00:00
mkanat%kerio.com
ce6266d5f1 Bug 289012: Can't use an undefined value as a HASH reference at userprefs.cgi line 142.
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172776 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 16:00:25 +00:00
shaver%mozilla.org
55244c6ca0 - Update the calendar sidebar to include an "agenda" view, currently
filled with temporary sample data.

- Replace "new calendar" context entry (indeed, whole menu) with buttons
  for new, edit, delete.

- Wire up new, edit, delete of calendars.

- Make sure that we register our calendarManager listeners early, so that
  we see new calendars being created, if that's the first thing that happens.


git-svn-id: svn://10.0.0.236/trunk@172775 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 15:56:18 +00:00
timeless%mozdev.org
2f1f999ab5 Bug 281489 js.mak contains no rules for jsxml.*
patch by nallen@acm.org r=brendan


git-svn-id: svn://10.0.0.236/trunk@172774 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 13:42:46 +00:00
gandalf%firefox.pl
ea4e912184 Adding el,fi,fr,he and ro locales to all-locales; a=pike
git-svn-id: svn://10.0.0.236/trunk@172771 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 12:59:15 +00:00
cbiesinger%web.de
6e0043739a 291033 support "local" profile directories
r=bsmedberg sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@172770 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 11:56:40 +00:00
cbiesinger%web.de
e65e51f114 291876 fall back to Alert() instead of an error page when we have no nsIURI object
r=bz sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@172769 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 11:53:27 +00:00
cbiesinger%web.de
2f46e20e55 291846 pass arguments in the correct order
r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172768 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 11:50:24 +00:00
mkanat%kerio.com
c6764b8823 Bug 286695: bugs.resolution needs a default value
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172767 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 11:08:58 +00:00
allan%beaufour.dk
d61edbf65e Fixing bustage, bug 291935, the ifdef had crawled in the wrong place :)
git-svn-id: svn://10.0.0.236/trunk@172766 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 09:04:07 +00:00
allan%beaufour.dk
4cb9b74793 Add some debug printing to nsXFormsUtils::ReportError, r=doronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172765 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 08:29:42 +00:00
darin%meer.net
a2354b4d36 fixes bug 231300 "nsLocalFile::MoveTo is very slow to move directories [Cause of disk trashing (on NT) when clearing cache?]" patch by alfredkayser@nl.ibm.com, r+sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@172764 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 04:38:21 +00:00
bmlk%gmx.de
98efe955c0 pseudoframes need to be processed before the frame state is reset bug 282175 r/sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@172763 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 04:25:57 +00:00
timeless%mozdev.org
77889d0c49 Bug 291981 Extension Manager incompatible version update is broken - fallout from bug 286034
patch by moz_bugzilla@exchangecode.com r=ben a=ben


git-svn-id: svn://10.0.0.236/trunk@172762 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 04:11:47 +00:00
darin%meer.net
1af07ec016 fixes bug 288786 "Add BeginWriting equivalent to frozen string API" r=biesi sr=dbaron a=asa
git-svn-id: svn://10.0.0.236/trunk@172761 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 01:38:35 +00:00
darin%meer.net
76ed9d7ac3 fixes bug 289178 "Move show_punycode pref into nsStandardURL" r=biesi sr=dbaron a=asa
git-svn-id: svn://10.0.0.236/trunk@172760 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-27 01:32:36 +00:00
pedemont%us.ibm.com
e0276f5926 Properly handle unsigned values. Not part of default build. a=mkaply.
git-svn-id: svn://10.0.0.236/trunk@172759 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 23:00:18 +00:00
pedemont%us.ibm.com
adb5c60b03 Missing some #defines. Not part of default build. a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172758 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 22:58:26 +00:00
vladimir%pobox.com
f48d9d3599 b=291991, fix sqlite_schema stuff in mozStorageStatement, again r=shaver
git-svn-id: svn://10.0.0.236/trunk@172757 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 22:44:53 +00:00
brendan%mozilla.org
424fe5df5d Clear foreach flag when running off the prototype chain of the object being enumerated (292020, r/a=me, thanks to jmsachs@gmail.com for the report).
git-svn-id: svn://10.0.0.236/trunk@172756 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 22:42:53 +00:00
vladimir%pobox.com
9155dbbbfd b=291991, fix sqlite_schema stuff in mozStorageStatement, again r=shaver
git-svn-id: svn://10.0.0.236/trunk@172755 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 22:28:06 +00:00
roc+%cs.cmu.edu
d4f5aeeaf7 Bug 291390. Don't do hairy view calculations in menu popups ... do it the simple way which seems to actually work. In particular we should take all scroll offsets into account. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172754 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 21:47:29 +00:00
roc+%cs.cmu.edu
48ad61fb91 Bug 291897. Fix build breakage by having GNOMEShellService depend on widget and only try to use nsIGdkPixbufImage if we're a GTK2 build. r+sr=blizzard,a=asa
git-svn-id: svn://10.0.0.236/trunk@172753 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 21:32:26 +00:00
ben%bengoodger.com
249492cf8a 291791 - removing install.rdf for user-managed item deletes entire directory
291726 (patch by anbo motohiko) - firefox reports updates available that have already been intsalled
291572 - em namespaces changed (patch by robert strong)
r=bsmedberg, a=asa


git-svn-id: svn://10.0.0.236/trunk@172752 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 21:22:50 +00:00
pinkerton%aol.net
b02826921e workaround tiger view hookup ordering changes with user defaults pref to
go back to panther behavior (bug 291355)


git-svn-id: svn://10.0.0.236/trunk@172751 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 20:57:33 +00:00
mvl%exedo.nl
26321bcd7c Add basic calendar management.
bug 285014, r=shaver


git-svn-id: svn://10.0.0.236/trunk@172750 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 20:40:27 +00:00
vladimir%pobox.com
ecfbb2473c make sure to reset the schema version getter statement, to avoid a locked db later
git-svn-id: svn://10.0.0.236/trunk@172748 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 19:59:34 +00:00
bsmedberg%covad.net
abb8af3be9 Bug 291487 - unregistered Help chrome files (regression from bug 289555) r=Steffen a=asa
git-svn-id: svn://10.0.0.236/trunk@172746 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 19:23:29 +00:00
shaver%mozilla.org
03df5f525b Syntax error fix; NPOTB.
git-svn-id: svn://10.0.0.236/trunk@172745 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 19:01:26 +00:00
scott%scott-macgregor.org
36c0c4ddfe Bug #291870 --> port to the trunk. Enterprise customers can't lock the secure connection radio group
in the account settings panel because we aren't disabling the SSL radio item.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@172744 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 18:28:52 +00:00
maxf%magma.ca
7156fe8a01 Fix bustage. This is to get the QNX build of mozserver working, and does not
affect any Tinderbox builds.


git-svn-id: svn://10.0.0.236/trunk@172743 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 17:37:02 +00:00
mconnor%steelgryphon.com
19c8963619 bug 291726 - ff reports extension updates available that are already installed, patch by Anbo Motohiko (amotohiko_mozillafirebird@yahoo.co.jp), r+a=ben
git-svn-id: svn://10.0.0.236/trunk@172742 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 17:08:38 +00:00
mconnor%steelgryphon.com
85134fe662 bug 217611 - page info can be opened multiple times, patch by Jason Barnabe (jason_barnabe@fastmail.fm), r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@172741 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:55:59 +00:00
cst%andrew.cmu.edu
b60aa2e839 Bug 198137 Rename an address book and other areas of the product are not updated
patch by Standard8 <Mark Banner>, r+sr=bienvenu, a=asa


git-svn-id: svn://10.0.0.236/trunk@172740 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:50:04 +00:00
cst%andrew.cmu.edu
d5a844e6ba Bug 291014 Make GetProductBuildID handle ^M properly
r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@172739 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:44:18 +00:00
cst%andrew.cmu.edu
633321cd0a Bug 289553 Make dynamically changing the favicon update the icon in the tab
r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172738 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:41:36 +00:00
jake%bugzilla.org
f5a042b0e2 Bug 274906 - Bugzilla no longer displays an [edit] link inline for attachments. Instead, the edit page is linked to directly where a "view" link is available to get the raw data if required.
r=wurblzap, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172737 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:38:35 +00:00
cst%andrew.cmu.edu
e5278452d6 Bug 285647 Make forward and back button drop-down lists have same maximum length
r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172736 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:37:28 +00:00
cst%andrew.cmu.edu
c8193c588f Bug 290905 properly set $topobjdir for windows makeall.pl
r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@172735 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:35:42 +00:00
timeless%mozdev.org
03a6e9d1e4 Bug 291919 syntax error nsRootAccessible.cpp:585 when compiling with --disable-xul
git-svn-id: svn://10.0.0.236/trunk@172734 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 16:14:00 +00:00
cbiesinger%web.de
d7a4736137 289843 release references to the listener when the download is complete
r=bz sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@172733 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 14:07:21 +00:00
mvl%exedo.nl
e75f7f6359 scrollTo and getPosition methods of ScrollBoxObjects should use pixels
bug 52140, r+sr=bzbarsky, a=asa


git-svn-id: svn://10.0.0.236/trunk@172732 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 11:26:31 +00:00
bugzilla%arlen.demon.co.uk
2817a27a51 Bug 291798 virtualFolderListDialog.css entry for modern is incorrect
p=me r/sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@172731 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 08:30:48 +00:00
roc+%cs.cmu.edu
c265dafad5 Fixing Cairo image bugs. Not part of the build
git-svn-id: svn://10.0.0.236/trunk@172730 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 05:42:22 +00:00
roc+%cs.cmu.edu
2157d41187 Bug 287168. Fix clipping of tiled images in GTK. It just doesn't work. r=tor,sr=blizzard,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172729 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 04:53:40 +00:00
roc+%cs.cmu.edu
3a527a05c7 Bug 289983. Move nsIGdkPixbufImage to widget/src/gtk2 because 1) GTK1 doesn't need it and 2) cairo-gtk2 builds do need it.
git-svn-id: svn://10.0.0.236/trunk@172728 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 04:46:14 +00:00
masayuki%d-toybox.com
2bf4593844 Bug 291143 The heading text is rendered normal font (and the font should be set from install.it) r=bsmedberg, sr=dveditz, a=asa
git-svn-id: svn://10.0.0.236/trunk@172727 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 04:44:17 +00:00
brendan%mozilla.org
8bcad27cf8 Add JS_Get[UC]*PropertyAttrsGetterAndSetter for fast-back bug (274784, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172726 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 04:11:59 +00:00
bzbarsky%mit.edu
dad862ec1c Make text control state restoration work right even in subframes loaded from a
different website.  Bug 287446, r+sr=jst, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172725 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 03:31:29 +00:00
roc+%cs.cmu.edu
9b7340f7ff Bug 289509. Build Thebes code when Cairo GFX is being used. r=pavlov,sr=blizzard,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172724 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 03:26:47 +00:00
roc+%cs.cmu.edu
26e313756f Bug 291775. Fix print preview UI by making nsPrintEngine::GetSeqFrameAndCountPagesInternal use the frame constructor API to correctly find the page sequence frame. r+sr=bzbarsky,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172723 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 03:17:07 +00:00
roc+%cs.cmu.edu
037ed527e7 Bug 291443. Listboxes should always direct mouse capture to their scrolled frame, to ensure that events reach the DOM event listener. r+sr=bzbarsky,a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172722 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 03:14:38 +00:00
pinkerton%aol.net
ec8af9e8f0 disable close button on single tab when 'always show tab bar' is on
(bug 291758)


git-svn-id: svn://10.0.0.236/trunk@172721 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 02:52:04 +00:00
roc+%cs.cmu.edu
75c2430147 Bug 291222. Sort display list elements before we lose information about relative ordering by overwriting the topmost bit. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172720 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 02:31:19 +00:00
roc+%cs.cmu.edu
5efc210e97 Bug 174688. Don't apply top border-padding to block frames that aren't first in flow. Also, when a block is incomplete, ensure the frame extends to fill the entire available height. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@172719 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 02:26:12 +00:00
roc+%cs.cmu.edu
13f630b1b6 Bug 215760. Don't crash when we have a float continuation whose first-in-flow placeholder is inside an inline; make sure we find a preferred container that's an actual block. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@172718 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 02:24:20 +00:00
darin%meer.net
92dd8029ea fix OSX tinderbox orange
git-svn-id: svn://10.0.0.236/trunk@172717 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 01:38:00 +00:00
darin%meer.net
5b0fe87f62 Attempt to fix VC6 build bustage, define CSIDL_LOCAL_APPDATA if not provided
by the Microsoft header files.  r=bryner


git-svn-id: svn://10.0.0.236/trunk@172716 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 01:26:16 +00:00
dbaron%dbaron.org
675e23b4a7 Fix crashes by calling nsDOMClassInfo::EndGCMark after calling old GC callback so that EndGCMark is called after all marking is done. b=290535 r+sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@172715 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 01:23:53 +00:00
darin%meer.net
ddb302c507 fixes bug 291033 "Enable support for profile temp directory on local filesystem" aka "delete my cache please" r=bsmedberg a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172714 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 00:37:23 +00:00
gandalf%firefox.pl
27689831b4 Bug 286108: Remove xpfe/global locale bits from Tb;r=bsmedbrg;sr=mscott;a=asa
git-svn-id: svn://10.0.0.236/trunk@172713 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 00:34:00 +00:00
gandalf%firefox.pl
17f7cda6aa Bug 286108: Remove xpfe/communicator locale bits from Tb;r=bsmedbrg;sr=mscott;a=asa
git-svn-id: svn://10.0.0.236/trunk@172712 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 00:33:33 +00:00
tor%cs.brown.edu
71dc63f72e Bug 291817 - allow cairo to be used as the svg renderer on win32.
r=pavlov, a=asa.


git-svn-id: svn://10.0.0.236/trunk@172711 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 00:21:23 +00:00
tor%cs.brown.edu
e42e1bf322 Bug 256624 - <switch> should operate over "real" content children only.
Patch by scootermorris@comcast.net, r+sr=bz, a=asa.


git-svn-id: svn://10.0.0.236/trunk@172710 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-26 00:10:17 +00:00
tor%cs.brown.edu
775ef00693 Bug 291818 - make cairo conditionally use AlphaBlend(). r=paper, a=asa.
git-svn-id: svn://10.0.0.236/trunk@172709 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 23:55:56 +00:00
tor%cs.brown.edu
b9a6a5d97e Bug 290896 - group opacity SVG elements sometimes not repainted when
when needs repainting.  r=scootermorris, a=asa.


git-svn-id: svn://10.0.0.236/trunk@172708 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 23:53:18 +00:00
tor%cs.brown.edu
8b60aa45d6 Bug 289910 - area invalidation not correct if new style resulted
in an empty region. r=afri, a=asa


git-svn-id: svn://10.0.0.236/trunk@172707 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 23:51:32 +00:00
tor%cs.brown.edu
22cf8b431a Backout checkin from wrong tree.
git-svn-id: svn://10.0.0.236/trunk@172706 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 23:49:30 +00:00
scott%scott-macgregor.org
9971d41576 Bug #291836 --> packaging changes for the new extension manager stuff
git-svn-id: svn://10.0.0.236/trunk@172705 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 23:03:56 +00:00
vladimir%pobox.com
539a4d95e6 b=291721, add classinfo to calendar components for less painful JS-ing
git-svn-id: svn://10.0.0.236/trunk@172703 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 22:04:59 +00:00
scott%scott-macgregor.org
36b7ed8d59 Bug #291259 --> Add a new preference, profile.force.migration which can be set to the name
of the migrator we want to force migration from. Left empty, the user will see
the normal list of all available sources we can migrate from. If you give it a
value, we automatically force migration from that type without any user interaction. Very useful for small
businesses migrating from another email client.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@172702 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 21:58:15 +00:00
sandeep.konchady%sun.com
c7c5a0f9a6 Fix for JSSE and JSS client timeout issue
Fixed a couple of issues.
[1] Reduced JSS and JSSE server timeout from 2 min to 35 sec
[2] Added try/catch to JSSE client to detect non Sun JCA
[3] Added socket and program timeout for JSS and JSSE clients so that they exit
gracefully
[4] Split TLS and SSLv3 in seperate mothods in JSSE_SSLclient.java


git-svn-id: svn://10.0.0.236/trunk@172701 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 21:28:12 +00:00
pinkerton%aol.net
a7269b4fcf check if open is allowed before opening on double-click (bug 291852)
git-svn-id: svn://10.0.0.236/trunk@172700 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 20:30:14 +00:00
richm%stanfordalumni.org
5822174eaf Fix for bug 290482 - add the -l directive to fix the broken linker command
git-svn-id: svn://10.0.0.236/trunk@172699 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 20:03:49 +00:00
richm%stanfordalumni.org
391eab0f59 Fix for bug 288397 - just remove definition of MAXHOSTNAMELEN since it is not used anywhere
git-svn-id: svn://10.0.0.236/trunk@172698 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 20:03:40 +00:00
ben%bengoodger.com
659045c519 Fix for various EM regressions caused by 286034: 291831 r=bsmedberg 291582 (patach by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=bsmedberg); 291673 (patch by Robert Strong <moz_bugzilla@exchangecode.com>) r=bsmedberg; 291675 (patch by bsmedberg, r=me); 291709 (thunderbird/sunbird startup patch by bsmedberg r=mvl)
git-svn-id: svn://10.0.0.236/trunk@172697 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 19:23:31 +00:00
scott%scott-macgregor.org
3b6df2d735 Bug #291836 --> thunderbird is DOA on startup due to missing some of the new extension manager prefs.
git-svn-id: svn://10.0.0.236/trunk@172696 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 18:51:51 +00:00
bsmedberg%covad.net
27cb763cae Bug 290995 - Add Components.reportError() (allow JS exception handlers to report errors to the JS console but then continue about their business) r+sr=shaver a=brendan
git-svn-id: svn://10.0.0.236/trunk@172695 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 18:45:11 +00:00
tor%cs.brown.edu
bf46624a9a Bug 289910 - area invalidation not correct if new style resulted in
an empty region.  r=afri, a=asa


git-svn-id: svn://10.0.0.236/trunk@172694 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 18:22:06 +00:00
dougt%meer.net
d3ccc97169 Don't print the arguments during compile. WinCE only
git-svn-id: svn://10.0.0.236/trunk@172691 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 18:03:17 +00:00
dougt%meer.net
982fe004ed Moving mozconfig into its own diretory as I expect more of these mozconfig
files to follow. not part of normal build.


git-svn-id: svn://10.0.0.236/trunk@172690 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 15:38:39 +00:00
dougt%meer.net
8ffc29f99b Checking in the WindowsCE tool wrappers for mozilla. This isn't part of the regular build.
git-svn-id: svn://10.0.0.236/trunk@172689 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 15:29:24 +00:00
pinkerton%aol.net
3f9679fac3 if status bar or bookmark bar are turned off from JS flags, dont allow
tab bar to always show if pref is on and don't register for the pref
changed notifications (bug 291786)


git-svn-id: svn://10.0.0.236/trunk@172688 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 14:49:25 +00:00
shaver%mozilla.org
938325489e Nobody cares what the toString method is, fool. (NPOTB)
git-svn-id: svn://10.0.0.236/trunk@172687 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 13:27:26 +00:00
mkaply%us.ibm.com
d7745318ac OS/2 build bustage
git-svn-id: svn://10.0.0.236/trunk@172686 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 13:06:43 +00:00
shaver%mozilla.org
0130a4468f If we can't create a calendar instance, perhaps because of a bogus id or uri,
just skip the calendar in question, rather than failing to get any calendars.
(Still to do: figure out exactly how we get into this state in the current
code.) NPOTB.


git-svn-id: svn://10.0.0.236/trunk@172685 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 12:59:52 +00:00
leon.sha%sun.com
1b0921a3c0 I do not notice the tree is frozen.
Back out my last checkin.


git-svn-id: svn://10.0.0.236/trunk@172684 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 05:22:21 +00:00
leon.sha%sun.com
21ccade190 Bugzilla Bug 290292 [Postscript] Text will beyond the end of table cell when printing or previewing in xft enabled mozilla.
Patch by leon.sha@sun.com
jshin1987: review+
bzbarsky: superreview+


git-svn-id: svn://10.0.0.236/trunk@172683 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 05:19:27 +00:00
vladimir%pobox.com
e1757bf357 use screen coords instead of client coords for event modification; scrolled views are then handled correctly
git-svn-id: svn://10.0.0.236/trunk@172682 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 03:57:55 +00:00
pinkerton%aol.net
101ffa55d1 first stab at improved multi-line tooltips (bug 248488)
git-svn-id: svn://10.0.0.236/trunk@172681 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 01:52:12 +00:00
pinkerton%aol.net
ed85973943 allow the outline view to ask the data source if the column has an icon
(rather than just assuming) when determining if an inline edit should start


git-svn-id: svn://10.0.0.236/trunk@172680 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-25 00:10:40 +00:00
paper%animecity.nu
e62e2c6357 Bug 286236: Cleanup nsImageWin::ConvertDDBtoDIB, remove BuildDIB. r=emaijala, sr=tor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172679 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 23:35:44 +00:00
paper%animecity.nu
1aa37c69ed Bug 289515 Remove nsImage*::CreateDDB. a=asa, r/sr=tor
git-svn-id: svn://10.0.0.236/trunk@172678 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 23:33:04 +00:00
cbiesinger%web.de
acfe043a0c fixing camino bustage
git-svn-id: svn://10.0.0.236/trunk@172676 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 21:42:37 +00:00
pinkerton%aol.net
41530278a1 adding divider line for new tabbed widget (bug 271621)
git-svn-id: svn://10.0.0.236/trunk@172675 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 21:28:33 +00:00
cbiesinger%web.de
75f2a6ce48 Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
r=bz sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@172674 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 21:16:28 +00:00
pinkerton%aol.net
357b714eaf make the search field in the cookie sheets the first responder. also put
the search fields into the key loop for full keyboard access. put the hack
for tabbing with search fields on toolbars into code that's more restrictive
to the search bar only being on a toolbar so it works more normally when
used in situations such as this in a normal key loop (bug 281031)


git-svn-id: svn://10.0.0.236/trunk@172673 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 20:27:29 +00:00
bzbarsky%mit.edu
a51d83f7e9 Fix bug 290878. client* coords are broken for events in a popup....
r=neil/mconnor, sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@172672 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 20:15:31 +00:00
pinkerton%aol.net
cec56c4842 add "looking glass" to search fields that don't have a popup (bug 282540)
git-svn-id: svn://10.0.0.236/trunk@172671 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 19:46:32 +00:00
vladimir%pobox.com
d28650d6d8 k, time for some ClassInfo
git-svn-id: svn://10.0.0.236/trunk@172670 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 19:04:46 +00:00
vladimir%pobox.com
c4a36044b8 can move between days now
git-svn-id: svn://10.0.0.236/trunk@172669 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 18:57:38 +00:00
vladimir%pobox.com
42a0f722f2 whitespace only changes, get rid of tabs
git-svn-id: svn://10.0.0.236/trunk@172668 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 18:51:02 +00:00
shaver%mozilla.org
fa2b70f3ba iTIP/iMIP improvements:
- Add Accept/Decline buttons to the summary display; both currently have the
   same effect:

 - Add the (someday: "accepted") item to the user's first calendar.

Also, teach the timezone heuristics about Eastern Time.

NPTOB.  Not as cool as vlad.


git-svn-id: svn://10.0.0.236/trunk@172667 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 18:33:50 +00:00
pinkerton%aol.net
fd0098831d dbl-click item in d/l manager to open it
git-svn-id: svn://10.0.0.236/trunk@172666 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 18:28:24 +00:00
silver%warwickcompsoc.co.uk
c7584887b9 Bug 291689 - Allow "-" (and other valid characters) in property keys.
r/a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@172665 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 17:15:43 +00:00
dbaron%dbaron.org
b0b8d14e56 Previous checkin was for bug 249782.
git-svn-id: svn://10.0.0.236/trunk@172664 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 16:56:13 +00:00
dbaron%dbaron.org
5fcf1dd8ac Fix const-ness of variables so this code compiles when _mbsstr and _mbschr are an overloaded pair of functions differing in constness, as seems to be the case on Visual Studio 2005. r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@172663 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 16:53:25 +00:00
vladimir%pobox.com
da82a3b6a6 drag fix for horizontal views
git-svn-id: svn://10.0.0.236/trunk@172662 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 10:59:07 +00:00
vladimir%pobox.com
b7c2aaf2ed more draggy swoopy goodness in the multiday view
git-svn-id: svn://10.0.0.236/trunk@172661 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 10:53:33 +00:00
vladimir%pobox.com
dfb6b4a69d add calIItemOccurrence.equals()
git-svn-id: svn://10.0.0.236/trunk@172660 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 10:52:27 +00:00
vladimir%pobox.com
d8244b6af0 Fixed CalendarViewController interface to correctly deal with Occurrences instead of events; selection & event deleting via keyboard
git-svn-id: svn://10.0.0.236/trunk@172659 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 06:37:18 +00:00
vladimir%pobox.com
77ca7fef4f cut and paste strikes again; call the correct functions here
git-svn-id: svn://10.0.0.236/trunk@172658 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 06:34:43 +00:00
vladimir%pobox.com
55d78c3596 basic view event selection
git-svn-id: svn://10.0.0.236/trunk@172657 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 04:45:57 +00:00
vladimir%pobox.com
fb00a3300f don't create tiny events
git-svn-id: svn://10.0.0.236/trunk@172656 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 03:41:48 +00:00
vladimir%pobox.com
1de8f15c97 more fixication
git-svn-id: svn://10.0.0.236/trunk@172655 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 03:16:16 +00:00
vladimir%pobox.com
579b13eac5 more view event creation goodness
git-svn-id: svn://10.0.0.236/trunk@172654 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 03:09:20 +00:00
robert%accettura.com
30382f03d2 I could have sworn I did this already, but I guess not. Removing rss feeds from header (which is really just a dump of mozilla.org page), and adjusting tabs to meet reporter's needs. No bug. Already implemented on server.
git-svn-id: svn://10.0.0.236/trunk@172653 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 02:50:19 +00:00
vladimir%pobox.com
c3b57d4ccd more view fixes
git-svn-id: svn://10.0.0.236/trunk@172652 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-24 02:06:55 +00:00
vladimir%pobox.com
530d541543 I dare you to drag out an event in the view. Double dare ya.
git-svn-id: svn://10.0.0.236/trunk@172651 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 21:48:54 +00:00
pinkerton%aol.net
e1fb44ac0b pref to have tab bar always visible (bug 162241)
git-svn-id: svn://10.0.0.236/trunk@172650 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 21:09:04 +00:00
pinkerton%aol.net
b7b694f0d4 separate 64bit progress api from 32bit because of possible compiler bug
passing long long params between c++ and objc (bug 291406)


git-svn-id: svn://10.0.0.236/trunk@172649 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 19:20:41 +00:00
steffen.wilberg%web.de
6f00a932ec Bug 263599: Status bar reappears after Print Preview even if it was hidden before. p=jcginn@gmail.com, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172648 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 16:37:20 +00:00
brendan%mozilla.org
40e9f8a25f Improve error reporting for too many array initialisers (276289, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172647 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 06:10:25 +00:00
ben%bengoodger.com
d429e610e7 <mconnor> it's splas.rc all over again!
git-svn-id: svn://10.0.0.236/trunk@172646 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 04:26:12 +00:00
neil.williams%sun.com
056a36a6c6 Bug 291555. Makes certutil process null CSR ext req lists as it did before NSS3.10. r=nelson
git-svn-id: svn://10.0.0.236/trunk@172644 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 03:58:19 +00:00
robert%accettura.com
2319eda635 Removed 2 bogus alert()'s I accidentally left after some testing. About as unnecessary and annoying as an Ashton Kutcher movie.
git-svn-id: svn://10.0.0.236/trunk@172643 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 03:20:15 +00:00
robert%accettura.com
627bedd130 no bug, not part of build just yet. Some UI consolidation, we now register a user on the fly when they submit a report, rather than make it a whole step and add more clicks (less is more). Some more subtle changes, nothing noteworthy. a=asa.
git-svn-id: svn://10.0.0.236/trunk@172642 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 03:11:56 +00:00
brendan%mozilla.org
aae99a8a67 Allow up to 2^23 literals in a script (155081, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@172641 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 02:14:20 +00:00
nelsonb%netscape.com
d8464f4c39 Prevent crash in certutil -C when incoming request has no attributes.
Bug 291542. r=julien.pierre


git-svn-id: svn://10.0.0.236/trunk@172640 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 02:12:00 +00:00
mkanat%kerio.com
998c3fefb3 Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from the disk
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172639 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 02:11:51 +00:00
mkanat%kerio.com
ea25873583 Bug 285722: Updates From 2.18- to 2.20+ will not work
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172638 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 02:09:23 +00:00
ben%bengoodger.com
60ac6ac557 fix build bustage - use comptr to delete obj
git-svn-id: svn://10.0.0.236/trunk@172637 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 02:08:12 +00:00
mkanat%kerio.com
dea0b13aee Bug 290277: Index renaming may fail if misnamed PRIMARY indexes exist
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172636 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 02:07:46 +00:00
ben%bengoodger.com
6f501b5430 291206 - verbose template rule format does not support parsetype='Integer' for literal match conditions... r=vlad sr=bryner a=brendan
git-svn-id: svn://10.0.0.236/trunk@172635 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 01:42:31 +00:00
ben%bengoodger.com
9c6d01071e 291177 - need interface for enumerating directories, implement nsIDirectoryEnumerator with close() method to free system resources after enumeration complete - used incorrect checkin comment for previous checkin which has the meat of the change! r+sr=darin a=brendan
git-svn-id: svn://10.0.0.236/trunk@172634 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 01:41:42 +00:00
ben%bengoodger.com
3b79325273 286034 - allow extensions to be installed/uninstalled by simply adding/removing their directories... r=bsmedberg, sr=darin, a=brendan
git-svn-id: svn://10.0.0.236/trunk@172633 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 01:39:51 +00:00
vladimir%pobox.com
9bf20ac9b5 some more view prettyness fixes
git-svn-id: svn://10.0.0.236/trunk@172632 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 00:23:15 +00:00
dougt%meer.net
1655412040 disable crypto while I work on coreconf. WINCE ONLY. Not part of normal build
git-svn-id: svn://10.0.0.236/trunk@172631 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 00:21:35 +00:00
brendan%mozilla.org
874c041f9d Check in timeless's patch to protect against last-ditch GCs under JS_InitClass (291439, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172630 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-23 00:07:35 +00:00
timeless%mozdev.org
ec6c3e8e6a fix GC_MARK_DEBUG for !JS_HAS_XML_SUPPORT
git-svn-id: svn://10.0.0.236/trunk@172629 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 23:53:40 +00:00
pavlov%pavlov.net
893b542222 fixing event dialog to use use timezone-corrected times when displaying start/end times. adding some code to try to guess what your system timezone is
git-svn-id: svn://10.0.0.236/trunk@172628 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 22:57:08 +00:00
despotdaemon
5685d8f646 Pseudo-automatic update of changes made by wtchang@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@172627 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 22:21:49 +00:00
scott%scott-macgregor.org
3fde51aad7 Bug #287793 --> fix a typo
patch by robert sayre


git-svn-id: svn://10.0.0.236/trunk@172626 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 21:44:52 +00:00
scott%scott-macgregor.org
1a5f3fecef Bug #291346 --> don't migrate the remember.signon pref
git-svn-id: svn://10.0.0.236/trunk@172625 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 21:33:59 +00:00
scott%scott-macgregor.org
68f9536957 Bug #254557 --> mail/app/Makefile.in DESTDIR typo lets 'make install DESTDIR=/tmp/somedir/' fail
Patch by Geir Thomassen

r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@172624 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 21:27:25 +00:00
scott%scott-macgregor.org
c5ee12a488 Avoid dereferencing a null object and throwing a needless JS error
git-svn-id: svn://10.0.0.236/trunk@172623 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 21:18:08 +00:00
julien.pierre.bugs%sun.com
67faaabe01 Fix for bug 170911 - add support for >2GB files on OS/2. r=mkaply, pedemonte
git-svn-id: svn://10.0.0.236/trunk@172622 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 21:16:11 +00:00
vladimir%pobox.com
cfe1fc3bd0 Let GetInTimezone return a new calDateTime correctly for dates, by just setting the timezone on the newly created time and not doing anything to the month/day
git-svn-id: svn://10.0.0.236/trunk@172621 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 21:11:14 +00:00
bsmedberg%covad.net
3a4c4bdca1 Updating all-locales list
git-svn-id: svn://10.0.0.236/trunk@172619 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 20:44:44 +00:00
dougt%meer.net
ab1805c12b Default WINCE mozconfig file. Not part of normal build
git-svn-id: svn://10.0.0.236/trunk@172618 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 20:18:53 +00:00
tor%cs.brown.edu
d2111ae14f Bug 291499 - prevent infinite indent in layout-debug. r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172616 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 19:46:35 +00:00
dougt%meer.net
9e9a70f438 Adding a few missing registry functions. WINDOWS CE ONLY. Not Part of the normal build
git-svn-id: svn://10.0.0.236/trunk@172615 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 19:36:37 +00:00
cltbld
59d9b52df4 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@172614 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 19:10:39 +00:00
dougt%meer.net
ca7c909ef9 Build changes for windows ce. With this patch, configure correctly
produces working a autoconf.mk file.

r=benjamin@smedbergs.us
sr+a=dbaron@mozillafoundation.org
b=291229


git-svn-id: svn://10.0.0.236/trunk@172613 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 19:06:27 +00:00
tor%cs.brown.edu
00934ed51d Bug 290835 - allow building both canvas and cairo svg, don't
statically link two copies of cairo code.  r=bsmedberg, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172612 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 19:03:41 +00:00
bsmedberg%covad.net
8c450a3ccd From bug 287262 - make the installers-% target match reality, NPOTDB
git-svn-id: svn://10.0.0.236/trunk@172611 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 18:33:55 +00:00
cbiesinger%web.de
28cc1c92d6 Bug 256988 firefox pkg-config files reference mozilla-xpcom and mozilla-nspr.
use MOZ_APP_NAME in the pkgconfig files
patch by Christian Persch <chpe@gnome.org> r+a=shaver


git-svn-id: svn://10.0.0.236/trunk@172610 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 17:11:13 +00:00
bzbarsky%mit.edu
3eb77dae83 Fix nsStandardURL::Equals to always return true when a URL is compared to
itself or its clone.   Bug 286702, r=biesi, sr=darin, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172609 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 15:46:26 +00:00
bsmedberg%covad.net
22a5bad22c Bug 287262 - build l10n automation - fix the official-branding targets NPOTDB
git-svn-id: svn://10.0.0.236/trunk@172608 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 15:38:35 +00:00
bzbarsky%mit.edu
ab153112e4 Removing -moz-page-break display value, since it's not needed. Bug 289975,
r+sr+a=dbaron


git-svn-id: svn://10.0.0.236/trunk@172607 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 15:31:44 +00:00
igor%mir2.org
49831e3c61 Fixing String.replace(re, function) where function doing regexps on its own would alter regexp data used by the regexp itself.
git-svn-id: svn://10.0.0.236/trunk@172606 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 15:28:19 +00:00
despotdaemon
14ec3d6c65 Pseudo-automatic update of changes made by wtchang@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@172605 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 15:18:40 +00:00
despotdaemon
ecef626b84 Pseudo-automatic update of changes made by wtchang@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@172604 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 15:16:48 +00:00
timeless%mozdev.org
f81bd72065 Bug 291420 build.dat can't be read because |tell| returns 0
patch by ajschult@verizon.net r=chase


git-svn-id: svn://10.0.0.236/trunk@172603 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 14:21:39 +00:00
pinkerton%aol.net
b8f9a1cfc9 ifdef back the old session history until global history is fast enough
git-svn-id: svn://10.0.0.236/trunk@172602 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 13:53:58 +00:00
mkaply%us.ibm.com
5ece53e9fe #281203
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Andy Willis for XUL Runner - convert a Unix path to platform path


git-svn-id: svn://10.0.0.236/trunk@172601 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 13:49:03 +00:00
mkaply%us.ibm.com
c5d276a255 #281203
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Andy Willis - OS/2 needs a shortname for the simple test


git-svn-id: svn://10.0.0.236/trunk@172600 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 13:44:41 +00:00
mkaply%us.ibm.com
07420551bc #287603
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - Enable Mozilla to handle URL objects on the command line (similar to .url files on Windows)


git-svn-id: svn://10.0.0.236/trunk@172599 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 13:29:41 +00:00
mkaply%us.ibm.com
9f75cae627 #287603
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - Enable Mozilla to handle URL objects on the command line (similar to .url files on Windows)


git-svn-id: svn://10.0.0.236/trunk@172598 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 13:21:23 +00:00
bsmedberg%covad.net
1de9fcc577 Bug 287262 - use the correct l10n sourcedir for extra-jars.mn r=chase a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172597 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 13:07:50 +00:00
vladimir%pobox.com
1bd6afb47b add in Reorient button to view
git-svn-id: svn://10.0.0.236/trunk@172596 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 07:16:16 +00:00
vladimir%pobox.com
f6045601fe make the view not look horrible
git-svn-id: svn://10.0.0.236/trunk@172595 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 04:38:36 +00:00
mconnor%steelgryphon.com
5a1e61bcd8 bug 273466 - can't drag favicon from url bar into bookmark sidebar to create bookmark, r=vlad, a=asa
git-svn-id: svn://10.0.0.236/trunk@172594 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 03:52:11 +00:00
vladimir%pobox.com
dd6990c03f make the view not look horrible
git-svn-id: svn://10.0.0.236/trunk@172593 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 03:07:59 +00:00
vladimir%pobox.com
1616238c3b make the view not look horrible
git-svn-id: svn://10.0.0.236/trunk@172592 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 02:18:34 +00:00
myk%mozilla.org
d6312ffd28 Fix for bug 291391: allows users to rerequest set flags even if they don't have the privilege to set them; r=lpsolit; a=myk
git-svn-id: svn://10.0.0.236/trunk@172591 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 02:17:14 +00:00
dbaron%dbaron.org
cc4f3cc44e Restore broken .detail property on overflow and underflow events. b=291198 Patch from Nate Nielsen <nielsen@memberwebs.com>. +sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172590 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 02:01:34 +00:00
rbs%maths.uq.edu.au
e44ab657e8 Discarded characters cause the selected text to shift, b=289857. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172589 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 01:30:46 +00:00
scott%scott-macgregor.org
4cbe88cabc Bug #291319 --> two "save all..." menu items under File | Attachments menu
git-svn-id: svn://10.0.0.236/trunk@172587 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 00:16:21 +00:00
roc+%cs.cmu.edu
e6b89933ef Checking in Cairo code that gets things into a barely-usable state. http://weblogs.mozillazine.org/roc/archives/2005/04/glimpse_of_the.html Not Part Of The Build
git-svn-id: svn://10.0.0.236/trunk@172586 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 23:51:53 +00:00
timeless%mozdev.org
f19e898b1b Bug 291029 reversed args to memcpy results in write to readonly memory [@ memcpy - CopyToLowerCase::write]
r=dougt sr=roc a=asa


git-svn-id: svn://10.0.0.236/trunk@172585 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 22:30:21 +00:00
bugzilla%arlen.demon.co.uk
394e2dbc09 Bug 290646 Simplify some style rules in threadpane.css
p=stefan_h@hem.utfors.se r=mnyromyr sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@172584 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 22:06:12 +00:00
rbs%maths.uq.edu.au
ecc64d2dcd view-source crashes on bidi text, b=291176, r=smontagu, sr=bz, a=asa
git-svn-id: svn://10.0.0.236/trunk@172583 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:45:59 +00:00
tor%cs.brown.edu
d846a45c90 Bug 291339 - foreignObject crash in debug builds. r+sr=bzbarsky, a=asa
git-svn-id: svn://10.0.0.236/trunk@172581 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:39:13 +00:00
bzbarsky%mit.edu
d58b32a8ae Improve error-reporting for XBL content sink. Bug 290870, r+sr=bryner, a=asa
git-svn-id: svn://10.0.0.236/trunk@172580 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:31:05 +00:00
bugzilla%arlen.demon.co.uk
b6a157745b Bug 154711 Make it clearer Home and Bookmarks buttons appear on Personal, and not Navigation, Toolbar
p=zug_treno@yahoo.com r=me sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@172579 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:30:02 +00:00
bzbarsky%mit.edu
d7f8a4affc Remove a tad more code. r=sicking, sr=peterv, a=asa
git-svn-id: svn://10.0.0.236/trunk@172578 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:27:46 +00:00
mconnor%steelgryphon.com
888756dba6 land windowwatcher portions of jst's fix for bug 289949, r+sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@172577 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:21:11 +00:00
bzbarsky%mit.edu
0495f24713 Make sure to read memory that actually contains what we want. Bug 291020,
r+sr=peterv, a=asa


git-svn-id: svn://10.0.0.236/trunk@172576 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:20:19 +00:00
mconnor%steelgryphon.com
ee4fcdc66e land jst's fix for bug 289675, r=bz/dveditz, sr=brendan, a=chase
git-svn-id: svn://10.0.0.236/trunk@172575 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:05:10 +00:00
vladimir%pobox.com
fbf811c430 b=290772, make calendar getItems() use non-inclusive end date, r=shaver
git-svn-id: svn://10.0.0.236/trunk@172574 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 21:03:12 +00:00
roc+%cs.cmu.edu
f1b73d6dce Bug 291234. netwerk tests don't need to depend on GTK anymore. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@172573 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:59:15 +00:00
mozilla.mano%sent.com
38e843c627 Bug 254225 - [Mac] Expose back/forward keyboard shortcuts in the Go menu. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172572 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:58:30 +00:00
mozilla.mano%sent.com
d6d23d5e43 Bug 210043 - Expose 'Copy Image' UI on mac. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172571 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:53:03 +00:00
roc+%cs.cmu.edu
beb5db0281 Bug 290102. Don't flush pending invalidates when we are about to paint if the window has translucency, because on some platforms Invalidate will immediately call OnPaint even if it's supposed to be asynchronous, causing us to reenter and die. r+sr=me,a=dbaron, patch by pavlov
git-svn-id: svn://10.0.0.236/trunk@172570 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:53:00 +00:00
doronr%us.ibm.com
c0809ee785 xforms bug 289595 - Can't assume there is a non-null mSchema per model. r=aaronr,smaug a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172569 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:50:36 +00:00
mozilla.mano%sent.com
ba9af32697 Bug 285574 - [Mac] fonts settings dialog is cropped. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172568 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:46:16 +00:00
mozilla.mano%sent.com
e88914141b Bug 291276 - don't force edit commandsets from macBrowserOverlay. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172567 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:40:29 +00:00
silver%warwickcompsoc.co.uk
48fad3ce35 Bug 287687 - Branding branding branding.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172566 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:34:54 +00:00
mconnor%steelgryphon.com
1f7fcf6c99 land jst's fix for bug 289204, r+sr=brendan, a=shaver
git-svn-id: svn://10.0.0.236/trunk@172565 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:22:57 +00:00
silver%warwickcompsoc.co.uk
8f0b0aced7 Bug 227093 - Prompt the user when trying to close while connected.
r=samuel
a=asa
p=oriyanh@gmail.com (Oriyan Hermoni)


git-svn-id: svn://10.0.0.236/trunk@172564 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:21:56 +00:00
silver%warwickcompsoc.co.uk
51f744ea8e Bug 291149 - Add a "msg" property to all channel/user privmsgs and notices to aid hooks.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172563 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:19:13 +00:00
silver%warwickcompsoc.co.uk
4799f3bddd Bug 278746 - Always use the sole server's URL for the network's URL if the network was created as a wrapper for a specific server connection.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172562 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:16:03 +00:00
silver%warwickcompsoc.co.uk
69a7aa31e2 Bug 284149 - Cope better with trying to connect to a network using SSL when there are no servers, and make our own disconnect messages look like the errors they used to be.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172561 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:12:28 +00:00
silver%warwickcompsoc.co.uk
b6059ded2d Bug 265573 - Lets try to remove all traces of the client view when hiding it.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172560 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 20:08:25 +00:00
silver%warwickcompsoc.co.uk
9502592f27 Bug 290732 - Add CTCP SOURCE.
r=silver
a=asa
p=glenjamin@gmail.com (Glen Mailer)


git-svn-id: svn://10.0.0.236/trunk@172559 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 19:53:04 +00:00
pavlov%pavlov.net
5b9e1d2cf1 removing debug print
git-svn-id: svn://10.0.0.236/trunk@172558 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 19:44:48 +00:00
silver%warwickcompsoc.co.uk
7bc4821f17 Bug 290626 - Mange CTCP TIME we must not.
r=silver
a=asa
p=glenjamin@gmail.com (Glen Mailer)


git-svn-id: svn://10.0.0.236/trunk@172557 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 19:34:19 +00:00
silver%warwickcompsoc.co.uk
2b9aded764 Bug 193977 - Remove some space-filling boxes.
r=samuel
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172556 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 19:30:04 +00:00
silver%warwickcompsoc.co.uk
290440468c Bug 289275 - Don't correct eventsPerStep if the time taken was 0, because we end up at Infinity!
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172555 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 19:26:22 +00:00
mostafah%oeone.com
e990f19944 Updating translation
git-svn-id: svn://10.0.0.236/trunk@172554 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 19:15:00 +00:00
bsmedberg%covad.net
91f457a620 Bug 291006 - Datasource: chrome://browser/locale/help/help-toc.rdf was not found, patch by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=me a=asa
git-svn-id: svn://10.0.0.236/trunk@172553 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 18:52:48 +00:00
scott%scott-macgregor.org
b70b050f5e bump the IID on a changed interface
git-svn-id: svn://10.0.0.236/trunk@172552 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 18:49:40 +00:00
scott%scott-macgregor.org
ebb69c2001 Bug #281252 --> Disable conversion to 7bit on request so external plugins like PGP Enigmail can
insist on 8-bit or quoted printable.

Patch by patrick.brunschwig@gmx.net
r=mscott
sr=bienvenu
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@172551 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 18:48:36 +00:00
cbiesinger%web.de
1f85025d5b 290371
- check the return value of FireListenerNotifications so that ODA does not get
  called if OnStartRequest or a previous ODA returned failure
- make sure to always call OnStartRequest
r=darin sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@172550 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 18:21:48 +00:00
cbiesinger%web.de
a87a9bc2b0 153377 disable windows-provided error popups for unresolved symbols, no disk in
drive, etc
r=neil sr=jag a=asa


git-svn-id: svn://10.0.0.236/trunk@172549 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 18:19:58 +00:00
silver%warwickcompsoc.co.uk
a418cd5f4f Bug 240111 - Refocus input box after clicking a link.
r=samuel
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@172548 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 18:14:19 +00:00
silver%warwickcompsoc.co.uk
d3d0bdbe5b Bug 287387 - Put user mode changes on network view.
r=samuel
a=asa
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)


git-svn-id: svn://10.0.0.236/trunk@172547 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 18:07:23 +00:00
silver%warwickcompsoc.co.uk
fcb853b388 Bug 189097 - Show user's nickname in own join/part messages.
r=rginda
a=asa


git-svn-id: svn://10.0.0.236/trunk@172545 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 17:59:37 +00:00
bsmedberg%covad.net
9a5e34a6cc Adding ga-IE
git-svn-id: svn://10.0.0.236/trunk@172544 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 17:55:13 +00:00
bsmedberg%covad.net
55de36caac Update list of locales that currently don't break.
git-svn-id: svn://10.0.0.236/trunk@172543 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 17:01:58 +00:00
timeless%mozdev.org
6656c7bacb Bug 281692 nsXPCOMGlue.cpp acts incorrectly on Environment Value (XPCOM_SEARCH_KEY)
bugspam.Callek@gmail.com r=shaver sr=shaver a=caillon


git-svn-id: svn://10.0.0.236/trunk@172542 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 16:48:07 +00:00
bugzilla%arlen.demon.co.uk
179ab67a96 Bug 266459 Progressmeter undetermined does not work sometimes
p=garyvdm@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172541 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 15:14:12 +00:00
bsmedberg%covad.net
92827642a9 Bug 287262 - Fix client.mk so that it pulls the various l10n directories we need r=Pike a=shaver
git-svn-id: svn://10.0.0.236/trunk@172540 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 13:24:56 +00:00
mozilla.mano%sent.com
7ed8963464 Bug 287885 - Error: redeclaration of const ADD_BM_DIALOG_FEATURES. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172539 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 09:29:59 +00:00
masayuki%d-toybox.com
a9e6edee5a bug 290920 If an element has 'font-variant: small-caps', the selection color is broken r/sr=bzbarsky, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172538 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 07:54:32 +00:00
pinkerton%aol.net
e4c2e09b80 full history in Go menu
git-svn-id: svn://10.0.0.236/trunk@172536 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 05:40:38 +00:00
brendan%mozilla.org
488387cbd2 Patch from Bob Clary <moz@bclary.com> to fix ancient iloop inherited from java.util.Date (273292, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172534 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 05:04:44 +00:00
roc+%cs.cmu.edu
b6935746e9 A couple of small Thebes updates. Not Part Of The Build
git-svn-id: svn://10.0.0.236/trunk@172533 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 04:19:16 +00:00
bsmedberg%covad.net
33a7513564 Followup to bug 287262 - don't use cygwinisms in XP makefile targets
git-svn-id: svn://10.0.0.236/trunk@172532 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 01:46:23 +00:00
pinkerton%aol.net
72740d4013 use long long for download file size progress (bug 288585)
git-svn-id: svn://10.0.0.236/trunk@172531 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-21 01:25:42 +00:00
pinkerton%aol.net
1892bff1eb fix crash loading empty tab group as we'd try to do validation on non-existant
web browser (all tabs had been removed) (bug 290874)


git-svn-id: svn://10.0.0.236/trunk@172526 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 23:25:03 +00:00
gandalf%firefox.pl
16d8008dcd pl-PL->pl;r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@172525 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 23:14:43 +00:00
dougt%meer.net
1b08d42d2f Adding default prompt service.
Fixed message box dialogs from being hidden.
Fixed PPC Connections from blocking too long when starting app.
Fixed startup problem where multiple clicking on application would cause no application to launch.  This problem might still existin in the build.
Attempting to handle resize events via (WM_SIZE) messages
Initial check in of all.js for wince.

WINDOWS CE ONLY.  Not part of default build.


git-svn-id: svn://10.0.0.236/trunk@172524 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 23:12:12 +00:00
bsmedberg%covad.net
fe74eccbfb Bug 287262 - Build locale packages by unpacking final en-US packages and repacking them with localized content r+a=Chase
git-svn-id: svn://10.0.0.236/trunk@172523 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 23:10:56 +00:00
dougt%meer.net
e5fa60d4cd Defaulting SetCurrentDirectory to ASCII. Windows CE only. NOT PART OF DEFAULT BUILD
git-svn-id: svn://10.0.0.236/trunk@172522 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 23:06:46 +00:00
pinkerton%aol.net
696827fdc1 add "new folder" to choose download folder sheet (bug 288743)
git-svn-id: svn://10.0.0.236/trunk@172521 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 23:04:28 +00:00
pinkerton%aol.net
90e3434c64 ignore backspace if focus is in object, embed, and applets when handling
backspace to go back (bug 268887)


git-svn-id: svn://10.0.0.236/trunk@172520 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 22:42:24 +00:00
tor%cs.brown.edu
4387b8b0aa Bug 291190 - Older SDKs missing FixedToFloat/FloatToFixed. r=pedemonte, a=asa
git-svn-id: svn://10.0.0.236/trunk@172519 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 22:26:19 +00:00
roc+%cs.cmu.edu
6fdab0019f Bug 290921. Use DOM event's screen coordinates to figure out where the mouse is relative to the slider ... it's the only way to be sure. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172518 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 22:22:51 +00:00
robert%accettura.com
f34cac7c06 no bug make 'show details' actually show problem type, not just the id for the problem type. a=asa over irc
git-svn-id: svn://10.0.0.236/trunk@172517 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 22:10:38 +00:00
timeless%mozdev.org
f7314fa4ac Bug 291064 Helper app dialog incomplete for non-nsStandardURL types
patch by gavin.sharp@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172516 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 22:07:45 +00:00
timeless%mozdev.org
cb177209d3 Bug 288160 Code checked in for bug 237776 (reload button should be disabled for blank tabs) is wrong when frames are involved
patch by gavin.sharp@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172515 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 22:04:03 +00:00
timeless%mozdev.org
0db632bb55 Bug 283522 SetPageProxyState no longer needs a URI parameter
patch by gavin.sharp@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172514 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 22:01:34 +00:00
timeless%mozdev.org
b7edc81403 Bug 246870 Access key for Clean Up should be C, not A
patch by gavin.sharp@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172513 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:58:00 +00:00
timeless%mozdev.org
53aed82968 Bug 245660 use nsIImageLoadingContent for copying image location
patch by gavin.sharp@gmail.com r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@172512 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:57:01 +00:00
bugzilla%arlen.demon.co.uk
9d9af1142c Bug 281263 Remove white text on active tab/column and "jumping" icons in Classic
p=stefan_h@hem.utfors.se r=bugs.mano sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@172511 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:54:59 +00:00
roc+%cs.cmu.edu
257fddd81f Bug 290297. Reconstruct previous margin after propagating float damage, in case that dirties the line. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@172510 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:45:24 +00:00
bob%bclary.com
f52d4a30da 15.9.3.2 new Date(value), bug 273292
git-svn-id: svn://10.0.0.236/trunk@172509 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:44:34 +00:00
robert%accettura.com
a960bcbdeb server half of bug 285653. Add new problem types, as well as a few changes to make it easier to add/change them in the future. Not part of any build
git-svn-id: svn://10.0.0.236/trunk@172508 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:43:25 +00:00
mvl%exedo.nl
7facee49d6 Add undo and redo to calendar.
bug 258258, r=vlad. npotb


git-svn-id: svn://10.0.0.236/trunk@172507 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:43:19 +00:00
bienvenu%nventure.com
55ca9bd2f3 fix crash clicking away from and back to virtual folder while search going on, sr=mscott, a=asa 273560
git-svn-id: svn://10.0.0.236/trunk@172506 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:25:45 +00:00
bienvenu%nventure.com
da58cbf4c3 fix message offset on messages left in inbox with pop3 downloaded mail quarantining, sr=mscott, a=asa, 258113
git-svn-id: svn://10.0.0.236/trunk@172505 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:22:02 +00:00
robert%accettura.com
caea5bc8ce bug 285653 add final list of problem types. Client side only. a=asa
git-svn-id: svn://10.0.0.236/trunk@172504 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 21:20:12 +00:00
dbaron%dbaron.org
6ecece7cc7 Add comment pointing out leak.
git-svn-id: svn://10.0.0.236/trunk@172502 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 19:39:27 +00:00
despotdaemon
235decfaff Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@172501 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 19:21:53 +00:00
mconnor%steelgryphon.com
08022c73d0 bug 290079 - trunk commit, r=caillon, sr=dveditz, a=caillon
git-svn-id: svn://10.0.0.236/trunk@172500 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 18:49:09 +00:00
doronr%us.ibm.com
0da0fd0d0b bug 283275 - Plugin finder service showing wrong plugins needed for a page after a tab closed that plugin service was ran. r=mconnor,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172499 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 18:31:12 +00:00
cbiesinger%web.de
ffcc4aa9af 286897 store hotspot information on XBM images if present in the file
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor a=asa


git-svn-id: svn://10.0.0.236/trunk@172498 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 17:17:02 +00:00
cbiesinger%web.de
1c9397dd24 209330 Use the real progress when no document is loading, to ensure that state
changes are sent when necessary
r=darin sr=jst a=brendan


git-svn-id: svn://10.0.0.236/trunk@172497 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 17:14:48 +00:00
doronr%us.ibm.com
ff3a1dd3d7 Bug 258277 - Add menu item to Check for Updates. r=mconnor,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172496 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 17:13:54 +00:00
neil%parkwaycc.co.uk
6365ba6f5b Exception-proof the clearing of the username and password from a URL in case it doesn't understand the concept b=290829 r=biesi sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@172495 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 17:06:45 +00:00
bsmedberg%covad.net
4dfea532f5 Bug 287262 - Make en-US.manifest contain all the locale registration (not in installed-chrome.txt any more) r=gandalf a=asa These files were forgotten the first time, which caused some problems with installer builds (not ZIP builds), see bug 291170
git-svn-id: svn://10.0.0.236/trunk@172494 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 17:00:46 +00:00
timeless%mozdev.org
eb13e82b96 Bug 290788 crash when try to 'save all' Attachments from MailNews 'File' 'Attachments' Menu [@ nsMessenger::SaveAllAttachments]
patch by bugzilla@mcsmurf.de r=neil sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@172493 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 16:51:30 +00:00
bob%bclary.com
c935617531 Fix crashMe2 testcase to check for SyntaxError instead of just not crashing
git-svn-id: svn://10.0.0.236/trunk@172492 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 16:34:20 +00:00
bzbarsky%mit.edu
a46c14c7d3 Implement WriteUtf8Z. Bug 290914, r=biesi, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@172491 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 15:39:24 +00:00
bzbarsky%mit.edu
ff7428a06d Throw instead of crashing if used before init(). Bug 290907, r=biesi,
sr=darin, a=asa


git-svn-id: svn://10.0.0.236/trunk@172490 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 15:37:38 +00:00
mozilla.mano%sent.com
99ebf6581c Bug 239218 - [Mac] Menus are nonfunctional in the Extensions/themes manager and in the JS Console. r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172489 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 15:32:57 +00:00
shaver%mozilla.org
7fb7e86c73 Bug 289483: Add a <deck> for control of tbird display mode, for extension
and other use. r=mscott, a=caillon.


git-svn-id: svn://10.0.0.236/trunk@172488 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 14:55:03 +00:00
shaver%mozilla.org
f1da19e8f9 Bug 262184: support Copy as a filter action (as in tbird 1.0). Finally
landing on the trunk, r=bienvenu, a=caillon.


git-svn-id: svn://10.0.0.236/trunk@172487 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 14:45:03 +00:00
shaver%mozilla.org
c8b0a031f2 please to not be overlaying the file that was removed from CVS; NPOTB
git-svn-id: svn://10.0.0.236/trunk@172486 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 13:57:22 +00:00
bugzilla%arlen.demon.co.uk
72f2591cf7 Bug 290675 Notify any listeners of the onEndHeaders event
p=Mnyromyr r=neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@172484 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 12:30:22 +00:00
mozilla.mano%sent.com
4c9b08dc55 Bug 285570 - add entities for changing window style (height,width) of preferences windows. patch from Reuven Gonen <linxspider@yahoo.com>, r=mconnor a=asa
git-svn-id: svn://10.0.0.236/trunk@172481 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 11:24:46 +00:00
bsmedberg%covad.net
3b0041905d Bug 289555 - Remove non-functional help buttons from PSM for toolkit apps r=mconnor+rrelyea a=asa
git-svn-id: svn://10.0.0.236/trunk@172480 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 10:58:06 +00:00
bsmedberg%covad.net
abe5c292c0 Bug 287262 - Make en-US.manifest contain all the locale registration (not in installed-chrome.txt any more) r=gandalf a=asa
git-svn-id: svn://10.0.0.236/trunk@172479 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 10:48:51 +00:00
steffen.wilberg%web.de
790cb17a7d Bug 289794: fix accesskeys in Preferences-General. r/a=mscott
git-svn-id: svn://10.0.0.236/trunk@172478 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 08:14:12 +00:00
bzbarsky%mit.edu
fea41970b2 Reposting when expired from cache should make sure to use the right history
entry; otherwise docshell is confused about which page it currently has
loaded.  Bug 289301, r=biesi, sr=darin, a=asa


git-svn-id: svn://10.0.0.236/trunk@172476 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 04:41:48 +00:00
bmlk%gmx.de
93b3fae332 do the granparent lookup for captions only when the parent is a inner table frame, bug286137 r/sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@172475 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 03:53:01 +00:00
pavlov%pavlov.net
e0d9fc95ca fixing clearRect to actually clear r=vlad a=brendan
git-svn-id: svn://10.0.0.236/trunk@172474 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 01:59:51 +00:00
mozilla.mano%sent.com
4758500078 Bug 289724 - [Mac] Missing progress bar animation in download window. patch from Mark Mentovai <mark@moxienet.com>, r=bryner sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@172473 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 01:01:13 +00:00
scott%scott-macgregor.org
f2fcaca14e Bug #291053 --> choose signature button no longer works from the account manager. Minor regression fall out from the
localizations in CVS work.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@172472 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 00:24:15 +00:00
christophe.ravel.bugs%sun.com
ea77b6193d 238319: Sun packages changes
Uprev rpm release to 4.


git-svn-id: svn://10.0.0.236/trunk@172467 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 00:18:26 +00:00
mozilla.mano%sent.com
26cb6c48cb Bug 253693 - [Mac] Cmd+? should bring up Help Contents. r=mconnor,josh a=asa
git-svn-id: svn://10.0.0.236/trunk@172466 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 00:10:56 +00:00
vladimir%pobox.com
195de63a17 b=291049, add patterns and gradients to canvas, r=pav,a=brendan
git-svn-id: svn://10.0.0.236/trunk@172465 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-20 00:00:23 +00:00
scott%scott-macgregor.org
16980c8527 Bug#267682 --> Getting RSS feeds should send "If-Modified-Since" header and then we should not download the feed
if we get a not modified response from the server

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@172464 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:50:45 +00:00
scott%scott-macgregor.org
06138944a7 Bug #289619 --> Thunderbird called "Mail & Newsgroups" on boot and if empty of content
Patch by Frank Wein <bugzilla@mcsmurf.de>


git-svn-id: svn://10.0.0.236/trunk@172463 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:49:06 +00:00
mkanat%kerio.com
b483941cbf Bug 284599: Use of REGEXP search is not consistent wrt case sensitivity
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172462 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:44:03 +00:00
lpsolit%gmail.com
d1fa0293a2 Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
git-svn-id: svn://10.0.0.236/trunk@172461 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:43:00 +00:00
scott%scott-macgregor.org
3a3f87cf5a Bug #277732 --> Copy Email Address no longer escapes characters
Port some changes from xpfe's nsContextMenu.js to Thunderbird


git-svn-id: svn://10.0.0.236/trunk@172460 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:27:18 +00:00
roc+%cs.cmu.edu
3b48266d9a Bug 290469. Don't trust the offset returned by GetOffsetFromView. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172459 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:06:47 +00:00
roc+%cs.cmu.edu
9c3f620600 Bug 255378. Make the click-hold context menu code keep content references, not frame references, just as the drag gesture code does, so that it's robust to frame reconstruction during the click-hold time interval. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172458 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:03:23 +00:00
bugzilla%arlen.demon.co.uk
be2528319e Bug 289838 "Search Messages" in Mail Account Context Menu is broken (always disabled)
p=me r=mnyromyr sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@172457 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 23:01:49 +00:00
roc+%cs.cmu.edu
b5213df298 Bug 290432. Add push/pop translation functions to nsIRenderingContext so cairo can override them. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172456 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 22:58:33 +00:00
christophe.ravel.bugs%sun.com
3044d51680 Changing beta flag to RTM.
git-svn-id: svn://10.0.0.236/trunk@172455 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 22:53:46 +00:00
bienvenu%nventure.com
02690931c8 fix 169432 allow entry of multiple e-mail addresses when adding entries to a mailing list, r/sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@172454 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 22:36:46 +00:00
darin%meer.net
c83155200c fixes bug 290850 "BUILD_ID uses $(shell) poorly" r=bsmedberg a=dbaron,caillon
git-svn-id: svn://10.0.0.236/trunk@172452 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 21:46:07 +00:00
brendan%mozilla.org
bae88eb206 Checking in patch from James Ross <silver@warwickcompsoc.co.uk (257751, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172451 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 21:44:23 +00:00
myk%mozilla.org
e092ad1d00 Fix for bug 238800: speeds up editflagtypes.cgi list of flags to tolerable level by adding index on flags.type_id; r=justdave; a=justdave
git-svn-id: svn://10.0.0.236/trunk@172450 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 21:43:37 +00:00
brendan%mozilla.org
ec3743ae74 Limit args passed via Function ctor (290575, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172449 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 21:06:26 +00:00
bob%bclary.com
8f9ef563db Add new testcase for bug 290575, by Erik Fabert
git-svn-id: svn://10.0.0.236/trunk@172448 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 20:44:06 +00:00
scott%scott-macgregor.org
3a54bf3b32 Bug #289448 --> delete the old en-US-mail.jar file when installing a new
build

r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@172447 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 20:33:45 +00:00
scott%scott-macgregor.org
3ce24ae705 Bug #291011 --> the product version is no longer showing up in the About Dialog and in the send mail header
effects thunderbird only.


git-svn-id: svn://10.0.0.236/trunk@172446 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 19:09:03 +00:00
bryner%brianryner.com
88f952738b Add freetype cflags when building for X11.
git-svn-id: svn://10.0.0.236/trunk@172445 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 18:43:57 +00:00
lpsolit%gmail.com
ac7034f6cb Bug 288603: Allow users in the request group to remove pending requests made by others - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
git-svn-id: svn://10.0.0.236/trunk@172444 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 18:11:41 +00:00
bryner%brianryner.com
432e7f0d6f Don't try to compile xcb since we don't turn on the #define.
git-svn-id: svn://10.0.0.236/trunk@172443 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 18:07:24 +00:00
lpsolit%gmail.com
b03d86aeac Bug 272623: FindWrapPoint is misplaced in process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@172442 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 17:55:10 +00:00
lpsolit%gmail.com
66cf398c53 Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
git-svn-id: svn://10.0.0.236/trunk@172441 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 17:36:25 +00:00
cltbld
4967964816 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@172440 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 17:20:25 +00:00
bryner%brianryner.com
2be7b05eab Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov.
git-svn-id: svn://10.0.0.236/trunk@172439 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 17:19:47 +00:00
jwalden%mit.edu
b0ab65544a Bug 290890 - Help window non-functional on Macs because of a (my) Mac-only typo. p=bfowler@ewitness.co.uk, r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@172437 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 16:15:38 +00:00
mostafah%oeone.com
0679f118a9 Updated translation
git-svn-id: svn://10.0.0.236/trunk@172436 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 15:51:11 +00:00
mozilla.mano%sent.com
1f11c400b4 Bug 239218 - [Mac] (First part) Menus are nonfunctional in the Download Manager, About and Page Info windows. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172435 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 15:32:38 +00:00
mozilla.mano%sent.com
0993d71f04 Bug 290714 - Don't use reserved const names in bookmarks/content. r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@172434 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 15:17:04 +00:00
doronr%us.ibm.com
52095ae2b3 Check in security fix for bug 289171 into trunk. r/a=dbaron, sr=jst
git-svn-id: svn://10.0.0.236/trunk@172433 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 15:09:46 +00:00
edburns%acm.org
30b1cc73be All I had time for today was some javadoc updates. Next step is still to
work on the dom viewer in the TestBrowser.

M webclient/classes_spec/org/mozilla/webclient/EventRegistration.java
M webclient/classes_spec/org/mozilla/webclient/EventRegistration2.java

- add javadocs.


git-svn-id: svn://10.0.0.236/trunk@172432 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 13:00:40 +00:00
mvl%exedo.nl
f8fb4953c3 make observers work in ics calendar. npotb.
git-svn-id: svn://10.0.0.236/trunk@172431 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 12:28:28 +00:00
vladimir%pobox.com
b91862e162 remove some dump()s
git-svn-id: svn://10.0.0.236/trunk@172430 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 07:50:38 +00:00
vladimir%pobox.com
32a56c03ef fix getOccurrencesBetween
git-svn-id: svn://10.0.0.236/trunk@172429 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 07:50:08 +00:00
vladimir%pobox.com
b7ac396a2a calCompositeCalendar fix, forgot param to observer helper
git-svn-id: svn://10.0.0.236/trunk@172428 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 07:18:18 +00:00
vladimir%pobox.com
895a6fb6ef fix event title display
git-svn-id: svn://10.0.0.236/trunk@172427 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 07:13:27 +00:00
vladimir%pobox.com
4f8c69900e working event creation, calendar check on/off affecting view
git-svn-id: svn://10.0.0.236/trunk@172426 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 06:51:11 +00:00
vladimir%pobox.com
0b55ecc7eb more multiday view stuff, now with timezone handling and correct calendar observing
git-svn-id: svn://10.0.0.236/trunk@172425 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 06:50:13 +00:00
vladimir%pobox.com
a830f7938a fixed much badness in composite calendar, esp with observers
git-svn-id: svn://10.0.0.236/trunk@172424 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 06:49:50 +00:00
masayuki%d-toybox.com
ef5f8602fd bug 56314 reverse selection colors when page background is similar to default selection background. Updating the algorithm. r/sr=bzbarsky, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172423 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 06:05:22 +00:00
dbaron%dbaron.org
c778710da3 Make mozilla/suite checkins show up on suite tinderboxes. r=chase
git-svn-id: svn://10.0.0.236/trunk@172422 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 05:10:58 +00:00
tor%cs.brown.edu
9c44110236 Bug 258081 - svg frame code warning cleanup. r+sr=bzbarsky, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172421 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 03:48:10 +00:00
pavlov%pavlov.net
a41f70eb42 try to find a good start time before opening the event dialog.
git-svn-id: svn://10.0.0.236/trunk@172420 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 03:28:58 +00:00
pavlov%pavlov.net
8cfb76f698 fixing getInTimezone to return a new mutable object r=vlad
git-svn-id: svn://10.0.0.236/trunk@172419 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 03:26:32 +00:00
mrbkap%gmail.com
9de188f29f bug 290081: Use the _moz-rs-heading attribute when opening residual style tags that aren't direct descendents of the heading tag open on the tag stack. r=bzbarsky sr=rbs a=asa
git-svn-id: svn://10.0.0.236/trunk@172417 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 01:30:04 +00:00
bzbarsky%mit.edu
62937cbc08 Create CSSLoaders when the document object is created and deCOMify the getter.
Bug 290068, r=sicking, sr=peterv, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172416 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 01:27:11 +00:00
bob%bclary.com
c4d596b6d7 Regression test for bug 290656 by Andrew Schultz, bug 290656
git-svn-id: svn://10.0.0.236/trunk@172415 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 00:43:19 +00:00
bob%bclary.com
18d428dadd Do not crash when calling function with more than 32768 arguments by Erik Fabert, Bug 290575
git-svn-id: svn://10.0.0.236/trunk@172414 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 00:26:12 +00:00
bob%bclary.com
935d11cb44 Additional test for ECMA 3 10.6.1 by Bryant Chen, Bug 290774
git-svn-id: svn://10.0.0.236/trunk@172413 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-19 00:12:21 +00:00
tor%cs.brown.edu
abdc58016b Bug 290830 - svg pointer-events:none not working. r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172412 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 23:38:19 +00:00
bzbarsky%mit.edu
2537c02af3 Remove code that just duplicates what SetAnonymousContentFor(content, nsnull)
will do anyway.  Bug 289391, r=sicking, sr=peterv, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172411 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 23:01:30 +00:00
bzbarsky%mit.edu
e2e0f7bfab Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
r=sicking, sr=peterv, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172410 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 22:58:35 +00:00
pavlov%pavlov.net
9237ef5685 getting event dialog wired up for lightning
git-svn-id: svn://10.0.0.236/trunk@172409 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 22:55:28 +00:00
vladimir%pobox.com
90860dd05f missing file
git-svn-id: svn://10.0.0.236/trunk@172408 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 22:20:34 +00:00
bzbarsky%mit.edu
ae597b89c4 Don't create an unneeded selection object when serializing and editor. Bug
290350, r=sfraser/brade, sr=peterv, a=brendan.


git-svn-id: svn://10.0.0.236/trunk@172407 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 22:14:53 +00:00
vladimir%pobox.com
d3eb7bf60f more multiday view goodness; hooked up controller
git-svn-id: svn://10.0.0.236/trunk@172406 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 22:11:24 +00:00
brendan%mozilla.org
7ee0a94226 Don't delegate activation objects to Object.prototype (290774, r=shaver a=me).
git-svn-id: svn://10.0.0.236/trunk@172405 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 21:39:00 +00:00
bob%bclary.com
4a0c930a50 Additional test from Martin Honnen, Bug 290715
git-svn-id: svn://10.0.0.236/trunk@172404 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 21:04:23 +00:00
vladimir%pobox.com
fbf8cd325e fix HTMLCanvasElement position in DOM ClassInfo to not break old order, r=sicking,a=brendan
git-svn-id: svn://10.0.0.236/trunk@172403 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 21:03:13 +00:00
bob%bclary.com
3ac3aac71d Updated test from Brendan, bug 290488
git-svn-id: svn://10.0.0.236/trunk@172402 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 20:47:45 +00:00
roc+%cs.cmu.edu
9834acb96b Bug 290553. Make the canvas frame translate event coordinates correctly. r+sr=bzbarsky,a=brendan
git-svn-id: svn://10.0.0.236/trunk@172401 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 20:41:47 +00:00
bob%bclary.com
0ce398d4e9 Additional tests by Martin Honnen, Bug 290481
git-svn-id: svn://10.0.0.236/trunk@172400 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 20:02:20 +00:00
bzbarsky%mit.edu
6c3436a03b Fixing the XUL content sink's error reporting. Bug 289469, r+sr=peterv, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172399 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 19:44:14 +00:00
silver%warwickcompsoc.co.uk
caba0c0195 Bug 290825 - add back taskbarCmd.
r/sr=neil
a=asa
p=bugspam.Callek@gmail.com (Justin Wood)


git-svn-id: svn://10.0.0.236/trunk@172398 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 19:22:08 +00:00
vladimir%pobox.com
faa7f97709 enable the new calendar view
git-svn-id: svn://10.0.0.236/trunk@172397 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 18:21:34 +00:00
wtchang%redhat.com
75be770c6f Bugzilla bug 275576: added "Root" to the nickname for the "Global
Chambersign" root. r=nelsonb.
Modified files: certdata.txt certdata.c


git-svn-id: svn://10.0.0.236/trunk@172395 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 16:08:10 +00:00
vladimir%pobox.com
14506c660a = 0 for pure virtaul methods on interface
git-svn-id: svn://10.0.0.236/trunk@172393 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 09:00:11 +00:00
vladimir%pobox.com
3237adddaa missed on checkin; avoid refcount leak for mCanvasElement
git-svn-id: svn://10.0.0.236/trunk@172392 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 08:34:02 +00:00
vladimir%pobox.com
715a56b8a3 more canvas landing horkage fixing
git-svn-id: svn://10.0.0.236/trunk@172391 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 07:30:14 +00:00
vladimir%pobox.com
545689b374 canvas horkage fix
git-svn-id: svn://10.0.0.236/trunk@172390 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 07:04:49 +00:00
vladimir%pobox.com
dcf80e9788 b=288714, html canvas implementation, r=various,a=brendan
git-svn-id: svn://10.0.0.236/trunk@172389 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 06:33:23 +00:00
bzbarsky%mit.edu
8530b9ceef Fix up trees to use correct event coordinate systems. Bug 290494 , r+sr=roc,
a=brendan


git-svn-id: svn://10.0.0.236/trunk@172388 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 05:22:35 +00:00
bzbarsky%mit.edu
c21806ff3a Make sliders use the right event coordinate system. Bug 290522, r+sr=roc,
a=brendan


git-svn-id: svn://10.0.0.236/trunk@172387 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 05:20:32 +00:00
bzbarsky%mit.edu
42816d03e0 Make splitters use the right coord system for events, and fix up the review
comment from bug 289792.  Fixes bug 290464 and bug 290469 respectively.
r+sr=roc, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172386 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 05:18:34 +00:00
smontagu%smontagu.org
70d1e92eab Fix typo from bug 284927. Bug 290567, r+sr=roc, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172385 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 03:55:52 +00:00
vladimir%pobox.com
7689b69908 b=288796, add public ParseColorString method to CSSParser, r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@172384 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 02:51:40 +00:00
roc+%cs.cmu.edu
1d10e3e888 Bug 288406. Stop tracking potential drag gesture *before* we fire the drag DOM event, in case something happens that causes us to think a second drag gesture happens recursively. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172383 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 00:48:59 +00:00
rbs%maths.uq.edu.au
56de3ee70e text-transform: uppercase or capitalize messes the German character &szlig;, b=96423, r+sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@172382 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-18 00:13:45 +00:00
rbs%maths.uq.edu.au
ca1b9b90c8 'text-transform: capitalize' causes collapsed/expanded letter spacing, b=93168, r+sr=bz, a=asa
git-svn-id: svn://10.0.0.236/trunk@172381 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 23:53:28 +00:00
cls%seawood.org
6131e82185 Properly save CXXFLAGS for calling sub-configures.
Thanks to Joel Fredrikson <joel@it.uu.se> for the patch.
Bug #270814 r=cls a=asa


git-svn-id: svn://10.0.0.236/trunk@172380 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 22:44:14 +00:00
vladimir%pobox.com
6419bb2b59 fix for SQLITE_SCHEMA error, as well as using multiple-named-statement binding functions
git-svn-id: svn://10.0.0.236/trunk@172379 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 21:00:50 +00:00
edburns%acm.org
7cd6437c44 This checkin enables CurrentPage.getSource() to return the actual source
bytes, including whitespace, that is being shown in the BrowserControl.
The source actually comes from the browser's cache, and is not
re-fetched over the network unless the browser doesn't have an entry in
the cache.

Next step is to fix up the TestBrowser to show off this feature.

A src_moz/LoadCompleteProgressListener.cpp
A src_moz/LoadCompleteProgressListener.h

 * Simple nsIWebProgressListener that offers a "loadComplete" property
 * that can be queried to determine if the load has completed.

A test/manual/src/classes/org/mozilla/webclient/test/DOMAccessPanel.java
A test/manual/src/classes/org/mozilla/webclient/test/DOMCellRenderer.java
A test/manual/src/classes/org/mozilla/webclient/test/DOMTreeDumper.java
A test/manual/src/classes/org/mozilla/webclient/test/DOMTreeModel.java
A test/manual/src/classes/org/mozilla/webclient/test/DOMTreeNotifier.java
A test/manual/src/classes/org/mozilla/webclient/test/DOMViewerFrame.java

- move over from Old test browser.  Produces some thread issues.

M src_moz/CurrentPageImpl.cpp

- Leverage LoadCompleteProgressListener to discover when it's safe to
  call "selectAll" on the window.

M src_moz/Makefile.in

- add LoadCompleteProgressListener

M test/automated/src/classes/org/mozilla/webclient/CurrentPageTest.java

- re-enable GetSource test

M test/automated/src/test/ViewSourceTest.html

- re-edit for ease of comparison in CurrentPageTest

M test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- Hack: viewSource button.  A menu would be better.


git-svn-id: svn://10.0.0.236/trunk@172378 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 20:19:46 +00:00
brendan%mozilla.org
c577d9d9ea Follow ECMA when .call is passed zero args (290488, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@172377 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 20:15:32 +00:00
brendan%mozilla.org
4e5a031388 Add it.bindMethod for testing of DOM and XPConnect bound methods.
git-svn-id: svn://10.0.0.236/trunk@172376 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 19:59:13 +00:00
shaver%mozilla.org
cb7a38af39 Bug 290592: Add |forEach|, |indexOf|, |filter|, |map|, |some| and |every| to
Array.prototype, for greater Lispy righteousness.  r+a=brendan.


git-svn-id: svn://10.0.0.236/trunk@172375 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 18:31:59 +00:00
brendan%mozilla.org
b00be2c34e Use 64-bit-friendly ptr/int macros.
git-svn-id: svn://10.0.0.236/trunk@172374 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 18:17:23 +00:00
cst%andrew.cmu.edu
122b61ffe8 Bug 289366 - Addresses missed whitespace from previous checkin. a=Asa via IRC; previous checkin by KaiRo should have been Bug 289366 as well. patch by callek.
git-svn-id: svn://10.0.0.236/trunk@172373 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 16:55:55 +00:00
cst%andrew.cmu.edu
b44e3feb32 Bug 289760 Make forward button dropdown list have same max length as back button dropdown
r+sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@172372 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 16:14:37 +00:00
brendan%mozilla.org
bac15332de Clamp fun->{nargs,nvars}, an old bug laid to rest (290575, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@172371 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 16:01:28 +00:00
neil%parkwaycc.co.uk
35e1adb7f6 Bug 289217 LOGFONT's pixel sizes not getting converted to twips accurately thus displaying noninteger font sizes in DOM Inspector r=ere sr=roc a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172370 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 13:11:21 +00:00
kairo%kairo.at
c23faf21ad bug 290490 - editorOverlay inserts a second menupopup into message compose view show/hide menu, patch by Justin Wood <bugspam.Callek@gmail.com> r+sr=Neil a=asa
git-svn-id: svn://10.0.0.236/trunk@172369 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 11:18:08 +00:00
cltbld
9d45b02c9f Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@172368 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 10:10:19 +00:00
kairo%kairo.at
4285b528a0 bug 290490 - integrate suite/ into build process, also adding MOZ_SUITE define for suite-specific stuff, r=bsmedberg sr=Neil a=asa
git-svn-id: svn://10.0.0.236/trunk@172367 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 10:06:09 +00:00
mkanat%kerio.com
af971fcd53 Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_raw
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172366 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 07:29:08 +00:00
mkanat%kerio.com
e0ab66b7f7 Bug 290411: Cross-DB bz_drop_table
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172365 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 07:27:07 +00:00
mkanat%kerio.com
e9b40d0b91 Bug 290403: Slight cleanup of Bugzilla::DB index code
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172364 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 07:24:13 +00:00
mkanat%kerio.com
e094d09bc7 Bug 290402: Functions to support reading-in a Schema object from the database
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172363 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 07:22:42 +00:00
brendan%mozilla.org
34f783aecc Fast followup to uninitialized ok blunder in last checkin.
git-svn-id: svn://10.0.0.236/trunk@172360 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 04:30:30 +00:00
julien.pierre.bugs%sun.com
233358aeec Fix for 290121. Replace PRIntervalTime with PRTime when checking for the need to query the token for CRLs. r=nelson
git-svn-id: svn://10.0.0.236/trunk@172359 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 03:17:07 +00:00
bryner%brianryner.com
30b5cbecf7 removing deleted makefiles
git-svn-id: svn://10.0.0.236/trunk@172358 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-17 01:16:21 +00:00
cst%andrew.cmu.edu
45ecc2af79 Bug 289609 Dynamically changing the favicon doesn't update the icon in the tab.
r+sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@172357 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 23:27:39 +00:00
vladimir%pobox.com
1b1b47b123 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@172356 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 22:58:25 +00:00
lpsolit%gmail.com
824d54714c Bug 290579: Remove unused function PasswordForLogin() from CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@172354 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 17:33:29 +00:00
bsmedberg%covad.net
7945f7f1f1 Package bustage from bug 289448 - We now use en-US.jar directly, instead of en-US-mail.jar
git-svn-id: svn://10.0.0.236/trunk@172353 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 17:25:44 +00:00
lpsolit%gmail.com
559a76b023 Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
git-svn-id: svn://10.0.0.236/trunk@172352 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 17:17:06 +00:00
lpsolit%gmail.com
78c8efc253 Bug 290570: Bugzilla::Auth::WWW:Env uses bitwise OR - Patch by Simon Wilkinson <simon@sxw.org.uk> r=kiko a=justdave
git-svn-id: svn://10.0.0.236/trunk@172351 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 17:08:32 +00:00
lpsolit%gmail.com
bb5ec2a106 Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@172350 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 16:55:32 +00:00
mvl%exedo.nl
db7f8a1968 spelling fix. patch by jminta@gmail.com, r=me. bug 288368
git-svn-id: svn://10.0.0.236/trunk@172345 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 11:23:07 +00:00
bzbarsky%mit.edu
261d8ff4f5 Fix crash regression in bug 276954. r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172340 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 06:18:47 +00:00
dbaron%dbaron.org
ce5e0f96ed Check in bug 288556 for jst, r=darin, sr=brendan, a=drivers
git-svn-id: svn://10.0.0.236/trunk@172335 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 04:41:37 +00:00
dbaron%dbaron.org
940df46f39 Have separate states for new search plugin install and search plugin update and only remove old files for updates. b=290038 r=mconnor sr=brendan a=roc
git-svn-id: svn://10.0.0.236/trunk@172334 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 04:37:39 +00:00
rbs%maths.uq.edu.au
ae5b367175 Selection details leak, b=290425, r+sr=bzbarsky, a=asa
git-svn-id: svn://10.0.0.236/trunk@172332 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 04:03:11 +00:00
bzbarsky%mit.edu
4ece786399 Fixing the testcase to actually be a testcase, not a diff.... Not part of build
git-svn-id: svn://10.0.0.236/trunk@172329 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 03:02:07 +00:00
mkanat%kerio.com
9286c3cf61 Bug 286360: ANSI SQL does not allow aliases to be used in HAVING clause
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, r=joel, a=myk


git-svn-id: svn://10.0.0.236/trunk@172324 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-16 00:37:23 +00:00
mkanat%kerio.com
1c4da97ca9 Bug 288539: minimum DBD::mysql version requirement may need to be increased beyond 2.1028
Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172319 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 23:45:58 +00:00
shaver%mozilla.org
361a4cdcf4 primitive text/calendar display for Thunderbird, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172317 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 22:13:33 +00:00
shaver%mozilla.org
7bf56a5523 Bug 290530: add organizer support to calItemBase. r=dmose, NPOTB.
git-svn-id: svn://10.0.0.236/trunk@172316 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 22:11:05 +00:00
cbiesinger%web.de
c8f99abd78 fixing gtk2 bustage
git-svn-id: svn://10.0.0.236/trunk@172315 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 22:06:03 +00:00
mconnor%steelgryphon.com
aef2de68bb bug 290172 - pressing left or right arrow key in location bar causes refresh, patch by Mark Mentovai (mark@moxienet.com), r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@172314 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 21:23:08 +00:00
aaronleventhal%moonset.net
d97815fcc2 Bug 289491. Doc loaded events broken for accessibility. r=biesi, sr=tor, a=shaver
git-svn-id: svn://10.0.0.236/trunk@172313 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 21:22:25 +00:00
despotdaemon
f06a416ecc Pseudo-automatic update of changes made by tor@cs.brown.edu.
git-svn-id: svn://10.0.0.236/trunk@172312 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 21:18:14 +00:00
vladimir%pobox.com
2997ee21f0 idl, not .h, teehee
git-svn-id: svn://10.0.0.236/trunk@172311 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 20:55:24 +00:00
vladimir%pobox.com
074757c1ba calendar multiday view
git-svn-id: svn://10.0.0.236/trunk@172309 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 20:33:29 +00:00
brendan%mozilla.org
d39010e14b Finish implementing Descendants, handle the neglected XMLList case (290481, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172308 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 20:32:15 +00:00
darin%meer.net
8d3ef73de3 fixes bug 289374 "Wrong behaviour when combining INHIBIT_CACHING with LOAD_BYPASS_CACHE" r=biesi sr=bzbarsky a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172307 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 20:09:56 +00:00
brendan%mozilla.org
82b9fb67eb Fix empty-XMLList-literal basis case bug (290499, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172306 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 20:08:33 +00:00
despotdaemon
0a6822cd1a Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@172305 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 19:54:26 +00:00
cbiesinger%web.de
6edb4795dd Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@172304 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 19:41:07 +00:00
vladimir%pobox.com
4cce8d6f2f remove itemFilter from calICalendar's addObserver method
git-svn-id: svn://10.0.0.236/trunk@172301 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 18:51:47 +00:00
vladimir%pobox.com
d19960fc76 add firefox to list of lightning extensions, for testing purposes
git-svn-id: svn://10.0.0.236/trunk@172300 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 18:51:33 +00:00
bob%bclary.com
27ead2e63a Regression test for bug 290499, by Martin Honnen
git-svn-id: svn://10.0.0.236/trunk@172299 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 18:29:53 +00:00
shaver%mozilla.org
58c7632ac6 Bug 290247: add simple, scriptable interface for MIME-part conversion
and display. Components can now implement nsISimpleMimeConverter to
produce HTML for their chosen content type. Also removed some
vestigial references to text/calendar processing. r=bienvenu,
a=dveditz for the trunk.


git-svn-id: svn://10.0.0.236/trunk@172298 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 18:12:08 +00:00
bob%bclary.com
b2c6358d8b Fix typo, thanks to Erik Fabert for pointing it out
git-svn-id: svn://10.0.0.236/trunk@172293 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 17:56:18 +00:00
shaver%mozilla.org
aca345f24d Bug 290247: add simple, scriptable interface for MIME-part conversion and
display.  Components can now implement nsISimpleMimeConverter to
            produce HTML for their chosen content type.  Also removed some
            vestigial references to text/calendar processing. r=bienvenu,
            a=dveditz for the trunk.


git-svn-id: svn://10.0.0.236/trunk@172292 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 17:52:51 +00:00
bob%bclary.com
06a3c203e3 Function.prototype.call() for closures should default scope to the global object, bug 290488
git-svn-id: svn://10.0.0.236/trunk@172290 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 17:22:46 +00:00
bzbarsky%mit.edu
98116f7161 Fix difference calculations for the border struct some more. Bug 290362,
r+sr=dbaron, a=asa


git-svn-id: svn://10.0.0.236/trunk@172289 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 16:56:05 +00:00
wtchang%redhat.com
fe136a5f01 Bugzilla Bug 288095: removed unnecessary #include "alghmac.h". alghmac.h
and pkcs11i.h don't need to be exported to the outside of lib/softoken.
r=relyea,nelsonb.
Modified Files:
	pk11wrap/pk11pbe.c pkcs12/p12d.c pkcs12/p12e.c
	pkcs12/p12local.c softoken/manifest.mn


git-svn-id: svn://10.0.0.236/trunk@172288 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 16:38:46 +00:00
kairo%kairo.at
c696aae1bd bug 287943 - Rebrand bootstrap's Windows bits, using the configure vars where possible, no real brand change happening there yet. r=biesi sr=Neil a=asa
git-svn-id: svn://10.0.0.236/trunk@172287 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 16:08:13 +00:00
brendan%mozilla.org
f7ab6ff29e Fix js_AllocStack to null new space (cheapest way to save last-ditch GC from scanning uninitialized stack space; 290476, r=shaver, a=me).
git-svn-id: svn://10.0.0.236/trunk@172286 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 16:01:20 +00:00
bsmedberg%covad.net
613c9ad5e2 Fix noted by dbaron from bug 289461 - move close() inside the -f
git-svn-id: svn://10.0.0.236/trunk@172285 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 15:56:02 +00:00
neil%parkwaycc.co.uk
1160f5f3c2 Don't sort Chatzilla's user list until it's ready b=286999 r=Silver a=asa
git-svn-id: svn://10.0.0.236/trunk@172284 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 15:38:56 +00:00
bsmedberg%covad.net
e9987d72a0 From bug 289555 - help.jst doesn't exist any more - fix beast orange
git-svn-id: svn://10.0.0.236/trunk@172283 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 15:34:11 +00:00
bienvenu%nventure.com
f0903bb7f1 fix 222774 import of mailing lists in outlook express address books doesn't populate the lists, r/sr=sspitzer, a=asa
git-svn-id: svn://10.0.0.236/trunk@172282 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 15:21:19 +00:00
timeless%mozdev.org
3ffab8d4c9 Bug 281375 [BEOS] Implement toolkit/xre and xpfe/bootstrap native app support
patch by thesuckiestemail@yahoo.se r=bryner a=asa


git-svn-id: svn://10.0.0.236/trunk@172281 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 15:13:11 +00:00
timeless%mozdev.org
6fb851eaf5 Bug 281375 [BEOS] Implement toolkit/xre and xpfe/bootstrap native app support
patch by thesuckiestemail@yahoo.se r=sergei_d sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@172280 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 15:12:19 +00:00
timeless%mozdev.org
f6ecdb6dab Bug 281375 [BEOS] Implement toolkit/xre and xpfe/bootstrap native app support
author=thesuckiestemail@yahoo.se r=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@172279 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 15:01:01 +00:00
bsmedberg%covad.net
9d9664b578 Bug 290180 - coverity errors in toolkit/* r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@172278 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 14:55:56 +00:00
bsmedberg%covad.net
53bb530a01 Bug 287262 - Move all localized installer strings into install.ini from config.ini r=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@172277 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 14:49:51 +00:00
despotdaemon
e8d0d37594 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@172276 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 14:26:18 +00:00
bsmedberg%covad.net
8901ea1aca Bug 289555 - separate help viewer (part of the toolkit, packaged in toolkit.jar and toolkit/locales) from application help content, packaged in browser.jar and browser/locales r=gandalf a=asa
git-svn-id: svn://10.0.0.236/trunk@172275 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 14:17:31 +00:00
bsmedberg%covad.net
717fb6bc31 Removing old locale files that got moved to toolkit/locales a long time ago. NPOTB.
git-svn-id: svn://10.0.0.236/trunk@172274 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 14:02:32 +00:00
bsmedberg%covad.net
f9f79167a1 The manifest part of bug 289461 - Start using the en-US.manifest to replace parts of installed-chrome.txt r=chase a=asa
git-svn-id: svn://10.0.0.236/trunk@172273 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 13:21:04 +00:00
bsmedberg%covad.net
0e3642fb19 Bug 289448 - Don't run a repackaging step on the tbird locales - r=gandalf r2=mscott a=asa
git-svn-id: svn://10.0.0.236/trunk@172272 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 12:45:21 +00:00
bsmedberg%covad.net
dc4a35861c Bug 285497 - disable various system-provided error popups on Windows, including "missing DLL" warnings (the XPCOM loader can deal with that gracefully) r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@172271 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 12:34:32 +00:00
bsmedberg%covad.net
3f2a9e32a9 Re-landing bug 289461, now that we've figured out the creature problem: AS perl doesn't like the file-open mode "+>>". This version separates the read and append bits into two pieces, r=Hixie for the changes.
git-svn-id: svn://10.0.0.236/trunk@172270 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 12:31:49 +00:00
timeless%mozdev.org
b9a62be1a6 Bug 290429 missing |this.| in error case results in code that will never work
patch by ajschult@verizon.net r=neil sr=neil a=caillon


git-svn-id: svn://10.0.0.236/trunk@172269 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 11:51:10 +00:00
smontagu%smontagu.org
19b1efdc77 Add a rendering hint for gfx implementations that perform reordering of complex text after applying spacing. Bug 284927, r+sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@172268 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 10:25:43 +00:00
allan%beaufour.dk
c099d273a1 Fix insertion-bug in repeat created by mdgfix. Bug 290253, r=smaug+aaronr, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172267 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 09:44:06 +00:00
allan%beaufour.dk
35a75ea473 Add some more information to a few error messages. Bug 290308, r=smaug+doron, a=mkaply, NPOTB
git-svn-id: svn://10.0.0.236/trunk@172266 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 08:51:48 +00:00
mkanat%kerio.com
bc1337b9af Bug 290414: bz_index_info is slightly broken and has unclear API
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172265 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 05:46:04 +00:00
mrbkap%gmail.com
dc1867fc9c bug 289970: Fix a leak when using the sanitizing serializer by breaking the sink/parser cycle in DidBuildModel. r=BenB sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@172264 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 04:05:18 +00:00
bzbarsky%mit.edu
ca0e40385d Fix revokeEvents to reliably revoke them. Bug 284389, r=darin, sr=dbaron,
a=asa


git-svn-id: svn://10.0.0.236/trunk@172263 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 03:17:13 +00:00
bienvenu%nventure.com
2cb741be2f fix stack overflow when clicking on a folder that's already being reparsed, r/sr/a=sspitzer 289503
git-svn-id: svn://10.0.0.236/trunk@172262 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 03:02:21 +00:00
roc+%cs.cmu.edu
59d00a4d23 Bug 289943. Fix GTK1/2 image stretching code to not screw up in some cases. r+sr=tor,a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172259 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 02:47:35 +00:00
mkanat%kerio.com
900baadafa Bug 290405: bz_add_column needs a way to specify an initial value
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172258 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 02:31:35 +00:00
bzbarsky%mit.edu
65ea60be7a Make repaints needed for widget state changes follow the same codepath as
repaints needed for style changes.  Bug 287616, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@172255 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 01:32:27 +00:00
bzbarsky%mit.edu
577af8f892 Move the BindToTree call for the document element into SetRootContent. Bug
289209, r=sicking, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@172254 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 01:30:14 +00:00
julien.pierre.bugs%sun.com
91f07a8307 Fix for 290120. r=wtchang
git-svn-id: svn://10.0.0.236/trunk@172253 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 00:36:28 +00:00
wtchang%redhat.com
4bd0753fb7 Bugzilla Bug 290217: in the "gmake import" build method, import NSPR 4.6
and do not import DBM. Instead, build DBM from sources. r=relyea.
a=christophe.ravel.
Modified files: manifest.mn Makefile


git-svn-id: svn://10.0.0.236/trunk@172252 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-15 00:28:40 +00:00
brendan%mozilla.org
ba4a92933e Better fix for 290291, doesn't double-throw on error (r+sr=shaver, a=asa).
git-svn-id: svn://10.0.0.236/trunk@172251 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 23:21:58 +00:00
darin%meer.net
172f98bf2d fixes bug 283049 "nsISocketTransportService cleanup" r=biesi sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@172250 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 23:18:34 +00:00
cvshook%sicking.cc
29852fe26a Bug 290291: Make Node.toString not crash even if |this| isn't a DOM object
r/sr=shaver a=asa


git-svn-id: svn://10.0.0.236/trunk@172248 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 23:13:21 +00:00
bugzilla%arlen.demon.co.uk
09c09822dd Bug 290175 JS Error in permissionsNavigatorOverlay.xul
r/sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@172247 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 22:52:14 +00:00
mkanat%kerio.com
e042ea782d Bug 78276: change name of "when" index on bugs_activity.bug_when column
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk


git-svn-id: svn://10.0.0.236/trunk@172246 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 22:49:25 +00:00
mkanat%kerio.com
d327be85c6 Bug 289999: $bad_names hash in index-renaming code throws an "odd number of elements" warning
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk


git-svn-id: svn://10.0.0.236/trunk@172245 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 22:42:22 +00:00
roc+%cs.cmu.edu
3d63df3114 Bug 289792. Make sure to use the correct (but stupid) reference view when translating event coordinates. Also, bulletproof nsViewManager to not rely on frames undoing event coordinate translations, in case we ever screw that up. r+sr=bzbarsky,a=asa
git-svn-id: svn://10.0.0.236/trunk@172244 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 22:41:52 +00:00
pedemont%us.ibm.com
7c23d3b464 Fix memory leaks. Not part of build. a=mkaply.
git-svn-id: svn://10.0.0.236/trunk@172243 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 22:30:16 +00:00
neil%parkwaycc.co.uk
ef6defb68a Avoid 100% CPU by disabling listbox horizontal scrollbar b=285449 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@172242 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 22:28:01 +00:00
mkanat%kerio.com
ec51ed927a Bug 290089: Move timestamp updates to happen before any other Schema updates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172241 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 22:20:54 +00:00
dbaron%dbaron.org
9ad89863ab Add assertion that warns when we're about to crash due to bug 136927. b=136927 r+sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@172240 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 21:50:46 +00:00
pedemont%us.ibm.com
b2aa85a1ce Merge SetRetval into FinalizeParams. Check invokeResult when doing cleanup in FinalizeParams. Not part of build. a=mkaply.
git-svn-id: svn://10.0.0.236/trunk@172238 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 21:46:11 +00:00
bienvenu%nventure.com
0fd07e0392 add PRLogging for IMAPOFFLINE, and fix imap offline memory leaks 289447 228237 r/sr=mscott, a=sspitzer/brendan
git-svn-id: svn://10.0.0.236/trunk@172236 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 19:51:54 +00:00
sandeep.konchady%sun.com
8327359f70 In JSSE_SSLServer.java and JSS_SSLServer.java added a timeout
mechanism to shutdown the server after 2 min. Also added
socket timeouts in JSSE_SSLClient.java and JSS_SSLClient.java


git-svn-id: svn://10.0.0.236/trunk@172233 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 17:37:49 +00:00
bsmedberg%covad.net
f14b05698b Re-reverting bug 289461 because it could possibly be the source of cadence orange, at the suggestion of dbaron. Something to do with visibility: transparent on the main window?
git-svn-id: svn://10.0.0.236/trunk@172232 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 17:36:55 +00:00
shaver%mozilla.org
bdb97e6bfb Bug 290312: FileOp methods can be called with a |this| of InstallClass or
FileOpClass nature, depending on which of the new or old API entry points
are used by a script.  Relax the native-instance checks appropriately, as
both types of object are stuffed with the same type of private data.
r+sr=brendan, a=chase.


git-svn-id: svn://10.0.0.236/trunk@172231 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 17:30:17 +00:00
lpsolit%gmail.com
6e106c33b9 Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list is empty - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel, a=justdave
git-svn-id: svn://10.0.0.236/trunk@172229 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 17:07:17 +00:00
wtchang%redhat.com
2aa16ea843 Bugzilla Bug 258416: trust Sonera Class 1 CA only for S/MIME. r=nelsonb.
Modified files: certdata.c certdata.txt


git-svn-id: svn://10.0.0.236/trunk@172227 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 16:45:04 +00:00
cmp%mozilla.org
fbb3075a68 Make configure settings available to mail/installer/Makefile.in. Bug
290075, attachment 180715. r/a=benjmain@smedbergs.us


git-svn-id: svn://10.0.0.236/trunk@172226 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 15:37:23 +00:00
bzbarsky%mit.edu
46d9cf3192 Don't copy/paste code to cast to placeholder frames all over the place; use a
utility method instead.  Bug 276954, r+sr=roc, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172225 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 15:30:35 +00:00
bzbarsky%mit.edu
5fab1e95f2 Clean up includes a bit in CSSLoader. Bug 290107, r+sr=dbaron, a=brendan
git-svn-id: svn://10.0.0.236/trunk@172224 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 15:27:16 +00:00
jwalden%mit.edu
4086279d2b Bug 287177 - Use one spelling of "Page Up"/"Page Down" consistently. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@172223 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:08 +00:00
steffen.wilberg%web.de
fe55e822eb Bug 287203: document new Options window, using_firefox.xhtml part. r=jeff, a=asa
git-svn-id: svn://10.0.0.236/trunk@172222 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:07 +00:00
jwalden%mit.edu
40754fdb71 Bug 287036 - Remove screenshot of toolbar from using_firebird.xhtml. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@172221 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:06 +00:00
steffen.wilberg%web.de
3441992afe s/mozilla.org/www.mozilla.org/
git-svn-id: svn://10.0.0.236/trunk@172220 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:05 +00:00
jwalden%mit.edu
01e96c58a7 Bug 283589 - Migration feature is no longer 'new'. r=steffen over IRC
git-svn-id: svn://10.0.0.236/trunk@172219 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:04 +00:00
jwalden%mit.edu
e22cad1ff0 Fixing broken link in ToC, no bug
git-svn-id: svn://10.0.0.236/trunk@172218 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:03 +00:00
steffen.wilberg%web.de
754bf71342 Bug 279506: Document new Options window. r=Jeff
git-svn-id: svn://10.0.0.236/trunk@172217 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:02 +00:00
steffen.wilberg%web.de
0deea18ee5 Bug 253521: use 'Menu > Menuitem' everywhere. r=Jeff
git-svn-id: svn://10.0.0.236/trunk@172216 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:01 +00:00
steffen.wilberg%web.de
ee72f1ea60 Bug 280587: Remove text from image alt attributes in Help. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@172215 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:51:00 +00:00
jwalden%mit.edu
97efe7c80c Bug 268818 - Description of "Alt-Enter" functionality missing from tabbed browsing help. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@172214 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:59 +00:00
steffen.wilberg%web.de
f8bd165063 Bug 284405: document Cmd+. (Command-Period) shortcut introduced by bug 238954. r=Mano, Jeff
git-svn-id: svn://10.0.0.236/trunk@172213 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:58 +00:00
bsmedberg%covad.net
ae29d2ce8d From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
git-svn-id: svn://10.0.0.236/trunk@172212 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:57 +00:00
jwalden%mit.edu
66eba2ae55 Changing base string for image URLs in preparation for the Firefox 1.1 release - prompted by bug 279506, Document new Options window
git-svn-id: svn://10.0.0.236/trunk@172211 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:56 +00:00
steffen.wilberg%web.de
adc4619de3 bump the copyright date in Help docs to 2005
git-svn-id: svn://10.0.0.236/trunk@172210 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:55 +00:00
steffen.wilberg%web.de
aeb74aa902 Recheckin bug 269226 (wrong link in Firefox Help welcome page)
git-svn-id: svn://10.0.0.236/trunk@172209 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:54 +00:00
jshin%mailaps.org
71df09cbc9 bug 280007 (pt2) : fix a minor problem in firefox help. add a sentence about 'other languages' to the explanation of the font configuration (r=steffen.wilberg)
git-svn-id: svn://10.0.0.236/trunk@172208 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:53 +00:00
jwalden%mit.edu
f90f6422ae Bug 275444 - Add entity for base part of external-image URLs to ease code maintenance.
git-svn-id: svn://10.0.0.236/trunk@172207 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:52 +00:00
steffen.wilberg%web.de
6b7ecfa75c Bug 265741: fix menuPath and preferences entities for Mac. r=jeff
git-svn-id: svn://10.0.0.236/trunk@172206 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:51 +00:00
rlk%trfenv.com
11f0ab5b5a bug 267523 - firebird-index1.rdf - &brandShortName; may not always start with "F". r=steffen.wilberg@web.de
git-svn-id: svn://10.0.0.236/trunk@172205 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:50 +00:00
jwalden%mit.edu
cb84ec7fac Making a few last reverts/tweaks to make Help good to go again...
git-svn-id: svn://10.0.0.236/trunk@172204 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:49 +00:00
jwalden%mit.edu
a676e3dd52 Bug 265689 - Use <p/> (not <div/> for paragraphs
git-svn-id: svn://10.0.0.236/trunk@172203 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:48 +00:00
steffen.wilberg%web.de
3912cfa874 partly backing out aviary landing. we want a better solution for the trunk.
git-svn-id: svn://10.0.0.236/trunk@172202 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:47 +00:00
steffen.wilberg%web.de
6c4445ea1f I forgot to address the review comment when relanding this.
git-svn-id: svn://10.0.0.236/trunk@172201 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:46 +00:00
steffen.wilberg%web.de
dd9af007b5 restoring the modified date as well
git-svn-id: svn://10.0.0.236/trunk@172200 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:45 +00:00
steffen.wilberg%web.de
c0936dc0c3 Recheckin bug 271348 ('Move system caret with focus/selection changes' needs to explain that this is the same as caret browsing)
git-svn-id: svn://10.0.0.236/trunk@172199 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:44 +00:00
ben%bengoodger.com
12ce32942c Landing the Aviary Branch (browser section only).
git-svn-id: svn://10.0.0.236/trunk@172198 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:43 +00:00
jwalden%mit.edu
a5dcb71a96 Fix grammar and wordiness issues with a sentence in Firefox Help. No bug.
git-svn-id: svn://10.0.0.236/trunk@172197 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:42 +00:00
steffen.wilberg%web.de
ed60dd3690 Bug 263762: remove 'Close Window if only one Tab is open'. r=jeff
git-svn-id: svn://10.0.0.236/trunk@172196 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:41 +00:00
steffen.wilberg%web.de
c21aa7d4eb forgot to bump the date
git-svn-id: svn://10.0.0.236/trunk@172195 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:40 +00:00
rlk%trfenv.com
b81f76072f bug 270882 - Tabbed_browing.xhtml uses surfing twice, where all other documentation uses browsing. Patch by Martijn Ras <Martijn.Ras@Cable4U.nl>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@172194 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:39 +00:00
myk%mozilla.org
3fbe816bd6 Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben
git-svn-id: svn://10.0.0.236/trunk@172193 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:38 +00:00
myk%mozilla.org
eb0a060112 Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben
git-svn-id: svn://10.0.0.236/trunk@172192 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:37 +00:00
steffen.wilberg%web.de
347d4d321a use https instead of http for u.m.o to avoid redirecting
git-svn-id: svn://10.0.0.236/trunk@172191 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:36 +00:00
steffen.wilberg%web.de
221e24351c Bug 267913: right-click on Mac is ctrl+click, not cmd(accel)+click.
git-svn-id: svn://10.0.0.236/trunk@172190 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:35 +00:00
steffen.wilberg%web.de
ba0f177d79 Bug 263762: remove Opt+F4 from shortcut list for FF-Mac and IE-Mac. r=jeff
git-svn-id: svn://10.0.0.236/trunk@172189 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:34 +00:00
jwalden%mit.edu
288f50380e Bug 263759 - Remove Ctrl+F4 (Close Window) shortcut for Macs (it conflicts with a default OS setting)
git-svn-id: svn://10.0.0.236/trunk@172188 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:33 +00:00
steffen.wilberg%web.de
652caf3302 Bug 263769: fix some Opera shortcuts
git-svn-id: svn://10.0.0.236/trunk@172187 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:32 +00:00
jwalden%mit.edu
9133c6cc04 Increment the last-modified date...
git-svn-id: svn://10.0.0.236/trunk@172186 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:31 +00:00
jwalden%mit.edu
11c8db1f2c Bug 263755 - Help shouldn't say Opt+D highlights location bar on Mac. Also, fix a separate incorrect entity in passing.
git-svn-id: svn://10.0.0.236/trunk@172185 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:30 +00:00
jwalden%mit.edu
4d5b7d1db2 Bug 263769 - Next Tab and Previous Tab Keyboard Shortcuts are Listed Incorrectly. Also, change name of entity for control key to conform with the DOM model, where it is known as 'ctrl'.
git-svn-id: svn://10.0.0.236/trunk@172184 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:29 +00:00
steffen.wilberg%web.de
ee2a5f9c7c Bug 265849: there's no longer an Options button in the Download Manager. p=als@mozilla.ru, r=me
git-svn-id: svn://10.0.0.236/trunk@172183 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:28 +00:00
steffen.wilberg%web.de
c953a365e1 Bug 263962: Document more Mac-only menu stuff. r=jeff
git-svn-id: svn://10.0.0.236/trunk@172182 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:27 +00:00
steffen.wilberg%web.de
7bcf474cd5 Bug 266095: document the 'Match case' checkbox in the find bar. r=jeff
git-svn-id: svn://10.0.0.236/trunk@172181 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:26 +00:00
steffen.wilberg%web.de
3b63c4fd5b Bug 265853: 'File' menu items listed in wrong order. r=jeff
git-svn-id: svn://10.0.0.236/trunk@172180 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:25 +00:00
steffen.wilberg%web.de
2fbe1b9270 Bug 264332: add link to tabbed_browsing.xhtml in using_firebird.xhtml#tabbed_browsing. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@172179 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:24 +00:00
jwalden%mit.edu
bf7fd3bcbe s/refresh/reload/g - I wonder why this was the way it was?
git-svn-id: svn://10.0.0.236/trunk@172178 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:23 +00:00
steffen.wilberg%web.de
c0c3ac8321 Bug 264323: missing links in Contents-Customization-Themes/Extensions. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@172177 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:22 +00:00
jwalden%mit.edu
7dea7af130 Go Home shortcut is Alt+Home on Mac, not Cmd+Home. Initiated by followup comment to bug 259883.
git-svn-id: svn://10.0.0.236/trunk@172176 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:21 +00:00
steffen.wilberg%web.de
681fdc5ae9 Bug 271348: 'Move system caret with focus/selection changes' needs to explain that it is the same as caret browsing. r=jeff
git-svn-id: svn://10.0.0.236/trunk@172175 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:20 +00:00
jwalden%mit.edu
51fce95e51 Porting branch fix for followup change after bug 250279 (Find Toolbar for View Source)
git-svn-id: svn://10.0.0.236/trunk@172174 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:19 +00:00
steffen.wilberg%web.de
d34b500937 fix XML parsing error
git-svn-id: svn://10.0.0.236/trunk@172173 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:18 +00:00
jwalden%mit.edu
2c8955619d Bug 258076 - Document new tab prefs. r=steffen
git-svn-id: svn://10.0.0.236/trunk@172172 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:17 +00:00
steffen.wilberg%web.de
0435ccda4b Bug 263369: improve explanation of 'proxy'. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@172171 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:16 +00:00
jwalden%mit.edu
cf7fd9d5a9 Bug 259883 - "accel" is Cmd, not Ctrl on Mac. r=steffen
git-svn-id: svn://10.0.0.236/trunk@172170 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:15 +00:00
steffen.wilberg%web.de
3978ee002b Bug 259387: document popup blocker statusbar and info bar menu. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@172169 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:14 +00:00
steffen.wilberg%web.de
e3bfab41b2 Bug 267211: fix 'clipboard' misspelling.
git-svn-id: svn://10.0.0.236/trunk@172168 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:13 +00:00
steffen.wilberg%web.de
04e2f33c4b Bug 265213: Help for migrating IE/Mac users should address terminology issues.r=jeff
git-svn-id: svn://10.0.0.236/trunk@172167 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:12 +00:00
jwalden%mit.edu
5ab838c026 Fixing erroneous diff...
git-svn-id: svn://10.0.0.236/trunk@172166 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:11 +00:00
jwalden%mit.edu
5a5ad8437f Add Save Target As/Save Link As to the IE/Firefox differences list
git-svn-id: svn://10.0.0.236/trunk@172165 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:10 +00:00
steffen.wilberg%web.de
66f32c6c31 Bug 264317: fix broken links in Help Contents - Menu Reference
git-svn-id: svn://10.0.0.236/trunk@172164 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:09 +00:00
steffen.wilberg%web.de
bb1cd2a226 fix linebreak
git-svn-id: svn://10.0.0.236/trunk@172163 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:08 +00:00
jwalden%mit.edu
6b6cda9b9d Bug 258665 - Document stylesheet switching UI. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=me
git-svn-id: svn://10.0.0.236/trunk@172162 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:07 +00:00
jwalden%mit.edu
c9ec96080b Bug 260050 - explain tabbed browsing in more detail and make it prominent. doc=Daniel Wang <daniel.bugmail@wangrepublic.org>, p=me, r=steffen
git-svn-id: svn://10.0.0.236/trunk@172161 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:06 +00:00
jwalden%mit.edu
8aa27e06bb Bug 254982 - Use "preference" in docs in Linux, "option" in docs elsewhere. r=steffen
git-svn-id: svn://10.0.0.236/trunk@172160 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:05 +00:00
steffen.wilberg%web.de
6a4fdff758 Bug 269226: Wrong link in Firefox Help welcome page. p=rj.keller, r=me
git-svn-id: svn://10.0.0.236/trunk@172159 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:04 +00:00
jwalden%mit.edu
916a460d94 Bug 263547 - corrections needed for Help's start page. One last bit of cleanup...
git-svn-id: svn://10.0.0.236/trunk@172158 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:03 +00:00
jwalden%mit.edu
1472b8219d Bug 263547 - corrections needed for Help's start page
git-svn-id: svn://10.0.0.236/trunk@172157 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:02 +00:00
jwalden%mit.edu
0502f21199 Bug 255695 - Document master password UI (from bug 218694). p=steffen, r=me
git-svn-id: svn://10.0.0.236/trunk@172156 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:01 +00:00
steffen.wilberg%web.de
369f488b5f fix typo
git-svn-id: svn://10.0.0.236/trunk@172155 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:50:00 +00:00
steffen.wilberg%web.de
61d174b81c Bug 260864: update download manager shortcut everywhere; IE has no View Source shortcut; Web Search is Ctrl+E in IE. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@172154 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:59 +00:00
steffen.wilberg%web.de
8fdde6042b Bug 262072: clean up the index. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@172153 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:58 +00:00
jwalden%mit.edu
29fc3f5729 Bug 261749 - clean up the glossary. p=steffen, r=me
git-svn-id: svn://10.0.0.236/trunk@172152 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:57 +00:00
steffen.wilberg%web.de
959441f00d Bug 261555: fix broken links (using_firefox.xhtml and #using_the_Sidebar)
git-svn-id: svn://10.0.0.236/trunk@172151 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:56 +00:00
jwalden%mit.edu
2184bb9e75 Syncing trunk Help with branch Help...
git-svn-id: svn://10.0.0.236/trunk@172150 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:55 +00:00
jwalden%mit.edu
91dc2e0038 Correct a couple stylistic/grammar issues in Help docs - no bug#, don't affect l10n
git-svn-id: svn://10.0.0.236/trunk@172149 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:54 +00:00
jwalden%mit.edu
caf30a8227 Bug 257274 - Minor errors in forieusers.xhtml, using_firebird.xhtml. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=rlk@trfenv.com, a=asa
git-svn-id: svn://10.0.0.236/trunk@172148 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:53 +00:00
jwalden%mit.edu
2a5523f7db Bug 258684 - Change Linux shortcuts listed in Help to be correct. r=steffen.wilberg@web.de
git-svn-id: svn://10.0.0.236/trunk@172147 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:52 +00:00
steffen.wilberg%web.de
9eb1e49728 Bug 259083: error in Close Tab shortcuts. p=nosebleed@umphlet.com, r=me
git-svn-id: svn://10.0.0.236/trunk@172146 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:51 +00:00
jwalden%mit.edu
68ebd0828e Bug 258640 - Missing shortcut (New Message... CTRL + M). r=steffen
git-svn-id: svn://10.0.0.236/trunk@172145 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:50 +00:00
steffen.wilberg%web.de
3b870275c1 Bug 256845: Page Info commandkey is gone on Windows.r=rlk
git-svn-id: svn://10.0.0.236/trunk@172144 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:49 +00:00
steffen.wilberg%web.de
7e59ecc1c2 Bug 256363: Change Help docs on Download Manager shortcut (Ctrl+J). p=jwalden, r=me
git-svn-id: svn://10.0.0.236/trunk@172143 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:48 +00:00
jwalden%mit.edu
5a76529ef1 Bug 257007 - Bad link text ("click here") in Firefox help. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=jwalden@mit.edu
git-svn-id: svn://10.0.0.236/trunk@172142 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:47 +00:00
jwalden%mit.edu
5d64b308a2 Bug 258671 - Readd Work Offline descriptions to Help. Reverting a previous change...
git-svn-id: svn://10.0.0.236/trunk@172141 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:46 +00:00
steffen.wilberg%web.de
1f1fe9cc57 Bug 256968: Minor mismatch between table of contentsand section headers; also fix some broken links.
git-svn-id: svn://10.0.0.236/trunk@172140 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:45 +00:00
rlk%trfenv.com
ce843f039a bug 256363 - Change Download Manager shortcut. Patch by Jeff Walden <jwalden+fxhelp@mit.edu>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@172139 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:44 +00:00
steffen.wilberg%web.de
5120ebbf26 Bug 256661: use new images for extension and theme managers in Help. r=jwalden+fxhelp@mit.edu
git-svn-id: svn://10.0.0.236/trunk@172138 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:43 +00:00
steffen.wilberg%web.de
242fe4c57c Bug 256805: Remove Tell a Friend menu item description. p=jwalden, r=me
git-svn-id: svn://10.0.0.236/trunk@172137 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:42 +00:00
rlk%trfenv.com
7dec9585f2 lets comment it out instead of removing it.
git-svn-id: svn://10.0.0.236/trunk@172136 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:41 +00:00
rlk%trfenv.com
059eae1427 updating help documentation for removal of Offline support from Firefox
git-svn-id: svn://10.0.0.236/trunk@172135 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:40 +00:00
steffen.wilberg%web.de
5aba0611ce Bug 256905: Fix broken link. p=jwalden, r=rlk
git-svn-id: svn://10.0.0.236/trunk@172134 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:39 +00:00
rlk%trfenv.com
1b24e33b86 oops, minor typo. forgot to comment out toc entry.
git-svn-id: svn://10.0.0.236/trunk@172133 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:38 +00:00
steffen.wilberg%web.de
9817efd356 Bug 259481: only extensions need to be whitelisted. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@172132 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:37 +00:00
rlk%trfenv.com
683050b5a9 Moving aviary help to the trunk, round 2.
git-svn-id: svn://10.0.0.236/trunk@172131 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:36 +00:00
rlk%trfenv.com
2ac141fd04 how the heck did that get in there!
git-svn-id: svn://10.0.0.236/trunk@172130 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:35 +00:00
mconnor%myrealbox.com
a55408cb6a bug 238579 - this in Find in this Page in search field / firefox help should be capitalized, patch by Ali Ebrahim (aebrahim@uchicago.edu), r=mconnor
git-svn-id: svn://10.0.0.236/trunk@172129 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:34 +00:00
bzbarsky%mit.edu
cc9a2a78e9 Use "Search Web For" instead of "Web Search For". Bug 137254, patch by Tim
Meader <tmeader@gmail.com>, r=mconnor, sr=jag


git-svn-id: svn://10.0.0.236/trunk@172128 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:33 +00:00
steffen.wilberg%web.de
102cab3fa0 Bug 255938: Document warn on close pref in Advanced Options, p=jwalden, r=rlk. Also fix typo (bug 256041)
git-svn-id: svn://10.0.0.236/trunk@172127 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:32 +00:00
rlk%trfenv.com
d577f2fe32 Bug 246274 - Firefox advanced browsing option "open links in the background" misleading. Patch by Tim Meader <tmeader@gmail.com>. r=mconnor@myrealbox.com
git-svn-id: svn://10.0.0.236/trunk@172126 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:31 +00:00
rlk%trfenv.com
05bc46a401 Checking in massive help bloat elimination checkin.
git-svn-id: svn://10.0.0.236/trunk@172125 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:30 +00:00
rlk%trfenv.com
65b715dd57 fixing minor typo.
git-svn-id: svn://10.0.0.236/trunk@172124 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:29 +00:00
rlk%trfenv.com
2bdd4b7765 fixing some typos and removing an obsolete file not used in the build.
git-svn-id: svn://10.0.0.236/trunk@172123 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:28 +00:00
rlk%trfenv.com
e67a342285 Fixing minor typo in Help documentation (bug 246624)
git-svn-id: svn://10.0.0.236/trunk@172122 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:27 +00:00
rlk%trfenv.com
8ffe869b57 Landing Firefox Help 1.1. Permission to checkin from ben.
git-svn-id: svn://10.0.0.236/trunk@172121 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:26 +00:00
rlk%trfenv.com
8d04b2d7d5 Bug 231533 - Checkin Firebird Help 1.0.1 to the Firebird tree. r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@172120 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:25 +00:00
rlk%trfenv.com
33d44b397e Bug 232722 - change 'character coding' to 'character encoding'. Patch by Jungshik Shin <jshin@mailaps.org>. r=rlk@trfenv.com, sr=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@172119 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:24 +00:00
rlk%trfenv.com
1a1eb44751 Firebird Help build bustage fix 3 :)
git-svn-id: svn://10.0.0.236/trunk@172118 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:23 +00:00
rlk%trfenv.com
d5ef67007c forgot some files.
git-svn-id: svn://10.0.0.236/trunk@172117 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 13:49:15 +00:00
mkanat%kerio.com
51579fcb4e Back out bug bug 290089, which causes checksetup to fail on a newly-created DB.
git-svn-id: svn://10.0.0.236/trunk@172115 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 08:35:45 +00:00
mkanat%kerio.com
e2145d3e16 Bug 290089: Move timestamp updates to happen before any other Schema updates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172114 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 07:11:27 +00:00
mkanat%kerio.com
24e2f4019c Bug 289453: components.initialowner is different in Bugzilla::DB::Schema than it was in the old checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172113 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 06:58:24 +00:00
julien.pierre.bugs%sun.com
2f07aaf604 Back out fix for 290121 temporarily (until Christophe upgrades build tools)
git-svn-id: svn://10.0.0.236/trunk@172110 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 04:41:49 +00:00
cmp%mozilla.org
e0acac8cc6 Change into the correct packaging directory on MacOS X before removing
files.  Bug 290075, attachment 180667.  sr=mscott, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@172108 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 04:03:24 +00:00
smfr%smfr.org
d0d20dcacd Fix for bug 290241 (exception thrown dragging links onto the tab bar). Patch by #camino, r=me.
git-svn-id: svn://10.0.0.236/trunk@172107 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-14 02:59:24 +00:00
shaver%mozilla.org
c6fb08a2e1 Bug 290247: fix 3 long-standing do_CreateInstanceFromCategory bugs:
- initialize mOuter so we don't always try to aggregate against a random
  stack pointer;
- don't try to store through the oft-null mErrorPtr
- set rv so that we actually check CreateInstanceByContractID's return
r=bsmedberg, sr=darin, a=brendan


git-svn-id: svn://10.0.0.236/trunk@172105 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 23:56:54 +00:00
brendan%mozilla.org
8623cdaea5 Fix Windows bustage.
git-svn-id: svn://10.0.0.236/trunk@172104 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 23:35:45 +00:00
vladimir%pobox.com
1732bf5d0e add parameter_indexes api
git-svn-id: svn://10.0.0.236/trunk@172103 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 23:25:41 +00:00
wtchang%redhat.com
ea1790270b Bugzilla bug 290233: fixed printf format related bugs reported as compiler
warnings. r=nelsonb.
Modified Files: addbuiltin.c rsaperf.c vfychain.c


git-svn-id: svn://10.0.0.236/trunk@172102 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 23:03:15 +00:00
wtchang%redhat.com
bbf59b2b16 Bugzilla bug 290122: pass full pathnames of source files to the compiler
on AIX so its debugger can automatically find the source files. r=Julien
Pierre of Sun and Philip Warren of IBM.


git-svn-id: svn://10.0.0.236/trunk@172099 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 22:55:11 +00:00
brendan%mozilla.org
38e9997ef0 Type-check method calls on wrong class of object, required for hand-rolled JS natives (290162, r=dveditz/sr=shaver/a=drivers).
git-svn-id: svn://10.0.0.236/trunk@172098 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 22:22:55 +00:00
mvl%exedo.nl
3ae5a21ecf remove duplicate cal_calendars definition. also fixes some JS strict warnings.
bug 286944, r=vlad


git-svn-id: svn://10.0.0.236/trunk@172097 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 22:09:54 +00:00
gandalf%firefox.pl
968dfb1416 Bug 286108: Build Thunderbird Locales from CVS; r=bsmedberg;sr=mscott;a=dbaron
git-svn-id: svn://10.0.0.236/trunk@172095 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 21:56:42 +00:00
scott%scott-macgregor.org
6ffb820208 Bug #284699 --> add some null ptr protection to avoid a crash
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@172094 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 21:45:13 +00:00
julien.pierre.bugs%sun.com
40d59536fa Fix for bug 290120 - compile source files with absolute pathnames on AIX. r=wtchang
git-svn-id: svn://10.0.0.236/trunk@172093 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 20:58:06 +00:00
pedemont%us.ibm.com
33fcf1ebdc When recursing on SetupParams, don't overwrite param type. Fixes crash on Mac and Win32. Not part of build. a=mkaply.
git-svn-id: svn://10.0.0.236/trunk@172091 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 19:55:25 +00:00
pedemont%us.ibm.com
5d5e1d5120 'array' param support. Not part of build. a=mkaply1
git-svn-id: svn://10.0.0.236/trunk@172090 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 19:20:57 +00:00
pedemont%us.ibm.com
73cbbeaf63 Generate Java interface from nsError.h. Not part of build. a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172089 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 19:04:57 +00:00
bob%bclary.com
20a18d91cf Add regression test for bug 290056, by Martin Honnen
git-svn-id: svn://10.0.0.236/trunk@172087 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 18:44:22 +00:00
mkaply%us.ibm.com
a4e1476e8c #286306
r=mkaply, sr=mkaply (platform specific), a=mkaply (OS/2 Specific)
Patch from Rich Walsh - implement CSS cursors


git-svn-id: svn://10.0.0.236/trunk@172085 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 18:40:57 +00:00
julien.pierre.bugs%sun.com
8df034a65c Fix for 290121 - always fill the CRL cache on first entry, to fix AIX problem. r=nelson
git-svn-id: svn://10.0.0.236/trunk@172084 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 18:08:48 +00:00
aaronleventhal%moonset.net
45bff06019 Bug 289858. Use MSAA positional descriptions to expose number of children for tree items. r=timeless, sr=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@172080 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 17:17:52 +00:00
mvl%exedo.nl
42cae08fc9 make the new-calendar wizard a bit less annoying.
bug 286959, r=pavlov


git-svn-id: svn://10.0.0.236/trunk@172079 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 17:00:15 +00:00
tor%cs.brown.edu
f0568933af Bug 287699 - crash when rendering svg with cairo xlib fallback. a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172077 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 16:52:51 +00:00
tor%cs.brown.edu
1f8f482631 Bug 289839 - svg crashes when unloading a text gradient. r=jwatt, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@172076 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 16:51:00 +00:00
kairo%kairo.at
1dfba50b48 bug 289326 - hangs when clicking on "Satellite" link on Google maps (linux-ia64 only), patch by David Mosberger <davidm@hpl.hp.com> r=brendan sr=shaver a=asa
git-svn-id: svn://10.0.0.236/trunk@172074 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 12:47:20 +00:00
jshin%mailaps.org
59be4a67c9 bug 171349: Firefox icon is that of the system default. patch by Anbo Motohiko with my comment added (r=jshin, sr=neil)
git-svn-id: svn://10.0.0.236/trunk@172073 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 12:46:10 +00:00
kairo%kairo.at
d2b13190aa bug 150332 - default focus in "Download Headers" dialog should be the OK button, patch by Karsten Düsterloh <mnyromyr@tprac.de> r=Neil sr=bienvenu a=asa
git-svn-id: svn://10.0.0.236/trunk@172072 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 12:34:02 +00:00
allan%beaufour.dk
fbd3c5bbd6 Make nsXFormsUtils::ReportError() use nsIScriptError, so we can log different error types. Bug 289518, patch by doron, r=aaronr+me, a=mkaply (NBOTB)
git-svn-id: svn://10.0.0.236/trunk@172071 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 08:06:17 +00:00
pavlov%pavlov.net
aef0b468df @import has to go at the top of the CSS file, not the bottom.
git-svn-id: svn://10.0.0.236/trunk@172069 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 06:09:12 +00:00
paper%animecity.nu
02290ac235 Bug 286622: Fix cursors for Win9x/ME/2k. r=biesi; sr=roc; a=asa
git-svn-id: svn://10.0.0.236/trunk@172068 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 05:52:02 +00:00
paper%animecity.nu
1fc5e0f8e3 Bug 289516: null variables after delete[] r=emaijala; sr=tor; a=asa
git-svn-id: svn://10.0.0.236/trunk@172067 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 05:49:19 +00:00
smfr%smfr.org
01af0c96c9 Landing changes by Bruce Davidson <Bruce.Davidson@iplbath.com> to get Cut/Copy/Paste to work for bookmarks (bug 155484), and to fix the pasteboard string identifiers in the code (bug 287118). I made three changes to the patch:
Change CHBrowserView to no longer accept bookmark types (kCaminoBookmarkListPBoardType, kWebURLsWithTitlesPboardType), because gecko can't handle them. Instead, a parent view will now handle the drop (and correctly load tabs etc).

NSPastboard+Utils
-containsURLData changed to test for a scheme on the NSURL. Otherwise, any random text would be accepted as url data.

BookmarkViewController:
-pasteBookmarks:intoFolder:index:copying fixed to keep an array of newly created bookmark items when copying, so we can correctly reveal those new items.


git-svn-id: svn://10.0.0.236/trunk@172066 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 05:35:27 +00:00
smfr%smfr.org
bdb138ac8d Fix bug 277923: crash on scrolling in Camino on page load, because we destroy the scrollbars while in a native scrollbar tracking loop. Fixed by posting a fake mouseup event when we detect that the scrollbar is going away. r=pinkerton. Only affects Camino, so no need for approval.
Also remove the USE_OPAQUE_VIEWS #ifdefs from nsChildView, and add an explanatory comment now that we understand the issue better.


git-svn-id: svn://10.0.0.236/trunk@172065 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 04:51:36 +00:00
dbaron%dbaron.org
58caf90473 Don't allow javascript: favicons. b=290036 r=dveditz sr=brendan a=chase
git-svn-id: svn://10.0.0.236/trunk@172063 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 04:38:18 +00:00
smfr%smfr.org
419c9e101b Fix bug 289022: every other click in a text field unfocusses it, so you can't type. Fixed by retargeting keyboard events to a parent view, if their target view has no frame. r=roc, sr=dbaron, a=dbaron.
git-svn-id: svn://10.0.0.236/trunk@172062 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 04:35:13 +00:00
wtchang%redhat.com
13fea5828e Bugzilla Bug 287495: added Go Daddy Class 2 CA and Starfield Class 2 CA.
Bumped the nssckbi module's version to 1.53.  Updated the instructions in
README. r=relyea,nelsonb.
Modified Files: README certdata.c certdata.txt nssckbi.h


git-svn-id: svn://10.0.0.236/trunk@172058 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 01:45:53 +00:00
scott%scott-macgregor.org
78dac94010 Bug #290084 --> can't close configuration editor dialog on Mac OS X
git-svn-id: svn://10.0.0.236/trunk@172057 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 01:14:05 +00:00
dveditz%cruzio.com
c0fcd1d0d0 bug 290037 search action protocol should match method r=bengoodger,sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@172055 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 00:35:04 +00:00
scott%scott-macgregor.org
bf34f90ab3 Bug #290075 --> Thunderbird 1.0.x launches no windows and empty Main Menu
make mail\installer\Makefile.in work on Mac builds now that the tinderbox script
calls in here.


git-svn-id: svn://10.0.0.236/trunk@172053 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 00:28:30 +00:00
alexei.volkov.bugs%sun.com
49473f3c50 Adding cert id and revocation indication to CRL SSL Client Tests results.
git-svn-id: svn://10.0.0.236/trunk@172051 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 00:23:09 +00:00
scott%scott-macgregor.org
b57cf5e158 Bug #290103 --> include the deleted attachment icon for thunderbird
git-svn-id: svn://10.0.0.236/trunk@172050 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-13 00:13:48 +00:00
bugreport%peshkin.net
e1139e8f3a Bug 290000: lock email settings table before adding new user
Patch by bugreport@peshkin.net
r=glob,a=justdave


git-svn-id: svn://10.0.0.236/trunk@172049 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 23:28:47 +00:00
brendan%mozilla.org
dcec8e9b6a Fix bugs due to errata in ECMA-357 10.2.1, 13.4.4.35 and 13.4.4.36 (290056, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@172048 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 22:42:57 +00:00
lpsolit%gmail.com
4f00e1333f Bug 289742: No value for param user_verify_class at Bugzilla/Config.pm line 162 - Patch by byron jones (glob) <bugzilla@glob.com.au> r=gerv, a=justdave
git-svn-id: svn://10.0.0.236/trunk@172047 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 21:40:56 +00:00
smfr%smfr.org
37e0ea3a72 Fix build by removing references to unused xpt files.
git-svn-id: svn://10.0.0.236/trunk@172046 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 21:18:32 +00:00
jake%bugzilla.org
750fc40f9f Bug 289594 - Part 2 - The "exclude" table also needs alternating colors. Also changing the default color back to F7F7F7.
r=mkanat


git-svn-id: svn://10.0.0.236/trunk@172045 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 20:43:32 +00:00
aaronleventhal%moonset.net
dca00c4561 Bug 280154. Cannot arrow past first entry in help sidebar panels. r=Neil, sr=bz, a=asa
git-svn-id: svn://10.0.0.236/trunk@172044 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 20:25:49 +00:00
lpsolit%gmail.com
f3f72e2a0d Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@172043 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 20:21:45 +00:00
dveditz%cruzio.com
4dcc50a1d2 bug 283777 fix right-arrow selection regression in autocomplete r=mconnor, a=chase
git-svn-id: svn://10.0.0.236/trunk@172042 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 19:39:25 +00:00
shaver%mozilla.org
48b91a8420 Use the lemony-fresh calendar-views.css so that we can actually show the
views sanely in Lightning.  NPOTB.


git-svn-id: svn://10.0.0.236/trunk@172041 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 18:45:35 +00:00
shaver%mozilla.org
7fbedb4414 Bug 289796: split the view-related CSS out of calendar.css, so that it's safe
to include in Lightning. r=mvl, npotb.


git-svn-id: svn://10.0.0.236/trunk@172040 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 18:44:30 +00:00
lpsolit%gmail.com
a27f4640d7 Bug 289618: reference globals.pl's quoteUrls function for changing bug term - Patch by Peter Kay <peterkayatwork@yahoo.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@172039 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 18:23:56 +00:00
lpsolit%gmail.com
445e0bdd09 Bug 289062: editusers.cgi is querying for groups twice on update - Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@172038 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 18:08:21 +00:00
lpsolit%gmail.com
43ec3e6383 Bug 289736: error message in query.cgi: Unknown column 'relevance' - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=jouni a=justdave
git-svn-id: svn://10.0.0.236/trunk@172037 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 17:57:15 +00:00
lpsolit%gmail.com
acb5932a28 Bug 288461: sanitycheck.cgi should permit to clean all invalid references to deleted bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave
git-svn-id: svn://10.0.0.236/trunk@172036 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 17:24:33 +00:00
jake%bugzilla.org
7cf0f16c18 Bug 165075 - A login form is now included by default on the main Index page.
r=wurblzap, a= justdave


git-svn-id: svn://10.0.0.236/trunk@172035 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 17:23:01 +00:00
timeless%mozdev.org
a9e6fec331 Bug 220753 mailto: links do not work on BeOS
patch by simontaylor2@gawab.com r=thesuckiestemail@yahoo.se a=asa


git-svn-id: svn://10.0.0.236/trunk@172034 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 16:05:25 +00:00
maxf%magma.ca
4460ae5c00 Photon-only changes. These only affect QNX builds, which are not part of
Tinderbox. See QNX PR23898. The input group for clipboard copy/paste was
always hard coded to 1. To support other input groups, the real input group
being used by the user must be passed from the gui client (i.e. from voyager
via PtWeb to mozserver) or taken from the mouse/keyboard event. My QNX
email address is mfeil@qnx.com. r=amardare@qnx.com


git-svn-id: svn://10.0.0.236/trunk@172033 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 16:03:14 +00:00
timeless%mozdev.org
317c297456 Bug 276378 [BeOS] Download-prefs / Downloadmanager returns path to Home as Desktop
patch by Niels.Reedijk@gmail.com r=bsmedberg a=asa


git-svn-id: svn://10.0.0.236/trunk@172032 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:55:49 +00:00
bzbarsky%mit.edu
71b3886c0d Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@172031 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:50:25 +00:00
timeless%mozdev.org
8f4454ff0a Bug 287391 svg.css has inefficient rules
patch by bug@annevankesteren.nl r=tor sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@172030 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:46:42 +00:00
shaver%mozilla.org
58a2032f0c Bug 288891: fix use of outdated ICAL_STATUS_ constants, and the Status:
mouseover. Patch from gekacheka, r=me, NPOTB.


git-svn-id: svn://10.0.0.236/trunk@172029 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:46:00 +00:00
bzbarsky%mit.edu
66359456de Flush out content model construction before messing with the DOM, since we plan
to insert frames into our display frame and putting options in there is a bad
idea.  Bug 289730, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@172028 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:31:03 +00:00
bzbarsky%mit.edu
59247538c5 Make sure we've tried to create our CSSLoader before we try to dereference it.
Bug 289765, r+sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@172027 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:29:20 +00:00
aaronleventhal%moonset.net
aaf83eafa8 Bug 288986. Disabled attribute confusion causing some XUL elements to be exposed in accessibility APIs as disabled when they aren't. sr=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@172026 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:28:01 +00:00
bzbarsky%mit.edu
f0424d6b08 Finish removing the -moz-bulletinboard display value from the tree. All the
code implementing it is long removed; we shouldn't be parsing it.  Bug 289967,
r+sr=dbaron, a=asa


git-svn-id: svn://10.0.0.236/trunk@172025 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:27:23 +00:00
bzbarsky%mit.edu
242b69fa40 Throw from our Init() method if we're already initialized, so we don't add
ourselves to various lists twice.  Bug 282784, r=kaie, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@172024 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 15:25:41 +00:00
bzbarsky%mit.edu
3ef1503a5f Fix crashes when privilegeManager methods are called by setting our our param
on success return.  Bug 289991 and bug 289925, r=caillon, sr=dbaron, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@172019 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 05:13:26 +00:00
mconnor%myrealbox.com
187a4819bf bug 180962, security warnings show twice in first tab, a=asa
git-svn-id: svn://10.0.0.236/trunk@172018 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 04:40:33 +00:00
roc+%cs.cmu.edu
36ddcaef9c Bug 289994. Add REQUIRES needed to build canvas. r+sr=shaver,a=brendan
git-svn-id: svn://10.0.0.236/trunk@172017 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 04:20:01 +00:00
smfr%smfr.org
0dacad03fe Remove a space before an #import
git-svn-id: svn://10.0.0.236/trunk@172016 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 03:32:30 +00:00
alexei.volkov.bugs%sun.com
775e2d0de9 Fix for bug 265003: Add CRL generation to crlutil. Reviewed JP+
git-svn-id: svn://10.0.0.236/trunk@172015 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 02:24:17 +00:00
brendan%mozilla.org
b8b4468654 Defense in depth for eval on what should be an inaccessible scope (217195, r+sr=jst, a=chase).
git-svn-id: svn://10.0.0.236/trunk@172014 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 01:35:05 +00:00
mkanat%kerio.com
e3c1516daf Bug 289455: products.classification_id has a different definition in an upgraded database than in a brand-new database
Patch By Albert Ting <altlst@sonic.net> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172013 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 01:30:44 +00:00
mkanat%kerio.com
09f8264bef Bug 285533: Bugzilla displays inactive enum values
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172012 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-12 01:27:57 +00:00
scott%scott-macgregor.org
1688745e6a Bug #287623 --> Allow copying of RSS feed URL from the properties dialog
make the feed properties dialog a little wider.
Fix a problem with double clicking a feed folder


git-svn-id: svn://10.0.0.236/trunk@172011 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 23:28:14 +00:00
cbiesinger%web.de
78ad5225a9 fixing indentation
git-svn-id: svn://10.0.0.236/trunk@172010 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 23:20:57 +00:00
roc+%cs.cmu.edu
781e3d8f83 Don't try to set fully general matrices into nsTransform2D because it doesn't build and it's not useful either. gfx/src/cairo should build now.
git-svn-id: svn://10.0.0.236/trunk@172009 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 23:13:12 +00:00
jake%bugzilla.org
4af8e86184 Bug 289594 - The table on the email settings page no longer is 100% wide. It also now supports even/odd row styling.
r=gerv, a=justdave


git-svn-id: svn://10.0.0.236/trunk@172006 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:52:51 +00:00
cmp%mozilla.org
57e950877a Increase copyright year on the branch. Bug 286957, attachment 180354.
r=dbaron, a=asa


git-svn-id: svn://10.0.0.236/trunk@172005 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:42:27 +00:00
gerv%gerv.net
af50b59454 Bug 278268 - make Grand Total line not appear if data set add fails. Patch by colin.ogilvie; r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@172004 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:39:11 +00:00
bryner%brianryner.com
7472293b0c removing deleted makefiles
git-svn-id: svn://10.0.0.236/trunk@172003 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:37:06 +00:00
cbiesinger%web.de
80dbad4417 make gfx/src/cairo build. NPOB.
git-svn-id: svn://10.0.0.236/trunk@172002 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:35:37 +00:00
gerv%gerv.net
9d2b9897ff Bug 289565 - fix JavaScript component selector when creating new charts. Patch by gerv; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@172001 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:34:50 +00:00
bryner%brianryner.com
de16f193be Protect against a null docshell being passed in to GetIndexOfDocShell (bug 264032). r=mconnor.
git-svn-id: svn://10.0.0.236/trunk@172000 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:25:09 +00:00
roc+%cs.cmu.edu
cbdd2f14d5 Add antialiasing mode API. Not Part Of The Build
git-svn-id: svn://10.0.0.236/trunk@171999 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:22:10 +00:00
roc+%cs.cmu.edu
d302ae559d Bug 289431. Don't include overflow from children in frames that are overflow:-moz-hidden-unscrollable. r+sr=bzbarsky,a=brendan
git-svn-id: svn://10.0.0.236/trunk@171995 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 22:03:23 +00:00
julien.pierre.bugs%sun.com
5469664d2a Correct name of extension from "Invalid Date" to "Invalidity Date".
git-svn-id: svn://10.0.0.236/trunk@171994 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 21:27:01 +00:00
scott%scott-macgregor.org
8a03b61291 Bug #289629 --> add Edit Feed button to RSS Subscriptions dialog
git-svn-id: svn://10.0.0.236/trunk@171993 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 21:22:44 +00:00
jst%mozilla.jstenback.com
f78c062383 Fixing bug 286629. Allow access to Components.lookupMethod() and .isSuccessCode() from untrusted script. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=chofmann@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@171992 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 20:41:12 +00:00
pavlov%pavlov.net
fd703e1489 fix typos on class names
git-svn-id: svn://10.0.0.236/trunk@171991 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 19:23:27 +00:00
wtchang%redhat.com
8deab0fda0 Bugzilla Bug 289819: fixed a typo in the SEC_ERROR_EXTRA_INPUT error
message.  r=nelsonb.


git-svn-id: svn://10.0.0.236/trunk@171990 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 19:02:47 +00:00
bsmedberg%covad.net
71fdf6d166 Bug 254571 - when "make install"ing, sometimes the chrome directory is not created. use nsinstall -D to fix this patch by Alexander Sack <asac@jwsdot.com> r=me a=asa
git-svn-id: svn://10.0.0.236/trunk@171989 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 18:36:01 +00:00
bzbarsky%mit.edu
1e1749cf96 Fix crashes due to editor not removing its listeners properly on document
teardown.  Bug 289379, r=sfraser, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@171988 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 17:53:28 +00:00
bob%bclary.com
48c5dc61f5 revert stupid mistake
git-svn-id: svn://10.0.0.236/trunk@171987 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 17:49:45 +00:00
bienvenu%nventure.com
cc0f50a759 when remembering offline operations for a msg, make sure we don't lose the previous operations when adding a new operation, sr=mscott, a=sspitzer 228237
git-svn-id: svn://10.0.0.236/trunk@171986 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 17:44:56 +00:00
bmlk%gmx.de
edb17b80f0 cleanup for named childlists on outer table frames, bring ContentInserted in sync with ContentAppended, bug 286137 r/sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@171985 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 17:35:11 +00:00
mrbkap%gmail.com
e3e65b0d08 bug 288526: text content of an <object> in the <head> of a document is moved into the body, even though the <object> stays in the head. r=jst sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@171984 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 17:29:18 +00:00
kairo%kairo.at
66bc490990 bug 288199 - Rebrand suite installer, unix part - patch by Mark Banner <bugzilla@standard8.demon.co.uk> r=ajschult sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@171983 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 17:06:40 +00:00
bsmedberg%covad.net
f5d4fd4890 Touch configure to force tinderboxen to reconfigure after changes to autoconf.mk.in
git-svn-id: svn://10.0.0.236/trunk@171982 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 17:02:19 +00:00
bzbarsky%mit.edu
f14f7e0cb1 If our image was previously blocked and we're asked to maybe reload it, don't
check whether the URI changed; just try loading (since this time we may not be
blocked).  Bug 251354 followup, r=sicking, sr=shaver, a=chofmann


git-svn-id: svn://10.0.0.236/trunk@171981 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 16:37:27 +00:00
tor%cs.brown.edu
b98d6f83ef Bug 289276 - gradient reused multiple times is only rendered once.
r=scooter, a=mkaply


git-svn-id: svn://10.0.0.236/trunk@171980 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 16:35:02 +00:00
doronr%us.ibm.com
45859b4e37 XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@171979 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 16:33:31 +00:00
bsmedberg%covad.net
89b7207197 Temporary bustage fix for Mac OS 10.2. This means that libxul/xulrunner will only build on 10.3, but the other apps will be fine on 10.2
git-svn-id: svn://10.0.0.236/trunk@171978 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 16:11:51 +00:00
bsmedberg%covad.net
3b4e79e6cd Bug 289914 - ignore #comment lines in chrome manifests r=shaver a=chofmann
git-svn-id: svn://10.0.0.236/trunk@171977 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 15:31:58 +00:00
cltbld
d1dbbbba0f Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171976 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 15:29:46 +00:00
bsmedberg%covad.net
034b011dbf Bug 288370 - Build XULRunner on Mac, and add makefile vars to link against XPCOM frozen sharedlibs reliably r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@171975 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 15:19:42 +00:00
bsmedberg%covad.net
36843415dc Re-landing bug 289461 with one change: /^\s*/ becomes /^\s*$/, which was an accidental change from the original.
git-svn-id: svn://10.0.0.236/trunk@171974 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 14:54:57 +00:00
gandalf%firefox.pl
d05c391283 bug 285653: remove fallback bits; r=bsmedberg;a=asa
git-svn-id: svn://10.0.0.236/trunk@171973 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 14:53:16 +00:00
kiko%async.com.br
cb6bda69b2 Applying documentation patch from Marc Mims <marc@sssonline.com>: fixes
manpage's description of --no-stdin and --status long-options.


git-svn-id: svn://10.0.0.236/trunk@171972 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 14:23:32 +00:00
bsmedberg%covad.net
75b4fb4b8e Revert bug 289461 until I can examine bustage.
git-svn-id: svn://10.0.0.236/trunk@171971 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 13:39:07 +00:00
bsmedberg%covad.net
c61eb7c674 Bug 289461 - Give make-jars.pl the ability to use the new chrome manifests, r=Chase a=asa I am not landing any of the actual jar.mn changes until bug 289448 gets reviewed, to avoid massive conflicts in my tree. See bug 289461 for an example of how to use this new syntax.
git-svn-id: svn://10.0.0.236/trunk@171970 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 12:59:21 +00:00
bsmedberg%covad.net
3eea468537 Bug 289423 - Extensions should be able to provide window icons r=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@171969 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 12:43:42 +00:00
bsmedberg%covad.net
eefa8a03df Bug 289383 - Cannot force automatic xremote off: add the same MOZ_NO_REMOTE environment check that we use on Windows r=dbaron sr=jst a=caillon
git-svn-id: svn://10.0.0.236/trunk@171968 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 12:34:44 +00:00
steffen.wilberg%web.de
86b4ea2779 Bug 287203: document new Options window, using_firefox.xhtml part. r=jeff, a=asa
git-svn-id: svn://10.0.0.236/trunk@171967 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 10:14:49 +00:00
allan%beaufour.dk
3aeccc0f0f Patch that fixes the ugly refresh-all hack in nsXFormsModelElement.cpp. Should speed up things considerably, but is also a potential form-breaker. Bug 278368, r=aaronr+smaug, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@171966 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 08:04:51 +00:00
roc+%cs.cmu.edu
b6e1dfbe49 Fixing #include guards to avoid leading underscore. Not Part Of The Build
git-svn-id: svn://10.0.0.236/trunk@171965 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 04:36:18 +00:00
bob%bclary.com
9ae40e7bdd /b(?=(b+))/.exec(baaabac) == null
git-svn-id: svn://10.0.0.236/trunk@171964 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 03:39:26 +00:00
bob%bclary.com
49783750da Generalize test to use regular expression to prevent false failure in rhino
git-svn-id: svn://10.0.0.236/trunk@171963 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 03:37:52 +00:00
bob%bclary.com
2f8521387d Catch exception if indirect eval calls are not allowed in the engine
git-svn-id: svn://10.0.0.236/trunk@171962 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 03:36:25 +00:00
bob%bclary.com
01961ddc25 Don't call gc() if it is not defined the the engine being tested
git-svn-id: svn://10.0.0.236/trunk@171961 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 03:35:19 +00:00
bob%bclary.com
c1a79424c7 Change expected typeof new Script() to 'object', since it is not callable
git-svn-id: svn://10.0.0.236/trunk@171960 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 03:33:44 +00:00
bob%bclary.com
44eea6cee0 Escape >, bug 289634
git-svn-id: svn://10.0.0.236/trunk@171959 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 03:27:48 +00:00
bob%bclary.com
bd5cff96e0 spidermonkey version of the test
git-svn-id: svn://10.0.0.236/trunk@171958 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 03:15:54 +00:00
nelsonb%netscape.com
1fc0e872fc Report correct error code when input cert file contains extra stuff.
bug 289819.  r=julien.pierre


git-svn-id: svn://10.0.0.236/trunk@171957 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 02:52:01 +00:00
nelsonb%netscape.com
88b60c0338 Truncate output file before writing. Bug 289817. r=julien.pierre
git-svn-id: svn://10.0.0.236/trunk@171956 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 02:48:54 +00:00
bob%bclary.com
bf316edb9b Update character ranges, bug 289640
git-svn-id: svn://10.0.0.236/trunk@171955 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 02:24:04 +00:00
bob%bclary.com
c587cd77ee Add two test cases from Martin Honnen, bug 289706, bug 289790
git-svn-id: svn://10.0.0.236/trunk@171954 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 02:15:35 +00:00
bzbarsky%mit.edu
7d36f1baf6 Disable loading of images in data documents on the document level, not on the
node level.  Bug 251354, r=sicking, sr=peterv, a=asa


git-svn-id: svn://10.0.0.236/trunk@171953 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 00:29:36 +00:00
bugzilla%arlen.demon.co.uk
53c9b8880e Bug 289750 File-Open File... in MailNews does nothing
p=me r=neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@171952 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-11 00:12:06 +00:00
kairo%kairo.at
d8a622e3e7 bug 285696 (suite rebranding), stage 1, additional fix to get rid of version.dtd, r=biesi sr=Neil a=asa
git-svn-id: svn://10.0.0.236/trunk@171951 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 23:43:13 +00:00
kairo%kairo.at
ec8dae70d6 bug 285696 (suite rebranding), stage 1, additional fix to remove quoting trickery in bootstrap, r=biesi sr=Neil a=asa
git-svn-id: svn://10.0.0.236/trunk@171950 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 23:40:39 +00:00
bzbarsky%mit.edu
9cbf1d1281 Fix mouseover event regression by making sure to init our doc pointer before
null-checking it.  Bug 289719 and oodles of dependencies, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@171949 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 23:35:18 +00:00
kairo%kairo.at
617fc550a9 part of bug 288199 (Rebrand suite installer), Small packager Makefile fix to use app display name for mac file, r/sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@171948 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 23:35:04 +00:00
bzbarsky%mit.edu
8f024bc5f0 Make opening a new window load the homepage, if it's supposed to. Bug 289211,
patch by Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa


git-svn-id: svn://10.0.0.236/trunk@171947 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 23:32:51 +00:00
kairo%kairo.at
4dbeb18da6 bug 288690 - make version_win.pl able to use the app name from configure vars, r=bsmedberg sr=chase a=asa
git-svn-id: svn://10.0.0.236/trunk@171946 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 23:32:39 +00:00
bzbarsky%mit.edu
527175c5da Do less addrefing of principals in the script security manager. Bug 289643,
r=caillon, sr=brendan, a=asa


git-svn-id: svn://10.0.0.236/trunk@171945 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 23:27:07 +00:00
bugzilla%arlen.demon.co.uk
b3194d7e91 Bug 111484 Hide/Show platform-specific references in help files
p=stefan_h@hem.utfors.se r=me sr=neil.parkwaycc.co.uk a=asa


git-svn-id: svn://10.0.0.236/trunk@171944 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 19:56:32 +00:00
mvl%exedo.nl
1aa7cf1eb6 for real this time. still bug 289803 and still npotb
git-svn-id: svn://10.0.0.236/trunk@171943 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 19:56:03 +00:00
mvl%exedo.nl
70a5c79902 use what the patch for bug 289803 suggested. npotb
git-svn-id: svn://10.0.0.236/trunk@171942 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 19:45:12 +00:00
bzbarsky%mit.edu
bc5588d5eb Make sure to pop off the line style and color we use for imagemaps so it
doesn't affect other drawing done by the page.  Bug 185467, buggy code found by
Jan Darmochwal <jdarmochwal@gmx.de>, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@171941 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 19:30:40 +00:00
jwalden%mit.edu
794718fe35 Bug 254992 - Need a way to make ToC/Index entries platform-specific. r=neil.parkwaycc.co.uk@myrealbox.com, a=asa
git-svn-id: svn://10.0.0.236/trunk@171940 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 19:21:59 +00:00
mvl%exedo.nl
787ae04cc2 use composite calendar for task list
bug 288889, p=gekacheka, r=me. npotb


git-svn-id: svn://10.0.0.236/trunk@171939 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:59:15 +00:00
mvl%exedo.nl
0a9a1f696d Edit events or tasks fails to save after 'ok'
bug 289803, p=gekacheka, r=me. nptob


git-svn-id: svn://10.0.0.236/trunk@171938 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:48:11 +00:00
mvl%exedo.nl
c261cf1eda create jsDate only once. small optimization.
bug 289746, p=gekacheka, r=me. nptob


git-svn-id: svn://10.0.0.236/trunk@171937 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:31:50 +00:00
mvl%exedo.nl
07a6c0e5fa Use the timezone hour, not UTC or whatever JS happens to use.
bug 289746, p=gekacheka, r=me. nptob


git-svn-id: svn://10.0.0.236/trunk@171936 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:28:19 +00:00
mvl%exedo.nl
ebad71e58f Not everybody lives in amsterdam
bug 289746, p=gekacheka, r=me. nptob


git-svn-id: svn://10.0.0.236/trunk@171935 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:24:54 +00:00
mvl%exedo.nl
4bd7489d7f day/week views do not show location and description
bug 289716, p=gekacheka, r=me. nptob


git-svn-id: svn://10.0.0.236/trunk@171934 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:07:34 +00:00
lpsolit%gmail.com
d1dc4f3357 Bug 289570: Blank value always shown on target type code error from editflagtypes.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@171933 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:04:04 +00:00
mvl%exedo.nl
4f8d3b85db day view initially does not show items before current time
bug 289725, p=gekacheka, r=me. nptob


git-svn-id: svn://10.0.0.236/trunk@171932 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 18:03:41 +00:00
lpsolit%gmail.com
e3f63d06a7 Bug 288857: Use of uninitialized value in bitwise and (&) at Bugzilla/User.pm line 984 - Patch by Gervase Markham <gerv@mozilla.org> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@171930 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 17:49:48 +00:00
mvl%exedo.nl
4aa56f2336 Make double-clicking on an event in weekview work.
bug 289722, p=gekacheka, r=me. nptob


git-svn-id: svn://10.0.0.236/trunk@171929 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 17:40:52 +00:00
lpsolit%gmail.com
78cbfb9e04 Bug 288861: Odd number of elements in anonymous hash at query.cgi line 392 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
git-svn-id: svn://10.0.0.236/trunk@171928 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 17:37:57 +00:00
dbaron%dbaron.org
9d284dd76c Fix bustage from bug 274928. b=289786
git-svn-id: svn://10.0.0.236/trunk@171927 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 16:50:40 +00:00
brendan%mozilla.org
c72802fb50 Fix to late-night goof in xml_contains (289790, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@171925 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 15:21:47 +00:00
cbiesinger%web.de
74b67a13ed Bug 289650 nsIWebBrowserPersist should inherit from nsICancelable
r=darin sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@171924 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 12:37:36 +00:00
neil%parkwaycc.co.uk
396f6ded56 Bug 289726 Fix Install.patch crash p=mnyromyr@tprac.de r+sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@171923 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 12:10:36 +00:00
smontagu%smontagu.org
46c53d33ed Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@171920 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 06:40:10 +00:00
smontagu%smontagu.org
2601ec0aba Update generated case mappings to Unicode 4.1.0. Bug 288956, r=jshin, rs=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@171919 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 06:23:32 +00:00
masayuki%d-toybox.com
fda225fc68 bug 266309 Windows localized installers don't honor CHARSET/FONTSIZE/FONTNAME for the main dialog r=bsmedberg, sr=dveditz, a=asa
git-svn-id: svn://10.0.0.236/trunk@171918 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 05:54:35 +00:00
timeless%mozdev.org
8364f91faf Bug 287987 FindProviderFile should continue Enumerating on failed QI
patch by bugspam.Callek@gmail.com r=darin sr=darin a=asa


git-svn-id: svn://10.0.0.236/trunk@171917 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-10 05:43:33 +00:00
shaver%mozilla.org
9a19054deb Infrastructure for skins for both chrome://calendar/ (shared) and
chrome://lightning/ (specialized).  Currently makes a lightning-afflicted
Thunderbird pretty unhappy, because calendar.css overrides a lot of
Tbird UI CSS rules, but Pav's all over that. r=vlad, NPTOB.


git-svn-id: svn://10.0.0.236/trunk@171916 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 23:39:13 +00:00
lpsolit%gmail.com
a58231e5fb Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI methods - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@171914 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 23:18:18 +00:00
lpsolit%gmail.com
56e061c8a8 Bug 289372: Remove %FORM from editflagtypes.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@171913 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 23:12:11 +00:00
brendan%mozilla.org
2302371c63 Fix incomplete/buggy Equals (278706, reporter=Martin.Honnen@arcor.de, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@171912 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 17:59:21 +00:00
mvl%exedo.nl
8a1c593a0e make sunbird build again.
part of bug 280725, r=bsmedberg, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@171911 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 17:35:58 +00:00
bzbarsky%mit.edu
9fdf2e8d89 Use the owner document when compiling event handlers. Bug 289456, r+sr=jst,
a=dbaron


git-svn-id: svn://10.0.0.236/trunk@171910 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 17:32:25 +00:00
lpsolit%gmail.com
f0a2c1b960 Bug 289002: cannot set/clear requests with requestee - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171908 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 10:37:51 +00:00
myk%mozilla.org
7c03f14bfe Fix for bug 273209: makes CVS ignore skins/.cvsignore; r=jouni; a=myk
git-svn-id: svn://10.0.0.236/trunk@171907 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 08:11:32 +00:00
julien.pierre.bugs%sun.com
ee8e4eb165 Fix for 280121 - allow encoding simple templates with SEC_ASN1_INLINE and SEC_ASN1_OPTIONAL . r=nelson
git-svn-id: svn://10.0.0.236/trunk@171906 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 05:06:34 +00:00
julien.pierre.bugs%sun.com
a537a54ba3 Fix for 288892 - fix for tstlcnt to help QA run on OS/2 . r=nelson, wtchang
git-svn-id: svn://10.0.0.236/trunk@171905 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 01:46:38 +00:00
nelsonb%netscape.com
3da3c94299 Don't crash in NSC_CopyObject after failing to copy a token object.
Bug 289529. r=relyea.


git-svn-id: svn://10.0.0.236/trunk@171904 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 00:42:01 +00:00
lpsolit%gmail.com
2b2e8cf907 Bug 199048: Preference option to reverse sort the comments stack - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@171903 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-09 00:37:52 +00:00
lpsolit%gmail.com
5ff37cfafa Bug 238873: remove %FORM from buglist.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=jouni a=justdave
git-svn-id: svn://10.0.0.236/trunk@171901 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 23:57:33 +00:00
lpsolit%gmail.com
4b4bec4feb Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171900 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 23:51:02 +00:00
vladimir%pobox.com
9b699f8a80 b=289439, lightning and calendar update stuff
git-svn-id: svn://10.0.0.236/trunk@171896 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 20:57:34 +00:00
shaver%mozilla.org
1585b608cd Show week view when calendar is active.
- Package calendar.dtd.
- Register our calendar-en-US locale provider.
- Fix calendar-view-box naming.
- Handle cases in which there is no panel selected in the displayDeck.
- Overlay weekView.xul (due for a renaming!) into the calendar panel.
- Fix JS errors in weekView.js, remove dead code in weekView.xul.

Still needs some skin stuff to make the calendar view appear in a more
reasonable fashion.  NPOTB.


git-svn-id: svn://10.0.0.236/trunk@171895 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 20:36:18 +00:00
bob%bclary.com
fce569785a add obsolete tests to spidermonkey's exclusion list, bug 289604
git-svn-id: svn://10.0.0.236/trunk@171894 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 20:19:21 +00:00
bob%bclary.com
a7c82e7673 add spidermonkey only tests to rhino's exclusion list, bug 289603
git-svn-id: svn://10.0.0.236/trunk@171893 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 20:08:57 +00:00
bob%bclary.com
4895ddad27 remove anchors from jsDriver.pl output, bug 289600
git-svn-id: svn://10.0.0.236/trunk@171892 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 20:02:47 +00:00
bsmedberg%covad.net
9a3cf70672 Bug 288640 - xpfe/components/search is app-specific, not part of the toolkit. Remove bad dependencies by moving it to tier_99 and only building it for Seamonkey/Firefox r=Neil a=asa
git-svn-id: svn://10.0.0.236/trunk@171891 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 17:20:34 +00:00
allan%beaufour.dk
94d065cf3d Print messages in JS console for existing exceptions in code. Bug 289297, r=doron+smaug, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@171889 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 15:40:54 +00:00
scott%scott-macgregor.org
f2da2d9c5a package config.xul,config.js
git-svn-id: svn://10.0.0.236/trunk@171888 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 06:51:55 +00:00
roc+%cs.cmu.edu
a6338faa04 Add gfxTypes.h. Not Part Of The Build.
git-svn-id: svn://10.0.0.236/trunk@171887 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 05:47:49 +00:00
roc+%cs.cmu.edu
203fadad1e Updating to use gfxFloat everywhere. Also use gfxPoint, gfxRect, gfxSize where appropriate. Also added many XXX comments where documentation is needed. Not Part Of The Build.
git-svn-id: svn://10.0.0.236/trunk@171886 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 05:44:32 +00:00
darin%meer.net
489b403aee bug 280725 "Integrate new component in libxul" patch by bsmedberg, r=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@171884 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 04:59:36 +00:00
cltbld
8f6b0033c0 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171883 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 04:19:39 +00:00
darin%meer.net
bd9ed9fc60 fixes bug 289494 "Make xulrunner work with toolkit packager" r=bsmedberg a=asa
git-svn-id: svn://10.0.0.236/trunk@171882 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 04:14:27 +00:00
lpsolit%gmail.com
00fb1c2cdd Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171881 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 00:54:16 +00:00
lpsolit%gmail.com
9ae2e5d0a4 Bug 238876: remove %FORM from process_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171880 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 00:45:47 +00:00
lpsolit%gmail.com
77277e7fed Bug 238870: remove %FORM from attachment.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=myk,LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171879 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-08 00:34:39 +00:00
lpsolit%gmail.com
6f946e544d Bug 238875: remove %FORM from post_bug.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171878 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:59:59 +00:00
scott%scott-macgregor.org
d3b7359d3b remove an obsolte file
git-svn-id: svn://10.0.0.236/trunk@171877 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:58:46 +00:00
scott%scott-macgregor.org
3c00e6bfa8 get rid of this obsolte file from 2002 that's not related to thunderbird
git-svn-id: svn://10.0.0.236/trunk@171876 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:57:15 +00:00
roc+%cs.cmu.edu
89977d9b7c Bug 288949. Don't try to use view reparenting to handle scrolled child views. Also, fix regression so that listboxes don't always have widgets. r+sr=dbaron,a=asa.
git-svn-id: svn://10.0.0.236/trunk@171875 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:54:28 +00:00
lpsolit%gmail.com
5251cf02ed Bug 287947: Change CheckFormField/CheckFormFieldDefined subs in CGI.pl to use CGI object instead FORM hash - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@171874 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:52:20 +00:00
kyle.yuan%sun.com
0159c15d9e Bug 268513 overflow:scroll causes memory growth
r/sr=bz, a=asa


git-svn-id: svn://10.0.0.236/trunk@171873 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:50:40 +00:00
scott%scott-macgregor.org
630a38bd04 Bug #244522 --> Selecting address book recipient from list before LDAP finishes lookup causes 'Enter' to not behave as expected
patch by neil

sr=me
a=asa


git-svn-id: svn://10.0.0.236/trunk@171872 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:49:51 +00:00
shaver%mozilla.org
4bf88d63a8 (This commit introduces a dependency on the patch in bug 289483, which adds
a <deck> to tbird for controlling the main display mode.)

Overlay the world's simplest lightning-deck into tbird, and switch to it when
our pane gets the user's attention. r=pavlov, though I will note his objection
to the Ltn prefix in my function. NPOTB > NKOTB.


git-svn-id: svn://10.0.0.236/trunk@171871 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:40:53 +00:00
lpsolit%gmail.com
6d78cc1d1b Bug 238878: Make hidden-fields template, User Matching and Flags use direct CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171870 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:37:56 +00:00
scott%scott-macgregor.org
ee0ce2bc3c Bug #285921 --> SMTP server improperly resets to default server when viewing account settings
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171869 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:28:54 +00:00
scott%scott-macgregor.org
ec2f5ad358 Bug #286761 --> change the RSS account icon ("globe") in the folderpane when a feed has new messages.
Set the biff state on a feed folder if, after downloading feed items, the folder has new messages in it.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171868 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 23:23:35 +00:00
scott%scott-macgregor.org
21d3f886e1 get rid of an obsolete file
git-svn-id: svn://10.0.0.236/trunk@171867 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 20:09:45 +00:00
brendan%mozilla.org
01efe388a9 Revert kludge, want a general fix.
git-svn-id: svn://10.0.0.236/trunk@171865 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 19:48:57 +00:00
pavlov%pavlov.net
4d4061009c fixing typos
git-svn-id: svn://10.0.0.236/trunk@171864 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 19:12:19 +00:00
pavlov%pavlov.net
b80f5d29c9 adding xlib surface
git-svn-id: svn://10.0.0.236/trunk@171863 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 19:11:59 +00:00
pedemont%us.ibm.com
eba175a2db Fix Javaconnect build bustage
git-svn-id: svn://10.0.0.236/trunk@171862 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 18:58:52 +00:00
pavlov%pavlov.net
7a737f9d9a adding setDisplayCalendar function to set the current composite calendar
git-svn-id: svn://10.0.0.236/trunk@171860 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 18:43:52 +00:00
mkanat%kerio.com
a7cc0f9d32 Bug 286686: ORDER BY column needs to be selected or grouped
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@171859 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 18:18:53 +00:00
dbaron%dbaron.org
a3f24ccfd1 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply
git-svn-id: svn://10.0.0.236/trunk@171858 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 18:11:59 +00:00
dbaron%dbaron.org
f94ce77397 Fix too-much-overflow regression by making border-collapse cells store the full width of the border rather than just the inside half of it. Also make BCPixelSize 16-bit instead of 8-bit and use it in more places, and a little other cleanup. b=286794 r=bernd sr=roc a=brendan
git-svn-id: svn://10.0.0.236/trunk@171857 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 18:04:38 +00:00
bugzilla%arlen.demon.co.uk
9fb5db430f Bug 289223 nsMsgStatusFeedback prototype uses myDefaultStatus incorrectly
p=me r=neil.parkwaycc.co.uk sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@171856 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 17:04:03 +00:00
shaver%mozilla.org
5ab4df1ae9 Make the subscript-loading properly detect the installation directory
of the components, so that we work in Lightning as well as Sunbird.  (Had
this in my other tree for ages, *blush*.)

Properly navigate the prototype chain to find the shadowed QI, rather than
just recurring infinitely on ourselves.

Tested in sunbird and lightning, NPOTB, r=dmose.


git-svn-id: svn://10.0.0.236/trunk@171855 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 15:55:14 +00:00
aaronleventhal%moonset.net
9ed8b8687c Bug 289313. Accessible DHTML tree views. Affects assistive technology use. r=timeless, sr=tor, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@171854 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 15:45:58 +00:00
gandalf%firefox.pl
c54efcff5c bug 285653: source l10n for reporter tool; r=bsmedberg;a=asa
git-svn-id: svn://10.0.0.236/trunk@171853 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 15:21:19 +00:00
smontagu%smontagu.org
67426e8ae8 Update Bidi character data tables to Unicode 4.1.0. Bug 288836, r=jshin, rs=roc, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@171852 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 14:24:52 +00:00
aaronleventhal%moonset.net
95d3f2bd28 Missing part of checkin for bug 287730. Reporting position of radio buttons, r+sr=bz on missing part, a=asa
git-svn-id: svn://10.0.0.236/trunk@171851 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 14:08:12 +00:00
bsmedberg%covad.net
a7e8eab3d6 Followup to bug 288626 to fix MSVC.net2003 static builds, a=asa
git-svn-id: svn://10.0.0.236/trunk@171850 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 13:15:29 +00:00
mkaply%us.ibm.com
6712cbd61c OS/2 build bustage
git-svn-id: svn://10.0.0.236/trunk@171849 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 13:07:25 +00:00
lpsolit%gmail.com
16761bff74 Bug 287763: Receiving Error - Insecure dependency in require... - Patch by byron jones (glob) <bugzilla@glob.com.au> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@171848 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 08:08:36 +00:00
roc+%cs.cmu.edu
c6e67bf07f Bug 285996. Checking in update to nsObjectFrame.h. r+sr=dbaron,a=asa.
git-svn-id: svn://10.0.0.236/trunk@171846 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 04:34:46 +00:00
roc+%cs.cmu.edu
0d04fa3775 Bug 278353. Trial relanding of patch to properly z-order GTK1 widgets. Let's see if this breaks luna. r+sr=blizzard,a=dbaron.
git-svn-id: svn://10.0.0.236/trunk@171845 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 04:19:03 +00:00
roc+%cs.cmu.edu
88019f7491 Bug 288873. Don't let nsSubDocumentFrame tear down a presentation it didn't build. r+sr=bzbarsky,a=asa.
git-svn-id: svn://10.0.0.236/trunk@171844 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 04:04:06 +00:00
roc+%cs.cmu.edu
c10d27a704 Bug 285996C. Ensure that object frames create the widget for their view correctly the first time, and don't let them try to create a widget again when there already is one. r+sr=dbaron,a=asa.
git-svn-id: svn://10.0.0.236/trunk@171843 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 03:59:02 +00:00
bzbarsky%mit.edu
6c4f2a810d Append HTML nodes to the DOM on node creation, not when we hit the close tag.
Should help with the Tp regression.  Bug 289311, r=sicking, sr=jst


git-svn-id: svn://10.0.0.236/trunk@171842 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 03:30:50 +00:00
brendan%mozilla.org
41903388e1 Stop evals and Script object calls/execs that cross trust domains (289074, r=shaver, sr=jst, a=drivers).
git-svn-id: svn://10.0.0.236/trunk@171838 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 02:22:24 +00:00
despotdaemon
28993e5f6b Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@171837 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 00:54:43 +00:00
roc+%cs.cmu.edu
dcfaab1921 Bug 288775. Don't forget to pass relatedTarget to mouseout events, pointing to the element the mouse is moving into. r+sr=bzbarsky,a=dbaron
git-svn-id: svn://10.0.0.236/trunk@171833 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-07 00:19:08 +00:00
nelsonb%netscape.com
dabc9ea37e decouple block size from buffer size for AES/rijndael in bltest.
Bug 289066. r=saul.edwards,rrelyea.


git-svn-id: svn://10.0.0.236/trunk@171827 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 23:19:22 +00:00
ben%bengoodger.com
39f25aa68b crash at nsXULDocument::OverlayForwardReference::Merge due to broken implementation of removeelement attribute for overlay merging... we always want to notify of node removals, so don't pass the notify flag along to the Remove function, always send PR_TRUE so that state is updated correctly. r=bz, sr=bryner, a=brendan
git-svn-id: svn://10.0.0.236/trunk@171826 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 23:19:20 +00:00
robert%accettura.com
da7b081c9f add buildconfig to reporter (code by bz and debugged by biesi). Not part of any build, a=asa over IRC as this is step 1 to enabling.
git-svn-id: svn://10.0.0.236/trunk@171825 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 22:58:43 +00:00
nelsonb%netscape.com
663db84c36 Back out the preceeding fortezza removal patch, which was accidentally
applied to the trunk, not to the intended branch.


git-svn-id: svn://10.0.0.236/trunk@171823 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 21:35:45 +00:00
roc+%cs.cmu.edu
242a80aa53 Bug 289179. Fix regression by having nsTextControlFrame find its scrollable view again. r+sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@171822 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 20:50:58 +00:00
myk%mozilla.org
4ccf5b7bd9 Second fix for bug 271473: whitelists addons.mozilla.org not only for new profiles but for existing profiles too, unblocking server-side architectural improvements that are waiting for a version of Firefox which can install extensions from addons.mozilla.org; r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@171821 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 20:13:32 +00:00
nelsonb%netscape.com
b62572db42 Remove fortezza support from libSSL and related commands. Bug 239960.
ON PERFORMANCE_HACKS_BRANCH.  r=rrelyea.


git-svn-id: svn://10.0.0.236/trunk@171820 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 19:43:19 +00:00
darin%meer.net
440a8f2c95 make test_all.sh run on Mac OSX. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@171819 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 19:32:26 +00:00
caillon%redhat.com
b519927f9a Don't use an executable stack. Bug 283709 r/sr=shaver/brendan a=dbaron
git-svn-id: svn://10.0.0.236/trunk@171815 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 19:04:07 +00:00
tor%cs.brown.edu
916003cdea Bug 289289 - using clipPath on a markable shape causes all subsequent
drawing to be clipped.  r=jwatt, a=mkaply.


git-svn-id: svn://10.0.0.236/trunk@171813 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 19:02:13 +00:00
shaver%mozilla.org
4756fe7589 Bug 289272: fix component initialization to let us create calEvents and such
again.  r=mvl, NPOTB.


git-svn-id: svn://10.0.0.236/trunk@171812 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 18:46:11 +00:00
dbaron%dbaron.org
d4d3b32c89 Fix leak regression from yesterday: derived classes use NS_IMPL_RELEASE_INHERITED, which relies on destructor being virtual. r+sr=bzbarsky a=brendan b=283489
git-svn-id: svn://10.0.0.236/trunk@171809 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 18:12:57 +00:00
smfr%smfr.org
32f53d6c4b Fix the build after the MOZILLA_INTERNAL_API landing.
git-svn-id: svn://10.0.0.236/trunk@171808 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 17:39:55 +00:00
bzbarsky%mit.edu
cec44f64b3 Fix silly error that caused no scrollbars in non-SVG builds. Bug 289248, r+sr+a=shaver
git-svn-id: svn://10.0.0.236/trunk@171807 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 15:55:00 +00:00
mvl%exedo.nl
4a1bb803a3 Show list of calendars in the event dialog, and store in the right calendar
bug 286146, r=stuart


git-svn-id: svn://10.0.0.236/trunk@171806 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 12:43:24 +00:00
mvl%exedo.nl
b57681d220 Stop loading jslib
bug 288045, r=stuart


git-svn-id: svn://10.0.0.236/trunk@171805 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 12:41:43 +00:00
mvl%exedo.nl
254c2696c6 Show events from all calendars in the unifinder
bug 288880, r=stuart


git-svn-id: svn://10.0.0.236/trunk@171804 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 12:40:07 +00:00
louie.zhao%sun.com
9e2f9a4b90 bug288848 Various memory leaks in nsAccessibleHyperText
r = aaronleventhal
sr = bzbarsky


git-svn-id: svn://10.0.0.236/trunk@171803 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 09:09:20 +00:00
pavlov%pavlov.net
6eab6cd9ae add Hex converter to gfxRGBA
git-svn-id: svn://10.0.0.236/trunk@171802 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 08:52:49 +00:00
jshin%mailaps.org
a259e47c6e bug 287340: remove unused files (unicode char. category interface and its implementation) r=smontagu, sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171801 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 08:33:21 +00:00
jshin%mailaps.org
fc885e4ffd bug 210502 : update category table to Unicode 4.1.0 (r=smontagu, sr=dbaron)
git-svn-id: svn://10.0.0.236/trunk@171799 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 08:31:26 +00:00
darin%meer.net
eff364006b whitespace change
git-svn-id: svn://10.0.0.236/trunk@171796 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 08:03:31 +00:00
pavlov%pavlov.net
9f84dd5afb adding gfxRect struct. Add clipping support for rects.
git-svn-id: svn://10.0.0.236/trunk@171794 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 07:36:31 +00:00
darin%meer.net
33502d0c30 Adding C++ component to XULRunner 'simple' example
git-svn-id: svn://10.0.0.236/trunk@171793 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 07:12:22 +00:00
bzbarsky%mit.edu
99829f1159 Fix crash regression bug 289180. r=mrbkap, sr=roc
git-svn-id: svn://10.0.0.236/trunk@171792 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 06:28:28 +00:00
bsmedberg%covad.net
6cfeb35c7c Bug 288626 - attempt to manually edit the mysterious xcode project file for Camino.
git-svn-id: svn://10.0.0.236/trunk@171791 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 06:19:08 +00:00
bsmedberg%covad.net
dd45e1e2f0 Attempting to fix b=288626, this will probably require setting MOZILLA_INTERNAL_API define in the xcode project, as I mentioned in the bug.
git-svn-id: svn://10.0.0.236/trunk@171790 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 06:11:40 +00:00
dbaron%dbaron.org
433a1680d7 Fix bustage. b=288626
git-svn-id: svn://10.0.0.236/trunk@171789 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 06:09:40 +00:00
bsmedberg%covad.net
af94cb21ac s/MOZ/MOZILLA/
git-svn-id: svn://10.0.0.236/trunk@171788 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 06:03:11 +00:00
dbaron%dbaron.org
ad3a804a8b Fix bustage. b=288626
git-svn-id: svn://10.0.0.236/trunk@171787 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 06:02:47 +00:00
bsmedberg%covad.net
a5a0b1e648 Bug 288626 - internal API
git-svn-id: svn://10.0.0.236/trunk@171786 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 05:48:03 +00:00
dbaron%dbaron.org
ec21749ca4 Fix bustage. b=288626
git-svn-id: svn://10.0.0.236/trunk@171785 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 05:20:41 +00:00
darin%meer.net
7b7253bc8e attempting to fix linux bustage
git-svn-id: svn://10.0.0.236/trunk@171784 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 05:15:33 +00:00
mrbkap%gmail.com
1b26f5ee4a bug 288991: An <iframe /> before a <frameset> causes the <frameset> to be lost. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171782 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 04:41:18 +00:00
bsmedberg%covad.net
3a6a2e85b0 Fix internal defines (affects gtk2 only), bustage from bug 288626
git-svn-id: svn://10.0.0.236/trunk@171781 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 04:32:20 +00:00
bsmedberg%covad.net
85b0c8641a Fix build bustage, bug 288626.
git-svn-id: svn://10.0.0.236/trunk@171780 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 04:29:55 +00:00
bsmedberg%covad.net
10a29b673d Fix assertion from bug 280725 - we now use weak references, so we don't need to explicitly unregister the windows, noted by WeirdAl
git-svn-id: svn://10.0.0.236/trunk@171779 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 04:17:42 +00:00
jay%mozilla.org
220ca87b77 Disable Reporter tool in Firefox nightlies r=bryner sr=ben Bug 285653
git-svn-id: svn://10.0.0.236/trunk@171778 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 04:00:01 +00:00
cst%andrew.cmu.edu
243d696109 Bug 289181 remove useless line from nsCacheService.cpp
r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@171777 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 03:51:44 +00:00
bzbarsky%mit.edu
d600031fa4 Back out the preappend change now that the image changes are in to see what Tp does...
git-svn-id: svn://10.0.0.236/trunk@171776 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 03:40:51 +00:00
mkanat%kerio.com
3ff90a8949 Fix for Bug 284850: Fix the name of one index
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave


git-svn-id: svn://10.0.0.236/trunk@171775 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 03:40:46 +00:00
bsmedberg%covad.net
f0ad878c0e Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin
git-svn-id: svn://10.0.0.236/trunk@171774 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 03:35:24 +00:00
roc+%cs.cmu.edu
bf84648546 Bug 256505. Menu positioning must take into account view-to-widget offset. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171773 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 03:33:18 +00:00
bsmedberg%covad.net
cdab4a577c Relanding bug 288370, with EXTRA_SHARED_LDOPTS insteads of _LIBS
git-svn-id: svn://10.0.0.236/trunk@171772 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 03:14:45 +00:00
bzbarsky%mit.edu
532112b17b Only do a new image load if we're forced to or if the URI really changed. Bug
285428, r=biesi, sr=jst (note: sr was given in bug 286000 as part of the patch
there).


git-svn-id: svn://10.0.0.236/trunk@171771 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 02:55:02 +00:00
jst%mozilla.jstenback.com
466764776f Fixing bug 283897. Make midas state survive document.open/write/close. Regression from bug 283897. r=brade@comcast.net, sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@171770 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 02:22:45 +00:00
darin%meer.net
56a3e7de3d damn, missed this files
git-svn-id: svn://10.0.0.236/trunk@171769 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 02:12:51 +00:00
cvshook%sicking.cc
a85ea92cab Bug 289053: Fix assertion when setting fontsize to empty or whitespace-only string. Also treat big relative fontsizes as absolute fontsizes so they at least render correctly.
r/sr=bz


git-svn-id: svn://10.0.0.236/trunk@171768 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 02:07:52 +00:00
pavlov%pavlov.net
15aaf4df03 New graphics API. The future is here.
git-svn-id: svn://10.0.0.236/trunk@171767 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:54:26 +00:00
darin%meer.net
3c8d5a66a9 landing missing changes for bug 287648
git-svn-id: svn://10.0.0.236/trunk@171766 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:52:44 +00:00
cbiesinger%web.de
33502d5ef0 288877 add a function to easily convert a string to a stream, using a given
charset
r=jshin sr=bz


git-svn-id: svn://10.0.0.236/trunk@171765 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:37:24 +00:00
bsmedberg%covad.net
aa1afb3358 Add InfoPlist.strings for the xulrunner build, bug 288370
git-svn-id: svn://10.0.0.236/trunk@171764 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:37:18 +00:00
bsmedberg%covad.net
b8c57e9d7f Backout bug 288370 makefile change pending further testing.
git-svn-id: svn://10.0.0.236/trunk@171763 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:35:26 +00:00
darin%meer.net
bd1832db3c fixes bug 285991 "leak loading site from HTTPS" r=biesi sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171762 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:35:06 +00:00
darin%meer.net
d57073c4b3 patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171761 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:33:28 +00:00
bzbarsky%mit.edu
220715450a Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@171760 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:31:43 +00:00
bzbarsky%mit.edu
3a25bfa362 Attempting to fix Tp regression
git-svn-id: svn://10.0.0.236/trunk@171759 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 01:23:07 +00:00
bsmedberg%covad.net
364d0851de Bug 288370 - build libxul on mac r=darin
git-svn-id: svn://10.0.0.236/trunk@171758 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:59:51 +00:00
bsmedberg%covad.net
4e4476605d Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171757 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:46:12 +00:00
cbiesinger%web.de
5e93b18b6a fixing bustage
git-svn-id: svn://10.0.0.236/trunk@171756 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:42:41 +00:00
bsmedberg%covad.net
a8f5e6509a dammit
git-svn-id: svn://10.0.0.236/trunk@171755 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:27:43 +00:00
cbiesinger%web.de
18ba74eace fixing gcc 3.4 bustage (balsa)
git-svn-id: svn://10.0.0.236/trunk@171754 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:25:56 +00:00
bsmedberg%covad.net
e24a937b47 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171753 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:25:47 +00:00
lpsolit%gmail.com
9e4a52fdf0 Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@171752 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:19:56 +00:00
mkanat%kerio.com
41f5cf1db5 Bug 284850: checksetup should rename indexes to conform to the new standard
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=myk


git-svn-id: svn://10.0.0.236/trunk@171751 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-06 00:18:04 +00:00
cbiesinger%web.de
84413c65a9 forgot to check in this part of the patch... fixing camino bustage
git-svn-id: svn://10.0.0.236/trunk@171750 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:55:39 +00:00
bzbarsky%mit.edu
2ed6c9fac8 Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods.  Bug 286000, r=sicking, sr=jst


git-svn-id: svn://10.0.0.236/trunk@171749 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:54:35 +00:00
bsmedberg%covad.net
af039dddcd Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171748 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:48:43 +00:00
bsmedberg%covad.net
a0fab5b449 Rename a few nsModule.cpp files so that libxul will link on platforms that use ar+ranlib r=darin
toolkit/components/build/nsModule.cpp -> nsToolkitCompsModule.cpp


git-svn-id: svn://10.0.0.236/trunk@171747 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:29:58 +00:00
scott%scott-macgregor.org
49204c3576 Bug #288097 --> Add a Anti-Virus Tab to the Privacy Options Pane, move the security tab into the privacy panel
Bug #289210 --> Promote Offline and Disk Space to a top level tab under Advanced


git-svn-id: svn://10.0.0.236/trunk@171746 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:29:48 +00:00
bsmedberg%covad.net
e31e51ee99 Rename a few nsModule.cpp files so that libxul will link on platforms that use ar+ranlib r=darin
embedding/components/build/nsModule.cpp -> nsEmbeddingModule.cpp


git-svn-id: svn://10.0.0.236/trunk@171745 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:28:18 +00:00
cbiesinger%web.de
ae06f2015c 228968 r=bz sr=darin
- add a new nsIWebProgressListener2 interface, inheriting from
  nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
  progressListener attribute
- make webbrowserpersist support listeners that implement
  nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
  nsIWebProgressListener2 interface

And fix up all implementations according to that.


git-svn-id: svn://10.0.0.236/trunk@171744 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:24:23 +00:00
brendan%mozilla.org
3cafb25351 Fix SetFunctionSlot to cope with the second shawdowed arg or var (289094, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@171743 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:10:43 +00:00
aaronleventhal%moonset.net
cbebe74715 Bug 288989. Update DHTML accessibility roles and states. Also fixes bug 289006: support invalid and required accessibility states. r=timeless, sr=tor
git-svn-id: svn://10.0.0.236/trunk@171742 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:08:50 +00:00
jshin%mailaps.org
55c0c818d5 bug 210502 : update the normalization data file to 4.1.0 and add README.txt on the way to generate data files : r=smontagu, sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171741 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 23:00:13 +00:00
pedemont%us.ibm.com
bc17cf38bd Bug 210204 - Only use Mac system menu for root chrome shell XUL menus. Display all other XUL menus as on other platforms. r=bz, sr=roc
git-svn-id: svn://10.0.0.236/trunk@171740 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:58:29 +00:00
neil%parkwaycc.co.uk
ee8d0294e1 Cleanup bad string usage by my previous patch to bug 191309 r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@171739 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:56:29 +00:00
brendan%mozilla.org
e3f84c77fe Don't bellow, below
git-svn-id: svn://10.0.0.236/trunk@171738 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:47:41 +00:00
roc+%cs.cmu.edu
a52cfd560a Bug 289090. Get the pagesequenceframe from the frame constructor, don't poke around the frame hierarchy trying to find it. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171737 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:46:56 +00:00
dougt%meer.net
7aee10a5ef Adding a PRECHECK block to all mozce function to allow debugging per function
call.  By default, this is not used

Implemented open, close, read, write, unlink, and lseek.


git-svn-id: svn://10.0.0.236/trunk@171736 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:40:37 +00:00
bob%bclary.com
6eb22443b4 Regress test for bug 289094, by Jonas Jonsson <mozilla.nospam@fatbrain.org>, Brendan Eich <brendan@mozilla.org>
git-svn-id: svn://10.0.0.236/trunk@171735 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:30:49 +00:00
scott%scott-macgregor.org
ec1f9358f5 Bug #286282 --> Thunderbird should be building toolkit\components\alerts instead of xpfe\components\alerts.
Will work on converting the download manager next so we an remove the alerts service ifdef in xpfe\download-manager.

Also, port xpfe's API change to nsIAlertsService to use AString's to toolkit


git-svn-id: svn://10.0.0.236/trunk@171734 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:49 +00:00
darin%meer.net
699d5c227f landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171733 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:48 +00:00
cbiesinger%web.de
3675e8251f Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@171732 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:47 +00:00
bzbarsky%mit.edu
e0c112e259 Last checkin was for bug 285080 and had r=darin
git-svn-id: svn://10.0.0.236/trunk@171731 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:46 +00:00
bzbarsky%mit.edu
756dc47d8f Add the prompt-service contract to nsEmbedCID.h
git-svn-id: svn://10.0.0.236/trunk@171730 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:45 +00:00
gerv%gerv.net
b72789924b Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@171729 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:44 +00:00
bsmedberg%covad.net
aafeb59354 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor
git-svn-id: svn://10.0.0.236/trunk@171728 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:43 +00:00
dbaron%dbaron.org
9209e27cef Better fix for Thunderbird bustage.
git-svn-id: svn://10.0.0.236/trunk@171727 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:42 +00:00
ccarlen%netscape.com
ebda252838 Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa
git-svn-id: svn://10.0.0.236/trunk@171726 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:41 +00:00
ben%bengoodger.com
71ea08075b attempt at fixing tbird - make sure tbird includes nsToolkitCompsCID.h so it can build typeaheadfind.
git-svn-id: svn://10.0.0.236/trunk@171725 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:40 +00:00
bryner%netscape.com
407f571e1b Make --disable-xul work (bug 69995). We build enough XUL to support
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree.  r=bzbarsky, sr=alecf.


git-svn-id: svn://10.0.0.236/trunk@171724 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:39 +00:00
ben%bengoodger.com
0819099679 Landing the Aviary Branch (browser section only).
git-svn-id: svn://10.0.0.236/trunk@171723 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:38 +00:00
sfraser%netscape.com
736ac5600a Part of fix for bug 201257, missed in previous checkin. r=brade/sr=alecf.
git-svn-id: svn://10.0.0.236/trunk@171722 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:37 +00:00
mvl%exedo.nl
586911864b Enable password manager for sunbird
bug 258524, r=bsmedberg, mostafah


git-svn-id: svn://10.0.0.236/trunk@171721 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:36 +00:00
cmanske%netscape.com
ad9f75a716 Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@171720 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:35 +00:00
bsmedberg%covad.net
a3d73ad89e Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
git-svn-id: svn://10.0.0.236/trunk@171719 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:34 +00:00
locka%iol.ie
4f65f57f9d Remove nsDOMWalker & nsIDOMWalker altogether. b=155066 r=sicking@bigfoot.com sr=jst@netscape.com
git-svn-id: svn://10.0.0.236/trunk@171718 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:33 +00:00
ben%bengoodger.com
a26b3de9f6 Rewrite the extension manager as a js component (170006 - not accessible yet)
git-svn-id: svn://10.0.0.236/trunk@171717 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:32 +00:00
locka%iol.ie
c9fe95f7d8 Turn nsDOMWalker into an XPCOM object. b=155066 r=ccarlen sr=kin
git-svn-id: svn://10.0.0.236/trunk@171716 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:31 +00:00
ben%bengoodger.com
6c26a5bac6 extension manager stub
git-svn-id: svn://10.0.0.236/trunk@171715 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:30 +00:00
bsmedberg%covad.net
a7946847ba Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
git-svn-id: svn://10.0.0.236/trunk@171714 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:29 +00:00
rods%netscape.com
12f4bbd84e Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi


git-svn-id: svn://10.0.0.236/trunk@171713 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:28 +00:00
akkana%netscape.com
2aca322828 123087: Redesign Find API, rewrite new find algorithm.
Not yet enabled by default; needs testing.  r=brade sr=kin.


git-svn-id: svn://10.0.0.236/trunk@171712 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:27 +00:00
ben%bengoodger.com
add26ccf0d 215467, Part I. New Download Manager.
git-svn-id: svn://10.0.0.236/trunk@171711 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:26 +00:00
mjudge%netscape.com
d7cceba53f 115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work.
git-svn-id: svn://10.0.0.236/trunk@171710 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:25 +00:00
bryner%brianryner.com
55fc9fd291 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@171709 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:24 +00:00
bryner%brianryner.com
de84b59a67 Enable new password manager for Firebird.
git-svn-id: svn://10.0.0.236/trunk@171708 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:23 +00:00
sfraser%netscape.com
a36811f74c Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@171707 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:22 +00:00
locka%iol.ie
c26bd0d1e8 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
git-svn-id: svn://10.0.0.236/trunk@171706 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:21 +00:00
hewitt%netscape.com
0c290252e4 moving the phoenix history from browser to toolkit
git-svn-id: svn://10.0.0.236/trunk@171705 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:20 +00:00
gerv%gerv.net
6050f76596 License changes, take 2. Bug 98089. mozilla/embedding/.
git-svn-id: svn://10.0.0.236/trunk@171704 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:19 +00:00
hewitt%netscape.com
752e148980 165955 - landing new autocomplete api and satchel for phoenix. not built yet.
git-svn-id: svn://10.0.0.236/trunk@171703 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:18 +00:00
gerv%gerv.net
2049b5d4a6 Oops.
git-svn-id: svn://10.0.0.236/trunk@171702 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:17 +00:00
scc%mozilla.org
ec7196a4b6 bug #98089: ripped new license
git-svn-id: svn://10.0.0.236/trunk@171701 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:16 +00:00
pinkerton%netscape.com
eba97e12d8 separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127
git-svn-id: svn://10.0.0.236/trunk@171700 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:15 +00:00
kandrot%netscape.com
e5e5b5c721 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775.
git-svn-id: svn://10.0.0.236/trunk@171699 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:14 +00:00
sfraser%netscape.com
cbd93bc7be Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin
git-svn-id: svn://10.0.0.236/trunk@171698 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:13 +00:00
shaver%mozilla.org
21f11d3bae 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.


git-svn-id: svn://10.0.0.236/trunk@171697 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:12 +00:00
danm%netscape.com
a124d03315 unbuilding deprecated prompt files (cleaning up my mess)
git-svn-id: svn://10.0.0.236/trunk@171696 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:11 +00:00
danm%netscape.com
e1ea4c5f3a removing duplicate nsIDialogParamBlock definition until the original can be removed.
git-svn-id: svn://10.0.0.236/trunk@171695 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:10 +00:00
danm%netscape.com
bee05896d1 more prompt stuff moved to embedding components. bug 72112 continues
git-svn-id: svn://10.0.0.236/trunk@171694 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:09 +00:00
danm%netscape.com
35e8a00507 new embedding promptservice component. bug 72112 r=hyatt,pinkerton
git-svn-id: svn://10.0.0.236/trunk@171693 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:08 +00:00
rickg%netscape.com
f92f7bb7a1 preloader update. r=peterl, sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@171692 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:07 +00:00
chak%netscape.com
fcc41db19a Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
r=ccarlen,sr=alecf

Fix for #71994
MfcEMbed must implement Get/SetVisibility of nsIEmbeddingSiteWindow
r=chak


git-svn-id: svn://10.0.0.236/trunk@171691 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:06 +00:00
attinasi%netscape.com
92c7ddf274 Trying to fix stinky bustage: removing appstartup from the build.
git-svn-id: svn://10.0.0.236/trunk@171690 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:05 +00:00
chak%netscape.com
e7f8aed7d6 Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
r=ccarlen,sr=alecf


git-svn-id: svn://10.0.0.236/trunk@171689 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:04 +00:00
danm%netscape.com
ee4004f693 partial nsWindowMediator embedding analogue (not yet hooked up to build) r=sfraser,valeski
git-svn-id: svn://10.0.0.236/trunk@171688 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:03 +00:00
mvl%exedo.nl
f6b62c8ad2 Fixing linux bustage.
r=bsmedberg on irc


git-svn-id: svn://10.0.0.236/trunk@171687 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:08:24 +00:00
bsmedberg%covad.net
d31cdf8b09 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171686 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:00:32 +00:00
bienvenu%nventure.com
e516f8eb73 fix imap case of filter after the fact not setting junk score correctly, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171683 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 21:15:57 +00:00
bienvenu%nventure.com
692900d065 fix 273778 handle case where move filter target folder doesn't exist, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171682 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 21:09:36 +00:00
cbiesinger%web.de
7931f892c6 276692 get nsIGdkPixbufImage using GI(nsIImage) followed by
QI(nsIGdkPixbufImage)
r=bryner sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@171681 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 21:08:04 +00:00
bsmedberg%covad.net
e84f9a05d1 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171680 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 20:59:03 +00:00
scott%scott-macgregor.org
1aba6156c3 Bug #285138 --> Spellchecker doesn't skip quoted text in plain text editor anymore.
Regression caused by the inline spell check landing.

r=glazman
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171679 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 20:53:07 +00:00
scott%scott-macgregor.org
e9d25ee2d9 Bug #262626 --> Expose UI in Thunderbird for editing preferences (the config viewer)
git-svn-id: svn://10.0.0.236/trunk@171678 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 20:46:27 +00:00
glen.beasley%sun.com
3d00dcb828 282732 read/write/accept/close thread protection
git-svn-id: svn://10.0.0.236/trunk@171676 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 20:41:46 +00:00
robert%accettura.com
84ab961a2b Bump reporter copyright to 2005. Not part of build, no bug
git-svn-id: svn://10.0.0.236/trunk@171673 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 19:45:12 +00:00
scott%scott-macgregor.org
87d6092895 Bug #288871 -->
Back out the change for Bug #286108 as it broke things like autocomplete in
Thunderbird.


git-svn-id: svn://10.0.0.236/trunk@171672 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 19:37:58 +00:00
bsmedberg%covad.net
0aef89c73b Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171671 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 19:30:58 +00:00
pkw%us.ibm.com
18eee49a56 Bug 289059 - AIX GTK2 build fails to link after checkin for Bug 280725.
r=benjamin@smedbergs.us, sr=tor@acm.org


git-svn-id: svn://10.0.0.236/trunk@171670 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 19:20:05 +00:00
cst%andrew.cmu.edu
f9a5573f80 Bug 189982 automatic image resizing: state of the image should be kept after resizing the browser window
r=bz sr=roc


git-svn-id: svn://10.0.0.236/trunk@171669 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 18:59:22 +00:00
bsmedberg%covad.net
d95bef103e Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171668 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 18:55:17 +00:00
timeless%mozdev.org
2e1b67555f Bug 289063 protected recursion triggers ASSERTION: failed to load URL: 'NS_SUCCEEDED(rv)', file r:/mozilla/content/html/content/src/nsGenericHTMLElement.cpp, line 3469
r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@171667 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 18:46:44 +00:00
cbiesinger%web.de
1e13761217 268150 show correct error if launching a helper applications fails due to a
permission problem
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@171666 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 18:32:35 +00:00
bsmedberg%covad.net
be161e81a3 Static build bustage from bug 288955 - MODULE_NAME is incompatible with FORCE_SHARED_LIB in static builds.
git-svn-id: svn://10.0.0.236/trunk@171665 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 18:26:06 +00:00
cbiesinger%web.de
889bc31ac1 Bug 283067 Allocation/free mismatch in base/search/src/nsMsgSearchAdapter.cpp
patch by Mikael Parknert <mikael@parknert.se> r=mscott sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171664 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 18:14:36 +00:00
mvl%exedo.nl
97c6137939 Add permissions dll to the installer
bug 288412, r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@171663 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 17:58:29 +00:00
cbiesinger%web.de
830b087ebb addressing reviewer comments for bug 283489
git-svn-id: svn://10.0.0.236/trunk@171662 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 17:45:09 +00:00
cbiesinger%web.de
5d85d7ccaa bug 283489 r=darin sr=bz
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
  interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
  the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
  to read/write the referrer property


git-svn-id: svn://10.0.0.236/trunk@171661 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 17:40:32 +00:00
bugzilla%arlen.demon.co.uk
ee23eccf53 Bug 278533 Preferences window too small for Composer prefs - also adds some accesskeys
p=me r=daniel sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@171660 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 17:39:44 +00:00
christophe.ravel.bugs%sun.com
a909e0d648 238319: Sun packages changes.
Rpm release: 3


git-svn-id: svn://10.0.0.236/trunk@171655 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 17:36:26 +00:00
bugzilla%arlen.demon.co.uk
ffdc381b73 Bug 288366 Port Thunderbird's View Layout to MailNews - also removed unused function, changed observes= to command= on menuitems, switched to using broadcasters to hide menus and disable keys not needed in messageWindow.xul and fixed a problem when a single message is not selected when switching between views.
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171654 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 16:57:47 +00:00
bsmedberg%covad.net
d8752695a7 Bug 288955 - move jsdebugger to tier 50, integrate with libxul r=darin
git-svn-id: svn://10.0.0.236/trunk@171653 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 16:34:09 +00:00
bugzilla%arlen.demon.co.uk
11d2633540 Bug 261956 Remove Form doesn't work
p=bugzilla@mcsmurf.de r=daniel sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@171652 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 15:57:21 +00:00
bugzilla%arlen.demon.co.uk
13e198bd52 Bug 203818 Bookmark window doesn't hide it's toolbar when the toolbar button is clicked
p=stefan_h@hem.utfors.se r=bugs.mano sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@171651 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 15:47:51 +00:00
robert%accettura.com
95cbe381b7 Fix overlay madness in reporter (not enabled in build). bug #288969 r=neil@parkwaycc.co.uk.
git-svn-id: svn://10.0.0.236/trunk@171650 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 15:40:05 +00:00
bsmedberg%covad.net
fa1ea833d4 Bug 287641 - unable to start profile from profile manager, silly packaging error
git-svn-id: svn://10.0.0.236/trunk@171649 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 15:25:36 +00:00
bob%bclary.com
3538677daf Testcase for XML Descendants, by Martin Honnen <martin.honnen@gmx.de>
git-svn-id: svn://10.0.0.236/trunk@171648 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 15:22:58 +00:00
bsmedberg%covad.net
73a2bf0e3a Bug 285063 - Add console logging for malformed chrome manifests and other common errors r=darin
git-svn-id: svn://10.0.0.236/trunk@171647 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 15:20:20 +00:00
bsmedberg%covad.net
e46ca42267 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171646 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 14:50:16 +00:00
bsmedberg%covad.net
2fe54f6a40 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171645 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 14:13:03 +00:00
bsmedberg%covad.net
c0a7eecf51 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171644 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 13:09:19 +00:00
bsmedberg%covad.net
0ea03d8860 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171643 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 12:36:03 +00:00
neil%parkwaycc.co.uk
0280e98c32 Bug 289097 Ensure overlays.rdf and stylesheets.rdf get uninstalled r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@171642 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 12:26:02 +00:00
despotdaemon
d8e9f40f03 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@171641 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 12:22:50 +00:00
bsmedberg%covad.net
29b95293a3 Bug 289049 - ShowMessage called at wrong time p=Charles Fenwick <clf03f@garnet.acns.fsu.edu> r=me
git-svn-id: svn://10.0.0.236/trunk@171640 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 12:17:57 +00:00
bsmedberg%covad.net
09e9c8535a Bug 289061 - Erroneous semicolon in extra.c p=Charles Fenwick <clf03f@garnet.acns.fsu.edu> r=me
git-svn-id: svn://10.0.0.236/trunk@171639 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 12:10:09 +00:00
louie.zhao%sun.com
8e1b549bc8 bug278036 nsXULTextField should have "activate" action
r = pkwarren
sr = Henry.Jia


git-svn-id: svn://10.0.0.236/trunk@171638 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 11:16:34 +00:00
louie.zhao%sun.com
c4f3ac7b08 bug257099 GOK GUI can't grab Combobox
r = aaronleventhal
sr = Henry.Jia


git-svn-id: svn://10.0.0.236/trunk@171637 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 11:11:57 +00:00
louie.zhao%sun.com
f3e51b8950 bug241055 nsHTMLTextFieldAccessible need "ATK_STATE_EDITABLE" state.
r = aaronleventhal
sr = Henry.Jia


git-svn-id: svn://10.0.0.236/trunk@171636 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 10:59:25 +00:00
mozilla.mano%sent.com
a1bac649d4 Bug 180628 - page setup dialog takes RTL where it shouldn't. patch from Reuven Gonen <linxspider@yahoo.com>. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171635 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 08:52:15 +00:00
neil%parkwaycc.co.uk
57c52c483c Fix compiler warnings b=287540 p=gautheri@noos.fr r=smontagu sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@171634 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 08:31:32 +00:00
dbaron%dbaron.org
a230ea3034 Put try/catch around removeObserver that sometimes (inexplicably) fails. b=288770 r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171632 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 04:41:41 +00:00
bzbarsky%mit.edu
5f6b992a79 When saving images, get the content-disposition and type from imagelib. Bug
264757, r=biesi, sr=neil


git-svn-id: svn://10.0.0.236/trunk@171631 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 04:00:07 +00:00
nelsonb%netscape.com
0137ccc6f8 Fix implementation of SSL_NO_STEP_DOWN. Bug 148452. r=julien.pierre.
Modified Files:  sslimpl.h sslinfo.c sslsecur.c sslsock.c


git-svn-id: svn://10.0.0.236/trunk@171630 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 03:48:20 +00:00
bzbarsky%mit.edu
0bd33e20e8 Removing the type attr should make an input a text input. Bug 288331, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@171629 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 03:46:12 +00:00
bzbarsky%mit.edu
5bfeab56fa Fix content teardown in ReportError to also get rid of our buffered-up text
content.  Bug 288674, r=mrbkap, sr=jst


git-svn-id: svn://10.0.0.236/trunk@171628 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 03:40:36 +00:00
bzbarsky%mit.edu
c980dc5f76 Move processing of various headers from the content sink into the document so
it'll happen for all of our document types.  Bug 288921, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@171627 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 03:28:54 +00:00
smfr%smfr.org
1023e43e72 Remove explicit -bundle from link line of prefs panes, since Xcode will add it automatically.
git-svn-id: svn://10.0.0.236/trunk@171626 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 03:17:49 +00:00
mconnor%myrealbox.com
16f6f0de57 bug 289019 - pref to not load homepage on new window is ignored, patch by gavin.sharp@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@171625 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 03:17:13 +00:00
robert%accettura.com
2c3544eb9f removed extra returns, no bug, not part of build, no big deal
git-svn-id: svn://10.0.0.236/trunk@171624 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 03:00:35 +00:00
julien.pierre.bugs%sun.com
cc43cd5f11 Fix gcc compiler warning
git-svn-id: svn://10.0.0.236/trunk@171623 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 00:55:55 +00:00
darin%meer.net
35dcf9c9a4 add missing files
git-svn-id: svn://10.0.0.236/trunk@171622 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 00:50:37 +00:00
darin%meer.net
54a9c1f451 Make XULRunner simple example more interesting
git-svn-id: svn://10.0.0.236/trunk@171621 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 00:49:09 +00:00
julien.pierre.bugs%sun.com
acefb03646 Fix for bug 287654 - check message value against RSA modulus. r=nelson
git-svn-id: svn://10.0.0.236/trunk@171619 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 00:14:07 +00:00
pavlov%pavlov.net
7a4735c459 more view refactoring. get week view's next/previous/goto functions implemented
git-svn-id: svn://10.0.0.236/trunk@171618 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 23:36:01 +00:00
neil%parkwaycc.co.uk
3af53280e2 Adding facility for platform-specific help panel datasources b=254992 r=doron
git-svn-id: svn://10.0.0.236/trunk@171617 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 23:35:30 +00:00
pkw%us.ibm.com
64ee171e5b AIX bustage fix from Bug 280725.
r+sr=tor@acm.org


git-svn-id: svn://10.0.0.236/trunk@171616 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 23:11:42 +00:00
bugreport%peshkin.net
bf70c557ac Bug 286461:Add products table to search if classification are needed
Patch by joel
r=gerv, a=justdave


git-svn-id: svn://10.0.0.236/trunk@171615 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 23:02:16 +00:00
lpsolit%gmail.com
72186307a0 Bug 284151: "edit" link shows up on confirmation page for deleting a Field Value - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@171614 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 22:52:07 +00:00
gerv%gerv.net
6d49f756d7 Bug 288527 - change precompilation to use Bugzilla::Template and so do it right. Patch by gerv; r=bbaetz, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@171613 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 22:29:09 +00:00
lpsolit%gmail.com
9e44ad4571 Bug 288405: Attachment.cgi fails on Big File attachment inserts - Patch by Marc Schumann <wurblzap@gmail.com> r=joel a=myk
git-svn-id: svn://10.0.0.236/trunk@171612 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 22:23:36 +00:00
lpsolit%gmail.com
4fb6308147 Bug 287486: Small typo on editsettings.cgi: apppears - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
git-svn-id: svn://10.0.0.236/trunk@171611 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 22:12:44 +00:00
mkanat%kerio.com
833b2e61f6 Bug 286235: Implicit joins should be replaced by explicit joins - installment A
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk


git-svn-id: svn://10.0.0.236/trunk@171610 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:52:06 +00:00
vladimir%pobox.com
e7bb9f5e7a Fix component registration order issues
git-svn-id: svn://10.0.0.236/trunk@171609 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:46:09 +00:00
tor%cs.brown.edu
ff8b5cf88f Bug 277135 - addressing svg style sr comments. r=scooter, sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171608 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:42:26 +00:00
mkanat%kerio.com
a7459fc221 Bug 287483: Sanitycheck screams about "Bad value 0 found in components.initialqacontact"
Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=myk


git-svn-id: svn://10.0.0.236/trunk@171607 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:40:58 +00:00
mkanat%kerio.com
2030717aec Bug 285345: Need to change MySQL tinyint(1) fields to plain tinyint
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk


git-svn-id: svn://10.0.0.236/trunk@171606 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:35:03 +00:00
bugzilla%arlen.demon.co.uk
82b7c35081 Bug 288797 Alt-c on the search bar generates JS console error
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171605 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:30:55 +00:00
mkanat%kerio.com
9f847de5ea Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=myk


git-svn-id: svn://10.0.0.236/trunk@171604 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:30:16 +00:00
bugzilla%arlen.demon.co.uk
5ac4caa84b Bug 288843 Tidy up mail's junk and progressmeter (original patch by Stephen Walker for TB)
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171603 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:28:00 +00:00
dmose%mozilla.org
bd42032802 Partial fix for LDAP blocking UI on multiple outstanding requests (bug 257732), patch=vladimir@pobox.com, r=mcs@pearlcrescent.com, sr=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@171602 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:22:57 +00:00
mrbkap%gmail.com
ce19ca701d bug 286733: Crash when attempting to handle misplaced content inside misplaced content because mContextTopIndex pointed to a closed index already. r=jst sr=rbs
git-svn-id: svn://10.0.0.236/trunk@171601 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:20:00 +00:00
Olli.Pettay%helsinki.fi
2e32303d38 Bug 288998 - Use atoms in nsXULElement::HandleDOMEvent to compare tag names, r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@171600 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:16:15 +00:00
lpsolit%gmail.com
ffde38cdc2 Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
git-svn-id: svn://10.0.0.236/trunk@171599 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:09:17 +00:00
mvl%exedo.nl
76b3903be1 show dates in tooltips
bug 288923, p=gekacheka, r=me


git-svn-id: svn://10.0.0.236/trunk@171598 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:04:42 +00:00
dmose%mozilla.org
d35fb02a45 Address sr comments for style & error-handling in bug 242789. Patch from bienvenu@nventure.com, r=sspitzer, sr=dmose
git-svn-id: svn://10.0.0.236/trunk@171597 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 21:01:15 +00:00
bienvenu%nventure.com
7adf67fd7a fix 289003, make mapi send detect html msg bodies, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171596 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 20:47:47 +00:00
brendan%mozilla.org
c06c3686f6 JS_FRIEND_API for js_DumpGCStats (#ifdef JS_GCMETER only, not part of build).
git-svn-id: svn://10.0.0.236/trunk@171595 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 20:43:47 +00:00
bsmedberg%covad.net
b4e1dc5a31 Bustage fix from bug 280725 - forgot that this is frequently a dynamic component, and on some compilers we need to resolve symbols early r=biesi
git-svn-id: svn://10.0.0.236/trunk@171593 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 20:37:47 +00:00
vladimir%pobox.com
ec3999dc63 remove extraneous ;, fix gcc-3.4 build, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@171591 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 20:14:19 +00:00
bsmedberg%covad.net
4b1dc2c423 Bustage fix, bug 280725
git-svn-id: svn://10.0.0.236/trunk@171590 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 20:12:19 +00:00
bryner%brianryner.com
57ac556a1f fixing gtk2 bustage
git-svn-id: svn://10.0.0.236/trunk@171589 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 19:57:46 +00:00
bsmedberg%covad.net
8eb0a88027 Followup to bug 280725 - update the installer manifests
git-svn-id: svn://10.0.0.236/trunk@171588 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 19:52:26 +00:00
bsmedberg%covad.net
5259ddb97d Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
git-svn-id: svn://10.0.0.236/trunk@171585 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 19:08:55 +00:00
timeless%mozdev.org
ebff88dc38 Bug 287244 DOCTYPE should not imply a default namespace
patch by bug@annevankesteren.nl r=tor sr=bz


git-svn-id: svn://10.0.0.236/trunk@171583 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 19:05:21 +00:00
timeless%mozdev.org
bc7d3c19b1 Bug 287244 DOCTYPE should not imply a default namespace
patch by bug@annevankesteren.nl r=tor sr=bz


git-svn-id: svn://10.0.0.236/trunk@171582 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 18:54:49 +00:00
neil.williams%sun.com
54b7280983 This fixes Bugzilla Bug 288227 by initializing the stepUp flag in
nssCryptokiTrust_GetAttributes(). r=nelsonb


git-svn-id: svn://10.0.0.236/trunk@171581 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 18:46:23 +00:00
aaronleventhal%moonset.net
7cf5cb58fd Fixing bustage on gtk2 builds
git-svn-id: svn://10.0.0.236/trunk@171580 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 18:46:18 +00:00
lpsolit%gmail.com
1dd5f8d38c Bug 288883: SQL crash when granting/denying a request - Patch by Frederic Buclin <LpSolit@gmail.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@171579 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 18:40:59 +00:00
bsmedberg%covad.net
48f5a6f92b Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171578 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 18:38:19 +00:00
aaronleventhal%moonset.net
1389045233 Bug 265203. When caret is at end of one link, focus displays to next link. r=ginn.chen, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@171577 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 18:11:14 +00:00
christophe.ravel.bugs%sun.com
93b3579030 283383 Create JSS and JSSE client/server test programs that intercommunicates to validate ciphers
Java path and options are passed from all.pl to startJssServ.sh and
startJsseServ.sh.


git-svn-id: svn://10.0.0.236/trunk@171576 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 18:07:00 +00:00
nelsonb%netscape.com
b0abb47e6c Add new -E option to test the SSL_NO_STEPDOWN option. r=julien. bug 148452.
git-svn-id: svn://10.0.0.236/trunk@171575 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:42:24 +00:00
aaronleventhal%moonset.net
370013c925 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@171574 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:37:34 +00:00
bsmedberg%covad.net
d00b4ba81f Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171573 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:32:01 +00:00
aaronleventhal%moonset.net
c71cde8a4a Bug 288906. Return null for MSAA name when no name explicitly set for HTML form control. r=timeless, sr=neil
git-svn-id: svn://10.0.0.236/trunk@171572 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:28:27 +00:00
aaronleventhal%moonset.net
77c0cd1e29 Bug 288503. Framesets not working with screen readers. r=biesi, sr=dougt
git-svn-id: svn://10.0.0.236/trunk@171571 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:26:57 +00:00
bsmedberg%covad.net
c891331f56 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171570 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:21:39 +00:00
bmlk%gmx.de
b5b65a13ed we need enough space to insert a cell even at the end of a row, bug=284575 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171569 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:20:08 +00:00
bsmedberg%covad.net
533a3d4eb2 Bug 288984 - "regchrome" tool is useless now that bug 278534 has landed, remove it. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171568 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:17:25 +00:00
bsmedberg%covad.net
0a2c78d5c5 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171567 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 17:05:17 +00:00
bsmedberg%covad.net
db16ad0672 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
git-svn-id: svn://10.0.0.236/trunk@171566 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 16:59:25 +00:00
cltbld
467e85b7c7 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171565 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 16:49:31 +00:00
mkaply%us.ibm.com
2ee072933b #286494
r=mkaply
From Peter Weilbacher - OS/2 only patch to configure.in for SVG


git-svn-id: svn://10.0.0.236/trunk@171564 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 16:48:09 +00:00
bsmedberg%covad.net
ebcb73518a Make it more likely that libxul will build with QT. Should not affect non-xulrunner. No bug.
git-svn-id: svn://10.0.0.236/trunk@171563 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 16:12:43 +00:00
bob%bclary.com
b747c7f999 15.5.4.14 - String.prototype.split(/()/), by Karten Sperling <spiff@phreax.net
git-svn-id: svn://10.0.0.236/trunk@171562 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 15:51:25 +00:00
aaronleventhal%moonset.net
0945a97c77 Bug 288517. Fix accessibility API support of progress meters. r=mconnor, sr=neil
git-svn-id: svn://10.0.0.236/trunk@171561 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 15:48:06 +00:00
bsmedberg%covad.net
05e9317ff5 Parts of bug 288370 - mac libxul (xulrunner) build on mac, r=darin, plus making it more likely that libxul will build on QT (should not affect non-xulrunner)
git-svn-id: svn://10.0.0.236/trunk@171560 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 15:45:48 +00:00
jshin%mailaps.org
c3747a1255 bug 288638 : get rid of unused member variable 'character' from MozXftLangGroup (r=blizzard, sr=dbaron)
git-svn-id: svn://10.0.0.236/trunk@171559 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 15:36:28 +00:00
aaronleventhal%moonset.net
2b4736afd3 Fixing beast bustage
git-svn-id: svn://10.0.0.236/trunk@171558 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 15:04:14 +00:00
aaronleventhal%moonset.net
a28bddf35c Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@171557 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 14:10:02 +00:00
aaronleventhal%moonset.net
b3bd84588b Bug 287730. Fix n of m positional info for HTML radio buttons. r=timeless, sr=bz
git-svn-id: svn://10.0.0.236/trunk@171556 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 13:43:43 +00:00
bsmedberg%covad.net
39384bd668 Clean up missing LIBXUL_LIBRARY calls: transmgr/src is linked to client/src which is part of libxul (from bug 273876)
git-svn-id: svn://10.0.0.236/trunk@171555 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 13:27:43 +00:00
bsmedberg%covad.net
8e45941ee5 Add LIBXUL_LIBRARY to missed bits of GFX (see bug 273876) rs=darin
git-svn-id: svn://10.0.0.236/trunk@171554 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 12:44:25 +00:00
masayuki%d-toybox.com
5fee0b5fd2 bug 56314 reverse selection colors when page background is similar to default selection background. r=sfraser, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171553 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 10:40:48 +00:00
ginn.chen%sun.com
4e0213be41 Bug 260399 disabled textarea/input should use DEFAULT pointer
r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@171552 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 10:35:50 +00:00
julien.pierre.bugs%sun.com
14dc3370e1 Fix for 287654 . Check input buffer length for C_Encrypt with RSA . r=nelson
git-svn-id: svn://10.0.0.236/trunk@171551 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 09:27:42 +00:00
smfr%smfr.org
40c820afeb Fix path to Info-HistoryPrefPane.plist.
git-svn-id: svn://10.0.0.236/trunk@171550 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 02:48:59 +00:00
bienvenu%nventure.com
5fbc548a09 fix memory leak of msg dbs which caused memory bloat, sr=mscott 287847
git-svn-id: svn://10.0.0.236/trunk@171549 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 02:30:54 +00:00
aaronleventhal%moonset.net
209131954d Bug 286145. Expose preference categories as in a list, not a radio group. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171548 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 01:53:13 +00:00
smfr%smfr.org
5ff308fb9b Converting users of nsIPrefBranch to use the PreferenceManager (no bug).
git-svn-id: svn://10.0.0.236/trunk@171547 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 01:52:35 +00:00
aaronleventhal%moonset.net
3bd3c20a84 Bug 286144. Support DHTML listbox accessibility and allow role and state attributes to be used from XUL. r=timeless, sr=bz
git-svn-id: svn://10.0.0.236/trunk@171546 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 01:51:50 +00:00
smfr%smfr.org
4276e971a1 Fix signature of -isOpaque
git-svn-id: svn://10.0.0.236/trunk@171545 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 01:43:02 +00:00
doronr%us.ibm.com
2aa2a42f65 Bug 288825 - Non-localizable accesskey: View button in History sidebar. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171544 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 00:12:24 +00:00
roc+%cs.cmu.edu
a6bfe5d186 Bug 288888. Fix detection of when a scrollframe is the root scrollframe, so that we don't create scrollbars for scrolling=no IFRAMEs. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171543 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 22:40:25 +00:00
mats.palmgren%bredband.net
803edc9a31 Revoke outstanding events before posting a new RedisplayTextEvent to avoid potential out-of-order events which could mean displaying the wrong text. b=288821 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171542 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 22:16:07 +00:00
roc+%cs.cmu.edu
0da7df6e3e Removing debug printfs that crept in.
git-svn-id: svn://10.0.0.236/trunk@171541 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 21:19:37 +00:00
roc+%cs.cmu.edu
64b260501e Bug 288117. Fix regressions in nsDocShell::SetCanvasHasFocus and in nsListBoxBodyFrame/nsListBoxObject where code made obsolete assumptions about scrollframe structure. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171540 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 21:02:47 +00:00
roc+%cs.cmu.edu
7021bee02b Bug 288117. Reland nsScrollBoxFrame removal. This will regress Tp a bit. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171539 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 21:00:41 +00:00
jshin%mailaps.org
72d370e6ac bug 162457 : get rid of obsolete entries in charsetData.properties (r=smontagu, sr=bz)
git-svn-id: svn://10.0.0.236/trunk@171538 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 20:22:24 +00:00
mats.palmgren%bredband.net
23c6b2b004 Remove code that does not work with outstanding RedisplayText events. b=288821 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171537 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 19:58:40 +00:00
smontagu%smontagu.org
c4d0ac16d9 Fix for hang. Bug 288831, r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171536 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 18:18:49 +00:00
mozilla.mano%sent.com
ce9248266f Bug 288738 - [Mac] Nearly every keyboard shortcut closes the Page Info window. r=mconnor sr=neil
git-svn-id: svn://10.0.0.236/trunk@171535 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 18:12:51 +00:00
cbiesinger%web.de
3797adbf83 Bug 288787 Remove NS_MIMEINFO_{CID,CONTRACTID}
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@171534 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 17:25:14 +00:00
cbiesinger%web.de
30848c34f2 Bug 288011 eliminate nsISSLSocketProvider
r=darin sr=bz


git-svn-id: svn://10.0.0.236/trunk@171533 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 17:22:58 +00:00
cst%andrew.cmu.edu
ac7d796c08 Bug 287695 fix hardcoded app name in default mailto: form subject
r=biesi sr=bz


git-svn-id: svn://10.0.0.236/trunk@171532 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 17:16:28 +00:00
bzbarsky%mit.edu
2c2f36952d Make sure to clone the page descriptor before changing its properties. Also
some cleanup of the GetCurrentDescriptor code.  Bug 285828, r=biesi, sr=jst


git-svn-id: svn://10.0.0.236/trunk@171531 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 16:51:01 +00:00
dbaron%dbaron.org
8bf49cdf38 Reduce code duplication between assignment operator and copy constructor and improve assignment operator. b=288707 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171530 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 16:47:01 +00:00
mozilla.mano%sent.com
810cc2cc22 Bug 283741 - Javascript strict warning: trailing comma in nsSetDefaultBrowser.js. patch from Jason np Barnabe <jason_barnabe@fastmail.fm>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171529 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 15:53:25 +00:00
mozilla.mano%sent.com
3df1f2fb1b Bug 265934 - Clicking 'Desktop' in Download Manager shows wrong folder. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171528 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 15:48:30 +00:00
mozilla.mano%sent.com
f070fdd2ec Bug 284647 - Javascript strict warnings in browser.js. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171527 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 15:41:20 +00:00
mozilla.mano%sent.com
ecdeeec0f6 Bug 284655 - Javascript strict warning: trailing comma in sanitize.js. patch from Florian QUEZE <f.qu@laposte.net>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171526 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 15:34:14 +00:00
kairo%kairo.at
da50b49f0f oops, revert unrelated change I did with my last checkin
git-svn-id: svn://10.0.0.236/trunk@171525 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 14:42:16 +00:00
kairo%kairo.at
977ffeef37 bug 240412 - browser.translation.service: syntax error in default value (Google URL), patch by Charles Fenwick <clf03f@garnet.acns.fsu.edu> r+sr=Neil
git-svn-id: svn://10.0.0.236/trunk@171523 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 12:43:12 +00:00
brendan%mozilla.org
e89702c28b Fix for regression from 288688's patch (288818, tachyonal r=shaver/sr=dbaron).
git-svn-id: svn://10.0.0.236/trunk@171521 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 07:56:54 +00:00
scott%scott-macgregor.org
2d289b5418 Bug #262626 --> make thunderbird build viewconfig from toolkit
sr=darin


git-svn-id: svn://10.0.0.236/trunk@171520 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 04:55:27 +00:00
christophe.ravel.bugs%sun.com
e31b0f98c0 283383: Create JSS and JSSE client/server test programs that intercommunicates to validate ciphers.
Fix issue with testing optimized version
Wrong jar file was taken for test with BUILD_OPT=1


git-svn-id: svn://10.0.0.236/trunk@171518 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 00:24:58 +00:00
kairo%kairo.at
f41e9bd873 fallout from bug 285696: fix man page (better appname replacing, correct paths); patch by Mark Banner <bugzilla@standard8.demon.co.uk> r=me sr=Neil
git-svn-id: svn://10.0.0.236/trunk@171517 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-03 00:07:04 +00:00
justdave%bugzilla.org
c29095a2f3 Bug 272150: Attempts to rebuild cvs history on specific directories were ignored
r=timeless


git-svn-id: svn://10.0.0.236/trunk@171516 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 23:53:46 +00:00
bugzilla%arlen.demon.co.uk
c1a742fb83 Bug 287359 Adding dump() loops in the History sidebar code causes crash [@ nsXULMenuitemAccessible::GetRole]
p=Callek r=aaronleventhal sr=dmose


git-svn-id: svn://10.0.0.236/trunk@171515 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 21:08:45 +00:00
neil%parkwaycc.co.uk
141c3a4785 Bug 166723 labelled messages should display focus p=mcow@well.com r=me sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171514 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 20:32:46 +00:00
smontagu%smontagu.org
183ec71cc6 Update transliterate.properties to Unicode 4.1.0 database. Bug 288137, r=jshin, sr=rbs
git-svn-id: svn://10.0.0.236/trunk@171513 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 18:44:01 +00:00
smfr%smfr.org
6affe3d3db Fix bug 281133 - Add Bookmark fails for page without a title. Test to see if we have a page title before adding to the dict.
git-svn-id: svn://10.0.0.236/trunk@171512 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 17:37:15 +00:00
cbiesinger%web.de
489ecccbe5 279167 create elements in the correct namespace (None for HTML documents, XHTML
for XML documents)
patch by Frank Wein <bugzilla@mcsmurf.de> r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@171511 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 15:47:13 +00:00
cbiesinger%web.de
923e543db8 use correct dash for date ranges in about:
288301 r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@171510 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 14:43:20 +00:00
gandalf%firefox.pl
9e386d697d Bug 286108: Build Thunderbird Locales from CVS. Don't bundle xpfe/browser,xpfe/components to toolkit apps.; r=bsmedberg,sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171509 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 13:12:21 +00:00
julien.pierre.bugs%sun.com
eb6e6a3677 Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@171508 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:52:04 +00:00
julien.pierre.bugs%sun.com
00fdce35ea Reduce unneeded warning output
git-svn-id: svn://10.0.0.236/trunk@171507 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:46:51 +00:00
julien.pierre.bugs%sun.com
d936d4124a Add include for definition of SECU_RegisterDynamicOids
git-svn-id: svn://10.0.0.236/trunk@171506 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:40:30 +00:00
brendan%mozilla.org
4c85caf1e7 Followup to last patch: JS_free is null-safe.
git-svn-id: svn://10.0.0.236/trunk@171505 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:39:16 +00:00
julien.pierre.bugs%sun.com
5701a2732a Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@171504 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:38:39 +00:00
bob%bclary.com
2a3d4b5356 Regression test for bug 288688
git-svn-id: svn://10.0.0.236/trunk@171503 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:38:32 +00:00
brendan%mozilla.org
d5d9fd7006 Fix property lookup so function::name can be found in a filtering predicate expression.
git-svn-id: svn://10.0.0.236/trunk@171502 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:37:45 +00:00
julien.pierre.bugs%sun.com
537476c2f2 Remove dead and very bogus pre-softoken code
git-svn-id: svn://10.0.0.236/trunk@171501 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:33:25 +00:00
julien.pierre.bugs%sun.com
f09ebf30f2 Clean-up compiler warnings
git-svn-id: svn://10.0.0.236/trunk@171500 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:21:20 +00:00
julien.pierre.bugs%sun.com
ca4dc6426f Fix for bug 288726. error in SECMOD_CancelWait
git-svn-id: svn://10.0.0.236/trunk@171499 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 06:02:53 +00:00
robert%accettura.com
fa13efc4c4 fix broken link in agg queries. Not part of build, no bug (as with checkin before)
git-svn-id: svn://10.0.0.236/trunk@171498 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 05:44:28 +00:00
julien.pierre.bugs%sun.com
b896d0b0bc Silence compiler warnings
git-svn-id: svn://10.0.0.236/trunk@171497 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 05:33:41 +00:00
julien.pierre.bugs%sun.com
75cba24105 Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@171496 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 05:26:58 +00:00
julien.pierre.bugs%sun.com
abaa2b6ca6 Remove unused variables
git-svn-id: svn://10.0.0.236/trunk@171495 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 05:25:26 +00:00
julien.pierre.bugs%sun.com
164d90c7bc Cleanup unused variables and dead code
git-svn-id: svn://10.0.0.236/trunk@171494 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 05:24:07 +00:00
julien.pierre.bugs%sun.com
7ab8e0190f Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@171493 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 05:17:27 +00:00
robert%accettura.com
91d5975a21 more portable escaping, moved to selectLimit(), fixed pagination bug from move to ADOdb, fixed that bug in the service so it works again, other tiny changes.
git-svn-id: svn://10.0.0.236/trunk@171492 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 04:25:08 +00:00
bugzilla%arlen.demon.co.uk
7f4fab5556 Bug 287291 Removing then adding RSS account with same details gives blank account name
p=me r=mscott sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171491 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 02:52:44 +00:00
brendan%mozilla.org
5f64d21961 Fix 8-year-old bug with lambda replace clobbering cx->regExpStatics (288688, r=shaver, sr=dbaron).
git-svn-id: svn://10.0.0.236/trunk@171485 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 02:48:16 +00:00
alexei.volkov.bugs%sun.com
93dc3b2bbe fix for bug 265003: selfserv.c: allow selfserv to load crls. R=julien
git-svn-id: svn://10.0.0.236/trunk@171484 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 02:29:24 +00:00
bugzilla%arlen.demon.co.uk
5593851529 Bug 288696 HandleMDNResponse should not be returning 0
p=me r=mscott sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171483 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 01:45:06 +00:00
aaronleventhal%moonset.net
78bc7e9f63 Bug 288521. Support accessible STATE_HASPOPUP for xul buttons of type menu or menu-button. r=doronr, sr=dmose
git-svn-id: svn://10.0.0.236/trunk@171482 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 01:00:20 +00:00
aaronleventhal%moonset.net
9a40c44c73 Bug 288242. Bad accessible shutdown procedure, leading to creation of new objects right when we're trying to bring things to an end. r=pkwarren, sr=demose
git-svn-id: svn://10.0.0.236/trunk@171481 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 00:58:45 +00:00
aaronleventhal%moonset.net
8922c260b9 Bug 288386. Java applet + screen reader: heap corruption brings down Firefox, depending on the JRE build. Temporary solution to turn off Java applet support when screen reader is present. This bandaid is okay for now, because Java applets are still not supported by any screen readers that currently support Gecko. r=kyle, sr=jst
git-svn-id: svn://10.0.0.236/trunk@171480 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 00:57:08 +00:00
bienvenu%nventure.com
3dec4c0618 fix 288702 saving as template shouldn't change message-id, and should replace existing template, if any
git-svn-id: svn://10.0.0.236/trunk@171479 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 00:49:27 +00:00
bienvenu%nventure.com
2b0d0c9a89 fix 142703, sr=mscott, we don't notice when imap select failed if it's the first connection to the folder, and think that uid validity changed
git-svn-id: svn://10.0.0.236/trunk@171478 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 00:46:29 +00:00
nelsonb%netscape.com
9aa3e2a7ef Rename functions that are shared by pk11wrap and softoken from sftk_ to
secmod_.  Bug 286685. r=relyea.


git-svn-id: svn://10.0.0.236/trunk@171477 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-02 00:46:13 +00:00
scott%scott-macgregor.org
0fbe3f3ff4 Bug #285772 --> part of the theme restructuring work.
fix missing offline indicator and broken activity indicator icon in the toolbar on Mac OS X.


git-svn-id: svn://10.0.0.236/trunk@171476 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 23:54:10 +00:00
timeless%mozdev.org
b11b0ba533 Bug 283540 OOM mlk [@ NS_NewPluginPostDataStream]
patch by jlurz24@gmail.com r=timeless sr=jst


git-svn-id: svn://10.0.0.236/trunk@171475 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 23:33:00 +00:00
darin%meer.net
469351164f fixes bug 287648 "Unify 'request' object interface for DNS and PPS asyncResolve methods" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171474 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 23:31:04 +00:00
dbaron%dbaron.org
72020748e5 Implement CSS2 counters. b=3247 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171473 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 23:07:00 +00:00
bugzilla%arlen.demon.co.uk
2c4a3cb1e0 Bug 288529 Receipt notification message should not popup in spammail folder (Port Thunderbird fix) - original patch by mscott
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171472 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 22:40:19 +00:00
wtchang%redhat.com
7deeb45ac0 Bugzilla bug 288657: fixed the bug that pk11_AnyUnwrapKey returns a
partially constructed symKey object if C_UnwrapKey fails with
CKR_DEVICE_ERROR.  r=relyea.


git-svn-id: svn://10.0.0.236/trunk@171471 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 22:27:44 +00:00
kairo%kairo.at
73a6be3b9c bug 288156 - Hardcoded appname in messenger.properties (filterFolderTruncateFailed), patch by Mark Banner <bugzilla@standard8.demon.co.uk>, r=Neil sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171470 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 22:18:16 +00:00
tor%cs.brown.edu
ea7a9e3e23 Bug 288656 - Events not getting delivered to <svg:image> if fill=none. r=afri
git-svn-id: svn://10.0.0.236/trunk@171469 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 20:49:42 +00:00
tor%cs.brown.edu
30a8cbefd4 Bug 280988 - SVG frames should implement GetFrameName.
Patch by scootermorris@comcast.net, r=tor.


git-svn-id: svn://10.0.0.236/trunk@171468 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 19:56:08 +00:00
doronr%us.ibm.com
aaac7e7938 Bug 288662 - apply same fixes to winstripe that were added to gnomestrip in bug 204944. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171467 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 19:20:41 +00:00
darin%meer.net
059126619f fixes bug 220566 "Randomly hangs in PL_HashTableRawLookup at start of page load" r=brendan
git-svn-id: svn://10.0.0.236/trunk@171466 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 18:35:14 +00:00
bsmedberg%covad.net
06d0e4ec39 Bug 288626 - Begin switch from MOZILLA_STRICT_API to MOZILLA_INTERNAL_API rs=darin for the Makefile var additions. Should not affect the build yet, until we flip a few switches at the end.
git-svn-id: svn://10.0.0.236/trunk@171465 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 18:22:57 +00:00
bzbarsky%mit.edu
35707e2f9d Wrap a view update batch around all restyle processing and switch
ApplyRenderingChangeToTree to use a NO_SYNC view batch, since we now flush
reflows before painting.  Bug 288365, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@171464 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 18:14:18 +00:00
bugzilla%arlen.demon.co.uk
3b258feeeb Bug 288542 GetElementsByAttribute should return live nodelists (original patch by bz)
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171463 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 18:13:13 +00:00
smfr%smfr.org
1aec2b0a68 Improve sorting of history categories and items, taking care to sort categories sensibly given the current sort order.
Also save the expanded state of the history view in user defaults, to preserve it across launches.
No bug.


git-svn-id: svn://10.0.0.236/trunk@171462 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 18:12:16 +00:00
aaronleventhal%moonset.net
755b1880bd Fixing bustage correctly, thanks bz
git-svn-id: svn://10.0.0.236/trunk@171461 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 17:42:25 +00:00
aaronleventhal%moonset.net
15d61f5ff3 Attempt to fix bustage on gcc
git-svn-id: svn://10.0.0.236/trunk@171460 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 17:26:05 +00:00
brendan%mozilla.org
9e7ea0c918 Fix unique attribute {uri, localName} bug (283972) and follow the spec on escaping > (264369).
git-svn-id: svn://10.0.0.236/trunk@171459 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 17:23:12 +00:00
aaronleventhal%moonset.net
bed00d647b Bug 288017: proper init/shudown for list items and list bullet accessibles. r=pkw, sr=neil
git-svn-id: svn://10.0.0.236/trunk@171458 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 16:45:40 +00:00
timeless%mozdev.org
887df123a8 Bug 288587 crash while viewing Real videos
r=tor sr=tor


git-svn-id: svn://10.0.0.236/trunk@171457 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 16:41:55 +00:00
jwatt%jwatt.org
9a50b7b10d Fixing bug 288267. getAttribute("transform") giving back "" for transform="matrix(...)". r=tor@acm.org
git-svn-id: svn://10.0.0.236/trunk@171456 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 16:07:37 +00:00
doronr%us.ibm.com
b74a723586 Bug 204944 (a11y) - Sidebar History >View not keyboard accessible. sr=neil
git-svn-id: svn://10.0.0.236/trunk@171455 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 15:48:44 +00:00
jay%mozilla.org
72349108a3 Fixing packaging bustage sr=bryner (The Brain)
git-svn-id: svn://10.0.0.236/trunk@171454 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 09:10:30 +00:00
timeless%mozdev.org
204328555a Bug 288544 an asynchronous "oom" loop in jsconsole's implementation of nsIConsoleListener.observe with nsIConsoleService and xpconnect
r=neil sr=neil


git-svn-id: svn://10.0.0.236/trunk@171453 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 08:47:17 +00:00
neil%parkwaycc.co.uk
13408ed3a0 Make -ProfileWizard start the newly created profile b=288098 r=ccarlen sr=me
git-svn-id: svn://10.0.0.236/trunk@171452 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 08:29:25 +00:00
jshin%mailaps.org
f42d136aca bug 229399 : RFC 2047 Subject and From header fields are misinterpreted if charset used for the header is different from charset used for the message body : r=bienvenu, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171451 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 05:25:05 +00:00
timeless%mozdev.org
adc346ec85 Bug 288532 OOM crash [@ XPCConvert::JSErrorToXPCException]
r=dbradley sr=rbs


git-svn-id: svn://10.0.0.236/trunk@171449 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 04:36:44 +00:00
cltbld
fe1618c4b8 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171448 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 03:08:57 +00:00
jay%mozilla.org
7e837e2d9b Hookup Reporter tool to Firefox nightlies r=robert@accettura.con sr=bryner@brianryner.com (The Brain) Bug 285653
git-svn-id: svn://10.0.0.236/trunk@171447 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 03:06:30 +00:00
jay%mozilla.org
f0d7163f61 Hookup Reporter tool to Firefox nightlies r=robert@accettura.con sr=bryner@brianryner.org (The Brain) Bug 285653
git-svn-id: svn://10.0.0.236/trunk@171446 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 03:02:31 +00:00
julien.pierre.bugs%sun.com
b99097f22e Cleanup unused variables
git-svn-id: svn://10.0.0.236/trunk@171445 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 02:47:52 +00:00
bienvenu%nventure.com
d8a50c4e9f fix 286446 write mime part boundaries correctly when stripping mime attachments, sr=mscott, also clean up some tabs
git-svn-id: svn://10.0.0.236/trunk@171444 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 02:17:04 +00:00
julien.pierre.bugs%sun.com
40243c15d0 Indentation fix (related to 287498)
git-svn-id: svn://10.0.0.236/trunk@171443 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 00:14:34 +00:00
Stefan.Borggraefe%gmx.de
be0611dbbc Bug 261544: Menu items "Delete host" and "Delete domain" aren't visible when history tree is empty
r+sr=Neil


git-svn-id: svn://10.0.0.236/trunk@171442 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-01 00:13:06 +00:00
julien.pierre.bugs%sun.com
97f681ebb1 Fix for 259896 - make rsaperf use PKCS#11 . and many other improvements. r=nelson
git-svn-id: svn://10.0.0.236/trunk@171441 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 23:33:51 +00:00
gerv%gerv.net
ebdd0fba0e Bug 288408 - make number of placeholders match number of parameters to stop error when initialising from new database. Patch by gerv; r=mkanat, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@171440 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 22:48:28 +00:00
bsmedberg%covad.net
584aea63bf Bug 288204 - under libxul, fileview and xremote need xpcom/xul to link, move them to TOOL_DIRS patch by Rob Adams <readams@readams.net> r=me
git-svn-id: svn://10.0.0.236/trunk@171439 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 22:37:57 +00:00
Olli.Pettay%helsinki.fi
43dbc58e8a Bug 255792, nsSmallVoidArray::ReplaceElementAt does not work in the same way as nsVoidArray::ReplaceElementAt, r=rjesup,sr=alecf
git-svn-id: svn://10.0.0.236/trunk@171438 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 22:00:15 +00:00
bienvenu%nventure.com
2649bf48fe fix duplicate message left around after stripping attachment from message, sr=mscott 286655
git-svn-id: svn://10.0.0.236/trunk@171437 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 21:44:23 +00:00
bsmedberg%covad.net
d67e5e2956 Bug 287428 - xulrunner (libxul) busted when you use the "alldep" target instead of "default", because we don't build by tier. r=darin r2=dbaron
git-svn-id: svn://10.0.0.236/trunk@171436 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 21:40:23 +00:00
bzbarsky%mit.edu
f8a2cb0fe2 Do a sync invalidate of the areas dirtied by the reflow we do before painting,
not an async one.  This will keep us from dropping animation frames quite as
much if events take a long time to process.  Bug 288369, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@171433 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 20:42:30 +00:00
joshmoz%gmail.com
c669b75cc5 remove some debug code I accidentally checked in, add a reminder comment
git-svn-id: svn://10.0.0.236/trunk@171432 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 20:37:32 +00:00
pavlov%pavlov.net
71e1678e91 first pass at getting week view in to lightning. bug 288324
git-svn-id: svn://10.0.0.236/trunk@171431 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 20:17:46 +00:00
tor%cs.brown.edu
e59971ab47 Bug 288498 - Prevent SVG DOS with dasharray
git-svn-id: svn://10.0.0.236/trunk@171430 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 20:14:05 +00:00
dbaron%dbaron.org
f7e591cd27 Back out roc's checkin for bug 288117 to isolate performance regressions during tinderbox downtime.
git-svn-id: svn://10.0.0.236/trunk@171429 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 18:04:50 +00:00
dougt%meer.net
742a828412 Fixing bustage. patch by Koen Kooi. r=dougt
git-svn-id: svn://10.0.0.236/trunk@171428 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 17:56:09 +00:00
bsmedberg%covad.net
a5b586d686 Backing out bug 220566 to get tboxen green a=#developers
git-svn-id: svn://10.0.0.236/trunk@171427 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 13:56:30 +00:00
igor%mir2.org
d84c52c332 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@171426 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 13:16:07 +00:00
jshin%mailaps.org
d9cb5f5fd9 bug 193439 : fix the typo in my check in for the bug (mime_parm_folding -> mime.parm_folding)
git-svn-id: svn://10.0.0.236/trunk@171425 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 12:02:39 +00:00
joshmoz%gmail.com
13c3df0330 don't crash in autocomplete code when a search is requested without a valid session. b=288124 r=smfr
git-svn-id: svn://10.0.0.236/trunk@171424 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 08:33:59 +00:00
darin%meer.net
8758d2823c fixes bug 220566 "Randomly hangs in PL_HashTableRawLookup at start of page load" r=brendan
git-svn-id: svn://10.0.0.236/trunk@171423 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 06:22:11 +00:00
bienvenu%nventure.com
ae687b39fd fix save all attachments menu item from file menu, 288251
git-svn-id: svn://10.0.0.236/trunk@171422 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 05:37:54 +00:00
bzbarsky%mit.edu
088c4f8b8a Fix overlay code to not trust overlays and violate the nsIContent API in the
process.  Bug 233641, r=sicking, sr=ben


git-svn-id: svn://10.0.0.236/trunk@171421 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 04:26:00 +00:00
roc+%cs.cmu.edu
a8e2e85779 Bug 288117. Fix up function name as dbaron requested.
git-svn-id: svn://10.0.0.236/trunk@171420 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 03:44:38 +00:00
roc+%cs.cmu.edu
edd9381478 Bug 288117. Eliminate nsScrollBoxFrame. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171419 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 03:40:12 +00:00
myk%mozilla.org
0d6c275ecc Followup fix for bug 284446: add hook inside enter bug form so that test runner and other applications can insert form controls that collect additional data about the bug being created.
git-svn-id: svn://10.0.0.236/trunk@171418 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 02:52:31 +00:00
roc+%cs.cmu.edu
b914a6bc95 Bug 284661. Be sure to resize the transparency bitmap if GTK resizes our window interactively. r+sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@171417 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 02:22:01 +00:00
roc+%cs.cmu.edu
c504b2c5ee Bug 287592. Make buttons return the correct overflow area from reflow. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171416 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 02:19:48 +00:00
roc+%cs.cmu.edu
0d8ccdde42 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@171415 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 02:16:39 +00:00
aaronleventhal%moonset.net
db0b88cf7a Bug 245349. Puzzle piece placeholder that says click here to download plugin is not focusable or accessible. r=bz, sr=jst
git-svn-id: svn://10.0.0.236/trunk@171414 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 01:38:04 +00:00
smfr%smfr.org
772e4ba0b2 Fix bug 288360 -- uninitialized return values caused failure to load CSS on various sites. r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171413 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 23:05:02 +00:00
neil%parkwaycc.co.uk
ba5470bb31 Bug 288075 -browser <URL> should open in a browser window r=bsmedberg sr=darin
git-svn-id: svn://10.0.0.236/trunk@171412 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 22:55:33 +00:00
sandeep.konchady%sun.com
a911a575a4 Adding 7 java files, 2 shell scripts and modified all.pl for
bug id : 283383.

Java files added are JSS and JSSE server and clients. The purpose
of which is to intercommunicate between JSS and JSSE to validate
supported ciphers between the two.  startJss*.sh are scripts for
starting JSS and JSSE servers. These tests are added to all.pl
to run as a part of overall JSS test suite.

Currently these tests do not report errors when a cipher that is
suppose to work between JSS and JSSE fails.  I will file another
feature enhancement request to address this.


git-svn-id: svn://10.0.0.236/trunk@171411 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 22:19:56 +00:00
scott%scott-macgregor.org
90364f4954 Bug #287793 --> Thunderbird cannot verify certain types of RSS feeds
Patch by Robert Sayre.


git-svn-id: svn://10.0.0.236/trunk@171410 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 22:05:21 +00:00
despotdaemon
2ec3f7ca70 Pseudo-automatic update of changes made by wtchang@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@171409 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 21:50:19 +00:00
vladimir%pobox.com
139f521877 Update to sqlite 3.2.1, r=me
git-svn-id: svn://10.0.0.236/trunk@171408 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 21:49:20 +00:00
mvl%exedo.nl
b6f3417a3c make date-like attributes readwrite, to make it possible to edit a todo
bug 287985, r=vlad


git-svn-id: svn://10.0.0.236/trunk@171407 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 21:21:58 +00:00
cbiesinger%web.de
b2ce761905 126201 patch by Patrick <patrick.hendriks+bugzilla@gmail.com> r+sr=dveditz
fix wording of "Complete" option in installer


git-svn-id: svn://10.0.0.236/trunk@171406 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 20:44:24 +00:00
roc+%cs.cmu.edu
32e18a1163 Bug 285348. Fix reflow of nested columns by ensuring that if a column overflows, its next-in-flow gets reflowed *even if* that next in flow belongs to continuation of the column set
git-svn-id: svn://10.0.0.236/trunk@171405 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 20:31:13 +00:00
roc+%cs.cmu.edu
9a95487365 Bug 288222. fixing up variable name as Boris requested.
git-svn-id: svn://10.0.0.236/trunk@171404 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 20:26:54 +00:00
roc+%cs.cmu.edu
c3e197c008 Bug 288222. resync widgets with views before trying to paint. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171403 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 20:25:15 +00:00
bienvenu%nventure.com
faa47f3151 potential fix for imap .msf files getting blown away when server error selecting imap folder, sr=mscott 142703
git-svn-id: svn://10.0.0.236/trunk@171401 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 19:13:40 +00:00
cltbld
b42d42e7ad Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171396 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 17:58:47 +00:00
cls%seawood.org
e4bcb4a126 Backing out cygwin make checks since there's no consistency in where the cygwin string resides.
git-svn-id: svn://10.0.0.236/trunk@171395 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 17:57:38 +00:00
cls%seawood.org
a21b582c30 Apparently, the full cygwin string isn't universal. Just check for cygwin.
Bug #288303


git-svn-id: svn://10.0.0.236/trunk@171394 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 17:34:42 +00:00
tor%cs.brown.edu
dedf84488e Bug 285475 - fix cairo calculation of stroke extents on lines with caps.
git-svn-id: svn://10.0.0.236/trunk@171393 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 17:32:16 +00:00
cls%seawood.org
088c28ccf1 Explicitly check for cygwin make when building on win32.
Bug #288303 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@171392 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 17:15:32 +00:00
doronr%us.ibm.com
8c9dc1949e Bug 287714 - Add console outputting of XForms errors. r=aaronr,smaug
git-svn-id: svn://10.0.0.236/trunk@171389 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 16:41:07 +00:00
timeless%mozdev.org
bfe8a753c6 Bug 282698 use application/soap+xml in nsHTTPSOAPTransport
patch by bug@annevankesteren.nl r=doron sr=jst


git-svn-id: svn://10.0.0.236/trunk@171388 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 16:31:27 +00:00
bob%bclary.com
47b100fc59 Add test cases for XML literals: comment, processing instruction. No bug, issue found by Martin Honnen
git-svn-id: svn://10.0.0.236/trunk@171387 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 14:56:03 +00:00
mkanat%kerio.com
effcb842e2 Bug 287880: [SECURITY] Comments on secure bugs still available to templates... show_bug leaks
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@171385 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 14:30:43 +00:00
neil%parkwaycc.co.uk
fec5d215eb Bustage fix for b=225563 (patch hunk inadvertently excluded)
git-svn-id: svn://10.0.0.236/trunk@171384 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 13:32:47 +00:00
neil%parkwaycc.co.uk
d1fbcc24a5 Bustage fix for b=225563 (patch hunk inadvertently excluded)
git-svn-id: svn://10.0.0.236/trunk@171383 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 12:53:52 +00:00
neil%parkwaycc.co.uk
8abbe7b631 Previous check in was for bug 225563
git-svn-id: svn://10.0.0.236/trunk@171382 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 12:27:28 +00:00
neil%parkwaycc.co.uk
c82cb0c74e Implement group="system" for XBL handlers so that we don't try to handle events if <a> <textarea> or <xul:button> have already processed them r=jst sr=bryner
git-svn-id: svn://10.0.0.236/trunk@171381 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 12:26:02 +00:00
bsmedberg%covad.net
c23770d93e Bug 279952 - add en-US to the fallback list for locale providers, preferring it to "any old locale we can find" r=darin
git-svn-id: svn://10.0.0.236/trunk@171380 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 11:41:47 +00:00
bsmedberg%covad.net
e6a0f5c282 Bug 286450 - Make nsIScriptError.message display a formatted message with file/line information, for future logging purposes r=dbradley sr=bz
git-svn-id: svn://10.0.0.236/trunk@171379 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 11:34:59 +00:00
lpsolit%gmail.com
1427b138e7 Bug 286003: Direct access to summarize-time.cgi when time tracking is off generates an error - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=jouni a=justdave
git-svn-id: svn://10.0.0.236/trunk@171378 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 10:16:23 +00:00
lpsolit%gmail.com
85bfb55064 Bug 276543: createaccount.cgi should not be displayed if account creation is disabled - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@171376 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 09:57:29 +00:00
lpsolit%gmail.com
b3dedf34f1 Bug 288131: PatchViewer adds extra empty lines in modified parts of patches - Patch by Frederic Buclin <LpSolit@gmail.com> r=glob a=justdave
git-svn-id: svn://10.0.0.236/trunk@171375 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 09:41:22 +00:00
dwitte%stanford.edu
1139b64be1 removing obsolete file.
git-svn-id: svn://10.0.0.236/trunk@171374 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 08:41:43 +00:00
bmlk%gmx.de
6733807ecf prevent negative available widths for rowgroups when changing from an empty table to one with cells and cellspacing, bug 271047 r/sr=roc
git-svn-id: svn://10.0.0.236/trunk@171373 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 07:42:49 +00:00
bmlk%gmx.de
c8e6cb1478 fix PreFast warnings in layout/mathml bug 288023 r=rbs sr=roc
git-svn-id: svn://10.0.0.236/trunk@171372 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 07:34:20 +00:00
smfr%smfr.org
6653c28f2f Make CHBrowserView opaque so that view updates don't propagate to its parent views, which should reduce the amount of view redrawing that takes place. Currently, ChildViews are not opaque (because opacity causes issues with NSQuickDrawViews, see bug 166932).
git-svn-id: svn://10.0.0.236/trunk@171371 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 06:32:18 +00:00
smfr%smfr.org
e819e415da Turn off opaque views (experiment over).
git-svn-id: svn://10.0.0.236/trunk@171370 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 06:28:17 +00:00
dougt%meer.net
184e4869f7 Initial Implementation of WindowCE ARM XPTCALL code. patch by John Wolfe wolfe@lobo.us.
git-svn-id: svn://10.0.0.236/trunk@171369 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 06:25:12 +00:00
mozilla.mano%sent.com
dd4ab02745 Bug 287442 - [Mac[ 'Sanitize Firefox' window leaks title. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171368 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 06:23:58 +00:00
dougt%meer.net
071e465c2b xptcall windows ce tests for arm. submitted by john wolfe <wolfe@lobo.us>
git-svn-id: svn://10.0.0.236/trunk@171367 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 06:16:30 +00:00
jwalden%mit.edu
4f8d8ca405 Bug 279227 - Move find bar strings out of browser, #ifdef USE_FIND_BAR the find bar code that Thunderbird builds. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171366 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 05:28:55 +00:00
smontagu%smontagu.org
6e065b6914 Change ToTitle so that combined uppercase characters (e.g. DZ) are unchanged. Bug 202208, r=jshin, sr=rbs
git-svn-id: svn://10.0.0.236/trunk@171365 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 04:48:45 +00:00
bzbarsky%mit.edu
99fc698a89 Center the clicked-on point when turning off image zoom. Bug 207219, patch by
Chris Thomas (CTho) <cst@andrew.cmu.edu>, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@171364 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 04:29:35 +00:00
bzbarsky%mit.edu
b7f2b5b8a5 Don't fire onLocationChange for initial loads in subframes; reverts old
behavior.  Bug 285738, patch by William A. Gianopoulos
<wgianopoulos@yahoo.com>, r=jst, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@171363 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 04:22:00 +00:00
bzbarsky%mit.edu
3d75b80be5 Make sure to wrap a buffered stream around the stream we're passed before
sending it to the parser (which expects a buffered stream).  Bug 287409,
r=darin, sr=jst


git-svn-id: svn://10.0.0.236/trunk@171362 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 04:18:08 +00:00
smfr%smfr.org
b61ffe445d Experimental view opacity change (bug 166932) to measure impact on pageload performance.
git-svn-id: svn://10.0.0.236/trunk@171361 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 04:05:54 +00:00
roc+%cs.cmu.edu
f4576c8412 Fixing Mac bustage
git-svn-id: svn://10.0.0.236/trunk@171360 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 03:05:17 +00:00
roc+%cs.cmu.edu
74b8b100c5 Bug 255863. Make drag/drop work even when the clicked-on content gets reframed by the click. r=mats,sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171359 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 02:14:41 +00:00
dbaron%dbaron.org
da7dc81064 For functions in the binary, output something compatible with addr2line. b=230336 r=brendan
git-svn-id: svn://10.0.0.236/trunk@171358 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 01:54:54 +00:00
dbaron%dbaron.org
8b93b2aa52 Fix coverity uninitialized variable warnings in layout. b=288092 r=bernd sr=roc
git-svn-id: svn://10.0.0.236/trunk@171357 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 01:50:56 +00:00
dbaron%dbaron.org
4477aa5576 Use protected instead of private so VC6 gets less confused when nsDerivedSafe is involved. Hopefully fixing bustage. b=156716
git-svn-id: svn://10.0.0.236/trunk@171356 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 01:42:06 +00:00
paper%animecity.nu
146eaf3ebd Bug 285054: ConvertDDBtoDIB violates windows APIs, Don't select bitmap into HDC. r=biesi sr=tor
git-svn-id: svn://10.0.0.236/trunk@171355 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 01:39:36 +00:00
paper%animecity.nu
750feeef2d Bug 286233: Cleanup nsImageWin::Init. r=emaijala, sr=tor
git-svn-id: svn://10.0.0.236/trunk@171354 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 01:36:41 +00:00
cltbld
96f0891772 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171353 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 01:18:42 +00:00
dbaron%dbaron.org
142f9046b9 Change build system default toolkit for X11-based platforms from GTK1 to GTK2. b=282871 r=blizzard sr=bryner
git-svn-id: svn://10.0.0.236/trunk@171352 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 01:17:32 +00:00
aaronleventhal%moonset.net
21a35c167c Bug 287979. Infinite loop when exposing plugins. r=timeless, sr=jst
git-svn-id: svn://10.0.0.236/trunk@171351 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 00:53:10 +00:00
dbaron%dbaron.org
be07cbe034 Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171350 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 00:36:57 +00:00
wtchang%redhat.com
b49d6f60fb Set NSS version to 3.10 Beta 3.
git-svn-id: svn://10.0.0.236/trunk@171349 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 00:22:36 +00:00
neil%parkwaycc.co.uk
6eb148b032 Bug 285005 Allow scrollbox with scrollbars r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@171348 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 00:11:06 +00:00
scott%scott-macgregor.org
ae95ab32fe Bug #288188 --> send confirmation dialog (sheet) is very wide
forgot to package dialogs.css


git-svn-id: svn://10.0.0.236/trunk@171347 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 00:07:41 +00:00
cltbld
7ce83ab1de Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171346 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 23:29:08 +00:00
kairo%kairo.at
55e6f3c95e fix Camino bustage from bug 285696: use MOZ_APP_DISPLAYNAME=Mozilla for Camino to still create Mozilla.app; r=smfr
git-svn-id: svn://10.0.0.236/trunk@171345 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 23:27:52 +00:00
dbaron%dbaron.org
8bfdc8e8be Change how we preserve XPConnect wrappers on which JS properties have been set or that are otherwise needed by XBL: instead of rooting those wrappers until the document stops being displayed, mark them from GC hooks only if the nodes are reachable (via DOM node traversal, optimizing based on symmetry of reachability between DOM nodes) from the document or from nodes already marked. b=283129 r=jst sr=brendan
git-svn-id: svn://10.0.0.236/trunk@171344 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 23:26:56 +00:00
mostafah%oeone.com
00768cf06a Checked in patch for bug 288208: Sunbird default prefs are bloated
git-svn-id: svn://10.0.0.236/trunk@171343 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 22:47:47 +00:00
bzbarsky%mit.edu
116adff631 Don't walk through placeholders to out-of-flows that are our descendants when
we destroy a frame subtree.  Bug 271151, r=rbs, sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@171342 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 22:36:06 +00:00
alexei.volkov.bugs%sun.com
c0e68365e0 fix for bug 287625: rsaperf should run multithreaded
git-svn-id: svn://10.0.0.236/trunk@171341 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 22:32:22 +00:00
brendan%mozilla.org
2d36e9f6ea Propagate failure when we can't make a queue (287846, r=dougt, sr=darin).
git-svn-id: svn://10.0.0.236/trunk@171340 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 22:31:14 +00:00
kairo%kairo.at
2006075615 bug 285696 - suite rebranding, stage 1: using configure variables in a number of places, some small cleanups; rs=biesi,smfr sr=Neil
git-svn-id: svn://10.0.0.236/trunk@171339 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 22:02:23 +00:00
dougt%meer.net
20ea6428c9 Coverity Warning in Embedding. Bug 287861. r=brendan
git-svn-id: svn://10.0.0.236/trunk@171338 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 21:52:19 +00:00
gerv%gerv.net
7b09ffbc80 Bug 73665 - migrate email preferences to their own table, and rearchitect email internals. Patch by gerv; r=jake, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@171337 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 21:43:00 +00:00
despotdaemon
3245b36f8b Pseudo-automatic update of changes made by wtchang@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@171336 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 21:42:45 +00:00
tor%cs.brown.edu
f88b6ac1c4 Bug 288193 - add AIX back to tests for stdint.h/inttypes.h.
git-svn-id: svn://10.0.0.236/trunk@171335 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 20:53:07 +00:00
timeless%mozdev.org
86a1b0bd09 Bug 287158 use requests in xpinstall so that defining JS_PARANOID_REQUEST does not result in CHECK_REQUEST killing the app because of xpinstall tasks
r=dveditz sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@171334 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 20:19:20 +00:00
roc+%cs.cmu.edu
35d889cd0a Bug 255958. Reland makefile fix after aviary merge. r=bryner, patch by Wolfgang Rosenauer
git-svn-id: svn://10.0.0.236/trunk@171333 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 20:10:03 +00:00
shaver%mozilla.org
1fe99e3acf bug 288177: don't build embed-sample.jar for toolkit apps; (orig) patch from sipaq, r=bsmedberg/me, sr=darin
git-svn-id: svn://10.0.0.236/trunk@171332 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 19:34:24 +00:00
brendan%mozilla.org
e5a51203ad Fix ancient misordering of addProperty before slot store (279289, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@171331 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 19:24:33 +00:00
jst%mozilla.jstenback.com
a140ca5c0e Breaking out duplicated interface lists into a reusable macro (per suggestion in bug 288006). rs=peterv@propagandism.org
git-svn-id: svn://10.0.0.236/trunk@171330 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 19:21:21 +00:00
jst%mozilla.jstenback.com
55d079444b Fixing typo in comment.
git-svn-id: svn://10.0.0.236/trunk@171328 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 18:24:16 +00:00
nelsonb%netscape.com
942609106d Rename all internal private softoken functions types and symbols from
PK11 or pk11 prefixes to SFTK or sftk prefixes.  Bug 286685.
r=relyea,wtchang  Modified Files:
 cmd/bltest/blapitest.c lib/pk11wrap/pk11pars.c lib/softoken/dbinit.c
 lib/softoken/dbmshim.c lib/softoken/fipstest.c lib/softoken/fipstokn.c
 lib/softoken/pcertdb.c lib/softoken/pk11db.c lib/softoken/pk11pars.h
 lib/softoken/pkcs11.c lib/softoken/pkcs11c.c lib/softoken/pkcs11i.h
 lib/softoken/pkcs11u.c lib/softoken/softoken.h lib/softoken/tlsprf.c


git-svn-id: svn://10.0.0.236/trunk@171326 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 18:21:18 +00:00
timeless%mozdev.org
b2e45b40ea Bug 283071 Allocation/free mismatch in base/import/oexpress/nsOE5File.cpp
Bug 283072 Allocation/free mismatch in base/import/outlook/src/MapiApi.cpp
Bug 283075 Allocation/free mismatch in base/import/oexpress/wabobject.cpp
patch by bugzilla@standard8.demon.co.uk r=bienvenu sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171325 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 17:19:23 +00:00
timeless%mozdev.org
fed097334a Bug 288013 remove &mathml; from mathml.dtd because it hurts interoperability
patch by bug@annevankesteren.nl r=rbs sr=bz


git-svn-id: svn://10.0.0.236/trunk@171324 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 17:12:17 +00:00
cbiesinger%web.de
766e7da3de 272059 fix whitespace in tree.xml, and document obsolete-ness of builderView and
contentView
r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@171323 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 17:09:53 +00:00
brendan%mozilla.org
75fd1b8828 Make js_GetScriptLineExtent JS_FRIEND_API for the js shell's sake.
git-svn-id: svn://10.0.0.236/trunk@171322 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 16:55:43 +00:00
bzbarsky%mit.edu
ac5c69c48a Removing no-longer-used struct from this file. Should have landed as part of
bug 286813.


git-svn-id: svn://10.0.0.236/trunk@171321 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 15:58:31 +00:00
bzbarsky%mit.edu
52ea517c1b Fixing AIX build bustage. Thanks to pkw for the patch!
git-svn-id: svn://10.0.0.236/trunk@171320 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 15:57:53 +00:00
cls%seawood.org
58f64f9d87 Make english query output match the regexp flavor used.
Bug #286781 r=timeless


git-svn-id: svn://10.0.0.236/trunk@171319 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 15:22:26 +00:00
cltbld
d576bead34 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171318 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 12:48:48 +00:00
cltbld
a305690480 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171317 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 12:38:58 +00:00
mvl%exedo.nl
f741f5dbf9 remove the old imgmanager from cookies.
bug 287628, r=dwitte, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@171316 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 09:52:19 +00:00
roc+%cs.cmu.edu
2d96885505 Adding some parts of Hixie tests to the list explicitly, to make it easier to download all needed files.
git-svn-id: svn://10.0.0.236/trunk@171315 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 05:18:24 +00:00
edburns%acm.org
b740cc9e1a CheckPoint. Exact bytes of viewSource doesn't work yet. I think the
problem is that selectAll isn't working due to the window not being
realized.  We'll see.  Next step is to get it working!

M classes_spec/org/mozilla/webclient/impl/wrapper_native/CurrentPageImpl.java

- rewrite getSource() to call native code, instead of using the DOM.

M src_moz/CurrentPageImpl.cpp

- re-enable nativeGetSource().

M src_moz/EmbedWindow.cpp
M src_moz/EmbedWindow.h

- fill out dtor

- add InitNoChrome.


M test/automated/src/classes/org/mozilla/webclient/CurrentPageTest.java

- comment out test

classes_spec/org/mozilla/webclient/impl/wrapper_native/CurrentPageImpl.java src_moz/CurrentPageImpl.cpp src_moz/EmbedWindow.cpp src_moz/EmbedWindow.h test/automated/src/classes/org/mozilla/webclient/CurrentPageTest.java


git-svn-id: svn://10.0.0.236/trunk@171314 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 05:03:12 +00:00
smfr%smfr.org
98263942ca Remove history logging code now that 280342 is fixed.
git-svn-id: svn://10.0.0.236/trunk@171313 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 04:27:41 +00:00
ginn.chen%sun.com
80daf58017 Bug 256269 Caret browsing: up/down arrow should not get into button text
r=mats.palmgren sr=roc


git-svn-id: svn://10.0.0.236/trunk@171312 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 03:28:10 +00:00
timeless%mozdev.org
43edd35b64 Bug 239967 prototype for nsScriptSecurityManager::GetPrincipalFromContext is wrong
r=dveditz sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@171311 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 03:12:12 +00:00
timeless%mozdev.org
2afe5348c0 Bug 283423 keyboard navigation fails in component selection dialog
patch by ajschult@verizon.net r=bryner sr=bz


git-svn-id: svn://10.0.0.236/trunk@171310 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 03:06:02 +00:00
brendan%mozilla.org
ac09b11f9e Fix EmitJump to AddSpanDep if in all necessary cases (155081, the small crash-fix patch).
git-svn-id: svn://10.0.0.236/trunk@171309 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:45:03 +00:00
brendan%mozilla.org
17be13f84c Fix bogus assertion reported a while ago (sorry, I forgot by whom).
git-svn-id: svn://10.0.0.236/trunk@171308 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:40:23 +00:00
brendan%mozilla.org
c35622726d Add getslx for testing js_GetScriptLineExtent, and make GetTrapArgs work as ValueToScript does.
git-svn-id: svn://10.0.0.236/trunk@171307 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:39:01 +00:00
scott%scott-macgregor.org
0fd58adcd0 notify any listeners of the onEndHeaders event
patch by Christian Weiske.


git-svn-id: svn://10.0.0.236/trunk@171306 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:32:19 +00:00
scott%scott-macgregor.org
9df9637b5f Bug #287736 --> add a menuitem id for the account manager menu item
git-svn-id: svn://10.0.0.236/trunk@171305 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:28:04 +00:00
aaronleventhal%moonset.net
193ff73547 Bug 287733. More elements to expose via MSAA role strings. r=pkw, sr=dmose
git-svn-id: svn://10.0.0.236/trunk@171304 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:14:52 +00:00
scott%scott-macgregor.org
66be04dbbd Bug #287742 --> pref dialog dead end in "View & Edit Actions"
for Mac OS X.


git-svn-id: svn://10.0.0.236/trunk@171303 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:12:31 +00:00
brendan%mozilla.org
9634bd6656 - Fix longstanding goof in js_PushLocalRoot, where m (n % local-root-chunk)
was returned rather than n (the index of lrs->scopeMark).  I'm mortified.
- Followup fix to GC local rooting fix in ParseNodeToXML -- missed a few
  early returns from what used to be no-local-roots switch cases.


git-svn-id: svn://10.0.0.236/trunk@171301 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 01:40:30 +00:00
bienvenu%nventure.com
c82bed0a3d fix spin on saving draft or fcc to local folder, sr=mscott 287658
git-svn-id: svn://10.0.0.236/trunk@171299 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 01:21:41 +00:00
dveditz%cruzio.com
8b24ee0364 bug 287307 Prevent scripted statusbar changes; now matches Firefox defaults. r/sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171298 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 01:00:50 +00:00
bzbarsky%mit.edu
d31372e0c5 More bustage fixing. To be precise, check in what should have gone in the
first time, but didn't due to a malformed diff.


git-svn-id: svn://10.0.0.236/trunk@171296 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 00:22:12 +00:00
bzbarsky%mit.edu
d527062335 Fix build bustage by moving CantRenderReplacedElementEvent class decl earlier
in the file


git-svn-id: svn://10.0.0.236/trunk@171295 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 23:56:33 +00:00
roc+%cs.cmu.edu
8256d176a7 Bug 284664. Generate mouseover and mouseout events in IFRAMEs in a much more consistent way. r=mats,sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171294 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 23:39:13 +00:00
bzbarsky%mit.edu
170566bc06 We may have a popup list entry with a null frame. Make sure to null-check it.
Bug 287308, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@171293 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 23:21:58 +00:00
bzbarsky%mit.edu
d076e0faaa Move handling of replaced element events from frame manager to presshell, make
sure we don't allow reflow flushing while we're constructing the new frames.
Bug 286813, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@171292 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 23:20:54 +00:00
dbaron%dbaron.org
5399598aab Remove comment that isn't referring to anything. r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@171291 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 23:17:21 +00:00
brendan%mozilla.org
3afd105310 - Revert recent change to js_NewXMLSpecialObject API, it was based on me
misreading the spec.
- Improve XML constant folding by decompiling CDATA, comments, and PIs in
  non-constant XML literals -- those containing {embedded-expressions}.
- Fix GC local rooting in ParseNodeToXML, it was pretty broken.


git-svn-id: svn://10.0.0.236/trunk@171290 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 23:12:42 +00:00
dbaron%dbaron.org
b5eb28122a Destroy things at the right time (and in one place) to fix crashes. b=206021 r=mats.palmgren sr=roc
git-svn-id: svn://10.0.0.236/trunk@171289 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 23:03:47 +00:00
aaronleventhal%moonset.net
d139229926 More from bug 287390 -- do default action not working for detail button at ups site - forgot jst's sr= tweaks
git-svn-id: svn://10.0.0.236/trunk@171288 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 22:30:42 +00:00
roc+%cs.cmu.edu
1f6bd4f8d0 Bug 285036. Clean up testcase list. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171285 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 21:30:58 +00:00
cltbld
a09b968e02 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171284 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 21:28:41 +00:00
roc+%cs.cmu.edu
fe2da22c45 Bug 275790. Get rid of use of absolute paths to make ccache work better. r=bryner,sr=me, patch by basic
git-svn-id: svn://10.0.0.236/trunk@171283 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 21:26:03 +00:00
roc+%cs.cmu.edu
cc0c25d040 Bug 163215. Make horizontal scroll preferences platform-dependent. r+sr=bryner, patch by Peter Weilbacher
git-svn-id: svn://10.0.0.236/trunk@171282 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 21:14:17 +00:00
roc+%cs.cmu.edu
3b6fa5f822 Bug 287338. Free up unused frame state bit NS_SYNC_FRAME_AND_VIEW. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171281 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 21:08:22 +00:00
roc+%cs.cmu.edu
1985d5ca0b Bug 272547. Search through wrapped frames when looking for blocks to renumber. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171280 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 21:05:04 +00:00
roc+%cs.cmu.edu
9e713c8c5b Bug 173051. Do transforms consistently. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171279 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 21:03:01 +00:00
joshmoz%gmail.com
02189ad997 don't let preferences dialog get progressively shorter when rapidly switching between panes on Mac OS X with animation. patch by Asaf Romano. b=283713 r=joshmoz sr=mconnor
git-svn-id: svn://10.0.0.236/trunk@171278 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 20:50:23 +00:00
wtchang%redhat.com
4867486020 Bugzilla Bug 286439: Removed PKCS11_USE_THREADS and PK11_USE_THREADS.
r=relyea,nelsonb.
Modified Files:
	pk11wrap/pk11list.c pk11wrap/pk11pars.c pk11wrap/pk11skey.c
	pk11wrap/pk11slot.c pk11wrap/pk11util.c pk11wrap/secmod.h
	pk11wrap/secmodi.h pk11wrap/secmodt.h pk11wrap/secmodti.h
	softoken/pkcs11.c softoken/pkcs11i.h softoken/pkcs11u.c


git-svn-id: svn://10.0.0.236/trunk@171277 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 20:45:37 +00:00
darin%meer.net
f6b6b8c2c4 updates for test_protocolproxyservice.js to cover scenario from bug 287956
git-svn-id: svn://10.0.0.236/trunk@171275 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 20:11:56 +00:00
darin%meer.net
666b77cfc6 fixes bug 287956 "Crash shortly after program start [@nsProtocolProxyService::PruneProxyInfo]" r=biesi
git-svn-id: svn://10.0.0.236/trunk@171274 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 20:11:16 +00:00
cltbld
8b5dfc7d5d Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171273 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 19:38:55 +00:00
wtchang%redhat.com
42f5f7d98e Removed an extraneous ^M character at the end of a line.
git-svn-id: svn://10.0.0.236/trunk@171272 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 19:37:28 +00:00
darin%meer.net
2c2a166b53 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@171271 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 19:36:24 +00:00
mvl%exedo.nl
4cee669cbb Add some documentation
bug 278140, r=vlad


git-svn-id: svn://10.0.0.236/trunk@171269 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 18:59:33 +00:00
cbiesinger%web.de
d7d4730173 Bug 288026 remove obsolete mozilla-apprunner.sh
r=neil sr=alecf


git-svn-id: svn://10.0.0.236/trunk@171268 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 18:55:19 +00:00
cbiesinger%web.de
358d42da4f 255036 Leverage jar preprocessor to simplify chrome build
r+sr=Neil; rs=bsmedberg,kairo patch by Justin Wood <116057@bacon.qcc.mass.edu>


git-svn-id: svn://10.0.0.236/trunk@171267 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 18:48:59 +00:00
scott%scott-macgregor.org
03b888e235 Bug #270743 --> First launch account creation doesn't honor unchecking [ ] Download messages now option
for POP3 servers


git-svn-id: svn://10.0.0.236/trunk@171266 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 18:28:22 +00:00
scott%scott-macgregor.org
c819d6454b Bug #268324 --> "New" is redundant in "New Folder" and "New Subfolder" File menu items
git-svn-id: svn://10.0.0.236/trunk@171265 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 17:54:52 +00:00
dougt%meer.net
0f8f1761a5 For Minimo CE 0.004:
Attemping to control Low memory situations.
Setting up a PPC Connection when loading a URL.


git-svn-id: svn://10.0.0.236/trunk@171264 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 17:11:49 +00:00
pedemont%us.ibm.com
8c38a1a3b6 Bug 287058 - Correctly handle empty clip region in Quartz context. r=joshmoz, sr=sfraser.
git-svn-id: svn://10.0.0.236/trunk@171263 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 16:56:50 +00:00
mkaply%us.ibm.com
2719be6b74 #281203
r/sr=mkaply
From Andy Willis - get SeaMonkey static build working


git-svn-id: svn://10.0.0.236/trunk@171262 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 16:39:24 +00:00
mkaply%us.ibm.com
f13e069e6f #286492
r=jshin, sr=mkaply (OS/2 only)
From Peter Weilbacher - use stricmp to silence assertion


git-svn-id: svn://10.0.0.236/trunk@171261 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 16:36:25 +00:00
mkaply%us.ibm.com
bb6d7f2142 #287319
r=weilbacherm, sr=mkaply (OS/2 only)
From Rich Walsh - create stub version of drag drop functions just in case they get called


git-svn-id: svn://10.0.0.236/trunk@171260 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 16:33:50 +00:00
mkaply%us.ibm.com
8f9dbe3d5b #286494
r/sr=mkaply
From Peter Weilbacher - get SVG working on OS/2 - short name for DLL, BGRA pixel format


git-svn-id: svn://10.0.0.236/trunk@171259 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 16:30:29 +00:00
mvl%exedo.nl
c7b55c5159 Can't save task start or due dates.
Bug 287985, patch by gekacheka, r=me


git-svn-id: svn://10.0.0.236/trunk@171258 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 11:45:48 +00:00
brendan%mozilla.org
d2dda290ef Back out recent attempts to fix 287107 and follow-on bugs; back to drawing board.
git-svn-id: svn://10.0.0.236/trunk@171257 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 08:25:30 +00:00
dbaron%dbaron.org
3a23633424 Fix crashes when core X fonts are disable: ignore the pref to disable Xft when core fonts are disabled so we can't get into a state where we have zero acceptable font backends. b=287187 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@171256 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-28 02:14:17 +00:00
mozilla.mano%sent.com
d593b6a82b Bug 283851 - javascript strict warnings in nsBrowserContentHandler.js. patch from Robert Strong <moz_bugzilla@exchangecode.com>. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171255 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 21:28:34 +00:00
mozilla.mano%sent.com
a724b53500 Bug 278377 - Add Window and Help menus to DOMi, this also fiex an issue where 'Promote Firefox' doesn't work on non-browser windows. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171254 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 21:06:28 +00:00
brendan%mozilla.org
3bdc0bada9 Comment tweak.
git-svn-id: svn://10.0.0.236/trunk@171253 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 20:30:46 +00:00
mozilla.mano%sent.com
c2aa877a84 Bug 287924 - Bookmarks > Manage Bookmarks > Move does not work. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171252 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 20:28:48 +00:00
bugzilla%arlen.demon.co.uk
2055def3c8 Bug 287348 popup windows allowed sites button produces a non functioning window
p=me r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@171251 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 20:24:15 +00:00
brendan%mozilla.org
15dded316e Make top-level PIs and comments respect their XML.ignore* flags (246441 cont'd).
git-svn-id: svn://10.0.0.236/trunk@171250 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 20:18:51 +00:00
brendan%mozilla.org
dc3c5fd570 Maintain XMLPI target and content as non-null -- if no content, use empty string (private communcation w/ bclary).
git-svn-id: svn://10.0.0.236/trunk@171249 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 16:08:42 +00:00
mvl%exedo.nl
50b301f08c fix the syntax.
git-svn-id: svn://10.0.0.236/trunk@171248 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 14:34:46 +00:00
bugzilla%arlen.demon.co.uk
6922ab328d Bug 287713 Remove hard-coded "Mozilla" in Help .rdf files (dtd-fix)
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@171247 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 11:51:40 +00:00
mats.palmgren%bredband.net
d5dcb62486 Fix a few -moz-outline* problems and drop the prefix.
Change WARNING to ERROR in nsComputedDOMStyle.cpp and add a few more.
b=281972 r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@171246 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 11:36:08 +00:00
masayuki%d-toybox.com
e4df36b232 bug 286670 'Destination Directory' of 'Setup Style' is broken on l10n build r=bsmedbergs, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@171245 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 05:35:23 +00:00
aaronleventhal%moonset.net
c6c9d25d5a Bug 287566. Report 'n of m' positional descriptions for list items and radio buttons, and support these descriptions for DHTML widgets. r=timeless, sr=darin
git-svn-id: svn://10.0.0.236/trunk@171244 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 03:29:53 +00:00
aaronleventhal%moonset.net
67424635be Bug 287390. Problems with accessibility of image, submit, reset and file control buttons. r=pkwarren, sr=jst
git-svn-id: svn://10.0.0.236/trunk@171243 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-27 03:03:11 +00:00
mvl%exedo.nl
b428203e03 Changing Days Off setting doesn't change colors in calendar
bug 279263, patch by gekacheka, r=stuart


git-svn-id: svn://10.0.0.236/trunk@171242 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 22:46:15 +00:00
steffen.wilberg%web.de
bf044394c5 Bug 253521: use 'Menu > Menuitem' everywhere. r=Jeff
git-svn-id: svn://10.0.0.236/trunk@171241 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 22:00:36 +00:00
mvl%exedo.nl
87f619d1b6 queue any changes while loading or storing the ics file.
git-svn-id: svn://10.0.0.236/trunk@171240 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 20:51:55 +00:00
mats.palmgren%bredband.net
8e0c90b5bf Account for the view's origin not lining up with the widget's. b=190290 r=bzbarsky sr=roc
git-svn-id: svn://10.0.0.236/trunk@171239 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 14:50:09 +00:00
mvl%exedo.nl
5b85b48af8 fill tooltips with some useful info
bug 285012, patch by jt@nerant.org, r=me


git-svn-id: svn://10.0.0.236/trunk@171238 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 11:19:20 +00:00
neil%parkwaycc.co.uk
344ac6a93e Ungenerate destroyed menus in case we recreate the frames later b=279769 r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@171237 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 09:56:38 +00:00
bryner%brianryner.com
937cd856a8 Fix product keys for Firefox and Thunderbird so that the installer correctly cleans up after old versions. Bug 247884, r=ben.
git-svn-id: svn://10.0.0.236/trunk@171236 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 04:48:04 +00:00
smfr%smfr.org
a0b3f66dd2 Improved bookmarks menu item enabling. Rather than try to recreate the logic for automatic item enabling (which is non-trivial), use a dummy, auto-enabling bookmarks menu, loaded from the nib, to get correct enable states and item titles. This really fixes bug 287339.
git-svn-id: svn://10.0.0.236/trunk@171235 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 04:05:46 +00:00
bzbarsky%mit.edu
d43af1e05f Fix serialization of attribute-existence selectors. Bug 286010, r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171234 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 02:36:15 +00:00
bzbarsky%mit.edu
40ce30bcaa Show alt text for images blocked by security checks. Bug 285981, r=mvl, sr=jst
git-svn-id: svn://10.0.0.236/trunk@171233 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 02:26:58 +00:00
darin%meer.net
2c0d748f2a fixes bug 287750 "provide methods to test if streams are buffered" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171232 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 02:20:36 +00:00
bienvenu%nventure.com
4a7a8fb389 fix 284654 add ui for tcp timeout pref, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171231 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 02:04:58 +00:00
neil%parkwaycc.co.uk
861c13e3a6 Port UI for detaching/deleting attachments b=2920 sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@171230 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-26 01:00:29 +00:00
bugzilla%arlen.demon.co.uk
71be56113a Bug 244711 Hardcoding the use of ksh for OSF/1 in autoconf.mk.in
p=bugzilla-mozilla@thewrittenword.com r=benjamin


git-svn-id: svn://10.0.0.236/trunk@171229 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 23:46:25 +00:00
tor%cs.brown.edu
0abdf44855 Bug 287389 - SVG should not munge ua.css at build time. rev iid.
git-svn-id: svn://10.0.0.236/trunk@171228 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 23:30:50 +00:00
dbaron%dbaron.org
2548884d72 Followup to 287290 on potential static buffer overruns, and fix GTK2 port too. b=287290 r+sr=brendan
git-svn-id: svn://10.0.0.236/trunk@171227 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 23:28:17 +00:00
bugzilla%arlen.demon.co.uk
85673df525 Bug 263216 links opened into new tab from ChatZilla pass the URL of the current tab as the http Referer
p=gavin.sharp@gmail.com r=silver


git-svn-id: svn://10.0.0.236/trunk@171226 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 23:25:24 +00:00
darin%meer.net
4c55207b51 document the fact that the input stream passed to onDataAvailable must
implement readSegments.  r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@171225 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 23:21:48 +00:00
bugzilla%arlen.demon.co.uk
c4abb10526 Bug 287713 Remove hard-coded "Mozilla" in Help .rdf files
p=stefan_h@hem.utfors.se r=doronr sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@171224 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 23:09:59 +00:00
darin%meer.net
88307463ec increased logging for NTLM authentication to help track down cause of bug 283331
git-svn-id: svn://10.0.0.236/trunk@171223 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 22:25:32 +00:00
darin%meer.net
2dde554a7c fixes regression bug 287690 "applet crashes Firefox" r=dmose
git-svn-id: svn://10.0.0.236/trunk@171221 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 21:33:12 +00:00
darin%meer.net
75f853b004 fixes bug 287729 "ChatZilla can't connect on Trunk builds (as of 2005-03-25)" patch by gijskruitbosch@gmail.com r=rginda
git-svn-id: svn://10.0.0.236/trunk@171220 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 21:26:48 +00:00
saul.edwards%sun.com
b93d21192e Bug 225635 : GenerateCertRequest leaks arena
git-svn-id: svn://10.0.0.236/trunk@171219 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 21:12:05 +00:00
neil%parkwaycc.co.uk
dd9476e84f Relanding patch to install (symlink) ua.css now that svg no longer munges it b=266930 r=bsmedberg sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171218 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 20:14:06 +00:00
tor%cs.brown.edu
5bf4bc4aa3 Bug 287389 - SVG should not munge ua.css at build time. sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171217 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 19:20:05 +00:00
smfr%smfr.org
80484796bd Fix bug 287339: correctly enable/disable bookmark items when tabs close, and windows change layers.
Make the NSOpenPanel into a sheet when a window is up.
Allow opening multiple items in the open panel, opening them in tabs.
Remove [MainController pumpGeckoEventQueue] which is obsolete and unused.
Add NSResponder+Utils.h/m to the project.
Remove #ifdefs in AppComponents.mm now that we will be using nsSimpleGlobalHistory.


git-svn-id: svn://10.0.0.236/trunk@171213 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 18:23:31 +00:00
joshmoz%gmail.com
b152d3a29b make auto-repeat work with Japanese input. patch by waverider. r=joshmoz sr=smfr b=233288
git-svn-id: svn://10.0.0.236/trunk@171211 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 18:08:02 +00:00
mozilla.mano%sent.com
055e500982 Bug 251627 - Icon incorrectly placed when dropping an icon from the Customize Toolbar windows to the Toolbars when interface is RTL, Thunderbird part. r=mscott
git-svn-id: svn://10.0.0.236/trunk@171210 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 17:13:17 +00:00
masayuki%d-toybox.com
d959b44165 Bug 286804 Newline improperly getting into single-line edit field. r=timeless, sr=neil.parkwaycc.co.uk
git-svn-id: svn://10.0.0.236/trunk@171209 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 16:37:14 +00:00
jwalden%mit.edu
4bf217928a Bug 260058 - Remove Help dependencies on Thunderbird and Firefox; this patch removes the ifdef for Help content pack file name. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171208 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 16:14:18 +00:00
aaronleventhal%moonset.net
bc5ed51994 Missing part of checkin for fix to bug 285711. r=pkwarren, sr=henry.jia
git-svn-id: svn://10.0.0.236/trunk@171207 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 15:36:01 +00:00
tor%cs.brown.edu
eafae91035 Bug 287389: SVG should not munge ua.css at build time. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171206 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 14:50:05 +00:00
mvl%exedo.nl
de01a2a9a9 it is a todo, not an event.
git-svn-id: svn://10.0.0.236/trunk@171205 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 14:45:58 +00:00
peterv%propagandism.org
dadffafd57 Part of fix for bug 285166 (createElement crashes [@ NS_NewHTMLElement] [@ nsCharTraits<unsigned short>::length]). r=sicking, sr=bz.
git-svn-id: svn://10.0.0.236/trunk@171204 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 14:07:44 +00:00
timeless%mozdev.org
7352c62e9a Bug 217599 Minor tweaks to nsSelection
r=akk sr=rbs


git-svn-id: svn://10.0.0.236/trunk@171203 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 07:35:17 +00:00
timeless%mozdev.org
40cfd96dfc Bug 278503 Remove file nsMimeAddress.cpp
patch by mikael@parknert.se r=ducarroz sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171202 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 07:28:18 +00:00
timeless%mozdev.org
e12619e1d4 Bug 278503 Remove file nsMimeAddress.cpp
patch by mikael@parknert.se r=ducarroz sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171201 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 07:26:06 +00:00
smfr%smfr.org
97daf7e625 Reinstate the context menu on bookmark collections, that got lost in the reshuffle.
git-svn-id: svn://10.0.0.236/trunk@171200 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 07:21:45 +00:00
timeless%mozdev.org
91019ad7cd Bug 287621 Right click (context menu) in source view margin should not change breakpoint
patch by ajvincent@gmail.com r=rginda sr=bz


git-svn-id: svn://10.0.0.236/trunk@171199 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 07:19:34 +00:00
smfr%smfr.org
8ec7c725e4 New category on NSResponder to find the responder for a given action, and find an item of a particular class in the responder chain.
Add method on NSMenu category to enable or disable all items (potentially recursing into submenus).


git-svn-id: svn://10.0.0.236/trunk@171198 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 06:36:29 +00:00
darin%meer.net
9abf923d60 silence /bin/sh's complaints (under cygwin) about ulimit not existing
git-svn-id: svn://10.0.0.236/trunk@171197 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 05:15:10 +00:00
bzbarsky%mit.edu
93c8012cd6 Work around print preview bug (unhooking and then rehooking a presshell to a
document).  Bug 286869, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@171196 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 04:27:21 +00:00
darin%meer.net
44dadbe0cc fixing bustage
git-svn-id: svn://10.0.0.236/trunk@171195 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 04:26:04 +00:00
bzbarsky%mit.edu
189e05721f Fix up SVG frames that never call nsFrame::Init to still notify their content
that it now has a frame.  Bug 287424, r=tor


git-svn-id: svn://10.0.0.236/trunk@171194 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 04:25:30 +00:00
bzbarsky%mit.edu
716afea093 Make setting an entry in the options array fill in the array up to that point
with options if needed.  Bug 285498, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@171193 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 04:23:55 +00:00
dbaron%dbaron.org
afd1471cb7 Clean up GetImportantRule and null-check for out-of-memory case to bulletproof against null dereference topcrash. b=287504 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171191 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 04:09:13 +00:00
darin%meer.net
c7bc8f9e5d landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171190 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 03:41:33 +00:00
julien.pierre.bugs%sun.com
343fb69d81 Fix for 287948 - fix overflow in calculation of ops/s
git-svn-id: svn://10.0.0.236/trunk@171189 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 02:59:07 +00:00
mconnor%myrealbox.com
c2f5e1eec9 back out unintentional pref change
git-svn-id: svn://10.0.0.236/trunk@171188 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 01:57:58 +00:00
mozilla.mano%sent.com
198f8fcb03 Bug 287617 - Add Window (mac) and Help (all) menus to the bookmarks manager. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171187 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 01:40:56 +00:00
mozilla.mano%sent.com
c325f930c7 Bug 287615 - move openPreferences() to utilityOverlay. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171186 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 01:35:01 +00:00
darin%meer.net
1b01e4b449 landing xulrunner/app portion of bug 285799 "UserAgent string is malformed for XULRunner apps" r=bsmedberg
[meant to check this in with the other part of the patch before]


git-svn-id: svn://10.0.0.236/trunk@171185 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 01:31:29 +00:00
smfr%smfr.org
ecd18942c7 Fix bug 153836, patch by wevah. Map escape to Stop and allow unmodified '+' to enlarge the text size. r=me.
git-svn-id: svn://10.0.0.236/trunk@171184 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 01:13:59 +00:00
joshmoz%gmail.com
e9fe9ee874 add error checking to default browser code. no bug.
git-svn-id: svn://10.0.0.236/trunk@171183 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 00:28:56 +00:00
dougt%meer.net
7645573a73 fixes leak and build bustage. r=dougt
git-svn-id: svn://10.0.0.236/trunk@171182 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 00:21:36 +00:00
joshmoz%gmail.com
a4a5bfd168 remove unnecessary override method from tab code. no bug. r=geoff sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@171181 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 00:04:21 +00:00
joshmoz%gmail.com
67ac436a82 make sure we can always find Camino's path in our default browser menu code. b=287380 sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@171180 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-25 00:01:25 +00:00
brendan%mozilla.org
f60b4319bd Clear pending results after fetching 'em in XPCWrappedJSClass::CallMethod (287490, r=dbradley, sr=jst).
git-svn-id: svn://10.0.0.236/trunk@171179 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 23:37:47 +00:00
shaver%mozilla.org
8b2c866ad9 - Build a minimal calendar.jar with the bits we need for calendar creation.
- Wire up calendar creation.
- Package providers.  (CalDAV won't work until I pull in the webdav code.)


git-svn-id: svn://10.0.0.236/trunk@171178 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 23:25:20 +00:00
julien.pierre.bugs%sun.com
2e3bc637f1 Fix for bug 287498 - add option for rsaperf to run for a fixed duration, and display ops/s .
git-svn-id: svn://10.0.0.236/trunk@171177 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 23:07:40 +00:00
scott%scott-macgregor.org
ca88ea77c4 Bug #287439 --> Don't copy the obsolete pop3 password pref when migrating from netscape 4.x
r=dveditz
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171176 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 23:05:18 +00:00
vladimir%pobox.com
e6f1d6a87e Revert config.h change, copied over too many files from 3.2.0, r=me
git-svn-id: svn://10.0.0.236/trunk@171175 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 23:00:32 +00:00
vladimir%pobox.com
004f995161 Boolean logic is hard, r=me
git-svn-id: svn://10.0.0.236/trunk@171174 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 22:58:30 +00:00
brendan%mozilla.org
cb94d781a8 Fix so JSNewResolveOp can define id in an unrelated object and return it (not needed now for 274784, may be useful later, good for js, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@171173 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 22:28:09 +00:00
dougt%meer.net
79443594c8 1. Added local start page.
2.  Added status window and control window seperate from main app
3.  Allowing more time for apps when Minimo is placed in background.


git-svn-id: svn://10.0.0.236/trunk@171172 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 21:48:46 +00:00
dougt%meer.net
4faabeef9a 1. Mapping printf to mozce_printf.
2.  Adding NetCat style logging support.
3.  Implemented mozce_printf in terms of both NetCat and OutputDebugString
4.  Cleaned up shunt project file.
5.  Stubbed out wsprintfA
6.  Removed some ^M chars.


git-svn-id: svn://10.0.0.236/trunk@171171 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 21:45:55 +00:00
scott%scott-macgregor.org
727cf903dd Bug #283374 --> nsMsgWindow and nsMsgProgress leak due to cycle
use a weak reference to prevent a reference cycle between theprogress object and the msg window

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171170 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 21:40:36 +00:00
shaver%mozilla.org
e4e2219d47 Refactor some code for reuse from Lightning:
- move some utility code into new calendarUtils.js
 - calendarCreation.xul only depends on calendarCreation.js and
   calendarUtils.js
 - remove old wizard.xul/js code and unused launch function


git-svn-id: svn://10.0.0.236/trunk@171169 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 21:27:16 +00:00
dougt%meer.net
9a97053882 Missing File.
git-svn-id: svn://10.0.0.236/trunk@171168 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 21:18:46 +00:00
myk%mozilla.org
b2f9ec642f fixed up CPAN command so that it installs MIME::Entity as well
git-svn-id: svn://10.0.0.236/trunk@171167 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 20:54:21 +00:00
pavlov%pavlov.net
61e26f090a fixing bug 286228. patch by stelian@popies.net. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@171166 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 20:22:46 +00:00
vladimir%pobox.com
9e21dcb62f Handle SQLITE_SCHEMA correctly be retrying the statement, r=me
git-svn-id: svn://10.0.0.236/trunk@171165 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 19:59:59 +00:00
tor%cs.brown.edu
5fc53c44a6 Bug 287594 - cairo quartz bustage due to 0.4.0 landing.
git-svn-id: svn://10.0.0.236/trunk@171164 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 19:46:53 +00:00
bmlk%gmx.de
0cb4778ab7 build warnings (shadow + unused variables) bug 287097 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171163 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 19:02:59 +00:00
jst%mozilla.jstenback.com
eaa2cccb13 Cleanup in preparation for the actual fix for bug 283897. r=brade@comcast.net, sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@171162 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 19:00:01 +00:00
timeless%mozdev.org
a81255e797 Bug 287383 heap corruption from ReplaceChar/StripChars
r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@171161 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 18:42:56 +00:00
bmlk%gmx.de
e6648c930b fix for build warnings (shadow & strange null pointer treatment) bug 287102 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171160 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 18:41:39 +00:00
shaver%mozilla.org
4f4d09e18a - Convert to chrome.manifest, removing contents.rdf and outdated install.rdf
stanza.
- Remove fake-account mess, replacing it with a sidebar model.


git-svn-id: svn://10.0.0.236/trunk@171159 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 18:38:14 +00:00
mattwillis%gmail.com
093841a462 Bug 287589
Fixes undefined entity errors
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@171158 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 18:33:12 +00:00
shaver%mozilla.org
5e43fb4057 Bug 287441: add __LOCATION__ property so JS components can tell where they're
loaded from.  r=dbradley.


git-svn-id: svn://10.0.0.236/trunk@171157 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 18:24:09 +00:00
timeless%mozdev.org
d512625dce Bug 274956 return NS_ERROR_OUT_OF_MEMORY when NS_NEWXPCOM fails
patch by 116057@bacon.qcc.mass.edu r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@171156 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 18:17:15 +00:00
mvl%exedo.nl
6375bbf21d Make the permission extension read the pref to block images in mailnews.
This actually means that other remote content is also blocked.
bug 274866, r=dwitte, sr=darin


git-svn-id: svn://10.0.0.236/trunk@171155 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 18:00:50 +00:00
bienvenu%nventure.com
a386f83dd5 fix 281002 errors copying local folder hierarchies not propagated patch by wbonnet@on-x.com, r=bienvenu, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@171154 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 16:47:38 +00:00
mozilla.mano%sent.com
84cac206ae Bug 267227 (be able to use Window and Help menus in every window) - Move the Window and Help menus to a new overlay. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171153 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 16:00:01 +00:00
tor%cs.brown.edu
b8be98c9fd Bug 287021 - cairo solaris bustage. Patch by Egon.Nijns@bib.kuleuven.ac.be.
git-svn-id: svn://10.0.0.236/trunk@171152 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 15:59:06 +00:00
mozilla.mano%sent.com
770dad2257 Bug 287512 - Remove obsolete version of aboutDialog.css from Firefox. patch from Jeff Walden <jwalden+bmo@mit.edu>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171151 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 10:01:05 +00:00
steffen.wilberg%web.de
7f0da47abe Bug 222157: move contentAreaUtils.js from browser to toolkit because it's needed by ViewSource-SaveAs and Thunderbird (which still uses the xpfe version of that file). r=mconnor, cvs move by chase
git-svn-id: svn://10.0.0.236/trunk@171150 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 08:49:46 +00:00
steffen.wilberg%web.de
c135c730c2 Bug Bug 263216: links opened into new tab from ChatZilla pass the URL of the current tab as the http Referer. p=Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171149 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 07:45:58 +00:00
mozilla.mano%sent.com
d16ef1ed4a Bug 221824 - Winstripe should be RTL compatible, print-preview fixes. patch from Reuven Gonen <linxspider@yahoo.com>, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@171148 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 06:27:56 +00:00
smfr%smfr.org
c5bf6160bd Check in patch from bug 287083 (patch by <torben@despammed.com>).
git-svn-id: svn://10.0.0.236/trunk@171147 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 04:04:58 +00:00
mrbkap%gmail.com
be2001a6e8 bug 287349: Add kHeadMisc to the excludable children of <select> so that it properly exludes userdefined children. r=bzbarsky sr=jst
git-svn-id: svn://10.0.0.236/trunk@171146 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 01:25:19 +00:00
roc+%cs.cmu.edu
7b1fe9d0dd Bug 262403. Don't do a line break just because a float was broken across pages. Also, squash some assertions while printing. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171145 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-24 01:15:07 +00:00
joshmoz%gmail.com
4697bdef1c disable reload and some other menus when the bookmark manager is open. b=284831 sr=smfr
git-svn-id: svn://10.0.0.236/trunk@171144 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 22:56:01 +00:00
bsmedberg%covad.net
ee3ca6ca65 Bug 286483 - Thunderbird OSX builds missing alert icon. This uses the Firefox blue globe until a mail-specific icon can be added.
git-svn-id: svn://10.0.0.236/trunk@171143 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 22:52:28 +00:00
cltbld
54e9f0a275 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171142 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 22:48:45 +00:00
bsmedberg%covad.net
5a03714aef Bug 273876 - use -rpath-link to un-break linking with libxul and not libmozjs r=darin
git-svn-id: svn://10.0.0.236/trunk@171141 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 22:47:02 +00:00
mozilla.mano%sent.com
5deca57d9a Bug 284929 - File -> Open Location nonfunctional when the Location Toolbar is hidden. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171140 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:55:41 +00:00
smfr%smfr.org
7a69bccec2 Fix bug 286873 (patch by Wevah), r=josh, sr=pinkerton.
git-svn-id: svn://10.0.0.236/trunk@171139 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:44:34 +00:00
dveditz%cruzio.com
f9e45ce6f3 bug 284627 need checkLoadURI for sidebar panels. patch by mconnor,r=bz,r=bryner,sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@171138 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:46 +00:00
mozilla.mano%sent.com
5115df15ca Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin
git-svn-id: svn://10.0.0.236/trunk@171137 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:45 +00:00
joshmoz%gmail.com
4e8345bd69 "Content-disposition filename handling violates RFCs 2183 and 2616" b=275110 r=bz sr=benjamin
git-svn-id: svn://10.0.0.236/trunk@171136 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:44 +00:00
cbiesinger%web.de
36f358f873 Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@171135 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:43 +00:00
gerv%gerv.net
02f777f8cb Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@171134 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:42 +00:00
timeless%mozdev.org
638159980b Bug 240947 use content instead of _content
r=mconnor based on r=neil sr=dveditz for the original pass


git-svn-id: svn://10.0.0.236/trunk@171133 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:41 +00:00
mozilla.mano%sent.com
60cf49a5cc Bug 279416 - Implement a controller for cmd_switchTextDirection. r=brade sr=neil (for editor/) r=smontagu sr=neil (for xpfe/) r=mconnor (for browser/)
git-svn-id: svn://10.0.0.236/trunk@171132 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:40 +00:00
bzbarsky%mit.edu
e95d5a4fb9 Fix some .getFromTypeAndExtension to follow the api documentation. Bug 274339,
r=biesi,mconnor, sr=neil


git-svn-id: svn://10.0.0.236/trunk@171131 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:39 +00:00
db48x%yahoo.com
d3e09b6d55 bug 275096: Page Info | Media | Save As button non-functional
r=mconnor, sr=neil


git-svn-id: svn://10.0.0.236/trunk@171130 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:38 +00:00
cbiesinger%web.de
514f7a13a8 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@171129 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:37 +00:00
steffen.wilberg%web.de
4a013c4024 fix comment about the name and location of nsHelperAppDlg.js.in.
git-svn-id: svn://10.0.0.236/trunk@171128 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:36 +00:00
bzbarsky%mit.edu
6fef43c971 Use the right extension for appending filters to the filepicker. Bug 273498,
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@171127 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:35 +00:00
bugzilla%arlen.demon.co.uk
0e17a20140 Reversing out patch checked in by accident during aviary landing fixing
git-svn-id: svn://10.0.0.236/trunk@171126 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:34 +00:00
bugzilla%arlen.demon.co.uk
0831cbcffe Bug 239394 nsIMIMEInfo should use interCaps for functions and attributes
Relanding relevant parts of patch following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@171125 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:33 +00:00
bugzilla%arlen.demon.co.uk
89c7b16540 Bug 128398 Referrer column is empty for the History
Relanding relevant parts of patch following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@171124 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:32 +00:00
ben%bengoodger.com
d845f744d9 Landing the Aviary Branch (browser section only).
git-svn-id: svn://10.0.0.236/trunk@171123 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:31 +00:00
bsmedberg%covad.net
d543c1ac33 Merge changes from the aviary branch to start centralizing locale files. (bug 250672)
git-svn-id: svn://10.0.0.236/trunk@171122 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:39:30 +00:00
timeless%mozdev.org
8d7ca1fda2 Bug 252836 Exception ``[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onxbldestructor :: line 402" data: no]'' thrown from function onxbldestructor(event=Event:{0}) in <chrome://global/content/bindings/browser.xml> line 402.
r=neil sr=bz


git-svn-id: svn://10.0.0.236/trunk@171121 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:45 +00:00
db48x%yahoo.com
1863ea36b1 bug 239472: Page Info -> media -> Save As... doesn't work
r=db48x, sr=jag


git-svn-id: svn://10.0.0.236/trunk@171120 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:44 +00:00
ben%bengoodger.com
05bec3a40e 258673 - save page as (complete) mangles ampersand escaped sequences... add addtl encoding flags for rich text saves
git-svn-id: svn://10.0.0.236/trunk@171119 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:43 +00:00
cbiesinger%web.de
2a8943cdf5 Bug 128398 store referrer in history patch by James Andrewartha
<trs80@tartarus.uwa.edu.au> r=biesi sr=neil


git-svn-id: svn://10.0.0.236/trunk@171118 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:42 +00:00
mconnor%myrealbox.com
f3f2410477 Bug 228977 Firefox gets wrong desktop folder for downloading, patch by Ted Mielczarek (luser_bugzilla@perilith.com), r=me
git-svn-id: svn://10.0.0.236/trunk@171117 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:41 +00:00
mconnor%myrealbox.com
0be6bd9fb3 Bug 212904 http://foo/bar/ default save name should be bar.html, r=ben
git-svn-id: svn://10.0.0.236/trunk@171116 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:40 +00:00
jruderman%hmc.edu
df96d0159c 246719 - Make link modifiers work consistently throughout Firefox. This fixes 202819, 214816, 224132, and 236864. Also makes middlemouse.contentLoadURL work on Windows by porting the fix for 217090. r=bryner.
git-svn-id: svn://10.0.0.236/trunk@171115 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:39 +00:00
ben%bengoodger.com
13c0ac96a8 241865 - drag and drop link to download manager doesn't work, patch by pike <pike@pikey.me.uk> r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@171114 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:38 +00:00
ben%bengoodger.com
2ded81ff50 235859 - .gz file silently decompressed after download. Update contentEncodings use to UTF8 String Enumerator
git-svn-id: svn://10.0.0.236/trunk@171113 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:37 +00:00
ben%bengoodger.com
ae3f54d0c1 232587 - firefox goes into an infinite loop when using Save Link to Disk to overwrite a file with no dots in the filename. patch by pike, <pike@pikey.me.uk>, r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@171112 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:36 +00:00
darin%meer.net
96a7681363 fixes bug 243149 "Hostname and port appears where 'Use Password Manager to remember these values.' usually is." r=biesi sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@171111 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:35 +00:00
cbiesinger%web.de
6162d320d7 239394 nsIMIMEInfo should use interCaps for methods and attributes
r=bzbarsky sr=darin


git-svn-id: svn://10.0.0.236/trunk@171110 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:34 +00:00
ben%bengoodger.com
436bb84ed9 241028 - should be able to create smart keywords to forms that use the http POST method.
git-svn-id: svn://10.0.0.236/trunk@171109 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:33 +00:00
darin%meer.net
cf814871fa landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner
git-svn-id: svn://10.0.0.236/trunk@171108 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:32 +00:00
bryner%brianryner.com
5d57534f86 fix urls opened in new tabs being added to history as hidden entries (bug 236394). r=ben.
git-svn-id: svn://10.0.0.236/trunk@171107 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:31 +00:00
mkaply%us.ibm.com
4042502d52 #236194
r=mkaply
Fix from Jon Henry - send HTTP referrer on Save Link to Disk so that all downloads work.


git-svn-id: svn://10.0.0.236/trunk@171106 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:30 +00:00
mkaply%us.ibm.com
31c0364c1e Add an OS/2 case
git-svn-id: svn://10.0.0.236/trunk@171105 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:29 +00:00
blakeross%telocity.com
967ce8bd3f Fix 234136: middle-clicking link no longer makes it appear visited.
git-svn-id: svn://10.0.0.236/trunk@171104 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:28 +00:00
bsmedberg%covad.net
22eb90bb13 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
git-svn-id: svn://10.0.0.236/trunk@171103 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:27 +00:00
chanial%noos.fr
e2238f4d9a Bug 221899: when saving web page, not defaulting with any file extension, patch by <pike@pikey.me.uk>
git-svn-id: svn://10.0.0.236/trunk@171102 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:26 +00:00
jshin%mailaps.org
220f35119f bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa
git-svn-id: svn://10.0.0.236/trunk@171101 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:25 +00:00
jshin%mailaps.org
fcb67862d4 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa
git-svn-id: svn://10.0.0.236/trunk@171100 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:24 +00:00
ben%bengoodger.com
256678de8b rip out extraneous dump
git-svn-id: svn://10.0.0.236/trunk@171099 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:23 +00:00
ben%bengoodger.com
46805d158e Fix issue with Retry download in download manager not saving to the same location.
git-svn-id: svn://10.0.0.236/trunk@171098 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:22 +00:00
darin%meer.net
642cdc617c fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171097 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:21 +00:00
chanial%noos.fr
d2059bf7f6 Bug 223390: "Save as" and "Save Link as..." save gzipped content when server uses gzip transfer-encoding. porting fix from the suite. Patch by bz. Thanks Jesse!
git-svn-id: svn://10.0.0.236/trunk@171096 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:20 +00:00
chanial%noos.fr
ec6c68a7e2 bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now.
git-svn-id: svn://10.0.0.236/trunk@171095 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:19 +00:00
varga%nixcorp.com
0163690789 Checking in for Jungshik Shin.
Fix for bug 195093. 'modernize'  nsILocale and nsIPlatformCharset.
r=smontagu sr=darin


git-svn-id: svn://10.0.0.236/trunk@171094 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:18 +00:00
ben%bengoodger.com
cac4066ef7 MacOS X Firebird updates:
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)


git-svn-id: svn://10.0.0.236/trunk@171093 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:17 +00:00
ben%bengoodger.com
cef6d7f9ba Fix Firebird bugs
217195 (patch by Jesse Ruderman) - security hole in markLinkVisited (exploited with link.href usage)

219875 (patch by Mike Connor) - localize strings for provisional security UI in Advanced Options panel


git-svn-id: svn://10.0.0.236/trunk@171092 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:16 +00:00
blakeross%telocity.com
c0c27bb30b Fix bug 213337
git-svn-id: svn://10.0.0.236/trunk@171091 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:15 +00:00
chanial%noos.fr
720ecb130e Bug 215493: patch by jshin
port fixes from bug 158006, bug 204039, bug 206146.


git-svn-id: svn://10.0.0.236/trunk@171090 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:14 +00:00
ben%bengoodger.com
5e5265d074 b215290 - Alt+Click does not follow download folder preferences
- make the call to saveURL from the Alt+Click handling pass the 'skipPrompt' flag, and also make the code in contentAreaUtils.js not overwrite existing files similar to 215194.


git-svn-id: svn://10.0.0.236/trunk@171089 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:13 +00:00
ben%bengoodger.com
c4fc26da73 -b215288 - Ctrl+S does not remember the last directory saved to.
- use an independent lastDir pref to contain the last directory saved to from a Save As dialog. browser.download.dir becomes a default for autodownload only.


git-svn-id: svn://10.0.0.236/trunk@171088 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:12 +00:00
ben%bengoodger.com
3052d4b150 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

base/content/contentAreaUtils.js
- Make saveURI function check for default download folder pref, which if
  set does not show the pick file dialog, obeying the users's preferences
  about automatic downloads
- Add a check to the show-file-picker case, if browser.download.dir is
  not set (first run) show the Desktop or something instead of the app's
  install directory.


git-svn-id: svn://10.0.0.236/trunk@171087 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:11 +00:00
bryner%brianryner.com
87cf1ae9a4 bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (checking in for jshin@mailaps.org, r=bryner, sr=bz)
git-svn-id: svn://10.0.0.236/trunk@171086 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:10 +00:00
bryner%netscape.com
cb50554bad fix save as (bug 209860), patch by noririty@jcom.home.ne.jp
git-svn-id: svn://10.0.0.236/trunk@171085 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:09 +00:00
bryner%netscape.com
0467591b77 fixing "save image as" for real
git-svn-id: svn://10.0.0.236/trunk@171084 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:08 +00:00
bryner%netscape.com
1c2b06596f fix saving images from context menu (bug 188587). patch by thieleke@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@171083 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:07 +00:00
blakeross%telocity.com
2ed92af7ea History cleanup, add open in tab to history.
git-svn-id: svn://10.0.0.236/trunk@171082 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:06 +00:00
blakeross%telocity.com
47e5f253b4 Download dir pref.
git-svn-id: svn://10.0.0.236/trunk@171081 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:05 +00:00
blakeross%telocity.com
537f36d553 Comment out something for now.
git-svn-id: svn://10.0.0.236/trunk@171080 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:04 +00:00
blakeross%telocity.com
c3bb0145d7 Fix crash trying to save without a default download dir
git-svn-id: svn://10.0.0.236/trunk@171079 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:03 +00:00
blakeross%telocity.com
6104240fe4 Fix broken save page as... complete.
git-svn-id: svn://10.0.0.236/trunk@171078 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:02 +00:00
blakeross%telocity.com
18d2f253c9 Remove downloads prompt pref.
git-svn-id: svn://10.0.0.236/trunk@171077 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:01 +00:00
blakeross%telocity.com
74fa949917 Restore Ctrl+0 for resetting text size.
git-svn-id: svn://10.0.0.236/trunk@171076 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:37:00 +00:00
blakeross%telocity.com
ac6a489c7e - Fixing a bug that caused the menubar to remain disabled after customizing the toolbars.
- First cut at pref for a default download directory, and options to open the download sidebar when starting a download and whether to prompt for a filename.  Under construction!


git-svn-id: svn://10.0.0.236/trunk@171075 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:36:59 +00:00
blakeross%telocity.com
a4fa4ae35a Some modifier cleanup; fix load in background pref.
git-svn-id: svn://10.0.0.236/trunk@171074 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:36:58 +00:00
roc+%cs.cmu.edu
ef09b51fd6 Bug 287352. Use wrappedFrame not frame, stupid. r+sr=bzarsky
git-svn-id: svn://10.0.0.236/trunk@171073 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:27:51 +00:00
lpsolit%gmail.com
8e17f9e364 Bug 272321: action should default to edit in editproducts.cgi if a product is passed without an action - Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
git-svn-id: svn://10.0.0.236/trunk@171072 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:24:19 +00:00
cltbld
87fb6de304 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@171071 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:18:44 +00:00
smfr%smfr.org
16bc1ef2b0 Fix bug 286096: remove most xpfe/components from the build for camino, to avoid it every picking up global history or bookmarks (see bugs 285554 and 280342). r=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@171070 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:09:39 +00:00
pavlov%pavlov.net
ca37abdac2 add api to allow one to get the mime type and content disposition from imagelib. bug 287286. r=bz sr=shaver
git-svn-id: svn://10.0.0.236/trunk@171069 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 21:09:02 +00:00
shaver%mozilla.org
f48bb48b6d support additional XPI_PKGNAME-installed files, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@171068 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 20:59:42 +00:00
tor%cs.brown.edu
807cc9f256 Build bustage fix - remove autogenerated file.
git-svn-id: svn://10.0.0.236/trunk@171067 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 20:25:51 +00:00
timeless%mozdev.org
5a6e3f63d1 Bug 286198 use application/xml rather than text/xml
patch by bug@annevankesteren.nl r=dmose


git-svn-id: svn://10.0.0.236/trunk@171066 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 20:05:22 +00:00
roc+%cs.cmu.edu
225055922e Removing noisy printf.
git-svn-id: svn://10.0.0.236/trunk@171065 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 20:01:39 +00:00
tor%cs.brown.edu
a9c210d584 Bug 287416 - update to libpixman 0.1.4, cairo 0.4.0.
git-svn-id: svn://10.0.0.236/trunk@171064 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 19:53:40 +00:00
scott%scott-macgregor.org
ae738a7135 Bug #286742 --> Mac Thunderbird trunk build fails to launch / start
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@171063 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 19:34:52 +00:00
bugzilla%arlen.demon.co.uk
23d96c7de0 Bug 287292 setupCopiesAndFoldersServer should test for RSS account instead of catching an exception
p=me r/sr=mscott


git-svn-id: svn://10.0.0.236/trunk@171062 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 19:12:11 +00:00
cbiesinger%web.de
e83664f5e7 Bug 132180 eliminate nsFileSpec in address book.
r=dmose sr=bienvenu patch by Mark Banner <bugzilla@standard8.demon.co.uk>


git-svn-id: svn://10.0.0.236/trunk@171061 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 18:05:49 +00:00
neil%parkwaycc.co.uk
79b8de0271 Restore @ accidentally deleted by my checkin for bug 285627 r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@171060 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 17:59:49 +00:00
cbiesinger%web.de
6d576d86c5 Bug 251446 don't return failure when getting data while in DONE state. instead,
just ignore the extraneous bytes.
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor


git-svn-id: svn://10.0.0.236/trunk@171059 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 17:57:45 +00:00
scott%scott-macgregor.org
552b8b48a0 Bug #287382 --> Duplicate View tool in toolbar
git-svn-id: svn://10.0.0.236/trunk@171058 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 17:24:35 +00:00
vladimir%pobox.com
27049babec Change HashPropertyBag instance constructor to call Init, r=shaver
git-svn-id: svn://10.0.0.236/trunk@171057 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 17:13:41 +00:00
timeless%mozdev.org
c8e16d51cb Bug 287315 do not use cp to install ua.css
r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@171056 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 14:37:08 +00:00
aaronleventhal%moonset.net
9c18d7b934 Bug 287214. Crash at dujobs.org when running screen reader. r=pkw, sr=dmose
git-svn-id: svn://10.0.0.236/trunk@171055 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 14:01:27 +00:00
mozilla.mano%sent.com
c4f015da5b Bug 274553 - Blocking iframes either via an extension or userchrome.css breaks find toolbar search. patch from Michael Clackler <mikeclackler@hotmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171053 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 11:10:46 +00:00
mozilla.mano%sent.com
7cdee15ca6 Bug 279665 - View menu accesskey 's' conflicts with Stop and Text Size. patch from Son Le <son.le0@gmail.com>, r=aaronlev
git-svn-id: svn://10.0.0.236/trunk@171052 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 11:06:41 +00:00
mozilla.mano%sent.com
2716407cc3 Bug 286982 - unused css rule in about:. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171051 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 10:57:26 +00:00
mozilla.mano%sent.com
9898e29fb6 Bug 286910 - Buttons order is wrong in preferences sub-dialogs (on *nix/mac). r=mconnor
git-svn-id: svn://10.0.0.236/trunk@171050 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 10:51:09 +00:00
mozilla.mano%sent.com
6207814317 Bug 284683 - [Mac] Fix (XUL) open-menulist keyboard shortcuts, r=pedemonte sr=peterv
git-svn-id: svn://10.0.0.236/trunk@171049 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 10:43:45 +00:00
mozilla.mano%sent.com
1279b5a060 Bug 256726 - [Mac] CFBundleInfoDictionaryVersion key is wrong in Firefox, Sunbird and xulrunner. r=pinkerton sr=smfr
git-svn-id: svn://10.0.0.236/trunk@171048 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 10:33:15 +00:00
dbaron%dbaron.org
4e43acb1f0 Make the printf that roc just checked in #ifdef DEBUG_roc.
git-svn-id: svn://10.0.0.236/trunk@171047 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 09:30:54 +00:00
jshin%mailaps.org
8d91302944 bug 159809 : update default fonts on mac os x (r=jshin, sr=sfraser) patch by Smokey Ardisson with a couple of changes by me
git-svn-id: svn://10.0.0.236/trunk@171046 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 09:17:58 +00:00
jwalden%mit.edu
e781509f1d Bug 283589 - Migration feature is no longer 'new'. r=steffen over IRC
git-svn-id: svn://10.0.0.236/trunk@171045 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 09:07:11 +00:00
mrbkap%gmail.com
2e94664017 bug 280044: Pass a title node to the content sinks so that attributes on title don't get lost. r=sicking sr=peterv
git-svn-id: svn://10.0.0.236/trunk@171044 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 07:09:24 +00:00
mrbkap%gmail.com
250a34789c bug 286465: Pass a document to ContentRemoved() so that it doesn't assert. r=glazou sr=neil
git-svn-id: svn://10.0.0.236/trunk@171043 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 06:20:22 +00:00
mrbkap%gmail.com
05722dbac0 bug 286381: Allow non-<script> CDATA tags to not have their closing > for better compatibility with IE. r=bzbarsky sr=jst
git-svn-id: svn://10.0.0.236/trunk@171042 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 06:18:06 +00:00
mrbkap%gmail.com
68251194fa bug 276637: Always parse comments in PCDATA in strict mode for better compatibilty with IE. Patch by Bastiaan Jacques <baafie@planet.nl>. r=mrbkap sr=peterv
git-svn-id: svn://10.0.0.236/trunk@171041 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 06:14:10 +00:00
dbaron%dbaron.org
b16bc8bbd9 Fix some minor static buffer overruns detected by Coverity tool, and sync two versions of catttable.h. b=287290 r+sr=brendan
git-svn-id: svn://10.0.0.236/trunk@171040 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 05:43:39 +00:00
jwalden%mit.edu
fab0308d1c Fixing broken link in ToC, no bug
git-svn-id: svn://10.0.0.236/trunk@171039 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 05:02:21 +00:00
timeless%mozdev.org
503df48c32 Bug 280740 Installer crashes in choose install components dialog
patch by sunil@atc.tcs.co.in r=bryner sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@171038 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 04:22:39 +00:00
roc+%cs.cmu.edu
d32f42b290 Bug 287127. Avoid using GetContentInsertionFrame when the frame hierarchy is not hooked up. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171037 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 03:39:32 +00:00
roc+%cs.cmu.edu
7f1a3c9c93 Bug 263825. Make paginated floats work, and other fixes. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@171036 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 03:35:08 +00:00
roc+%cs.cmu.edu
b99fcb19b5 Checking in testcases for bug 282754.
git-svn-id: svn://10.0.0.236/trunk@171035 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 03:25:43 +00:00
bzbarsky%mit.edu
66d9120653 Followup to bug 225941 -- I forgot some review comments. r=dbaron, sr=jst
git-svn-id: svn://10.0.0.236/trunk@171034 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 03:21:04 +00:00
bzbarsky%mit.edu
b545c9a067 Add a method to ask a content node whether it may have a frame in some
presentation.  Bug 225941, r=dbaron, sr=jst


git-svn-id: svn://10.0.0.236/trunk@171033 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 03:07:10 +00:00
brendan%mozilla.org
fb50c7e7f0 Unregress 1.73's breakage of NS_COMFALSE return from a JS method (287107, r=dbradley, sr=jst).
git-svn-id: svn://10.0.0.236/trunk@171032 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 02:39:47 +00:00
bzbarsky%mit.edu
e2d2715044 Add methods to the user/agent sheet service to unregister sheets and check
whether a sheet is registered.  Bug 286518, patch by Ted Mielczarek (luser)
<ted.mielczarek@gmail.com>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@171031 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 02:34:30 +00:00
jwatt%jwatt.org
54788f1f36 Fixing bug 281741. We should implement the GetSVGDocument interface for HTMLEmbedElement. r=tor@acm.org, sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@171030 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 01:42:22 +00:00
despotdaemon
c5e77ecffd Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@171029 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 01:10:24 +00:00
jwalden%mit.edu
fac879019a Bug 287177 - Use one spelling of "Page Up"/"Page Down" consistently. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@171028 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:57:53 +00:00
jst%mozilla.jstenback.com
ce673042de More code tidying, no code changes.
git-svn-id: svn://10.0.0.236/trunk@171027 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:49:53 +00:00
mkanat%kerio.com
2acdb4c7f8 Bug 283403: checksetup fails to upgrade from Bugzilla 2.8
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit. a=justdave


git-svn-id: svn://10.0.0.236/trunk@171025 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:40:15 +00:00
jst%mozilla.jstenback.com
720ecb1e38 Nuke useless whitespace.
git-svn-id: svn://10.0.0.236/trunk@171024 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:37:58 +00:00
jst%mozilla.jstenback.com
02ccab8728 Tidy up this code a bit, no code changes other than removing an unused variable.
git-svn-id: svn://10.0.0.236/trunk@171023 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:34:39 +00:00
dbaron%dbaron.org
a9db24126d Further changes to Georgian list numbering. Patch from Gia Shervashidze <giasher@telenet.ge>. r+sr=dbaron b=287166
git-svn-id: svn://10.0.0.236/trunk@171022 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:26:28 +00:00
jst%mozilla.jstenback.com
cfe5c7a8d0 Renaming incorrectly named argument.
git-svn-id: svn://10.0.0.236/trunk@171021 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:14:59 +00:00
jst%mozilla.jstenback.com
c545964071 Renaming incorrectly named argument.
git-svn-id: svn://10.0.0.236/trunk@171020 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-23 00:14:13 +00:00
scott%scott-macgregor.org
083341533d Bug #286805 --> unable to open attachments in thunderbird.
I accidentally checked in code that removed the download manager component registration when I landed Bug #286282.

effects thunderbird builds only.


git-svn-id: svn://10.0.0.236/trunk@171019 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 23:54:57 +00:00
lpsolit%gmail.com
28fc3ced6f Backing out bug 286625 - checksetup.pl fails
git-svn-id: svn://10.0.0.236/trunk@171018 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 23:49:22 +00:00
scott%scott-macgregor.org
287bfec118 Bug #245430 --> get rid of the last global static nsString object so static builds work on the Mac.
r=pkwarren
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@171017 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 23:30:33 +00:00
dbaron%dbaron.org
d335ab171e Fix Georgian list numbering (Mkhedruli, not Khutsuri). b=287166 r=jshin sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@171016 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 23:27:03 +00:00
bugzilla%arlen.demon.co.uk
92e669d3ca Bug 287284: Invalid RSS Feeds are not removed correctly
Bug 287288: Feeds do not appear in RSS Subscriptions until the list is reopened
Bug 287289: Incorrect DOCTYPE set on feed-subscriptions.xul
p=me r/sr=mscott


git-svn-id: svn://10.0.0.236/trunk@171015 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 23:26:57 +00:00
vladimir%pobox.com
1dd3a1b22f Update to SQLite 3.2.0
git-svn-id: svn://10.0.0.236/trunk@171014 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 23:10:06 +00:00
pavlov%pavlov.net
e10e00f462 fixing windows build bustage. rs=shaver
git-svn-id: svn://10.0.0.236/trunk@171013 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 23:07:04 +00:00
lpsolit%gmail.com
4860e803bd Bug 258515: Errors when accessing Bugzilla over IPv6 - Patch by Marc Schumann <wurblzap@gmail.com> r=joel, a=justdave
git-svn-id: svn://10.0.0.236/trunk@171011 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 22:41:07 +00:00
mvl%exedo.nl
085d2da6d7 forgot to update this file for bug 286455.
git-svn-id: svn://10.0.0.236/trunk@171010 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 22:37:54 +00:00
Olli.Pettay%helsinki.fi
a7eaa4d14c Bug 287272 - The default color for the xforms:hint should be InfoText/InfoBackground, r=doron
git-svn-id: svn://10.0.0.236/trunk@171007 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 21:57:30 +00:00
pavlov%pavlov.net
56e18e127d first pass at publish and import calendars (bugs 285016 and 285019)
git-svn-id: svn://10.0.0.236/trunk@171005 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 21:37:26 +00:00
wtchang%redhat.com
16cb492cb0 Bugzilla Bug 287197: undo the damage of rev. 3.2. Comments must begin
with "//", not "/".


git-svn-id: svn://10.0.0.236/trunk@171004 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 21:27:30 +00:00
lpsolit%gmail.com
ecb9817b93 Bug 286625: Add more indexes to bugs_activity table - Patch by Shane H. W. Travis <shane.h.w.travis@gmail.com> r=joel, a=justdave
git-svn-id: svn://10.0.0.236/trunk@171002 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 20:54:08 +00:00
bsmedberg%covad.net
2b789b4c5a Other part of bug 267040
git-svn-id: svn://10.0.0.236/trunk@171001 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 20:53:17 +00:00
bsmedberg%covad.net
478a8a0994 Bug 267040 - Remove obsolete XPCOM dllexports for the old component manager r=darin
git-svn-id: svn://10.0.0.236/trunk@171000 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 20:37:18 +00:00
lpsolit%gmail.com
c9ffc5a241 Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
git-svn-id: svn://10.0.0.236/trunk@170999 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 19:22:40 +00:00
scott%scott-macgregor.org
88ccf87128 Bug #286806 --> Package mailnews chrome files directly from mozilla\mail to simplify the Thunderbird
build process.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@170998 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 19:13:18 +00:00
timeless%mozdev.org
994864ff34 Bug 268482 ###!!! ASSERTION: You are calling CreateInstance "@mozilla.org/xmlextras/schemas/schemaloader;1" when a service for this CID already exists!
r=doron sr=peterv


git-svn-id: svn://10.0.0.236/trunk@170997 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 19:10:35 +00:00
doronr%us.ibm.com
774eef294e Bug 286630 - nsSchemaLoader doesn't bail on invalid elements as direct children of xs:schema. r/sr=peterv
git-svn-id: svn://10.0.0.236/trunk@170996 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 19:03:42 +00:00
bienvenu%nventure.com
8eb7a7194f tagential to fix for 286289 allow copy of folders across servers sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170995 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 18:33:24 +00:00
bienvenu%nventure.com
76627244a4 fix 286289 compose window getting closed twice leading to js errors, involves reworking the way cross-server imap message copy works, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170994 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 18:32:08 +00:00
bienvenu%nventure.com
d4639316ef fix 286289 compose window getting closed twice leading to js errors, involves reworking the way cross-server imap message copy works sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170993 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 18:31:25 +00:00
bienvenu%nventure.com
1ef06e5f98 fix 259656 copying multiple imap messages to local folder fails if user name contains chars requiring escaping, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170992 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 18:25:33 +00:00
cbiesinger%web.de
02c9f24caf Bug 286990 nsHttpNegotiateAuth.cpp behaves different in debug/non-debug
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@170991 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 18:19:27 +00:00
cbiesinger%web.de
540aa06c74 270224 create nsIPropertyBag2 for easier getting of values from a propertybag
r=shaver sr=darin


git-svn-id: svn://10.0.0.236/trunk@170990 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 18:16:53 +00:00
timeless%mozdev.org
6bc2b4dba5 Bug 131849 addressbook build system requires exporting internal files
patch by bugzilla@standard8.demon.co.uk r=bienvenu sr=neil


git-svn-id: svn://10.0.0.236/trunk@170989 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 17:39:09 +00:00
shaver%mozilla.org
d7df954eea fix DIRS = vs DIRS += error; thanks to Nick Thomas for catching it; r=vlad
git-svn-id: svn://10.0.0.236/trunk@170988 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 17:33:00 +00:00
tor%cs.brown.edu
b3ff61224f Bug 167115 - tree/listbox does't work with background styles (-image,
-attachment) correctly.  Patch by alfredkayser@nl.ibm.com, r=varga, sr=bryner


git-svn-id: svn://10.0.0.236/trunk@170987 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 16:55:25 +00:00
jst%mozilla.jstenback.com
90d993eb1d Whitespace cleanup, and making this code somewhat consistently formatted. No code changes
git-svn-id: svn://10.0.0.236/trunk@170986 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 16:48:58 +00:00
jst%mozilla.jstenback.com
e4ade936a4 Fixing bug 284825. Future proof our Java plugin finding code. Patch from mike.lei@sun.com, r+sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170985 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 16:27:21 +00:00
mvl%exedo.nl
c7754e38f8 forgot to update this file for bug 286455.
git-svn-id: svn://10.0.0.236/trunk@170984 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 16:09:50 +00:00
edburns%acm.org
b211943729 This checkin re-implements CurrentPage.getSource(). It doesn't preserve
the whitespace formatting of the current page, which is a big problem.
Next step is to get the DOMViewer working with the TestBrowser.

M build.xml

- exclude test from the default build

A classes_spec/org/mozilla/webclient/impl/DOMTreeDumper.java

- Copy this over from test.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/CurrentPageImpl.java

- leverage DOMTreeDumper to print the current source.

M test/automated/src/classes/org/mozilla/webclient/CurrentPageTest.java
A test/automated/src/test/ViewSourceTest.html

- exercise new methods.


git-svn-id: svn://10.0.0.236/trunk@170983 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 15:58:51 +00:00
joshmoz%gmail.com
b836cb5a41 Don't use sheet for the about box on Mac OS X. b=222364 r=joshmoz r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170982 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 15:04:57 +00:00
m_kato%ga2.so-net.ne.jp
1db12d7a33 Previous check in had invalied CRLF...
git-svn-id: svn://10.0.0.236/trunk@170981 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 13:42:45 +00:00
m_kato%ga2.so-net.ne.jp
693ef7b721 bug 225978, Support XPTCALL for Windows XP 64 bits for AMD64 (x86-64), r/sr=shaver
git-svn-id: svn://10.0.0.236/trunk@170980 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 13:03:24 +00:00
steffen.wilberg%web.de
f923028df7 Bug 279506: Document new Options window. r=Jeff
git-svn-id: svn://10.0.0.236/trunk@170979 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 12:50:40 +00:00
masayuki%d-toybox.com
5c4ff52ce0 bug 170474 - remove comments in messenger.properties. r=jshin, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@170978 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 12:13:40 +00:00
mkanat%kerio.com
684812c962 Bug 286669: Add dependency on Storable
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wicked, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170977 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 09:02:56 +00:00
mkanat%kerio.com
02aa35925a Bug 287138: INSERT IGNORE is not ANSI SQL
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170976 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 09:01:22 +00:00
mkanat%kerio.com
1bd643551a Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170975 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 08:56:52 +00:00
mkanat%kerio.com
02587d83dc Bug 194160: buglist.cgi has wrong time zone in datestamp at the top
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170974 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 08:49:01 +00:00
jwalden%mit.edu
322c3e3e6f Bug 268818 - Description of "Alt-Enter" functionality missing from tabbed browsing help. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@170973 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 06:26:56 +00:00
mozilla.mano%sent.com
0a4238736b Bug 263216 - links opened into new tab from ChatZilla pass the URL of the current tab as the http Referer. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170972 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 05:15:27 +00:00
mozilla.mano%sent.com
15669033e1 Bug 274708 - Thunderbird Installer doesn't have mnemonics in License Agreement screen. patch from Gavin Sharp <gavin.sharp@gmail.com> r+sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170971 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 05:09:53 +00:00
joshmoz%gmail.com
5c8f53b170 fix Mac OS X preferences animation/fading to be more in line with aqua specs. b=285904 r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170970 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 04:45:03 +00:00
jst%mozilla.jstenback.com
847752121a Fixing bug 285741. Only ever re-enable scripts n' plugins etc for midas. r=brade@comcast.net, sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@170969 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 04:33:17 +00:00
darin%meer.net
72af904fb2 backing out my nonesense
git-svn-id: svn://10.0.0.236/trunk@170966 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 02:04:45 +00:00
darin%meer.net
869bcc0542 fixes bug 287139 "XULRunner depend build is broken" r=bsmedberg over IRC
git-svn-id: svn://10.0.0.236/trunk@170965 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 01:57:45 +00:00
mconnor%myrealbox.com
bbd212907d bug 287086 - move browser.link.* prefs out of all.js. Includes fix for bug 286745 (seamonkey) by Jeremy Morton and bug 275430 (firefox) to move away from replacing the current page. r=jst, sr=neil for all.js and xpfe bits
git-svn-id: svn://10.0.0.236/trunk@170960 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-22 00:38:35 +00:00
darin%meer.net
997e74d396 fixes bug 286803 "Automatic NTLM auth fails if SSPI 'negotiate' package not found" r=biesi
git-svn-id: svn://10.0.0.236/trunk@170959 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 22:42:07 +00:00
jwalden%mit.edu
fb01cf1bdd Bug 285035 - Help Documentation should look more like the Mozilla website. Followup patch to address issue forgotten during patch checkin.
git-svn-id: svn://10.0.0.236/trunk@170958 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 21:49:52 +00:00
roc+%cs.cmu.edu
29bff429e9 Bug 282754. When laying out absolute children, use the computed width/height of the primary frame as the container metrics if they're available. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170957 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 21:43:01 +00:00
bugzilla%arlen.demon.co.uk
5b013bbd03 Bug 285683 Remove cookie.properties
p=me r=dwitte rs=darin


git-svn-id: svn://10.0.0.236/trunk@170956 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 21:25:25 +00:00
jwalden%mit.edu
7d05b5a75f Bug 287036 - Remove screenshot of toolbar from using_firebird.xhtml. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@170955 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 20:52:13 +00:00
cltbld
d3498a3589 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170954 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 20:28:26 +00:00
tor%cs.brown.edu
17b9a99d67 Bug 286980 - cairo config should add to PKG_CONFIG_PATH, not replace. r=cls
git-svn-id: svn://10.0.0.236/trunk@170953 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 20:27:40 +00:00
bob%bclary.com
3706c24bcb Update Martin's email
git-svn-id: svn://10.0.0.236/trunk@170952 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 19:09:10 +00:00
bienvenu%nventure.com
9e5a69213e fix 286926 msg db view code was using && where it meant to use & to determine if thread could be expanded/collapsed, patch by ahaas@airmail.net, r=ducarroz, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@170951 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 17:56:34 +00:00
mvl%exedo.nl
c2394ca89f use composite calendar for view. Allows to use multiple calendars.
bug 286455, r=stuart,vlad


git-svn-id: svn://10.0.0.236/trunk@170950 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 17:55:24 +00:00
shaver%mozilla.org
336f09c213 Bug 283057: Fold sqlite build into storage build, honour ENABLE_TESTS.
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@170949 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 17:01:57 +00:00
mozilla.mano%sent.com
61ebb4c698 Bug 284096 - Useless Cancel button in View Saved Passwords dialog. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170948 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 16:24:04 +00:00
smfr%smfr.org
e0ae2d008a Fix spelling error in comment.
git-svn-id: svn://10.0.0.236/trunk@170947 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 16:18:46 +00:00
gandalf%firefox.pl
c642dc1228 Bug 245829: update download manager title bar when number of active downloads changes; r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170946 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 16:18:25 +00:00
maxf%magma.ca
bcb320444b This change is for the QNX (Photon) platform only. It will not affect the
runtime or build of other Mozilla platforms since QNX source is not part of
Tinderbox builds. You can contact me at: mfeil@qnx.com

This fixes a problem where shared memory is destroyed too soon. The draw
stream generated by the image draw was not being processed in time by
regular priority (10) drivers like phrelay, resulting in portions of images
not drawn. This only affected images the first time they were loaded in a
session (since they load in pieces) and only seemed to affect the embedded
version of mozilla (mozserver with Voyager client).  r=amardare%qnx.com


git-svn-id: svn://10.0.0.236/trunk@170945 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 16:01:54 +00:00
timeless%mozdev.org
e4bdb07480 Bug 238733 Components.classes['@mozilla.org/wallet/wallet-service;1'] has no properties in contentAreaClick.js
r=neil sr=bz


git-svn-id: svn://10.0.0.236/trunk@170944 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 15:21:15 +00:00
cltbld
68dc1fc1b2 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170943 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 14:18:18 +00:00
tor%cs.brown.edu
51a81f48ce Bug 286980 - cairo config should add to PKG_CONFIG_PATH, not replace. r=cls
git-svn-id: svn://10.0.0.236/trunk@170942 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 14:08:48 +00:00
timeless%mozdev.org
d15e77d5d6 Bug 283513 OOM crasher [@ WSPProxy::GetInterfaces]
patch by dewildt@gmail.com r=timeless sr=jst


git-svn-id: svn://10.0.0.236/trunk@170941 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 12:50:16 +00:00
neil%parkwaycc.co.uk
23b3daa4e5 Bug 245135 Mozilla forgets what the current profile is when it gets renamed p=brian.lu@sun.com r=ccarlen@mac.com sr=me
git-svn-id: svn://10.0.0.236/trunk@170940 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 11:55:44 +00:00
mozilla.mano%sent.com
31684e100b Bug 221824 - Winstripe should be RTL compatible, tabbox fixes. patch from Reuven Gonen <linxspider@yahoo.com> r=bsmedberg/me
git-svn-id: svn://10.0.0.236/trunk@170939 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 11:41:10 +00:00
neil%parkwaycc.co.uk
a4a4f8da95 Bug 284521 Still can't switch themes, but in a different set of circumstances, so check the skin switch pref in more places. r=bsmedberg sr=darin
git-svn-id: svn://10.0.0.236/trunk@170938 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 10:46:46 +00:00
smfr%smfr.org
9ce318c9bc Remove a shell script target that stuffed additional history properties files into embed.jar, since we don't need them any more. Also put the version resource in Camino.rsrc, so that it's available for the Director plugin when running in any language.
git-svn-id: svn://10.0.0.236/trunk@170937 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 06:16:27 +00:00
smfr%smfr.org
dbaa360e07 When a a string bundle lookup fails, print a message with useful info. rs=darin, no bug.
git-svn-id: svn://10.0.0.236/trunk@170936 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 06:06:55 +00:00
timeless%mozdev.org
161f200a70 Bug 248958 File Bookmark dialog form too small, buttons are not visible
patch by ajschult@verizon.net r=neil sr=neil


git-svn-id: svn://10.0.0.236/trunk@170935 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 03:39:06 +00:00
smfr%smfr.org
2cf8c229bd Fix bug 279270: when copying images, put only the image data on the clipboard so that applications that prefer text over image data don't just get the image location.
git-svn-id: svn://10.0.0.236/trunk@170934 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 02:54:56 +00:00
smfr%smfr.org
26748c0712 Fix bug 285648: url from subframe load could show in Camino's url bar. Fix by ignoring OnLocationChange for windows other than the content window.
git-svn-id: svn://10.0.0.236/trunk@170933 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 02:37:29 +00:00
mats.palmgren%bredband.net
1f48cfd6ec Avoid recursive frame construction by using an event to call ActuallyDisplayText(). b=283117 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170932 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 01:58:17 +00:00
mats.palmgren%bredband.net
33c3943a52 Make gHTMLElements table const. b=286916 r=mrbkap sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170931 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-21 00:45:02 +00:00
mats.palmgren%bredband.net
ddb5c6e57a TestParser: support --enable-perf-metrics with --disable-debug. b=286920 r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170930 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 23:54:24 +00:00
dougt%meer.net
a28e37742c Updates from INdT. r=dougt.
git-svn-id: svn://10.0.0.236/trunk@170929 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 18:40:18 +00:00
steffen.wilberg%web.de
c6394fdcd7 Bug 280587: Remove text from image alt attributes in Help. p=zmanji@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@170928 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 16:49:45 +00:00
kjh-5727%comcast.net
84471ab9f4 Bug 279298 - Support for CUPS printer instances. Patch by Mårten Svantesson <msv@kth.se>, r=kherron, sr=roc.
git-svn-id: svn://10.0.0.236/trunk@170927 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 16:28:58 +00:00
aaronleventhal%moonset.net
f1b75855e8 Bug 285703. Incorrect behavior for empty or missing alt text, when exposing to MSAA. r=timeless, sr=darin
git-svn-id: svn://10.0.0.236/trunk@170926 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 14:25:03 +00:00
cbiesinger%web.de
d2fed0795d bug 286899 Follow CSS 2.1, rather than css3-ui, for the computed style for the
cursor property: Make it contain all URIs (absolutized) and the pointer.
r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@170925 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 13:35:31 +00:00
cbiesinger%web.de
d9a72e144b 286790 remove unused variable
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@170924 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 13:22:05 +00:00
brendan%mozilla.org
1125e72c7b Remove dead code pointed out by njaguar@gmail.com.
git-svn-id: svn://10.0.0.236/trunk@170923 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-20 05:00:15 +00:00
darin%meer.net
79a303762b fixes bug 286506 "warning: locally defined symbol ... imported in function ..." r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170922 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 20:35:35 +00:00
joshmoz%gmail.com
03d8396188 remove incorrect and unnecessary margin declaration. b=284762 r=kmgerich
git-svn-id: svn://10.0.0.236/trunk@170921 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 19:02:58 +00:00
bmlk%gmx.de
dc30d31527 take vertical margins into account during height constrained situations like printing. bug 285006 r/sr=roc
git-svn-id: svn://10.0.0.236/trunk@170920 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 17:59:11 +00:00
shaver%mozilla.org
d9d6796fac revert overzealous and misguided skinVersion cleanup for the sake of seamonkey builds; thanks to tobias and kairo
git-svn-id: svn://10.0.0.236/trunk@170919 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 16:37:14 +00:00
neil.williams%sun.com
8422202248 Bug 286505 Now reports an error on EOF in standard input. Leaving resolution
unchanged until we find out why the failure is different on SPARC than on x86.
r=nelson


git-svn-id: svn://10.0.0.236/trunk@170915 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 03:36:55 +00:00
scott%scott-macgregor.org
ef81803750 Bug #286817 --> creating a mail 3 pane window for thunderbird when the user passed in -compose
effects thunderbird only.


git-svn-id: svn://10.0.0.236/trunk@170914 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 01:37:55 +00:00
dbaron%dbaron.org
cb2b96ec56 Fix code formatting.
git-svn-id: svn://10.0.0.236/trunk@170913 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 00:48:10 +00:00
shaver%mozilla.org
a9435a5c0e remove vestigial references to deceased messenger-mdn locale package, r=mscott
git-svn-id: svn://10.0.0.236/trunk@170912 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-19 00:00:30 +00:00
shaver%mozilla.org
bcbde1b058 removing obsolete skinVersion info from contents.rdf, including malformed (r=bsmedberg)
git-svn-id: svn://10.0.0.236/trunk@170911 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 23:59:30 +00:00
scott%scott-macgregor.org
ea3557f1fe remove an obsolete preference
git-svn-id: svn://10.0.0.236/trunk@170910 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 23:45:09 +00:00
darin%meer.net
946d447ab2 fixing xulrunner linux bustage
git-svn-id: svn://10.0.0.236/trunk@170909 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 23:08:20 +00:00
pavlov%pavlov.net
273fa61af4 fixing drag&drop in calendar views. bug=286777 r=vlad
git-svn-id: svn://10.0.0.236/trunk@170908 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 22:59:51 +00:00
shaver%mozilla.org
784f51a6f3 removing obsolete skinVersion info from contents.rdf, including one malformed (r=bsmedberg)
git-svn-id: svn://10.0.0.236/trunk@170907 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 22:02:30 +00:00
travis%sedsystems.ca
6c712dc88a Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where appropriate
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=myk  a=myk


git-svn-id: svn://10.0.0.236/trunk@170906 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 21:32:53 +00:00
bsmedberg%covad.net
e1d9da278a libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin
git-svn-id: svn://10.0.0.236/trunk@170905 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 21:24:05 +00:00
bienvenu%nventure.com
3daefce457 fix detection of invalid imap urls, add logging for same, sr=mscott hope to help diagnose 259656
git-svn-id: svn://10.0.0.236/trunk@170904 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 21:17:07 +00:00
bienvenu%nventure.com
7f1a76806d potential fix for going online after saving imap draft offline, sr=mscott 285791
git-svn-id: svn://10.0.0.236/trunk@170903 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 20:41:07 +00:00
bob%bclary.com
c27a6c2a18 Add ability to run js/tests from browsers. Bug 263119
git-svn-id: svn://10.0.0.236/trunk@170902 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 19:09:59 +00:00
scott%scott-macgregor.org
e11dfeddd6 Bug #286718 --> mailnews spell check - [Enter] no longer chooses 'replace' although 'replace' is 'active' button.
patch by neil


git-svn-id: svn://10.0.0.236/trunk@170901 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 18:40:47 +00:00
scott%scott-macgregor.org
03b407b345 Bug #286758 --> Edit field for custom mail sound stays empty because we weren't using the new shared pref files
from toolkit\mozapps for the filefield xbl widget.


git-svn-id: svn://10.0.0.236/trunk@170900 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 18:21:38 +00:00
scott%scott-macgregor.org
e3c9a1be9f Back out the fix for Bug #285076 as it caused regressions (Bug #286709)
git-svn-id: svn://10.0.0.236/trunk@170899 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 17:14:29 +00:00
jst%mozilla.jstenback.com
0c35201318 Fixing bug 245809. Implement event.returnValue (IE:ism) for beforeunload events as the mechansim for passing data back to the browser from a beforeunload handler that was registerd with addEventListener(). r=bzbarsky@mit.edu, sr=peterv@propagandism.org
git-svn-id: svn://10.0.0.236/trunk@170897 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 15:33:51 +00:00
cbiesinger%web.de
6ec5aa384f bug 286645 add/improve nsReadLine.h documentation
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@170896 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 15:29:04 +00:00
cbiesinger%web.de
5a52736baa Bug 286612 make socket interfaces scriptable, and remove some files that are not
part of the build
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@170895 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 15:27:46 +00:00
cbiesinger%web.de
af29d9ad21 Bug 286608 don't disable xpt generation on windows
r=darin


git-svn-id: svn://10.0.0.236/trunk@170894 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 15:24:58 +00:00
cbiesinger%web.de
5a6e5d885c Bug 176177 use the correct flag for buttons that are checked
patch by Son Le <son.le0@gmail.com> r=emaijala sr=bz


git-svn-id: svn://10.0.0.236/trunk@170893 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 15:23:50 +00:00
aaronleventhal%moonset.net
c259b63b6e Bug 286687. Expose menu item keyboard accelerators in MSAA. r=timeless, sr=neil
git-svn-id: svn://10.0.0.236/trunk@170892 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 14:56:48 +00:00
neil%parkwaycc.co.uk
61ac331bc5 Bug 175074 Element Properties not showing some URIs correctly p=bugzilla.mozilla.org@chsc.dk (Christian Schmidt) r=db48x sr=me
git-svn-id: svn://10.0.0.236/trunk@170891 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 10:38:52 +00:00
allan%beaufour.dk
1f8fc298a3 Backing out bug 285094 until bug 285658 is fixed, so nightly builds will install
git-svn-id: svn://10.0.0.236/trunk@170890 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 09:33:41 +00:00
darin%meer.net
120b818aa1 fixes bug 285519 "Shutdown assertions warning about potential dead-locks" r=biesi sr=brendan
git-svn-id: svn://10.0.0.236/trunk@170889 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 08:46:54 +00:00
lpsolit%gmail.com
79a712368c Bug 178157: Dependency emails don't get sent for status change during mass change - Patch by Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
git-svn-id: svn://10.0.0.236/trunk@170887 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 08:29:47 +00:00
dbaron%dbaron.org
effc175afd Handle unterminated strings in CSS by using an additional error token type. b=286262 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170886 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 06:56:56 +00:00
dbaron%dbaron.org
d70f0b01bf Add comment. b=286262 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170885 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 06:56:03 +00:00
timeless%mozdev.org
afac222a93 Bug 285974 Crash when we use ATOK on the other of editor[@ nsWindow::OnIMEQueryCharPosition]
patch by masayuki@d-toybox.com r=timeless sr=roc


git-svn-id: svn://10.0.0.236/trunk@170884 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 06:17:59 +00:00
aaronleventhal%moonset.net
e3f86b67e2 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@170883 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 05:47:58 +00:00
aaronleventhal%moonset.net
28313604cc This wasn't supposed to creep into the bustage fix
git-svn-id: svn://10.0.0.236/trunk@170882 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 05:23:23 +00:00
aaronleventhal%moonset.net
83da3b4cb6 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@170881 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 05:20:43 +00:00
aaronleventhal%moonset.net
473045f68d bug 286029. Fixes for tree accessibility. r=pkw, sr=Neil
git-svn-id: svn://10.0.0.236/trunk@170880 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 04:29:39 +00:00
timeless%mozdev.org
34fd65c2e2 Bug 286675 invalid CSS prevents filepicker buttons from appearing (home and new directory)
patch by ajschult@verizon.net r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@170879 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 04:22:50 +00:00
mkanat%kerio.com
c1b027a98a Bug 256513: Fix usage of grep (/$value/, @array);
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170878 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 04:21:29 +00:00
bzbarsky%mit.edu
f4e82c94ed Don't show username/password in the URI we print. Bug 186695, r=jst, sr=darin
git-svn-id: svn://10.0.0.236/trunk@170875 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 04:16:02 +00:00
bzbarsky%mit.edu
9ad95bdc3a Add an IsFloatContainingBlock() method on nsIFrame, use this in the frame
constructor.  Make sure the div inside an <object> when we do our "we need a
plugin" thing has the space manager bit set.  Bug 283385, bug 285165, bug
286111.  r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@170874 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 04:13:05 +00:00
timeless%mozdev.org
166658bf9f Bug 286191 UMR in nsTypeAheadFind::PrefsReset
patch by ajschult@verizon.net r=aaronl sr=jst


git-svn-id: svn://10.0.0.236/trunk@170873 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 03:49:33 +00:00
mkanat%kerio.com
0bf1ae4ed2 Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170872 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 03:28:53 +00:00
mkanat%kerio.com
48fedcc7c2 Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBs
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170871 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 03:23:55 +00:00
mkanat%kerio.com
28e98a3186 Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170870 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 03:21:34 +00:00
mkanat%kerio.com
9a52c2c545 Bug 285713: Cross-DB bz_column_info and bz_index_info
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170869 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 03:18:13 +00:00
mkanat%kerio.com
7187e5374a Small nit fixes for Bug 285113.
git-svn-id: svn://10.0.0.236/trunk@170868 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 03:16:06 +00:00
mkanat%kerio.com
46b5d164c5 Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstract schema
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170867 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 03:12:23 +00:00
dbaron%dbaron.org
a92ac96d32 Make overflow area for border-collapse table cells include the whole border (and maybe a pixel more) so that style change invalidation of border-collapse table cells will invalidate what got changed. b=271755 r=bernd sr=roc
git-svn-id: svn://10.0.0.236/trunk@170866 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 02:15:44 +00:00
neil%parkwaycc.co.uk
8f545b4912 Turn off hover background on Mac dual menubutton toolbarbuttons b=285971 p=stefan_h@hem.utfors.se r=bugs.mano@gmail.com sr=me
git-svn-id: svn://10.0.0.236/trunk@170864 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 00:17:12 +00:00
jwatt%jwatt.org
e98b803472 Fixing bug 286334. Use <wbr> instead of a space to allow long paths to break. r=myk@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170863 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-18 00:10:14 +00:00
neil%parkwaycc.co.uk
ea1319093e Merging some identical style rules b=257280 p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@170862 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 23:57:14 +00:00
jst%mozilla.jstenback.com
a7d3be856e Fixing bug 272455. Make prompt() work again if called from chrome code. r=darin@meer.net, sr=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@170861 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 23:48:26 +00:00
mrbkap%gmail.com
7c68f3261e The last checkin also included the fix for bug 284587, with r=jst sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170860 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 23:43:41 +00:00
despotdaemon
ce1369604d Pseudo-automatic update of changes made by root.
git-svn-id: svn://10.0.0.236/trunk@170859 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 23:41:35 +00:00
mrbkap%gmail.com
98ef34f571 bug 285250: Give tags the ability to request to be either in the head OR the body. They follow the same rules that userdefined, whitespace, and newline tags used to follow. r=bzbarsky sr=jst
git-svn-id: svn://10.0.0.236/trunk@170858 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 23:28:35 +00:00
jwatt%jwatt.org
277dc215c4 Fixing bug 286542. In the html source of owners.html, each module owner and peer should be on a separate line. r=myk@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170857 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 23:23:13 +00:00
bienvenu%nventure.com
94ffa7b2c8 285922 allow filters after the fact to mark messages as junk/non junk, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170856 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 23:19:02 +00:00
bienvenu%nventure.com
9a09566108 fix 281473 restart required after switching from non ssl port to ssl port on imap server, on server that allows connection to default port but disables login, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170855 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 22:59:17 +00:00
scott%scott-macgregor.org
86b428e1ae open the options dialog by default for now until the options dialog is smart enough to open the offline dialog
directly.


git-svn-id: svn://10.0.0.236/trunk@170854 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 22:22:24 +00:00
scott%scott-macgregor.org
761f157922 Bug #286566 --> edit ldap options dialogs are getting transparent backgrounds.
Don't load prefPanels.css which doesn't exist for Thunderbird and does't contain any CSS needed by these dialogs
anyway. Use chrome://messenger/skin instead.


git-svn-id: svn://10.0.0.236/trunk@170853 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 21:44:58 +00:00
wtchang%redhat.com
2a29625f3d Got rid of extraneous ^M characters at some line endings.
git-svn-id: svn://10.0.0.236/trunk@170852 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 21:28:40 +00:00
scott%scott-macgregor.org
7510e75fdf Bug #285076 --> XUL Template Builder doesn't work with Dynamic overlays because we aren't sending out notifications to the document when the overlay is loaded dynamically.
r=jst
sr=bryner


git-svn-id: svn://10.0.0.236/trunk@170851 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 21:26:04 +00:00
peterv%propagandism.org
d06ab89f85 Fix for bug 285166: createElement crashes [@ NS_NewHTMLElement] [@
git-svn-id: svn://10.0.0.236/trunk@170850 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 20:41:27 +00:00
joshmoz%gmail.com
cda50ca81e add some default browser code documentation
git-svn-id: svn://10.0.0.236/trunk@170849 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 20:21:00 +00:00
joshmoz%gmail.com
50932776a4 don't hang if launch services can't find the browser it said is default. no bug
git-svn-id: svn://10.0.0.236/trunk@170848 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 20:15:36 +00:00
jst%mozilla.jstenback.com
51c4c6b9c8 Fixing mistake in my earlier cleanup patch.
git-svn-id: svn://10.0.0.236/trunk@170847 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 19:43:34 +00:00
timeless%mozdev.org
e59e2b9af7 Bug 160095 NOEMBED tag causes leaks as the skipped content is not consumed.
patch by mrbkap@gmail.com r=rbs sr=brendan


git-svn-id: svn://10.0.0.236/trunk@170846 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 19:38:01 +00:00
scott%scott-macgregor.org
39e6039e54 Bug #286451 --> Package global\alerts into release builds
git-svn-id: svn://10.0.0.236/trunk@170844 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 18:39:37 +00:00
aaronleventhal%moonset.net
2cb50519df Bug 284717. Events for DHTML menu events still not correct. r=pkw, sr=jst
git-svn-id: svn://10.0.0.236/trunk@170843 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 18:33:50 +00:00
jst%mozilla.jstenback.com
17be0e9454 Whitespace and formatting cleanup to get some sort of consistency into this code.
git-svn-id: svn://10.0.0.236/trunk@170842 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 18:00:33 +00:00
jst%mozilla.jstenback.com
cfed5fdaed Fixing the remaining part of bug 285438 for Firefox. Do the appropriate security checks when drag n' dropping into Firefox. r=ben@bengoodger.com, sr=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@170841 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 17:40:55 +00:00
lpsolit%gmail.com
d94063c4cb Bug 278717: Can't create "create bug" template with multiple CCs if you use usemenuforusers - Patch by Marc Schumann <wurblzap@gmail.com> r=myk, a=myk
git-svn-id: svn://10.0.0.236/trunk@170840 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 15:50:45 +00:00
lpsolit%gmail.com
1508a8a946 Bug 286311: print "Context-type..." is used instead of print $cgi->header() (cookies aren't sent in header) - Patch by Jacob Steenhagen <jake@bugzilla.org> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@170839 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 15:14:58 +00:00
lpsolit%gmail.com
4789b84732 Bug 282384: Templatize the 'select classification' bit of editproducts - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit, a=justdave
git-svn-id: svn://10.0.0.236/trunk@170838 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 14:47:06 +00:00
lpsolit%gmail.com
205308a84f Bug 280639: When creating bookmarkable template, it is called "this link" - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
git-svn-id: svn://10.0.0.236/trunk@170837 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 10:47:33 +00:00
despotdaemon
b2a5dc3a07 Pseudo-automatic update of changes made by LpSolit@gmail.com.
git-svn-id: svn://10.0.0.236/trunk@170836 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 10:18:26 +00:00
ben%bengoodger.com
03fbda3c83 add nigel mcfarlane to credits
git-svn-id: svn://10.0.0.236/trunk@170835 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 09:41:37 +00:00
despotdaemon
b2d56da1f5 Pseudo-automatic update of changes made by light@rathedg.com.
git-svn-id: svn://10.0.0.236/trunk@170834 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 07:43:43 +00:00
mkanat%kerio.com
2fa9c9d7cc Bug 286501: Summarize time fails with "Can't bind reference" error
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170833 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 06:56:16 +00:00
mkanat%kerio.com
dee468436c Bug 286392: String concatenation on postgres does not always work
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170832 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 06:54:05 +00:00
mkanat%kerio.com
b4a6d7ab66 Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not support
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=myk, a=myk


git-svn-id: svn://10.0.0.236/trunk@170831 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 06:52:26 +00:00
mkanat%kerio.com
03db8d0a41 Bug 284125: PostgreSQL cannot call SUM on a boolean (Boolean Charts)
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170830 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 06:50:44 +00:00
despotdaemon
b31597287d Pseudo-automatic update of changes made by Olli.Pettay@helsinki.fi.
git-svn-id: svn://10.0.0.236/trunk@170829 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 06:39:44 +00:00
justdave%bugzilla.org
dff672be02 Bug 278823: Make the "Back to bug ####" text read "Go to bug ####" if you didn't just come from said bug.
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>
r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170828 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 06:13:15 +00:00
bzbarsky%mit.edu
42183387e4 Fix comments to clearly distinguish services and components. Bug 285080,
r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@170825 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 05:06:27 +00:00
dbaron%dbaron.org
5fdd920cd6 Fix 'cursor' cascading issues with url()s. b=286388 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170823 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 04:38:39 +00:00
gandalf%firefox.pl
6bbfdfb3ab Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale); r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170822 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 03:08:05 +00:00
scott%scott-macgregor.org
b5c051ddbb Bug #285878 -->show saved passwords doesn't work for users that have never set a master password
before.


git-svn-id: svn://10.0.0.236/trunk@170821 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 03:06:04 +00:00
gandalf%firefox.pl
39809a18b4 Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale). mail/locales/jar.mn part; r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170820 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 02:32:28 +00:00
wtchang%redhat.com
1a97a65f35 Changed "it's" to "its".
git-svn-id: svn://10.0.0.236/trunk@170819 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 02:24:01 +00:00
edburns%acm.org
3ffcb6c7ff [11-StateSavingWindowId]
This change-bundle implements the FULL proposal for this, as well as
covering some corner-cases not in the initial proposal.

I have yet to get the last stamp of approval from the EG, but I'm
confident we'll get it, so I'm checking it in now.

r=visvan.

SECTION: API Changes

M jsf-api/src/javax/faces/application/StateManager.java

- reword the class description for readability

- saveSerializedView

  Deprecate this.  Make it no-longer abstract.  Provide default impl
  that returns null.

- saveView

  new method.  Replaces saveSerializedView.  Provide default impl that
  calls through to saveSerializedView().


- writeState that takes Object

  new method.  Provide default impl:

+     * <p>For backwards compatability with existing
+     * <code>StateManager</code> implementations, the default
+     * implementation of this method checks if the argument is an
+     * instance of <code>Object []</code> of length greater than or
+     * equal to two.  If so, it creates a <code>SerializedView</code>
+     * instance with the tree structure coming frome element zero and
+     * the component state coming from element one and calls through to
+     * {@link
+     * #writeState(javax.faces.context.FacesContext,javax.faces.application.StateManager.SerializedView}.
+     * If not, does nothing.</p>

- getTreeStructureToSave
- getComponentStateToSave
- restoreTreeStructure
- restoreComponentState

  Deprecate these.  Provide default impl that returns null or no-ops.

- SerializedView

  Deprecate this.

M jsf-api/src/javax/faces/application/StateManagerWrapper.java

- add new methods.

M jsf-api/src/javax/faces/render/ResponseStateManager.java

- writeState that takes Object

  new method.

+     * <p>For backwards compatability with existing
+     * <code>ResponseStateManager</code> implementations, the default
+     * implementation of this method checks if the argument is an
+     * instance of <code>SerializedView</code>.  If so, it calls through
+     * to {@link
+     * #writeState(javax.faces.context.FacesContext,javax.faces.application.StateManager.SerializedView}.
+     * If not, does nothing.</p>

- writeState that takes SerializedView

+     * @deprecated This method has been replaced by {@link
+     * #writeState(javax.faces.context.FacesContext,java.lang.Object)}.
+     * The default implementation of this method does nothing.
+     *

- getState

  new method.

- getTreeStructureToRestore
- getComponentStateToRestore

  Deprecate these.  Provide default impl that returns null or no-ops.

SECTION: RI Changes

M jsf-ri/src/com/sun/faces/application/StateManagerImpl.java

  Provide implementations for deprecated methods that will be called by
  the default implementations of the new methods in StateManager.

  - saveSerializedView(): no functional change since last version

M jsf-ri/src/com/sun/faces/application/ViewHandlerImpl.java

- move the responsibility for doing the redirect to createView() from
  renderView(), since it was only designed to catch the initial request.

M jsf-ri/src/com/sun/faces/lifecycle/RestoreViewPhase.java

- introduce private isPostback() method.

+     * @return true if the request method is POST or PUT, or the method
+     * is GET but there are query parameters, or the request is not an
+     * instance of HttpServletRequest.

  Only call restoreView() if isPostback(), otherwise call createView().

M jsf-ri/src/com/sun/faces/renderkit/ResponseStateManagerImpl.java

- modify getTreeStructureToRestore() so it knows the value of the hidden
  field is only a string, not a base64 encoded object tree, if the
  stateSavingMethod is server.

- modify writeState() to not encode the view if we're saving state in
  the server, just write out the id.

- remove unused replaceMarkers method.

M jsf-ri/src/com/sun/faces/taglib/jsf_core/ViewTag.java

- leverage new APIs and rely on impl to delegate to deprecated APIs for
  backwards compatability.

M jsf-ri/systest/build-tests.xml
M jsf-ri/systest/src/com/sun/faces/htmlunit/AbstractTestCase.java
M jsf-ri/systest/src/com/sun/faces/jsptest/JspIntegrationTestCase.java
M jsf-ri/test/com/sun/faces/FacesTestCaseService.java
M jsf-ri/test/com/sun/faces/lifecycle/TestApplyRequestValuesPhase.java
M jsf-ri/test/com/sun/faces/lifecycle/TestLifecycleImpl_initial.java
M jsf-ri/test/com/sun/faces/lifecycle/TestPhase.java
M jsf-ri/test/com/sun/faces/lifecycle/TestProcessValidationsPhase.java
M jsf-ri/test/com/sun/faces/lifecycle/TestRestoreViewPhase.java
M jsf-ri/web/test/RenderResponse_correct
M jsf-ri/web/test/TestLifecycleImpl_initial_correct
M jsf-ri/web/test/TestViewHandlerImpl_correct

- Oof, mondo changes here.


git-svn-id: svn://10.0.0.236/trunk@170818 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 01:56:55 +00:00
gandalf%firefox.pl
eebb0cb674 Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale); r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170817 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 01:51:31 +00:00
neil.williams%sun.com
e36019c5db Bug 285208 Fixes ext processing bug introduced by previous patch.
r=nelson


git-svn-id: svn://10.0.0.236/trunk@170816 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 01:43:47 +00:00
gandalf%firefox.pl
7db82a2e87 Bug 283343: GFX::nsBlender - wrong order of parameters may cause wrong color depth calculation; p=sergei_d@fi.tartu.ee r/sr=roc
git-svn-id: svn://10.0.0.236/trunk@170815 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 01:39:51 +00:00
despotdaemon
fbb1e419d1 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170814 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 01:17:17 +00:00
despotdaemon
feef854f5a Pseudo-automatic update of changes made by wtchang@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@170813 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 00:26:48 +00:00
gerv%gerv.net
bbd9abaf6e Bug 179514 - make CVS bug lists use consistent format for date and time. Patch by gerv; r,a=myk.
git-svn-id: svn://10.0.0.236/trunk@170812 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-17 00:01:28 +00:00
mkanat%kerio.com
5b16bb5528 Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk


git-svn-id: svn://10.0.0.236/trunk@170811 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 23:50:59 +00:00
scott%scott-macgregor.org
d22f73b18f Bug #286317 --> SMTP change impossible without description
because ClearPref is throwing an exception for pref values that have no value.

sr=neil


git-svn-id: svn://10.0.0.236/trunk@170810 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 23:33:42 +00:00
wtchang%redhat.com
85aa04fb7d Bugzilla Bug 238563: added a comment that Nelson suggested in code review.
git-svn-id: svn://10.0.0.236/trunk@170807 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 23:21:11 +00:00
despotdaemon
90cdb4aa85 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170805 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 23:04:29 +00:00
scott%scott-macgregor.org
e7065b2937 Bug#286468 --> "Change Action" dialog application name fields have height=0
git-svn-id: svn://10.0.0.236/trunk@170804 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 23:02:34 +00:00
scott%scott-macgregor.org
cb7373fa95 Bug #282506 --> Inline spell check words go blank while message is being sent
because the text frame is hiding selection text for disabled text nodes. We should never hide
the selection if it is of type spellcheck.

sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@170803 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 22:58:10 +00:00
wtchang%redhat.com
1dac39cc88 Bugzilla Bug 286302: made PK11_CreateSymKey static and renamed it
pk11_CreateSymKey.  r=nelsonb.
Modified Files: pk11priv.h pk11skey.c


git-svn-id: svn://10.0.0.236/trunk@170802 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 22:40:35 +00:00
scott%scott-macgregor.org
3c6818b234 Bug #284144 --> add options and disk space UI to the advanced options panel
git-svn-id: svn://10.0.0.236/trunk@170801 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 22:23:33 +00:00
bugzilla%arlen.demon.co.uk
cad464bd34 Bug 286126 help-glossary.rdf: 2 SSL Entries
p=opitz.michael@inode.at r=me


git-svn-id: svn://10.0.0.236/trunk@170800 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 22:02:36 +00:00
jake%bugzilla.org
c9ed0b7c48 Backing out the fix for bug 135812 as it causes the mail params to be deleted on new installs.
git-svn-id: svn://10.0.0.236/trunk@170799 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 21:58:56 +00:00
wtchang%redhat.com
9f6394e7f4 Bugzilla Bug 286313: code cleanup: use PORT_New and PORT_ZNew to allocate
structures. r=nelsonb.


git-svn-id: svn://10.0.0.236/trunk@170798 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 21:57:47 +00:00
mkaply%us.ibm.com
8961c14722 #285849
r/sr=mkaply
From Peter Weilbacher - OS/2 does different stuff with system resolution


git-svn-id: svn://10.0.0.236/trunk@170797 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 21:57:10 +00:00
mkaply%us.ibm.com
50089c0aaf #285851
r/sr=mkaply
From Peter Weilbacher - OS/2 needs to use Windows style and title for preferences


git-svn-id: svn://10.0.0.236/trunk@170796 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 21:52:44 +00:00
darin%meer.net
3783026f59 fixes bug 282441 "map tiles sometimes fail to load when pipelining is enabled" r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@170795 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 20:50:37 +00:00
mozilla.mano%sent.com
39a5ed966a Bug 221824 - Winstripe should be rtl compatible, tabbox fixes. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170794 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 20:46:13 +00:00
timeless%mozdev.org
b63e1ffa65 Bug 286185 nsFileSpecUnix::Rename leaks on failure
patch by ajschult@verizon.net r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@170793 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 20:07:34 +00:00
timeless%mozdev.org
1ce9ffb4cd Bug 283840 "Select User Profile" dialog is broken after using "Custom" in installer
patch by ajschult@verizon.net r=bsmedberg sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@170792 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 20:05:46 +00:00
wtchang%redhat.com
762e81f2b6 Bugzilla Bug 286318: performance optimization: save the result of
PK11_SESSION_LOCK in a local variable and reuse the result. r=nelsonb.
Modified Files: pkcs11.c pkcs11u.c


git-svn-id: svn://10.0.0.236/trunk@170791 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 19:24:45 +00:00
wtchang%redhat.com
905999863e Bugzilla Bug 286313: pk11_getKeyFromList can call PORT_Alloc instead of
PORT_ZAlloc.  PK11_CreateSymKey should set the data.type member. r=jpierre


git-svn-id: svn://10.0.0.236/trunk@170790 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 19:10:49 +00:00
wtchang%redhat.com
65e2db1158 Bugzilla Bug 286298: comment formatting changes only.
Modified Files: pkcs11i.h pkcs11u.c


git-svn-id: svn://10.0.0.236/trunk@170789 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 19:02:04 +00:00
wtchang%redhat.com
5be6e2784c Bugzilla Bug 286298: removed the PKCS11_STATIC_ATTRIBUTES and
PKCS11_REF_COUNT_ATTRIBUTES macros, supporting only one of the three
attribute allocation strategies (static allocation). r=jpierre.
Modified Files: pkcs11i.h pkcs11u.c


git-svn-id: svn://10.0.0.236/trunk@170788 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:48:34 +00:00
mvl%exedo.nl
ae93fbf839 Give this the right classname. Just because it looks better. r=vlad
git-svn-id: svn://10.0.0.236/trunk@170787 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:44:00 +00:00
pedemont%us.ibm.com
7e7e99e909 Should be using variant.val.p rather than variant.ptr for some instances
git-svn-id: svn://10.0.0.236/trunk@170786 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:32:18 +00:00
bsmedberg%covad.net
60a5a104d4 Bug 271929 - Remove purge-old-headers.pl logic and simple rm -rf dist/include at the start of the build process. Patch by Hans-Andreas Engel <Hans-A.Engel@unibas.ch> r=me
git-svn-id: svn://10.0.0.236/trunk@170785 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:21:16 +00:00
scott%scott-macgregor.org
163059109a package up global\alerts so we get the alert notifications css file
git-svn-id: svn://10.0.0.236/trunk@170784 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:19:32 +00:00
doronr%us.ibm.com
e1adf7310c XForms bug 285207 - Need to handle inline schema. r=cartman/smaug
git-svn-id: svn://10.0.0.236/trunk@170783 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:09:40 +00:00
cbiesinger%web.de
6609fd883a Bug 284362 pass unicode host to OnStatus
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@170782 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:04:11 +00:00
bsmedberg%covad.net
c345996af3 Followup from bug 286282 - put the ifdef burden on Thunderbird, not on everyone else r=mvl
git-svn-id: svn://10.0.0.236/trunk@170781 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 18:03:35 +00:00
jwatt%jwatt.org
e5b030f9ed Fixing bug 286386. Build bustage: declaration with no type forbidden. rs=bsmedberg@covad.net
git-svn-id: svn://10.0.0.236/trunk@170779 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 16:36:15 +00:00
jst%mozilla.jstenback.com
5f70261440 Fixing possible build bustage due to null-check on nsCOMPtr of incomplete type.
git-svn-id: svn://10.0.0.236/trunk@170776 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 15:15:52 +00:00
jshin%mailaps.org
942b3b86e1 bug 283992 : keyword search for exactly one word with non-ASCII characters doesn't work (r=darin, sr=bz)
git-svn-id: svn://10.0.0.236/trunk@170775 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 13:33:27 +00:00
peterv%propagandism.org
29b628a938 Bustage fix.
git-svn-id: svn://10.0.0.236/trunk@170774 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 12:05:28 +00:00
steffen.wilberg%web.de
6cb8cb9306 Bug 278936: Credits dialogs still display 2004, bump to 2005. r=dbaron
git-svn-id: svn://10.0.0.236/trunk@170772 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 08:46:11 +00:00
despotdaemon
506acbcc57 Pseudo-automatic update of changes made by vitaly@rathedg.com.
git-svn-id: svn://10.0.0.236/trunk@170770 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 07:55:08 +00:00
scott%scott-macgregor.org
1692676f99 Bug #285510 --> Get rid of platformCommunicator overlays. Stop relying on xpfe\communicator\platform stuff.
This fixes the mac build getting duplicated items in the windows menu.


git-svn-id: svn://10.0.0.236/trunk@170769 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 04:20:38 +00:00
mkanat%kerio.com
b7883c6ae6 Bug 283230: POD for Bugzilla::Flag
Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk


git-svn-id: svn://10.0.0.236/trunk@170767 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 02:39:08 +00:00
dveditz%cruzio.com
94b7a4b0c4 bug 284627 need checkLoadURI for sidebar panels. patch by mconnor,r=bz,r=bryner,sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@170766 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 02:37:21 +00:00
mkanat%kerio.com
fcde9fa3f7 Bug 283231: POD for Bugzilla::FlagType
Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk


git-svn-id: svn://10.0.0.236/trunk@170764 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 02:30:00 +00:00
jst%mozilla.jstenback.com
fd02353dc3 Fixing the Mac widget portion of bug 285438. r+sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@170763 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 02:05:59 +00:00
darin%meer.net
1bb0ba1f3f fixing xulrunner build bustage
git-svn-id: svn://10.0.0.236/trunk@170762 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 02:00:45 +00:00
jst%mozilla.jstenback.com
3e36cbe76e Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@170760 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 01:50:15 +00:00
jst%mozilla.jstenback.com
215eaa61af Whitespace cleanup.
git-svn-id: svn://10.0.0.236/trunk@170759 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 01:20:27 +00:00
despotdaemon
a13fcd5220 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170758 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 01:01:26 +00:00
despotdaemon
63a5f3a3fd Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170757 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 00:57:47 +00:00
despotdaemon
92fffd28e4 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170756 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 00:52:40 +00:00
scott%scott-macgregor.org
2f7d9276c9 alert services change
git-svn-id: svn://10.0.0.236/trunk@170755 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 00:45:08 +00:00
jst%mozilla.jstenback.com
5f552d2f96 Fixing bug 285438. Make our drag n' drop code remember what we're dragging even if the user drags outside the initial window and then back, and make the browser code check that the source of a dragged link has the right to load the target of the link (Win32 and Gtk 1 & 2 only so far, Mac on its way). r=bzbarsky@mit.edu, sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@170754 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 00:40:21 +00:00
mkanat%kerio.com
fda3b0dd8f Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk


git-svn-id: svn://10.0.0.236/trunk@170751 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 00:27:15 +00:00
travis%sedsystems.ca
53c53cf3aa Bug 284811 : Remove %FORM from enter_bug.cgi classification code
Patch by Teemu Mannermaa <wicked@etlicon.fi>   r=LpSolit  a=myk


git-svn-id: svn://10.0.0.236/trunk@170748 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 23:59:46 +00:00
gerv%gerv.net
466d5cd6fd Bug 275705 - better diagnostics for charts. Patch by bugzilla@glob.com.au; r=gerv, a=myk.
git-svn-id: svn://10.0.0.236/trunk@170747 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 23:58:06 +00:00
travis%sedsystems.ca
2ef7aba318 Bug 286286 : Incorrect name check when adding a new classification
Patch by Frederic Buclin <LpSolit@gmail.com>   r=jake  a=myk


git-svn-id: svn://10.0.0.236/trunk@170746 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 23:56:18 +00:00
cbiesinger%web.de
8deb226399 fixing gtk 2.0 bustage from bug 38447
git-svn-id: svn://10.0.0.236/trunk@170742 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 23:19:01 +00:00
scott%scott-macgregor.org
818ec02a47 Bug #286282 --> Thunderbird should be building toolkit\components\alerts instead of xpfe\components\alerts.
Will work on converting the download manager next so we an remove the alerts service ifdef in xpfe\download-manager.

Also, port xpfe's API change to nsIAlertsService to use AString's to toolkit


git-svn-id: svn://10.0.0.236/trunk@170740 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:44:59 +00:00
cbiesinger%web.de
7196967125 Bug 284276 make the ftp channel pass the correct progressMax value to the
listener's onProgress function
r=darin sr=bz


git-svn-id: svn://10.0.0.236/trunk@170739 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:32:43 +00:00
cbiesinger%web.de
cf882fa789 Bug 38447 implement imgIContainer* version of SetCursor on gtk2 (>= 2.4)
r=bryner sr=roc


git-svn-id: svn://10.0.0.236/trunk@170738 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:24:20 +00:00
brendan%mozilla.org
e8f09edf25 Kludge tracing code (DEBUG only) to cope with JSOP_FORELEM oddment (286216).
git-svn-id: svn://10.0.0.236/trunk@170737 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:22:45 +00:00
cbiesinger%web.de
05a3313a64 Bug 38447 implement imgIContainer* version of SetCursor on windows
r=ere sr=roc


git-svn-id: svn://10.0.0.236/trunk@170736 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:13:12 +00:00
cbiesinger%web.de
1ee2edcc11 Bug 285048 nsImageWin::ConvertDDBtoDIB uses wrong color depth
r=ere sr=roc


git-svn-id: svn://10.0.0.236/trunk@170735 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:11:28 +00:00
travis%sedsystems.ca
7351a5b76b Bug 283581 : Move UserInGroup out of globals.pl
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>   r=mkanat  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170734 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:10:14 +00:00
cltbld
9eba92a5b1 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170733 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:08:15 +00:00
travis%sedsystems.ca
d2223e28fc Fix nits on bug 180652 - Frederic Buclin
git-svn-id: svn://10.0.0.236/trunk@170732 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:08:12 +00:00
timeless%mozdev.org
12cacd49b1 Bug 271504 --with-macos-sdk=/Developer/SDKs/MacOSX10.2.8.sdk breaks w/ apple gcc
r=bryner


git-svn-id: svn://10.0.0.236/trunk@170731 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 22:05:01 +00:00
timeless%mozdev.org
c88db0dfc7 Bug 286073 internal code should use application/xml rather than text/xml
patch by bug@annevankesteren.nl r=peterv sr=peterv


git-svn-id: svn://10.0.0.236/trunk@170730 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 21:34:41 +00:00
scott%scott-macgregor.org
93cd847564 Bug #282278 --> Don't spell check message headers when forwarding as inline
r=glazman
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@170729 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 21:04:21 +00:00
scott%scott-macgregor.org
f191e99fb1 Bug #286292 --> Stop building mapi.properties from mailnews\jar.mn for Thunderbird.
Thunderbird no loner uses pref-mailnewsOverlay.dtd so delete it.


git-svn-id: svn://10.0.0.236/trunk@170728 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 21:01:27 +00:00
bsmedberg%covad.net
8f65826636 One additional seamonkey reference from bug 253950.
git-svn-id: svn://10.0.0.236/trunk@170727 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 20:26:36 +00:00
bsmedberg%covad.net
8b9b942db3 Bug 253950 - When the profile is locked, startup UI should be less confusing (not the profile manager) r=ben+darin
git-svn-id: svn://10.0.0.236/trunk@170726 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 20:01:12 +00:00
scott%scott-macgregor.org
5328c72716 Bug #286282 --> Thunderbird should be building toolkit\components\alerts instead of xpfe\components\alerts.
Will work on converting the download manager next so we an remove the alerts service ifdef in xpfe\download-manager.

Also, port xpfe's API change to nsIAlertsService to use AString's to toolkit


git-svn-id: svn://10.0.0.236/trunk@170725 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 19:41:41 +00:00
scott%scott-macgregor.org
a27dd664de Bug #286196 --> Thunderbird trunk throws up "String ID 5104" instead of the "This server requires authentication..." text.
git-svn-id: svn://10.0.0.236/trunk@170724 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 19:20:27 +00:00
dbaron%dbaron.org
538954918b Strings terminated by a newline instead of a closing quote should be handled as errors, not strings. b=286262 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170721 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 18:58:36 +00:00
scott%scott-macgregor.org
c9959df757 credit copy right should say 2005
git-svn-id: svn://10.0.0.236/trunk@170720 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 18:40:12 +00:00
myk%mozilla.org
49fb264deb Fix for bug 286265: makes the RSS bug list explanation read a bit better; r=lpsolit
git-svn-id: svn://10.0.0.236/trunk@170719 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 18:34:58 +00:00
myk%mozilla.org
56b007aeae Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv
git-svn-id: svn://10.0.0.236/trunk@170718 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:48:36 +00:00
myk%mozilla.org
18f28d0208 Fix for bustage: memeber -> member
git-svn-id: svn://10.0.0.236/trunk@170717 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:39:40 +00:00
neil%parkwaycc.co.uk
1b58740d09 Bug 285791 Some CSS effects shouldn't apply to disabled primary toolbar buttons (e.g. Forward) p=stefan_h@hem.utfors.se r+sr=me
git-svn-id: svn://10.0.0.236/trunk@170716 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:35:59 +00:00
doronr%us.ibm.com
b11906e0ff Bug 285751 - Move nsSchemaLoader from nsSupportsHashtable to nsInterfaceHashtable. r/sr=peterv
git-svn-id: svn://10.0.0.236/trunk@170715 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:26:06 +00:00
myk%mozilla.org
4e19528ae9 Fix for bug 82878: Generate RSS 1.0 version of bug lists.
Patch by Jason Remillard.
r=myk
a=myk


git-svn-id: svn://10.0.0.236/trunk@170714 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:22:14 +00:00
despotdaemon
8011395d4e Pseudo-automatic update of changes made by daniel@glazman.org.
git-svn-id: svn://10.0.0.236/trunk@170713 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:18:36 +00:00
myk%mozilla.org
bae03701a8 Fix for bug 82878: Generate RSS 1.0 version of bug lists.
Patch by Jason Remillard.
r=myk
a=myk


git-svn-id: svn://10.0.0.236/trunk@170712 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:16:25 +00:00
igor%mir2.org
64d15fabc6 Fixing bug 286251: removal of double call to initFunction which was spotted by Gilles Barnier <gilles.barnier@veritas.com>.
git-svn-id: svn://10.0.0.236/trunk@170711 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:13:02 +00:00
despotdaemon
868e1efd5b Pseudo-automatic update of changes made by daniel@glazman.org.
git-svn-id: svn://10.0.0.236/trunk@170710 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 17:04:17 +00:00
despotdaemon
d467ea1c50 Pseudo-automatic update of changes made by tor@cs.brown.edu.
git-svn-id: svn://10.0.0.236/trunk@170709 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 16:55:47 +00:00
travis%sedsystems.ca
cea72ba7c2 Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating address
Patch by Cedric Caron <cedric.caron@urbanet.ch>   r=wurblzap  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170708 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 16:44:12 +00:00
travis%sedsystems.ca
62918f18a8 Bug 280517 : Let me know who is watching my account
Patch by Frederic Buclin <LpSolit@gmail.com>  r=myk a=myk


git-svn-id: svn://10.0.0.236/trunk@170707 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 16:10:18 +00:00
travis%sedsystems.ca
ec8b388c23 Bug 238866 : remove %FORM from query.cgi
Patch by Teemu Mannermaa <wicked@etlicon.fi>   r=gerv  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170706 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 16:04:00 +00:00
travis%sedsystems.ca
d21f70cb83 Bug 180652 : Marking an attachment as obsolete should cancel all unfulfilled requests
Patch by Frederic Buclin <LpSolit@gmail.com>  r=myk  a=myk


git-svn-id: svn://10.0.0.236/trunk@170705 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 15:57:19 +00:00
travis%sedsystems.ca
ca454d5e4f Bug 285689 : quip_list_entry_control conversion code is not converting the enablequips 'off' value
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=mkanat  a=myk


git-svn-id: svn://10.0.0.236/trunk@170704 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 15:55:42 +00:00
aaronleventhal%moonset.net
d54f2d2ae0 Fixing bustage, forgot new files
git-svn-id: svn://10.0.0.236/trunk@170703 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 15:44:02 +00:00
aaronleventhal%moonset.net
3815cc10ce Bug 280055. AccessibleObjectFromPoint() broken for XUL tabs in Firefox. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@170702 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 15:32:30 +00:00
allan%beaufour.dk
3a41be1499 Fixes location of about:. Bug 272556, r=neil.parkwaycc.co.uk, sr=alecf, patch by bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170701 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 15:24:20 +00:00
aaronleventhal%moonset.net
6d9d039e4c Bug 274600. Fix erratic rendering of applets in iframes. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@170700 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 15:24:08 +00:00
aaronleventhal%moonset.net
e221df4fbe Bug 285711. Support accessible alerts. r=pkwarren, sr=henry.jia
git-svn-id: svn://10.0.0.236/trunk@170699 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 15:00:44 +00:00
mkaply%us.ibm.com
01b34d6766 #285948
r=mkaply
From Peter Weilbacher - update suite readme for OS/2


git-svn-id: svn://10.0.0.236/trunk@170698 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 14:41:59 +00:00
mkaply%us.ibm.com
402d02f30c #281203
r=mkaply, sr=blizzard (platform specific)
From Andy Willis - remove unused references to pointer files


git-svn-id: svn://10.0.0.236/trunk@170697 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 14:34:04 +00:00
mkaply%us.ibm.com
4dc9dfcb2c #281203
r=mkaply, sr=blizzard (platform specific)
From Andy Willis - remove unused references to pointer files


git-svn-id: svn://10.0.0.236/trunk@170696 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 14:32:55 +00:00
mkaply%us.ibm.com
dd936e1df4 #286207
r=mkaply, sr=blizzard (platform specific)
From Rich Walsh - Hack workaround for OS/2 crash caused by the fix for 125386


git-svn-id: svn://10.0.0.236/trunk@170695 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 13:56:04 +00:00
neil%parkwaycc.co.uk
97aa55bd1b Bug 256050 JavaScript Error: currentNode.getAttribute is not a function p=gautheri@noos.fr r=mscott sr=me
git-svn-id: svn://10.0.0.236/trunk@170694 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 12:22:17 +00:00
neil%parkwaycc.co.uk
a76957c2c6 Bug 279627 Can't consistently set as default mail client r+sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170693 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 09:46:19 +00:00
allan%beaufour.dk
3c8cfc9cbb Fix xpi packaging, so version is taken from Makefile.in and make clean removes temporaries. Bug 285418, r=aaronr
git-svn-id: svn://10.0.0.236/trunk@170692 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 09:12:57 +00:00
mkanat%kerio.com
b18f595890 Bug 285552: Cannot enter a bug on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk


git-svn-id: svn://10.0.0.236/trunk@170691 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 07:59:18 +00:00
smfr%smfr.org
26b73a9d35 Fix bug 286157: the Description column was calling -description, rather than -itemDescription.
git-svn-id: svn://10.0.0.236/trunk@170690 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 06:35:40 +00:00
scott%scott-macgregor.org
0ec183aafa Clean up the thunderbird Makefile list to get rid of some obsolete directories.
git-svn-id: svn://10.0.0.236/trunk@170689 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 06:26:04 +00:00
scott%scott-macgregor.org
1c62218c6d Bug #284144 --> Consolidate the new preferences UI directory.
git-svn-id: svn://10.0.0.236/trunk@170688 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 06:24:32 +00:00
scott%scott-macgregor.org
1cc340e96a Bug #285831 --> Opening accountmanager from mail compose leads to a blank account panel.
git-svn-id: svn://10.0.0.236/trunk@170687 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 06:16:22 +00:00
nelsonb%netscape.com
b2a948c42b Eliminate one cause of double-deletes of PKCS11 keys and sessions.
Bug 283690. Patch contributed by Bob Relyea. r=nelson.


git-svn-id: svn://10.0.0.236/trunk@170686 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 05:27:31 +00:00
mkanat%kerio.com
abc539470f Bug 285534: bugs.qa_contact should allow NULL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170685 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 05:20:48 +00:00
timeless%mozdev.org
d42439d4f0 Bug 131849 addressbook build system requires exporting internal files
build bustage
temporary hack


git-svn-id: svn://10.0.0.236/trunk@170684 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 05:19:50 +00:00
edburns%acm.org
36351d715a This checkin starts updating the javadocs. Wow. Some of these docs
haven't been touched since 1998!

A dom/classes/org/mozilla/dom/package.html
A dom/classes/org/mozilla/dom/util/package.html
A util/classes/org/mozilla/util/package.html
A webclient/classes_spec/org/mozilla/webclient/overview.html
A webclient/classes_spec/org/mozilla/webclient/package.html
M dist/build.xml
M util/classes/org/mozilla/util/Debug.java
M util/classes/org/mozilla/util/Log.java
M util/classes/org/mozilla/util/Range.java
M util/classes/org/mozilla/util/Utilities.java
M webclient/classes_spec/org/mozilla/webclient/BrowserControl.java
M webclient/classes_spec/org/mozilla/webclient/BrowserControlFactory.java
M webclient/classes_spec/org/mozilla/webclient/ImplObject.java
M webclient/classes_spec/org/mozilla/webclient/Navigation2.java
M webclient/classes_spec/org/mozilla/webclient/WebclientFactory.java
M dom/classes/org/mozilla/dom/events/MouseEventImpl.java

- Changes to allow generation of javadocs from full tree.


git-svn-id: svn://10.0.0.236/trunk@170683 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 03:14:16 +00:00
scott%scott-macgregor.org
abbedb207a Bug #272304 --> security options don't appear from mail compose window. Port from the 1.0 branch.
git-svn-id: svn://10.0.0.236/trunk@170682 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 03:09:48 +00:00
myk%mozilla.org
8c355f7786 Fix for bug 286171: make despot use a despot-specific MySQL user instead of root; r=justdave
git-svn-id: svn://10.0.0.236/trunk@170681 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 02:58:55 +00:00
despotdaemon
a06191b310 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170680 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 02:53:03 +00:00
edburns%acm.org
33e259872d This checkin starts updating the javadocs. Wow. Some of these docs
haven't been touched since 1998!

A dom/classes/org/mozilla/dom/package.html
A dom/classes/org/mozilla/dom/util/package.html
A util/classes/org/mozilla/util/package.html
A webclient/classes_spec/org/mozilla/webclient/overview.html
A webclient/classes_spec/org/mozilla/webclient/package.html
M dist/build.xml
M util/classes/org/mozilla/util/Debug.java
M util/classes/org/mozilla/util/Log.java
M util/classes/org/mozilla/util/Range.java
M util/classes/org/mozilla/util/Utilities.java
M webclient/classes_spec/org/mozilla/webclient/BrowserControl.java
M webclient/classes_spec/org/mozilla/webclient/BrowserControlFactory.java
M webclient/classes_spec/org/mozilla/webclient/ImplObject.java
M webclient/classes_spec/org/mozilla/webclient/Navigation2.java
M webclient/classes_spec/org/mozilla/webclient/WebclientFactory.java

- Start refresh of javadocs


git-svn-id: svn://10.0.0.236/trunk@170679 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 02:49:16 +00:00
despotdaemon
46d22ee890 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170678 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 02:46:29 +00:00
leon.sha%sun.com
86c6c81a2a Bug 263177 [ps] mozilla generates level 2 postscript that will not print on a level 1 printer.
Patch by leon.sha@sun.com.
kherron+mozilla: review+
roc: superreview+


git-svn-id: svn://10.0.0.236/trunk@170677 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 02:01:21 +00:00
scott%scott-macgregor.org
242dcfda89 ug #285772 --> Fix missing toolbar icons in the stand alone message window
git-svn-id: svn://10.0.0.236/trunk@170676 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 01:58:16 +00:00
richm%stanfordalumni.org
4ad846b91f add support for Red Hat Enterprise Linux 4 - kernel 2.6
git-svn-id: svn://10.0.0.236/trunk@170673 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 01:57:53 +00:00
leon.sha%sun.com
4d4d264abe Bug 283437 [Postscript] If the page size is not set correctly, there will be a PostScript error "configurationerror".
Patch by leon.sha@sun.com.
kherron+mozilla: review+
roc: superreview+


git-svn-id: svn://10.0.0.236/trunk@170672 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 01:56:41 +00:00
timeless%mozdev.org
72c3b2c9b6 Bug 131849 addressbook build system requires exporting internal files
build bustage


git-svn-id: svn://10.0.0.236/trunk@170670 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 01:02:27 +00:00
bob%bclary.com
ceb2e0f825 modify to follow ecma3 specification. See bug 281606
git-svn-id: svn://10.0.0.236/trunk@170667 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 00:28:38 +00:00
jst%mozilla.jstenback.com
44051b78a8 Whitespace cleanup and sanitizing code a bit.
git-svn-id: svn://10.0.0.236/trunk@170666 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 00:26:15 +00:00
jst%mozilla.jstenback.com
9baaeed0ed Whitespace cleanup and sanitizing code a bit.
git-svn-id: svn://10.0.0.236/trunk@170665 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-15 00:07:46 +00:00
mkanat%kerio.com
7013b8fba9 Bug 251960: Search.pm uses DB dependent comma operator
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170664 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 23:17:47 +00:00
aaronleventhal%moonset.net
4b1cb46c00 Bug 285285. Add SINGLE_LINE and MULTI_LINE extended state to single line text inputbox and clean up form control state code somewhat. r=louie.zhao, sr=henry.jia
git-svn-id: svn://10.0.0.236/trunk@170662 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 23:10:53 +00:00
darin%meer.net
541a3f3ffc fixes bug 285799 "UserAgent string is malformed for XULRunner apps" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170661 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 22:59:05 +00:00
jst%mozilla.jstenback.com
0e981e5514 Whitespace cleanup to get some consistency into this code.
git-svn-id: svn://10.0.0.236/trunk@170660 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 22:49:00 +00:00
aaronleventhal%moonset.net
6472433ae9 Bug 286079. Tabindex broken in XUL. r=vlad, sr=neil
git-svn-id: svn://10.0.0.236/trunk@170658 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 22:25:04 +00:00
timeless%mozdev.org
0706d1f9ab Bug 286090 nsXMLHttpRequest.cpp should probably avoid text/xml
patch by bug@annevankesteren.nl r=doron sr=peterv


git-svn-id: svn://10.0.0.236/trunk@170657 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 22:15:05 +00:00
timeless%mozdev.org
50b9cd757d Bug 131849 addressbook build system requires exporting internal files
patch by mark@standard8.demon.co.uk
build bustage


git-svn-id: svn://10.0.0.236/trunk@170656 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 22:05:46 +00:00
wtchang%redhat.com
1cb3817951 Bugzilla Bugs 255633, 285934: '-' must be the first or last character in
a scanlist, otherwise some implementations may interpret it to mean a
range of characters.  Thanks to Frank Wein <bugzilla@mcsmurf.de> for the
bug report and suggesting the fix.


git-svn-id: svn://10.0.0.236/trunk@170655 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 21:40:15 +00:00
pedemont%us.ibm.com
362a2db375 Make thread locking less stupid.
git-svn-id: svn://10.0.0.236/trunk@170654 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 21:18:53 +00:00
vladimir%pobox.com
92b1b8038f b=285582,286069; fix error handling paths and storage provider always returning occurrences; patches from stelian@popies.net, r=vladimir
git-svn-id: svn://10.0.0.236/trunk@170653 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 20:09:25 +00:00
jwatt%jwatt.org
299da45809 Fixing bug 245664. www.mozilla.org/owners.html looks awful in Mozilla. r=myk@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170652 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 20:01:26 +00:00
dougt%meer.net
3717ef9f58 Fixing build bustage. XP_UNIX isn't defined for Makefile's, only source files. Using MOZ_WIDGET_TOOLKIT works in Makefiles.
git-svn-id: svn://10.0.0.236/trunk@170651 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 20:00:44 +00:00
dbaron%dbaron.org
d22c1d3cf2 Clean up after the people who added mozilla/toolkit, mozilla/storage, and mozilla/db/sqlite3 to the default pull by adding them to the modules that tinderbox uses for showing checkins. r=cmp
git-svn-id: svn://10.0.0.236/trunk@170650 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 19:37:18 +00:00
wtchang%redhat.com
ae6d49db5f Bugzilla Bug 276183: added a comment for PK11_HashBuf.
git-svn-id: svn://10.0.0.236/trunk@170649 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 19:22:06 +00:00
gandalf%firefox.pl
d51cd2d144 bug 279768: Bring build system to work with --enable-ui-locale. autoconfig part; r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170648 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:58:01 +00:00
neil.williams%sun.com
433054e19a Bug 285208: certutil when given arguments for both -7 and -8 would create two
subjAltName extensions. Now a list single extension with both name types in
created.
r=nelson


git-svn-id: svn://10.0.0.236/trunk@170647 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:55:46 +00:00
mvl%exedo.nl
211367576f Remove extra definition of WeekView.prototype.getNewEventDate()
bug 285220, patch by gekacheka@yahoo.com, r=me


git-svn-id: svn://10.0.0.236/trunk@170646 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:43:10 +00:00
timeless%mozdev.org
5c48b187b7 Bug 131849 addressbook build system requires exporting internal files
patch by mark@standard8.demon.co.uk
(build bustage)


git-svn-id: svn://10.0.0.236/trunk@170645 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:40:21 +00:00
wtchang%redhat.com
40b72bb4ab Bugzilla Bug 238563: removed PR_ASSERT from pr_ZoneRealloc because it is
redundant with the DEBUG fprintf.  (Darin Fisher of Google pointed out this
problem in his code review.)


git-svn-id: svn://10.0.0.236/trunk@170644 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:32:02 +00:00
wtchang%redhat.com
88c87a3a37 Bugzilla Bug 238563: moved the pr_ZoneMalloc call before the realloc call.
realloc frees memory pointed to by (the original value of) 'oldptr', so
we cannot perform any operation that may fail after a successful realloc
call. r=darin.


git-svn-id: svn://10.0.0.236/trunk@170643 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:27:46 +00:00
despotdaemon
da85e6d98f Pseudo-automatic update of changes made by mconnor@myrealbox.com.
git-svn-id: svn://10.0.0.236/trunk@170642 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:21:38 +00:00
despotdaemon
9d91fadd0b Pseudo-automatic update of changes made by mconnor@myrealbox.com.
git-svn-id: svn://10.0.0.236/trunk@170641 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:13:55 +00:00
despotdaemon
bc805b3a3d Pseudo-automatic update of changes made by mconnor@myrealbox.com.
git-svn-id: svn://10.0.0.236/trunk@170640 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:13:02 +00:00
despotdaemon
effe504b33 Pseudo-automatic update of changes made by mconnor@myrealbox.com.
git-svn-id: svn://10.0.0.236/trunk@170639 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:12:37 +00:00
wtchang%redhat.com
3dd505efc7 Bugzilla Bug 284386: the OID for RFC 1327 ucl was incorrectly encoded.
git-svn-id: svn://10.0.0.236/trunk@170638 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:04:44 +00:00
wtchang%redhat.com
b2c15da53a Bugzilla Bug 284386: fixed build error using gcc4. gcc4 disallows arrays
of incomplete element type (which are invalid in C).  We moved the
declaration of nss_builtin_oids to pki1.h, after the definition of NSSOID.
r=caillon.
Modified Files: oiddata.h oidgen.perl pki1.h


git-svn-id: svn://10.0.0.236/trunk@170637 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 18:02:00 +00:00
gandalf%firefox.pl
844bf1becb Bug 231361: download manager doesn't show downloaded filesize after 1MB if the filesize is "unknown"; p=bisi@pikslar.com, r=ben
git-svn-id: svn://10.0.0.236/trunk@170636 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 17:48:14 +00:00
timeless%mozdev.org
9be188452f Bug 131849 addressbook build system requires exporting internal files
patch by mark@standard8.demon.co.uk r=bryner


git-svn-id: svn://10.0.0.236/trunk@170635 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 17:30:43 +00:00
despotdaemon
0ab1b218c5 Pseudo-automatic update of changes made by benjamin@smedbergs.us.
git-svn-id: svn://10.0.0.236/trunk@170634 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 17:02:36 +00:00
aaronleventhal%moonset.net
7a557aca6e Bug 281545. Fix tabbing in page setup dialog. r=mconnor, sr=neil
git-svn-id: svn://10.0.0.236/trunk@170633 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 16:34:02 +00:00
aaronleventhal%moonset.net
2578b694ae Bug 285651. Opening link in new tab confuses screen readers. r=biesi, sr=bz
git-svn-id: svn://10.0.0.236/trunk@170632 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 16:31:43 +00:00
travis%sedsystems.ca
bb1631d5bf Bug 271125 : Need template for table-simple
Patch by alanjstr <Bugzilla-alanjstrBugs@sneakemail.com>   r=gerv  a=myk


git-svn-id: svn://10.0.0.236/trunk@170631 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 16:24:03 +00:00
tor%cs.brown.edu
dab02d3c7f Bug 285803 - cairo build bustage on AIX
git-svn-id: svn://10.0.0.236/trunk@170630 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 16:16:23 +00:00
tor%cs.brown.edu
59dee922f6 Bug 285803 - cairo build bustage on AIX. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170629 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 16:15:40 +00:00
neil%parkwaycc.co.uk
388e29bf76 Bug 285627 mddepend.pl processes Windows depend files inefficiently r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170628 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 15:57:26 +00:00
bsmedberg%covad.net
466bcaa037 Bug 285757 - Builds with official branding use wrong version of browserconfig.properties (regression from bug 282057) r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170627 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 14:34:12 +00:00
bsmedberg%covad.net
e231265c80 Revert bug 257777 #ifdef on the trunk (app-specific ifdefs are verboten!)
git-svn-id: svn://10.0.0.236/trunk@170626 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 14:19:01 +00:00
gandalf%firefox.pl
635f46562f Bug 279768: Bring build system to work with --enable-ui-locale. Security part; r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170625 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 10:00:58 +00:00
scott%scott-macgregor.org
81ec5370a0 add the unread column icon back to the theme
git-svn-id: svn://10.0.0.236/trunk@170624 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 06:39:23 +00:00
darin%meer.net
c8afb22653 fixes bug 279852 "nsWeakReference not threadsafe assertions due to TimerThread::Init" r=sfraser sr=bryner
git-svn-id: svn://10.0.0.236/trunk@170623 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 06:37:01 +00:00
rbs%maths.uq.edu.au
0ae1bda239 Fix crash on dead pointers by rebuilding the embellished hierarchy when an embellished child is changed, b=284001, r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@170622 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 05:30:49 +00:00
ginn.chen%sun.com
2eebd5ed25 Bug 257075 [keyboard] User can't select mails which are not next to.
r=aaronleventhal sr=neil


git-svn-id: svn://10.0.0.236/trunk@170621 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 03:37:05 +00:00
edburns%acm.org
46882a013a *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@170620 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 00:37:55 +00:00
mozilla.mano%sent.com
9faadb4757 Bug 274707 (Firefox Installer doesn't have access-keys (mnemonics) in License Agreement screen) - switch form &NOT to NO&T. patch by Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170619 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 00:25:12 +00:00
mozilla.mano%sent.com
d7e645cb5a Bug 284968 - Typo in nsDefaultCLH.js (nSIModule). patch by Jeff Walden <jwalden+bmo@mit.edu>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170618 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-14 00:05:15 +00:00
rj.keller%beonex.com
bffe8a7e37 forgot to update code comment - bug 251751 comment 22. r=me
git-svn-id: svn://10.0.0.236/trunk@170617 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 23:23:58 +00:00
rj.keller%beonex.com
86c335d9e9 Bug 251751 - Firefox Help window should not be alwaysRaised. r=mconnor@steelgryphon.com
git-svn-id: svn://10.0.0.236/trunk@170616 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 23:15:48 +00:00
rj.keller%beonex.com
86ae05d3f5 Bug 285035 - Help Documentation should look more like the Mozilla website. r=jwalden@mit.edu
git-svn-id: svn://10.0.0.236/trunk@170615 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 23:14:56 +00:00
mvl%exedo.nl
9a58b59775 refresh unifinder on startup and changes.
bug 285009, patch by jt@nerant.org, r=stuart


git-svn-id: svn://10.0.0.236/trunk@170614 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 23:06:47 +00:00
mvl%exedo.nl
843cc5da02 datepicker should not freeze.
bug 278877, patch by andrew@progressivex.com (andrew@progressivex.com), gekacheka@yahoo.com and me.
r=gekacheka@yahoo.com
also fixes bug 273914. Also see bug 199779


git-svn-id: svn://10.0.0.236/trunk@170613 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 22:04:50 +00:00
mvl%exedo.nl
9155f1cc99 make todos work in ics and memory providers
r=dmose. no bug


git-svn-id: svn://10.0.0.236/trunk@170612 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 21:52:04 +00:00
bzbarsky%mit.edu
bfb78fd928 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@170611 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 19:08:42 +00:00
edburns%acm.org
9b782a05a8 This checkin enables obtaining an InputStream to read the POST body from
a request on the END_URL_LOAD event.  Please see
<http://lxr.mozilla.org/mozilla/source/java/webclient/test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerTest.java#138>
for an example.

Next step is to clean up the javadocs.

A webclient/test/automated/src/test/DocumentLoadListenerTest0.html
M webclient/src_moz/EmbedProgress.cpp
M webclient/test/automated/src/classes/org/mozilla/util/THTTPD.java
M webclient/test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerTest.java


git-svn-id: svn://10.0.0.236/trunk@170610 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 17:56:16 +00:00
cbiesinger%web.de
8593d723e5 Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@170609 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 17:03:44 +00:00
mkanat%kerio.com
f090b71376 Bug 285824: whiteboard, votes, and keywords update in checksetup.pl fails to detect an already-upgraded schema
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170608 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 13:28:05 +00:00
scott%scott-macgregor.org
65b50f1a9e Bug #285815 --> fix the maximize button in the thunderbird 3-pane window
git-svn-id: svn://10.0.0.236/trunk@170607 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 06:13:41 +00:00
dbaron%dbaron.org
dd57304b0c Add missing removeObserver call to fix leak. b=285910 r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170606 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 05:23:16 +00:00
smfr%smfr.org
4d33a204aa Fix bug 285901: when adding a bookmark, be sure to use what the user entered. When bookmarking tabs, take the suggested title from the frontmost tab, not the first one, and when tabs are open but you just want to bookmark the current page, and it's not the first tab, make sure we bookmark the correct tab.
git-svn-id: svn://10.0.0.236/trunk@170605 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 04:01:56 +00:00
smfr%smfr.org
0fcc65209c Fix bug 285793 (broken Add Bookmark toolbar item) by fixing the selector name on the button.
git-svn-id: svn://10.0.0.236/trunk@170604 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-13 03:45:15 +00:00
bugzilla%arlen.demon.co.uk
a170344219 Bug 282893 Properly indent children in help files especially <div> - cs_nav_prefs_appearance cleanup
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170603 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 23:28:16 +00:00
bugzilla%arlen.demon.co.uk
e38f2cef97 Bug 285709 Browser hang instead of displaying cookie allow/session/deny window
p=me r=mconnor - bandaid solution until bsmedberg can look deeper


git-svn-id: svn://10.0.0.236/trunk@170602 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 21:55:42 +00:00
jake%bugzilla.org
156daabf73 Bug 83044 - Any page is now capable of being a login page simply by adding the ?GoAheadAndLogin=1 option to the URL. All links have been changed to make index.cgi the default login page instead of query.cgi.
r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170601 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 21:51:17 +00:00
cltbld
836dadde18 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170600 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 16:57:47 +00:00
dbaron%dbaron.org
56c09d7ae9 Change some build defaults for GTK2 builds: disable core X fonts and FreeType2 font configuration code; disable XPrint. b=281402 r=bsmedberg sr=bryner
git-svn-id: svn://10.0.0.236/trunk@170599 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 16:53:31 +00:00
steffen.wilberg%web.de
2acabe7b18 Bug 284405: document Cmd+. (Command-Period) shortcut introduced by bug 238954. r=Mano, Jeff
git-svn-id: svn://10.0.0.236/trunk@170598 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 14:30:19 +00:00
bmlk%gmx.de
28af0b2d85 Add some debug code for table pseudo frames. The code can be activated by: set GECKO_FRAMECTOR_DEBUG_FLAGS=table-pseudo, bug 280217 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170597 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 10:46:53 +00:00
marco%gnome.org
c521729bf8 Bug 233461 Add icons to the dialogs buttons
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170596 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 10:40:46 +00:00
scott%scott-macgregor.org
1744b268a5 Bug #285817 --> fork communciator's contents.rdf so we don't pick up mozilla suite communicator overlays into our chrome by accident.
git-svn-id: svn://10.0.0.236/trunk@170595 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 06:17:05 +00:00
robert%accettura.com
330efca2d4 rather than silly dev config's from one of my home comp's scrap apache/mysql installs, we should use defaults. (more fallout from bug 285536). I'm pretty sure
this is the last loose end.


git-svn-id: svn://10.0.0.236/trunk@170594 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 04:30:02 +00:00
robert%accettura.com
607aaaa503 also part of bug 285536. Don't need this debug code. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@170593 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 04:25:36 +00:00
robert%accettura.com
edd4a8fad5 mistake from checkin for bug 285536. Debug should be off by default.
git-svn-id: svn://10.0.0.236/trunk@170592 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 04:21:40 +00:00
robert%accettura.com
41d5fddbd8 move reporter tool to ADOdb (bug 285536). Not part of build.
git-svn-id: svn://10.0.0.236/trunk@170591 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 04:19:29 +00:00
travis%sedsystems.ca
16731c3bfb Bug 285708 : colchange.cgi shows "actual_hours" instead of "Actual Hours"
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=mkanat  a=myk


git-svn-id: svn://10.0.0.236/trunk@170590 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 03:24:15 +00:00
scott%scott-macgregor.org
8e0ed44f2e Bug #285808 --> package fontpackage.xul/.js
git-svn-id: svn://10.0.0.236/trunk@170587 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 02:24:08 +00:00
scott%scott-macgregor.org
13dc3d6940 don't build obsolete skin dir anymore
git-svn-id: svn://10.0.0.236/trunk@170586 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 02:12:53 +00:00
scott%scott-macgregor.org
53fcb2b03b Bug #285772 --> remove the old pinstripe skin files now that they live under mail\themes\pinstripe
git-svn-id: svn://10.0.0.236/trunk@170585 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 00:10:33 +00:00
scott%scott-macgregor.org
b4de3baa4f Add some missing files
git-svn-id: svn://10.0.0.236/trunk@170584 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-12 00:09:09 +00:00
scott%scott-macgregor.org
55cac924e7 add messenger.css to the packaging list
git-svn-id: svn://10.0.0.236/trunk@170583 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 23:59:58 +00:00
christophe.ravel.bugs%sun.com
8dc7092bbb 238319: Sun packages changes
Uprev rpm release number.


git-svn-id: svn://10.0.0.236/trunk@170580 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 23:06:41 +00:00
neil%parkwaycc.co.uk
1bd55465b6 Make it easier to pick folders using the XUL filepicker b=142482 r=jan sr=bryner
git-svn-id: svn://10.0.0.236/trunk@170578 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 22:26:17 +00:00
scott%scott-macgregor.org
8466e55374 restructure pinstripe
git-svn-id: svn://10.0.0.236/trunk@170577 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 21:42:10 +00:00
scott%scott-macgregor.org
0dd982aba3 Bug #285772 --> start restructuring pinstripe for Thunderbird into mozilla\mail\themes\pinstripe
git-svn-id: svn://10.0.0.236/trunk@170576 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 21:40:56 +00:00
emaijala%kolumbus.fi
a16154ea42 Attempt to fix VC6 bustage of previous checkin
git-svn-id: svn://10.0.0.236/trunk@170575 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:57:55 +00:00
mkanat%kerio.com
1194a36cb5 Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk


git-svn-id: svn://10.0.0.236/trunk@170574 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:45:03 +00:00
scott%scott-macgregor.org
c77dcbdc72 Bug #285772 --> Restructure the thunderbird qute theme. Move everything under mozilla\mail\themes\qute. Stop relying on files from mozilla\themes\classic.
git-svn-id: svn://10.0.0.236/trunk@170573 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:39:45 +00:00
mkanat%kerio.com
368408c589 Bug 285121: Only run "old" table checks if the database is MySQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170572 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:39:19 +00:00
mkanat%kerio.com
d684245053 Bug 280856: some table definitions are altered *after* the --TABLE-- limit in checksetup.pl
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk


git-svn-id: svn://10.0.0.236/trunk@170571 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:36:47 +00:00
mkanat%kerio.com
03e4fa616a Bug 285407: User cannot log in on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=bugreport, a=myk


git-svn-id: svn://10.0.0.236/trunk@170570 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:31:36 +00:00
bmlk%gmx.de
a8c743d86b revert caption parent frame lookup logic as tags with display: table-caption are not allways just below a table tag bug 284575 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170569 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:21:23 +00:00
mkanat%kerio.com
a477d12723 Bug 285690: bugs.status_whiteboard, bugs.votes, and bugs.keywords need defaults in the Schema
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk


git-svn-id: svn://10.0.0.236/trunk@170568 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:08:06 +00:00
mkanat%kerio.com
b7fd576c4c Bug 285678: NOT(integer) not supported by postgres
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk


git-svn-id: svn://10.0.0.236/trunk@170567 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 19:06:11 +00:00
emaijala%kolumbus.fi
3e282ac220 Fix for bug 285000: MouseTrailer tweaks and fixes.
r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@170566 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 18:46:56 +00:00
tor%cs.brown.edu
4951503152 Bug 285475 - strokes with scaling matrix generating wrong extents and
doing inaccurate hit testing.


git-svn-id: svn://10.0.0.236/trunk@170565 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 17:15:24 +00:00
doronr%us.ibm.com
f04fc0a713 Bug 280945 - XForms XPI missing nsSchemaValidatorRegexp.js. Patch by beaufour, r=me
git-svn-id: svn://10.0.0.236/trunk@170564 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 15:55:39 +00:00
aaronleventhal%moonset.net
c29640713a Fixing a couple of spelling and whitespace nits
git-svn-id: svn://10.0.0.236/trunk@170563 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 15:17:48 +00:00
bsmedberg%covad.net
5e8d3f1e0a Need to fix two additional references from bug 282057 (missed due to prefwindow landings)
git-svn-id: svn://10.0.0.236/trunk@170562 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 13:20:04 +00:00
neil%parkwaycc.co.uk
fd6bd2688a Add HTML to the list of support flavours for Copy Image and provide an embedding interface to choose the flavours to copy b=135300 r=bz sr=smfr
git-svn-id: svn://10.0.0.236/trunk@170561 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 11:12:15 +00:00
bryner%brianryner.com
e2d3a1c980 Make sure that nsJSEventListeners hold a reference to the same identity interface that XPCWrappedNative does. Bug 285546, r=jst, sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@170560 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 10:48:26 +00:00
cvshook%sicking.cc
27ea8c923a Bug 240884: Use a static cache to take the edge off the slowness of IndexOf calls for elements with very many children.
r/sr=bz


git-svn-id: svn://10.0.0.236/trunk@170559 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 09:40:03 +00:00
scott%scott-macgregor.org
4ec9038d4a Bug #285158 --> unfork a bunch of preferences files now that we are sharing them with firefox in toolkit\mozapps\preferences
git-svn-id: svn://10.0.0.236/trunk@170558 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 04:03:23 +00:00
scott%scott-macgregor.org
42919d4ddc Fix broken chrome url path for ocsp.dtd and ocsp.js
git-svn-id: svn://10.0.0.236/trunk@170557 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 03:57:57 +00:00
myk%mozilla.org
14e34becfb Fix for bug 285694: converts the underscore in body_back.gif to a hypen per Bugzilla file naming convention. r=mkanat
git-svn-id: svn://10.0.0.236/trunk@170554 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 03:07:18 +00:00
despotdaemon
63aef880f3 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170553 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 02:57:35 +00:00
gandalf%firefox.pl
eea751bc5a bug 245829: Download manager progress and title do not update correctly, wrong number of files and percentage after finishing or cancelling a download; r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170550 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 02:10:54 +00:00
db48x%yahoo.com
8e66376134 bug 285102: XBL Viewer broken
r=caillon, sr=neil


git-svn-id: svn://10.0.0.236/trunk@170549 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 02:05:39 +00:00
mkaply%us.ibm.com
c790e3211b #280813
r=mkaply, sr=blizzard (platform specific)
Patch from Rich Walsh - fix floating point scoping problem


git-svn-id: svn://10.0.0.236/trunk@170548 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 01:55:48 +00:00
bugzilla%arlen.demon.co.uk
bacbac7dc2 Bug 277097 Tidy up cookie js/xul/pref code - removing another file that got missed in prune p=me r=dwitte/benjamin sr=darin
git-svn-id: svn://10.0.0.236/trunk@170547 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 01:13:55 +00:00
bugzilla%arlen.demon.co.uk
5c8fffad43 Bug 277097 Tidy up cookie js/xul/pref code - removing another file that got missed in prune
p=me r=dwitte/benjamin sr=darin


git-svn-id: svn://10.0.0.236/trunk@170546 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-11 00:54:35 +00:00
scott%scott-macgregor.org
709dc6041e Bug #285158 --> Move shared pref UI files from mozilla\browser to mozilla\toolkit\mozapps so Firefox and Thunderbird can share the files together.
No actual coding or UI changes here.

sr=ben


git-svn-id: svn://10.0.0.236/trunk@170544 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 23:11:10 +00:00
bryner%brianryner.com
a606da6e7c Add null check as workaround for bug 239563 (crash if mousedown handler calls window.close()). r+sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@170543 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 22:53:29 +00:00
bugzilla%arlen.demon.co.uk
cf40bd3cea Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - removing seven files that got missed during previous prune
p=me r=dwitte/benjamin sr=darin


git-svn-id: svn://10.0.0.236/trunk@170542 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 22:42:29 +00:00
travis%sedsystems.ca
5fa193cfee Bug 187658 : Group checkboxes are not sorted consistently
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=wurblzap  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170541 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 22:34:06 +00:00
dveditz%cruzio.com
5612f1336b bug 283103 disable accept button in security dialogs when not focused
(suite version of bug 260560) r=caillon, sr=neil.parkwaycc, a=caillon


git-svn-id: svn://10.0.0.236/trunk@170540 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 22:26:47 +00:00
gerv%gerv.net
923f45d8f2 Bug 262864 - make tabular reports show columns which have an empty header. Patch by robzilla@siklos.ca; r=gerv, a=myk.
git-svn-id: svn://10.0.0.236/trunk@170539 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 22:20:19 +00:00
wtchang%redhat.com
807da61e44 Carried Nelson's fix from DBM_1_6_BRANCH (revision 3.15.2.5) to the trunk:
The error paths for __hash_open() had leaks, double-frees, and
  potential crashes from using free'd memory.  This patch fixes them.
  Bug 230159. r=wtc. sr=relyea.


git-svn-id: svn://10.0.0.236/trunk@170537 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 22:04:02 +00:00
gerv%gerv.net
d7301faafe Bug 274365 - search all core products when searching a particular application product. Patch by gerv; r,a=myk.
git-svn-id: svn://10.0.0.236/trunk@170536 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 21:50:53 +00:00
roc+%cs.cmu.edu
86d1031701 Backout 212123 fix because it's wrong. I suck.
git-svn-id: svn://10.0.0.236/trunk@170535 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 21:19:24 +00:00
bugzilla%arlen.demon.co.uk
18f225a400 Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - removing two files that got copied in error
p=me r=dwitte/benjamin sr=darin


git-svn-id: svn://10.0.0.236/trunk@170534 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 21:03:36 +00:00
despotdaemon
68375eadcc Pseudo-automatic update of changes made by maxf@magma.ca.
git-svn-id: svn://10.0.0.236/trunk@170533 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 20:21:40 +00:00
travis%sedsystems.ca
4ed94e13b7 Bug 284896 : QA contact never receives mail when removed from a bug
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>   r=justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170532 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 19:35:18 +00:00
bryner%brianryner.com
b72feb8b9a Make sure goQuitApplication always returns a value (bug 285588). Patch by gautheri@noos.fr, r+sr=me.
git-svn-id: svn://10.0.0.236/trunk@170531 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 19:33:25 +00:00
smfr%smfr.org
db088d7932 New nib file for Add Bookmarks (part of last checkin).
git-svn-id: svn://10.0.0.236/trunk@170530 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 19:30:57 +00:00
travis%sedsystems.ca
b4cc7afce1 Bug 172284 : checksetup assumes that there are < 99999 bugs
Patch by Marc Schumann <wurblzap@gmail.com>   r=mkanat a=justdave


git-svn-id: svn://10.0.0.236/trunk@170529 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 19:20:31 +00:00
bugzilla%arlen.demon.co.uk
1d401c1013 Relanding bits of checkin for bug 282057 that got lost in movements for bug 277097
ok'd with bsmedberg on irc


git-svn-id: svn://10.0.0.236/trunk@170528 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 19:09:40 +00:00
bsmedberg%covad.net
ce4a7ee8e1 Fix misplaced semicolon from bug 281414 - r=biesi sr=lumpy
git-svn-id: svn://10.0.0.236/trunk@170527 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 19:06:59 +00:00
bugzilla%arlen.demon.co.uk
1dfbb047dc Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - file removal part
p=me r=dwitte/benjamin sr=darin


git-svn-id: svn://10.0.0.236/trunk@170526 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 18:59:11 +00:00
bsmedberg%covad.net
0a4e7a7d24 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
git-svn-id: svn://10.0.0.236/trunk@170525 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 18:44:11 +00:00
bugzilla%arlen.demon.co.uk
8071f11cd0 Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details)
p=me r=dwitte/benjamin sr=darin


git-svn-id: svn://10.0.0.236/trunk@170524 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 18:36:07 +00:00
danm-moz%comcast.net
ad99262a60 tell the OS not to focus the window handling DDE requests to open URLs. bug 255123 patch=bugzilla%pippo.demon.co.uk r=me,bryner
git-svn-id: svn://10.0.0.236/trunk@170523 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 18:29:22 +00:00
danm-moz%comcast.net
37dae6fe1a activate window (content) when opening an URL in the same window. offsets opposite change in nsWindowsShellService. bug 255123 patch=bugzilla%pippo.demon.co.uk r=me,bryner
git-svn-id: svn://10.0.0.236/trunk@170522 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 18:29:20 +00:00
smfr%smfr.org
ea69951a1e Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this.
Fix bug 285339 (progressive slowdown with more tabs) by releasing all the nib members of the BookmarksEditing nib when closing tabs.
Delay loading the bookmarks editing nib until bookmarks are shown, making new tab creation faster.
When creating a bookmark when bookmarks are showing, use the previous page as the bookmark by looking back in session history.
Save the state of the history folders for a given bookmarks view.
Fix bug 247543 (remember last used Add Bookmark folder across windows).
Change [BookmarkItem description] to [BookmarkItem itemDescription] because -description should be reserved.
When creating a new folder deep in bookmarks, expand all parent folders so that the new folder is visible.
Rename various "add bookmark" methods so that they are all consistent (allowing us to write to FirstResponder when appropriate).


git-svn-id: svn://10.0.0.236/trunk@170521 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 18:10:23 +00:00
travis%sedsystems.ca
17cefa240e Bug 41972 : Per-user pref to turn quips off
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=mkanat  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170520 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 16:21:35 +00:00
richm%stanfordalumni.org
627ddbe221 Use DEFS instead of CFLAGS for the argpin and pkcs11 defs
git-svn-id: svn://10.0.0.236/trunk@170519 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 16:07:53 +00:00
richm%stanfordalumni.org
36be8f6935 Use NSPR 4.4.1, NSS 3.9.3, SVRCORE 4.0
git-svn-id: svn://10.0.0.236/trunk@170518 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 16:07:44 +00:00
richm%stanfordalumni.org
f16f7c835e Change DEFAULT_VENDOR_VERSION to 515 (5.15)
git-svn-id: svn://10.0.0.236/trunk@170517 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 16:07:38 +00:00
richm%stanfordalumni.org
0c7d37a773 HAVE_SVRCORE is now an external option since it has been open sourced in mozilla/security/svrcore
git-svn-id: svn://10.0.0.236/trunk@170516 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 16:07:34 +00:00
travis%sedsystems.ca
5b98831b40 Bug 98123 : Create a user preferences infrastructure (became 'General Settings')
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=jouni, mkanat  a=myk


git-svn-id: svn://10.0.0.236/trunk@170515 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 15:51:43 +00:00
bsmedberg%covad.net
af2addc516 There was an inconsistency between mail/locales/jar.mn and other-licenses/branding/thunderbird/locales/jar.mn which made --enable-official-branding builds fail miserably. From bug 282057.
git-svn-id: svn://10.0.0.236/trunk@170514 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 15:05:08 +00:00
cbiesinger%web.de
9580eefb7c Bug 285171 Merge MIME type getting code in nsObjectFrame
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@170513 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 14:57:32 +00:00
aaronleventhal%moonset.net
3f5e7dfc22 Forgotten part of bug 260527 for underlining accesskeys in radio buttons. Original r=mconnor, sr=neil. Thanks to gautheri for finding missing part of checkin that caused the problem
git-svn-id: svn://10.0.0.236/trunk@170512 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 14:29:46 +00:00
tor%cs.brown.edu
3cf2b74c51 Bug 274391 - clean up gif decoder allocation.
Patch by alfredkayser@nl.ibm.com, r=pavlov, sr=tor.


git-svn-id: svn://10.0.0.236/trunk@170511 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 13:31:26 +00:00
allan%beaufour.dk
f947b28b37 Expression with no meaning. Bug 285434, r=smaug
git-svn-id: svn://10.0.0.236/trunk@170510 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 09:42:15 +00:00
mkanat%kerio.com
30b6f7b80f Bug 283561: Move AppendComment out of globals.pl
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=vladd, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170509 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 08:20:41 +00:00
mkanat%kerio.com
6afdfeb636 Bug 285401: Checksetup fails to complete on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170508 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 08:14:22 +00:00
mkanat%kerio.com
a6f1f76c14 Bug 285403: LearnAboutColumns does not work on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170507 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 08:07:34 +00:00
mkanat%kerio.com
5efaabbcb3 Bug 285443: Schema::Pg should remove FULLTEXT attribute from indexes
Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170506 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 08:04:53 +00:00
mkanat%kerio.com
c508074d16 Bug 285397: Untested parts of Bugzilla::DB are broken (when running on PostgreSQL)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170505 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 07:59:50 +00:00
mkanat%kerio.com
656e18be4b Bug 285532: GetSelectableProducts cannot run on PostgreSQL when classifications are enabled
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170504 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 07:49:41 +00:00
mkanat%kerio.com
c35eb94cec Bug 285551: Schema::Pg should explictly set "timestamp without time zone" and no fractions of seconds
Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170503 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 07:31:59 +00:00
scott%scott-macgregor.org
aed7bf8ea4 Bug #282048 --> Add Thunderbird support for feed: urls.
Allow the user to make thunderbird the default RSS client so we get feed urls from the browser.

Add subscription support for feed urls as they come in from the command line or DDE Requests.

This makes it much easier to get feeds from a browser into Thunderbird.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@170502 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 07:28:54 +00:00
bsmedberg%covad.net
9729fea848 Remove no-longer-needed alert-exclam image.
git-svn-id: svn://10.0.0.236/trunk@170501 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 05:45:19 +00:00
mkanat%kerio.com
298e9502a5 Bug 285541: QA Contacts No Longer Appear in show_bug
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170500 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 04:53:51 +00:00
bsmedberg%covad.net
f4f72beaa1 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
git-svn-id: svn://10.0.0.236/trunk@170499 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 04:38:35 +00:00
bzbarsky%mit.edu
b45528cc49 Fix code that incorrectly constructs URIs. Bug 278773, patch by Gavin Sharp
<gavin.sharp@gmail.com>, r=darin


git-svn-id: svn://10.0.0.236/trunk@170498 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 03:52:49 +00:00
webmail%kmgerich.com
67015c696e Updated firefox logo for Mac alert dialog, bug 285527
git-svn-id: svn://10.0.0.236/trunk@170497 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 03:13:21 +00:00
bienvenu%nventure.com
6697ef5440 fix 271729 add global inbox filters to automatically executed filters, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170496 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 02:50:14 +00:00
wtchang%redhat.com
6d878412eb Bugzilla Bug 252195: use Microsoft IPv6 Technology Preview for Windows
2000 (wship6.dll), if available. r=darin.


git-svn-id: svn://10.0.0.236/trunk@170494 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:50:46 +00:00
despotdaemon
9b1a970af9 Pseudo-automatic update of changes made by jay@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170493 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:46:39 +00:00
wtchang%redhat.com
29fc7fdf30 Improved comment.
git-svn-id: svn://10.0.0.236/trunk@170492 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:43:05 +00:00
webmail%kmgerich.com
c0a203a355 Second pass at Winstripe Tabs pref icon: now with more Hoo Hah
git-svn-id: svn://10.0.0.236/trunk@170491 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:41:29 +00:00
mozilla.mano%sent.com
67221f6e47 Bug 274708 - Thunderbird Installer doesn't have access-keys (mnemonics) in License Agreement screen. patch by Gavin Sharp <gavin.sharp@gmail.com> r+sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170489 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:40:33 +00:00
wtchang%redhat.com
5e969c3ab9 Removed white spaces.
git-svn-id: svn://10.0.0.236/trunk@170488 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:34:34 +00:00
mozilla.mano%sent.com
9254a1f439 Bug 274707 - Firefox Installer doesn't have access-keys (mnemonics) in License Agreement screen. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor.
git-svn-id: svn://10.0.0.236/trunk@170487 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:34:22 +00:00
wtchang%redhat.com
e5bd12e5b8 Bugzilla Bug 164163: removed unused function PR_FindLibrary.
Modified Files: nspr_symvec.opt linking/prlink.c


git-svn-id: svn://10.0.0.236/trunk@170486 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:29:42 +00:00
despotdaemon
3ecacb369c Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170485 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 01:18:25 +00:00
despotdaemon
91f813a57c Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170484 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 00:47:47 +00:00
bryner%brianryner.com
d73c7fa274 Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@170483 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 00:39:28 +00:00
cmp%mozilla.org
7ec2be3285 Backing out attachment 176056 from bug 282335. creature's orange and this
check-in appears to be the cause.  Backing out should fix it.


git-svn-id: svn://10.0.0.236/trunk@170482 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 00:35:32 +00:00
rj.keller%beonex.com
169396efad Bug 284790 - Live Bookmarks should be capitalised. r=steffen.wilberg@web.de
git-svn-id: svn://10.0.0.236/trunk@170481 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-10 00:05:17 +00:00
neil%parkwaycc.co.uk
45ea3cc90a Bug 285163 Make the hostname visible on the download dialog r=caillon sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@170480 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 23:45:03 +00:00
doronr%us.ibm.com
e0a879bbcc access bug 256243 - Unabled to remove downloads / navigate downloads dialog mouseless. r=ben
git-svn-id: svn://10.0.0.236/trunk@170479 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 23:30:21 +00:00
julien.pierre.bugs%sun.com
46a93b042d Fix for 176705 - fix rpath on AMD64 platform. r=saul, sr=wtchang
git-svn-id: svn://10.0.0.236/trunk@170478 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 23:04:49 +00:00
neil.williams%sun.com
8395d7fafb r=nelson Bug=263779
git-svn-id: svn://10.0.0.236/trunk@170477 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 23:02:48 +00:00
wtchang%redhat.com
14cfded423 Bugzilla Bug 285286: PR_ReadDir reported the wrong error code when the
end of directory was reached.  We need to set errno to 0 before calling
readdir and mapping error 0 to PR_NO_MORE_FILES_ERROR.  The patch is
contributed by Mathieu Poumeyrol <poumeyrol@idm.fr>. r=wtc,bryner.
Modified Files: beos_errors.c bfile.c unix.c unix_errors.c ptio.c


git-svn-id: svn://10.0.0.236/trunk@170476 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 22:57:06 +00:00
wtchang%redhat.com
4d77bafb96 Bugzilla Bug 255633: allow hyphen (-) and underscore (_) in log module
names.  The patch is contributed by Ed Catmur <ed@catmur.co.uk>. r=wtc.


git-svn-id: svn://10.0.0.236/trunk@170472 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 22:34:20 +00:00
cltbld
8806db000a Fix silly conditional issue by removing the conditional completely. It
was an accidental dup.


git-svn-id: svn://10.0.0.236/trunk@170471 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 22:06:46 +00:00
bzbarsky%mit.edu
84f91295ab Use Equals() when checking for recursion instead of hand-rolling URI
comparisons.  Cut off recursion at first repeated URI, not third, since that's
what IE seems to do.  Bug 228829, r=mkaply, sr=jst


git-svn-id: svn://10.0.0.236/trunk@170470 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 21:59:18 +00:00
wtchang%redhat.com
965a09d1c5 Bugzilla Bug 100776: make a copy of the sockaddr structure and pass the
copy to connect because connect modifies the sockaddr structure.  The
patch is contributed by Julien Pierre of Sun. r=wtc.


git-svn-id: svn://10.0.0.236/trunk@170469 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 21:51:58 +00:00
webmail%kmgerich.com
bae75a9aa9 bug 270988, menubar highlighting not centered on Linux
git-svn-id: svn://10.0.0.236/trunk@170468 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 21:48:51 +00:00
wtchang%redhat.com
ba7cc45d3b Regenerated using the official autoconf 2.13 (as opposed to the autoconf
2.13 in Red Hat Enterprise Linux 3).


git-svn-id: svn://10.0.0.236/trunk@170466 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 21:42:11 +00:00
bsmedberg%covad.net
b6ae1f8dc2 Bug 277222 - Add current Firefox version to the "could not be installed" message, patch by Robert Strong with a couple tweaks from me, r=me
git-svn-id: svn://10.0.0.236/trunk@170464 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 21:26:07 +00:00
wtchang%redhat.com
0b064f33e7 Bugzilla bug 256508: make --with-pthreads the default on OpenBSD. The
fix was tested by Jim Rees <rees@umich.edu>.
Modified Files: configure.in configure


git-svn-id: svn://10.0.0.236/trunk@170462 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 21:14:48 +00:00
travis%sedsystems.ca
be15166384 Bug 285090 - crash in describecomponents.cgi if a normal user click on components link from query.cgi
Patch by Albert Ting <altlst@sonic.net>   r=jpeshkin  a=myk


git-svn-id: svn://10.0.0.236/trunk@170461 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 20:53:20 +00:00
webmail%kmgerich.com
3a0c4d2e56 bug #270933, Autocomplete dropdown has wrong background color on Linux. Thanks to Jaap A. Haitsma
git-svn-id: svn://10.0.0.236/trunk@170460 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 20:33:15 +00:00
bob%bclary.com
451f281e29 Update changed line number in function testRealError()
git-svn-id: svn://10.0.0.236/trunk@170459 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 20:23:55 +00:00
timeless%mozdev.org
a4df9e4a9c Bug 279176 Delete Mail List in Addressbook Sidebar doesn't work
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@170458 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 20:23:49 +00:00
timeless%mozdev.org
08afe80b91 Bug 270418 Delete item from context menu doesn't corresponds to the toolbar button
patch by mark@standard8.demon.co.uk r=mscott sr=mscott


git-svn-id: svn://10.0.0.236/trunk@170457 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 20:22:29 +00:00
jst%mozilla.jstenback.com
a4ba4915da Updating NPPVariable comments per cbiesinger@gmx.at.
git-svn-id: svn://10.0.0.236/trunk@170456 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 20:03:43 +00:00
tor%cs.brown.edu
f71e057792 Bug 276316 - gradients should be "live".
Patch by scootermorris@comcast.net, r=afri.


git-svn-id: svn://10.0.0.236/trunk@170455 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 19:24:18 +00:00
darin%meer.net
5969d17b78 fixes bug 284943 "Reduce debug noise from static component loader" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170454 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 19:23:28 +00:00
travis%sedsystems.ca
554dfb657e Bug 285268 : Use proper extension for Debian packages, and explain what extensions mean.
Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>   r=travis


git-svn-id: svn://10.0.0.236/trunk@170453 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 18:59:24 +00:00
mkaply%us.ibm.com
1b130df23b #277265
r1=benjamin, r2=mconnor
Patch from Peter Weilbacher - Use file checkbox instead of radio buttons in print dialog


git-svn-id: svn://10.0.0.236/trunk@170452 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 18:54:03 +00:00
mkaply%us.ibm.com
c58d511445 #282335
r=cmp
Make packaging understand OSes other than Windows


git-svn-id: svn://10.0.0.236/trunk@170451 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 18:49:17 +00:00
despotdaemon
1e08213458 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@170450 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 18:35:12 +00:00
jst%mozilla.jstenback.com
74ef97ed88 Adding new file, removing old file to fix bugstage.
git-svn-id: svn://10.0.0.236/trunk@170448 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 17:50:52 +00:00
travis%sedsystems.ca
9d58aa959a Bug 277745 : "Classification" appears in reports even when not turned on
Patch by Albert Ting <altlst@sonic.net>   r=gerv  a=myk


git-svn-id: svn://10.0.0.236/trunk@170447 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 17:17:53 +00:00
travis%sedsystems.ca
0f0c7cbeae Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=Jake  a=myk


git-svn-id: svn://10.0.0.236/trunk@170446 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 17:10:00 +00:00
jst%mozilla.jstenback.com
3d9d095352 Fixing bug 188938. Adding the ability for plugins to participate in form submission. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170445 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 17:01:22 +00:00
bzbarsky%mit.edu
c5dd0c828f Remove the random 25-item limit of frameset row and col specs. Bug 285394,
r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@170444 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 16:47:30 +00:00
mozilla.mano%sent.com
5cd98ab1d1 Bug 265282 - Unsorted tree columns are drawn as sorted columns. r=jhpedemonte sr=neil
git-svn-id: svn://10.0.0.236/trunk@170443 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 16:41:02 +00:00
tor%cs.brown.edu
e12ac944ab Bug 285307 - upstream patch to check that a cairo font backend was
configured.  r=tor


git-svn-id: svn://10.0.0.236/trunk@170442 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 16:34:21 +00:00
tor%cs.brown.edu
8ee69e90a4 Bug 285358 - static build cairo renderer not building with some linkers.
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@170441 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 16:28:36 +00:00
travis%sedsystems.ca
d16342c7c9 Bug 284621 : Change default settings for Voter to only include The bug is resolved or verified
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=timeless  a=myk


git-svn-id: svn://10.0.0.236/trunk@170440 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 16:20:15 +00:00
travis%sedsystems.ca
7f544517dc Bug 282574 : use the new "auth_failure" error message for all authentication failures
Patch by Frederic Buclin <LpSolit@gmail.com>   r=travis, wurblzap  a=myk


git-svn-id: svn://10.0.0.236/trunk@170439 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 16:18:03 +00:00
travis%sedsystems.ca
e4b7f01950 Bug 284991 : small typo: "thisbug" should be two words
Patch by Marc Schumann <wurblzap@gmail.com>  r=timeless a=myk


git-svn-id: svn://10.0.0.236/trunk@170438 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 16:14:30 +00:00
jst%mozilla.jstenback.com
caebf07943 Fixing bug 284993. Make sure the new content viewer is properly initialized before fireing location changed notifications. r=bzbarsky@mit.edu, sr=darin@meer.net
git-svn-id: svn://10.0.0.236/trunk@170437 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 14:31:02 +00:00
neil%parkwaycc.co.uk
357f75f38e Bug 282183 Port of toolkit's settable selection delay p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@170436 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 13:47:10 +00:00
neil%parkwaycc.co.uk
98c98498bb Bug 177294 Search IMAP by age in days p=michich@hotmail.com sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@170435 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 10:56:13 +00:00
bryner%brianryner.com
70f71dcec2 Don't save sidebar elements in tab focus memory (bug 254056). r=neil, sr=ben.
git-svn-id: svn://10.0.0.236/trunk@170434 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 09:38:21 +00:00
mkanat%kerio.com
43b9467c68 Bug 285410: Duplicates columns are named incorrectly in the Schema
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170433 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 08:13:04 +00:00
bzbarsky%mit.edu
b1b972afa0 Fix modeline to match file type. Bug 251968, patch by Andreas Lange
<anlan@ida.liu.se>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@170432 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 06:48:31 +00:00
mkanat%kerio.com
546829f3ca Bug 284348: Move initial table creation into the Bugzilla::DB modules
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170431 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 05:45:35 +00:00
bmlk%gmx.de
74787b1075 the failure to load a uri is not a failure to create a docshell bug 283147 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170430 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 05:40:43 +00:00
mkanat%kerio.com
95340cb2c4 Bug 285380: Bugzilla::DB::Schema uses ThrowCodeError incorrectly (Second Patch)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170429 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 05:35:27 +00:00
nelsonb%netscape.com
07cab5177e Do not crash if Server SID cache is uninitialized. Bug 237724 r=Julien
Instead, if SSL_NO_CACHE is not set, return an error code.


git-svn-id: svn://10.0.0.236/trunk@170428 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 05:20:44 +00:00
dwitte%stanford.edu
c05d9210d4 fix typo, b=284098, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170427 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 03:33:42 +00:00
wtchang%redhat.com
b248ac9405 Bugzilla Bug 195222: removed obsolete NSPR makefiles.
Removed Files: makefile.win gmakefile.win


git-svn-id: svn://10.0.0.236/trunk@170425 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 03:19:57 +00:00
mkanat%kerio.com
f69d94983a Bug 285380: Bugzilla::DB::Schema uses ThrowCodeError incorrectly
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170424 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 02:42:30 +00:00
wtchang%redhat.com
da66c93e58 Bugzilla Bug 279817: removed the NODL_TABLE code. It was added for Win16.
git-svn-id: svn://10.0.0.236/trunk@170421 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 01:46:51 +00:00
mkanat%kerio.com
a72234aa79 Bug 146679: Reusable, structured, database-independent schema
Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=myk, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170420 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 01:46:30 +00:00
wtchang%redhat.com
d5b0193c6e Bugzilla Bug 281250: internal functions should not be defined with
PR_IMPLEMENT.  Thanks to timeless@bemail.org for the bug report.


git-svn-id: svn://10.0.0.236/trunk@170419 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 01:38:42 +00:00
wtchang%redhat.com
6e95518c67 Import NSS 3.9.3 instead. We canceled the plan to release NSS 3.9.6 this
week.


git-svn-id: svn://10.0.0.236/trunk@170417 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 01:16:42 +00:00
brendan%mozilla.org
0208315b2a Propagate special and compile-n-go flags from top frame when pushing a compiler frame, EXCEPT when pushing a frame for a function body -- there, propagate compile-n-go (285219, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@170416 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 01:02:27 +00:00
roc+%cs.cmu.edu
020b4be7c4 Bug 212123. Fix temp file creation in nsFileSpec. r+sr=darin,a=dveditz
git-svn-id: svn://10.0.0.236/trunk@170415 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 00:41:56 +00:00
mkanat%kerio.com
64adf228bd Bug 284975: Any code after Throw*Error is a dead code.
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk


git-svn-id: svn://10.0.0.236/trunk@170414 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 00:26:39 +00:00
bryner%brianryner.com
c8c3c4f86b Port fix for bug 277657, textbox.maxLength doesn't work. Patch by gautheri@noos.fr, r=mconnor,me.
git-svn-id: svn://10.0.0.236/trunk@170413 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-09 00:04:02 +00:00
mkanat%kerio.com
17ed4b1727 Bug 282145: Bug.pm is too slow for general use
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=gerv, a=myk


git-svn-id: svn://10.0.0.236/trunk@170412 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 23:57:32 +00:00
christophe.ravel.bugs%sun.com
fbcf6fa94d 238319: Sun packages changes.
RPM release starts at 1 for JSS 3.1.5


git-svn-id: svn://10.0.0.236/trunk@170408 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 23:54:52 +00:00
mkanat%kerio.com
e0d71a3fe8 Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: This patch also creates a database-agnostic fulltext search method.)
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk


git-svn-id: svn://10.0.0.236/trunk@170407 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 23:23:30 +00:00
mkanat%kerio.com
e9c1cdde82 Bug 284352: Break Bugzilla::DB code/docs into sections
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=travis, a=myk


git-svn-id: svn://10.0.0.236/trunk@170406 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 23:07:26 +00:00
rj.keller%beonex.com
2af81fff29 Bug 251751 - Firefox Help window should not be alwaysRaised r=mconnor@myrealbox.com
git-svn-id: svn://10.0.0.236/trunk@170405 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 23:04:47 +00:00
mkanat%kerio.com
d29ebec588 Bug 283919: Move BugAliasToID out of CGI.pl into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk


git-svn-id: svn://10.0.0.236/trunk@170404 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 23:03:57 +00:00
scott%scott-macgregor.org
7985265ef4 hook up the language encoding menus to the fonts panel
git-svn-id: svn://10.0.0.236/trunk@170403 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 23:00:01 +00:00
rj.keller%beonex.com
7224d286ba Bug 256104 - Need element IDs in viewSource.xul r=mconnor@myrealbox.com
git-svn-id: svn://10.0.0.236/trunk@170402 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 22:58:24 +00:00
wtchang%redhat.com
cbedc6d57c Bugzilla Bug 285020: wrap the member access in parenthesis because recv
may be defined as a macro on some platforms.  The patch is contributed by
Chris Aillon of Red Hat.  r=wtc.


git-svn-id: svn://10.0.0.236/trunk@170400 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 22:40:15 +00:00
brendan%mozilla.org
b24874a832 Back out last change, reopening bug 285219 (see bug 285244).
git-svn-id: svn://10.0.0.236/trunk@170399 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 22:35:30 +00:00
dmose%mozilla.org
510f73fbfa Fix MinGW build bustage. Thanks to sharparrow1@yahoo.com for the patch. r=dbradley, sr=dmose.
git-svn-id: svn://10.0.0.236/trunk@170398 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 22:24:08 +00:00
wtchang%redhat.com
df0b168420 Bugzilla bug 274450: a default thread stack size of 64K is too small for
Mozilla on Linux.  Use the default pthread stack size instead, and do that
on all platforms (not just Linux).  r=bzbarsky.


git-svn-id: svn://10.0.0.236/trunk@170396 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 22:02:46 +00:00
bzbarsky%mit.edu
2cc3f9400e Make oncontextmenu default-prevention work in embedding. Bug 230281, patch by
jst, r=adamlock, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@170395 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 21:55:10 +00:00
caillon%redhat.com
b14f04137c text corresponds with base. Supplementary patch to bug 282141. r=dbaron sr=dmose
git-svn-id: svn://10.0.0.236/trunk@170394 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 21:54:34 +00:00
doronr%us.ibm.com
fa729bcf1f bug 284351 - nsSchemaLoader doesn't handle xsd:complexType correctly. r/sr=peterv
git-svn-id: svn://10.0.0.236/trunk@170393 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 21:34:41 +00:00
bzbarsky%mit.edu
56191e26fe Fix drag/drop of extensions and themes to extension manager to work. Bug
260068, patch by Rich Walsh <dragtext@e-vertise.com>, r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170392 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 21:05:21 +00:00
scott%scott-macgregor.org
6106b8e9cf Bug #284144 --> make instant apply work on Mac OS X for the preferences dialog. Make a toolbar show up on Mac OS X
for the prefs dialog as well so the user can easily dismiss it.


git-svn-id: svn://10.0.0.236/trunk@170391 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 20:59:44 +00:00
scott%scott-macgregor.org
df96c372b5 update copyright to 2005
git-svn-id: svn://10.0.0.236/trunk@170390 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 20:38:44 +00:00
wtchang%redhat.com
936f5e3837 Comment formatting changes.
Modified Files: alt.c cache.c errors.c file.c manifest.mn ntgetpin.c pin.c
                pk11.c std.c svrcore.h user.c


git-svn-id: svn://10.0.0.236/trunk@170388 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 18:52:50 +00:00
bzbarsky%mit.edu
c8940f23bc Relanding, since this did not affect the orange. Still bug 282537.
git-svn-id: svn://10.0.0.236/trunk@170387 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 18:10:38 +00:00
wtchang%redhat.com
6be2ea037f Upgraded to NSS 3.9.6.
git-svn-id: svn://10.0.0.236/trunk@170386 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 17:37:07 +00:00
gandalf%firefox.pl
614ee4af8e bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move
git-svn-id: svn://10.0.0.236/trunk@170385 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 17:21:36 +00:00
jst%mozilla.jstenback.com
eb3af0d8c2 Removing unused file.
git-svn-id: svn://10.0.0.236/trunk@170384 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 17:15:33 +00:00
bzbarsky%mit.edu
88eb5df673 Backing out bug 282537 patch to see whether it fixes the orange.
git-svn-id: svn://10.0.0.236/trunk@170382 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 17:05:34 +00:00
db48x%yahoo.com
5f8e844dd7 bug 129183: Crash opening the address book after editing the history.mab file -TBTrunk [@ nsAddrDatabase::UpdateLowercaseEmailListName ]
patch by Bastiaan Jacques <baafie@planet.nl>, r=bienvenu, sr=mscott


git-svn-id: svn://10.0.0.236/trunk@170381 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 15:58:07 +00:00
neil%parkwaycc.co.uk
7c5d4e07a3 Fix bad capitalization b=282189 p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@170380 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 15:44:51 +00:00
mkaply%us.ibm.com
0bab6cfc11 This error checking was just simply wrong - OS/2 only
git-svn-id: svn://10.0.0.236/trunk@170379 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 15:42:02 +00:00
mostafah%oeone.com
81783a1288 Updated translation
git-svn-id: svn://10.0.0.236/trunk@170378 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 14:05:02 +00:00
neil%parkwaycc.co.uk
2e911043bb Improve on previous patch for bug 285065 r=bryner sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170377 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 12:28:00 +00:00
allan%beaufour.dk
cb68fcc7fe Make minimum version be 1.0+ for xpi install, and instert url and description too. Bug 285094, r=doron+smaug
git-svn-id: svn://10.0.0.236/trunk@170376 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 10:33:13 +00:00
nelsonb%netscape.com
2d8594b384 Add root CA certs for XRamp, Camerafina and NetLock.
Bugs 274723. 275576, and 280744.  r=Jullien.Pierre


git-svn-id: svn://10.0.0.236/trunk@170374 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 08:44:57 +00:00
julien.pierre.bugs%sun.com
88d1026757 Fix for 285233 - need extra symbols to be exported to support CRL generation. Ch
ecking in for alexei volkov . r=nelson


git-svn-id: svn://10.0.0.236/trunk@170373 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 07:08:48 +00:00
timeless%mozdev.org
24d9f62322 Bug 171317 Show Dialog=FALSE doesn't work
patch by ajschult@verizon.net r=dveditz sr=bryner


git-svn-id: svn://10.0.0.236/trunk@170372 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 06:39:46 +00:00
timeless%mozdev.org
0f37386793 Bug 270930 install script does not handle path with spaces
patch by ajschult@verizon.net r=bsmedberg sr=bryner


git-svn-id: svn://10.0.0.236/trunk@170371 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 06:39:41 +00:00
timeless%mozdev.org
9cb980f0ed Bug 280740 Installer crashes in choose install components dialog
patch by sunil@atc.tcs.co.in r=bryner


git-svn-id: svn://10.0.0.236/trunk@170370 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 06:39:38 +00:00
timeless%mozdev.org
919effed91 Bug 243665 Use sensible default install location (instead of .)
patch by ajschult@verizon.net r=bryner


git-svn-id: svn://10.0.0.236/trunk@170369 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 06:39:29 +00:00
brendan%mozilla.org
1bf8d08dbf Propagate special and compile-n-go flags from top frame when pushing a compiler frame (285219, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@170368 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 06:23:10 +00:00
julien.pierre.bugs%sun.com
c3bc4d56dd Fix for bug 270689 . minor issues remaining with list cleanup and on-the-fly lock creation
git-svn-id: svn://10.0.0.236/trunk@170367 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 05:55:29 +00:00
despotdaemon
c87dbe320c Pseudo-automatic update of changes made by wolfe@lobo.us.
git-svn-id: svn://10.0.0.236/trunk@170366 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 05:44:04 +00:00
scott%scott-macgregor.org
dcd2a52a34 Bug #284144 --> Move connections from advanced to general.
Move the sound notification settings into a separate dialog to make room for the connections
button.


git-svn-id: svn://10.0.0.236/trunk@170365 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 05:38:26 +00:00
ginn.chen%sun.com
e9873e39f5 Bug 284224 Fail to build on solaris
r=bryner


git-svn-id: svn://10.0.0.236/trunk@170364 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 05:12:01 +00:00
dougt%meer.net
b63f9495ec using TARGET_CPU instead of CPU to determine if we are cross compiling to ARM. Of course this is only for WindowsCE. This fixes a build bustage.
git-svn-id: svn://10.0.0.236/trunk@170363 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 05:08:32 +00:00
dougt%meer.net
a39b6de366 Lost a change to CreateEvent in the last update.
git-svn-id: svn://10.0.0.236/trunk@170362 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 05:06:46 +00:00
paper%animecity.nu
3b008daf52 Bug 274244: Display more broken GIFs. r=stuart sr=tor
git-svn-id: svn://10.0.0.236/trunk@170359 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 03:44:28 +00:00
bienvenu%nventure.com
5716cafc85 fix 282646 validate signature button not working
git-svn-id: svn://10.0.0.236/trunk@170358 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 03:42:04 +00:00
ginn.chen%sun.com
d4a631b933 Bug 262236 Can't select listitems which are not next to.
patch=neo.liu at sun.com, r=aaronleventhal sr=neil


git-svn-id: svn://10.0.0.236/trunk@170356 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 03:05:03 +00:00
wtchang%redhat.com
80d95a6465 Removed blank lines in *.def files.
Modified Files: plds.def plc.def nspr.def my.def


git-svn-id: svn://10.0.0.236/trunk@170354 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 03:01:05 +00:00
jshin%mailaps.org
a55eede16a bug 282830: move down the 'Other languages' and 'user defined' to the bottom in the font pref. panel (r=smontagu, sr=bryner)
git-svn-id: svn://10.0.0.236/trunk@170353 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 02:47:39 +00:00
wtchang%redhat.com
9b7df346ba Fixed the indentation and a typo in the comments.
git-svn-id: svn://10.0.0.236/trunk@170351 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 02:33:59 +00:00
bzbarsky%mit.edu
656b9526f2 Don't add entries for <xbl:children> tags to our attr change table, since those
are removed from the anonymous content.  Bug 282537, r+sr=bryner


git-svn-id: svn://10.0.0.236/trunk@170350 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 02:31:27 +00:00
despotdaemon
97624a5ab6 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170347 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 02:13:01 +00:00
despotdaemon
0b017fef67 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170342 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 01:35:46 +00:00
wtchang%redhat.com
cca1fd389e Bugzilla Bug 274450: use pthread_attr_setstacksize on Linux.
Modified Files: ptthread.c foreigh.c provider.c


git-svn-id: svn://10.0.0.236/trunk@170339 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 01:23:03 +00:00
nelsonb%netscape.com
663a4f528b Correctly print cert request attributes in pp. Bug 284191. r=neil.williams
git-svn-id: svn://10.0.0.236/trunk@170338 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 01:20:04 +00:00
scott%scott-macgregor.org
94428a4f7e Bug #282048 --> Register thunderbird with the OS to handle feed:// URLS (the UI is currently hidden until we finish with the backend)
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@170337 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 01:18:12 +00:00
scott%scott-macgregor.org
5efb331247 Bug #282048 --> Register thunderbird with the OS to handle feed:// URLS
git-svn-id: svn://10.0.0.236/trunk@170336 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 01:17:04 +00:00
scott%scott-macgregor.org
57da744612 Bug #282048 --> Register thunderbird with the OS to handle feed:// URLS
(the UI is currently hidden until we finish with the backend)


git-svn-id: svn://10.0.0.236/trunk@170335 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 01:13:23 +00:00
bienvenu%nventure.com
5d1a1f85bd fix line endings when delete/detach of imap attachments on mac/linux with cyrus server, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170334 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 00:54:39 +00:00
bienvenu%nventure.com
2f862a9bf8 fix enabling and disabling of delete/detach attachment menus, sr=mscott 285134
git-svn-id: svn://10.0.0.236/trunk@170333 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 00:46:31 +00:00
bzbarsky%mit.edu
ff412b4fd7 Move all frame recursion detection into a method that just does that. Don't
throw errors from EnsureDocShell() on recursion detection; just throw them from
LoadFrame().  Bug 285188, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@170331 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 00:02:55 +00:00
scott%scott-macgregor.org
ac79235acc Bug #284144 --> First cut at the new Preferences UI for Thunderbird.
the options command line handler needs to use preferences.xul not pref.xul


git-svn-id: svn://10.0.0.236/trunk@170330 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 22:53:27 +00:00
bzbarsky%mit.edu
6c8d7bc88a Adding regression test
git-svn-id: svn://10.0.0.236/trunk@170329 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 22:44:08 +00:00
caillon%redhat.com
5902e8c5da Bug 281979 Call g_set_application_name () to give the window manager a hint as to what name to use when grouping windows. r=bsmedberg
Relanding with initialization of local PRLibrary to nsnull.


git-svn-id: svn://10.0.0.236/trunk@170328 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 22:40:36 +00:00
mvl%exedo.nl
1110f70733 make selecting event in the unifinder not error.
bug 285010, r=stuart


git-svn-id: svn://10.0.0.236/trunk@170327 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 22:37:52 +00:00
bzbarsky%mit.edu
a00fe87e45 Fix ActiveX impl of innerText to not just be the same as innerHTML. Bug
282317, r=adamlock


git-svn-id: svn://10.0.0.236/trunk@170325 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 22:36:54 +00:00
roc+%cs.cmu.edu
8236d1c5c5 Bug 265566. Fix clipping of fixed-pos elements again. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170324 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 22:12:53 +00:00
dougt%meer.net
76659addc7 Re-Map ExpandEnvironmentStrings and GdiFlush
git-svn-id: svn://10.0.0.236/trunk@170323 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 21:58:56 +00:00
scott%scott-macgregor.org
1b0a1771bc hide default settings group box on mac os x
git-svn-id: svn://10.0.0.236/trunk@170322 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 21:49:20 +00:00
travis%sedsystems.ca
325cef8b7e Bug 273825 : UserInGroup("canedit") in post_bug.cgi sounds incorrect
Patch by Frederic Buclin <LpSolit@gmail.com>  r=jpeshkin   a=justdave


git-svn-id: svn://10.0.0.236/trunk@170321 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 21:35:16 +00:00
wtchang%redhat.com
075a2f5564 Bugzilla Bug 284839: checked in Bob Relyea's patch to improve the
responsiveness of SECMOD_WaitForAnyTokenEvent. r=wtc,nelsonb.
Modified Files: lib/dev/dev.h lib/dev/devslot.c lib/pk11wrap/pk11util.c


git-svn-id: svn://10.0.0.236/trunk@170319 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 21:20:38 +00:00
dougt%meer.net
08fc834f4c Undefining API's if required before redefining. patch by wolfe@lobo.us, r=dougt
git-svn-id: svn://10.0.0.236/trunk@170318 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 21:10:05 +00:00
dougt%meer.net
ab156a7d8f Enter into WinCE directory if XP_UNIX isn't defined
git-svn-id: svn://10.0.0.236/trunk@170317 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 21:01:05 +00:00
roc+%cs.cmu.edu
ba55bbdc33 Bug 281267. Force reflow of lines during absolute incremental reflow if the block is not a space manager, because we need to push our floats (or our descendants') into the space manager. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170315 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 20:48:12 +00:00
dougt%meer.net
c89c100386 Fixing close box. cleanup code a bit. NOT PART OF BUILD
git-svn-id: svn://10.0.0.236/trunk@170314 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 20:47:24 +00:00
scott%scott-macgregor.org
72d78ed3b8 Bug #284144 --> packaging changes to support the new options UI
git-svn-id: svn://10.0.0.236/trunk@170313 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 20:00:00 +00:00
cbiesinger%web.de
af30395567 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz


git-svn-id: svn://10.0.0.236/trunk@170312 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:46:06 +00:00
roc+%cs.cmu.edu
1815e9c7f2 Fixing missing return value. r+sr=me
git-svn-id: svn://10.0.0.236/trunk@170311 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:23:44 +00:00
cbiesinger%web.de
9aba16afa9 Bug 285045 Set the content type on the channel when sniffing it
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@170310 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:18:12 +00:00
cbiesinger%web.de
929da60ab1 Bug 275614 xpfe/bootstrap should not use nsIPref
r=neil sr=alecf


git-svn-id: svn://10.0.0.236/trunk@170309 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:16:12 +00:00
roc+%cs.cmu.edu
b22eed2277 Bug 267037. Buttons should delegate child frames to the wrapped block, and tell the style system that legends are always blocks. Fixes a couple of crashes. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170308 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:08:26 +00:00
wtchang%redhat.com
307e4ddc6a Upgrade to NSPR 4.4.1, in preparation for the DBM 1.6.2. DBM 1.6.2 is
DBM 1.6.1 recompiled against NSPR 4.4.1.


git-svn-id: svn://10.0.0.236/trunk@170307 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:00:35 +00:00
bsmedberg%covad.net
de61bb64c3 Bug 284188 - Forcefully prevent infinite-restart bugs by setting an environment var. r=darin
git-svn-id: svn://10.0.0.236/trunk@170306 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 19:00:19 +00:00
mkaply%us.ibm.com
c4534cf5de OOps - readme should be called readme.txt when it makes it to the dist - OS/2 only
git-svn-id: svn://10.0.0.236/trunk@170305 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:56:48 +00:00
scott%scott-macgregor.org
66a906998b Bug #284144 --> temporary icon for the privacy panel
git-svn-id: svn://10.0.0.236/trunk@170304 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:35:20 +00:00
wtchang%redhat.com
b1be2b7064 Bugzilla Bug 263779: update the comment to reflect the new code.
Modified Files: secoid.c secoidt.h


git-svn-id: svn://10.0.0.236/trunk@170303 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:34:48 +00:00
scott%scott-macgregor.org
b70eee1e87 Bug #284144 --> First cut at the new Preferences UI for Thunderbird.
git-svn-id: svn://10.0.0.236/trunk@170302 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:34:31 +00:00
mkaply%us.ibm.com
f2cfcbf9ec #282280
r=mkaply, sr=blizzard (platform specific)
Patch from Rich Walsh - implement -console for OS/2


git-svn-id: svn://10.0.0.236/trunk@170301 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:28:40 +00:00
mkaply%us.ibm.com
6c0a1e259f #282980
r=mkaply, sr=blizzard (platform specific)
Patch from Rich Walsh - implement -console for OS/2


git-svn-id: svn://10.0.0.236/trunk@170300 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:25:00 +00:00
dougt%meer.net
9f0fea0b0d Need to link to gfx when building on WinCE. r=dougt
git-svn-id: svn://10.0.0.236/trunk@170299 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:23:48 +00:00
dougt%meer.net
b50c650c27 Disable host xpt tools on Windows CE.
git-svn-id: svn://10.0.0.236/trunk@170298 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:20:50 +00:00
dougt%meer.net
2efd9bb29e Staging WinCE Reflection code. r=dougt
git-svn-id: svn://10.0.0.236/trunk@170297 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:18:56 +00:00
travis%sedsystems.ca
72f7202d3b Bug 284262 : Bundle of small editusers.cgi post-checkin fixes
Patch by Marc Schumann <wurblzap@gmail.com>   r=mkanat  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170296 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:11:37 +00:00
travis%sedsystems.ca
da50e59254 Bug 283769 : wrong filtering in create-guided causes problems
Patch by GavinS <bugzilla@chimpychompy.org>   r=wurblzap  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170295 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 18:04:06 +00:00
travis%sedsystems.ca
2ee52fc4ed Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message
Patch by Frederic Buclin <LpSolit@gmail.com>   r=wurblzap  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170294 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 17:58:55 +00:00
bzbarsky%mit.edu
e20e2b2b27 Last checkin was for bug 285080 and had r=darin
git-svn-id: svn://10.0.0.236/trunk@170293 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 17:55:29 +00:00
travis%sedsystems.ca
a6edab4617 Bug 280778 : remove sendmail and qmail delivery methods on windows
Patch by byron jones (glob) <bugzilla@glob.com.au>  r=jake  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170292 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 17:53:01 +00:00
bzbarsky%mit.edu
f1dc043a39 Adding regression test
git-svn-id: svn://10.0.0.236/trunk@170291 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 17:51:48 +00:00
travis%sedsystems.ca
13ccc1dd98 Bug 284155 : New editusers.cgi broke group visibility
Patch by GavinS <bugzilla@chimpychompy.org>   r=wurblzap a=justdave


git-svn-id: svn://10.0.0.236/trunk@170290 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 17:45:21 +00:00
darin%meer.net
65adb29af2 fixes bug 284955 "xulrunner 'simple' app string bundle warnings" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170289 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 17:41:05 +00:00
dougt%meer.net
aa17e0a4ee Adding Smartphone 2003 Target. Adding BLENDFUNCTION define.
git-svn-id: svn://10.0.0.236/trunk@170285 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 16:40:25 +00:00
dougt%meer.net
4b9a4451bc make libutil compile on wince. no stopwatch on windows ce. r=darin, b=281945
git-svn-id: svn://10.0.0.236/trunk@170284 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 16:37:43 +00:00
bzbarsky%mit.edu
d1350f8017 Add the prompt-service contract to nsEmbedCID.h
git-svn-id: svn://10.0.0.236/trunk@170283 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 16:07:11 +00:00
smontagu%smontagu.org
76003b4e11 Code cleanup. Bug 169536, r=jshin, sr=Neil
git-svn-id: svn://10.0.0.236/trunk@170282 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 14:33:14 +00:00
mkanat%kerio.com
3236120a9a Bug 283924: Move ValidateComment out of CGI.pl
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170281 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 13:55:34 +00:00
timeless%mozdev.org
b0cd329aef Bug 278058 non-editable and disappearing character exists on password field when using ATOK
patch by masayuki@d-toybox.com r=timeless sr=bz


git-svn-id: svn://10.0.0.236/trunk@170280 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 12:25:26 +00:00
smontagu%smontagu.org
2206ac66ba Code cleanup. Bug 169536, r=jshin, sr=Neil
git-svn-id: svn://10.0.0.236/trunk@170279 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 11:54:10 +00:00
marco%gnome.org
9d1861e2ac Bug 233461 Add button icons to the new preferences dialog
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170278 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 09:55:21 +00:00
marco%gnome.org
6214ba5f6c Bug 233461 Add button icons on the new preferences dialog
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170277 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 09:53:07 +00:00
mkanat%kerio.com
4e795f8fb5 Bug 162194: DOCTYPE should include system identifier
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave


git-svn-id: svn://10.0.0.236/trunk@170276 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 08:51:54 +00:00
smfr%smfr.org
6624a70a62 Fix typo in pinkerton's last checkin.
git-svn-id: svn://10.0.0.236/trunk@170275 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 06:44:32 +00:00
caillon%redhat.com
a49fd27890 Backing out patch to bug 281979 for now in lieu of the orange on egg.
git-svn-id: svn://10.0.0.236/trunk@170274 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 05:27:23 +00:00
bob%bclary.com
40df69c4b6 tweak function arguments to match use.
git-svn-id: svn://10.0.0.236/trunk@170273 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:54:52 +00:00
bob%bclary.com
c1caa912d0 Initial add. Regression test for bug 155081, by ajschult@verizon.net
git-svn-id: svn://10.0.0.236/trunk@170272 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:48:08 +00:00
bob%bclary.com
7886f326ce Initial add. Test for __noSuchMethod__ handler, by brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170271 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:43:16 +00:00
bob%bclary.com
46d718fad5 Initial add. Regression test for bug 273931, by brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170270 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:39:49 +00:00
dbaron%dbaron.org
3aa7b4c8f3 Break cycle-through-XPCOM by adding an assignment to null when done with |iterator|. b=285065 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@170269 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:36:44 +00:00
bob%bclary.com
eddb377e16 Initial add. Regression test for bug 257751, by bugzilla@gemal.dk, jerfa@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@170268 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:35:43 +00:00
bob%bclary.com
f9226a9038 Initial add. Regression test for bug 255555, by jerfa@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@170267 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:31:23 +00:00
bob%bclary.com
f87c823d48 Initial add. Regression test for bug 260106, by liorean@gmail.com
git-svn-id: svn://10.0.0.236/trunk@170266 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:25:44 +00:00
bob%bclary.com
ff5ab7d351 Initial add. Regress test for bug 283349, by igor@mir2.org
git-svn-id: svn://10.0.0.236/trunk@170265 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:20:59 +00:00
tor%cs.brown.edu
8d3e20f0f0 Bug 284675 - Handle svg text chunks separately, support dx/dy. r=afri
git-svn-id: svn://10.0.0.236/trunk@170264 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 04:02:02 +00:00
despotdaemon
eb515cb590 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@170263 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 03:17:26 +00:00
bob%bclary.com
6dea729bd5 Initial add. Regression test for bug 280844, by igor@mir2.org
git-svn-id: svn://10.0.0.236/trunk@170262 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 02:55:17 +00:00
roc+%cs.cmu.edu
cc672861f0 Fix build bustage AGAIN.
git-svn-id: svn://10.0.0.236/trunk@170261 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 02:51:15 +00:00
bob%bclary.com
44e54f8239 Initial add. Regression test for bug 283972, by Martin.Honnen@arcor.de
git-svn-id: svn://10.0.0.236/trunk@170260 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 02:46:10 +00:00
paper%animecity.nu
f1818af35f Bug 284978: Create DDB surface. If failed, try DIB. r=ere, sr=bz
git-svn-id: svn://10.0.0.236/trunk@170259 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 02:35:47 +00:00
roc+%cs.cmu.edu
7716d7e3ef Fixing build bustage on Windows.
git-svn-id: svn://10.0.0.236/trunk@170258 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 02:31:42 +00:00
roc+%cs.cmu.edu
2baddd70c5 Bug 276602. The rects added to the space manager are not real rects; they are still significant if empty. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170257 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 02:30:14 +00:00
roc+%cs.cmu.edu
d75d2408db Bug 285029. Set dithering alignment correctly. r+sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@170256 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 02:07:28 +00:00
roc+%cs.cmu.edu
80ebc8eca4 Bug 285038. Support offscreen rendering API in nsIViewManager and provide MOZ_FORCE_PAINT_AFTER_ONLOAD environment variable hack to dump loaded documents to image files. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170255 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 01:24:22 +00:00
roc+%cs.cmu.edu
5ef4f18208 Bug 276892. Cancel selection if the mouse button is released in some subdocument. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170254 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 00:34:44 +00:00
mozilla.mano%sent.com
4404b3ea0b Bug 271554 - Mac labels in wizards. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170253 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-07 00:16:36 +00:00
bugzilla%arlen.demon.co.uk
4de5c1531e Bug 282893 Properly indent children in help files especially <div> move to using xhtml 1.1
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170252 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 21:33:12 +00:00
roc+%cs.cmu.edu
442e04f312 Bug 241245. Use 'Desk' as a cross-platform way to get to the Desktop directory, now that it's supported on all platforms. Also, clean up the JS to always use 'Downloads' as the key to get the Downloads directory in getSpecialFolderKey. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170251 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 21:24:35 +00:00
roc+%cs.cmu.edu
d368c128cd Bug 285030. Ensure BCData::mCornerBevel is initialized. r=bernd, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170250 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 21:18:54 +00:00
bugzilla%arlen.demon.co.uk
eb716144d2 Bug 282893 Properly indent children in help files especially <div> mail_help fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170249 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 21:18:53 +00:00
webmail%kmgerich.com
b18ce3653f bug #283603, Tabs pref icon for Winstripe
git-svn-id: svn://10.0.0.236/trunk@170248 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 21:17:31 +00:00
mozilla.mano%sent.com
dfc43ee743 Typo in my fix to bug 221824 (themes should be RTL compatible) - missing ;
git-svn-id: svn://10.0.0.236/trunk@170247 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 21:05:21 +00:00
bzbarsky%mit.edu
ea3bca56c5 Add nsEmbedCID and move the webbrowser contractid to it. Bug 258039, r=darin
git-svn-id: svn://10.0.0.236/trunk@170246 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 20:53:33 +00:00
jshin%mailaps.org
d0be1eb24c bug 231426 : CJK native font names are not recognized on non-CJK Windows (r=rbs, sr=dbaron)
git-svn-id: svn://10.0.0.236/trunk@170245 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 19:30:52 +00:00
darin%meer.net
2bfa64a869 fixes bug 284959 "warning at nsPrefService.cpp:747 when defaults/pref directory not found" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170244 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 18:47:02 +00:00
jst%mozilla.jstenback.com
0f4e3afa7c Fixing bug 284695. Move GetMainWidget() from nsGlobalChromeWindow to nsGlobalWindow, and do some other random cleanup. r+sr=peterv@propagandism.org
git-svn-id: svn://10.0.0.236/trunk@170243 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 18:43:07 +00:00
bmlk%gmx.de
44cb74265a limit the nowrap + width hack to quirks mode bug 277232 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170242 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 18:33:12 +00:00
mvl%exedo.nl
98d4d48edc bustage fix. fallout from bug 272732
git-svn-id: svn://10.0.0.236/trunk@170241 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 17:57:28 +00:00
caillon%redhat.com
c899f517d4 Bug 281979
Call g_set_application_name () to give the window manager a hint as to what name to use when grouping windows. r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@170240 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 17:11:39 +00:00
cltbld
149ebeb124 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170239 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 12:47:28 +00:00
cltbld
0d20caf33b Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170238 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 12:37:44 +00:00
allan%beaufour.dk
cd7c3f9bba Add support for class attribute in XTF, bug 283366, r=bryner, sr=bzbarsky, patch by smaug@welho.com
git-svn-id: svn://10.0.0.236/trunk@170237 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 12:30:12 +00:00
timeless%mozdev.org
08be783c75 Bug 283514 OOM mlk [@ WSPTestComplexType::Array2]
patch by dewildt@gmail.com r=timeless sr=bz


git-svn-id: svn://10.0.0.236/trunk@170236 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 10:54:54 +00:00
timeless%mozdev.org
7190eb6177 Bug 283510 OOM crasher [@ mozMySpell::Check]
patch by dewildt@gmail.com r=timeless sr=mscott


git-svn-id: svn://10.0.0.236/trunk@170235 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 10:52:50 +00:00
smontagu%smontagu.org
059c590429 Remove obsolete define of MOZ_AIMM. Bug 170852, patch by sdwalker@myrealbox.com, r=bryner, sr=neil
git-svn-id: svn://10.0.0.236/trunk@170234 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 10:34:01 +00:00
scott%scott-macgregor.org
a9e7c8907b Turn on inline spell check by default.
add some default prefs in preparation of the new options UI landing


git-svn-id: svn://10.0.0.236/trunk@170233 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 07:12:04 +00:00
smfr%smfr.org
66a23940bf Fix bug 184394: allow Camino to load additional pref panes from its internal PreferencePanes directory, and also from ~/Library/Application Support/Camino/PreferencePanes, and /Library/Application Support/Camino/PreferencePanes. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170232 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 06:56:57 +00:00
smfr%smfr.org
76ffd446b0 Fix build error.
git-svn-id: svn://10.0.0.236/trunk@170231 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 06:42:36 +00:00
smfr%smfr.org
5291a61ac0 Fix the menu title and enabled state of the Show/Hide bookmarks item when toggling bookmarks. No bug.
git-svn-id: svn://10.0.0.236/trunk@170230 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 06:32:07 +00:00
smfr%smfr.org
245bf16e09 Fix bug 284971: duplicate items showing up in Default Browser popup.
git-svn-id: svn://10.0.0.236/trunk@170229 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 06:25:38 +00:00
scott%scott-macgregor.org
d272b405a8 Bug #284973 --> Don't focus the SMTP Server List when we first load the smtp panel in the account manager. That's bad accessibility behavior.
git-svn-id: svn://10.0.0.236/trunk@170228 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 06:13:05 +00:00
scott%scott-macgregor.org
26d90b1458 Bug #284926 --> SMTPs listed in "Outgoing Server" on "Account Settings" panel increases on every account switch (problem in fix for bug 202468)
git-svn-id: svn://10.0.0.236/trunk@170227 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 06:04:34 +00:00
scott%scott-macgregor.org
7f08ddfce2 Bug #284911 --> "Default" text label is higher than "Port" in the SMTP edit window. Fall out from the new SMTP server
UI.

Patch by bugzilla@mcsmurf.de


git-svn-id: svn://10.0.0.236/trunk@170226 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 05:55:22 +00:00
pinkerton%aol.net
ea8b7ba64f recurse into frames and iframes when filling passwords (bug 186384)
git-svn-id: svn://10.0.0.236/trunk@170225 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 03:24:10 +00:00
joshmoz%gmail.com
d0612f0f72 another fix for tab bar dragging. b=269995 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170224 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 02:18:37 +00:00
joshmoz%gmail.com
1812036518 add "Send This Link..." contextual menu item. b=227803 r=joshmoz sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170223 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 01:33:21 +00:00
darin%meer.net
837437507e fixes bug 271475 "nsINIParser::Init is noisy when given file doesn't exist" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170222 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-06 00:53:13 +00:00
joshmoz%gmail.com
f365fc1675 fix: download Manager gets stuck in Customize Toolbar mode when closing on download completion. b=283359 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170221 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 23:28:30 +00:00
ben%bengoodger.com
efd8a62b87 283640 - Cookies window hangs browser when items are expanded or collapsed. Ensure that nsITreeView implementation of getParentIndex always returns -1 for rows that are at the top level of the hierarchy. (Folders were actually returning "0" as their parent index, which is incorrect).
git-svn-id: svn://10.0.0.236/trunk@170220 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 22:43:48 +00:00
db48x%yahoo.com
1896509c92 bug 274440: ".key" should not be used to describe access keys, use ".accesskey" instead
patch by Hasse <jasajudeju@telia.com>, r=db48x, sr=Neil


git-svn-id: svn://10.0.0.236/trunk@170219 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 22:24:11 +00:00
pinkerton%aol.net
3c87b056f8 sometimes mDragDest wasn't set, causing crashes or drags to be ignored when
dragging to the tab bar (bug 269995, 269994)


git-svn-id: svn://10.0.0.236/trunk@170218 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 22:07:45 +00:00
webmail%kmgerich.com
558b03a544 Pinstripe: Reload button not getting right image rect when using "small icons", bug #284130
git-svn-id: svn://10.0.0.236/trunk@170217 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 20:58:31 +00:00
mvl%exedo.nl
229aa4d3dc bug 283805. sunbird is a calendar, not a browser.
patch by bugzilla@mcsmurf.de, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@170216 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 19:49:59 +00:00
joshmoz%gmail.com
48fdfef822 fix "Download Link Target" results in bad download for large MP3 file. b=281648 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170215 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 18:34:12 +00:00
gerv%gerv.net
201efabc25 Bug 284909: fixing broken link. Patch by gerv; r=mozbot.
git-svn-id: svn://10.0.0.236/trunk@170214 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 18:28:33 +00:00
pinkerton%aol.net
a42830f6f2 add keycombos for show/hide toolbar and bookmark bar (bug 281504)
git-svn-id: svn://10.0.0.236/trunk@170213 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 18:14:21 +00:00
joshmoz%gmail.com
c28cb2a00c add preference menu for default browser. b=218271 r=smfr sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170212 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 18:14:11 +00:00
pinkerton%aol.net
54a9a22893 fix case where prefs could not exist and we'd get uninitialzed values for
opening tabs/windows with cmd-click. (bug 283363)


git-svn-id: svn://10.0.0.236/trunk@170211 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 18:06:25 +00:00
gerv%gerv.net
f67d27fae9 Bug 282671 - remove stylesheet parameter, as it can be exploited for site spoofing.
git-svn-id: svn://10.0.0.236/trunk@170210 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 17:57:49 +00:00
joshmoz%gmail.com
cb2bacff2d allow for toggling of bookmark manager using bm manager toolbar button, no bug sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170209 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 17:39:50 +00:00
bmlk%gmx.de
62e6af1eb3 make colframe cache nonpublic bug 278644 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170208 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 16:43:07 +00:00
silver%warwickcompsoc.co.uk
8e503843c6 Bug 283995 - Fix error when doing /commands <pattern>.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=dmcorry@seanet.com (David Corry)


git-svn-id: svn://10.0.0.236/trunk@170207 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 15:45:01 +00:00
paper%animecity.nu
daf122abab Bug 284716: Create DDBs in nsImageWin::Optimize for Win2k/XP/2003. r=stuart sr=tor
git-svn-id: svn://10.0.0.236/trunk@170206 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 13:15:12 +00:00
ben%bengoodger.com
50eac5a5ef 284560 - Can't add English [en] to the language list. Prevent discovery of "en" in the language list when really the match is en-us. Patch by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=me... also relocate license header to top of file
git-svn-id: svn://10.0.0.236/trunk@170205 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 08:41:53 +00:00
ben%bengoodger.com
1c5d727660 283871 - password manager does not resize vertically... add flex to content box. Patch by Mook <mook.moz@gmail.com> r=me
git-svn-id: svn://10.0.0.236/trunk@170204 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 08:32:47 +00:00
jshin%mailaps.org
f37ed49ee5 bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano
git-svn-id: svn://10.0.0.236/trunk@170203 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 08:19:05 +00:00
nelsonb%netscape.com
784913e894 Export CERT_SequenceOfCertExtensionTemplate on Windows.
Fix type of "attributes" member of struct CERTCertificateRequestStr.
Bug 284200.  r=nelson.williams & wtchang.


git-svn-id: svn://10.0.0.236/trunk@170202 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 08:03:04 +00:00
mkanat%kerio.com
174b0b2d34 Bug 284598: INSTR function is not supported by postgres
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170201 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 07:36:08 +00:00
mkanat%kerio.com
3e31b67de7 Bug 284525: Checksetup uses some bad SQL that is not cross-database compatible
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170200 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 07:34:28 +00:00
mozilla.mano%sent.com
5f7bdedd31 Bug 221824 - themes should be RTL compatible. regressions fix. r=steffen/kmgerich
git-svn-id: svn://10.0.0.236/trunk@170199 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 07:07:58 +00:00
despotdaemon
230a7523c2 Pseudo-automatic update of changes made by yoshino@mozilla-japan.org.
git-svn-id: svn://10.0.0.236/trunk@170198 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 06:34:50 +00:00
mkaply%us.ibm.com
b71771d0d7 #278165
r=pedemonte, sr=mkaply
Patch from Peter Weilbacher - potential leak - move a WinReleasePS


git-svn-id: svn://10.0.0.236/trunk@170197 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 04:53:20 +00:00
bzbarsky%mit.edu
3657b6cbb4 Add tooltips to firefox print preview toolbar. Bug 250446, patch by
Gavin Sharp <gavin.sharp@gmail.com>, r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@170196 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 03:57:34 +00:00
bzbarsky%mit.edu
b173d15e83 Update extension metadata when upgrading an extension. Bug 269259, patch by
Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@170195 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 03:47:45 +00:00
jshin%mailaps.org
8853d10c7e bug 234182 : got rid of nsAutoBuffer while addressing reviewer's comment, but forgot to remove '#include "nsAutoBuffer.h"'
git-svn-id: svn://10.0.0.236/trunk@170194 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 03:44:48 +00:00
bzbarsky%mit.edu
a35735ad08 Fix Firefox typeahead find crashes. do_QueryReferent on an nsWeakPtr can
return a null after all!  Bug 274625, patch by Michael Clackler
<mikeclackler@hotmail.com>, r=bsmedberg, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@170193 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 03:43:34 +00:00
bzbarsky%mit.edu
ac5561476f Remove content dependency on the RDF-ness of bookmarks (since in general, they
need not be RDF-enabled at all).  Remove bizarre dependency of an interface we
really want to expose to embeddors on nsIParser.  Bug 101995 followup,
r=bsmedberg, sr=alecf


git-svn-id: svn://10.0.0.236/trunk@170192 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 03:35:54 +00:00
wtchang%redhat.com
11509a3176 Bugzilla Bug 221425: enable all.sh to run with Cygwin. Also fixed an
incorrect line continuation (of a tstclnt command line) in ssl.sh.
r=nelsonb,jpierre
Modified files: init.sh ssl.sh


git-svn-id: svn://10.0.0.236/trunk@170191 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 02:00:30 +00:00
steffen.wilberg%web.de
531537a8c0 Bug 214707: Don't allow creation of nameless toolbars. p=gavin.sharp@gmail.com, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170190 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 01:22:30 +00:00
mkanat%kerio.com
37d628e055 Bug 271463: Incorrect error: Permission Denied - Sorry; you do not have the permissions necessary to enter a bug against the Browser product.
Patch By Frederic Buclin <LpSolit@gmail.com> r=travis, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170189 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 01:16:00 +00:00
steffen.wilberg%web.de
73058e83b8 Bug 266774: Start page URL is wrong in region.properties and bookmarks.html (404). p=gavin.sharp@gmail.com, r=asa
git-svn-id: svn://10.0.0.236/trunk@170188 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 01:10:05 +00:00
mkanat%kerio.com
7726f3b2d7 Bug 284838: editvalues.cgi does not use $dbh->bz_(un)lock_tables
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170187 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 01:08:35 +00:00
bienvenu%nventure.com
bc1726e56b fix 274800 clicking on imap draft saved offline causes problems, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170186 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 01:02:33 +00:00
steffen.wilberg%web.de
c34304f34e Bug 271774: Page Setup's 'Shrink to fit page width' preference is not saved. p=rganesan@novell.com, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170185 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 00:49:42 +00:00
steffen.wilberg%web.de
a290113f44 address review comment (bug 263750)
git-svn-id: svn://10.0.0.236/trunk@170184 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 00:39:19 +00:00
steffen.wilberg%web.de
9385c364e8 Bug 263750: -moz-appearance: none gives the urlbar a 2px inset border regardless of gtk theme. p=webmail@kmgerich.com, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170183 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 00:36:38 +00:00
steffen.wilberg%web.de
353eb6116d bump the copyright date in Help docs to 2005
git-svn-id: svn://10.0.0.236/trunk@170182 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 00:25:22 +00:00
steffen.wilberg%web.de
c15b4bacf4 Bug 278936: About dialog still displays 2004 (update to 2005). p=chris.blore@gmail.com, r=dbaron
git-svn-id: svn://10.0.0.236/trunk@170181 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 00:19:18 +00:00
mkanat%kerio.com
7f1a179da7 Bug 277782: _throw_error should unlock tables when tables are locked, automatically
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170180 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-05 00:18:48 +00:00
cltbld
87463c197c Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170179 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 23:17:19 +00:00
tor%cs.brown.edu
844b8b7b4b Bustage fix - only do renderer stuff if svg is enabled.
git-svn-id: svn://10.0.0.236/trunk@170178 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 23:08:30 +00:00
cltbld
29fe516edf Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170177 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 22:47:22 +00:00
jwalden%mit.edu
fef6410eba Bug 279715 - [Mac] In Help viewer toolbar customization 'Text only' dropdown markers are missing. Patch by Simon Paquet <bugzilla@babylonsounds.com>, r=me
git-svn-id: svn://10.0.0.236/trunk@170176 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 22:46:31 +00:00
tor%cs.brown.edu
fbac467300 Bug 284305 - simplify svg build configuration. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170175 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 22:40:00 +00:00
neil%parkwaycc.co.uk
c80836f4b6 Bug 284798 Advanced button should be hidden for news servers sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170174 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 21:44:40 +00:00
scott%scott-macgregor.org
730e921e28 Bug #202468 --> forgot a locale file change for seamonkey
git-svn-id: svn://10.0.0.236/trunk@170173 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 20:22:05 +00:00
despotdaemon
263ee3613c Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@170172 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 19:36:01 +00:00
pkw%us.ibm.com
2a9a088321 Bug 284802 - AIX build failure after Bug 234182 checkin.
r=tor@acm.org, sr=darin@meer.net


git-svn-id: svn://10.0.0.236/trunk@170171 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 19:28:11 +00:00
mozilla.mano%sent.com
40a2263089 Bug 251627 [Firefox/toolkit part] - Icon incorrectly placed when dropping an icon from the Customize Toolbar windows to the Toolbars when interface is RTL. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170170 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 18:39:12 +00:00
wtchang%redhat.com
5bc721385e Added a blank line after the triple license header to match the output
of the new oidgen.perl.


git-svn-id: svn://10.0.0.236/trunk@170169 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 18:30:12 +00:00
brendan%mozilla.org
fce64ac33d When converting from list to hashtable in js_IndexAtom, arrange to preallocate the table's buckets array to the list length, and set table->nentries (buglet reported by tellme.com folks).
git-svn-id: svn://10.0.0.236/trunk@170168 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 18:23:58 +00:00
smfr%smfr.org
a04c40da62 More changes for bookmarks in tabs, bug 215235. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@170167 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 17:33:49 +00:00
smfr%smfr.org
a7daada784 Implement bookmarks in tabs, bug 215235. r=pinkerton.
git-svn-id: svn://10.0.0.236/trunk@170166 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 17:32:15 +00:00
caillon%redhat.com
014d43d560 I prefer "Christopher" in written text. r=hulagirl.
git-svn-id: svn://10.0.0.236/trunk@170164 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 14:36:18 +00:00
shaver%mozilla.org
5f925fcdf0 283156: teach make-makefile how to deal properly with .. components in DIRS, sr=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170163 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 13:37:14 +00:00
mozilla.mano%sent.com
ac8e40df55 Bug 221824 - Winstripe should be rtl compatible... new preferences window fixes. r=kmgerich
git-svn-id: svn://10.0.0.236/trunk@170162 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 12:41:09 +00:00
jshin%mailaps.org
e50939908d bug 234182 : use multiple type 1 fonts in place of a type 9 font for PS freetype printing. Ken's review comments were not addressed in the previous check-in by mistake
git-svn-id: svn://10.0.0.236/trunk@170161 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 10:08:29 +00:00
jshin%mailaps.org
68db28d217 bug 234182 : use multiple type 1 fonts instead of a type 9 fonts (r=ervin.yan, kherron, sr=bz) : forgot to remove two obsolete files in the previous check-in
git-svn-id: svn://10.0.0.236/trunk@170160 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 08:42:06 +00:00
jshin%mailaps.org
406fa88479 bug 234182 : use multiple type 1 fonts instead of a single type 9 font to produce more portable PS output files (r=ervin.yan, kherron, sr=bz)
git-svn-id: svn://10.0.0.236/trunk@170159 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 07:39:27 +00:00
bob%bclary.com
2c419fb707 Fix error where testcase did not test conversion of the object to a string. Note this does not accurately test the true problem of evaluating the object in the js shell
git-svn-id: svn://10.0.0.236/trunk@170158 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 06:24:16 +00:00
smfr%smfr.org
3474adbd94 Add license.
git-svn-id: svn://10.0.0.236/trunk@170157 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 05:44:34 +00:00
julien.pierre.bugs%sun.com
c627933774 Fix for 283765. Fix for UMR in NSSUsage. r=julien
git-svn-id: svn://10.0.0.236/trunk@170156 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 04:32:04 +00:00
bob%bclary.com
f5fee2c080 Initial add. Regression test for bug 167328, by pschwartau@meer.net
git-svn-id: svn://10.0.0.236/trunk@170155 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 03:26:50 +00:00
darin%meer.net
6e4bb5e6ea fixes bug 284687 "###!!! ASSERTION: index out of range: '0 <= aIndex && aIndex < Count()" r=biesi sr=pavlov
git-svn-id: svn://10.0.0.236/trunk@170154 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 02:48:58 +00:00
jst%mozilla.jstenback.com
07f72886c9 Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@170153 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 02:01:54 +00:00
robert%accettura.com
fb2068ae7b Some emoticons not converted correctly :-/ (Bug 205911) sr=mscott r/moa=daniel@glazman.org p=me
git-svn-id: svn://10.0.0.236/trunk@170152 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 00:57:27 +00:00
bob%bclary.com
76c9f26fdc Initial add. Regression test for bug 155081, by ajschult@verizon.net
git-svn-id: svn://10.0.0.236/trunk@170151 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-04 00:17:19 +00:00
timeless%mozdev.org
ba9ee9a838 Bug 284549 crash if nsIClassInfo.getInterfaces includes a null interface [@ HashIIDPtrKey]
r=shaver sr=shaver


git-svn-id: svn://10.0.0.236/trunk@170150 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 23:41:12 +00:00
cltbld
13825964ec Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170149 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 22:57:36 +00:00
shaver%mozilla.org
8c128949c3 automatically pull+build storage+sqlite3 when calendar is selected; r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170148 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 22:48:37 +00:00
bob%bclary.com
d5ce75394f Initial add. Regression test for bug 119719
git-svn-id: svn://10.0.0.236/trunk@170147 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 22:00:16 +00:00
pavlov%pavlov.net
b638d8ccb3 fixing 284078. patch from jt@nerant.org. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@170146 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 21:45:07 +00:00
bob%bclary.com
29f68a461c Initial add. Regression test for bug 58116
git-svn-id: svn://10.0.0.236/trunk@170145 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 21:25:31 +00:00
silver%warwickcompsoc.co.uk
d036b06e69 Bug 283156 - Make make-makefile cope with ../ in DIRS.
r=shaver
sr=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@170144 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 21:12:22 +00:00
bob%bclary.com
0b08dccdc2 Initial add. Regression test for bug 249211, by dcourtin@systemplus.fr
git-svn-id: svn://10.0.0.236/trunk@170143 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:59:05 +00:00
bob%bclary.com
165ae397ea Initial add. Regression test for bug 245148, by bebabo@swissonline.ch
git-svn-id: svn://10.0.0.236/trunk@170142 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:51:11 +00:00
bob%bclary.com
552b3c9047 Initial add. Regression test for bug 281930, by jerfa@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@170141 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:32:13 +00:00
scott%scott-macgregor.org
5944cf6f12 Bug #202468 --> New SMTP Account Settings UI.
Make it easier to manage multiple SMTP servers.
Add the ability to set unique smtp servers for each identity associated with an account.

r=neil
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@170140 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:08:47 +00:00
jst%mozilla.jstenback.com
4f91ff34c8 Fixing the browser side of bug 265536. Make the user agent string differentiate between 32-bit and 64-bit version of mozilla when running on x86_64 unix systems. r=bzbarsky@mit.edu, sr=darin@meer.net
git-svn-id: svn://10.0.0.236/trunk@170139 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:08:01 +00:00
bmlk%gmx.de
ee4b566941 - decouple xul iframes from the browser.frames.enabled preference, so that one can open mozilla if that preference is set to false bug 107911
- avoid mutating style inside frame constructor for noframes bug 240129, this fixes crashes like bug 281333 and  bug 266222
- ConstructFrame does not append children if it fails, thats good enough for tables, so don't care about foreign children if they fail, this prevents tables from going into panic mode. bug 283147
- a display: table-caption behaves like a block for other table frames created below. bug 281527
r/sr= bzbarsky


git-svn-id: svn://10.0.0.236/trunk@170138 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 18:04:38 +00:00
bzbarsky%mit.edu
baca2afa60 Fix nsWindowWatcher::FindItemWithName to pass in the right requestor; expose it
on nsPIWindowWatcher and use it from nsDocShellTreeOwner.  Bug 282296, r=danm,
sr=jst


git-svn-id: svn://10.0.0.236/trunk@170137 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 17:26:34 +00:00
bob%bclary.com
0f74bb7c44 Initial add. Regression test for bug 280769, by igor@mir2.org
git-svn-id: svn://10.0.0.236/trunk@170136 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 17:03:05 +00:00
bzbarsky%mit.edu
f7fea72c9f Fix bug 257947 for real. r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@170135 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:34:49 +00:00
caillon%redhat.com
8439e6c832 Null out static variables after we destroy the widgets to avoid crashing.
Bug 244549.  GTK2 patch by Pete Zha, GTK1 patch by Ben Bucksch.
r=caillon, sr=blizzard.


git-svn-id: svn://10.0.0.236/trunk@170134 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:31:59 +00:00
mozilla.mano%sent.com
7c73faba89 Bug 125998 - For image documents, use the iamge-url as the tab-icon. patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk> r=vlad
git-svn-id: svn://10.0.0.236/trunk@170133 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:25:06 +00:00
mconnor%myrealbox.com
43874dc10a bug 284333 - SHGetMalloc API call is deprecated (in nsIEProfileMigrator.cpp), patch by david.gardiner@unisa.edu.au, r=me
git-svn-id: svn://10.0.0.236/trunk@170132 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:22:35 +00:00
mozilla.mano%sent.com
7efa40f536 Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben
git-svn-id: svn://10.0.0.236/trunk@170131 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 16:13:37 +00:00
timeless%mozdev.org
733b2b3a5c Bug 284509 use trailing slash for &releaseURL;
patch by bug@annevankesteren.nl r=neil sr=neil


git-svn-id: svn://10.0.0.236/trunk@170130 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:46:58 +00:00
mkanat%kerio.com
9cff8d2489 Bug 283394: Editing or deleting classifications causes a blank page
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170129 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:23:28 +00:00
mkanat%kerio.com
d7c4f4e167 Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQL
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170128 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:19:10 +00:00
mkanat%kerio.com
2943ee11e1 Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQL
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170127 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:15:03 +00:00
smfr%smfr.org
a5d878e57e Add a comment to say which DLL pulls in uriloader. sr=bz
git-svn-id: svn://10.0.0.236/trunk@170126 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 07:05:01 +00:00
smfr%smfr.org
660d63bdc8 Add "Installed Plug-Ins" menu item to the bottom of the Help menu (bug 166966).
git-svn-id: svn://10.0.0.236/trunk@170125 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 05:59:21 +00:00
smfr%smfr.org
2db5021fc9 Add intl.xpt to the project to make about:plugins work (bug 199203). Also removed some empty Copy Files phases.
git-svn-id: svn://10.0.0.236/trunk@170124 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 05:45:54 +00:00
justdave%bugzilla.org
308ca2dd4f Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170123 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 05:28:42 +00:00
bzbarsky%mit.edu
5fc500de3f Make sure to always remove the dummy layout request on presshell destruction
and not to post events after we have revoked them.  Bug 284354, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@170120 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 04:46:03 +00:00
bzbarsky%mit.edu
7c2b893117 When an image is resized, make it invalidate its mRect, since it needs to
repaint that area.  Bug 284166, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@170119 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 04:42:48 +00:00
julien.pierre.bugs%sun.com
a906b21c0a Fix crash in CRL sorting callbacks from qsort.
git-svn-id: svn://10.0.0.236/trunk@170118 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 04:07:26 +00:00
bienvenu%nventure.com
5380336271 fix 284523 off by one error constructing mime part when deleting mime attachment, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170117 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 03:59:08 +00:00
smfr%smfr.org
845743ccb3 Remove some bogus ; from the end of method names.
git-svn-id: svn://10.0.0.236/trunk@170116 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 03:27:56 +00:00
jst%mozilla.jstenback.com
287f86be83 Hmm, apparently people don't build often on Mac's where XP_MAC is defined any more... sr=me
git-svn-id: svn://10.0.0.236/trunk@170115 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 01:27:36 +00:00
jshin%mailaps.org
11ec3b0b83 bug 282819 : use NS_ConvertASCIItoUTF16 instead of the manual expansion of ASCII to UTF-16 in nsFontMetricsGTK/Xlib r=smontagu, sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@170114 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 00:29:30 +00:00
jst%mozilla.jstenback.com
2754d07eff Initialize uninitialized member, just in case...
git-svn-id: svn://10.0.0.236/trunk@170113 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-03 00:04:04 +00:00
jst%mozilla.jstenback.com
b42d44f3a4 Fixing bug 161587. Make the caller principal carry over to the callee when doing document.open(). r=caillon@gmail.com, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@170112 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 23:17:28 +00:00
bienvenu%nventure.com
9f2285f81a add back in bin mode
git-svn-id: svn://10.0.0.236/trunk@170111 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 22:59:28 +00:00
bienvenu%nventure.com
8418d15282 need to add as binary for 2920
git-svn-id: svn://10.0.0.236/trunk@170110 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 22:59:27 +00:00
bienvenu%nventure.com
788118cc95 remove attach-del icon so I can add it back in bin mode
git-svn-id: svn://10.0.0.236/trunk@170109 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 22:59:06 +00:00
timeless%mozdev.org
617821cb0f Bug 129183 Crash opening the address book after editing the history.mab file -TBTrunk [@ nsAddrDatabase::UpdateLowercaseEmailListName ]
patch by baafie@planet.nl r=bienvenu sr=mscott


git-svn-id: svn://10.0.0.236/trunk@170108 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 21:52:52 +00:00
bugzilla%arlen.demon.co.uk
1d3d48d0e1 Bug 282893 Properly indent children in help files especially <div> Aditional work for customize_help patch
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170107 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 21:20:46 +00:00
silver%warwickcompsoc.co.uk
cdb4632bd6 Bug 277839 - Add /notice command.
ChatZilla only.
r=samuel@sieb.net
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@170106 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 21:18:30 +00:00
bugzilla%arlen.demon.co.uk
828a9e89c6 Bug 284398 Typo in nsDefaultCLH.js and nsMailDefaultHandler.js - nsISupporst
p=moz_bugzilla@exchangecode.com fr=benjamin


git-svn-id: svn://10.0.0.236/trunk@170105 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 20:54:38 +00:00
jst%mozilla.jstenback.com
84dd275c5a Fixing bug 284364. Turn on plugins again if they were enabled before we started editing a document. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@170104 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 20:17:28 +00:00
aaronleventhal%moonset.net
27ddf3a03c Bug 283482. MSAA events and objects in wrong HWND for CSS overflow children. r=bz, sr=roc
git-svn-id: svn://10.0.0.236/trunk@170103 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 19:05:09 +00:00
aaronleventhal%moonset.net
b248412296 Bug 283703. Focus events not fired for radio buttons. r=pkw, sr=bz
git-svn-id: svn://10.0.0.236/trunk@170102 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 18:59:41 +00:00
timeless%mozdev.org
6913f48ac0 Bug 280463 Crash on delete from address book sidebar after search [@ nsAbMDBDirectory::RemoveCardFromAddressList ]
Bug 152133 Deleting an address book entry leaves a blank entry in any mailing lists on which it was a member
patch by mark@standard8.demon.co.uk r=bienvenu sr=mscott


git-svn-id: svn://10.0.0.236/trunk@170101 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 18:24:46 +00:00
cbiesinger%web.de
24b0bb81d6 281343 show an error message when filenames are too long; and convert that error
to an nsresult
patch by Son Le <son.le0@gmail.com> r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@170100 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 18:16:37 +00:00
mozilla.mano%sent.com
d59f185d3f Bug 259224 - Accel+J shortcut key appears 2 times in Tools menu. patch by Gavin Sharp <gavin.sharp@gmail.com>. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170099 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 17:50:26 +00:00
cltbld
9d358bdd53 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@170098 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 16:57:17 +00:00
tor%cs.brown.edu
2936fe994b Bug 284340 - only set cairo flags/libs if cairo needed. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170097 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 16:55:55 +00:00
bzbarsky%mit.edu
524ff8b031 Make console service init handle out-of-memory. Bug 281093, patch by Daniel de
Wildt <dewildt@gmail.com>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@170096 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 16:37:53 +00:00
mozilla.mano%sent.com
d1978bfeb3 Bug 284437 - [Mac] 'Sanitize Firefox' menu item doesn't work when no windows are open. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170095 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 16:26:41 +00:00
bienvenu%nventure.com
fc4f1b8a1e fix 2920 support for deleting and detaching attachments, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170094 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 15:43:31 +00:00
bienvenu%nventure.com
86ebd90e40 fix 2920 support for deleting and detaching attachments, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170093 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 15:34:58 +00:00
allan%beaufour.dk
4bbcf60a9e Quick fix for small oops in bug 283219... calling wrong function, patch by smaug@welho.com
git-svn-id: svn://10.0.0.236/trunk@170092 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 15:26:55 +00:00
bienvenu%nventure.com
dbdbf0f72a fix 2920 support for deleting and detaching attachments, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170091 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 15:25:16 +00:00
gandalf%firefox.pl
e5ea9dad92 Bug 284183: XML Parse Error on opening an attachment. Regression; r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@170090 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 13:42:31 +00:00
neil%parkwaycc.co.uk
10855b534d Backing out bug 58523 because it didn't handle bare URLs on the command line
git-svn-id: svn://10.0.0.236/trunk@170089 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 12:44:53 +00:00
bob%bclary.com
08750dbf2f Update section 2 to handle changed Spidermonkey behavior. Bug 284123
git-svn-id: svn://10.0.0.236/trunk@170088 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 11:29:10 +00:00
neil%parkwaycc.co.uk
3ed320c175 Bug 58523 some command line switches shouldn't inhibit global startup preferences p=brian.lu@sun.com r=bryner sr=me also removing an obsolete declaration from toolkit code at bryner's request
git-svn-id: svn://10.0.0.236/trunk@170087 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 11:27:32 +00:00
marco%gnome.org
be42131a03 233461 specify icons for dialogs button
Hook up gnome icons in gnomestripe
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170086 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 10:53:06 +00:00
marco%gnome.org
ce38082b38 Bug 233461 specify an icon for dialog buttons
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170085 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 10:45:51 +00:00
timeless%mozdev.org
671b4f8411 Bug 283547 OOM crash [@ nsGopherDirListingConv::OnDataAvailable]
patch by ajschult@verizon.net r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@170084 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 08:10:22 +00:00
jshin%mailaps.org
2263cc3c2a bug 279816 : Active(Global) IME is not activated on Win 9x/ME patch by masayuk, r=jshin, sr=neil
git-svn-id: svn://10.0.0.236/trunk@170083 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 08:03:13 +00:00
mozilla.mano%sent.com
4ca1a54b5a Bug 278544 - regression: location bar of newly created tabs is not focussed after using FAYT. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170082 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 06:01:29 +00:00
mozilla.mano%sent.com
7604721661 Bug 283506 - [Mac] DOM Inspector menu item should be dimmed, not disappear, with no windows open. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170081 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:48:55 +00:00
mozilla.mano%sent.com
fe78be96a7 Bug 238954 - Support Command-. (Command-Period) keyboard shortcut for Stop on OS X. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170080 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:43:57 +00:00
brendan%mozilla.org
f0c81a5a08 Inductive (wish it were deductive, but I don't understand all this code) fix for uninitialized rowCount bug in RowIndexToSearch (r=bryner, sr=dveditz).
git-svn-id: svn://10.0.0.236/trunk@170079 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:40:47 +00:00
smfr%smfr.org
4a60a7fd26 Add zh-HK (Traditional Chinese: Hong Kong) to the font prefs. Bug 222919.
git-svn-id: svn://10.0.0.236/trunk@170078 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:31:18 +00:00
ben%bengoodger.com
8e335c2e3f Testing a suspected fix to 283640 (suggested by Scott MacGregor)... don't adjust the index supplied to rowCountChanged...
git-svn-id: svn://10.0.0.236/trunk@170077 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:29:01 +00:00
ben%bengoodger.com
8613c5e2d4 284084 - setting "ask before sanitizing" and "sanitize on shutdown" opens a broken sanitize window on shutdown.
git-svn-id: svn://10.0.0.236/trunk@170076 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 05:27:19 +00:00
bzbarsky%mit.edu
54df69c399 Use the content policy REJECT reason as a basis for our "whether to show alt
text" decision instead of reading prefs ourselves.  Bug 202906, r=mvl, sr=jst


git-svn-id: svn://10.0.0.236/trunk@170075 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 04:05:12 +00:00
bzbarsky%mit.edu
fd4731c636 Fix GetImmediateChild to only get kids in the XBL namespace, and consolidate
some code.  Bug 284342, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@170074 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 03:20:00 +00:00
wtchang%redhat.com
a0cb2216d0 Bugzilla Bug 282610: added a README file. Describe what svrcore is and
how it is being used.


git-svn-id: svn://10.0.0.236/trunk@170073 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 02:57:47 +00:00
wtchang%redhat.com
e7cc3880bc Bugzilla Bug 282610: added the files used in conjunction with ntgetpin.c.
Modified Files: Makefile
Added Files: key.ico logo.ico ntgetpin.rc ntresource.h


git-svn-id: svn://10.0.0.236/trunk@170072 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 02:56:41 +00:00
neil.williams%sun.com
66557be85d Bug 263779 r=nelson@bolyard.com
This patch adds a new OID which is needed for the certutil patch which will follow.


git-svn-id: svn://10.0.0.236/trunk@170071 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 02:54:54 +00:00
wtchang%redhat.com
8782b46f8f I believe we need to define RELEASE (to svrcore) because we define RELEASE
in the top-level manifest.mn files in nss and dbm.


git-svn-id: svn://10.0.0.236/trunk@170070 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 02:29:38 +00:00
bryner%brianryner.com
0e2b73e3fb Fix autocomplete in message compose by making oninput start off enabled, and just disabling it within SetValue. Bug 282645, r= (and lots of ideas from) neil, sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@170069 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 01:19:19 +00:00
bienvenu%nventure.com
1d33f6fe83 fix 272988 handle dovecot imap server sending size after message headers when downloading headers, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170068 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 01:12:35 +00:00
bienvenu%nventure.com
9d6e91c175 fix 275270 .sbd folders created for every mail folder, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170067 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 01:05:13 +00:00
cst%andrew.cmu.edu
51ad1c43cb Bug 282178 sync xpfe tabbrowser with toolkit tabbrowser
ctrl+f4 event listener doesn't need to be capturing
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@170066 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 00:23:32 +00:00
cst%andrew.cmu.edu
a56f628cf8 Bug 282336 Remove useless dump()
r=mscott sr=neil


git-svn-id: svn://10.0.0.236/trunk@170065 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 00:18:58 +00:00
cst%andrew.cmu.edu
ad0c8bfd6b Bug 102831 if focus is the url bar, ctrl-f4 does not close the topmost tab
r=timeless sr=neil


git-svn-id: svn://10.0.0.236/trunk@170064 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 00:16:59 +00:00
scott%scott-macgregor.org
fdc7792fa9 fix access key conflict for OCSP dialog
git-svn-id: svn://10.0.0.236/trunk@170063 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 22:44:18 +00:00
bugzilla%arlen.demon.co.uk
d0c145c4a8 Bug 282893 Properly indent children in help files especially <div> using_priv, validation, welcome fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170062 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 22:29:25 +00:00
bob%bclary.com
41f62ddee5 Initial add. Regression test for bug 238945, by hhschwab@gmail.com
git-svn-id: svn://10.0.0.236/trunk@170061 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 22:16:28 +00:00
bugzilla%arlen.demon.co.uk
42656243d7 Bug 282893 Properly indent children in help files especially <div> privacy, privsec, ssl, using_certs fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170060 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 22:16:20 +00:00
scott%scott-macgregor.org
6eae3cdcc0 Bug #284126 --> Quick search icon is no longer showing up in the quick search bar
Fix regression caused by Bug #282735

Patch by bz


git-svn-id: svn://10.0.0.236/trunk@170059 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 22:08:21 +00:00
dougt%meer.net
cbfcec8516 More UI updates. r=dougt.
git-svn-id: svn://10.0.0.236/trunk@170058 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 21:35:20 +00:00
cbiesinger%web.de
1ef896961b Bug 284180 improve comments and error handling in exthandler a bit r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170057 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 21:34:57 +00:00
scott%scott-macgregor.org
bce59d56f1 Bug #268807 --> add default prefs for SignonFileName
patch by gemal


git-svn-id: svn://10.0.0.236/trunk@170056 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 21:31:42 +00:00
bryner%brianryner.com
dc81092494 update from prefwindow landing
git-svn-id: svn://10.0.0.236/trunk@170055 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 21:27:19 +00:00
mkanat%kerio.com
e8ac72f3d5 Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla::DB and (eventual) subclasses
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170054 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 21:19:20 +00:00
edburns%acm.org
73ac2e27c7 Checkpoint. Still waiting for advice on how to get POST inspection working.
M src_moz/EmbedProgress.cpp

- remove PageInfoListener meta-data from END_DOCUMENT_LOAD.  Didn't
  belong there.

M test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- print out the request method and response code.


git-svn-id: svn://10.0.0.236/trunk@170053 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 20:39:23 +00:00
bob%bclary.com
bdb0c96450 fix error where status was used instead of summary
git-svn-id: svn://10.0.0.236/trunk@170052 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 18:58:08 +00:00
travis%sedsystems.ca
b425f2e79c Bug 238802 : Input filter for integer sort key gives bad error output
Patch by Frederic Buclin <LpSolit@gmail.com>  r=mkanat  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170051 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 18:34:25 +00:00
travis%sedsystems.ca
cffe07438b Bug 283933 : Bugzilla should send XML templates as application/xml
Patch by Anne van Kesteren <bug@annevankesteren.nl>  r=justdave  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170050 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 18:32:04 +00:00
travis%sedsystems.ca
323c2d1dc6 Bug 283135 : "<BLAH> is not a valid bug nor an alias to a bug number" should not mention |number|
Patch by timeless@myrealbox.com   r=travis  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170049 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 17:48:45 +00:00
despotdaemon
67ce47e80e Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@170048 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 17:18:15 +00:00
bob%bclary.com
82be7ec14b Separate testcases for 32K boundary in regexp bytecode jump offset and 64K boundary of [] offset in regexp search string. bug 280769
git-svn-id: svn://10.0.0.236/trunk@170047 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 17:08:17 +00:00
bob%bclary.com
dc5e60fdfd Initial add. Regression testcases for bug 280769, by igor@mir2.org
git-svn-id: svn://10.0.0.236/trunk@170046 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 17:04:51 +00:00
bob%bclary.com
b40ac5e50a Initial add. Regression test for bug 240577
git-svn-id: svn://10.0.0.236/trunk@170045 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 16:57:07 +00:00
smfr%smfr.org
fa4e379553 Fix bug 283046 (missing file input labels in embedders) -- add some new dirs to the emebdding jar file. r=gandalf, sr=bz.
git-svn-id: svn://10.0.0.236/trunk@170044 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 16:29:37 +00:00
doronr%us.ibm.com
b428562cf9 XForms bug 284169 - get rid of WARNING's in console generated by GetTypeForControl. Patch by aaronr@us.ibm.com, r=beaufour,allan
git-svn-id: svn://10.0.0.236/trunk@170043 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 16:15:34 +00:00
bsmedberg%covad.net
44dfc34fa7 Bug 283352 - Make new flat chrome manifests usable by extensions. r=shaver I will post docs about this somewhere under http://www.mozilla.org/projects/firefox/extensions/
git-svn-id: svn://10.0.0.236/trunk@170042 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 14:46:45 +00:00
mostafah%oeone.com
0a6ca71374 Updated translation
git-svn-id: svn://10.0.0.236/trunk@170041 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 13:44:53 +00:00
jshin%mailaps.org
25769dc9fe bug 193439 : use RFC 2231 style encoding for filename parameter (rather than RFC 2047 style encoding) r=bienvenu, sr=darin
git-svn-id: svn://10.0.0.236/trunk@170040 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 12:37:02 +00:00
neil%parkwaycc.co.uk
254b8d0c4e Bug 161751 Can't switch themes when certain prefs are set r=bsmedberg sr=darin
git-svn-id: svn://10.0.0.236/trunk@170039 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 09:05:40 +00:00
bob%bclary.com
1f54c8e870 remove redeclaration of variable N which hid argument.
git-svn-id: svn://10.0.0.236/trunk@170038 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 08:59:45 +00:00
smfr%smfr.org
befbc6610b Fix bug 173150: change the font panel to not show font face, and strip out font face info from the saved font.
Fix bug 188300: when the text samples have focus, return custom field editors so that we can get changeFont: notifications.
Also fix a bug where if a font was missing, subsequent font selections would not stick (should help with bug 175651).


git-svn-id: svn://10.0.0.236/trunk@170037 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 08:20:35 +00:00
smfr%smfr.org
d8d214f4da Add windowWillReturnFieldEditor: handling to help fix bug 188300, and forward font panel delegate methods to the current pane, for bug 173150.
git-svn-id: svn://10.0.0.236/trunk@170036 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 08:18:11 +00:00
smfr%smfr.org
91c9f2b784 Rename all the member variables to start with "m" so the code is more readable.
Fix a problem where, if the font samples were clicked on, changing the font in the Font Panel no longer had any effect (using custom field editors). Bug 188300.


git-svn-id: svn://10.0.0.236/trunk@170035 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 06:32:54 +00:00
tor%cs.brown.edu
b50efa60d0 Bug 258511 - keep svg mimetypes out of persistent repository. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@170034 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 05:17:25 +00:00
timeless%mozdev.org
2206b50003 Bug 284034 nsReadableUtils ToNew* methods crash on OOM
patch by ajschult@verizon.net r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@170033 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 05:14:22 +00:00
timeless%mozdev.org
02caa63b9e Bug 283519 OOM mlk [@ workbuf_extend]
patch by ajschult@verizon.net r=timeless sr=roc


git-svn-id: svn://10.0.0.236/trunk@170031 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 04:29:51 +00:00
bzbarsky%mit.edu
1719e56d4a Only dispatch label-triggered clicks to content, for now, pending sorting out
exactly what HandleEventWithTarget _should_ be doing.  Bug 284163, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@170030 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 03:03:05 +00:00
leon.sha%sun.com
5d6f01b7b0 Bug 283437 [Postscript] If the page size is not set correctly, there will be a PostScript error "configurationerror".
Patch by leon.sha@sun.com.
kherron+mozilla: review+
roc: superreview+


git-svn-id: svn://10.0.0.236/trunk@170029 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 02:38:04 +00:00
timeless%mozdev.org
b8fe871775 Bug 283519 OOM mlk [@ workbuf_extend]
patch by ajschult@verizon.net r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@170028 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 02:08:41 +00:00
bob%bclary.com
e20720ed41 Modify to include 3 sections for N=20000, 0xFFFF, 100000
git-svn-id: svn://10.0.0.236/trunk@170027 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 01:45:46 +00:00
roc+%cs.cmu.edu
44e1c22147 Bug 241245. Make 'Desk' a supported system directory on Unix, and make it fully cross-platform. r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@170024 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 01:03:33 +00:00
bob%bclary.com
eb3c517823 Initial add. Regression test for bug 280769, comment 12 by igor@mir2.org
git-svn-id: svn://10.0.0.236/trunk@170023 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 00:59:48 +00:00
bugzilla%arlen.demon.co.uk
93ce132e24 Bug 282893 Properly indent children in help files especially <div> Minor tweaks to customize, mail (image alignment) and shortcuts
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170022 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 00:49:13 +00:00
wtchang%redhat.com
d96480726b Fixed text file line endings.
Modified Files: Makefile alt.c cache.c errors.c file.c manifest.mn
        ntgetpin.c pin.c pk11.c std.c svrcore.h user.c


git-svn-id: svn://10.0.0.236/trunk@170021 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-01 00:27:38 +00:00
roc+%cs.cmu.edu
3cdec0e1e0 Bug 262057. Migrate i18n prefs from Seamonkey to Firefox. r=mconnor, patch by Wolfgang Rosenauer (Novell)
git-svn-id: svn://10.0.0.236/trunk@170020 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 23:57:22 +00:00
wtchang%redhat.com
b6f85c966f Bugzilla bug 282610: contribute the Netscape svrcore library to open
source.  This library is used by the LDAP command-line tools and some
Netscape servers.
Added Files: Makefile alt.c cache.c errors.c file.c manifest.mn ntgetpin.c
        pin.c pk11.c std.c svrcore.h user.c


git-svn-id: svn://10.0.0.236/trunk@170019 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 23:47:55 +00:00
roc+%cs.cmu.edu
e6d641f6aa Bug 236996. Underline IME preedit text on Mac. Patch by waverider, r=masayuki, sr=roc
git-svn-id: svn://10.0.0.236/trunk@170018 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 23:39:26 +00:00
joshmoz%gmail.com
7d9df82bb3 fix broken Safari bookmark importing b=284159
git-svn-id: svn://10.0.0.236/trunk@170017 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 23:33:58 +00:00
bugzilla%arlen.demon.co.uk
5710b7a375 Bug 282893 Properly indent children in help files especially <div> mail_sec, page_info, passwords, profiles fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170016 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 23:27:41 +00:00
mozilla.mano%sent.com
14a7553ffe Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin
git-svn-id: svn://10.0.0.236/trunk@170015 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 23:09:24 +00:00
bugzilla%arlen.demon.co.uk
b3a4381f6b Bug 282893 Properly indent children in help files especially <div> Glossary and help_help fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@170014 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 22:56:50 +00:00
caillon%redhat.com
2310fd67a9 250245 - spec changed, its now Document.inputEncoding
r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@170013 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 22:35:02 +00:00
bzbarsky%mit.edu
accdfac9d2 Make sure to flush pending notifications as needed when calling
getElementById.  Bug 283468, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@170012 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 22:24:17 +00:00
mozilla.mano%sent.com
b3316b8171 Bug 284140 - (regression from 237776) escape no longer freezes animated gifs. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170011 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 22:01:56 +00:00
travis%sedsystems.ca
54b66ed77a Bug 283567 : Toggling a comment's privacy does nothing (regression from bug 279700)
Patch by : Frederic Buclin <LpSolit@gmail.com>  r=mkanat  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170010 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 21:33:16 +00:00
travis%sedsystems.ca
bd875f2aaf Bug 283183 : check_multi in Config.pm returns a bad error message if the check fails
iPtch by Frederic Buclin <LpSolit@gmail.com>   r=mkanat  a=myk


git-svn-id: svn://10.0.0.236/trunk@170009 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 21:31:31 +00:00
wtchang%redhat.com
d3ba2c8b12 Bugzilla Bug 283710: disable executable stack on ia64. The patch is
contributed by Christopher A. Aillon of Red Hat.  r=wtc.


git-svn-id: svn://10.0.0.236/trunk@170007 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 21:13:05 +00:00
wtchang%redhat.com
2503ea2cb0 Fixed comments.
git-svn-id: svn://10.0.0.236/trunk@170006 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 21:08:43 +00:00
travis%sedsystems.ca
360945cbea Bug 178370 : global param for whether or not to send mail
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=LpSolit  a=myk


git-svn-id: svn://10.0.0.236/trunk@170005 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 20:51:24 +00:00
travis%sedsystems.ca
abce7fe4c4 Bug 119485 : Templatise editusers.cgi
Patch by Marc Schumann <wurblzap@gmail.com>   r=GavinS, mkanat  a=justdave


git-svn-id: svn://10.0.0.236/trunk@170004 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 20:41:45 +00:00
caillon%redhat.com
af8392391e Making eyes bleed less, one file at a time.
rs=blizzard


git-svn-id: svn://10.0.0.236/trunk@170003 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 20:37:50 +00:00
scott%scott-macgregor.org
ca6406bf4d Bug #284144 --> Port Ben's winstripe changes for the new preferences UI to the qute theme so
I can use them in Thunderbird


git-svn-id: svn://10.0.0.236/trunk@170002 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 20:33:21 +00:00
doronr%us.ibm.com
af2898125e XForms Bug 283219 - trigger with appearance minimal scenario fails. Patch by smaug, r=beaufour,me
git-svn-id: svn://10.0.0.236/trunk@170001 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 20:12:01 +00:00
bob%bclary.com
661775f1b0 Initial add. Regression test for bug 254296, by kal_el1938@hotmail.com
git-svn-id: svn://10.0.0.236/trunk@170000 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 19:04:03 +00:00
travis%sedsystems.ca
ccfc3e33a9 Bug 283973 : Charts broken: DBD::mysql::st execute failed: Unknown column '$datefrom' in 'field list'
Patch by Teemu Mannermaa <wicked@etlicon.fi>   r=mkanat  a=justdave


git-svn-id: svn://10.0.0.236/trunk@169999 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 19:02:31 +00:00
travis%sedsystems.ca
3bfdd4d4f2 Bug 283139 : Zero out 'hours remaining' field on certain state transitions r.t. throwing an error saying it's not zeroed out.
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=LpSolit  a=justdave


git-svn-id: svn://10.0.0.236/trunk@169998 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 18:55:07 +00:00
allan%beaufour.dk
c775f07fd5 Fix problems with schema validation for calculated fields. Bug 284101, r=doronr/smaug
git-svn-id: svn://10.0.0.236/trunk@169997 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 18:41:05 +00:00
dougt%meer.net
671c058caa mapping DialogBoxIndirectParam
git-svn-id: svn://10.0.0.236/trunk@169996 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 18:06:31 +00:00
dougt%meer.net
3a4d4e2a44 Adding ExpandEnvironmentStrings and GdiFlush stubs
git-svn-id: svn://10.0.0.236/trunk@169995 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 18:05:00 +00:00
travis%sedsystems.ca
ee5bd0353a Bug 250410 : Time tracking summaries
Patch by Christian Reis <kiko@async.com.br>   r=jpeshkin  a=justdave


git-svn-id: svn://10.0.0.236/trunk@169994 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:53:19 +00:00
christophe.ravel.bugs%sun.com
16fdbb5b3b 238319: Sun packages changes.
Add addbuiltin, pk11priv.h, pk11pub.h


git-svn-id: svn://10.0.0.236/trunk@169993 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:45:20 +00:00
edburns%acm.org
0b06910537 Thanks to Craig March for catching these extraneous semicolons.
git-svn-id: svn://10.0.0.236/trunk@169992 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:20:26 +00:00
edburns%acm.org
140d778e14 This checkin enables finding out the request method and response status
of a URL_LOAD event.  I'm still working on getting the request body via
the nsIUploadChannel interface.  Next step will be to get that working.
I'm currently running into problems where the END_URL event for a POST
doesn't have a status.  I think this is because I'm using the
Navigation.post() method rather than simulating a user post by pressing
a form submit button.

A classes_spec/org/mozilla/webclient/impl/wrapper_native/NativeInputStream.java
A src_moz/NativeInputStreamImpl.cpp

- Class to enable reading the post body from the request.

M build.xml

- add NativeInputStream to JNI generation

M classes_spec/org/mozilla/webclient/PageInfoListener.java

 * <p>This {@link DocumentLoadListener} subclass adds the ability to get
 * detailed information on each event. </p>
 *
 * <p>The <code>eventData</code> property of the
 * <code>DocumentLoadEvent</code> instance will be a
 * <code>java.util.Map</code>.  The following entries may be present in
 * this map for the following <code>*_EVENT_MASK</code> types in
 * <code>DocumentLoadEvent</code>.</p>
 *
 * <dl>
 *
 * <dt>For all <code>*_EVENT_MASK</code> types</dt>
 *
 * <dd><p>the map will contain an entry under the key "<code>URI</code>"
 * without the quotes.  This will be the fully qualified URI for the
 * event. </p></dd>
 *
 * <dt>For <code>START_URL_LOAD</code> type</dt>
 *
 * <dd><p>The map will contain an entry under the key
 * "<code>method</code>" without the quotes.  This will be the request
 * method for this event.  The map will also contain an entry under the
 * key "<code>headers</code>".  This entry will be a
 * <code>java.util.Map</code> of all the request headers.</p></dd>
 *
 * <dt>For <code>END_URL_LOAD</code> type</dt>
 *
 * <dd><p>The map will contain an entry under the key
 * "<code>method</code>" without the quotes.  This will be the request
 * method for this event.  The map will contain an entry under the key
 * "<code>status</code>" without the quotes.  This will be the response
 * status string from the server, such as "<code>200 OK</code>".  The
 * map will also contain an entry under the key "<code>headers</code>".
 * This entry will be a <code>java.util.Map</code> of all the response
 * headers.</p></dd>
 *
 * </dl>

M src_moz/EmbedProgress.cpp

- leverage nsIHttpChannel methods to get request method, response
  status, and post body.

M src_moz/Makefile.in

- add NativeInputStream

M src_share/jni_util.cpp
M src_share/jni_util.h

- new constants

- add variant of ThrowExceptionToJava that takes the exception class name.

M test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerTest.java

- new test content.  Post related content commented out.


git-svn-id: svn://10.0.0.236/trunk@169991 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:15:45 +00:00
bienvenu%nventure.com
16c226445f fix 204339 support mail follow-up-to header, patch by daniel faber, r=bienvenu, sr=henry jia
git-svn-id: svn://10.0.0.236/trunk@169990 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:10:58 +00:00
scott%scott-macgregor.org
99f2d8ce66 Bug #283216 --> forgot to check in missing DTD file for adding OCSP support
git-svn-id: svn://10.0.0.236/trunk@169989 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 17:10:22 +00:00
despotdaemon
a2b528a479 Pseudo-automatic update of changes made by shaver@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@169988 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 16:45:39 +00:00
travis%sedsystems.ca
e9f8ffae5f Bug 284080 : cannot list quips, regression from bug 277504
Patch by Frederic Buclin <LpSolit@gmail.com>  r=wurblzap,peshkin  a=justdave


git-svn-id: svn://10.0.0.236/trunk@169987 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 16:37:13 +00:00
mvl%exedo.nl
a4ea75930a make sunbird find its locale files.
bug 283990, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@169986 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 16:26:52 +00:00
mozilla.mano%sent.com
a7ec022a73 Bug 118025 - nsITheme menupopup/menuitem implementations (Mac). r=pinkerton sr=smfr (for gfx) r=kmgerich (for pinstripe)
git-svn-id: svn://10.0.0.236/trunk@169985 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 15:09:58 +00:00
tor%cs.brown.edu
b84aa94fb3 Bug 283736 - static builds with cairo svg backend not working. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@169984 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 13:53:22 +00:00
mozilla.mano%sent.com
a708165151 Font dialog regressions fix: Bug 283678 - Serif / Sans-serif pref ui doesn't work; Bug 283869 - crash after trying to change font prefs; Bug 283945 - empty font lists for some languages. r=ben. (patch from bug 283678)
git-svn-id: svn://10.0.0.236/trunk@169983 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:52:48 +00:00
igor%mir2.org
50d8b2328e Patch from Attila Szegedi, szegedia@freemail.hu to address an issue with bug fix for bug 274467. From comment 24:
Patch for wrapping unchecked exceptions from Java method invocations

Recently we had a problem with a NPE occurring in a Java method - it wasn't
wrapped into WrappedException and subsequently we did not see the interpreter
script stack traces. This is because unchecked throwables aren't wrapped into
InvocationTargetException. I changed the relevant code in MemberBox.java to
wrap all exceptions (checked and unchecked) into WrappedException. BTW, this is
now consistent with how JavaMembers.get() and JavaMembers.put() work - they
also wrap all exceptions into WrappedException, not just
InvocationTargetException.


git-svn-id: svn://10.0.0.236/trunk@169982 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:39:04 +00:00
bob%bclary.com
da80e82bf6 Initial add. Regression test for bug 281606, by sukhisoul@yahoo.com
git-svn-id: svn://10.0.0.236/trunk@169981 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:27:37 +00:00
bob%bclary.com
dc0dcd19f7 remove o instanceof o testcase, bug 281606
git-svn-id: svn://10.0.0.236/trunk@169980 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 12:10:37 +00:00
ben%bengoodger.com
0faadf38fd 283988 - javascript annoyances options checkbox does not work properly
git-svn-id: svn://10.0.0.236/trunk@169979 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 08:47:29 +00:00
ben%bengoodger.com
3c0589ae90 283944 - edit options... button on xpinstall info bar does not work
git-svn-id: svn://10.0.0.236/trunk@169978 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 08:25:45 +00:00
leon.sha%sun.com
08796014f8 Bug 283432 [Postscript] We should use "undef" only if postscript level >1.
Patch maker: leon.sha@sun.com.
kherron+mozilla: review+
roc: superreview+


git-svn-id: svn://10.0.0.236/trunk@169977 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 06:06:51 +00:00
mconnor%myrealbox.com
ea5b8cecda bug 238952 Change Motto in Credits Dialog, use the official tag line, patch by jwalden+bmo@mit.edu, r=rebron/me
git-svn-id: svn://10.0.0.236/trunk@169976 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 05:55:41 +00:00
mconnor%myrealbox.com
5982f021e4 bug 283738 Prefwindow V unusable on Linux GTK2+XFT builds, sync winstripe css changes to gnomestripe
git-svn-id: svn://10.0.0.236/trunk@169975 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 05:51:57 +00:00
bob%bclary.com
e7b9d46a20 Initial add. Regression test for bug 261887, by osfo@home.se
git-svn-id: svn://10.0.0.236/trunk@169974 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 03:52:46 +00:00
bob%bclary.com
73c0b693b5 Initial add. Regression test for bug 261886, by osfo@home.se
git-svn-id: svn://10.0.0.236/trunk@169973 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 03:52:02 +00:00
joshmoz%gmail.com
5bd1847c76 remove a double check - thanks dbaron ;)
git-svn-id: svn://10.0.0.236/trunk@169972 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 02:33:42 +00:00
bzbarsky%mit.edu
7b98ea2307 Don't crash oif someone sets "display: -moz-grid" on something that has an XBL
base tag.  Just make it a grid.  Bug 283140, r=neil, sr=roc


git-svn-id: svn://10.0.0.236/trunk@169971 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 02:32:57 +00:00
bzbarsky%mit.edu
94b671f457 Remove the dummy layout request off an event, not synchronously, so we don't
fire onload as we're finishing up reflow.  Bug 281157, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@169970 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 02:27:09 +00:00
kyle.yuan%sun.com
1025bc0739 backout the fix for bug 268513
git-svn-id: svn://10.0.0.236/trunk@169969 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 01:08:32 +00:00
jwatt%jwatt.org
8b8417958f Bug 282672 : nsSchemaValidator::IsValidSchemaFloat needs fixed : r=doron
git-svn-id: svn://10.0.0.236/trunk@169968 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 00:31:43 +00:00
ben%bengoodger.com
c1f23de57f 283750 - search textbox in download actions window is dysfunctional... attempt to normalize rowcount change notifications and avoid assertions
git-svn-id: svn://10.0.0.236/trunk@169967 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-28 00:15:27 +00:00
bugzilla%arlen.demon.co.uk
ac815c8f32 Bug 282893 Properly indent children in help files especially <div> certs, certs_prefs, cs_nav_prefs_*, cs_priv_prefs_popup, devtools, forieusers 80cols and indentation fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@169966 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 23:17:09 +00:00
bugzilla%arlen.demon.co.uk
e34c225b37 Bug 282893 Properly indent children in help files especially <div> cert_dialog_help fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@169965 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 23:05:25 +00:00
ben%bengoodger.com
c6bacd72ba correct regression of 280007 - "Unicode"->"Other Languages"
git-svn-id: svn://10.0.0.236/trunk@169964 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:32:01 +00:00
bugzilla%arlen.demon.co.uk
6f29bda5e0 Bug 279054 Document new proxy pref pane in Help "SOCKS Host" --> "SOCKS Proxy"
p=Stefan.Borggraefe@gmx.de r=me


git-svn-id: svn://10.0.0.236/trunk@169963 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:30:54 +00:00
smfr%smfr.org
557f2559b6 When copying the project in an objdir build, don't copy over the foo.model and foo.pbxuser files, because doing that overwrites breakpoints and project state in the objdir project (which you use for debugging).
git-svn-id: svn://10.0.0.236/trunk@169962 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:15:40 +00:00
bugzilla%arlen.demon.co.uk
8b4db32a86 Bug 283262 "event is not defined" when pressing alt+enter in the url bar, (BrowserLoadURL)
p=gavin.sharp@gmail.com r=mconnor


git-svn-id: svn://10.0.0.236/trunk@169961 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:08:19 +00:00
bugzilla%arlen.demon.co.uk
7e04d096d5 Bug 264983 <tabbox> and tabs have no ID for use by overlays
p=gavin.sharp@gmail.com r=vladimir


git-svn-id: svn://10.0.0.236/trunk@169960 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 22:03:31 +00:00
smfr%smfr.org
525f154f6c Bug 283074: make sure MORK_ASSERTION fires on Mac by paying attention to XP_MACOSX, not XP_MAC. r/sr=bienvenu.
git-svn-id: svn://10.0.0.236/trunk@169959 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:59:54 +00:00
timeless%mozdev.org
e272c49d20 Bug 283131 Leaking fd/registry in OOM cases
r=dougt


git-svn-id: svn://10.0.0.236/trunk@169958 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:32:52 +00:00
timeless%mozdev.org
5fd43c140f Bug 283921 Crash [@ net_GetURLSpecFromFile]
r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@169957 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:13:13 +00:00
silver%warwickcompsoc.co.uk
5133397595 Bug 281706 - Tweak /rejoin to not kill the view when parting.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@169956 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:05:49 +00:00
timeless%mozdev.org
60faf309fe Bug 283923 remove useless test from nsImapProtocol::ProcessCurrentURL
r=bienvenu sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@169955 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 21:01:58 +00:00
mvl%exedo.nl
61c4697497 add permission extension to installer package.
bug 279535, r=bsmedberg, sr=darin


git-svn-id: svn://10.0.0.236/trunk@169954 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 19:41:11 +00:00
bzbarsky%mit.edu
2cf5877984 Switch some internal users of text/xml to application/xml. Bug 247024, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@169953 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 19:34:11 +00:00
bzbarsky%mit.edu
aeda1c8552 Fixing build bustage. Bug 283125
git-svn-id: svn://10.0.0.236/trunk@169952 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 19:04:26 +00:00
bzbarsky%mit.edu
1c1365dc03 Create a service that can be asked whether a given webnavigation (or a
"typical" webnavigation) supports loading of a certain MIME type.  Bug 283125,
r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@169951 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 18:33:27 +00:00
mrbkap%gmail.com
5360a50700 bug 274888: Use the correct type for indexing into the input so that backtracking works when it is longer than 65535 characters. r=brendan
git-svn-id: svn://10.0.0.236/trunk@169950 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 18:32:57 +00:00
bugzilla%arlen.demon.co.uk
9a2c490fc4 Bug 237776 Reload should be disabled for blank tabs
p=ryanvm@gmail.com r=mconnor


git-svn-id: svn://10.0.0.236/trunk@169949 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 17:59:38 +00:00
bzbarsky%mit.edu
499558653c Followup fix to bug 125386 -- on Windows, we need to make sure that the
MouseTrailer events fire off the Mozilla event queue, so we don't reenter drag
code.  Patch by me and ere, r=ere on the parts I wrote, r+sr=me on the parts
ere wrote.  This is wallpaper; we need a real fix here.


git-svn-id: svn://10.0.0.236/trunk@169948 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 17:52:44 +00:00
bzbarsky%mit.edu
77cb09d7fb Stash our bindings in an array before destroying them, in case someone decides
to try to add a binding to the hashtable from a binding destructor.  Bug
283698, r+sr=bryner


git-svn-id: svn://10.0.0.236/trunk@169947 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 17:24:53 +00:00
bugzilla%arlen.demon.co.uk
1ffe37271c Bug 283480 Broken links to glossary in page_info_help.xhtml
p=stefan_h@hem.utfors.se r=me


git-svn-id: svn://10.0.0.236/trunk@169946 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 16:58:39 +00:00
bugzilla%arlen.demon.co.uk
67d01de798 Bug 283145 mail_help doesn't validate as XHTML 1.1
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@169945 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 16:53:49 +00:00
timeless%mozdev.org
3cd4f99e23 Bug 205140 Prefs: remove "network.http.*.timeout"
r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@169944 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 16:18:51 +00:00
bob%bclary.com
fdf2bc3bee Add Alexander Law as primary contributor
git-svn-id: svn://10.0.0.236/trunk@169943 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 15:30:28 +00:00
nelsonb%netscape.com
d99a66fde3 Report invalid key when key import fails. Do not go on and use invalid
key handle.  Bug 283642.  r=relyea


git-svn-id: svn://10.0.0.236/trunk@169942 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 15:25:46 +00:00
darin%meer.net
a1858cedee nsLoadGroup::mPriority not initialized, r=bryner
git-svn-id: svn://10.0.0.236/trunk@169941 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 15:19:05 +00:00
mvl%exedo.nl
be21ec344a another bustage fix. also bug 279189
git-svn-id: svn://10.0.0.236/trunk@169940 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 15:10:30 +00:00
sergei_d%fi.tartu.ee
a6ff5c9df8 Bug 189353. Fix for mistake in previous patch. r=simontaylor2. BeOS-only
git-svn-id: svn://10.0.0.236/trunk@169939 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 15:07:14 +00:00
mvl%exedo.nl
81e23e5f45 bustage fix. fallout from bug 279189
git-svn-id: svn://10.0.0.236/trunk@169938 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 15:06:54 +00:00
mkanat%kerio.com
3d3bca366e Bug 87976: application/xml should be in default list for attachment types
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=myk, r=mkanat, a=myk


git-svn-id: svn://10.0.0.236/trunk@169937 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 10:07:52 +00:00
ben%bengoodger.com
a640c441bd 283607 - response signer does not initializing things properly
git-svn-id: svn://10.0.0.236/trunk@169936 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 09:58:05 +00:00
ben%bengoodger.com
bf480193b4 283604 - adding languages to languages dialog is broken
git-svn-id: svn://10.0.0.236/trunk@169935 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 09:24:00 +00:00
ben%bengoodger.com
965de065da 283745 - item in cache tab in privacy uses ":" as accesskey
git-svn-id: svn://10.0.0.236/trunk@169934 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 08:08:55 +00:00
ben%bengoodger.com
5999ec1d23 283744 - expiration dates for cookies aren't in a human readable format
git-svn-id: svn://10.0.0.236/trunk@169933 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:54:53 +00:00
ben%bengoodger.com
7c8647d835 283743 - misspelled sanitize word in sanitize dialog
git-svn-id: svn://10.0.0.236/trunk@169932 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:52:09 +00:00
ben%bengoodger.com
2ec032964f null check aFile otherwise we crash
git-svn-id: svn://10.0.0.236/trunk@169931 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:50:09 +00:00
despotdaemon
3732c5e398 Pseudo-automatic update of changes made by caillon@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@169930 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:45:33 +00:00
ben%bengoodger.com
31d633186d avoid duplicate permissions from being added to the view
git-svn-id: svn://10.0.0.236/trunk@169929 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:45:00 +00:00
ben%bengoodger.com
d12734a720 283696 - Choose Downloads Folder window has non localizable text
git-svn-id: svn://10.0.0.236/trunk@169928 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:40:35 +00:00
despotdaemon
d42d3ff616 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@169927 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:37:54 +00:00
ben%bengoodger.com
0d84685ed4 283694 - cannot add cookie permissions. also fix annoying exception on startup
git-svn-id: svn://10.0.0.236/trunk@169926 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 07:12:05 +00:00
ben%bengoodger.com
4e459350d2 283639 - sanitize does not work when confirm dialog is shown, also correct licenses
git-svn-id: svn://10.0.0.236/trunk@169925 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 06:39:44 +00:00
darin%meer.net
03bbc39198 fixes bug 283733 "accessing a relative anchor in a secure page removes the locked icon and yellow background UI" r=jst sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@169924 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 06:33:35 +00:00
ben%bengoodger.com
81e38f41a7 283610 - load tabs in background checkbox is inverted
git-svn-id: svn://10.0.0.236/trunk@169923 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 06:13:43 +00:00
ben%bengoodger.com
315e00cdc9 283608 - download folder directory display area doesn't update properly after the download folder is changed
git-svn-id: svn://10.0.0.236/trunk@169922 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 05:54:54 +00:00
mkanat%kerio.com
43edfc03c8 Bug 283019: Stop Bugzilla::Config.pm from use-ing Bugzilla::Util
Patch By Marc Schumann <wurblzap@gmail.com> r=LpSolit, a=myk


git-svn-id: svn://10.0.0.236/trunk@169919 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 01:19:27 +00:00
mkanat%kerio.com
04ce3542cd Bug 282349: Comments are forced to being left-justified
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=myk, r=gerv, a=justdave


git-svn-id: svn://10.0.0.236/trunk@169918 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 01:14:08 +00:00
mkanat%kerio.com
84a07cab38 Bug 283725: Platform, OS, Priority and Severity field dropdowns are not sorted correctly
Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@169917 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 01:11:22 +00:00
mkanat%kerio.com
761ce386bd Bug 283576: DBID_to_real_or_loginname is dead code
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=justdave


git-svn-id: svn://10.0.0.236/trunk@169916 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 01:09:50 +00:00
mkanat%kerio.com
ab0b6b7d14 Bug 283562: Insecure dependency in parameter 3 of DBI::db (login_to_id forgets a trick_taint)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@169915 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 01:08:12 +00:00
ben%bengoodger.com
efe0477d1c 283601 - cache button remains enabled after clicking. (make it reenable after 10 seconds). also, remove some spurious dumps
git-svn-id: svn://10.0.0.236/trunk@169914 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 00:41:40 +00:00
ben%bengoodger.com
1dc0f341f8 283596 - load images from originating website only preference not working, patch by Nick Thomas <nrthomas@gmail.com> r=me
git-svn-id: svn://10.0.0.236/trunk@169913 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 00:33:54 +00:00
ben%bengoodger.com
74d60afc54 283590 - changing cache size preference does not work - use the .value property, not the dom element itself!
also remove some dead code


git-svn-id: svn://10.0.0.236/trunk@169912 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 00:29:55 +00:00
ben%bengoodger.com
bda6c475e1 283595 - master password dialog is broken in fallout from prefs landing. reintroduce file I accidentally cvs removed, also add "remove master password" button for jay ;-)
git-svn-id: svn://10.0.0.236/trunk@169911 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-27 00:19:23 +00:00
bob%bclary.com
9936755bc2 Initial add. Regression test for bug 280769, by aldenfloyd@gmail.com
git-svn-id: svn://10.0.0.236/trunk@169910 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 23:55:30 +00:00
bob%bclary.com
91851abaf8 Initial add. Regression test for bug 169559
git-svn-id: svn://10.0.0.236/trunk@169909 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 23:50:56 +00:00
bob%bclary.com
00587678c6 Initial add. Regression test for bug 165201, by brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@169908 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 23:45:45 +00:00
silver%warwickcompsoc.co.uk
892b691098 Bug 282713 - Don't spew JS error when trying to hide the last tab, instead spew user-error.
r=silver@warwickcompsoc.co.uk
p=tuukka.tolvanen@gmail.com (Tuukka Tolvanen)


git-svn-id: svn://10.0.0.236/trunk@169907 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 23:06:29 +00:00
silver%warwickcompsoc.co.uk
ae2000b469 Bug 277588 - Make removeCommands accept the same list as defineCommands (and still accept the return value of defineCommands).
r=silver@warwickcompsoc.co.uk
p=glenjamin@gmail.com (Glen Mailer)


git-svn-id: svn://10.0.0.236/trunk@169906 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 22:54:47 +00:00
silver%warwickcompsoc.co.uk
fce24b07fd Bug 229807 - Remove xul/tests folder.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@169905 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 22:42:51 +00:00
silver%warwickcompsoc.co.uk
dba940d760 Bug 281706 - Add /reconnect, /reconnect-all, /disconnect-all and /rejoin commands.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@169904 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 22:19:46 +00:00
bob%bclary.com
89fac4f726 Initial add. Regression test for bug 283477, by sjoerd@w3future.com
git-svn-id: svn://10.0.0.236/trunk@169903 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 21:39:32 +00:00
bob%bclary.com
13389f958d Initial add. Regression test for bug 274888, by sjoerd@w3future.com
git-svn-id: svn://10.0.0.236/trunk@169902 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 21:29:59 +00:00
silver%warwickcompsoc.co.uk
ac156bccc5 Bug 109790 - Add File > Save View As... to ChatZilla.
ChatZilla only.
r=samuel@sieb.net and silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@169901 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 21:16:40 +00:00
silver%warwickcompsoc.co.uk
e61eaa86ef Bug 231211 - Make bugURL configurable per-channel and per-network.
ChatZilla only.
r=samuel@sieb.net
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@169900 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 20:02:42 +00:00
ben%bengoodger.com
040a4eba63 attempt to fix leaks
git-svn-id: svn://10.0.0.236/trunk@169899 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 19:22:38 +00:00
bienvenu%nventure.com
1a7c54cc71 fix 235354 running imap filter that sets labels after the fact doesn't immediately set db flag, and 261297 case where propagating flags on message copy not working, when server doesn't support user-defined keywords, patches by jeongkyu.kim@gmail.com, r=bienvenu, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@169898 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 19:02:51 +00:00
ben%bengoodger.com
6455fccb96 trying to narrow down leaks
git-svn-id: svn://10.0.0.236/trunk@169897 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 18:32:19 +00:00
brendan%mozilla.org
084327b80b Cosmetic tweak.
git-svn-id: svn://10.0.0.236/trunk@169896 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 18:29:00 +00:00
brendan%mozilla.org
902225985e Fix from Igor Bukanov <igor@mir2.org> for 283064 (r=me).
git-svn-id: svn://10.0.0.236/trunk@169895 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 18:28:14 +00:00
mrbkap%gmail.com
52bb9291e2 bug 283459: Only flush tokens after <script> to allow for more chances of inlines containing blocks. r=bzbarsky sr=jst
git-svn-id: svn://10.0.0.236/trunk@169894 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 17:53:46 +00:00
despotdaemon
f372a0485d Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@169893 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 17:43:09 +00:00
scott%scott-macgregor.org
5a036a1d37 Forgot to check in a jar.mn change to package up ocsp.dtd
git-svn-id: svn://10.0.0.236/trunk@169892 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 16:15:49 +00:00
webmail%kmgerich.com
801da7b7d4 Pinstripe preferences window styles and Tabs icon
git-svn-id: svn://10.0.0.236/trunk@169891 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 13:45:41 +00:00
darin%meer.net
46e153a53a fixes bug 283659 "punycode.c:130: warning: signed and unsigned type in conditional expression" patch by baafie@planet.nl r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@169890 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 07:36:15 +00:00
bugreport%peshkin.net
5cf318e2f3 Bug 283031: Sanitycheck can't send un-sent mail (SQL error)
Patch by Joel Peshkin <bugreport@peshkin.net>
r=wurblzap,a=myk


git-svn-id: svn://10.0.0.236/trunk@169889 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 06:34:20 +00:00
bob%bclary.com
76be69bf03 Initial add. List of obsolete spidermonkey tests
git-svn-id: svn://10.0.0.236/trunk@169888 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 05:03:53 +00:00
bob%bclary.com
3467927004 Initial add. Regression test for bug 255245, by celsoaguiar@hotmail.com, brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@169887 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 04:59:58 +00:00
julien.pierre.bugs%sun.com
38aec7b04b Fix for bug 283761 - use of memset in selfserv is inefficient. r=nelson
git-svn-id: svn://10.0.0.236/trunk@169886 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 04:57:32 +00:00
bob%bclary.com
bbfba46d1d Initial add. Regression test for bug 233483, by m-wada@japan.com
git-svn-id: svn://10.0.0.236/trunk@169885 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 04:48:48 +00:00
mrbkap%gmail.com
8fe15ff614 bug 283564: Fix a leak when the HTML fragment sink is used to parse an empty string by ensuring that DidBuildModel() is always called. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@169884 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 04:33:04 +00:00
christophe.ravel.bugs%sun.com
f825e0154b 238319: Sun packages changes.
Add Mozilla license.


git-svn-id: svn://10.0.0.236/trunk@169883 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 03:40:37 +00:00
christophe.ravel.bugs%sun.com
3045691567 238319: Sun packages changes.
Add Mozilla license.


git-svn-id: svn://10.0.0.236/trunk@169882 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 02:20:42 +00:00
scott%scott-macgregor.org
60ee4724fe effect --> affect
git-svn-id: svn://10.0.0.236/trunk@169881 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 01:40:46 +00:00
webmail%kmgerich.com
3099661b8a replacing Winstripe help window corrupt images
git-svn-id: svn://10.0.0.236/trunk@169880 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 01:37:46 +00:00
despotdaemon
ce6e63bf51 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@169878 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 01:05:20 +00:00
scott%scott-macgregor.org
c256d7f676 Bug #278176 --> Make Thunderbird's content policy manager more strict about the kinds of urls it allows
before it decides to put up the remote content bar in mail messages.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@169877 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-26 00:26:29 +00:00
pedemont%us.ibm.com
7e9864e77d Make sure files aren't created in srcdir during objdir build
git-svn-id: svn://10.0.0.236/trunk@169876 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 23:22:00 +00:00
tor%cs.brown.edu
45fe55c267 Fix svg build bustage.
git-svn-id: svn://10.0.0.236/trunk@169875 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 23:15:19 +00:00
bryner%brianryner.com
165fa3ff89 Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@169873 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 22:07:01 +00:00
doronr%us.ibm.com
9258ad13c5 Bug 283376 - GetTypeForControl API needs to return default type for node. Patch by aaronr@us.ibm.com, r=me,smaug
git-svn-id: svn://10.0.0.236/trunk@169872 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 21:52:59 +00:00
scott%scott-macgregor.org
b88c61e1a2 Bug #283216 --> Add support for cert revocation and online certificate status protocol to Thunderbird.
git-svn-id: svn://10.0.0.236/trunk@169871 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 21:23:11 +00:00
jwatt%jwatt.org
048c5cdbd9 Bug 283272 : Save Files As... saves .svgz files uncompressed : r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@169870 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 21:13:36 +00:00
bsmedberg%covad.net
e3fb25141c Bug 283488 - Reentrant getservice for chromeregistry if a contents.rdf cannot be parsed. r=shaver (This reintroduces code that I stripped in the chrome registry rework because I thought it was silly. Joel was right.)
git-svn-id: svn://10.0.0.236/trunk@169869 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 21:11:46 +00:00
bsmedberg%covad.net
fc4099e666 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
git-svn-id: svn://10.0.0.236/trunk@169868 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 20:46:35 +00:00
christophe.ravel.bugs%sun.com
239f334b9c 238319: Sun packages changes.
Add Mozilla copyrights to makefiles.


git-svn-id: svn://10.0.0.236/trunk@169867 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 20:20:53 +00:00
ben%bengoodger.com
b7889a8c26 283600 - reintroduce blake's nasty hack to allow findbar to work. (missing id)
git-svn-id: svn://10.0.0.236/trunk@169866 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 19:41:56 +00:00
doronr%us.ibm.com
a64500b964 Bug 283637 - Dispatching UIEvents using DOM interface doesn't work. Patch by smaug, r=bz/sr=jst
git-svn-id: svn://10.0.0.236/trunk@169864 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 19:31:09 +00:00
jst%mozilla.jstenback.com
ac6af19e15 Fixing more of bug 283612. Make it possible to re-initialize the editor again, even when not used through midas. Regression from bug 209020. r=brade@comcast.net, sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@169863 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 18:16:20 +00:00
sergei_d%fi.tartu.ee
397d4d4f73 bug 283629. Set higher priority for appsehll. r=sergei_d. BeOS-only, no sr required
git-svn-id: svn://10.0.0.236/trunk@169862 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 18:07:56 +00:00
travis%sedsystems.ca
9b8455cb0b Bug 182939 : Remove the word 'Additional' from 'Additional Comments'
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=myk  a=myk


git-svn-id: svn://10.0.0.236/trunk@169861 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 17:57:16 +00:00
travis%sedsystems.ca
dfdf444e07 Bug 283424 : URL with extra space created in enter_bug.cgi when using a format
Patch by Havard Wigtil <havardw+bugzilla@pvv.org>   r=wurblzap  a=myk


git-svn-id: svn://10.0.0.236/trunk@169860 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 17:39:52 +00:00
travis%sedsystems.ca
f108704d37 Bug 36257 : Have the QA Contact field appear in New Bug submission form
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=LpSolit  a=justdave


git-svn-id: svn://10.0.0.236/trunk@169859 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 17:10:33 +00:00
cst%andrew.cmu.edu
7f289a4ddd Bug 282178 sync xpfe tabbrowser with toolkit tabbrowser
add double-click filtering to seamonkey's tabbox
r=timeless sr=neil


git-svn-id: svn://10.0.0.236/trunk@169858 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 17:05:22 +00:00
travis%sedsystems.ca
eb80db32e5 Bug 283361 : 'Deadline' info not saved in bookmarkable template
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=wurblzap  a=myk


git-svn-id: svn://10.0.0.236/trunk@169857 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 16:58:40 +00:00
travis%sedsystems.ca
461a6b4ffd Fix burning tinderbox after checkin of 155414; 'Bugzilla' is a reserved word.
git-svn-id: svn://10.0.0.236/trunk@169856 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 16:56:37 +00:00
doronr%us.ibm.com
5b98b40ae1 Bug 283276 - Plugin finder service freezes when attempting to install plugins and not accepting first license. r=mkaply
git-svn-id: svn://10.0.0.236/trunk@169855 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 16:18:11 +00:00
neil%parkwaycc.co.uk
8be3cd84ef Another instance with the same issue as the previous patch
git-svn-id: svn://10.0.0.236/trunk@169854 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 16:17:16 +00:00
neil%parkwaycc.co.uk
85550bea95 QueryInterface -> GetInterface fix for editor smoketest bustage b=283612 r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@169853 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 16:01:18 +00:00
travis%sedsystems.ca
b2f1e02f22 Bug 155414 : "Account not found" error should be more friendly
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=timeless  a=myk


git-svn-id: svn://10.0.0.236/trunk@169852 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 15:50:09 +00:00
travis%sedsystems.ca
1665582ab7 Bug 282983 : bug cloning doesn't work if classifications are enabled
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=glob  a=myk


git-svn-id: svn://10.0.0.236/trunk@169851 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 15:40:20 +00:00
bugreport%peshkin.net
42f6e5623e Bug 282999 remove Javascript LANGUAGE attribute in all files
Patch by Anne van Kesteren <bug@annevankesteren.nl>
r=LpSolit,a=myk


git-svn-id: svn://10.0.0.236/trunk@169850 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 15:27:27 +00:00
shaver%mozilla.org
20afa07628 Bug 283223: stop creating new accounts from nsAccountManager::GetAccount if no
account is found matching the provided key (preferring to return null instead).
r=bienvenu,sr=mscott.


git-svn-id: svn://10.0.0.236/trunk@169849 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 13:59:22 +00:00
bzbarsky%mit.edu
3554935af3 Null-check the various allocations we do in rulenode. Bug 245295, patch by
Daniel de Wildt <mozilla3q04@dewildt.de>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@169848 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 13:14:36 +00:00
bryner%brianryner.com
2364bef5c1 Remove autocomplete.xpt as an interim fix for bug 280084. r=dveditz, sr=ben.
git-svn-id: svn://10.0.0.236/trunk@169845 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 12:21:35 +00:00
ben%bengoodger.com
2873159899 undo
git-svn-id: svn://10.0.0.236/trunk@169844 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 10:36:17 +00:00
ben%bengoodger.com
13a7ffe547 274712 - remove more unneeded files
git-svn-id: svn://10.0.0.236/trunk@169843 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 10:07:22 +00:00
ben%bengoodger.com
2f21bd87eb 274712 - remove some more unneeded files
git-svn-id: svn://10.0.0.236/trunk@169842 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 10:06:27 +00:00
ben%bengoodger.com
03d57e2732 fix build bustage by adding file for 274712 (forgot to add)
git-svn-id: svn://10.0.0.236/trunk@169841 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 10:02:07 +00:00
ben%bengoodger.com
0320c98401 274712 - new options dialog
git-svn-id: svn://10.0.0.236/trunk@169840 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 09:07:58 +00:00
ben%bengoodger.com
3cf2b55095 282103 - dynamic overlays: implement "loadOverlay" method on nsIDOMXULDocument which loads and merges an overlay into a XUL document. r=jst sr=bryner
git-svn-id: svn://10.0.0.236/trunk@169839 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 09:06:34 +00:00
ben%bengoodger.com
d7fb3e8ff7 282106 - need a reliable way to disable full page plugins. make plugin host disable disabled full page plugins on initialization. r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@169838 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 09:05:15 +00:00
ben%bengoodger.com
90ccc02d3b 282196 - need to access arbitrary metdata on default application handler (windows) - make nsMIMEInfoWin implement nsIPropertyBag with property keys to access moz-icon URIs for default and preferred application handlers. r=biesi sr=bz
252189 - retrieve proper application handler names from windows registry/binary VERSIONINFO metadata r=biesi sr=bz


git-svn-id: svn://10.0.0.236/trunk@169837 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 09:02:14 +00:00
ben%bengoodger.com
4211826967 252189, XPCOM section:
add nsILocalFileWin interface and implementation with method to retrieve VERSIONINFO metadata from Windows binaries. r=dougt, sr=darin


git-svn-id: svn://10.0.0.236/trunk@169836 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 09:00:45 +00:00
ben%bengoodger.com
44bdb3dc24 282108 - nsUrIHashKey.h does not conditionally include itself. r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@169835 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 08:59:10 +00:00
timeless%mozdev.org
a8d5b520b0 Bug 283574 change installer filenames for Xft / GTK2 builds
patch by ajschult@verizon.net r=dbaron sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@169834 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 08:48:21 +00:00
joshmoz%gmail.com
9e5fb1c4ac fix leak in history, also somewhat inconsequential leak in preferences
git-svn-id: svn://10.0.0.236/trunk@169833 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 06:52:51 +00:00
joshmoz%gmail.com
be40012321 fix memory leak when importing HTML bookmark files. Alloc'ing at the beginning of a loop, releasing at the end, but not releasing before a 'continue' statement in the middle. no bug.
git-svn-id: svn://10.0.0.236/trunk@169832 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 06:28:18 +00:00
joshmoz%gmail.com
f511b19c50 fix memeory leak when adding separators, no bug
git-svn-id: svn://10.0.0.236/trunk@169831 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-25 06:13:59 +00:00
38760 changed files with 147797 additions and 8204512 deletions

View File

@@ -1 +0,0 @@
CVSROOT/history

View File

@@ -1,4 +0,0 @@
If you change the modules file, you *MUST* run:
check-modules.pl modules
*before* cvs committing the new modules file.

View File

@@ -1,257 +0,0 @@
#!/usr/bin/env perl
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is this file as it was released upon February 25, 1999.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are
# Copyright (C) 1999 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
# check-modules.pl - Check cvs modules file for duplicates and syntax errors.
#
# TODO:
# - Parse output of 'cvs co -c' command in addition to the raw file.
#
# Send comments, improvements, bugs to Steve Lamm (slamm@netscape.com).
# $Id: check-modules.pl,v 1.1 2000-06-01 11:03:22 leaf%mozilla.org Exp $
require 5.004;
use Getopt::Std;
sub usage
{
my ($progname) = $0 =~ /([^\/]+)$/;
die "Usage: $progname [options] [<module_file>]
Reads from stdin if no file is given.
Options:
-v Verbose. Print the modules and what they include.
-h Print this usage message.
";
}
&usage if !getopts('hv');
&usage if defined($opt_h);
######################################################################
# begin main
# The subroutine &parse_input creates the globals @module_names,
# %module_tree, and %line_number (described below).
&parse_input;
foreach $module (@module_names)
{
&check_module($module);
}
# end main
######################################################################
# begin subroutines
sub parse_input
{
# Globals created:
# @module_names - List of module names in the order they are seen.
# %module_tree - Hash table of lists. Keys are module names.
# Values are lists of module names and diretories.
# %line_number - Hash indexed by module name and module item.
# Values are line numbers.
@module_names = ();
%module_tree = ();
%line_number = ();
while (<>)
{
next if /^\#/ || /^\s*$/;
# Check for a module definition
if (/^([_a-zA-Z0-9]+)\s+(?:-l\s+)?-a\s*(.*)$/)
{
my ($module_name) = $1;
my (@sub_items) = ();
my ($line) = $2;
push @module_names, $module_name;
# Read line continuations (i.e. lines with '\' on the end).
while ($line =~ /\\$/)
{
chomp $line;
$line =~ s/^\s*(.*?)\s*\\$/$1/;
if (length($line) > 0)
{
my (@line_items) = split(/\s+/, $line);
push @sub_items, @line_items;
&save_line_numbers($module_name, $., @line_items);
}
$line = <>;
}
chomp $line;
$line =~ s/^\s*(.*?)\s*$/$1/;
my (@line_items) = split(/\s+/, $line);
push @sub_items, @line_items;
&save_line_numbers($module_name, $., @line_items);
$module_tree{$module_name} = \@sub_items;
}
else
{
die "Unexpected input: line $.: $_\n";
}
}
}
sub check_module
{
my ($module) = $_[0];
my ($sub_module, $sub_dir, $prev_module);
# Globals created:
# %have_checked - List of modules already checked.
# %full_list - All the directories for a module.
# Indexed by module and sub directory.
# Values are the module that added the directory.
return if defined($have_checked{$module});
$full_list{$module} = {};
foreach $sub_module ( &get_modules($module) )
{
&check_module($sub_module);
# Add the directories of the sub_module to this module
while (($sub_dir, $prev_module) = each %{$full_list{$sub_module}})
{
$full_list{$module}{$sub_dir} = $prev_module;
}
}
foreach $sub_dir ( &get_directories($module) )
{
if (defined($full_list{$module}{$sub_dir}))
{
my ($previous_module) = $full_list{$module}{$sub_dir};
&warn_multiple($sub_dir, $module, $previous_module);
}
else
{
$full_list{$module}{$sub_dir} = $module;
# Check if parent or child of directory was previously added
#
&check_inclusion($sub_dir, $module);
}
}
if (defined($opt_v))
{
print "$module\n";
while (($sub_dir, $prev_module) = each %{$full_list{$module}})
{
print " $sub_dir, $prev_module\n";
}
}
$have_checked{$module} = 1;
}
sub get_modules
{
my ($module) = $_[0];
my (@output) = ();
my ($sub_item);
foreach $sub_item ( @{ $module_tree{$module} } )
{
push @output, $sub_item if defined($module_tree{$sub_item});
}
return @output;
}
sub get_directories
{
my ($module) = $_[0];
my (@output) = ();
my ($sub_item);
foreach $sub_item ( @{ $module_tree{$module} } )
{
push @output, $sub_item unless defined($module_tree{$sub_item});
}
return @output;
}
sub save_line_numbers
{
my ($module, $line_num, @sub_items) = @_;
my ($sub_item);
foreach $sub_item (@sub_items)
{
if (defined($line_number{$module}{$sub_item}))
{
$line_number{$module}{$sub_item} =
"$line_number{$module}{$sub_item}, $line_num";
}
else
{
$line_number{$module}{$sub_item} = $line_num;
}
}
}
sub warn_multiple
{
my ($sub_item, $module, $previous_module) = @_;
my ($line_txt) = '';
my (@lines) = split(', ', $line_number{$module}{$sub_item});
push(@lines, split(', ', $line_number{$previous_module}{$sub_item}))
unless $previous_module eq $module;
$line_txt = "lines ".join(', ', sort { $a <=> $b } @lines);
warn "Error: Multiple listing: $line_txt: $sub_item.\n";
}
sub check_inclusion
{
my ($sub_dir, $module) = @_;
my ($dir);
foreach $dir (keys %{$full_list{$module}})
{
next if $dir eq $sub_dir;
if (length($dir) < length($sub_dir))
{
my ($temp) = $sub_dir;
$sub_dir = $dir;
$dir = $temp;
}
if ($dir =~ /^$sub_dir\//)
{
warn "Warning: $dir (line "
.$line_number{$full_list{$module}{$dir}}{$dir}
.") pulled by $sub_dir (line "
.$line_number{$full_list{$module}{$sub_dir}}{$sub_dir}
.")\n";
}
}
}

View File

@@ -1,20 +0,0 @@
# The "checkoutlist" file is used to support additional version controlled
# administrative files in $CVSROOT/CVSROOT, such as template files.
#
# The first entry on a line is a filename which will be checked out from
# the corresponding RCS file in the $CVSROOT/CVSROOT directory.
# The remainder of the line is an error message to use if the file cannot
# be checked out.
#
# File format:
#
# [<whitespace>]<filename><whitespace><error message><end-of-line>
#
# comment lines begin with '#'
passwd
readers
commitcheck.pl
dolog.pl
FilesToNotExport
cvsmailfilter.pl
sendnotification.pl

View File

@@ -1,569 +0,0 @@
#!/usr/bin/perl --
# DO NOT EDIT THIS FILE! You must instead go to http://despot.mozilla.org/, and
# tweak things from there.
$mode{'180'} = 'Open';
$branch{'180'} = 'HEAD';
$fullname{'180'} = 'accessibility';
$mode{'52'} = 'Open';
$branch{'52'} = 'HEAD';
$fullname{'52'} = 'Aurora/RDF BE';
$mode{'172'} = 'Open';
$branch{'172'} = 'HEAD';
$fullname{'172'} = 'BeOS-based gfx and widget';
$mode{'53'} = 'Open';
$branch{'53'} = 'HEAD';
$fullname{'53'} = 'Berkeley DB';
$mode{'166'} = 'Open';
$branch{'166'} = 'HEAD';
$fullname{'166'} = 'Browser';
$mode{'55'} = 'Open';
$branch{'55'} = 'HEAD';
$fullname{'55'} = 'Build Config';
$mode{'183'} = 'Open';
$branch{'183'} = 'HEAD';
$fullname{'183'} = 'calendar';
$mode{'146'} = 'Restricted';
$branch{'146'} = 'NSPRPUB_PRE_4_2_CLIENT_BRANCH';
$fullname{'146'} = 'Client NSPR';
$blessed{'146'} = ['leaf%mozilla.org','smfr%smfr.org','seawood%netscape.com','sdagley%mac.com','mkaply%us.ibm.com','lpham%netscape.com','jje%mac.com','granrose%netscape.com','gerv%gerv.net','dbaron%dbaron.org',];
$super{'146'} = ['wtchang%redhat.com','darin%meer.net','cls%seawood.org','bryner%brianryner.com',];
$mode{'96'} = 'Open';
$branch{'96'} = 'HEAD';
$fullname{'96'} = 'Clipping and Compositing';
$mode{'56'} = 'Open';
$branch{'56'} = 'HEAD';
$fullname{'56'} = 'Composer';
$mode{'171'} = 'Open';
$branch{'171'} = 'HEAD';
$fullname{'171'} = 'Cookies and Permissions';
$mode{'4'} = 'Open';
$branch{'4'} = 'HEAD';
$fullname{'4'} = 'default';
$defaultid = '4';
$mode{'3'} = 'Closed';
$branch{'3'} = 'HEAD';
$fullname{'3'} = 'despotaccess';
$blessed{'3'} = [];
$super{'3'} = ['myk%mozilla.org','leaf%mozilla.org','despotdaemon',];
$mode{'59'} = 'Restricted';
$branch{'59'} = 'HEAD';
$fullname{'59'} = 'Directory SDK';
$blessed{'59'} = ['richm%stanfordalumni.org','cls%seawood.org',];
$super{'59'} = ['leif%ogre.com','dmose%mozilla.org','mcs%pearlcrescent.com',];
$mode{'103'} = 'Open';
$branch{'103'} = 'HEAD';
$fullname{'103'} = 'Document Object Model';
$mode{'184'} = 'Open';
$branch{'184'} = 'HEAD';
$fullname{'184'} = 'DOM Inspector';
$mode{'46'} = 'Open';
$branch{'46'} = 'HEAD';
$fullname{'46'} = 'ef';
$mode{'101'} = 'Open';
$branch{'101'} = 'HEAD';
$fullname{'101'} = 'Embeddable Web Browser';
$mode{'181'} = 'Open';
$branch{'181'} = 'HEAD';
$fullname{'181'} = 'Find As You Type';
$mode{'177'} = 'Open';
$branch{'177'} = 'HEAD';
$fullname{'177'} = 'GFX and Widget - General';
$mode{'178'} = 'Open';
$branch{'178'} = 'HEAD';
$fullname{'178'} = 'GFX and Widget - Mac';
$mode{'182'} = 'Open';
$branch{'182'} = 'HEAD';
$fullname{'182'} = 'Global Key Bindings';
$mode{'49'} = 'Open';
$branch{'49'} = 'HEAD';
$fullname{'49'} = 'GTK';
$mode{'144'} = 'Open';
$branch{'144'} = 'HEAD';
$fullname{'144'} = 'GTK Embedding Widget';
$mode{'174'} = 'Open';
$branch{'174'} = 'HEAD';
$fullname{'174'} = 'Help System';
$mode{'62'} = 'Open';
$branch{'62'} = 'HEAD';
$fullname{'62'} = 'HTML to Text/PostScript Translation';
$mode{'67'} = 'Open';
$branch{'67'} = 'HEAD';
$fullname{'67'} = 'I18N Library';
$mode{'64'} = 'Open';
$branch{'64'} = 'HEAD';
$fullname{'64'} = 'Image Handling: JPEG';
$mode{'155'} = 'Open';
$branch{'155'} = 'HEAD';
$fullname{'155'} = 'Image Handling: MNG';
$mode{'65'} = 'Open';
$branch{'65'} = 'HEAD';
$fullname{'65'} = 'Image Handling: PNG';
$mode{'63'} = 'Open';
$branch{'63'} = 'HEAD';
$fullname{'63'} = 'ImageLib';
$mode{'69'} = 'Open';
$branch{'69'} = 'HEAD';
$fullname{'69'} = 'Java and JS Capability-Based Security';
$mode{'130'} = 'Open';
$branch{'130'} = 'HEAD';
$fullname{'130'} = 'Java APIs for DOM';
$mode{'127'} = 'Open';
$branch{'127'} = 'HEAD';
$fullname{'127'} = 'Java APIs to WebShell';
$mode{'68'} = 'Open';
$branch{'68'} = 'HEAD';
$fullname{'68'} = 'Java Stubs';
$mode{'128'} = 'Open';
$branch{'128'} = 'HEAD';
$fullname{'128'} = 'Java to XPCOM Bridge';
$mode{'133'} = 'Open';
$branch{'133'} = 'HEAD';
$fullname{'133'} = 'Java Utility Classes';
$mode{'129'} = 'Open';
$branch{'129'} = 'HEAD';
$fullname{'129'} = 'Java-Implemented Plugins';
$mode{'70'} = 'Restricted';
$branch{'70'} = 'HEAD';
$fullname{'70'} = 'JavaScript';
$blessed{'70'} = ['rogerl33%aol.com','mike%meer.net','cls%seawood.org','bob%bclary.com','timeless%mozdev.org','bratell%lysator.liu.se',];
$super{'70'} = ['igor%mir2.org','shaver%mozilla.org','jband%netscape.com','brendan%mozilla.org',];
$mode{'71'} = 'Open';
$branch{'71'} = 'HEAD';
$fullname{'71'} = 'JavaScript Debugger';
$mode{'114'} = 'Open';
$branch{'114'} = 'HEAD';
$fullname{'114'} = 'js-tests';
$mode{'72'} = 'Open';
$branch{'72'} = 'HEAD';
$fullname{'72'} = 'LiveConnect';
$mode{'136'} = 'Closed';
$branch{'136'} = 'HEAD';
$fullname{'136'} = 'Locked-Content';
$blessed{'136'} = [];
$super{'136'} = ['hyatt%mozilla.org',];
$mode{'123'} = 'Open';
$branch{'123'} = 'HEAD';
$fullname{'123'} = 'Mail/News';
$mode{'165'} = 'Open';
$branch{'165'} = 'HEAD';
$fullname{'165'} = 'MathML';
$mode{'124'} = 'Open';
$branch{'124'} = 'HEAD';
$fullname{'124'} = 'MIME';
$mode{'157'} = 'Open';
$branch{'157'} = 'HEAD';
$fullname{'157'} = 'Movemail';
$mode{'112'} = 'Open';
$branch{'112'} = 'HEAD';
$fullname{'112'} = 'Mozilla Tools';
$mode{'19'} = 'Open';
$branch{'19'} = 'HEAD';
$fullname{'19'} = 'mozilla-toplevel';
$mode{'147'} = 'Open';
$branch{'147'} = 'HEAD';
$fullname{'147'} = 'Mstone';
$mode{'77'} = 'Open';
$branch{'77'} = 'HEAD';
$fullname{'77'} = 'NetLib';
$mode{'102'} = 'Open';
$branch{'102'} = 'HEAD';
$fullname{'102'} = 'New HTML Parser';
$mode{'100'} = 'Open';
$branch{'100'} = 'HEAD';
$fullname{'100'} = 'New HTML Style System';
$mode{'98'} = 'Open';
$branch{'98'} = 'HEAD';
$fullname{'98'} = 'New Layout Engine';
$mode{'122'} = 'Open';
$branch{'122'} = 'HEAD';
$fullname{'122'} = 'News';
$mode{'78'} = 'Restricted';
$branch{'78'} = 'HEAD';
$fullname{'78'} = 'NSPR';
$blessed{'78'} = ['smfr%smfr.org','christophe.ravel.bugs%sun.com','sdagley%mac.com','gerv%gerv.net',];
$super{'78'} = ['srinivas%netscape.com','seawood%netscape.com','cls%seawood.org','bryner%brianryner.com','darin%meer.net','wtchang%redhat.com',];
$mode{'163'} = 'Restricted';
$branch{'163'} = 'NSS_3_3_BRANCH';
$fullname{'163'} = 'NSS Stable Release Branch';
$blessed{'163'} = [];
$super{'163'} = ['tfox%netscape.com','jamie-bugzilla%jampee.com','nelsonb%netscape.com','julien.pierre.bugs%sun.com','ian.mcgreer%sun.com','glen.beasley%sun.com','bishakhabanerjee%netscape.com','wtchang%redhat.com','relyea%netscape.com',];
$mode{'159'} = 'Open';
$branch{'159'} = 'HEAD';
$fullname{'159'} = 'NSS Trunk';
$mode{'162'} = 'Open';
$branch{'162'} = 'HEAD';
$fullname{'162'} = 'P3P';
$mode{'111'} = 'Open';
$branch{'111'} = 'HEAD';
$fullname{'111'} = 'PerlConnect';
$mode{'113'} = 'Open';
$branch{'113'} = 'HEAD';
$fullname{'113'} = 'Photon';
$mode{'81'} = 'Open';
$branch{'81'} = 'HEAD';
$fullname{'81'} = 'Plugins';
$mode{'82'} = 'Open';
$branch{'82'} = 'HEAD';
$fullname{'82'} = 'Preferences';
$mode{'120'} = 'Open';
$branch{'120'} = 'HEAD';
$fullname{'120'} = 'Profile Manager';
$mode{'161'} = 'Open';
$branch{'161'} = 'HEAD';
$fullname{'161'} = 'Qt-based gfx and widget';
$mode{'84'} = 'Open';
$branch{'84'} = 'HEAD';
$fullname{'84'} = 'Registry';
$mode{'143'} = 'Open';
$branch{'143'} = 'HEAD';
$fullname{'143'} = 'Remote XPCOM';
$mode{'138'} = 'Open';
$branch{'138'} = 'HEAD';
$fullname{'138'} = 'Rhino';
$mode{'145'} = 'Restricted';
$branch{'145'} = 'HEAD';
$fullname{'145'} = 'security';
$blessed{'145'} = ['gerv%gerv.net','cls%seawood.org','jgmyers%speakeasy.net','bryner%brianryner.com',];
$super{'145'} = ['neil.williams%sun.com','thayes%netscape.com','tfox%netscape.com','saul.edwards%sun.com','kaie%kuix.de','jamie-bugzilla%jampee.com','ian.mcgreer%sun.com','glen.beasley%sun.com','ddrinan%netscape.com','christophe.ravel.bugs%sun.com','bishakhabanerjee%netscape.com','alexei.volkov.bugs%sun.com','wtchang%redhat.com','relyea%netscape.com','nelsonb%netscape.com','julien.pierre.bugs%sun.com',];
$mode{'151'} = 'Open';
$branch{'151'} = 'HEAD';
$fullname{'151'} = 'Security - Mozilla PSM Glue';
$mode{'86'} = 'Open';
$branch{'86'} = 'HEAD';
$fullname{'86'} = 'Security Stubs';
$mode{'173'} = 'Open';
$branch{'173'} = 'HEAD';
$fullname{'173'} = 'Standalone Composer';
$mode{'170'} = 'Open';
$branch{'170'} = 'HEAD';
$fullname{'170'} = 'Standalone Mail';
$mode{'160'} = 'Open';
$branch{'160'} = 'HEAD';
$fullname{'160'} = 'String';
$mode{'169'} = 'Open';
$branch{'169'} = 'HEAD';
$fullname{'169'} = 'toolkit';
$mode{'185'} = 'Open';
$branch{'185'} = 'HEAD';
$fullname{'185'} = 'Update Service';
$mode{'158'} = 'Open';
$branch{'158'} = 'HEAD';
$fullname{'158'} = 'URI Loader';
$mode{'156'} = 'Open';
$branch{'156'} = 'HEAD';
$fullname{'156'} = 'ViXEn';
$mode{'175'} = 'Open';
$branch{'175'} = 'HEAD';
$fullname{'175'} = 'Win32-Based GFX and Widget';
$mode{'121'} = 'Open';
$branch{'121'} = 'HEAD';
$fullname{'121'} = 'Xlib-based gfx + widget';
$mode{'88'} = 'Open';
$branch{'88'} = 'HEAD';
$fullname{'88'} = 'XML';
$mode{'141'} = 'Open';
$branch{'141'} = 'HEAD';
$fullname{'141'} = 'xmlterm';
$mode{'90'} = 'Open';
$branch{'90'} = 'HEAD';
$fullname{'90'} = 'XP File Handling';
$mode{'137'} = 'Open';
$branch{'137'} = 'HEAD';
$fullname{'137'} = 'XPApps';
$mode{'89'} = 'Open';
$branch{'89'} = 'HEAD';
$fullname{'89'} = 'XPCOM';
$mode{'118'} = 'Open';
$branch{'118'} = 'HEAD';
$fullname{'118'} = 'XPConnect';
$mode{'117'} = 'Open';
$branch{'117'} = 'HEAD';
$fullname{'117'} = 'XPIDL';
$mode{'150'} = 'Open';
$branch{'150'} = 'HEAD';
$fullname{'150'} = 'XPInstall';
$mode{'179'} = 'Open';
$branch{'179'} = 'HEAD';
$fullname{'179'} = 'XPrint';
$mode{'106'} = 'Open';
$branch{'106'} = 'HEAD';
$fullname{'106'} = 'XPToolkit';
$mode{'140'} = 'Open';
$branch{'140'} = 'HEAD';
$fullname{'140'} = 'XSLT Processor';
$mode{'135'} = 'Open';
$branch{'135'} = 'HEAD';
$fullname{'135'} = 'xul.css';
$mode{'93'} = 'Open';
$branch{'93'} = 'HEAD';
$fullname{'93'} = 'Zlib';
sub GetT {
($b,$_) = (@_);
if ($b eq 'HEAD') {
if (m:^mozilla/extensions/inspector$:) {return '184';}
if (m:^mozilla/modules/libpref/.*$:) {return '82';}
if (m:^mozilla/modules/libreg/.*$:) {return '84';}
if (m:^mozilla/modules/security/.*$:) {return '86';}
if (m:^mozilla/content/xml/.*$:) {return '88';}
if (m:^mozilla/extensions/xmlextras/.*$:) {return '88';}
if (m:^mozilla/parser/expat/.*$:) {return '88';}
if (m:^mozilla/xpcom/.*$:) {return '89';}
if (m:^xpcom/io$:) {return '90';}
if (m:^mozilla/modules/zlib/.*$:) {return '93';}
if (m:^gfx/src/xprint$:) {return '179';}
if (m:^mozilla/view/.*$:) {return '96';}
if (m:^mozilla/layout/base/.*$:) {return '98';}
if (m:^mozilla/layout/build/.*$:) {return '98';}
if (m:^mozilla/layout/doc/.*$:) {return '98';}
if (m:^mozilla/layout/forms/.*$:) {return '98';}
if (m:^mozilla/layout/generic/.*$:) {return '98';}
if (m:^mozilla/layout/html/.*$:) {return '98';}
if (m:^mozilla/layout/macbuild/.*$:) {return '98';}
if (m:^mozilla/layout/printing/.*$:) {return '98';}
if (m:^mozilla/layout/tables/.*$:) {return '98';}
if (m:^mozilla/layout/tools/.*$:) {return '98';}
if (m:^modules/libpr0n/decoders/mng/.*$:) {return '155';}
if (m:^mozilla/modules/libimg/mng/.*$:) {return '155';}
if (m:^mozilla/layout/style/.*$:) {return '100';}
if (m:^mozilla/docshell/.*$:) {return '101';}
if (m:^mozilla/embedding/.*$:) {return '101';}
if (m:^mozilla/webshell/.*$:) {return '101';}
if (m:^mozilla/parser/htmlparser$:) {return '102';}
if (m:^mozilla/content/base/.*$:) {return '103';}
if (m:^mozilla/content/events/.*$:) {return '103';}
if (m:^mozilla/content/html/content/.*$:) {return '103';}
if (m:^mozilla/content/html/document/.*$:) {return '103';}
if (m:^mozilla/dom/.*$:) {return '103';}
if (m:^mozilla/js/rhino/.*$:) {return '138';}
if (m:^mozilla/xpfe/.*$:) {return '137';}
if (m:^mozilla/js/tests$:) {return '114';}
if (m:^js/src/perlconnect$:) {return '111';}
if (m:^mozilla/content/xsl/.*$:) {return '140';}
if (m:^mozilla/extensions/transformiix/.*$:) {return '140';}
if (m:^mozilla/calendar/.*$:) {return '183';}
if (m:^mozilla/other-licenses/libical/.*$:) {return '183';}
if (m:^gfx/src/photon/.*$:) {return '113';}
if (m:^widget/src/photon/.*$:) {return '113';}
if (m:^mozilla/content/xul/.*$:) {return '106';}
if (m:^mozilla/layout/xul/.*$:) {return '106';}
if (m:^mozilla/profile/.*$:) {return '120';}
if (m:^mozilla/tools/.*$:) {return '112';}
if (m:^xpcom/typelib$:) {return '117';}
if (m:^js/src/xpconnect$:) {return '118';}
if (m:^xpcom/reflect/xptcall$:) {return '118';}
if (m:^xpcom/reflect/xptinfo$:) {return '118';}
if (m:^mozilla/mailnews/news/.*$:) {return '122';}
if (m:^mozilla/mailnews/[^/]*$:) {return '123';}
if (m:^mozilla/mailnews/mime/[^/]*$:) {return '124';}
if (m:^mozilla/java/xpcom/.*$:) {return '128';}
if (m:^mozilla/java/plugins/.*$:) {return '129';}
if (m:^mozilla/java/webclient/.*$:) {return '127';}
if (m:^mozilla/java/dom/.*$:) {return '130';}
if (m:^mozilla/java/util/.*$:) {return '133';}
if (m:^mozilla/extensions/xmlterm/.*$:) {return '141';}
if (m:^CVSROOT/commitcheck\.pl$:) {return '3';}
if (m:^CVSROOT/passwd$:) {return '3';}
if (m:^xpcom/remote$:) {return '143';}
if (m:^embedding/browser/gtk$:) {return '144';}
if (m:^mozilla/security/coreconf/.*$:) {return '145';}
if (m:^mozilla/security/jss/.*$:) {return '145';}
if (m:^mozilla/security/nss/.*$:) {return '145';}
if (m:^mozilla/mstone/.*$:) {return '147';}
if (m:^composer$:) {return '173';}
if (m:^mozilla/xpinstall/.*$:) {return '150';}
if (m:^mozilla/[^/]*$:) {return '19';}
if (m:^mozilla/security/manager/.*$:) {return '151';}
if (m:^mozilla/gfx/src/xlib/.*$:) {return '121';}
if (m:^mozilla/widget/src/xlib/.*$:) {return '121';}
if (m:^mozilla/widget/src/xlibxtbin/.*$:) {return '121';}
if (m:^mozilla/webtools/update/.*$:) {return '185';}
if (m:^mozilla/ef/.*$:) {return '46';}
if (m:^mozilla/extensions/vixen/.*$:) {return '156';}
if (m:^mozilla/gfx/src/gtk/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtk/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtk2/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtksuperwin/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtkxtbin/.*$:) {return '49';}
if (m:^mozilla/mailnews/movemail/.*$:) {return '157';}
if (m:^mozilla/rdf/.*$:) {return '52';}
if (m:^mozilla/uriloader/.*$:) {return '158';}
if (m:^mozilla/dbm/.*$:) {return '53';}
if (m:^mozilla/build/.*$:) {return '55';}
if (m:^mozilla/config/.*$:) {return '55';}
if (m:^mozilla/l10n/.*$:) {return '55';}
if (m:^mozilla/string/.*$:) {return '160';}
if (m:^mozilla/editor/.*$:) {return '56';}
if (m:^mozilla/gfx/src/qt/.*$:) {return '161';}
if (m:^mozilla/widget/src/qt/.*$:) {return '161';}
if (m:^mozilla/directory/buildsdk\.txt$:) {return '59';}
if (m:^mozilla/directory/c-sdk/.*$:) {return '59';}
if (m:^mozilla/directory/ldapsdk\.mak$:) {return '59';}
if (m:^mozilla/directory/ldapsdk\.mk$:) {return '59';}
if (m:^mozilla/directory/Makefile$:) {return '59';}
if (m:^mozilla/extensions/p3p/.*$:) {return '162';}
if (m:^gfx/src/ps/.*$:) {return '62';}
if (m:^gfx/src/psshared/.*$:) {return '62';}
if (m:^mozilla/layout/mathml/.*$:) {return '165';}
if (m:^mozilla/modules/libpr0n/.*$:) {return '63';}
if (m:^mozilla/browser/.*$:) {return '166';}
if (m:^mozilla/chrome/.*$:) {return '166';}
if (m:^mozilla/other-licenses/branding/firefox/.*$:) {return '166';}
if (m:^jpeg$:) {return '64';}
if (m:^mozilla/toolkit/.*$:) {return '169';}
if (m:^mozilla/modules/libimg/png/.*$:) {return '65';}
if (m:^mozilla/mail/.*$:) {return '170';}
if (m:^mozilla/intl/.*$:) {return '67';}
if (m:^mozilla/extensions/cookie$:) {return '171';}
if (m:^mozilla/modules/oji/.*$:) {return '68';}
if (m:^mozilla/nav-java/.*$:) {return '68';}
if (m:^mozilla/sun-java/.*$:) {return '68';}
if (m:^mozilla/gfx/src/beos$:) {return '172';}
if (m:^mozilla/widget/src/beos$:) {return '172';}
if (m:^mozilla/caps/.*$:) {return '69';}
if (m:^mozilla/extensions/help$:) {return '174';}
if (m:^js/src/*\.c$:) {return '70';}
if (m:^js/src/*\.def$:) {return '70';}
if (m:^js/src/*\.h$:) {return '70';}
if (m:^js/src/*\.m*k$:) {return '70';}
if (m:^js/src/*\.tbl$:) {return '70';}
if (m:^js/src/*akefile.*$:) {return '70';}
if (m:^mozilla/gfx/src/windows/.*$:) {return '175';}
if (m:^mozilla/widget/src/windows/.*$:) {return '175';}
if (m:^mozilla/extensions/jsd/.*$:) {return '71';}
if (m:^mozilla/js/jsd/.*$:) {return '71';}
if (m:^mozilla/gfx/public/.*$:) {return '177';}
if (m:^mozilla/gfx/src/*\.cpp$:) {return '177';}
if (m:^mozilla/gfx/src/*\.h$:) {return '177';}
if (m:^mozilla/gfx/src/shared/.*$:) {return '177';}
if (m:^mozilla/widget/public/.*$:) {return '177';}
if (m:^mozilla/widget/src/xpwidgets/.*$:) {return '177';}
if (m:^js/src/liveconnect/.*$:) {return '72';}
if (m:^mozilla/gfx/src/mac/.*$:) {return '178';}
if (m:^mozilla/widget/src/mac/.*$:) {return '178';}
if (m:^mozilla/netwerk/.*$:) {return '77';}
if (m:^mozilla/accessibility/.*$:) {return '180';}
if (m:^mozilla/nsprpub/.*$:) {return '78';}
if (m:^mozilla/extensions/typeaheadfind/.*$:) {return '181';}
if (m:^mozilla/modules/plugin/.*$:) {return '81';}
if (m:^mozilla/content/xbl/builtin/.*$:) {return '182';}
}
if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') {
if (m:^mozilla/nsprpub/.*$:) {return '146';}
}
if ($b eq 'NSS_3_3_BRANCH') {
if (m:^mozilla/security/coreconf/.*$:) {return '163';}
if (m:^mozilla/security/nss/.*$:) {return '163';}
}
return '';
}
$debug = 0;
$origrepository = shift(@ARGV);
@files = @ARGV;
$envcvsroot = $ENV{'CVSROOT'};
open( REP, "<CVS/Repository");
$repository = <REP>;
chop($repository);
close(REP);
$repository =~ s:^$envcvsroot/::;
$doit = 0;
$| = 1;
if( $debug){
print STDERR "----------------------------------------------\n";
print STDERR "files: @files\n";
print STDERR "origrepository: $origrepository\n";
print STDERR " repository: $repository\n";
print STDERR "----------------------------------------------\n";
}
open(ENT, "<CVS/Entries" );
while( <ENT> ){
chop;
($d,$fn,$rev,$mod_time,$sticky,$tag) = split(/\//);
if ($tag =~ /^T(.*)$/) {
$fbranch{$fn} = $1;
}
}
close ENT;
foreach $f (@files) {
$b = "";
if (defined $fbranch{$f}) {$b = $fbranch{$f};}
if ($b eq "") {$b = "HEAD";}
$t = GetT($b, "$repository/$f");
if ($debug) {
print STDERR "GetT returned '$t' for '$repository/$f' branch '$b'\n";
}
if ($t eq "") {
$t = $defaultid;
}
if (!defined $mode{$t} || $mode{$t} eq "Open") {
next;
}
if ($debug) {
print STDERR "Checking twig $t\n";
}
# OK, we have a match. See if we're allowed to checkin here.
if ($username eq "") {
$username = $ENV{"CVS_USER"} || getlogin || (getpwuid($<))[0] || "nobody";
if ($debug) {
print STDERR "Username is $username\n";
print STDERR "getlogin returns " . getlogin . "\n";
print STDERR '(getpwuid($<))[0] returns ' . (getpwuid($<))[0] . "\n";
print STDERR "Environment:\n";
foreach $key (sort(keys %ENV)) {
print STDERR $key, '=', $ENV{$key}, "\n";
}
}
}
$ok = 0;
$s = $super{$t};
foreach $u (@$s) {
if ($debug) {
print STDERR "Checking against super $u\n";
}
if ($u eq $username) {
$ok = 1;
break;
}
}
if ($mode{$t} eq "Restricted") {
my $b = $blessed{$t};
foreach $u (@$b) {
if ($debug) {
print STDERR "Checking against blessed $u\n";
}
if ($u eq $username) {
$ok = 1;
break;
}
}
}
if (!$ok) {
print STDERR "You may not check into partition $fullname{$t}\n";
print STDERR "the file $repository/$f on branch $b\n";
print STDERR "If you think you should be allowed to, send mail to\n";
print STDERR "one of the below people:\n";
$s = $super{$t};
foreach $u (@$s) {
$u =~ s/%/@/;
print STDERR " $u\n";
}
exit 1;
}
}
exit 0;

View File

@@ -1,16 +0,0 @@
# The "commitinfo" file is used to control pre-commit checks.
# The filter on the right is invoked with the repository and a list
# of files to check. A non-zero exit of the filter program will
# cause the commit to be aborted.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being committed to, relative
# to the $CVSROOT. For the first match that is found, then the remainder
# of the line is the name of the filter to run.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".
ALL $CVSROOT/CVSROOT/commitcheck.pl

View File

@@ -1,6 +0,0 @@
# Set this to "no" if pserver shouldn't check system users/passwords
#SystemAuth=no
# Set `PreservePermissions' to `yes' to save file status information
# in the repository.
#PreservePermissions=no

View File

@@ -1,42 +0,0 @@
.gdbinit
.HSancillary
.Makedepend
.makedepend
.MCC_Cache_FAT
.MCC_Global_History
.md
.pure
made
make.log
make.dep
nuke
_jmc
*.class
.depends
.deps
.d
*.dylib
__.SYMDEF*
manifest.mnw
_gen
_stubs
*_DBG.OBJ
*_DBG_EDT.OBJ
*_OPT.OBJ
*_OPT_EDT.OBJ
*_DBG.OBJD
so_locations
*.flc
*.map
depend.mk
_xpidlgen
ti_files
*.rpo
.*.timestamp
*.dll
*.lib
*.exp
*.rc
*.res
Makefile

View File

@@ -1,24 +0,0 @@
#!/bin/sh
PATH=/bin:/usr/bin:/sbin:/usr/sbin;export PATH
(
URL="subdir=`dirname $1`&files=`basename $1`"
echo "Subject: $1"
echo 'Content-Type: text/html; charset=us-ascii'
echo 'Content-Transfer-Encoding: 7bit'
echo 'Content-Disposition: inline'
TMP=/tmp/cvsmf.$$
trap "rm -f $TMP" 0 1 2 15
cat > $TMP
BRANCH=`sed -n 's@^Revision/Branch: \(.*\)@\1@p' $TMP`
if test -n "$BRANCH"; then
URL="$URL&branch=$BRANCH"
fi
echo '<A HREF="http://warp.netscape.com/webtools/bonsai/cvsview2.cgi?'$URL'&command=DIRECTORY">View differences</A><BR>\n'
) | mail $2

View File

@@ -1,172 +0,0 @@
#!/usr/bin/perl
# -*- Mode: perl; indent-tabs-mode: nil -*-
# Arguments:
#
# -a Only send checkin messages which contain added files. All other checkin
# messages will be ignored.
# -u <url> Base URL for the Bonsai directory; "/cvsview2.cgi" will get
# appended to this with appropriate args.
# -h <hostname> Host whose SMTP server we will contact to send mail.
# -s <string> String specifying dir and filenames. As generated by "%s"
# in a CVSROOT/loginfo file
# -f <file> A regexp. If present, then only checkins to files whose
# name (without the directory) matches the regexp will generate mail.
#
# The remaining args are email addresses of people who should get notified.
use Socket;
sub get_response_code {
my ($expecting) = @_;
# if ($flag_debug) {
# print STDERR "SMTP: Waiting for code $expecting\n";
# }
while (1) {
my $line = <S>;
# if ($flag_debug) {
# print STDERR "SMTP: $line";
# }
if ($line =~ /^[0-9]*-/) {
next;
}
if ($line =~ /(^[0-9]*) /) {
my $code = $1;
if ($code == $expecting) {
# if ($flag_debug) {
# print STDERR "SMTP: got it.\n";
# }
return;
}
die "Bad response from SMTP -- $line";
}
}
}
my $debug = 0;
my $addsonly = 0;
my $showcommitter = 0;
my $mailhost = "127.0.0.1";
my $urlbase = "";
my $cvsargs = "";
my $cvsroot = "";
my @mailto;
my $fileregexp = "";
my $username = $ENV{"CVS_USER"} || getlogin || (getpwuid($<))[0] || "nobody";
while (@ARGV) {
my $arg = shift @ARGV;
if ($arg eq '-d') {
$debug = 1;
print STDERR "Debug turned on...\n";
} elsif ($arg eq '-c') {
$showcommitter = 1;
} elsif ($arg eq '-r') {
$cvsroot = shift @ARGV;
} elsif ($arg eq '-h') {
$mailhost = shift @ARGV;
} elsif ($arg eq '-u') {
$urlbase = shift @ARGV;
} elsif ($arg eq '-s') {
$cvsargs = shift @ARGV;
} elsif ($arg eq '-f') {
$fileregexp = shift @ARGV;
} elsif ($arg eq '-a') {
$addsonly = 1;
} else {
push(@mailto, $arg);
}
}
my $url = "";
if ($urlbase ne "" && $cvsargs ne "") {
my @list = split(/ /, $cvsargs);
my $dir = shift @list;
if ($fileregexp ne "") {
if (grep(m/$fileregexp/, @list) <= 0) {
exit;
}
}
$url = $urlbase . "/cvsview2.cgi?command=DIRECTORY&subdir=$dir&files=" .
join('%2B', @list);
}
my $message = "";
if ($showcommitter) {
$message .= "Changes committed by $username:\n\n";
}
my $filesadded = 0;
while (<>) {
my $line = $_;
if ($line =~ m@^ Tag: (.*)$@) {
if ($url ne "") {
$url .= "&branch=$1";
}
}
# if we see that files have been added on this checkin, remember that fact
#
if ($line =~ m@^Added Files:@) {
$filesadded = 1;
}
$message .= $line;
}
# bail out if this is an adds-only run and no files have been added
#
if ($addsonly == 1 && $filesadded == 0 ) {
exit 0;
}
if ($url ne "") {
if ($cvsroot ne "") {
$url .= "&root=$cvsroot";
}
$message = "Diffs: $url\n\n" . $message;
}
chop(my $hostname = `/bin/hostname`);
my ($remote,$port, $iaddr, $paddr, $proto, $line);
$remote = $mailhost;
$port = 25;
if ($port =~ /\D/) { $port = getservbyname($port, 'tcp') }
die "No port" unless $port;
$iaddr = inet_aton($remote) || die "no host: $remote";
$paddr = sockaddr_in($port, $iaddr);
$proto = getprotobyname('tcp');
socket(S, PF_INET, SOCK_STREAM, $proto) || die "socket: $!";
connect(S, $paddr) || die "connect: $!";
select(S); $| = 1; select(STDOUT);
get_response_code(220);
print S "EHLO $hostname\n";
get_response_code(250);
print S "MAIL FROM: cvsmailfilter\@$hostname\n";
get_response_code(250);
foreach $i (@mailto) {
print S "RCPT TO: $i\n";
get_response_code(250);
}
print S "DATA\n";
get_response_code(354);
print S "Subject: $cvsargs\n";
print S "\n";
print S $message . "\n";
print S ".\n";
get_response_code(250);
print S "QUIT\n";
close(S);

View File

@@ -1,23 +0,0 @@
# This file affects handling of files based on their names.
#
# The -t/-f options allow one to treat directories of files
# as a single file, or to transform a file in other ways on
# its way in and out of CVS.
#
# The -m option specifies whether CVS attempts to merge files.
#
# The -k option specifies keyword expansion (e.g. -kb for binary).
#
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
#
# wildcard [option value][option value]...
#
# where option is one of
# -f from cvs filter value: path to filter
# -t to cvs filter value: path to filter
# -m update methodology value: MERGE or COPY
# -k expansion mode value: b, o, kkv, &c
#
# and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'

View File

@@ -1,270 +0,0 @@
#!/usr/bin/perl
use Socket;
$username = $ENV{"CVS_USER"} || getlogin || (getpwuid($<))[0] || "nobody";
$envcvsroot = $ENV{'CVSROOT'};
$cvsroot = $envcvsroot;
$flag_debug = 0;
$flag_tagcmd = 0;
$repository = '';
$repository_tag = '';
$mailhost = 'localhost';
@mailto=();
@changed_files = ();
@added_files = ();
@removed_files = ();
@log_lines = ();
@outlist = ();
$STATE_NONE = 0;
$STATE_CHANGED = 1;
$STATE_ADDED = 2;
$STATE_REMOVED = 3;
$STATE_LOG = 4;
&process_args;
if ($flag_debug ){
print STDERR "----------------------------------------------\n";
print STDERR "LOGINFO:\n";
print STDERR " pwd:" . `pwd` . "\n";
print STDERR " Args @ARGV\n";
print STDERR " CVSROOT: $cvsroot\n";
print STDERR " who: $username\n";
print STDERR " Repository: $repository\n";
print STDERR " mailto: @mailto\n";
print STDERR "----------------------------------------------\n";
}
if ($flag_tagcmd) {
&process_tag_command;
} else {
&get_loginfo;
&process_cvs_info;
}
if( $flag_debug){
print STDERR "----------------------------------------------\n";
print STDERR @outlist;
print STDERR "----------------------------------------------\n";
}
&mail_notification;
0;
sub process_args {
while (@ARGV) {
$arg = shift @ARGV;
if ($arg eq '-d') {
$flag_debug = 1;
print STDERR "Debug turned on...\n";
} elsif ($arg eq '-r') {
$cvsroot = shift @ARGV;
} elsif ($arg eq '-t') {
$flag_tagcmd = 1;
last; # Keep the rest in ARGV; they're handled later.
} elsif ($arg eq '-h') {
$mailhost = shift @ARGV;
} else {
push(@mailto, $arg);
}
}
if( $repository eq '' ){
open( REP, "<CVS/Repository");
$repository = <REP>;
chop($repository);
close(REP);
}
$repository =~ s:^$cvsroot/::;
$repository =~ s:^$envcvsroot/::;
if (!$flag_tagcmd) {
if( open( REP, "<CVS/Tag") ) {
$repository_tag = <REP>;
chop($repository_tag);
close(REP);
}
}
}
sub get_loginfo {
if( $flag_debug){
print STDERR "----------------------------------------------\n";
}
# Iterate over the body of the message collecting information.
#
while (<STDIN>) {
chop; # Drop the newline
if( $flag_debug){
print STDERR "$_\n";
}
if (/^In directory/) {
next;
}
if (/^Modified Files/) { $state = $STATE_CHANGED; next; }
if (/^Added Files/) { $state = $STATE_ADDED; next; }
if (/^Removed Files/) { $state = $STATE_REMOVED; next; }
if (/^Log Message/) { $state = $STATE_LOG; next; }
s/^[ \t\n]+//; # delete leading whitespace
s/[ \t\n]+$//; # delete trailing whitespace
if ($state == $STATE_CHANGED) { push(@changed_files, split); }
if ($state == $STATE_ADDED) { push(@added_files, split); }
if ($state == $STATE_REMOVED) { push(@removed_files, split); }
if ($state == $STATE_LOG) { push(@log_lines, $_); }
}
if( $flag_debug){
print STDERR "----------------------------------------------\n"
. "changed files: @changed_files\n"
. "added files: @added_files\n"
. "removed files: @removed_files\n";
print STDERR "----------------------------------------------\n";
}
}
sub process_cvs_info {
local($d,$fn,$rev,$mod_time,$sticky,$tag,$stat,@d,$l,$rcsfile);
if (!open(ENT, "<CVS/Entries.Log" )) {
open(ENT, "<CVS/Entries");
}
$time = time;
while( <ENT> ){
chop;
($d,$fn,$rev,$mod_time,$sticky,$tag) = split(/\//);
$stat = 'C';
for $i (@changed_files, "BEATME.NOW", @added_files ) {
if( $i eq "BEATME.NOW" ){ $stat = 'A'; }
if($i eq $fn ){
$rcsfile = "$envcvsroot/$repository/$fn,v";
if( ! -r $rcsfile ){
$rcsfile = "$envcvsroot/$repository/Attic/$fn,v";
}
open(LOG, "/usr/bin/rlog -N -r$rev $rcsfile |")
|| print STDERR "dolog.pl: Couldn't run rlog\n";
while(<LOG>){
if (/^date:.* author: ([^;]*);.*/) {
$username = $1;
if (/lines: \+([0-9]*) -([0-9]*)/) {
$lines_added = $1;
$lines_removed = $2;
}
}
}
close( LOG );
push(@outlist, ("$stat|$time|$username|$cvsroot|$repository|$fn|$rev|$sticky|$tag|$lines_added|$lines_removed\n"));
}
}
}
close(ENT);
for $i (@removed_files) {
push( @outlist, ("R|$time|$username|$cvsroot|$repository|$i|||$repository_tag\n"));
}
push (@outlist, "LOGCOMMENT\n");
push (@outlist, join("\n",@log_lines));
push (@outlist, "\n:ENDLOGCOMMENT\n");
}
sub process_tag_command {
local($str,$part,$time);
$time = time;
$str = "Tag|$cvsroot|$time";
while (@ARGV) {
$part = shift @ARGV;
$str .= "|" . $part;
}
push (@outlist, ("$str\n"));
}
sub do_commitinfo {
}
sub get_response_code {
my ($expecting) = @_;
# if ($flag_debug) {
# print STDERR "SMTP: Waiting for code $expecting\n";
# }
while (1) {
my $line = <S>;
# if ($flag_debug) {
# print STDERR "SMTP: $line";
# }
if ($line =~ /^[0-9]*-/) {
next;
}
if ($line =~ /(^[0-9]*) /) {
my $code = $1;
if ($code == $expecting) {
# if ($flag_debug) {
# print STDERR "SMTP: got it.\n";
# }
return;
}
die "Bad response from SMTP -- $line";
}
}
}
sub mail_notification {
chop(my $hostname = `/bin/hostname`);
my ($remote,$port, $iaddr, $paddr, $proto, $line);
$remote = $mailhost;
$port = 25;
if ($port =~ /\D/) { $port = getservbyname($port, 'tcp') }
die "No port" unless $port;
$iaddr = inet_aton($remote) || die "no host: $remote";
$paddr = sockaddr_in($port, $iaddr);
$proto = getprotobyname('tcp');
socket(S, PF_INET, SOCK_STREAM, $proto) || die "socket: $!";
connect(S, $paddr) || die "connect: $!";
select(S); $| = 1; select(STDOUT);
get_response_code(220);
print S "EHLO $hostname\n";
get_response_code(250);
print S "MAIL FROM: bonsai-daemon\@$hostname\n";
get_response_code(250);
foreach $i (@mailto) {
print S "RCPT TO: $i\n";
get_response_code(250);
}
print S "DATA\n";
get_response_code(354);
# Get one line starting with "354 ".
if ($flag_tagcmd) {
print S "Subject: cvs tag in $repository\n";
} else {
print S "Subject: cvs commit to $repository\n";
}
print S "\n";
print S @outlist, "\n";
print S ".\n";
get_response_code(250);
print S "QUIT\n";
close(S);
}

View File

@@ -1,21 +0,0 @@
# The "editinfo" file is used to allow verification of logging
# information. It works best when a template (as specified in the
# rcsinfo file) is provided for the logging procedure. Given a
# template with locations for, a bug-id number, a list of people who
# reviewed the code before it can be checked in, and an external
# process to catalog the differences that were code reviewed, the
# following test can be applied to the code:
#
# Making sure that the entered bug-id number is correct.
# Validating that the code that was reviewed is indeed the code being
# checked in (using the bug-id number or a seperate review
# number to identify this particular code set.).
#
# If any of the above test failed, then the commit would be aborted.
#
# Actions such as mailing a copy of the report to each reviewer are
# better handled by an entry in the loginfo file.
#
# One thing that should be noted is the the ALL keyword is not
# supported. There can be only one entry that matches a given
# repository.

View File

@@ -1,40 +0,0 @@
# The "loginfo" file controls where "cvs commit" log information
# is sent. The first entry on a line is a regular expression which must match
# the directory that the change is being made to, relative to the
# $CVSROOT. If a match is found, then the remainder of the line is a filter
# program that should expect log information on its standard input.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name ALL appears as a regular expression it is always used
# in addition to the first matching regex or DEFAULT.
#
# You may specify a format string as part of the
# filter. The string is composed of a `%' followed
# by a single format character, or followed by a set of format
# characters surrounded by `{' and `}' as separators. The format
# characters are:
#
# s = file name
# V = old version number (pre-checkin)
# v = new version number (post-checkin)
#
ALL $CVSROOT/CVSROOT/dolog.pl -h 127.0.0.1 -r /cvsroot bonsai-new-checkin-daemon@mecha.mozilla.org
# send mail for new files added
ALL $CVSROOT/CVSROOT/cvsmailfilter.pl -a -u http://bonsai.mozilla.org -r /cvsroot -s %s cvs-adds@mozilla.org
# crypto checkins deserve more attention
mozilla/security $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/extensions/psm-glue $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/security $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/protocol/http/src $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/socket/ssl $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/socket/tests $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/dbm $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
# misc modules
mozilla/webtools/bugzilla $CVSROOT/CVSROOT/cvsmailfilter.pl -c -u http://bonsai.mozilla.org -r /cvsroot -s %s cvs-checkins@bugzilla.org webtools-changed@warp.mcom.com
mozilla/webtools $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s webtools-changed@warp.mcom.com
CVSROOT $CVSROOT/CVSROOT/cvsmailfilter.pl -c -u http://bonsai.mozilla.org -r /cvsroot -s %s -f modules sysalerts@mozilla.org

View File

@@ -1,820 +0,0 @@
# Three different line formats are valid:
# key -a aliases...
# key [options] directory
# key [options] directory files...
#
# Where "options" are composed of:
# -i prog Run "prog" on "cvs commit" from top-level of module.
# -o prog Run "prog" on "cvs checkout" of module.
# -e prog Run "prog" on "cvs export" of module.
# -t prog Run "prog" on "cvs rtag" of module.
# -u prog Run "prog" on "cvs update" of module.
# -d dir Place module in directory "dir" instead of module name.
# -l Top-level directory only -- do not recurse.
#
# NOTE: If you change any of the "Run" options above, you'll have to
# release and re-checkout any working directories of these modules.
#
# And "directory" is a path to a directory relative to $CVSROOT.
#
# The "-a" option specifies an alias. An alias is interpreted as if
# everything on the right of the "-a" had been typed on the command line.
#
# You can encode a module within a module by using the special '&'
# character to interpose another module into the current module. This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
######################################################################
#
# Module that contains the LEGAL and the LICENSE file. This should be
# a part of every logical source pull for a component. Care should
# be given so that this module is not specified twice for a given
# source pull.
#
MozillaLicense -a \
mozilla/LEGAL \
mozilla/LICENSE
Grendel -a \
MozillaLicense \
mozilla/grendel
######################################################################
#
# Modules for the MozillaClassic Browser, based on the original
# layout engine. If you wish to develop on the Mozilla Classic
# codebase, pull using these modules and using the branch tag
# MozillaSourceClassic_19981026_BRANCH.
# These modules should be considered obsolete.
#
MozillaSource -a \
MozillaSourceWin \
MozillaSourceMac \
MozillaSourceUnix
MozillaSourceWin -a \
MozillaSourceCommon \
MozillaSourceWinOnly
MozillaSourceMac -a \
MozillaSourceCommon \
MozillaSourceMacOnly
MozillaSourceUnix -a \
MozillaSourceCommon \
MozillaSourceUnixOnly \
mozilla/cmd/xfe \
mozilla/cmd/gnomefe \
mozilla/cmd/qtfe \
mozilla/cmd/ybfe
MozillaSourceMotif -a \
MozillaSourceCommon \
mozilla/cmd/xfe \
MozillaSourceUnixOnly
MozillaSourceQtfe -a \
MozillaSourceCommon \
mozilla/cmd/qtfe \
MozillaSourceUnixOnly
MozillaSourceGnomefe -a \
MozillaSourceCommon \
mozilla/cmd/gnomefe \
MozillaSourceUnixOnly
MozillaSourceYbfe -a \
MozillaSourceCommon \
mozilla/cmd/ybfe \
MozillaSourceUnixOnly
MozillaSourceCommon -a \
mozilla/LEGAL \
mozilla/LICENSE \
mozilla/base \
mozilla/build \
!mozilla/build/mac/client.mac \
mozilla/include \
mozilla/caps \
mozilla/jpeg \
mozilla/js \
mozilla/lib/htmldlgs \
mozilla/lib/layout \
mozilla/lib/libcnv \
mozilla/lib/libdom \
mozilla/lib/libi18n \
mozilla/lib/liblayer \
mozilla/lib/libmisc \
mozilla/lib/libmime \
mozilla/lib/libmocha \
mozilla/lib/libnet \
mozilla/lib/libparse \
mozilla/lib/libpics \
mozilla/lib/libpwcac \
mozilla/lib/libstyle \
mozilla/lib/mailto \
mozilla/lib/plugin \
mozilla/lib/xlate \
mozilla/lib/xp \
mozilla/modules/calendar \
mozilla/modules/edtplug/classes \
mozilla/modules/edtplug/src \
mozilla/modules/edtplug/include \
mozilla/modules/libfont/classes \
mozilla/modules/libfont/public \
mozilla/modules/libfont/src \
mozilla/modules/libhook \
mozilla/modules/libimg \
mozilla/modules/libnls \
mozilla/modules/libpref \
mozilla/modules/libreg \
mozilla/modules/libutil \
mozilla/modules/oji \
mozilla/modules/plugin \
mozilla/modules/progress/src \
mozilla/modules/rdf \
mozilla/modules/schedulr \
mozilla/modules/security/freenav \
mozilla/modules/softupdt/classes \
mozilla/modules/softupdt/include \
mozilla/modules/softupdt/src \
mozilla/modules/xml \
mozilla/modules/zlib/src \
mozilla/nav-java/stubs \
mozilla/network \
mozilla/nsprpub \
mozilla/privacy \
mozilla/xpcom \
mozilla/l10n \
mozilla/dbm \
mozilla/README
MozillaSourceWinOnly -a \
mozilla/client.mak \
mozilla/cmd/makefile.win \
mozilla/cmd/wincom \
mozilla/cmd/winfe \
mozilla/config \
mozilla/lib/makefile.win \
mozilla/modules/coreincl \
mozilla/modules/edtplug/makefile.win \
mozilla/makefile.win \
mozilla/modules/libfont/jmcgen \
mozilla/modules/libfont/makefile.win \
mozilla/modules/libfont/producers/makefile.win \
mozilla/modules/libfont/producers/win \
mozilla/modules/libfont/producers/win/classes \
mozilla/modules/libfont/producers/win/classes/netscape \
mozilla/modules/libfont/producers/win/src \
mozilla/modules/makefile.win \
mozilla/modules/progress/makefile.win \
mozilla/modules/progress/public \
mozilla/modules/security/makefile.win \
mozilla/modules/softupdt/makefile.win \
mozilla/modules/zlib/makefile.win \
mozilla/nav-java/makefile.win \
JavaStubWin
MozillaSourceUnixOnly -a \
mozilla/.cvsignore \
mozilla/Makefile \
mozilla/Makefile.in \
mozilla/configure \
mozilla/configure.in \
mozilla/allmakefiles.sh \
mozilla/cmd/Makefile \
mozilla/cmd/Makefile.in \
mozilla/cmd/stubfe \
mozilla/cmd/unixfe \
mozilla/config/.cvsignore \
mozilla/config/AIX.mk \
mozilla/config/BSD_OS.mk \
mozilla/config/DGUX.mk \
mozilla/config/FreeBSD.mk \
mozilla/config/HP-UX.mk \
mozilla/config/IRIX.mk \
mozilla/config/Linux.mk \
mozilla/config/NCR.mk \
mozilla/config/NEC.mk \
mozilla/config/NEWS-OS.mk \
mozilla/config/NEXTSTEP.mk \
mozilla/config/NetBSD.mk \
mozilla/config/OSF1.mk \
mozilla/config/OpenBSD.mk \
mozilla/config/QNX.mk \
mozilla/config/Rhapsody.mk \
mozilla/config/SCOOS.mk \
mozilla/config/SINIX.mk \
mozilla/config/SunOS.mk \
mozilla/config/SunOS4.mk \
mozilla/config/SunOS5.mk \
mozilla/config/UNIXWARE.mk \
mozilla/config/common.mk \
mozilla/config/config.mk \
mozilla/config/coreconf.mk \
mozilla/config/rules.mk \
mozilla/config/Makefile \
mozilla/config/Makefile.in \
mozilla/config/autoconf.mk.in \
mozilla/config/bdate.c \
mozilla/config/bdate.pl \
mozilla/config/aboutime.pl \
mozilla/config/bsdecho.c \
mozilla/config/clobber_miss.pl \
mozilla/config/config.guess \
mozilla/config/cvsco.pl \
mozilla/config/fastcwd.pl \
mozilla/config/gtscc.c \
mozilla/config/makecopy.c \
mozilla/config/mangle.c \
mozilla/config/mantomak.c \
mozilla/config/mkdepend \
mozilla/config/mkdetect \
mozilla/config/nfspwd.pl \
mozilla/config/nodl.pl \
mozilla/config/nsinstall.c \
mozilla/config/outofdate.pl \
mozilla/config/pathsub.c \
mozilla/config/pathsub.h \
mozilla/config/pkg2dpth.pl \
mozilla/config/ports \
mozilla/config/revdepth.pl \
mozilla/config/set-timebomb.pl \
mozilla/config/sj.pl \
mozilla/lib/Makefile \
mozilla/lib/Makefile.in \
mozilla/modules/edtplug/Makefile \
mozilla/modules/edtplug/Makefile.in \
mozilla/modules/libfont/jmcgen \
mozilla/modules/libfont/Makefile \
mozilla/modules/libfont/Makefile.in \
mozilla/modules/libfont/producers/Makefile \
mozilla/modules/libfont/producers/Makefile.in \
mozilla/modules/Makefile \
mozilla/modules/Makefile.in \
mozilla/modules/progress/Makefile \
mozilla/modules/progress/Makefile.in \
mozilla/modules/progress/public \
mozilla/modules/security/Makefile \
mozilla/modules/security/Makefile.in \
mozilla/modules/softupdt/Makefile \
mozilla/modules/softupdt/Makefile.in \
mozilla/modules/zlib/Makefile \
mozilla/modules/zlib/Makefile.in \
mozilla/nav-java/Makefile \
mozilla/nav-java/Makefile.in \
mozilla/lib/mariner \
JavaStubUnix
MozillaSourceMacOnly -a \
mozilla/config/mac \
mozilla/config/bdate.pl \
mozilla/config/aboutime.pl \
mozilla/config/mac-set-timebomb.pl \
mozilla/cmd/macfe \
mozilla/lib/mac/AutoAdmin \
mozilla/lib/mac/Includes \
mozilla/lib/mac/MacMemoryAllocator \
mozilla/lib/mac/Misc \
mozilla/lib/mac/MoreFiles \
mozilla/lib/mac/NSRuntime \
mozilla/lib/mac/NSStdLib \
mozilla/lib/mac/patches \
mozilla/lib/mac/PowerPlant \
mozilla/lib/mac/UserInterface \
mozilla/modules/coreincl \
mozilla/modules/edtplug/macbuild \
mozilla/modules/libfont \
mozilla/modules/progress/macbuild \
mozilla/modules/progress/public \
mozilla/modules/softupdt/macbuild \
mozilla/modules/zlib/macbuild \
mozilla/lib/mariner \
JavaStubMac
JavaStubAll -a \
JavaStubWin \
JavaStubMac \
JavaStubUnix
JavaStubCore -a \
mozilla/sun-java/stubs/include \
mozilla/sun-java/stubs/src
JavaStubMac -a \
JavaStubCore \
mozilla/sun-java/stubs/macbuild \
mozilla/sun-java/stubs/macjri
JavaStubUnix -a \
JavaStubCore \
mozilla/sun-java/Makefile \
mozilla/sun-java/Makefile.in \
mozilla/sun-java/stubs/jri \
mozilla/sun-java/stubs/Makefile \
mozilla/sun-java/stubs/Makefile.in
JavaStubWin -a \
JavaStubCore \
mozilla/sun-java/makefile.win \
mozilla/sun-java/stubs/jri \
mozilla/sun-java/stubs/makefile.win
######################################################################
#
# Modules for the raptor layout effort. Note that raptor dist is temporary
# until raptor is integrated into the mainline build.
#
RaptorDoc -a \
mozilla/LICENSE \
mozilla/LEGAL \
mozilla/README/nglayout
RaptorDist -a \
mozilla/configure.in \
mozilla/allmakefiles.sh \
mozilla/Makefile.in \
mozilla/makefile.win \
mozilla/build \
!mozilla/build/mac/client.mac \
mozilla/caps \
mozilla/config \
mozilla/dbm \
mozilla/editor \
mozilla/include \
mozilla/intl \
mozilla/jpeg \
JSClient \
mozilla/lib/liblayer \
mozilla/lib/libpwcac \
mozilla/lib/xp \
mozilla/modules/libimg \
mozilla/modules/libjar \
mozilla/modules/libpref \
mozilla/modules/libreg \
mozilla/modules/libutil \
mozilla/modules/oji \
mozilla/modules/plugin \
mozilla/modules/security/freenav \
mozilla/modules/zlib \
mozilla/nav-java \
mozilla/network \
mozilla/nsprpub \
mozilla/rdf \
mozilla/silentdl \
mozilla/sun-java \
mozilla/xpcom
RaptorLayout -a \
mozilla/base \
mozilla/dom \
mozilla/gfx \
mozilla/expat \
mozilla/htmlparser \
mozilla/layout \
mozilla/view \
mozilla/webshell \
mozilla/widget
Raptor -a \
RaptorDoc \
RaptorDist \
RaptorLayout
RaptorWin -a \
Raptor
RaptorUnix -a \
Raptor \
mozilla/aclocal.m4 \
mozilla/nglayout.mk
RaptorMac -a \
Raptor \
mozilla/build/mac \
mozilla/cmd/macfe/applevnt \
mozilla/cmd/macfe/central \
mozilla/cmd/macfe/gui \
mozilla/cmd/macfe/include \
mozilla/cmd/macfe/pch \
mozilla/cmd/macfe/projects \
mozilla/cmd/macfe/utility \
mozilla/lib/mac/MacMemoryAllocator \
mozilla/lib/mac/Misc \
mozilla/lib/mac/MoreFiles \
mozilla/lib/mac/NSRuntime \
mozilla/lib/mac/NSStdLib \
mozilla/lib/mac/PowerPlant
#####################
# An all inclusive modules for tinderbox to use
#####################
RaptorAll -a \
RaptorWin \
RaptorUnix \
RaptorMac
#####################
# Transformiix module (xslt processor)
#####################
TransformiixStandalone -a \
mozilla/config \
mozilla/expat \
mozilla/extensions/transformiix
#######################################################################
# Modules for the Directory SDK. There are two users of the libldap
# Mozilla and the DirectorySDK. Maintained by Chuck Boatwright
# cboatwri@netscape.com
#
DirectorySDKSource -a \
DirectorySDKSourceCommon \
DirectorySDKSourceBuild
DirectorySDKSourceC -a \
mozilla/directory/ldapsdk.mak \
mozilla/directory/ldapsdk.mk \
mozilla/directory/buildsdk.txt \
mozilla/directory/Makefile \
mozilla/directory/c-sdk
DirectorySDKSourceJava -a \
mozilla/directory/buildjsdk.txt \
mozilla/directory/java-sdk
DirectorySDKSourceCommon -a \
DirectorySDKSourceC \
DirectorySDKSourceJava
DirectorySDKSourceBuild -a \
mozilla/config \
mozilla/nsprpub
PerLDAP -a \
mozilla/directory/perldap
#######################################################################
# Modules for the Messenging Server SDK. Code maintained by Prasad Yendluri
# (prasad@netscape.com)
#
MessagingSDK -a \
mozilla/msgsdk
#######################################################################
# Modules for Calendar client.
# (spider@netscape.com)
#
CalendarClient -a \
mozilla/calendar \
mozilla/modules/calendar \
mozilla/htmlparser \
mozilla/gconfig \
mozilla/gfx \
mozilla/widget \
mozilla/xpfc \
mozilla/view
#######################################################################
# Modules for the JavaScript
# (fur@netscape.com)
#
JSRef -a \
mozilla/js/src
#
# Can't pull all of js/src, because the server-style config filenames
# are illegal on some operating systems.
#
JSClient -a \
mozilla/js/Makefile.in \
mozilla/js/makefile.win \
mozilla/js/macbuild \
mozilla/js/src \
mozilla/js/.cvsignore \
!mozilla/js/src/config \
!mozilla/js/src/editline \
!mozilla/js/src/liveconnect/config \
!mozilla/js/src/mininspr \
!mozilla/js/src/os \
!mozilla/js/src/perlconnect \
!mozilla/js/src/sh \
!mozilla/js/src/xpcom
#######################################################################
# Modules for SeaMonkey
# (5.0 Browser and 5.0 Mail/News based on nglayout)
#
# Initial wild ass guess: cyeh@netscape.com
# Second guess: mcafee@netscape.com
#
# We might want to do the platform-specific stuff like:
# SeaMonkeyCoreFoo = SeaMonkeyCore + <stuff for platform Foo>
# and so on, for each module.
#
NSPR -a \
mozilla/nsprpub
SeaMonkeyCore -a \
mozilla/.cvsignore \
mozilla/README \
mozilla/README.txt \
mozilla/client.mk \
mozilla/client.mak \
mozilla/configure \
mozilla/configure.in \
mozilla/allmakefiles.sh \
mozilla/Makefile.in \
mozilla/makefile.win \
mozilla/aclocal.m4 \
mozilla/build \
!mozilla/build/mac/client.mac \
mozilla/caps \
mozilla/config \
mozilla/dbm \
mozilla/db/.cvsignore \
mozilla/db/Makefile.in \
mozilla/db/makefile.win \
mozilla/db/mork \
mozilla/db/mdb \
mozilla/docshell \
mozilla/embedding \
mozilla/gc/boehm \
mozilla/include \
mozilla/intl \
mozilla/jpeg \
mozilla/js/jsd \
!mozilla/js/jsd/jsdb \
!mozilla/js/jsd/classes \
!mozilla/js/jsd/corba \
!mozilla/js/jsd/java \
!mozilla/js/jsd/javawrap \
JSClient \
mozilla/lib/mac/MacMemoryAllocator \
mozilla/lib/mac/Misc \
mozilla/lib/mac/MoreFiles \
mozilla/lib/mac/NSRuntime \
mozilla/lib/mac/NSStdLib \
mozilla/lib/mac/NSStartup \
mozilla/lib/mac/PowerPlant \
mozilla/lib/mac/InterfaceLib \
mozilla/lib/mac/embedding \
mozilla/modules/appfilelocprovider \
mozilla/modules/libimg \
mozilla/modules/libjar \
mozilla/modules/libpref \
mozilla/modules/libreg \
mozilla/modules/libutil \
mozilla/modules/mpfilelocprovider \
mozilla/modules/oji \
mozilla/modules/plugin \
mozilla/modules/security/freenav \
mozilla/modules/staticmod \
mozilla/modules/zlib \
mozilla/nav-java \
mozilla/network \
mozilla/netwerk \
mozilla/nglayout.mk \
mozilla/plugin/oji \
mozilla/profile \
mozilla/rdf \
mozilla/string \
mozilla/sun-java \
mozilla/tools/leaky \
mozilla/tools/preloader \
mozilla/tools/elf-dynstr-gc \
mozilla/uriloader \
mozilla/xpcom \
mozilla/xpinstall \
MozillaLicense
SeaMonkeyLayout -a \
SeaMonkeyCore \
mozilla/content \
mozilla/dom \
mozilla/gfx \
mozilla/htmlparser \
mozilla/parser \
mozilla/layout \
mozilla/view \
mozilla/webshell \
mozilla/widget \
mozilla/expat
SeaMonkeyXPToolKit -a \
SeaMonkeyLayout \
mozilla/themes \
mozilla/xpfe
SeaMonkeyBrowser -a \
mozilla/directory/xpcom \
mozilla/editor/Makefile.in \
mozilla/editor/public \
mozilla/extensions \
SeaMonkeyXPToolKit
# This needs work!
SeaMonkeyMailNews -a \
SeaMonkeyLayout \
mozilla/mailnews \
!mozilla/mailnews/db/mdb \
!mozilla/mailnews/db/mork \
SeaMonkeyEditor -a \
SeaMonkeyBrowser \
mozilla/editor \
mozilla/mailnews
SeaMonkeyL10n -a \
mozilla/l10n/makefile.win \
mozilla/l10n/makefiles.all \
mozilla/l10n/Makefile.in \
mozilla/l10n/langpacks/makefile.win \
mozilla/l10n/langpacks/Makefile.in \
mozilla/l10n/langpacks/en-DE \
mozilla/l10n/langpacks/en-GB
#############################################################
# This module is the whole banana, and this
# is the module that tinderbox and bonsai should
# track.
#
# Right now Editor pulls Browser which pulls XPToolKit
# which pulls Layout which pulls Core. But eventually,
# there will be more differentiation and uniqueness so
# All will need to contain more than Editor. Perhaps it
# will contain SeaMonkeyUnix, SeaMonkeyMac, SeaMonkeyWin
# et cetera, et cetera, et cetera. But that is in the
# future. --sarah
#
SeaMonkeyAll -a \
SeaMonkeyEditor \
SeaMonkeyL10n
Blackwood -a \
mozilla/java
SeaMonkeyBlackwood -a \
SeaMonkeyAll \
Blackwood
#############################################################
#
# Alexander Larsson's GTK+ widget for embedding mozilla into
# gtk applications.
#
#############################################################
GtkMozilla -a \
mozilla/webshell/embed/gtk
############################################################
#
# Module for Chimera, the embedded MacOSX browser.
# Because this project is mixing a branched SeaMonkeyAll
# with a trunk mozilla/chimera, we need a small module here
# for tinderbox to track mozilla/chimera. This module
# should be temporary until mozilla/chimera joins another
# major module. -mcafee
#
# 3/3/03: Chimera -> Camino name change. Temporarily adding
# new camino directory to Chimera, also adding new Camino
# module. -mcafee
#############################################################
Chimera -a \
mozilla/chimera \
mozilla/camino \
SeaMonkeyAll
Camino -a \
mozilla/camino \
SeaMonkeyAll
#############################################################
#
# Modules For Webtools
#
#############################################################
Bugzilla -a \
mozilla/webtools/bugzilla
Bonsai -a \
mozilla/webtools/bonsai
LXR -a \
mozilla/webtools/lxr
Tinderbox -a \
mozilla/webtools/tinderbox
Webtools -a \
Bugzilla \
Bonsai \
LXR \
Tinderbox
#############################################################
#
# Module for the java webclient (edburns)
#
#############################################################
Webclient -a \
mozilla/java/Makefile.in \
mozilla/java/build.xml \
mozilla/java/README \
mozilla/java/config \
mozilla/java/dom/README \
mozilla/java/dom/build.xml \
mozilla/java/dom/classes \
mozilla/java/dom/jni \
mozilla/java/dom/src \
mozilla/java/external \
mozilla/java/makefiles \
mozilla/java/util \
mozilla/java/webclient \
mozilla/java/webclient/README \
mozilla/java/webclient/build-tests.xml \
mozilla/java/webclient/build.xml \
mozilla/java/webclient/classes_spec \
mozilla/java/webclient/config \
mozilla/java/webclient/src_ie \
mozilla/java/webclient/src_moz \
mozilla/java/webclient/src_share \
mozilla/java/webclient/test/automated \
mozilla/java/webclient/test/manual \
mozilla/java/dist
#############################################################
#
# Module for iPlanet Network Security Services
#
#############################################################
NSS -a \
mozilla/security/nss \
mozilla/security/coreconf
#############################################################
#
# Module for Mozilla Tinderbox
#
#############################################################
MozillaTinderboxAll -a \
SeaMonkeyAll \
mozilla/security/psm \
mozilla/accessible \
mozilla/ipc/ipcd \
mozilla/security/manager \
mozilla/tools/trace-malloc \
mozilla/modules/libpr0n
# mozilla uses mozilla/security/manager from
# the tip, not the nss branch
#
# commenting out NSS because the client uses a static tag so watching
# checkins as they happen is of no use to us
# NSS \
# commenting out NSPR because tinderbox is broken in such a way that
# checkins to the branch (which we care about) do not show up but
# checkins do the tip (which we don't care about) do. Getting rid of
# this so its not 100% false positives.
# NSPR \
# same with ldap
# mozilla/directory/c-sdk
# This module will let us track branches where all the subcomponents
# are on the same tag
MozillaBranchTinderboxAll -a \
MozillaTinderboxAll \
NSS \
NSPR \
mozilla/directory/c-sdk
AviaryBranchTinderbox -a \
MozillaBranchTinderboxAll \
mozilla/browser \
mozilla/chrome \
mozilla/mail \
mozilla/toolkit
# thunderbird's tinderbox module
ThunderbirdTinderbox -a \
MozillaTinderboxAll \
mozilla/mail \
mozilla/chrome \
mozilla/toolkit
# this is for the phoenix tinderbox
PhoenixTinderbox -a \
MozillaTinderboxAll \
mozilla/browser \
mozilla/chrome \
mozilla/toolkit

View File

@@ -1,14 +0,0 @@
# The "notify" file controls where notifications from watches set by
# "cvs watch add" or "cvs edit" are sent. The first entry on a line is
# a regular expression which is tested against the directory that the
# change is being made to, relative to the $CVSROOT. If it matches,
# then the remainder of the line is a filter program that should contain
# one occurrence of %s for the user to notify, and information on its
# standard input.
#
# "ALL" or "DEFAULT" can be used in place of the regular expression.
#
# For example:
#ALL mail %s -s "CVS notification"
ALL $CVSROOT/CVSROOT/sendnotification.pl %s

View File

@@ -1,389 +0,0 @@
# DO NOT EDIT THIS FILE! You must instead go to http://despot.mozilla.org/, and
# tweak things from there.
aaronleventhal%moonset.net:S0MUPohMWfaMo:cvsuser
akhil.arora%sun.com:tG7tQfICukUNg:cvsuser
akkzilla%shallowsky.com:LyPNKDRAkCEfM:cvsuser
alecf%flett.org:xY/EzwiSEg43U:cvsuser
alex%croczilla.com:.qnz.iJA.rUaQ:cvsuser
alexei.volkov.bugs%sun.com:4kk40jCYel.cQ:cvsuser
alexsavulov%netscape.com:NL.2.L.pOoEE.:cvsuser
alla%lysator.liu.se:PfaCJJD7S/Vyc:cvsuser
allan%beaufour.dk:HqCPQ9INvQHOk:cvsuser
amardare%qnx.com:.nnbfi3s/6pLw:cvsuser
anatoliya%netscape.com:gzzdCC45etLpk:cvsuser
andreas.otte%debitel.net:kydQ2aAIGwhkA:cvsuser
andrew%redhat.com:Q5vhhvO.ksq/E:cvsuser
andreww%netscape.com:VDb/gyVOKB8gg:cvsuser
angelon%netscape.com:xLYuHRKI0gIh6:cvsuser
ann.adamcik%sun.com:McRIlR2v7WMXQ:cvsuser
anthonyd%netscape.com:3cZ8Ug3ggdAfE:cvsuser
antitux%netscape.com:GPYA3.J0mZ8dg:cvsuser
antonio.xu%sun.com:xb9jwUyu9kmog:cvsuser
arielb%rice.edu:18fBUQf4tjW/Y:cvsuser
arvid%quadrone.org:OlnGBWl7agA9.:cvsuser
asa%mozilla.org:KwQFH5YHrDGVw:cvsuser
asasaki%netscape.com:eW4lJwcDcifpA:cvsuser
ashishbhatt%netscape.com:hAtS/UPSRHvCg:cvsuser
ashuk%eng.sun.com:QrgopBbFpT10Y:cvsuser
attinasi-moz%attinasi.org:KQdxTI4aFdReA:cvsuser
av%netscape.com:GZ3mu2MifoZiU:cvsuser
axel%pike.org:mbSWqS64YZTQw:cvsuser
bbaetz%acm.org:JhmLaLDTsT/h2:cvsuser
beard%netscape.com:2Eed7KIBNPtL6:cvsuser
ben%bengoodger.com:z68cHGOZUnekA:cvsuser
benc%meer.net:.mc9O4VQuREws:cvsuser
benjamin%smedbergs.us:dvB/veJh3IxkM:cvsuser
bhart00%yahoo.com:AnZyRL6ytm1.Q:cvsuser
bienvenu%nventure.com:dzcEj09V1HQLg:cvsuser
bishakhabanerjee%netscape.com:bLgNOlaDbR.lc:cvsuser
blakeross%telocity.com:iecsxCayirMQw:cvsuser
blizzard%redhat.com:W86ZbnavsJzxk:cvsuser
bmartin%netscape.com:VDvmT5ew0s2Uk:cvsuser
bmlk%gmx.de:diOpGSeH3syIs:cvsuser
bob%bclary.com:TYy8zRTOlkZWU:cvsuser
bolian.yin%sun.com:SXDI.XmKRDr7s:cvsuser
braddr%puremagic.com:Tzs8cIqrzzC/I:cvsuser
brade%comcast.net:ouetdVzWLzsWs:cvsuser
BradleyJunk%cinci.rr.com:EOOl4wp9MNcU6:cvsuser
bratell%lysator.liu.se:GLG2cm83vaqBk:cvsuser
brendan%mozilla.org:BHU5jjtYtQ4tI:cvsuser
briane%qnx.com:pKLtqULcssSZo:cvsuser
brofield%jellycan.com:TGMo7cXMfg2HE:cvsuser
bruce%cubik.org:.VcS8pxE3d5rQ:cvsuser
bryner%brianryner.com:gy5stVpStoVNw:cvsuser
bsharma%netscape.com:vjlb1xJC7MsAk:cvsuser
bstell%ix.netcom.com:/ZdK7gz9SA/RU:cvsuser
bugreport%peshkin.net:PgnY246SzUcHk:cvsuser
bugzilla%arlen.demon.co.uk:bVhEvG7dtzxWg:cvsuser
bugzilla%glob.com.au:O.LFwfIctGxh6:cvsuser
burnus%gmx.de:RBozBY9sekJRM:cvsuser
bz%barnson.org:hRMbA3bW5q6Ak:cvsuser
bzbarsky%mit.edu:YySJ0ECW0UqcM:cvsuser
caillon%redhat.com:3rwCUlsD13ZCU:cvsuser
carl.wong%intel.com:60H5NoMHeEpvI:cvsuser
carosendahl%netscape.com:vzE2R0ISTc0Rs:cvsuser
cathleen%netscape.com:g4oBIcfbxZzt.:cvsuser
cbiesinger%web.de:SmMxtOg6tGNJg:cvsuser
ccarlen%mac.com:KYg00rzfYX4vs:cvsuser
chak%netscape.com:muP/8gmdIYQgM:cvsuser
chofmann%mozilla.org:zSMKbARwiYniA:cvsuser
Chris.Yeh%nokia.com:98WX9EeAZIt/6:cvsadm
chrisk%netscape.com:iAECHtKFagLSw:cvsuser
ChrisKarnaze%cox.net:C.H2iRqFy7CnY:cvsuser
christophe.ravel.bugs%sun.com:m72kIhpCT13sg:cvsuser
claudius%netscape.com:gJezy23y0r4wI:cvsuser
cls%seawood.org:YLAr7ajnaXezg:cvsuser
cltbld%netscape.com:mla4CZgCloBSU:cvsuser
cmanske%jivamedia.com:wZ2fFz6Y4JIkk:cvsuser
cmp%mozilla.org:N6s8fO4X.RRV.:cvsuser
colin%theblakes.com:1fbT0DKTKXTsk:cvsuser
colinp%oeone.com:o4A5a8g5U/tO2:cvsuser
cotter%netscape.com:JZ1rqINZKa.Ig:cvsuser
cst%andrew.cmu.edu:FsXA0AnQhG/kg:cvsuser
cvshook%sicking.cc:HmAX9bYyCA47k:cvsuser
dac%x.cx:xZwzT4et.TSYY:cvsuser
Dale.Stansberry%Nexwarecorp.com:iFmg8YUyFSpA.:cvsuser
daniel%glazman.org:voZRrCYpgF9AU:cvsuser
danm-moz%comcast.net:3h6FdkzmMqnyA:cvsuser
darin%meer.net:BFlqb/kSuCdKo:cvsuser
db48x%yahoo.com:WOXgUg7VfNR2s:cvsuser
dbaron%dbaron.org:Ufu45S7XqztOY:cvsuser
dbragg%netscape.com:k34vc.FRrLRYI:cvsuser
dcone%netscape.com:dWcV1sBlGlAHU:cvsuser
ddkilzer%theracingworld.com:srB5Z/2wN1VDw:cvsuser
ddrinan%netscape.com:4vs6JokcLeYkQ:cvsuser
dean_tessman%hotmail.com:AM2BZ7M0nDhlM:cvsuser
depman1%yahoo.com:4KRTD0DTpLuhE:cvsuser
despotdaemon:zJJgZOGMRo/FE:cvsadm
dinglis%qnx.com:ox85zqaZiiSk6:cvsuser
djani%netscape.com:jnrv0Mv0Kb77.:cvsuser
dkl%redhat.com:Jb37f1UZbg4g2:cvsuser
dmose%mozilla.org:sTIo1zYddteQc:cvsadm
donley%tekka.wwa.com:ZdWwac/UPNyG.:cvsuser
donm%bluemartini.com:bKHsN8gBK/fp2:cvsuser
doronr%us.ibm.com:BntrR9DKOvfRw:cvsuser
dougt%meer.net:6Dpld8jLb0Mcg:cvsuser
dpsuresh%netscape.net:jt.S0eDMnQVDo:cvsuser
drepper%redhat.com:p/CH9PcK4BRCs:cvsuser
driehuis%playbeing.org:BbR6IahGk6yGc:cvsuser
dsirnapalli%netscape.com:hbQy6f/ZU4m7o:cvsuser
dveditz%cruzio.com:S1X7iuOVZr0tI:cvsuser
dwitte%stanford.edu:sFoUYfKYFCQeg:cvsuser
edburns%acm.org:z7zqfOtPH9oic:cvsuser
edwin%woudt.nl:8dZB6Qv1GFw4E:cvsuser
emaijala%kolumbus.fi:HlHx6Z2VwOLeg:cvsuser
endico%mozilla.org:yXO.M/SUdhzAc:cvsadm
erhyuan%pacbell.net:b6.iRP5wVeO1s:cvsuser
ericb%neoplanet.com:D63L651L6w.a2:cvsuser
erik%vanderpoel.org:UIUlMPWTelYIE:cvsuser
friedman%splode.com:mZ5UQ4/qb5h3E:cvsadm
ftang%netscape.com:cjA4Oe7qangyQ:cvsuser
gagan%netscape.com:aJDYc91m7tmpI:cvsuser
gandalf%aviary.pl:gag9.o44ly07A:cvsuser
garrett%blythe-wang.com:UXnssIXpwUtBU:cvsuser
gayathrik00%netscape.com:gy4GP7.sWyoUs:cvsuser
gerv%gerv.net:/3awrKKpfLPvQ:cvsuser
gilbert.fang%sun.com:DJJSeZLDeXl0Y:cvsuser
ginn.chen%sun.com:.yE1Sk2DszKf2:cvsuser
girish.manwani%eng.sun.com:0Nm63TloVl5Rw:cvsuser
glen.beasley%sun.com:Bg3n.ccr13OvI:cvsuser
grail%cafebabe.org:KsBL5nzVbWFC6:cvsuser
granrose%netscape.com:xndKEgLhYUUUY:cvsuser
harishd%hotmail.com:A0zdbDQ36sqs.:cvsuser
henry.jia%sun.com:u9SJe2/103fMo:cvsuser
hewitt%netscape.com:pE1RTplEofSd2:cvsuser
hidday%geocities.com:A1nFYdvMQRKDI:cvsuser
hjtoi%comcast.net:52AbDkgxmkRfY:cvsuser
hpradhan%hotpop.com:Z9A47ej9QDVYc:cvsuser
hwaara%chello.se:74eCB7AZi/Bm2:cvsuser
hyatt%mozilla.org:/Sepj5wnpvupA:cvsuser
ian.mcgreer%sun.com:86YhVbbpm8aZ2:cvsuser
ian%hixie.ch:nibu2mA5/kgco:cvsuser
idk%eng.sun.com:hGFoMfxrF7eCM:cvsuser
igor%mir2.org:MM9XCaPQ9hSyA:cvsuser
imajes%php.net:2QdOW14NQ6PdQ:cvsadm
jab%atdot.org:EQ0cIL6giNkWw:cvsuser
jag%tty.nl:JfxrrkZerNZv.:cvsuser
jake%bugzilla.org:mjldF4ES.KxbI:cvsuser
jamie-bugzilla%jampee.com:NbXo/Njwl3DYE:cvsuser
jat%princeton.edu:0P0EK1s5q3OCk:cvsuser
javi%netscape.com:WkJc6UpXUyLVw:cvsuser
jay.yan%sun.com:lgDae/1lMfLrk:cvsuser
jay%mozilla.org:2JeZDbtSEWmCg:cvsuser
jband%netscape.com:jc1KB4qvBDWxE:cvsuser
jcgriggs%sympatico.ca:hQ/ITeFfitEvw:cvsuser
jdunn%maine.rr.com:nwle/bqcCtTMA:cvsuser
jeff.dyer%compilercompany.com:O.dwVxqCyvmqQ:cvsuser
jeff.hedlund%matrixsi.com:dUxvk4HDbIrkA:cvsuser
jelwell%netscape.com:phAeFbVmVsIFg:cvsuser
Jerry.Kirk%Nexwarecorp.com:iSvw9A.T6nH6w:cvsuser
jerry.tan%sun.com:3vzkwo3LNd8Mk:cvsuser
jglick%netscape.com:MW7f8SLLptnEw:cvsuser
jgmyers%speakeasy.net:tj/q7ALULIlLM:cvsuser
jim_nance%yahoo.com:MW2pItooimXQc:cvsuser
jje%mac.com:Slemj8mwbIPao:cvsadm
jmas%softcatala.org:PmaWVAdMzkM7A:cvsuser
jocuri%softhome.net:icDVGeWEv1eDw:cvsuser
joe.chou%sun.com:peT1nWrch0xGo:cvsuser
john.marmion%ireland.sun.com:c6A3GBlY0bSbU:cvsuser
john%johnkeiser.com:UEgKBivGIzptw:cvsuser
joshmoz%gmail.com:X9Pi3H9iwCIb2:cvsuser
joshua.xia%bea.com:qK5Olug74ZkBI:cvsuser
jouni%heikniemi.net:ykttS9UKWXc9E:cvsuser
jrgm%netscape.com:3ix9Y5PU9Qruw:cvsuser
jruderman%hmc.edu:mwr0yF3PJ5H2g:cvsuser
jshin%mailaps.org:j6/TcPcy/KYgg:cvsuser
jst%mozilla.jstenback.com:ry1WSdsxrYVhg:cvsuser
jsun%netscape.com:coq.3Xx7ARTjs:cvsuser
julien.pierre.bugs%sun.com:2ebjC0cACURyU:cvsuser
justdave%bugzilla.org:gH/q.1W.wLBGQ:cvsadm
jwalden%mit.edu:DYcaTEuBX5WEA:cvsuser
jwatt%jwatt.org:rQgtjD.FtjqWY:cvsuser
kaie%kuix.de:.hgVIsvtes.Fw:cvsuser
kairo%kairo.at:P3GfvvKlerCks:cvsuser
katakai%japan.sun.com:qJPfrx26UNm2.:cvsuser
keith%kvisco.com:7u.twuUBsFGJA:cvsuser
kerz%mozillazine.org:PrxCfYo5gxNi.:cvsuser
kestes%walrus.com:5Ld0f8MhzQggw:cvsuser
kevin%perldap.org:OR9AnICPijq1g:cvsuser
kiko%async.com.br:Uz8pBMTzv6gpo:cvsuser
kinmoz%netscape.net:RexUJ7MbhHOeE:cvsuser
kirk.erickson%sun.com:2ju/p7xptfkFQ:cvsuser
kjh-5727%comcast.net:rRN9eQFLs3af6:cvsuser
kmcclusk%netscape.com:KiXYwpHlCP1nE:cvsuser
koehler%mythrium.com:0vfTLcKn6XhV6:cvsuser
kyle.yuan%sun.com:4pSzbqjeADpcc:cvsuser
kysmith%netscape.com:tBE5QiCelL1mM:cvsuser
laa%sparc.spb.su:xaXKTqerGGoxE:cvsuser
lars%trolltech.com:sGvT16I8vdbYY:cvsuser
law%netscape.com:QQU7Gc4FME9Ek:cvsuser
leaf%mozilla.org:yDi7DUMDdLeDk:cvsadm
leif%ogre.com:NSpnZ.4teg8CA:cvsuser
leila.garin%eng.sun.com:Cz4LcsTHYzTwk:cvsuser
leon.sha%sun.com:VfiWfb3UX3.Iw:cvsuser
leon.zhang%sun.com:LUAz1d7SL5TF.:cvsuser
loadrunner%betak.net:IUk5X6IaJ5fTM:cvsuser
locka%iol.ie:Odt22ztoqh7Pc:cvsuser
lordpixel%mac.com:pBoWsz5/W/1/o:cvsuser
louie.zhao%sun.com:ajsxRr.217rWY:cvsuser
louis.martin%eng.sun.com:QsJ91Lm0/Y/0Y:cvsuser
lpham%netscape.com:E06CUoNSPOyqg:cvsuser
mang%subcarrier.org:VuSc/CvF/y94A:cvsuser
maolson%earthlink.net:k1eI.1dDx/fkI:cvsuser
marco%gnome.org:zKqukw72.KsUw:cvsuser
margaret.chan%sun.com:W3v8XaNRwpmZY:cvsuser
martinl%netscape.com:tBTLPNQZ7oRdM:cvsuser
matthias%sorted.org:OzME313V9XMNo:cvsuser
mattwillis%gmail.com:TiZNJlJ.RHoBs:cvsuser
mattyt%tpg.com.au:c/z7/vNQ/Vv1I:cvsuser
mcafee%netscape.com:Y/0zK7Dff2W8.:cvsadm
mconnor%myrealbox.com:KLpr7Zj8uPkes:cvsuser
mcs%pearlcrescent.com:1K9aYq1ivwd6s:cvsuser
mhammond%skippinet.com.au:T1kpFNZuhvQ0I:cvsuser
mhein%sun.com:zDB.Gdg/nMOq6:cvsuser
Michael.Kedl%Nexwarecorp.com:/vumJNxEIWQnk:cvsuser
michael.lowe%bigfoot.com:SUFJXqQg3gpwo:cvsuser
mike%meer.net:3rKv1ZMBpeR36:cvsuser
mike%neoplanet.com:BXgJNsh4IWFgQ:cvsuser
mikep%oeone.com:fxxKFOIsaxlQs:cvsuser
miodrag%netscape.com:6t6mBrr0.woK6:cvsuser
mitchf%netscape.com:SpJhZNzzTZL5E:cvsuser
mj%digicool.com:.QcUkkqXQe9kE:cvsuser
mjudge%netscape.com:YwzoYiibSIGNA:cvsuser
mkanat%kerio.com:UsNXKY7u6ozDw:cvsuser
mkaply%us.ibm.com:1Ui2NF/0U00sI:cvsuser
moied%netscape.com:YEBO82VsfWOlc:cvsuser
momoi%netscape.com:cTHpmapFPYprI:cvsuser
morse%netscape.com:1f8Ob4wB7JJ5I:cvsuser
mostafah%oeone.com:DaYs.xDcUaa72:cvsuser
mozeditor%floppymoose.com:n8gH7es/9NB6U:cvsuser
mozilla.BenB%bucksch.org:7/oOTh8e41HmY:cvsuser
mozilla.mano%sent.com:rXnDyx.hnVKyk:cvsuser
mozilla%ducarroz.org:B9ih04P7FDhrg:cvsuser
mrbkap%gmail.com:UMeeFwmDqd7II:cvsuser
mstoltz%netscape.com:4Ddf36CZMroWw:cvsuser
mvl%exedo.nl:kpiBYLuZnAosE:cvsuser
mwyner%ogre.com:YTb.PSMPtP7Sw:cvsuser
myk%mozilla.org:m/RQWKjspQj9s:cvsadm
m_kato%ga2.so-net.ne.jp:FoloD5kECUuTo:cvsuser
namachi%pacbell.net:qxsU3ci9Y1Y4k:cvsuser
naving%netscape.com:TqK9Ipga8KNA6:cvsuser
nboyd%atg.com:hbKSEw6zIzn8A:cvsuser
neeti%netscape.com:q2ekT3ZhwHrKg:cvsuser
neil.williams%sun.com:5demyASX0XQLE:cvsuser
neil%parkwaycc.co.uk:dIqJP4XsRGQIw:cvsuser
nelsonb%netscape.com:AVyk3HXWf.ujs:cvsuser
nhotta%netscape.com:7PCA6ZeTK24HQ:cvsuser
nis%sparc.spb.su:qaN5w8ws/GMOI:cvsuser
nisheeth%netscape.com:e69IbM7hbpN1c:cvsuser
noririty%jcom.home.ne.jp:LILUJRbaygv6o:cvsuser
oeschger%netscape.com:VbgM7ZeTrBdQc:cvsuser
paper%animecity.nu:zZz20Ze5U4roc:cvsuser
pavel%gingerall.cz:m.6fruuSee/fA:cvsuser
pavlov%pavlov.net:Wm/3gCaQhXNLo:cvsuser
pedemont%us.ibm.com:yXrIQ7nPbCytE:cvsuser
pete%mozdevgroup.com:8I2QCUKNKooqA:cvsuser
peterb%oeone.com:TxT4Q17V0YIp6:cvsuser
peterv%propagandism.org:tknmYRfnctNHY:cvsuser
philip.zhao%sun.com:t3AHvdCfAkGOs:cvsuser
phomoz%netscape.com:vmDEmKMt0liZM:cvsuser
pinkerton%aol.net:SXjRJmDJDtb1U:cvsuser
pkw%us.ibm.com:8b/bmWBPVi2ug:cvsuser
pp%ludusdesign.com:G0MYIuYvwPznk:cvsuser
prass%netscape.com:FR60OL5/QxDWQ:cvsuser
preed%sigkill.com:BvqmKaKN1qcNE:cvsuser
pschwartau%netscape.com:MEim3s/EIZWs6:cvsuser
psychoticwolf%carolina.rr.com:utvOR5.5Us.kU:cvsuser
putterman%netscape.com:CRfRGZi9Nrtg6:cvsuser
quy%igelaus.com.au:x9H1aMz3jpYUA:cvsuser
racham%netscape.com:G3oNVDE5uCV0o:cvsuser
radha%netscape.com:E8m/i8B0sIO5k:cvsuser
ramiro%eazel.com:04T/4Hcs1Yr/c:cvsadm
rangansen%netscape.com:cLfMytTA8Q.aY:cvsuser
rayw%netscape.com:tnMNnv234muWY:cvsuser
rbs%maths.uq.edu.au:2urVlBcTziPaA:cvsuser
rcassin%supernova.org:xbcASQsSB3GNo:cvsuser
rchen%netscape.com:aur8LEiFViHB2:cvsuser
rdayal%netscape.com:wS397S9STmKn6:cvsuser
realpeterv%mac.com:03s6xSCMxEKx.:cvsuser
redfive%acm.org:bwZbPN1gYEnPo:cvsuser
relyea%netscape.com:SnAaVLpexLWKw:cvsuser
rginda%hacksrus.com:TRTBrAIOV/zck:cvsuser
richm%stanfordalumni.org:CMqOc556cwVPA:cvsuser
rick.ju%sun.com:O/OoCMTnW5sUE:cvsuser
rjc%rjcdb.com:RVRRe0F5Be03c:cvsuser
rjesup%wgate.com:5Ccmc2hO67zAk:cvsuser
rko%netscape.com:erIlm8Cr.fpeM:cvsadm
rlk%trfenv.com:Kg0SscFg1bZfw:cvsuser
robert%accettura.com:ofCq6Xe9Mdsk6:cvsuser
robin.lu%sun.com:QX/01AXloHL0A:cvsuser
robinf%netscape.com:qsizhSBd/KLxw:cvsuser
roc+%cs.cmu.edu:7yP.3Z8FERo/.:cvsuser
rods%netscape.com:0IcCge9UaI6V6:cvsuser
rogc%netscape.com:ggq89u2RGdGyc:cvsuser
rogerl33%aol.com:EOrmrYUfmdcOk:cvsuser
rpotts%netscape.com:S0L.1Z15bd0qA:cvsuser
rth%cygnus.com:PgrJbhkbkSaXM:cvsuser
ruslan%netscape.com:D.VKkgUzl9qmo:cvsuser
rusty.lynch%intel.com:DhYR6Z5RXyqSk:cvsuser
rweltman%netscape.com:sXP4ymRl/iKBg:cvsuser
saari%netscape.com:8QO4pF72fYVFo:cvsuser
saileshd%netscape.com:lUoVAFVqyyuXg:cvsuser
samuel%sieb.net:UyA4IG.2.LceA:cvsuser
saul.edwards%sun.com:roYr1eI1z89vU:cvsuser
scc%mozilla.org:rSANuSFML82vc:cvsuser
scott%scott-macgregor.org:/iUxoWYhl45Gw:cvsuser
sdagley%mac.com:PvYFZiRMRKuG.:cvsuser
sdv%sparc.spb.su:o7qyUidRy0Ixw:cvsuser
sean%beatnik.com:PUH1uLgUkOHK6:cvsuser
seawood%netscape.com:NoNERGlI7IujM:cvsuser
selmer%netscape.com:0a0Zn2Mtb9RMM:cvsuser
serge%netscape.com:.fjhetVN42Gtc:cvsuser
sergei_d%fi.tartu.ee:2pMVH6CMfBao6:cvsuser
seth%cs.brandeis.edu:NZh2SXUWQwca2:cvsuser
sford3%swbell.net:qiBgt92c4q9VE:cvsuser
sgehani%netscape.com:6GHPo3hAIJqxg:cvsuser
shanjian%netscape.com:QB8g/ScTxKRkI:cvsuser
shannond%netscape.com:oMNCZEJ1DPSKc:cvsuser
shaver%mozilla.org:I4.grysVnENVM:cvsadm
shawnp%earthling.net:Nkv1/z1WuxbSc:cvsuser
sherry.shen%sun.com:NsxfPnTNAkIiA:cvsuser
shliang%netscape.com:KO.gzVLb9PrLU:cvsuser
shrutiv%netscape.com:3Ve5mvMx.Ze1M:cvsuser
silver%warwickcompsoc.co.uk:w4kdm3lu7ZCUY:cvsuser
simford.dong%sun.com:fV41vy16txOL6:cvsuser
sman%netscape.com:gHR2VdSKyaV0Q:cvsuser
smeredith%netscape.com:y4A/cyjrQKlq6:cvsuser
smfr%smfr.org:2mFWUaEqjN7lE:cvsuser
smontagu%smontagu.org:GR7KUGsPjdY/6:cvsuser
sonja.mirtitsch%sun.com:wchMbWjVfFXxM:cvsuser
srilatha%netscape.com:vn.P0HO0ippg2:cvsuser
srinivas%netscape.com:S7u05VkFOtTeQ:cvsuser
ssaux%netscape.com:tpL9Gf.XBvolU:cvsuser
sspitzer%mozilla.org:YY7Y4g9eYkulA:cvsuser
ssu0262%aol.com:cfNlpxCKVXQtQ:cvsuser
stdonner%iusb.edu:MPo74xU9kvo/M:cvsuser
Stefan.Borggraefe%gmx.de:h788WO/3xUGRc:cvsuser
steffen.wilberg%web.de:Sj/Ybb7X9aaRI:cvsuser
stephen%noved.org:eUTehPWJZ96oI:cvsuser
suresh%netscape.com:XUIUMLGJA3RZ2:cvsuser
svn%xmlterm.org:jJ1wJYK5mkg5M:cvsuser
syd%netscape.com:CUkm3PbBnrIsk:cvsuser
taek%netscape.com:7oZpC0ix52epo:cvsuser
tajima%eng.sun.com:/sI8qG0LRP1mk:cvsuser
taka%netscape.com:jPPzAmrbNd1wg:cvsuser
talisman%anamorphic.com:KB7aseh1Ssuyg:cvsuser
tao%netscape.com:gM5BUf7j12EIc:cvsuser
tara%tequilarista.org:tVcSLekcNJsk2:cvsuser
terry%mozilla.org:sYyehWIbexkrI:cvsadm
tfox%netscape.com:tQPZKESPZltZ2:cvsuser
tgl%sss.pgh.pa.us:rr7pe1GPkjIw6:cvsuser
thayes%netscape.com:CLgsFPZnRpuhM:cvsuser
thesteve%netscape.com:35.Khy1IDl2VE:cvsuser
timeless%mozdev.org:oJ1sqLvoXLp7I:cvsuser
tingley%sundell.net:dJuhpDRtS9J..:cvsuser
tonyr%fbdesigns.com:B1mFZmEmKdg4E:cvsuser
tor%cs.brown.edu:.GLVprG/lOpjM:cvsuser
toshok%hungry.com:45BYKXpLObZ..:cvsuser
travis%sedsystems.ca:GeYiqvJTK4qvM:cvsuser
trudelle%netscape.com:kguEx2XoA/qOQ:cvsuser
twalker%netscape.com:h28XrHXhyvScQ:cvsuser
t_mutreja%yahoo.com:r.isAol8Qh60w:cvsuser
val4%cornell.edu:.MA49sSDjYK66:cvsuser
valeski%netscape.com:UQIy1R23X0tnc:cvsuser
varada%netscape.com:/PHzlvLt1d/Pk:cvsuser
varga%ku.sk:itS5ZJXFiEJC2:cvsuser
vidur%netscape.com:QSvSExpE4HwEE:cvsuser
vladimir%pobox.com:ZcFYwCPC7dvjE:cvsuser
wade%ezri.org:FeXuLzEvXT132:cvsuser
waldemar%netscape.com:hrfmZUyM.cQqw:cvsuser
webmail%kmgerich.com:K7U1HCAoxFv2E:cvsuser
wtchang%redhat.com:qv4XOpmSQjJG2:cvsuser
Xiaobin.Lu%eng.Sun.com:MrrYDdtVNWvV6:cvsuser
yokoyama%netscape.com:zC32qkz2JNuTc:cvsuser
yueheng.xu%intel.com:oRvjQhWXcyCIU:cvsuser
yxia%netscape.com:ilKZVJUeHDLj6:cvsuser
zach%zachlipton.com:GLozolSujiqSo:cvsuser
zack%kde.org:OcOf3QFUvN/v2:cvsuser
zhayupeng%gmail.com:rXMiOKAkMlQts:cvsuser
zuperdee%yahoo.com:ltcWrFvUEUYTY:cvsuser

View File

@@ -1,13 +0,0 @@
# The "rcsinfo" file is used to control templates with which the editor
# is invoked on commit and import.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being made to, relative to the
# $CVSROOT. For the first match that is found, then the remainder of the
# line is the name of the file that contains the template.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".

View File

@@ -1,78 +0,0 @@
#!/usr/bin/perl
use Socket;
sub get_response_code {
my ($expecting) = @_;
# if ($flag_debug) {
# print STDERR "SMTP: Waiting for code $expecting\n";
# }
while (1) {
my $line = <S>;
# if ($flag_debug) {
# print STDERR "SMTP: $line";
# }
if ($line =~ /^[0-9]*-/) {
next;
}
if ($line =~ /(^[0-9]*) /) {
my $code = $1;
if ($code == $expecting) {
# if ($flag_debug) {
# print STDERR "SMTP: got it.\n";
# }
return;
}
die "Bad response from SMTP -- $line";
}
}
}
my @mailto;
my $i;
foreach $i (@ARGV) {
# Deal with our "%" encoding of email addresses.
if ($i !~ /\@/) {
$i =~ s/%/\@/;
}
push(@mailto, $i);
}
chop(my $hostname = `/bin/hostname`);
my ($remote,$port, $iaddr, $paddr, $proto, $line);
$remote = $mailhost;
$port = 25;
if ($port =~ /\D/) { $port = getservbyname($port, 'tcp') }
die "No port" unless $port;
$iaddr = inet_aton($remote) || die "no host: $remote";
$paddr = sockaddr_in($port, $iaddr);
$proto = getprotobyname('tcp');
socket(S, PF_INET, SOCK_STREAM, $proto) || die "socket: $!";
connect(S, $paddr) || die "connect: $!";
select(S); $| = 1; select(STDOUT);
get_response_code(220);
print S "EHLO $hostname\n";
get_response_code(250);
print S "MAIL FROM: cvs-notify-daemon\@$hostname\n";
get_response_code(250);
foreach $i (@mailto) {
print S "RCPT TO: $i\n";
get_response_code(250);
}
print S "DATA\n";
get_response_code(354);
# Get one line starting with "354 ".
print S "Subject: CVS notification\n";
print S "To: " . join(',', @mailto) . "\n";
print S "\n";
while (<STDIN>) {
print S $_;
}
print S ".\n";
get_response_code(250);
print S "QUIT\n";
close(S);

View File

@@ -1,20 +0,0 @@
# The "taginfo" file is used to control pre-tag checks.
# The filter on the right is invoked with the following arguments:
#
# $1 -- tagname
# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
# $3 -- repository
# $4-> file revision [file revision ...]
#
# A non-zero exit of the filter program will cause the tag to be aborted.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being committed to, relative
# to the $CVSROOT. For the first match that is found, then the remainder
# of the line is the name of the filter to run.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".

View File

@@ -1,21 +0,0 @@
# The "verifymsg" file is used to allow verification of logging
# information. It works best when a template (as specified in the
# rcsinfo file) is provided for the logging procedure. Given a
# template with locations for, a bug-id number, a list of people who
# reviewed the code before it can be checked in, and an external
# process to catalog the differences that were code reviewed, the
# following test can be applied to the code:
#
# Making sure that the entered bug-id number is correct.
# Validating that the code that was reviewed is indeed the code being
# checked in (using the bug-id number or a seperate review
# number to identify this particular code set.).
#
# If any of the above test failed, then the commit would be aborted.
#
# Actions such as mailing a copy of the report to each reviewer are
# better handled by an entry in the loginfo file.
#
# One thing that should be noted is the the ALL keyword is not
# supported. There can be only one entry that matches a given
# repository.

View File

@@ -1,744 +0,0 @@
/*
* The nsinstall command for OS/2
*
* Our gmake makefiles use the nsinstall command to create the
* object directories or installing headers and libs to ns/dist.
* The shmsdos shell has nsinstall as a built-in command. However,
* if we use another shell like MKS toolkit's sh, we need to have
* the nsinstall command separately.
*
* This file was generated by modifying the Windows nsinstall.c.
*
* To build, say
* icc nsinstall.c
*/
#include <direct.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#define INCL_DOSFILEMGR
#define INCL_DOSERRORS
#define INCL_WINERRORS
#include <os2.h>
#pragma hdrstop
/*
* sh_FileFcn --
*
* A function that operates on a file. The pathname is either
* absolute or relative to the current directory, and contains
* no wildcard characters such as * and ?. Additional arguments
* can be passed to the function via the arg pointer.
*/
typedef BOOL (*sh_FileFcn)(
char *pathName,
FILEFINDBUF3 *fileData,
void *arg);
static int shellCp (char **pArgv);
static int shellNsinstall (char **pArgv);
static int shellMkdir (char **pArgv);
static BOOL sh_EnumerateFiles(const char *pattern, const char *where,
sh_FileFcn fileFcn, void *arg, int *nFiles);
static const char *sh_GetLastErrorMessage(void);
static BOOL sh_DoCopy(char *srcFileName, ULONG srcFileAttributes,
char *dstFileName, ULONG dstFileAttributes,
int force, int recursive);
static ULONG GetFileAttributes(PSZ pszFileName);
static APIRET SetFileAttributes(PSZ pszFileName, ULONG ulFileAttributes);
/* changes all forward slashes in token to back slashes */
void changeForwardSlashesTpBackSlashes ( char *arg )
{
if ( arg == NULL )
return;
while ( *arg ) {
if ( *arg == '/' )
*arg = '\\';
arg++;
}
}
int main(int argc, char *argv[ ])
{
return shellNsinstall ( argv + 1 );
}
static int
shellNsinstall (char **pArgv)
{
int retVal = 0; /* exit status */
int dirOnly = 0; /* 1 if and only if -D is specified */
char **pSrc;
char **pDst;
int len;
/*
* Process the command-line options. We ignore the
* options except for -D. Some options, such as -m,
* are followed by an argument. We need to skip the
* argument too.
*/
while ( *pArgv && **pArgv == '-' ) {
char c = (*pArgv)[1]; /* The char after '-' */
if ( c == 'D' ) {
dirOnly = 1;
} else if ( c == 'm' ) {
pArgv++; /* skip the next argument */
}
pArgv++;
}
if ( !dirOnly ) {
/* There are files to install. Get source files */
if ( *pArgv ) {
pSrc = pArgv++;
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
}
/* Get to last token to find destination directory */
if ( *pArgv ) {
pDst = pArgv++;
if ( dirOnly && *pArgv ) {
fprintf( stderr, "nsinstall: too many arguments with -D\n");
return 3;
}
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
while ( *pArgv )
pDst = pArgv++;
/* remove trailing slash from desination directory */
len = strlen( *pDst );
if ( pDst[0][len-1] == '/' )
pDst[0][len-1] = '\0';
retVal = shellMkdir ( pDst );
if ( retVal )
return retVal;
if ( !dirOnly )
retVal = shellCp ( pSrc );
return retVal;
}
static int
shellMkdir (char **pArgv)
{
int retVal = 0; /* assume valid return */
char *arg;
char *pArg;
char path[CCHMAXPATH];
char tmpPath[CCHMAXPATH];
char *pTmpPath = tmpPath;
/* All the options are simply ignored in this implementation */
while ( *pArgv && **pArgv == '-' ) {
if ( (*pArgv)[1] == 'm' ) {
pArgv++; /* skip the next argument (mode) */
}
pArgv++;
}
while ( *pArgv ) {
arg = *pArgv;
changeForwardSlashesTpBackSlashes ( arg );
pArg = arg;
pTmpPath = tmpPath;
while ( 1 ) {
/* create part of path */
while ( *pArg ) {
*pTmpPath++ = *pArg++;
if ( *pArg == '\\' )
break;
}
*pTmpPath = '\0';
/* check if directory alreay exists */
_getcwd ( path, sizeof (path) );
if (( _chdir ( tmpPath ) != -1 ) || ((tmpPath[1] == ':') && (tmpPath[2] == '\0'))) {
_chdir ( path );
} else {
if ( _mkdir ( tmpPath ) == -1 ) {
// while ( waitForDebug );
printf ( "%s: ", tmpPath );
perror ( "Could not create the directory" );
retVal = 3;
break;
}
}
if ( *pArg == '\0' ) /* complete path? */
break;
/* loop for next directory */
}
pArgv++;
}
return retVal;
}
static const char *
sh_GetLastErrorMessage()
{
static char buf[128];
ERRORID error = WinGetLastError(0);
switch (ERRORIDSEV(error))
{
case SEVERITY_ERROR:
{
sprintf( buf, "error %d", ERRORIDERROR(error));
break;
}
case SEVERITY_SEVERE:
{
sprintf( buf, "severe error %d", ERRORIDERROR(error));
break;
}
case SEVERITY_UNRECOVERABLE:
{
sprintf( buf, "unrecoverable error %d", ERRORIDERROR(error));
break;
}
}
return buf;
}
/*
* struct sh_FileData --
*
* A pointer to the sh_FileData structure is passed into sh_RecordFileData,
* which will fill in the fields.
*/
struct sh_FileData {
char pathName[CCHMAXPATH];
ULONG attrFile;
};
/*
* sh_RecordFileData --
*
* Record the pathname and attributes of the file in
* the sh_FileData structure pointed to by arg.
*
* Always return TRUE (successful completion).
*
* This function is intended to be passed into sh_EnumerateFiles
* to see if a certain pattern expands to exactly one file/directory,
* and if so, record its pathname and attributes.
*/
static BOOL
sh_RecordFileData(char *pathName, FILEFINDBUF3 *findData, void *arg)
{
struct sh_FileData *fData = (struct sh_FileData *) arg;
strcpy(fData->pathName, pathName);
fData->attrFile = findData->attrFile;
return TRUE;
}
static BOOL
sh_DoCopy(char *srcFileName,
ULONG srcFileAttributes,
char *dstFileName,
ULONG dstFileAttributes,
int force,
int recursive
)
{
if (dstFileAttributes != 0xFFFFFFFF) {
if ((dstFileAttributes & FILE_READONLY) && force) {
dstFileAttributes &= ~FILE_READONLY;
SetFileAttributes(dstFileName, dstFileAttributes);
}
}
if (srcFileAttributes & FILE_DIRECTORY) {
fprintf(stderr, "nsinstall: %s is a directory\n",
srcFileName);
return FALSE;
} else {
if (DosCopy(srcFileName, dstFileName, DCPY_EXISTING) != NO_ERROR) {
fprintf(stderr, "nsinstall: cannot copy %s to %s: %s\n",
srcFileName, dstFileName, sh_GetLastErrorMessage());
return FALSE;
}
}
return TRUE;
}
/*
* struct sh_CpCmdArg --
*
* A pointer to the sh_CpCmdArg structure is passed into sh_CpFileCmd.
* The sh_CpCmdArg contains information about the cp command, and
* provide a buffer for constructing the destination file name.
*/
struct sh_CpCmdArg {
int force; /* -f option, ok to overwrite an existing
* read-only destination file */
int recursive; /* -r or -R option, recursively copy
* directories. Note: this field is not used
* by nsinstall and should always be 0. */
char *dstFileName; /* a buffer for constructing the destination
* file name */
char *dstFileNameMarker; /* points to where in the dstFileName buffer
* we should write the file component of the
* destination file */
};
/*
* sh_CpFileCmd --
*
* Copy a file to the destination directory
*
* This function is intended to be passed into sh_EnumerateFiles to
* copy all the files specified by the pattern to the destination
* directory.
*
* Return TRUE if the file is successfully copied, and FALSE otherwise.
*/
static BOOL
sh_CpFileCmd(char *pathName, FILEFINDBUF3 *findData, void *cpArg)
{
BOOL retVal = TRUE;
struct sh_CpCmdArg *arg = (struct sh_CpCmdArg *) cpArg;
strcpy(arg->dstFileNameMarker, findData->achName);
return sh_DoCopy(pathName, findData->attrFile,
arg->dstFileName, GetFileAttributes(arg->dstFileName),
arg->force, arg->recursive);
}
static int
shellCp (char **pArgv)
{
int retVal = 0;
char **pSrc;
char **pDst;
struct sh_CpCmdArg arg;
struct sh_FileData dstData;
int dstIsDir = 0;
int n;
arg.force = 0;
arg.recursive = 0;
arg.dstFileName = dstData.pathName;
arg.dstFileNameMarker = 0;
while (*pArgv && **pArgv == '-') {
char *p = *pArgv;
while (*(++p)) {
if (*p == 'f') {
arg.force = 1;
}
}
pArgv++;
}
/* the first source file */
if (*pArgv) {
pSrc = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
/* get to the last token to find destination */
if (*pArgv) {
pDst = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
while (*pArgv) {
pDst = pArgv++;
}
/*
* The destination pattern must unambiguously expand to exactly
* one file or directory.
*/
changeForwardSlashesTpBackSlashes(*pDst);
sh_EnumerateFiles(*pDst, *pDst, sh_RecordFileData, &dstData, &n);
assert(n >= 0);
if (n == 1) {
/*
* Is the destination a file or directory?
*/
if (dstData.attrFile & FILE_DIRECTORY) {
dstIsDir = 1;
}
} else if (n > 1) {
fprintf(stderr, "nsinstall: %s: ambiguous destination file "
"or directory\n", *pDst);
return 3;
} else {
/*
* n == 0, meaning that destination file or directory does
* not exist. In this case the destination file directory
* name must be fully specified.
*/
char *p;
for (p = *pDst; *p; p++) {
if (*p == '*' || *p == '?') {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pDst);
return 3;
}
}
/*
* Do not include the trailing \, if any, unless it is a root
* directory (\ or X:\).
*/
if (p > *pDst && p[-1] == '\\' && p != *pDst + 1 && p[-2] != ':') {
p[-1] = '\0';
}
strcpy(dstData.pathName, *pDst);
dstData.attrFile = 0xFFFFFFFF;
}
/*
* If there are two or more source files, the destination has
* to be a directory.
*/
if (pDst - pSrc > 1 && !dstIsDir) {
fprintf(stderr, "nsinstall: cannot copy more than"
" one file to the same destination file\n");
return 3;
}
if (dstIsDir) {
arg.dstFileNameMarker = arg.dstFileName + strlen(arg.dstFileName);
/*
* Now arg.dstFileNameMarker is pointing to the null byte at the
* end of string. We want to make sure that there is a \ at the
* end of string, and arg.dstFileNameMarker should point right
* after that \.
*/
if (arg.dstFileNameMarker[-1] != '\\') {
*(arg.dstFileNameMarker++) = '\\';
}
}
if (!dstIsDir) {
struct sh_FileData srcData;
assert(pDst - pSrc == 1);
changeForwardSlashesTpBackSlashes(*pSrc);
sh_EnumerateFiles(*pSrc, *pSrc, sh_RecordFileData, &srcData, &n);
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
} else if (n > 1) {
fprintf(stderr, "nsinstall: cannot copy more than one file or "
"directory to the same destination\n");
retVal = 3;
} else {
assert(n == 1);
if (sh_DoCopy(srcData.pathName, srcData.attrFile,
dstData.pathName, dstData.attrFile,
arg.force, arg.recursive) == FALSE) {
retVal = 3;
}
}
return retVal;
}
for ( ; *pSrc != *pDst; pSrc++) {
BOOL rv;
changeForwardSlashesTpBackSlashes(*pSrc);
rv = sh_EnumerateFiles(*pSrc, *pSrc, sh_CpFileCmd, &arg, &n);
if (rv == FALSE) {
retVal = 3;
} else {
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
}
}
}
return retVal;
}
/*
* sh_EnumerateFiles --
*
* Enumerate all the files in the specified pattern, which is a pathname
* containing possibly wildcard characters such as * and ?. fileFcn
* is called on each file, passing the expanded file name, a pointer
* to the file's FILEFINDBUF3, and the arg pointer.
*
* It is assumed that there are no wildcard characters before the
* character pointed to by 'where'.
*
* On return, *nFiles stores the number of files enumerated. *nFiles is
* set to this number whether sh_EnumerateFiles or 'fileFcn' succeeds
* or not.
*
* Return TRUE if the files are successfully enumerated and all
* 'fileFcn' invocations succeeded. Return FALSE if something went
* wrong.
*/
static BOOL sh_EnumerateFiles(
const char *pattern,
const char *where,
sh_FileFcn fileFcn,
void *arg,
int *nFiles
)
{
FILEFINDBUF3 fileData = {0};
HDIR hSearch;
APIRET ulrc;
ULONG ulFindCount = 1;
const char *src;
char *dst;
char fileName[CCHMAXPATH];
char *fileNameMarker = fileName;
char *oldFileNameMarker;
BOOL hasWildcard = FALSE;
BOOL retVal = TRUE;
BOOL patternEndsInDotStar = FALSE;
BOOL patternEndsInDot = FALSE; /* a special case of
* patternEndsInDotStar */
int numDotsInPattern;
int len;
/*
* Windows expands patterns ending in ".", ".*", ".**", etc.
* differently from the glob expansion on Unix. For example,
* both "foo." and "foo.*" match "foo", and "*.*" matches
* everything, including filenames with no dots. So we need
* to throw away extra files returned by the FindNextFile()
* function. We require that a matched filename have at least
* the number of dots in the pattern.
*/
len = strlen(pattern);
if (len >= 2) {
/* Start from the end of pattern and go backward */
const char *p = &pattern[len - 1];
/* We can have zero or more *'s */
while (p >= pattern && *p == '*') {
p--;
}
if (p >= pattern && *p == '.') {
patternEndsInDotStar = TRUE;
if (p == &pattern[len - 1]) {
patternEndsInDot = TRUE;
}
p--;
numDotsInPattern = 1;
while (p >= pattern && *p != '\\') {
if (*p == '.') {
numDotsInPattern++;
}
p--;
}
}
}
*nFiles = 0;
/*
* Copy pattern to fileName, but only up to and not including
* the first \ after the first wildcard letter.
*
* Make fileNameMarker point to one of the following:
* - the start of fileName, if fileName does not contain any \.
* - right after the \ before the first wildcard letter, if there is
* a wildcard character.
* - right after the last \, if there is no wildcard character.
*/
dst = fileName;
src = pattern;
while (src < where) {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
while (*src && *src != '*' && *src != '?') {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
if (*src) {
/*
* Must have seen the first wildcard letter
*/
hasWildcard = TRUE;
while (*src && *src != '\\') {
*(dst++) = *(src++);
}
}
/* Now src points to either null or \ */
assert(*src == '\0' || *src == '\\');
assert(hasWildcard || *src == '\0');
*dst = '\0';
/*
* If the pattern does not contain any wildcard characters, then
* we don't need to go the FindFirstFile route.
*/
if (!hasWildcard) {
/*
* See if it is the root directory, \, or X:\.
*/
assert(!strcmp(fileName, pattern));
assert(strlen(fileName) >= 1);
if (dst[-1] == '\\' && (dst == fileName + 1 || dst[-2] == ':')) {
fileData.achName[0] = '\0';
} else {
/*
* Do not include the trailing \, if any
*/
if (dst[-1] == '\\') {
assert(*fileNameMarker == '\0');
dst[-1] = '\0';
fileNameMarker = oldFileNameMarker;
}
strcpy(fileData.achName, fileNameMarker);
}
fileData.attrFile = GetFileAttributes(fileName);
if (fileData.attrFile == 0xFFFFFFFF) {
return TRUE;
}
*nFiles = 1;
return (*fileFcn)(fileName, &fileData, arg);
}
hSearch = HDIR_CREATE;
ulrc = DosFindFirst(fileName, &hSearch, FILE_NORMAL, &fileData, sizeof(fileData),
&ulFindCount, FIL_STANDARD);
if (ulrc == ERROR_INVALID_HANDLE) {
return retVal;
}
do {
if (!strcmp(fileData.achName, ".")
|| !strcmp(fileData.achName, "..")) {
/*
* Skip over . and ..
*/
continue;
}
if (patternEndsInDotStar) {
int nDots = 0;
char *p = fileData.achName;
while (*p) {
if (*p == '.') {
nDots++;
}
p++;
}
/* Now p points to the null byte at the end of file name */
if (patternEndsInDot && (p == fileData.achName
|| p[-1] != '.')) {
/*
* File name does not end in dot. Skip this file.
* Note: windows file name probably cannot end in dot,
* but we do this check anyway.
*/
continue;
}
if (nDots < numDotsInPattern) {
/*
* Not enough dots in file name. Must be an extra
* file in matching .* pattern. Skip this file.
*/
continue;
}
}
strcpy(fileNameMarker, fileData.achName);
if (*src && *(src + 1)) {
/*
* More to go. Recurse.
*/
int n;
assert(*src == '\\');
where = fileName + strlen(fileName);
strcat(fileName, src);
sh_EnumerateFiles(fileName, where, fileFcn, arg, &n);
*nFiles += n;
} else {
assert(strchr(fileName, '*') == NULL);
assert(strchr(fileName, '?') == NULL);
(*nFiles)++;
if ((*fileFcn)(fileName, &fileData, arg) == FALSE) {
retVal = FALSE;
}
}
} while (DosFindNext(hSearch, &fileData, sizeof(fileData), &ulFindCount) == NO_ERROR);
DosFindClose(hSearch);
return retVal;
}
static ULONG GetFileAttributes(PSZ pszFileName)
{
FILESTATUS3 fsts3;
APIRET rc;
rc = DosQueryPathInfo(pszFileName,
FIL_STANDARD,
&fsts3,
sizeof(FILESTATUS3));
if (rc != NO_ERROR) {
return -1;
} /* endif */
return fsts3.attrFile;
}
static APIRET SetFileAttributes(PSZ pszFileName, ULONG ulFileAttributes)
{
return NULL;
}

View File

@@ -1,107 +0,0 @@
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
/* acconfig.h
This file is in the public domain.
Descriptive text for the C preprocessor macros that
the distributed Autoconf macros can define.
No software package will use all of them; autoheader copies the ones
your configure.in uses into your configuration header file templates.
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). Although this order
can split up related entries, it makes it easier to check whether
a given entry is in the file.
Leave the following blank line there!! Autoheader needs it. */
/* Other stuff */
#undef ENABLE_MEM_CHECK
#undef ENABLE_MEM_PROFILE
#undef G_COMPILED_WITH_DEBUGGING
#undef G_THREADS_ENABLED
#undef GLIB_SIZEOF_GMUTEX
#undef GLIB_BYTE_CONTENTS_GMUTEX
#undef HAVE_BROKEN_WCTYPE
#undef HAVE_DOPRNT
#undef HAVE_FLOAT_H
#undef HAVE_GETPWUID_R
#undef HAVE_GETPWUID_R_POSIX
#undef HAVE_LIMITS_H
#undef HAVE_LONG_DOUBLE
#undef HAVE_POLL
#undef HAVE_PTHREAD_GETSPECIFIC_POSIX
#undef HAVE_PWD_H
#undef HAVE_SYS_PARAM_H
#undef HAVE_SYS_POLL_H
#undef HAVE_SYS_SELECT_H
#undef HAVE_SYS_TIME_H
#undef HAVE_SYS_TIMES_H
#undef HAVE_STRERROR
#undef HAVE_STRSIGNAL
#undef HAVE_UNISTD_H
#undef HAVE_VALUES_H
#undef HAVE_WCHAR_H
#undef HAVE_WCTYPE_H
#undef NO_FD_SET
#undef NO_SYS_ERRLIST
#undef NO_SYS_SIGLIST
#undef NO_SYS_SIGLIST_DECL
#undef WITH_SYMBOL_UNDERSCORE
#undef SIZEOF_CHAR
#undef SIZEOF_SHORT
#undef SIZEOF_LONG
#undef SIZEOF_INT
#undef SIZEOF_VOID_P
#undef G_VA_COPY
#undef G_VA_COPY_AS_ARRAY
#undef G_HAVE___INLINE
#undef G_HAVE___INLINE__
#undef G_HAVE_INLINE
#undef GLIB_MAJOR_VERSION
#undef GLIB_MINOR_VERSION
#undef GLIB_MICRO_VERSION
#undef GLIB_INTERFACE_AGE
#undef GLIB_BINARY_AGE
#undef WIN32
#undef NATIVE_WIN32
#undef G_THREAD_SOURCE
/* #undef PACKAGE */
/* #undef VERSION */
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). */

View File

@@ -1,138 +0,0 @@
/* config.h.win32. Handcrafted for Microsoft C */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define if you don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
/* Define if you have <unistd.h>. */
/* #undef HAVE_UNISTD_H */
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* #undef ENABLE_MEM_CHECK */
/* #undef ENABLE_MEM_PROFILE */
#define G_COMPILED_WITH_DEBUGGING "minimum"
/* #undef HAVE_BROKEN_WCTYPE */
/* #undef HAVE_DOPRNT */
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
/* #undef HAVE_LOCALTIME_R */
/* #undef HAVE_LONG_DOUBLE */
/* #undef HAVE_POLL */
/* #undef HAVE_PWD_H */
/* #undef HAVE_SYS_PARAM_H */
/* #undef HAVE_SYS_POLL_H */
/* #undef HAVE_SYS_SELECT_H */
/* #undef HAVE_SYS_TIME_H */
/* #undef HAVE_SYS_TIMES_H */
#define HAVE_STRERROR 1
/* #undef HAVE_STRSIGNAL */
/* #undef HAVE_UNISTD_H */
/* #undef HAVE_VSNPRINTF */
/* #undef HAVE_VALUES_H */
#define HAVE_VPRINTF 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
/* #undef NO_FD_SET */
/* #undef NO_SYS_ERRLIST */
#define NO_SYS_SIGLIST 1
/* #undef G_VA_COPY */
/* #undef G_VA_COPY_AS_ARRAY */
#define G_HAVE___INLINE 1
#define GLIB_MAJOR_VERSION 1
#define GLIB_MINOR_VERSION 2
#define GLIB_MICRO_VERSION 0
#define GLIB_INTERFACE_AGE 0
#define GLIB_BINARY_AGE 0
#define G_THREAD_SOURCE "gthread-posix.c"
#define G_THREADS_IMPL_POSIX
#define HAVE_PTHREAD_GETSPECIFIC_POSIX 1
/* The number of bytes in a char. */
#define SIZEOF_CHAR 1
/* The number of bytes in a int. */
#define SIZEOF_INT 4
/* The number of bytes in a long. */
#define SIZEOF_LONG 4
/* The number of bytes in a long long. */
#define SIZEOF_LONG_LONG 8
/* The number of bytes in a short. */
#define SIZEOF_SHORT 2
/* The number of bytes in a void *. */
#define SIZEOF_VOID_P 4
/* Define if you have the atexit function. */
#define HAVE_ATEXIT 1
/* Define if you have the lstat function. */
/* #undef HAVE_LSTAT */
/* Define if you have the memmove function. */
#define HAVE_MEMMOVE 1
/* Define if you have the on_exit function. */
/* #undef HAVE_ON_EXIT */
/* Define if you have the strcasecmp function. */
/* #undef HAVE_STRCASECMP ^*/
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1
/* Define if you have the strsignal function. */
/* #undef HAVE_STRSIGNAL */
/* Define if you have the vsnprintf function. */
/* #undef HAVE_VSNPRINTF */
/* Define if you have the <float.h> header file. */
#define HAVE_FLOAT_H 1
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <pwd.h> header file. */
/* #undef HAVE_PWD_H */
/* Define if you have the <sys/param.h> header file. */
/* #undef HAVE_SYS_PARAM_H */
/* Define if you have the <sys/select.h> header file. */
/* #undef HAVE_SYS_SELECT_H */
/* Define if you have the <sys/time.h> header file. */
/* #undef HAVE_SYS_TIME_H */
/* Define if you have the <sys/times.h> header file. */
/* #undef HAVE_SYS_TIMES_H */
/* Define if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
/* Define if you have the <values.h> header file. */
/* #undef HAVE_VALUES_H */
/* Define if you have the w library (-lw). */
/* #undef HAVE_LIBW */

File diff suppressed because it is too large Load Diff

View File

@@ -1,173 +0,0 @@
/* glibconfig.h.win32 */
/* Handcrafted for Microsoft C. */
#ifndef GLIBCONFIG_H
#define GLIBCONFIG_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifdef _MSC_VER
/* Make MSVC more pedantic, this is a recommended pragma list
* from _Win32_Programming_ by Rector and Newcomer.
*/
#pragma warning(error:4002)
#pragma warning(error:4003)
#pragma warning(1:4010)
#pragma warning(error:4013)
#pragma warning(1:4016)
#pragma warning(error:4020)
#pragma warning(error:4021)
#pragma warning(error:4027)
#pragma warning(error:4029)
#pragma warning(error:4033)
#pragma warning(error:4035)
#pragma warning(error:4045)
#pragma warning(error:4047)
#pragma warning(error:4049)
#pragma warning(error:4053)
#pragma warning(error:4071)
#pragma warning(disable:4101)
#pragma warning(error:4150)
#pragma warning(disable:4244) /* No possible loss of data warnings */
#pragma warning(disable:4305) /* No truncation from int to char warnings */
#endif /* _MSC_VER */
#include <limits.h>
#include <float.h>
#define G_MINFLOAT FLT_MIN
#define G_MAXFLOAT FLT_MAX
#define G_MINDOUBLE DBL_MIN
#define G_MAXDOUBLE DBL_MAX
#define G_MINSHORT SHRT_MIN
#define G_MAXSHORT SHRT_MAX
#define G_MININT INT_MIN
#define G_MAXINT INT_MAX
#define G_MINLONG LONG_MIN
#define G_MAXLONG LONG_MAX
typedef signed char gint8;
typedef unsigned char guint8;
typedef signed short gint16;
typedef unsigned short guint16;
typedef signed int gint32;
typedef unsigned int guint32;
#define G_HAVE_GINT64 1
typedef __int64 gint64;
typedef unsigned __int64 guint64;
#define G_GINT64_CONSTANT(val) (val##i64)
#define GPOINTER_TO_INT(p) ((gint)(p))
#define GPOINTER_TO_UINT(p) ((guint)(p))
#define GINT_TO_POINTER(i) ((gpointer)(i))
#define GUINT_TO_POINTER(u) ((gpointer)(u))
#define g_ATEXIT(proc) (atexit (proc))
#define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END
#define G_HAVE_ALLOCA 1
#define alloca _alloca
#define GLIB_MAJOR_VERSION 1
#define GLIB_MINOR_VERSION 2
#define GLIB_MICRO_VERSION 0
#ifdef __cplusplus
#define G_HAVE_INLINE 1
#else /* !__cplusplus */
#define G_HAVE___INLINE 1
#endif
#define G_THREADS_ENABLED
/*
* The following program can be used to determine the magic values below:
* #include <stdio.h>
* #include <pthread.h>
* main(int argc, char **argv)
* {
* int i;
* pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;
* printf ("sizeof (pthread_mutex_t) = %d\n", sizeof (pthread_mutex_t));
* printf ("PTHREAD_MUTEX_INITIALIZER = ");
* for (i = 0; i < sizeof (pthread_mutex_t); i++)
* printf ("%u, ", (unsigned) ((char *) &m)[i]);
* printf ("\n");
* exit(0);
* }
*/
typedef struct _GStaticMutex GStaticMutex;
struct _GStaticMutex
{
struct _GMutex *runtime_mutex;
union {
/* The size of the pad array should be sizeof (pthread_mutext_t) */
/* This value corresponds to the 1999-01-24 version of pthreads-win32 */
char pad[36];
double dummy_double;
void *dummy_pointer;
long dummy_long;
} aligned_pad_u;
};
/* This should be NULL followed by the bytes in PTHREAD_MUTEX_INITIALIZER */
#define G_STATIC_MUTEX_INIT { NULL, { { 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } }
#define g_static_mutex_get_mutex(mutex) \
(g_thread_use_default_impl ? ((GMutex*) &((mutex)->aligned_pad_u)) : \
g_static_mutex_get_mutex_impl (&((mutex)->runtime_mutex)))
#define G_BYTE_ORDER G_LITTLE_ENDIAN
#define GINT16_TO_LE(val) ((gint16) (val))
#define GUINT16_TO_LE(val) ((guint16) (val))
#define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
#define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
#define GINT32_TO_LE(val) ((gint32) (val))
#define GUINT32_TO_LE(val) ((guint32) (val))
#define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
#define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
#define GINT64_TO_LE(val) ((gint64) (val))
#define GUINT64_TO_LE(val) ((guint64) (val))
#define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
#define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
#define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val))
#define GULONG_TO_LE(val) ((gulong) GUINT32_TO_LE (val))
#define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
#define GULONG_TO_BE(val) ((gulong) GUINT32_TO_BE (val))
#define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
#define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
#define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
#define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
#define GLIB_SYSDEF_POLLIN = 1
#define GLIB_SYSDEF_POLLOUT = 4
#define GLIB_SYSDEF_POLLPRI = 2
#define GLIB_SYSDEF_POLLERR = 8
#define GLIB_SYSDEF_POLLHUP = 16
#define GLIB_SYSDEF_POLLNVAL = 32
#define G_HAVE_WCHAR_H 1
#define G_HAVE_WCTYPE_H 1
/* Define if this is Win32, possibly using the Cygwin emulation layer. */
#define WIN32 1
/* Define if this is Win32 without Cygwin. */
#define NATIVE_WIN32 1
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* GLIBCONFIG_H */

View File

@@ -1,827 +0,0 @@
/**************************************************************************
IDL.h (IDL parse tree and namespace components)
Include wide character support before this, if necessary.
Copyright (C) 1998, 1999 Andrew T. Veliath
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: IDL.h,v 1.1 1999-04-08 20:04:26 mccabe%netscape.com Exp $
***************************************************************************/
#ifndef __IDL_H
#define __IDL_H
#include <glib.h>
#ifdef __cplusplus
extern "C" {
#endif
/* version */
#define LIBIDL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LIBIDL_MAJOR_VERSION 0
#define LIBIDL_MINOR_VERSION 6
#define LIBIDL_MICRO_VERSION 3
#define LIBIDL_VERSION_CODE LIBIDL_VERSION(0,6,3)
/* miscellaneous constants */
#define IDL_SUCCESS 0
#define IDL_ERROR 1
#define IDL_WARNING1 2
#define IDL_WARNING2 3
#define IDL_WARNING3 4
#define IDL_WARNINGMAX IDL_WARNING3
/* general parse flags */
#define IDLF_VERBOSE (1UL << 0)
#define IDLF_NO_EVAL_CONST (1UL << 1)
#define IDLF_COMBINE_REOPENED_MODULES (1UL << 2)
#define IDLF_PREFIX_FILENAME (1UL << 3)
#define IDLF_IGNORE_FORWARDS (1UL << 4)
#define IDLF_PEDANTIC (1UL << 5)
/* syntax extension parse flags */
#define IDLF_TYPECODES (1UL << 16)
#define IDLF_XPIDL (1UL << 17)
/* declaration specification flags */
#define IDLF_DECLSPEC_EXIST (1UL << 0)
#define IDLF_DECLSPEC_INHIBIT (1UL << 1)
/* output flags */
#define IDLF_OUTPUT_NO_NEWLINES (1UL << 0)
#define IDLF_OUTPUT_NO_QUALIFY_IDENTS (1UL << 1)
#define IDLF_OUTPUT_PROPERTIES (1UL << 2)
#define IDLF_OUTPUT_CODEFRAGS (1UL << 3)
#ifdef _WIN32
# define IDL_EXPORT __declspec (dllexport)
# define IDL_IMPORT __declspec (dllimport)
#else
# define IDL_EXPORT /* empty */
# define IDL_IMPORT extern
#endif
/* type casting checks */
#define IDL_check_cast_enable(boolean) do { \
IDL_IMPORT int __IDL_check_type_casts; \
__IDL_check_type_casts = (boolean); \
} while (0)
#define IDL_CHECK_CAST(tree, thetype, name) \
(IDL_check_type_cast(tree, thetype, \
__FILE__, __LINE__, \
G_GNUC_PRETTY_FUNCTION)->u.name)
#ifdef G_HAVE_GINT64
# if G_MAXLONG > 0xffffffffUL
# define IDL_LL "l"
# else
# define IDL_LL "ll"
# endif
typedef gint64 IDL_longlong_t;
typedef guint64 IDL_ulonglong_t;
#else
# define IDL_LL "l"
typedef long IDL_longlong_t;
typedef unsigned long IDL_ulonglong_t;
# warning 64-bit integer type not available, using 32-bit instead
#endif /* G_HAVE_GINT64 */
typedef unsigned int IDL_declspec_t;
typedef struct _IDL_tree_node IDL_tree_node;
typedef struct _IDL_tree_node * IDL_tree;
struct _IDL_LIST {
IDL_tree data;
IDL_tree prev;
IDL_tree next;
IDL_tree _tail; /* Internal use, may not be valid */
};
#define IDL_LIST(a) IDL_CHECK_CAST(a, IDLN_LIST, idl_list)
extern IDL_tree IDL_list_new (IDL_tree data);
extern IDL_tree IDL_list_concat (IDL_tree orig,
IDL_tree append);
extern IDL_tree IDL_list_remove (IDL_tree list,
IDL_tree p);
extern int IDL_list_length (IDL_tree list);
extern IDL_tree IDL_list_nth (IDL_tree list,
int n);
struct _IDL_GENTREE {
IDL_tree data;
GHashTable *siblings;
GHashTable *children;
GHashFunc hash_func;
GCompareFunc key_compare_func;
IDL_tree _import; /* Internal use, do not recurse */
char *_cur_prefix; /* Internal use */
};
#define IDL_GENTREE(a) IDL_CHECK_CAST(a, IDLN_GENTREE, idl_gentree)
extern IDL_tree IDL_gentree_new (GHashFunc hash_func,
GCompareFunc key_compare_func,
IDL_tree data);
extern IDL_tree IDL_gentree_new_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_child (IDL_tree from,
IDL_tree data);
struct _IDL_INTEGER {
IDL_longlong_t value;
};
#define IDL_INTEGER(a) IDL_CHECK_CAST(a, IDLN_INTEGER, idl_integer)
extern IDL_tree IDL_integer_new (IDL_longlong_t value);
struct _IDL_STRING {
char *value;
};
#define IDL_STRING(a) IDL_CHECK_CAST(a, IDLN_STRING, idl_string)
extern IDL_tree IDL_string_new (char *value);
struct _IDL_WIDE_STRING {
wchar_t *value;
};
#define IDL_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_WIDE_STRING, idl_wide_string)
extern IDL_tree IDL_wide_string_new (wchar_t *value);
struct _IDL_CHAR {
char *value;
};
#define IDL_CHAR(a) IDL_CHECK_CAST(a, IDLN_CHAR, idl_char)
extern IDL_tree IDL_char_new (char *value);
struct _IDL_WIDE_CHAR {
wchar_t *value;
};
#define IDL_WIDE_CHAR(a) IDL_CHECK_CAST(a, IDLN_WIDE_CHAR, idl_wide_char)
extern IDL_tree IDL_wide_char_new (wchar_t *value);
struct _IDL_FIXED {
char *value;
};
#define IDL_FIXED(a) IDL_CHECK_CAST(a, IDLN_FIXED, idl_fixed)
extern IDL_tree IDL_fixed_new (char *value);
struct _IDL_FLOAT {
double value;
};
#define IDL_FLOAT(a) IDL_CHECK_CAST(a, IDLN_FLOAT, idl_float)
extern IDL_tree IDL_float_new (double value);
struct _IDL_BOOLEAN {
unsigned value;
};
#define IDL_BOOLEAN(a) IDL_CHECK_CAST(a, IDLN_BOOLEAN, idl_boolean)
extern IDL_tree IDL_boolean_new (unsigned value);
struct _IDL_IDENT {
char *str;
char *repo_id;
GSList *comments;
IDL_tree _ns_ref; /* Internal use, do not recurse */
unsigned _flags; /* Internal use */
#define IDLF_IDENT_CASE_MISMATCH_HIT (1UL << 0)
};
#define IDL_IDENT(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident)
#define IDL_IDENT_TO_NS(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident._ns_ref)
#define IDL_IDENT_REPO_ID(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident.repo_id)
extern IDL_tree IDL_ident_new (char *str);
extern void IDL_queue_new_ident_comment (const char *str);
enum IDL_float_type {
IDL_FLOAT_TYPE_FLOAT,
IDL_FLOAT_TYPE_DOUBLE,
IDL_FLOAT_TYPE_LONGDOUBLE
};
struct _IDL_TYPE_FLOAT {
enum IDL_float_type f_type;
};
#define IDL_TYPE_FLOAT(a) IDL_CHECK_CAST(a, IDLN_TYPE_FLOAT, idl_type_float)
extern IDL_tree IDL_type_float_new (enum IDL_float_type f_type);
struct _IDL_TYPE_FIXED {
IDL_tree positive_int_const;
IDL_tree integer_lit;
};
#define IDL_TYPE_FIXED(a) IDL_CHECK_CAST(a, IDLN_TYPE_FIXED, idl_type_fixed)
extern IDL_tree IDL_type_fixed_new (IDL_tree positive_int_const,
IDL_tree integer_lit);
enum IDL_integer_type {
IDL_INTEGER_TYPE_SHORT,
IDL_INTEGER_TYPE_LONG,
IDL_INTEGER_TYPE_LONGLONG
};
struct _IDL_TYPE_INTEGER {
unsigned f_signed : 1;
enum IDL_integer_type f_type;
};
#define IDL_TYPE_INTEGER(a) IDL_CHECK_CAST(a, IDLN_TYPE_INTEGER, idl_type_integer)
extern IDL_tree IDL_type_integer_new (unsigned f_signed,
enum IDL_integer_type f_type);
extern IDL_tree IDL_type_char_new (void);
extern IDL_tree IDL_type_wide_char_new (void);
extern IDL_tree IDL_type_boolean_new (void);
extern IDL_tree IDL_type_octet_new (void);
extern IDL_tree IDL_type_any_new (void);
extern IDL_tree IDL_type_object_new (void);
extern IDL_tree IDL_type_typecode_new (void);
struct _IDL_TYPE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRING, idl_type_string)
extern IDL_tree IDL_type_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_WIDE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_WIDE_STRING, idl_type_wide_string)
extern IDL_tree IDL_type_wide_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_ENUM {
IDL_tree ident;
IDL_tree enumerator_list;
};
#define IDL_TYPE_ENUM(a) IDL_CHECK_CAST(a, IDLN_TYPE_ENUM, idl_type_enum)
extern IDL_tree IDL_type_enum_new (IDL_tree ident,
IDL_tree enumerator_list);
struct _IDL_TYPE_ARRAY {
IDL_tree ident;
IDL_tree size_list;
};
#define IDL_TYPE_ARRAY(a) IDL_CHECK_CAST(a, IDLN_TYPE_ARRAY, idl_type_array)
extern IDL_tree IDL_type_array_new (IDL_tree ident,
IDL_tree size_list);
struct _IDL_TYPE_SEQUENCE {
IDL_tree simple_type_spec;
IDL_tree positive_int_const;
};
#define IDL_TYPE_SEQUENCE(a) IDL_CHECK_CAST(a, IDLN_TYPE_SEQUENCE, idl_type_sequence)
extern IDL_tree IDL_type_sequence_new (IDL_tree simple_type_spec,
IDL_tree positive_int_const);
struct _IDL_TYPE_STRUCT {
IDL_tree ident;
IDL_tree member_list;
};
#define IDL_TYPE_STRUCT(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRUCT, idl_type_struct)
extern IDL_tree IDL_type_struct_new (IDL_tree ident,
IDL_tree member_list);
struct _IDL_TYPE_UNION {
IDL_tree ident;
IDL_tree switch_type_spec;
IDL_tree switch_body;
};
#define IDL_TYPE_UNION(a) IDL_CHECK_CAST(a, IDLN_TYPE_UNION, idl_type_union)
extern IDL_tree IDL_type_union_new (IDL_tree ident,
IDL_tree switch_type_spec,
IDL_tree switch_body);
struct _IDL_MEMBER {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_MEMBER(a) IDL_CHECK_CAST(a, IDLN_MEMBER, idl_member)
extern IDL_tree IDL_member_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_NATIVE {
IDL_tree ident;
char *user_type; /* XPIDL extension */
};
#define IDL_NATIVE(a) IDL_CHECK_CAST(a, IDLN_NATIVE, idl_native)
extern IDL_tree IDL_native_new (IDL_tree ident);
struct _IDL_TYPE_DCL {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_TYPE_DCL(a) IDL_CHECK_CAST(a, IDLN_TYPE_DCL, idl_type_dcl)
extern IDL_tree IDL_type_dcl_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_CONST_DCL {
IDL_tree const_type;
IDL_tree ident;
IDL_tree const_exp;
};
#define IDL_CONST_DCL(a) IDL_CHECK_CAST(a, IDLN_CONST_DCL, idl_const_dcl)
extern IDL_tree IDL_const_dcl_new (IDL_tree const_type,
IDL_tree ident,
IDL_tree const_exp);
struct _IDL_EXCEPT_DCL {
IDL_tree ident;
IDL_tree members;
};
#define IDL_EXCEPT_DCL(a) IDL_CHECK_CAST(a, IDLN_EXCEPT_DCL, idl_except_dcl)
extern IDL_tree IDL_except_dcl_new (IDL_tree ident,
IDL_tree members);
struct _IDL_ATTR_DCL {
unsigned f_readonly : 1;
IDL_tree param_type_spec;
IDL_tree simple_declarations;
};
#define IDL_ATTR_DCL(a) IDL_CHECK_CAST(a, IDLN_ATTR_DCL, idl_attr_dcl)
extern IDL_tree IDL_attr_dcl_new (unsigned f_readonly,
IDL_tree param_type_spec,
IDL_tree simple_declarations);
struct _IDL_OP_DCL {
unsigned f_noscript : 1;
unsigned f_oneway : 1;
/* XPIDL extension (varags) */
unsigned f_varargs : 1;
IDL_tree op_type_spec;
IDL_tree ident;
IDL_tree parameter_dcls;
IDL_tree raises_expr;
IDL_tree context_expr;
};
#define IDL_OP_DCL(a) IDL_CHECK_CAST(a, IDLN_OP_DCL, idl_op_dcl)
extern IDL_tree IDL_op_dcl_new (unsigned f_oneway,
IDL_tree op_type_spec,
IDL_tree ident,
IDL_tree parameter_dcls,
IDL_tree raises_expr,
IDL_tree context_expr);
enum IDL_param_attr {
IDL_PARAM_IN,
IDL_PARAM_OUT,
IDL_PARAM_INOUT
};
struct _IDL_PARAM_DCL {
enum IDL_param_attr attr;
IDL_tree param_type_spec;
IDL_tree simple_declarator;
};
#define IDL_PARAM_DCL(a) IDL_CHECK_CAST(a, IDLN_PARAM_DCL, idl_param_dcl)
extern IDL_tree IDL_param_dcl_new (enum IDL_param_attr attr,
IDL_tree param_type_spec,
IDL_tree simple_declarator);
struct _IDL_CASE_STMT {
IDL_tree labels;
IDL_tree element_spec;
};
#define IDL_CASE_STMT(a) IDL_CHECK_CAST(a, IDLN_CASE_STMT, idl_case_stmt)
extern IDL_tree IDL_case_stmt_new (IDL_tree labels,
IDL_tree element_spec);
struct _IDL_INTERFACE {
IDL_tree ident;
IDL_tree inheritance_spec;
IDL_tree body;
};
#define IDL_INTERFACE(a) IDL_CHECK_CAST(a, IDLN_INTERFACE, idl_interface)
extern IDL_tree IDL_interface_new (IDL_tree ident,
IDL_tree inheritance_spec,
IDL_tree body);
struct _IDL_FORWARD_DCL {
IDL_tree ident;
};
#define IDL_FORWARD_DCL(a) IDL_CHECK_CAST(a, IDLN_FORWARD_DCL, idl_forward_dcl)
extern IDL_tree IDL_forward_dcl_new (IDL_tree ident);
struct _IDL_MODULE {
IDL_tree ident;
IDL_tree definition_list;
};
#define IDL_MODULE(a) IDL_CHECK_CAST(a, IDLN_MODULE, idl_module)
extern IDL_tree IDL_module_new (IDL_tree ident,
IDL_tree definition_list);
enum IDL_binop {
IDL_BINOP_OR,
IDL_BINOP_XOR,
IDL_BINOP_AND,
IDL_BINOP_SHR,
IDL_BINOP_SHL,
IDL_BINOP_ADD,
IDL_BINOP_SUB,
IDL_BINOP_MULT,
IDL_BINOP_DIV,
IDL_BINOP_MOD
};
struct _IDL_BINOP {
enum IDL_binop op;
IDL_tree left, right;
};
#define IDL_BINOP(a) IDL_CHECK_CAST(a, IDLN_BINOP, idl_binop)
extern IDL_tree IDL_binop_new (enum IDL_binop op,
IDL_tree left,
IDL_tree right);
enum IDL_unaryop {
IDL_UNARYOP_PLUS,
IDL_UNARYOP_MINUS,
IDL_UNARYOP_COMPLEMENT
};
struct _IDL_UNARYOP {
enum IDL_unaryop op;
IDL_tree operand;
};
#define IDL_UNARYOP(a) IDL_CHECK_CAST(a, IDLN_UNARYOP, idl_unaryop)
extern IDL_tree IDL_unaryop_new (enum IDL_unaryop op,
IDL_tree operand);
/* XPIDL code fragments extension. */
struct _IDL_CODEFRAG {
char *desc;
GSList *lines;
};
#define IDL_CODEFRAG(a) IDL_CHECK_CAST(a, IDLN_CODEFRAG, idl_codefrag)
extern IDL_tree IDL_codefrag_new (char *desc,
GSList *lines);
/*
* IDL_tree_type - Enumerations of node types
*
* Note this enumerator list is subject to change in the future. A program should not need
* more than a recompilation to adjust for a change in this list, so instead of using a
* statically initialized jumptable, allocate an array of size IDLN_LAST and assign the
* elements manually.
*/
typedef enum {
IDLN_NONE,
IDLN_ANY,
IDLN_LIST,
IDLN_GENTREE,
IDLN_INTEGER,
IDLN_STRING,
IDLN_WIDE_STRING,
IDLN_CHAR,
IDLN_WIDE_CHAR,
IDLN_FIXED,
IDLN_FLOAT,
IDLN_BOOLEAN,
IDLN_IDENT,
IDLN_TYPE_DCL,
IDLN_CONST_DCL,
IDLN_EXCEPT_DCL,
IDLN_ATTR_DCL,
IDLN_OP_DCL,
IDLN_PARAM_DCL,
IDLN_FORWARD_DCL,
IDLN_TYPE_INTEGER,
IDLN_TYPE_FLOAT,
IDLN_TYPE_FIXED,
IDLN_TYPE_CHAR,
IDLN_TYPE_WIDE_CHAR,
IDLN_TYPE_STRING,
IDLN_TYPE_WIDE_STRING,
IDLN_TYPE_BOOLEAN,
IDLN_TYPE_OCTET,
IDLN_TYPE_ANY,
IDLN_TYPE_OBJECT,
IDLN_TYPE_TYPECODE,
IDLN_TYPE_ENUM,
IDLN_TYPE_SEQUENCE,
IDLN_TYPE_ARRAY,
IDLN_TYPE_STRUCT,
IDLN_TYPE_UNION,
IDLN_MEMBER,
IDLN_NATIVE,
IDLN_CASE_STMT,
IDLN_INTERFACE,
IDLN_MODULE,
IDLN_BINOP,
IDLN_UNARYOP,
IDLN_CODEFRAG,
IDLN_LAST
} IDL_tree_type;
IDL_IMPORT const char * IDL_tree_type_names[];
struct _IDL_tree_node {
IDL_tree_type _type;
IDL_tree up; /* Do not recurse */
IDL_declspec_t declspec;
/* properties is an XPIDL extension. It is a hash table of
* case-insensitive string keys to string values. */
GHashTable *properties;
int refs;
char *_file; /* Internal use */
int _line; /* Internal use */
union {
struct _IDL_LIST idl_list;
struct _IDL_GENTREE idl_gentree;
struct _IDL_INTEGER idl_integer;
struct _IDL_STRING idl_string;
struct _IDL_WIDE_STRING idl_wide_string;
struct _IDL_CHAR idl_char;
struct _IDL_WIDE_CHAR idl_wide_char;
struct _IDL_FIXED idl_fixed;
struct _IDL_FLOAT idl_float;
struct _IDL_BOOLEAN idl_boolean;
struct _IDL_IDENT idl_ident;
struct _IDL_TYPE_DCL idl_type_dcl;
struct _IDL_CONST_DCL idl_const_dcl;
struct _IDL_EXCEPT_DCL idl_except_dcl;
struct _IDL_ATTR_DCL idl_attr_dcl;
struct _IDL_OP_DCL idl_op_dcl;
struct _IDL_PARAM_DCL idl_param_dcl;
struct _IDL_FORWARD_DCL idl_forward_dcl;
struct _IDL_TYPE_FLOAT idl_type_float;
struct _IDL_TYPE_FIXED idl_type_fixed;
struct _IDL_TYPE_INTEGER idl_type_integer;
struct _IDL_TYPE_ENUM idl_type_enum;
struct _IDL_TYPE_STRING idl_type_string;
struct _IDL_TYPE_WIDE_STRING idl_type_wide_string;
struct _IDL_TYPE_SEQUENCE idl_type_sequence;
struct _IDL_TYPE_ARRAY idl_type_array;
struct _IDL_TYPE_STRUCT idl_type_struct;
struct _IDL_TYPE_UNION idl_type_union;
struct _IDL_MEMBER idl_member;
struct _IDL_NATIVE idl_native;
struct _IDL_CASE_STMT idl_case_stmt;
struct _IDL_INTERFACE idl_interface;
struct _IDL_MODULE idl_module;
struct _IDL_BINOP idl_binop;
struct _IDL_UNARYOP idl_unaryop;
struct _IDL_CODEFRAG idl_codefrag;
} u;
};
#define IDL_NODE_TYPE(a) ((a)->_type)
#define IDL_NODE_TYPE_NAME(a) ((a)?IDL_tree_type_names[IDL_NODE_TYPE(a)]:"NULL")
#define IDL_NODE_UP(a) ((a)->up)
#define IDL_NODE_PROPERTIES(a) ((a)->properties)
#define IDL_NODE_DECLSPEC(a) ((a)->declspec)
#define IDL_NODE_REFS(a) ((a)->refs)
#define IDL_NODE_IS_LITERAL(a) \
(IDL_NODE_TYPE(a) == IDLN_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_STRING || \
IDL_NODE_TYPE(a) == IDLN_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_CHAR || \
IDL_NODE_TYPE(a) == IDLN_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_FIXED || \
IDL_NODE_TYPE(a) == IDLN_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_BOOLEAN)
#define IDL_NODE_IS_TYPE(a) \
(IDL_NODE_TYPE(a) == IDLN_TYPE_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FIXED || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_BOOLEAN || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OCTET || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ANY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OBJECT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_TYPECODE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ARRAY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_SEQUENCE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
#define IDL_NODE_IS_SCOPED(a) \
(IDL_NODE_TYPE(a) == IDLN_IDENT || \
IDL_NODE_TYPE(a) == IDLN_INTERFACE || \
IDL_NODE_TYPE(a) == IDLN_MODULE || \
IDL_NODE_TYPE(a) == IDLN_EXCEPT_DCL || \
IDL_NODE_TYPE(a) == IDLN_OP_DCL || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
typedef struct _IDL_ns * IDL_ns;
struct _IDL_ns {
IDL_tree global;
IDL_tree file;
IDL_tree current;
GHashTable *inhibits;
GHashTable *filename_hash;
};
#define IDL_NS(a) (*(a))
typedef enum {
IDL_INPUT_REASON_INIT,
IDL_INPUT_REASON_FILL,
IDL_INPUT_REASON_ABORT,
IDL_INPUT_REASON_FINISH
} IDL_input_reason;
union IDL_input_data {
struct {
const char *filename;
} init;
struct {
char *buffer;
size_t max_size;
} fill;
};
typedef int (*IDL_input_callback) (IDL_input_reason reason,
union IDL_input_data *data,
gpointer user_data);
typedef int (*IDL_msg_callback) (int level,
int num,
int line,
const char *filename,
const char *message);
typedef struct _IDL_tree_func_state IDL_tree_func_state;
typedef struct _IDL_tree_func_data IDL_tree_func_data;
/* Traversal state data. Recursive walks chain states. */
struct _IDL_tree_func_state {
IDL_tree_func_state *up;
IDL_tree start;
IDL_tree_func_data *bottom;
};
/* This holds a list of the up hierarchy traversed, beginning from traversal. This is
* useful since nodes referenced after initial definition will have a different traversal
* path than the actual up path. */
struct _IDL_tree_func_data {
IDL_tree_func_state *state;
IDL_tree_func_data *up;
IDL_tree tree;
};
typedef gboolean (*IDL_tree_func) (IDL_tree_func_data *tnfd,
gpointer user_data);
extern IDL_tree IDL_check_type_cast (const IDL_tree var,
IDL_tree_type type,
const char *file,
int line,
const char *function);
extern const char * IDL_get_libver_string (void);
extern const char * IDL_get_IDLver_string (void);
extern int IDL_parse_filename (const char *filename,
const char *cpp_args,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_parse_filename_with_input (const char *filename,
IDL_input_callback input_cb,
gpointer input_cb_user_data,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_ns_prefix (IDL_ns ns,
const char *s);
extern void IDL_ns_ID (IDL_ns ns,
const char *s);
extern void IDL_ns_version (IDL_ns ns,
const char *s);
extern int IDL_inhibit_get (void);
extern void IDL_inhibit_push (void);
extern void IDL_inhibit_pop (void);
extern void IDL_file_set (const char *filename,
int line);
extern void IDL_file_get (const char **filename,
int *line);
extern IDL_tree IDL_get_parent_node (IDL_tree p,
IDL_tree_type type,
int *scope_levels);
extern IDL_tree IDL_tree_get_scope (IDL_tree p);
extern int IDL_tree_get_node_info (IDL_tree tree,
char **who,
char **what);
extern void IDL_tree_error (IDL_tree p,
const char *fmt,
...);
extern void IDL_tree_warning (IDL_tree p,
int level,
const char *fmt,
...);
extern const char * IDL_tree_property_get (IDL_tree tree,
const char *key);
extern void IDL_tree_property_set (IDL_tree tree,
const char *key,
const char *value);
extern gboolean IDL_tree_property_remove (IDL_tree tree,
const char *key);
extern void IDL_tree_properties_copy (IDL_tree from_tree,
IDL_tree to_tree);
extern void IDL_tree_walk (IDL_tree p,
IDL_tree_func_data *current,
IDL_tree_func pre_tree_func,
IDL_tree_func post_tree_func,
gpointer user_data);
extern void IDL_tree_walk_in_order (IDL_tree p,
IDL_tree_func tree_func,
gpointer user_data);
extern void IDL_tree_free (IDL_tree root);
extern void IDL_tree_to_IDL (IDL_tree p,
IDL_ns ns,
FILE *output,
unsigned long output_flags);
extern char * IDL_do_escapes (const char *s);
extern IDL_tree IDL_resolve_const_exp (IDL_tree p,
IDL_tree_type type);
extern IDL_ns IDL_ns_new (void);
extern void IDL_ns_free (IDL_ns ns);
extern IDL_tree IDL_ns_resolve_this_scope_ident (IDL_ns ns,
IDL_tree scope,
IDL_tree ident);
extern IDL_tree IDL_ns_resolve_ident (IDL_ns ns,
IDL_tree ident);
extern IDL_tree IDL_ns_lookup_this_scope (IDL_ns ns,
IDL_tree scope,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_lookup_cur_scope (IDL_ns ns,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_place_new (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_push_scope (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_pop_scope (IDL_ns ns);
extern IDL_tree IDL_ns_qualified_ident_new (IDL_tree nsid);
extern char * IDL_ns_ident_to_qstring (IDL_tree ns_ident,
const char *join,
int scope_levels);
extern int IDL_ns_scope_levels_from_here (IDL_ns ns,
IDL_tree ident,
IDL_tree parent);
extern char * IDL_ns_ident_make_repo_id (IDL_ns ns,
IDL_tree p,
const char *p_prefix,
int *major,
int *minor);
#ifdef __cplusplus
}
#endif
#endif /* __IDL_H */

View File

@@ -1,64 +0,0 @@
@echo off
if "%MOZ_TOOLS%" == "" goto no_moz_tools
echo.
echo MOZ_TOOLS is set to %MOZ_TOOLS%
echo It should NOT be set to anything in your cygwin
echo directory, such as c:\cygwin or c:\cygwin\bin
echo where C:\cygwin represents where you installed cygwin.
echo In that case files will be overwritten.
echo.
echo It should be set to some empty directory.
echo. e.g.
echo. mkdir c:\moz_tools
echo. set MOZ_TOOLS=c:\moz_tools
echo.
echo Please verify this.
echo.
pause
echo copying exes and dlls to %MOZ_TOOLS%\bin
if not exist %MOZ_TOOLS%\bin\NUL mkdir %MOZ_TOOLS%\bin >NUL
copy bin\x86\* %MOZ_TOOLS%\bin >NUL
echo copying include files to %MOZ_TOOLS%\include
if not exist %MOZ_TOOLS%\include\NUL mkdir %MOZ_TOOLS%\include >NUL
copy include\* %MOZ_TOOLS%\include >NUL
echo copying include files to %MOZ_TOOLS%\include\libIDL
if not exist %MOZ_TOOLS%\include\libIDL\NUL mkdir %MOZ_TOOLS%\include\libIDL >NUL
copy include\libIDL\* %MOZ_TOOLS%\include\libIDL >NUL
echo copying lib files to %MOZ_TOOLS%\lib
if not exist %MOZ_TOOLS%\lib\NUL mkdir %MOZ_TOOLS%\lib >NUL
copy lib\* %MOZ_TOOLS%\lib >NUL
echo.
echo done copying
echo.
echo make sure that MOZ_TOOLS\bin is on your path
echo.
goto done
:no_moz_tools
echo.
echo. ERROR!
echo.
echo You need to set MOZ_TOOLS in your environment.
echo MOZ_TOOLS should be the name of a directory that
echo you create to hold these tools.
echo.
echo. e.g.
echo. mkdir c:\moz_tools
echo. set MOZ_TOOLS=c:\moz_tools
echo.
echo MOZ_TOOLS should be set permanently so that it is
echo available to the build system whenever mozilla is building.
echo.
echo.
echo Please set MOZ_TOOLS and run install.bat again
echo.
:done
pause

Binary file not shown.

View File

@@ -1,12 +0,0 @@
Sources for glib are available from gnome.org via cvs. See cvs
checkout instructions at http://www.gnome.org - or use
export CVSROOT=:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome
cvs login (no password)
cvs -z3 checkout glib
or grap a package of the sources we're currently using from
ftp://ftp.mozilla.org/pub/mozilla/libraries/source/
These sources correspond to the GLIB_1_2_0 tag on the gnome cvs
server.

View File

@@ -1,14 +0,0 @@
Sources for libIDL are available from gnome.org via cvs. See cvs
checkout instructions at http://www.gnome.org - or use
export CVSROOT=:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome
cvs login (no password)
cvs -z3 checkout ORBit
(libIDL files are in ORBit/libIDL)
or grap a package of the sources we're currently using from
ftp://ftp.mozilla.org/pub/mozilla/libraries/source/
These sources correspond to the LIBIDL_V0_6_3 tag on the gnome cvs
server.

View File

@@ -1,7 +0,0 @@
This directory contains the source files for nsinstall.exe,
which is used to build the Mozilla client on Win32.
To build nsinstall.exe, issue the command:
nmake /f nsinstall.mak
The output is Release\nsinstall.exe. Copy it to a directory
on your Path.

View File

@@ -1,697 +0,0 @@
/*
* The nsinstall command for Win32
*
* Our gmake makefiles use the nsinstall command to create the
* object directories or installing headers and libs to ns/dist.
* The shmsdos shell has nsinstall as a built-in command. However,
* if we use another shell like MKS toolkit's sh, we need to have
* the nsinstall command separately.
*
* This file was generated by just taking the part of shmsdos.c
* needed by nsinstall and deleting the recursive directory copy code.
*
* To build, say
* nmake /f nsinstall.mak
*/
#include <direct.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <windows.h>
#pragma hdrstop
/*
* sh_FileFcn --
*
* A function that operates on a file. The pathname is either
* absolute or relative to the current directory, and contains
* no wildcard characters such as * and ?. Additional arguments
* can be passed to the function via the arg pointer.
*/
typedef BOOL (*sh_FileFcn)(
char *pathName,
WIN32_FIND_DATA *fileData,
void *arg);
static int shellCp (char **pArgv);
static int shellNsinstall (char **pArgv);
static int shellMkdir (char **pArgv);
static BOOL sh_EnumerateFiles(const char *pattern, const char *where,
sh_FileFcn fileFcn, void *arg, int *nFiles);
static const char *sh_GetLastErrorMessage(void);
static BOOL sh_DoCopy(char *srcFileName, DWORD srcFileAttributes,
char *dstFileName, DWORD dstFileAttributes,
int force, int recursive);
/* changes all forward slashes in token to back slashes */
void changeForwardSlashesTpBackSlashes ( char *arg )
{
if ( arg == NULL )
return;
while ( *arg ) {
if ( *arg == '/' )
*arg = '\\';
arg++;
}
}
int main(int argc, char *argv[ ])
{
return shellNsinstall ( argv + 1 );
}
static int
shellNsinstall (char **pArgv)
{
int retVal = 0; /* exit status */
int dirOnly = 0; /* 1 if and only if -D is specified */
char **pSrc;
char **pDst;
/*
* Process the command-line options. We ignore the
* options except for -D. Some options, such as -m,
* are followed by an argument. We need to skip the
* argument too.
*/
while ( *pArgv && **pArgv == '-' ) {
char c = (*pArgv)[1]; /* The char after '-' */
if ( c == 'D' ) {
dirOnly = 1;
} else if ( c == 'm' ) {
pArgv++; /* skip the next argument */
}
pArgv++;
}
if ( !dirOnly ) {
/* There are files to install. Get source files */
if ( *pArgv ) {
pSrc = pArgv++;
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
}
/* Get to last token to find destination directory */
if ( *pArgv ) {
pDst = pArgv++;
if ( dirOnly && *pArgv ) {
fprintf( stderr, "nsinstall: too many arguments with -D\n");
return 3;
}
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
while ( *pArgv )
pDst = pArgv++;
retVal = shellMkdir ( pDst );
if ( retVal )
return retVal;
if ( !dirOnly )
retVal = shellCp ( pSrc );
return retVal;
}
static int
shellMkdir (char **pArgv)
{
int retVal = 0; /* assume valid return */
char *arg;
char *pArg;
char path[_MAX_PATH];
char tmpPath[_MAX_PATH];
char *pTmpPath = tmpPath;
/* All the options are simply ignored in this implementation */
while ( *pArgv && **pArgv == '-' ) {
if ( (*pArgv)[1] == 'm' ) {
pArgv++; /* skip the next argument (mode) */
}
pArgv++;
}
while ( *pArgv ) {
arg = *pArgv;
changeForwardSlashesTpBackSlashes ( arg );
pArg = arg;
pTmpPath = tmpPath;
while ( 1 ) {
/* create part of path */
while ( *pArg ) {
*pTmpPath++ = *pArg++;
if ( *pArg == '\\' )
break;
}
*pTmpPath = '\0';
/* check if directory alreay exists */
_getcwd ( path, sizeof (path) );
if ( _chdir ( tmpPath ) != -1 ) {
_chdir ( path );
} else {
if ( _mkdir ( tmpPath ) == -1 ) {
// while ( waitForDebug );
printf ( "%s: ", tmpPath );
perror ( "Could not create the directory" );
retVal = 3;
break;
}
}
if ( *pArg == '\0' ) /* complete path? */
break;
/* loop for next directory */
}
pArgv++;
}
return retVal;
}
static const char *
sh_GetLastErrorMessage()
{
static char buf[128];
FormatMessage(
FORMAT_MESSAGE_FROM_SYSTEM,
NULL,
GetLastError(),
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* default language */
buf,
sizeof(buf),
NULL
);
return buf;
}
/*
* struct sh_FileData --
*
* A pointer to the sh_FileData structure is passed into sh_RecordFileData,
* which will fill in the fields.
*/
struct sh_FileData {
char pathName[_MAX_PATH];
DWORD dwFileAttributes;
};
/*
* sh_RecordFileData --
*
* Record the pathname and attributes of the file in
* the sh_FileData structure pointed to by arg.
*
* Always return TRUE (successful completion).
*
* This function is intended to be passed into sh_EnumerateFiles
* to see if a certain pattern expands to exactly one file/directory,
* and if so, record its pathname and attributes.
*/
static BOOL
sh_RecordFileData(char *pathName, WIN32_FIND_DATA *findData, void *arg)
{
struct sh_FileData *fData = (struct sh_FileData *) arg;
strcpy(fData->pathName, pathName);
fData->dwFileAttributes = findData->dwFileAttributes;
return TRUE;
}
static BOOL
sh_DoCopy(char *srcFileName,
DWORD srcFileAttributes,
char *dstFileName,
DWORD dstFileAttributes,
int force,
int recursive
)
{
if (dstFileAttributes != 0xFFFFFFFF) {
if ((dstFileAttributes & FILE_ATTRIBUTE_READONLY) && force) {
dstFileAttributes &= ~FILE_ATTRIBUTE_READONLY;
SetFileAttributes(dstFileName, dstFileAttributes);
}
}
if (srcFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
fprintf(stderr, "nsinstall: %s is a directory\n",
srcFileName);
return FALSE;
} else {
if (!CopyFile(srcFileName, dstFileName, FALSE)) {
fprintf(stderr, "nsinstall: cannot copy %s to %s: %s\n",
srcFileName, dstFileName, sh_GetLastErrorMessage());
return FALSE;
}
}
return TRUE;
}
/*
* struct sh_CpCmdArg --
*
* A pointer to the sh_CpCmdArg structure is passed into sh_CpFileCmd.
* The sh_CpCmdArg contains information about the cp command, and
* provide a buffer for constructing the destination file name.
*/
struct sh_CpCmdArg {
int force; /* -f option, ok to overwrite an existing
* read-only destination file */
int recursive; /* -r or -R option, recursively copy
* directories. Note: this field is not used
* by nsinstall and should always be 0. */
char *dstFileName; /* a buffer for constructing the destination
* file name */
char *dstFileNameMarker; /* points to where in the dstFileName buffer
* we should write the file component of the
* destination file */
};
/*
* sh_CpFileCmd --
*
* Copy a file to the destination directory
*
* This function is intended to be passed into sh_EnumerateFiles to
* copy all the files specified by the pattern to the destination
* directory.
*
* Return TRUE if the file is successfully copied, and FALSE otherwise.
*/
static BOOL
sh_CpFileCmd(char *pathName, WIN32_FIND_DATA *findData, void *cpArg)
{
BOOL retVal = TRUE;
struct sh_CpCmdArg *arg = (struct sh_CpCmdArg *) cpArg;
strcpy(arg->dstFileNameMarker, findData->cFileName);
return sh_DoCopy(pathName, findData->dwFileAttributes,
arg->dstFileName, GetFileAttributes(arg->dstFileName),
arg->force, arg->recursive);
}
static int
shellCp (char **pArgv)
{
int retVal = 0;
char **pSrc;
char **pDst;
struct sh_CpCmdArg arg;
struct sh_FileData dstData;
int dstIsDir = 0;
int n;
arg.force = 0;
arg.recursive = 0;
arg.dstFileName = dstData.pathName;
arg.dstFileNameMarker = 0;
while (*pArgv && **pArgv == '-') {
char *p = *pArgv;
while (*(++p)) {
if (*p == 'f') {
arg.force = 1;
}
}
pArgv++;
}
/* the first source file */
if (*pArgv) {
pSrc = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
/* get to the last token to find destination */
if (*pArgv) {
pDst = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
while (*pArgv) {
pDst = pArgv++;
}
/*
* The destination pattern must unambiguously expand to exactly
* one file or directory.
*/
changeForwardSlashesTpBackSlashes(*pDst);
sh_EnumerateFiles(*pDst, *pDst, sh_RecordFileData, &dstData, &n);
assert(n >= 0);
if (n == 1) {
/*
* Is the destination a file or directory?
*/
if (dstData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
dstIsDir = 1;
}
} else if (n > 1) {
fprintf(stderr, "nsinstall: %s: ambiguous destination file "
"or directory\n", *pDst);
return 3;
} else {
/*
* n == 0, meaning that destination file or directory does
* not exist. In this case the destination file directory
* name must be fully specified.
*/
char *p;
for (p = *pDst; *p; p++) {
if (*p == '*' || *p == '?') {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pDst);
return 3;
}
}
/*
* Do not include the trailing \, if any, unless it is a root
* directory (\ or X:\).
*/
if (p > *pDst && p[-1] == '\\' && p != *pDst + 1 && p[-2] != ':') {
p[-1] = '\0';
}
strcpy(dstData.pathName, *pDst);
dstData.dwFileAttributes = 0xFFFFFFFF;
}
/*
* If there are two or more source files, the destination has
* to be a directory.
*/
if (pDst - pSrc > 1 && !dstIsDir) {
fprintf(stderr, "nsinstall: cannot copy more than"
" one file to the same destination file\n");
return 3;
}
if (dstIsDir) {
arg.dstFileNameMarker = arg.dstFileName + strlen(arg.dstFileName);
/*
* Now arg.dstFileNameMarker is pointing to the null byte at the
* end of string. We want to make sure that there is a \ at the
* end of string, and arg.dstFileNameMarker should point right
* after that \.
*/
if (arg.dstFileNameMarker[-1] != '\\') {
*(arg.dstFileNameMarker++) = '\\';
}
}
if (!dstIsDir) {
struct sh_FileData srcData;
assert(pDst - pSrc == 1);
changeForwardSlashesTpBackSlashes(*pSrc);
sh_EnumerateFiles(*pSrc, *pSrc, sh_RecordFileData, &srcData, &n);
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
} else if (n > 1) {
fprintf(stderr, "nsinstall: cannot copy more than one file or "
"directory to the same destination\n");
retVal = 3;
} else {
assert(n == 1);
if (sh_DoCopy(srcData.pathName, srcData.dwFileAttributes,
dstData.pathName, dstData.dwFileAttributes,
arg.force, arg.recursive) == FALSE) {
retVal = 3;
}
}
return retVal;
}
for ( ; *pSrc != *pDst; pSrc++) {
BOOL rv;
changeForwardSlashesTpBackSlashes(*pSrc);
rv = sh_EnumerateFiles(*pSrc, *pSrc, sh_CpFileCmd, &arg, &n);
if (rv == FALSE) {
retVal = 3;
} else {
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
}
}
}
return retVal;
}
/*
* sh_EnumerateFiles --
*
* Enumerate all the files in the specified pattern, which is a pathname
* containing possibly wildcard characters such as * and ?. fileFcn
* is called on each file, passing the expanded file name, a pointer
* to the file's WIN32_FILE_DATA, and the arg pointer.
*
* It is assumed that there are no wildcard characters before the
* character pointed to by 'where'.
*
* On return, *nFiles stores the number of files enumerated. *nFiles is
* set to this number whether sh_EnumerateFiles or 'fileFcn' succeeds
* or not.
*
* Return TRUE if the files are successfully enumerated and all
* 'fileFcn' invocations succeeded. Return FALSE if something went
* wrong.
*/
static BOOL sh_EnumerateFiles(
const char *pattern,
const char *where,
sh_FileFcn fileFcn,
void *arg,
int *nFiles
)
{
WIN32_FIND_DATA fileData;
HANDLE hSearch;
const char *src;
char *dst;
char fileName[_MAX_PATH];
char *fileNameMarker = fileName;
char *oldFileNameMarker;
BOOL hasWildcard = FALSE;
BOOL retVal = TRUE;
BOOL patternEndsInDotStar = FALSE;
BOOL patternEndsInDot = FALSE; /* a special case of
* patternEndsInDotStar */
int numDotsInPattern;
int len;
/*
* Windows expands patterns ending in ".", ".*", ".**", etc.
* differently from the glob expansion on Unix. For example,
* both "foo." and "foo.*" match "foo", and "*.*" matches
* everything, including filenames with no dots. So we need
* to throw away extra files returned by the FindNextFile()
* function. We require that a matched filename have at least
* the number of dots in the pattern.
*/
len = strlen(pattern);
if (len >= 2) {
/* Start from the end of pattern and go backward */
const char *p = &pattern[len - 1];
/* We can have zero or more *'s */
while (p >= pattern && *p == '*') {
p--;
}
if (p >= pattern && *p == '.') {
patternEndsInDotStar = TRUE;
if (p == &pattern[len - 1]) {
patternEndsInDot = TRUE;
}
p--;
numDotsInPattern = 1;
while (p >= pattern && *p != '\\') {
if (*p == '.') {
numDotsInPattern++;
}
p--;
}
}
}
*nFiles = 0;
/*
* Copy pattern to fileName, but only up to and not including
* the first \ after the first wildcard letter.
*
* Make fileNameMarker point to one of the following:
* - the start of fileName, if fileName does not contain any \.
* - right after the \ before the first wildcard letter, if there is
* a wildcard character.
* - right after the last \, if there is no wildcard character.
*/
dst = fileName;
src = pattern;
while (src < where) {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
while (*src && *src != '*' && *src != '?') {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
if (*src) {
/*
* Must have seen the first wildcard letter
*/
hasWildcard = TRUE;
while (*src && *src != '\\') {
*(dst++) = *(src++);
}
}
/* Now src points to either null or \ */
assert(*src == '\0' || *src == '\\');
assert(hasWildcard || *src == '\0');
*dst = '\0';
/*
* If the pattern does not contain any wildcard characters, then
* we don't need to go the FindFirstFile route.
*/
if (!hasWildcard) {
/*
* See if it is the root directory, \, or X:\.
*/
assert(!strcmp(fileName, pattern));
assert(strlen(fileName) >= 1);
if (dst[-1] == '\\' && (dst == fileName + 1 || dst[-2] == ':')) {
fileData.cFileName[0] = '\0';
} else {
/*
* Do not include the trailing \, if any
*/
if (dst[-1] == '\\') {
assert(*fileNameMarker == '\0');
dst[-1] = '\0';
fileNameMarker = oldFileNameMarker;
}
strcpy(fileData.cFileName, fileNameMarker);
}
fileData.dwFileAttributes = GetFileAttributes(fileName);
if (fileData.dwFileAttributes == 0xFFFFFFFF) {
return TRUE;
}
*nFiles = 1;
return (*fileFcn)(fileName, &fileData, arg);
}
hSearch = FindFirstFile(fileName, &fileData);
if (hSearch == INVALID_HANDLE_VALUE) {
return retVal;
}
do {
if (!strcmp(fileData.cFileName, ".")
|| !strcmp(fileData.cFileName, "..")) {
/*
* Skip over . and ..
*/
continue;
}
if (patternEndsInDotStar) {
int nDots = 0;
char *p = fileData.cFileName;
while (*p) {
if (*p == '.') {
nDots++;
}
p++;
}
/* Now p points to the null byte at the end of file name */
if (patternEndsInDot && (p == fileData.cFileName
|| p[-1] != '.')) {
/*
* File name does not end in dot. Skip this file.
* Note: windows file name probably cannot end in dot,
* but we do this check anyway.
*/
continue;
}
if (nDots < numDotsInPattern) {
/*
* Not enough dots in file name. Must be an extra
* file in matching .* pattern. Skip this file.
*/
continue;
}
}
strcpy(fileNameMarker, fileData.cFileName);
if (*src && *(src + 1)) {
/*
* More to go. Recurse.
*/
int n;
assert(*src == '\\');
where = fileName + strlen(fileName);
strcat(fileName, src);
sh_EnumerateFiles(fileName, where, fileFcn, arg, &n);
*nFiles += n;
} else {
assert(strchr(fileName, '*') == NULL);
assert(strchr(fileName, '?') == NULL);
(*nFiles)++;
if ((*fileFcn)(fileName, &fileData, arg) == FALSE) {
retVal = FALSE;
}
}
} while (FindNextFile(hSearch, &fileData));
FindClose(hSearch);
return retVal;
}

View File

@@ -1,141 +0,0 @@
# NMAKE file for building nsinstall.exe.
#
# This file is edited from an NMAKE file generated by
# Microsoft Developer Studio, Format Version 4.20
#
# To build, say
# nmake /f nsinstall.mak CFG=Release
# or
# nmake /f nsinstall.mak CFG=Debug
# If CFG is omitted, a release build is assumed.
!IF "$(CFG)" == ""
CFG=Release
!MESSAGE No configuration specified. Defaulting Release.
!ENDIF
!IF "$(CFG)" != "Release" && "$(CFG)" != "Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "nsinstall.mak" CFG="Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "Release" (based on "Win32 Console Application")
!MESSAGE "Debug" (based on "Win32 Console Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "Release"
OUTDIR=.\Release
INTDIR=.\Release
ALL : "$(OUTDIR)\nsinstall.exe"
CLEAN :
-@erase "$(INTDIR)\nsinstall.obj"
-@erase "$(OUTDIR)\nsinstall.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
/Fp"$(INTDIR)/nsinstall.pch" /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\Release/
CPP_SBRS=.\.
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)/nsinstall.bsc"
BSC32_SBRS= \
LINK32=link.exe
LINK32_FLAGS=/nologo\
/subsystem:console /incremental:no /pdb:"$(OUTDIR)/nsinstall.pdb"\
/out:"$(OUTDIR)/nsinstall.exe"
LINK32_OBJS= \
"$(INTDIR)\nsinstall.obj"
"$(OUTDIR)\nsinstall.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "Debug"
OUTDIR=.\Debug
INTDIR=.\Debug
ALL : "$(OUTDIR)\nsinstall.exe"
CLEAN :
-@erase "$(INTDIR)\nsinstall.obj"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\nsinstall.exe"
-@erase "$(OUTDIR)\nsinstall.ilk"
-@erase "$(OUTDIR)\nsinstall.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /MD /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "DEBUG"\
/D "_CONSOLE" /Fp"$(INTDIR)/nsinstall.pch" /YX /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /c
CPP_OBJS=.\Debug/
CPP_SBRS=.\.
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)/nsinstall.bsc"
BSC32_SBRS= \
LINK32=link.exe
LINK32_FLAGS=/nologo\
/subsystem:console /incremental:yes /pdb:"$(OUTDIR)/nsinstall.pdb" /debug\
/out:"$(OUTDIR)/nsinstall.exe"
LINK32_OBJS= \
"$(INTDIR)\nsinstall.obj"
"$(OUTDIR)\nsinstall.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
################################################################################
# Begin Target
################################################################################
# Begin Source File
SOURCE=.\nsinstall.c
DEP_CPP_SHMSD=\
{$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
"$(INTDIR)\nsinstall.obj" : $(SOURCE) $(DEP_CPP_SHMSD) "$(INTDIR)"
# End Source File
# End Target
# End Project
################################################################################

View File

@@ -1,504 +0,0 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!

View File

@@ -1,481 +0,0 @@
GNU LIBRARY GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1991 Free Software Foundation, Inc.
675 Mass Ave, Cambridge, MA 02139, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the library GPL. It is
numbered 2 because it goes with version 2 of the ordinary GPL.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Library General Public License, applies to some
specially designated Free Software Foundation software, and to any
other libraries whose authors decide to use it. You can use it for
your libraries, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if
you distribute copies of the library, or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link a program with the library, you must provide
complete object files to the recipients so that they can relink them
with the library, after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
Our method of protecting your rights has two steps: (1) copyright
the library, and (2) offer you this license which gives you legal
permission to copy, distribute and/or modify the library.
Also, for each distributor's protection, we want to make certain
that everyone understands that there is no warranty for this free
library. If the library is modified by someone else and passed on, we
want its recipients to know that what they have is not the original
version, so that any problems introduced by others will not reflect on
the original authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that companies distributing free
software will individually obtain patent licenses, thus in effect
transforming the program into proprietary software. To prevent this,
we have made it clear that any patent must be licensed for everyone's
free use or not licensed at all.
Most GNU software, including some libraries, is covered by the ordinary
GNU General Public License, which was designed for utility programs. This
license, the GNU Library General Public License, applies to certain
designated libraries. This license is quite different from the ordinary
one; be sure to read it in full, and don't assume that anything in it is
the same as in the ordinary license.
The reason we have a separate public license for some libraries is that
they blur the distinction we usually make between modifying or adding to a
program and simply using it. Linking a program with a library, without
changing the library, is in some sense simply using the library, and is
analogous to running a utility program or application program. However, in
a textual and legal sense, the linked executable is a combined work, a
derivative of the original library, and the ordinary General Public License
treats it as such.
Because of this blurred distinction, using the ordinary General
Public License for libraries did not effectively promote software
sharing, because most developers did not use the libraries. We
concluded that weaker conditions might promote sharing better.
However, unrestricted linking of non-free programs would deprive the
users of those programs of all benefit from the free status of the
libraries themselves. This Library General Public License is intended to
permit developers of non-free programs to use free libraries, while
preserving your freedom as a user of such programs to change the free
libraries that are incorporated in them. (We have not seen how to achieve
this as regards changes in header files, but we have achieved it as regards
changes in the actual functions of the Library.) The hope is that this
will lead to faster development of free libraries.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, while the latter only
works together with the library.
Note that it is possible for a library to be covered by the ordinary
General Public License rather than by this special one.
GNU LIBRARY GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library which
contains a notice placed by the copyright holder or other authorized
party saying it may be distributed under the terms of this Library
General Public License (also called "this License"). Each licensee is
addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also compile or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
c) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
d) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the source code distributed need not include anything that is normally
distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Library General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
Appendix: How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!

View File

@@ -1,8 +0,0 @@
These libraries were compiled using .NET/VC7. The original
sources can be found at ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz &
ftp://ftp.mozilla.org/pub/mozilla/libraries/source/libIDL-0.6.8.tar.gz.
The patches used to build can be found at
http://bugzilla.mozilla.org/show_bug.cgi?id=123743 .
- cls, 2002/10/18

File diff suppressed because it is too large Load Diff

View File

@@ -1,174 +0,0 @@
/* glibconfig.h.win32 */
/* Handcrafted for Microsoft C. */
#ifndef GLIBCONFIG_H
#define GLIBCONFIG_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifdef _MSC_VER
/* Make MSVC more pedantic, this is a recommended pragma list
* from _Win32_Programming_ by Rector and Newcomer.
*/
#pragma warning(error:4002)
#pragma warning(error:4003)
#pragma warning(1:4010)
#pragma warning(error:4013)
#pragma warning(1:4016)
#pragma warning(error:4020)
#pragma warning(error:4021)
#pragma warning(error:4027)
#pragma warning(error:4029)
#pragma warning(error:4033)
#pragma warning(error:4035)
#pragma warning(error:4045)
#pragma warning(error:4047)
#pragma warning(error:4049)
#pragma warning(error:4053)
#pragma warning(error:4071)
#pragma warning(disable:4101)
#pragma warning(error:4150)
#pragma warning(disable:4244) /* No possible loss of data warnings */
#pragma warning(disable:4305) /* No truncation from int to char warnings */
#endif /* _MSC_VER */
#include <limits.h>
#include <float.h>
#define G_MINFLOAT FLT_MIN
#define G_MAXFLOAT FLT_MAX
#define G_MINDOUBLE DBL_MIN
#define G_MAXDOUBLE DBL_MAX
#define G_MINSHORT SHRT_MIN
#define G_MAXSHORT SHRT_MAX
#define G_MININT INT_MIN
#define G_MAXINT INT_MAX
#define G_MINLONG LONG_MIN
#define G_MAXLONG LONG_MAX
typedef signed char gint8;
typedef unsigned char guint8;
typedef signed short gint16;
typedef unsigned short guint16;
typedef signed int gint32;
typedef unsigned int guint32;
#define G_HAVE_GINT64 1
typedef __int64 gint64;
typedef unsigned __int64 guint64;
#define G_GINT64_CONSTANT(val) (val##i64)
#define GPOINTER_TO_INT(p) ((gint)(p))
#define GPOINTER_TO_UINT(p) ((guint)(p))
#define GINT_TO_POINTER(i) ((gpointer)(i))
#define GUINT_TO_POINTER(u) ((gpointer)(u))
#define g_ATEXIT(proc) (atexit (proc))
#define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END
#define G_HAVE_ALLOCA 1
#define alloca _alloca
#define GLIB_MAJOR_VERSION 1
#define GLIB_MINOR_VERSION 2
#define GLIB_MICRO_VERSION 10
#ifdef __cplusplus
#define G_HAVE_INLINE 1
#else /* !__cplusplus */
#define G_HAVE___INLINE 1
#endif
#define G_THREADS_ENABLED
/*
* The following program can be used to determine the magic values below:
* #include <stdio.h>
* #include <pthread.h>
* main(int argc, char **argv)
* {
* int i;
* pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;
* printf ("sizeof (pthread_mutex_t) = %d\n", sizeof (pthread_mutex_t));
* printf ("PTHREAD_MUTEX_INITIALIZER = ");
* for (i = 0; i < sizeof (pthread_mutex_t); i++)
* printf ("%u, ", ((unsigned char *) &m)[i]);
* printf ("\n");
* exit(0);
* }
*/
#define G_THREADS_IMPL_POSIX
typedef struct _GStaticMutex GStaticMutex;
struct _GStaticMutex
{
struct _GMutex *runtime_mutex;
union {
/* The size of the pad array should be sizeof (pthread_mutext_t) */
/* This value corresponds to the 1999-04-07 version of pthreads-win32 */
char pad[4];
double dummy_double;
void *dummy_pointer;
long dummy_long;
} aligned_pad_u;
};
/* This should be NULL followed by the bytes in PTHREAD_MUTEX_INITIALIZER */
#define G_STATIC_MUTEX_INIT { NULL, { { 255, 255, 255, 255 } } }
#define g_static_mutex_get_mutex(mutex) \
(g_thread_use_default_impl ? ((GMutex*) &((mutex)->aligned_pad_u)) : \
g_static_mutex_get_mutex_impl (&((mutex)->runtime_mutex)))
#define G_BYTE_ORDER G_LITTLE_ENDIAN
#define GINT16_TO_LE(val) ((gint16) (val))
#define GUINT16_TO_LE(val) ((guint16) (val))
#define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
#define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
#define GINT32_TO_LE(val) ((gint32) (val))
#define GUINT32_TO_LE(val) ((guint32) (val))
#define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
#define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
#define GINT64_TO_LE(val) ((gint64) (val))
#define GUINT64_TO_LE(val) ((guint64) (val))
#define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
#define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
#define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val))
#define GULONG_TO_LE(val) ((gulong) GUINT32_TO_LE (val))
#define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
#define GULONG_TO_BE(val) ((gulong) GUINT32_TO_BE (val))
#define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
#define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
#define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
#define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
#define GLIB_SYSDEF_POLLIN = 1
#define GLIB_SYSDEF_POLLOUT = 4
#define GLIB_SYSDEF_POLLPRI = 2
#define GLIB_SYSDEF_POLLERR = 8
#define GLIB_SYSDEF_POLLHUP = 16
#define GLIB_SYSDEF_POLLNVAL = 32
#define G_HAVE_WCHAR_H 1
#define G_HAVE_WCTYPE_H 1
/* Define if this is Win32, possibly using the Cygwin emulation layer. */
#define WIN32 1
/* Define if this is Win32 without Cygwin. */
#define NATIVE_WIN32 1
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* GLIBCONFIG_H */

View File

@@ -1,851 +0,0 @@
/**************************************************************************
IDL.h (IDL parse tree and namespace components)
Copyright (C) 1998, 1999 Andrew T. Veliath
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: IDL.h,v 1.1 2002-10-18 08:31:49 seawood%netscape.com Exp $
***************************************************************************/
#ifndef __IDL_H
#define __IDL_H
#include <glib.h>
/* Try to find wchar_t support */
#include <stdlib.h>
#if 1 /* HAVE_WCHAR_H */
# include <wchar.h>
#endif
#if 0 /* HAVE_WCSTR_H */
# include <wcstr.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* version */
#define LIBIDL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LIBIDL_MAJOR_VERSION 0
#define LIBIDL_MINOR_VERSION 6
#define LIBIDL_MICRO_VERSION 8
#define LIBIDL_VERSION_CODE LIBIDL_VERSION(0,6,8)
/* miscellaneous constants */
#define IDL_SUCCESS 0
#define IDL_ERROR 1
#define IDL_WARNING1 2
#define IDL_WARNING2 3
#define IDL_WARNING3 4
#define IDL_WARNINGMAX IDL_WARNING3
/* general parse flags */
#define IDLF_VERBOSE (1UL << 0)
#define IDLF_NO_EVAL_CONST (1UL << 1)
#define IDLF_COMBINE_REOPENED_MODULES (1UL << 2)
#define IDLF_PREFIX_FILENAME (1UL << 3)
#define IDLF_IGNORE_FORWARDS (1UL << 4)
#define IDLF_PEDANTIC (1UL << 5)
#define IDLF_INHIBIT_TAG_ONLY (1UL << 6)
#define IDLF_INHIBIT_INCLUDES (1UL << 7)
/* syntax extension parse flags */
#define IDLF_TYPECODES (1UL << 16)
#define IDLF_XPIDL (1UL << 17)
#define IDLF_PROPERTIES (1UL << 18)
#define IDLF_CODEFRAGS (1UL << 19)
/* declaration specification flags */
#define IDLF_DECLSPEC_EXIST (1UL << 0)
#define IDLF_DECLSPEC_INHIBIT (1UL << 1)
/* output flags */
#define IDLF_OUTPUT_NO_NEWLINES (1UL << 0)
#define IDLF_OUTPUT_NO_QUALIFY_IDENTS (1UL << 1)
#define IDLF_OUTPUT_PROPERTIES (1UL << 2)
#define IDLF_OUTPUT_CODEFRAGS (1UL << 3)
#ifdef _WIN32
# define IDL_EXPORT __declspec (dllexport)
# define IDL_IMPORT __declspec (dllimport)
#else
# define IDL_EXPORT /* empty */
# define IDL_IMPORT extern
#endif
/* type casting checks */
#define IDL_check_cast_enable(boolean) do { \
IDL_IMPORT int __IDL_check_type_casts; \
__IDL_check_type_casts = (boolean); \
} while (0)
#define IDL_CHECK_CAST(tree, thetype, name) \
(IDL_check_type_cast(tree, thetype, \
__FILE__, __LINE__, \
G_GNUC_PRETTY_FUNCTION)->u.name)
#ifdef G_HAVE_GINT64
# if G_MAXLONG > 0xffffffffUL
# define IDL_LL "l"
# else
# define IDL_LL "ll"
# endif
typedef gint64 IDL_longlong_t;
typedef guint64 IDL_ulonglong_t;
#else
# define IDL_LL "l"
typedef long IDL_longlong_t;
typedef unsigned long IDL_ulonglong_t;
# warning 64-bit integer type not available, using 32-bit instead
#endif /* G_HAVE_GINT64 */
typedef unsigned int IDL_declspec_t;
typedef struct _IDL_tree_node IDL_tree_node;
typedef struct _IDL_tree_node * IDL_tree;
struct _IDL_LIST {
IDL_tree data;
IDL_tree prev;
IDL_tree next;
IDL_tree _tail; /* Internal use, may not be valid */
};
#define IDL_LIST(a) IDL_CHECK_CAST(a, IDLN_LIST, idl_list)
extern IDL_tree IDL_list_new (IDL_tree data);
extern IDL_tree IDL_list_concat (IDL_tree orig,
IDL_tree append);
extern IDL_tree IDL_list_remove (IDL_tree list,
IDL_tree p);
extern int IDL_list_length (IDL_tree list);
extern IDL_tree IDL_list_nth (IDL_tree list,
int n);
struct _IDL_GENTREE {
IDL_tree data;
GHashTable *siblings;
GHashTable *children;
GHashFunc hash_func;
GCompareFunc key_compare_func;
IDL_tree _import; /* Internal use, do not recurse */
char *_cur_prefix; /* Internal use */
};
#define IDL_GENTREE(a) IDL_CHECK_CAST(a, IDLN_GENTREE, idl_gentree)
extern IDL_tree IDL_gentree_new (GHashFunc hash_func,
GCompareFunc key_compare_func,
IDL_tree data);
extern IDL_tree IDL_gentree_new_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_child (IDL_tree from,
IDL_tree data);
struct _IDL_INTEGER {
IDL_longlong_t value;
};
#define IDL_INTEGER(a) IDL_CHECK_CAST(a, IDLN_INTEGER, idl_integer)
extern IDL_tree IDL_integer_new (IDL_longlong_t value);
struct _IDL_STRING {
char *value;
};
#define IDL_STRING(a) IDL_CHECK_CAST(a, IDLN_STRING, idl_string)
extern IDL_tree IDL_string_new (char *value);
struct _IDL_WIDE_STRING {
wchar_t *value;
};
#define IDL_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_WIDE_STRING, idl_wide_string)
extern IDL_tree IDL_wide_string_new (wchar_t *value);
struct _IDL_CHAR {
char *value;
};
#define IDL_CHAR(a) IDL_CHECK_CAST(a, IDLN_CHAR, idl_char)
extern IDL_tree IDL_char_new (char *value);
struct _IDL_WIDE_CHAR {
wchar_t *value;
};
#define IDL_WIDE_CHAR(a) IDL_CHECK_CAST(a, IDLN_WIDE_CHAR, idl_wide_char)
extern IDL_tree IDL_wide_char_new (wchar_t *value);
struct _IDL_FIXED {
char *value;
};
#define IDL_FIXED(a) IDL_CHECK_CAST(a, IDLN_FIXED, idl_fixed)
extern IDL_tree IDL_fixed_new (char *value);
struct _IDL_FLOAT {
double value;
};
#define IDL_FLOAT(a) IDL_CHECK_CAST(a, IDLN_FLOAT, idl_float)
extern IDL_tree IDL_float_new (double value);
struct _IDL_BOOLEAN {
unsigned value;
};
#define IDL_BOOLEAN(a) IDL_CHECK_CAST(a, IDLN_BOOLEAN, idl_boolean)
extern IDL_tree IDL_boolean_new (unsigned value);
struct _IDL_IDENT {
char *str;
char *repo_id;
GSList *comments;
IDL_tree _ns_ref; /* Internal use, do not recurse */
unsigned _flags; /* Internal use */
#define IDLF_IDENT_CASE_MISMATCH_HIT (1UL << 0)
};
#define IDL_IDENT(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident)
#define IDL_IDENT_TO_NS(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident._ns_ref)
#define IDL_IDENT_REPO_ID(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident.repo_id)
extern IDL_tree IDL_ident_new (char *str);
extern void IDL_queue_new_ident_comment (const char *str);
enum IDL_float_type {
IDL_FLOAT_TYPE_FLOAT,
IDL_FLOAT_TYPE_DOUBLE,
IDL_FLOAT_TYPE_LONGDOUBLE
};
struct _IDL_TYPE_FLOAT {
enum IDL_float_type f_type;
};
#define IDL_TYPE_FLOAT(a) IDL_CHECK_CAST(a, IDLN_TYPE_FLOAT, idl_type_float)
extern IDL_tree IDL_type_float_new (enum IDL_float_type f_type);
struct _IDL_TYPE_FIXED {
IDL_tree positive_int_const;
IDL_tree integer_lit;
};
#define IDL_TYPE_FIXED(a) IDL_CHECK_CAST(a, IDLN_TYPE_FIXED, idl_type_fixed)
extern IDL_tree IDL_type_fixed_new (IDL_tree positive_int_const,
IDL_tree integer_lit);
enum IDL_integer_type {
IDL_INTEGER_TYPE_SHORT,
IDL_INTEGER_TYPE_LONG,
IDL_INTEGER_TYPE_LONGLONG
};
struct _IDL_TYPE_INTEGER {
unsigned f_signed : 1;
enum IDL_integer_type f_type;
};
#define IDL_TYPE_INTEGER(a) IDL_CHECK_CAST(a, IDLN_TYPE_INTEGER, idl_type_integer)
extern IDL_tree IDL_type_integer_new (unsigned f_signed,
enum IDL_integer_type f_type);
extern IDL_tree IDL_type_char_new (void);
extern IDL_tree IDL_type_wide_char_new (void);
extern IDL_tree IDL_type_boolean_new (void);
extern IDL_tree IDL_type_octet_new (void);
extern IDL_tree IDL_type_any_new (void);
extern IDL_tree IDL_type_object_new (void);
extern IDL_tree IDL_type_typecode_new (void);
struct _IDL_TYPE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRING, idl_type_string)
extern IDL_tree IDL_type_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_WIDE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_WIDE_STRING, idl_type_wide_string)
extern IDL_tree IDL_type_wide_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_ENUM {
IDL_tree ident;
IDL_tree enumerator_list;
};
#define IDL_TYPE_ENUM(a) IDL_CHECK_CAST(a, IDLN_TYPE_ENUM, idl_type_enum)
extern IDL_tree IDL_type_enum_new (IDL_tree ident,
IDL_tree enumerator_list);
struct _IDL_TYPE_ARRAY {
IDL_tree ident;
IDL_tree size_list;
};
#define IDL_TYPE_ARRAY(a) IDL_CHECK_CAST(a, IDLN_TYPE_ARRAY, idl_type_array)
extern IDL_tree IDL_type_array_new (IDL_tree ident,
IDL_tree size_list);
struct _IDL_TYPE_SEQUENCE {
IDL_tree simple_type_spec;
IDL_tree positive_int_const;
};
#define IDL_TYPE_SEQUENCE(a) IDL_CHECK_CAST(a, IDLN_TYPE_SEQUENCE, idl_type_sequence)
extern IDL_tree IDL_type_sequence_new (IDL_tree simple_type_spec,
IDL_tree positive_int_const);
struct _IDL_TYPE_STRUCT {
IDL_tree ident;
IDL_tree member_list;
};
#define IDL_TYPE_STRUCT(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRUCT, idl_type_struct)
extern IDL_tree IDL_type_struct_new (IDL_tree ident,
IDL_tree member_list);
struct _IDL_TYPE_UNION {
IDL_tree ident;
IDL_tree switch_type_spec;
IDL_tree switch_body;
};
#define IDL_TYPE_UNION(a) IDL_CHECK_CAST(a, IDLN_TYPE_UNION, idl_type_union)
extern IDL_tree IDL_type_union_new (IDL_tree ident,
IDL_tree switch_type_spec,
IDL_tree switch_body);
struct _IDL_MEMBER {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_MEMBER(a) IDL_CHECK_CAST(a, IDLN_MEMBER, idl_member)
extern IDL_tree IDL_member_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_NATIVE {
IDL_tree ident;
char *user_type; /* XPIDL extension */
};
#define IDL_NATIVE(a) IDL_CHECK_CAST(a, IDLN_NATIVE, idl_native)
extern IDL_tree IDL_native_new (IDL_tree ident);
struct _IDL_TYPE_DCL {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_TYPE_DCL(a) IDL_CHECK_CAST(a, IDLN_TYPE_DCL, idl_type_dcl)
extern IDL_tree IDL_type_dcl_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_CONST_DCL {
IDL_tree const_type;
IDL_tree ident;
IDL_tree const_exp;
};
#define IDL_CONST_DCL(a) IDL_CHECK_CAST(a, IDLN_CONST_DCL, idl_const_dcl)
extern IDL_tree IDL_const_dcl_new (IDL_tree const_type,
IDL_tree ident,
IDL_tree const_exp);
struct _IDL_EXCEPT_DCL {
IDL_tree ident;
IDL_tree members;
};
#define IDL_EXCEPT_DCL(a) IDL_CHECK_CAST(a, IDLN_EXCEPT_DCL, idl_except_dcl)
extern IDL_tree IDL_except_dcl_new (IDL_tree ident,
IDL_tree members);
struct _IDL_ATTR_DCL {
unsigned f_readonly : 1;
IDL_tree param_type_spec;
IDL_tree simple_declarations;
};
#define IDL_ATTR_DCL(a) IDL_CHECK_CAST(a, IDLN_ATTR_DCL, idl_attr_dcl)
extern IDL_tree IDL_attr_dcl_new (unsigned f_readonly,
IDL_tree param_type_spec,
IDL_tree simple_declarations);
struct _IDL_OP_DCL {
unsigned __f_noscript : 1; /* Deprecated */
unsigned f_oneway : 1;
/* XPIDL extension (varags) */
unsigned f_varargs : 1;
IDL_tree op_type_spec;
IDL_tree ident;
IDL_tree parameter_dcls;
IDL_tree raises_expr;
IDL_tree context_expr;
};
#define IDL_OP_DCL(a) IDL_CHECK_CAST(a, IDLN_OP_DCL, idl_op_dcl)
extern IDL_tree IDL_op_dcl_new (unsigned f_oneway,
IDL_tree op_type_spec,
IDL_tree ident,
IDL_tree parameter_dcls,
IDL_tree raises_expr,
IDL_tree context_expr);
enum IDL_param_attr {
IDL_PARAM_IN,
IDL_PARAM_OUT,
IDL_PARAM_INOUT
};
struct _IDL_PARAM_DCL {
enum IDL_param_attr attr;
IDL_tree param_type_spec;
IDL_tree simple_declarator;
};
#define IDL_PARAM_DCL(a) IDL_CHECK_CAST(a, IDLN_PARAM_DCL, idl_param_dcl)
extern IDL_tree IDL_param_dcl_new (enum IDL_param_attr attr,
IDL_tree param_type_spec,
IDL_tree simple_declarator);
struct _IDL_CASE_STMT {
IDL_tree labels;
IDL_tree element_spec;
};
#define IDL_CASE_STMT(a) IDL_CHECK_CAST(a, IDLN_CASE_STMT, idl_case_stmt)
extern IDL_tree IDL_case_stmt_new (IDL_tree labels,
IDL_tree element_spec);
struct _IDL_INTERFACE {
IDL_tree ident;
IDL_tree inheritance_spec;
IDL_tree body;
};
#define IDL_INTERFACE(a) IDL_CHECK_CAST(a, IDLN_INTERFACE, idl_interface)
extern IDL_tree IDL_interface_new (IDL_tree ident,
IDL_tree inheritance_spec,
IDL_tree body);
struct _IDL_FORWARD_DCL {
IDL_tree ident;
};
#define IDL_FORWARD_DCL(a) IDL_CHECK_CAST(a, IDLN_FORWARD_DCL, idl_forward_dcl)
extern IDL_tree IDL_forward_dcl_new (IDL_tree ident);
struct _IDL_MODULE {
IDL_tree ident;
IDL_tree definition_list;
};
#define IDL_MODULE(a) IDL_CHECK_CAST(a, IDLN_MODULE, idl_module)
extern IDL_tree IDL_module_new (IDL_tree ident,
IDL_tree definition_list);
enum IDL_binop {
IDL_BINOP_OR,
IDL_BINOP_XOR,
IDL_BINOP_AND,
IDL_BINOP_SHR,
IDL_BINOP_SHL,
IDL_BINOP_ADD,
IDL_BINOP_SUB,
IDL_BINOP_MULT,
IDL_BINOP_DIV,
IDL_BINOP_MOD
};
struct _IDL_BINOP {
enum IDL_binop op;
IDL_tree left, right;
};
#define IDL_BINOP(a) IDL_CHECK_CAST(a, IDLN_BINOP, idl_binop)
extern IDL_tree IDL_binop_new (enum IDL_binop op,
IDL_tree left,
IDL_tree right);
enum IDL_unaryop {
IDL_UNARYOP_PLUS,
IDL_UNARYOP_MINUS,
IDL_UNARYOP_COMPLEMENT
};
struct _IDL_UNARYOP {
enum IDL_unaryop op;
IDL_tree operand;
};
#define IDL_UNARYOP(a) IDL_CHECK_CAST(a, IDLN_UNARYOP, idl_unaryop)
extern IDL_tree IDL_unaryop_new (enum IDL_unaryop op,
IDL_tree operand);
/* XPIDL code fragments extension. */
struct _IDL_CODEFRAG {
char *desc;
GSList *lines;
};
#define IDL_CODEFRAG(a) IDL_CHECK_CAST(a, IDLN_CODEFRAG, idl_codefrag)
extern IDL_tree IDL_codefrag_new (char *desc,
GSList *lines);
/*
* IDL_tree_type - Enumerations of node types
*
* Note this enumerator list is subject to change in the future. A program should not need
* more than a recompilation to adjust for a change in this list, so instead of using a
* statically initialized jumptable, allocate an array of size IDLN_LAST and assign the
* elements manually.
*/
typedef enum {
IDLN_NONE,
IDLN_ANY,
IDLN_LIST,
IDLN_GENTREE,
IDLN_INTEGER,
IDLN_STRING,
IDLN_WIDE_STRING,
IDLN_CHAR,
IDLN_WIDE_CHAR,
IDLN_FIXED,
IDLN_FLOAT,
IDLN_BOOLEAN,
IDLN_IDENT,
IDLN_TYPE_DCL,
IDLN_CONST_DCL,
IDLN_EXCEPT_DCL,
IDLN_ATTR_DCL,
IDLN_OP_DCL,
IDLN_PARAM_DCL,
IDLN_FORWARD_DCL,
IDLN_TYPE_INTEGER,
IDLN_TYPE_FLOAT,
IDLN_TYPE_FIXED,
IDLN_TYPE_CHAR,
IDLN_TYPE_WIDE_CHAR,
IDLN_TYPE_STRING,
IDLN_TYPE_WIDE_STRING,
IDLN_TYPE_BOOLEAN,
IDLN_TYPE_OCTET,
IDLN_TYPE_ANY,
IDLN_TYPE_OBJECT,
IDLN_TYPE_TYPECODE,
IDLN_TYPE_ENUM,
IDLN_TYPE_SEQUENCE,
IDLN_TYPE_ARRAY,
IDLN_TYPE_STRUCT,
IDLN_TYPE_UNION,
IDLN_MEMBER,
IDLN_NATIVE,
IDLN_CASE_STMT,
IDLN_INTERFACE,
IDLN_MODULE,
IDLN_BINOP,
IDLN_UNARYOP,
IDLN_CODEFRAG,
IDLN_LAST
} IDL_tree_type;
IDL_IMPORT const char * IDL_tree_type_names[];
struct _IDL_tree_node {
IDL_tree_type _type;
IDL_tree up; /* Do not recurse */
IDL_declspec_t declspec;
GHashTable *properties;
int refs;
char *_file; /* Internal use */
int _line; /* Internal use */
union {
struct _IDL_LIST idl_list;
struct _IDL_GENTREE idl_gentree;
struct _IDL_INTEGER idl_integer;
struct _IDL_STRING idl_string;
struct _IDL_WIDE_STRING idl_wide_string;
struct _IDL_CHAR idl_char;
struct _IDL_WIDE_CHAR idl_wide_char;
struct _IDL_FIXED idl_fixed;
struct _IDL_FLOAT idl_float;
struct _IDL_BOOLEAN idl_boolean;
struct _IDL_IDENT idl_ident;
struct _IDL_TYPE_DCL idl_type_dcl;
struct _IDL_CONST_DCL idl_const_dcl;
struct _IDL_EXCEPT_DCL idl_except_dcl;
struct _IDL_ATTR_DCL idl_attr_dcl;
struct _IDL_OP_DCL idl_op_dcl;
struct _IDL_PARAM_DCL idl_param_dcl;
struct _IDL_FORWARD_DCL idl_forward_dcl;
struct _IDL_TYPE_FLOAT idl_type_float;
struct _IDL_TYPE_FIXED idl_type_fixed;
struct _IDL_TYPE_INTEGER idl_type_integer;
struct _IDL_TYPE_ENUM idl_type_enum;
struct _IDL_TYPE_STRING idl_type_string;
struct _IDL_TYPE_WIDE_STRING idl_type_wide_string;
struct _IDL_TYPE_SEQUENCE idl_type_sequence;
struct _IDL_TYPE_ARRAY idl_type_array;
struct _IDL_TYPE_STRUCT idl_type_struct;
struct _IDL_TYPE_UNION idl_type_union;
struct _IDL_MEMBER idl_member;
struct _IDL_NATIVE idl_native;
struct _IDL_CASE_STMT idl_case_stmt;
struct _IDL_INTERFACE idl_interface;
struct _IDL_MODULE idl_module;
struct _IDL_BINOP idl_binop;
struct _IDL_UNARYOP idl_unaryop;
struct _IDL_CODEFRAG idl_codefrag;
} u;
/* Fields for application use */
guint32 flags;
gpointer data;
};
#define IDL_NODE_TYPE(a) ((a)->_type)
#define IDL_NODE_TYPE_NAME(a) ((a)?IDL_tree_type_names[IDL_NODE_TYPE(a)]:"NULL")
#define IDL_NODE_UP(a) ((a)->up)
#define IDL_NODE_PROPERTIES(a) ((a)->properties)
#define IDL_NODE_DECLSPEC(a) ((a)->declspec)
#define IDL_NODE_REFS(a) ((a)->refs)
#define IDL_NODE_IS_LITERAL(a) \
(IDL_NODE_TYPE(a) == IDLN_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_STRING || \
IDL_NODE_TYPE(a) == IDLN_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_CHAR || \
IDL_NODE_TYPE(a) == IDLN_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_FIXED || \
IDL_NODE_TYPE(a) == IDLN_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_BOOLEAN)
#define IDL_NODE_IS_TYPE(a) \
(IDL_NODE_TYPE(a) == IDLN_TYPE_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FIXED || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_BOOLEAN || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OCTET || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ANY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OBJECT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_TYPECODE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ARRAY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_SEQUENCE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
#define IDL_NODE_IS_SCOPED(a) \
(IDL_NODE_TYPE(a) == IDLN_IDENT || \
IDL_NODE_TYPE(a) == IDLN_INTERFACE || \
IDL_NODE_TYPE(a) == IDLN_MODULE || \
IDL_NODE_TYPE(a) == IDLN_EXCEPT_DCL || \
IDL_NODE_TYPE(a) == IDLN_OP_DCL || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
typedef struct _IDL_ns * IDL_ns;
struct _IDL_ns {
IDL_tree global;
IDL_tree file;
IDL_tree current;
GHashTable *inhibits;
GHashTable *filename_hash;
};
#define IDL_NS(a) (*(a))
typedef enum {
IDL_INPUT_REASON_INIT,
IDL_INPUT_REASON_FILL,
IDL_INPUT_REASON_ABORT,
IDL_INPUT_REASON_FINISH
} IDL_input_reason;
union IDL_input_data {
struct {
const char *filename;
} init;
struct {
char *buffer;
size_t max_size;
} fill;
};
typedef int (*IDL_input_callback) (IDL_input_reason reason,
union IDL_input_data *data,
gpointer user_data);
typedef int (*IDL_msg_callback) (int level,
int num,
int line,
const char *filename,
const char *message);
typedef struct _IDL_tree_func_state IDL_tree_func_state;
typedef struct _IDL_tree_func_data IDL_tree_func_data;
/* Traversal state data. Recursive walks chain states. */
struct _IDL_tree_func_state {
IDL_tree_func_state *up;
IDL_tree start;
IDL_tree_func_data *bottom;
};
/* This holds a list of the up hierarchy traversed, beginning from traversal. This is
* useful since nodes referenced after initial definition will have a different traversal
* path than the actual up path. */
struct _IDL_tree_func_data {
IDL_tree_func_state *state;
IDL_tree_func_data *up;
IDL_tree tree;
gint step;
gpointer data; /* Application data */
};
typedef gboolean (*IDL_tree_func) (IDL_tree_func_data *tnfd,
gpointer user_data);
extern IDL_tree IDL_check_type_cast (const IDL_tree var,
IDL_tree_type type,
const char *file,
int line,
const char *function);
extern const char * IDL_get_libver_string (void);
extern const char * IDL_get_IDLver_string (void);
extern int IDL_parse_filename (const char *filename,
const char *cpp_args,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_parse_filename_with_input (const char *filename,
IDL_input_callback input_cb,
gpointer input_cb_user_data,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_ns_prefix (IDL_ns ns,
const char *s);
extern void IDL_ns_ID (IDL_ns ns,
const char *s);
extern void IDL_ns_version (IDL_ns ns,
const char *s);
extern int IDL_inhibit_get (void);
extern void IDL_inhibit_push (void);
extern void IDL_inhibit_pop (void);
extern void IDL_file_set (const char *filename,
int line);
extern void IDL_file_get (const char **filename,
int *line);
extern IDL_tree IDL_get_parent_node (IDL_tree p,
IDL_tree_type type,
int *scope_levels);
extern IDL_tree IDL_tree_get_scope (IDL_tree p);
extern int IDL_tree_get_node_info (IDL_tree tree,
char **who,
char **what);
extern void IDL_tree_error (IDL_tree p,
const char *fmt,
...)
G_GNUC_PRINTF (2, 3);
extern void IDL_tree_warning (IDL_tree p,
int level,
const char *fmt,
...)
G_GNUC_PRINTF (3, 4);
extern const char * IDL_tree_property_get (IDL_tree tree,
const char *key);
extern void IDL_tree_property_set (IDL_tree tree,
const char *key,
const char *value);
extern gboolean IDL_tree_property_remove (IDL_tree tree,
const char *key);
extern void IDL_tree_properties_copy (IDL_tree from_tree,
IDL_tree to_tree);
extern void IDL_tree_remove_inhibits (IDL_tree *tree,
IDL_ns ns);
extern void IDL_tree_walk (IDL_tree p,
IDL_tree_func_data *current,
IDL_tree_func pre_tree_func,
IDL_tree_func post_tree_func,
gpointer user_data);
extern void IDL_tree_walk_in_order (IDL_tree p,
IDL_tree_func tree_func,
gpointer user_data);
extern void IDL_tree_free (IDL_tree root);
extern void IDL_tree_to_IDL (IDL_tree p,
IDL_ns ns,
FILE *output,
unsigned long output_flags);
extern GString * IDL_tree_to_IDL_string (IDL_tree p,
IDL_ns ns,
unsigned long output_flags);
extern gchar * IDL_do_escapes (const char *s);
extern IDL_tree IDL_resolve_const_exp (IDL_tree p,
IDL_tree_type type);
extern IDL_ns IDL_ns_new (void);
extern void IDL_ns_free (IDL_ns ns);
extern IDL_tree IDL_ns_resolve_this_scope_ident (IDL_ns ns,
IDL_tree scope,
IDL_tree ident);
extern IDL_tree IDL_ns_resolve_ident (IDL_ns ns,
IDL_tree ident);
extern IDL_tree IDL_ns_lookup_this_scope (IDL_ns ns,
IDL_tree scope,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_lookup_cur_scope (IDL_ns ns,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_place_new (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_push_scope (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_pop_scope (IDL_ns ns);
extern IDL_tree IDL_ns_qualified_ident_new (IDL_tree nsid);
extern gchar * IDL_ns_ident_to_qstring (IDL_tree ns_ident,
const char *join,
int scope_levels);
extern int IDL_ns_scope_levels_from_here (IDL_ns ns,
IDL_tree ident,
IDL_tree parent);
extern gchar * IDL_ns_ident_make_repo_id (IDL_ns ns,
IDL_tree p,
const char *p_prefix,
int *major,
int *minor);
#ifdef __cplusplus
}
#endif
#endif /* __IDL_H */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,40 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Product Branding Issues</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
Product Branding Instructions</H3>
Under the terms of the Unlimited Localization Program, you must remove
or replace all trademarked Netscape terms, brand names, icons, images,
etc.&nbsp; These trademarks are listed on the page found at the following
URL:
<P><A HREF="http://home.netscape.com/misc/trademarks.html#trademarks">http://home.netscape.com/misc/trademarks.html#trademarks</A>
<P>Please refer to that page for details.&nbsp; You may not release a localized
version of the Netscape Communicator with these trademarks left in the
product.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html#branding">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,100 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Getting Started</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="getting started"></A>2. Getting Started</H2>
Before you can begin using the Windows Installer Localization Kit, you
must install it and setup your working directories. This is a simple matter
of unzipping the compressed kit file(s) into the proper directories. Your
system must also meet certain requirements to run the tools needed to perform
the localization steps described below.
<P>
<HR WIDTH="50%">
<H3>
<A NAME="sysreqs"></A>System Requirements</H3>
There few system requirements for the kit in the strictest sense; however,
your choice of tools will have their own set of requirements.&nbsp; The
most likely minimum configuration will be as follows:
<UL>
<LI>
100% IBM compatible PC</LI>
<LI>
Pentium<SUP><FONT SIZE=-1>&reg;</FONT></SUP> processor</LI>
<LI>
Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP> Windows NT 3.51 or 4.0 (localized
versions will help testing but aren't required)</LI>
<LI>
16 MB RAM</LI>
<LI>
30 MB available hard disk space</LI>
<LI>
InstallShield International version 3.0 or other install builder software</LI>
<LI>
A visual resource editor, such as those provided with Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP>
Visual C++, Borland<SUP><FONT SIZE=-1>&reg;</FONT></SUP> C++, etc.</LI>
<LI>
An active Internet connection and the ability to ftp (send and receive)
large files</LI>
<LI>
A Web browser (say, for example, Netscape Communicator ;-)</LI>
</UL>
<H3>
<HR WIDTH="50%"></H3>
<H3>
<A NAME="install"></A>Installing the Kit</H3>
It is recommended that you install the Windows Installer Localization Kit
into the same directory as your other Netscape/Mozilla localization kits:
in other words, install this kit into your <B>kitRoot </B>directory.&nbsp;
Place this localization kit's .ZIP file in that directory and UNZIP it
with the -d parameter:
<P>PKUNZIP -d <I>filename</I>
<UL><B>Example:&nbsp; <TT>PKUNZIP -d instkit</TT></B></UL>
<HR WIDTH="50%">
<H3>
<A NAME="configtool"></A>Configuring Your Tools</H3>
Please refer to your Installshield or other install builder tool's documentation
for set up and usage instructions.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="nomenclature.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="usingKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS]</A></CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,203 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>ISO Locale codes</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1>
ISO Language and Country Codes</H1></CENTER>
2 letter language codes are derived from the ISO 639 standard; country
codes are from ISO 3166. Here are the codes for the locales currently supported
by the L10n kits. If an entry also includes the country code then you must
use that as well when creating the locale directory or naming a file.
<H3>
ISO Language and Country Codes table</H3>
<TABLE BORDER=5 >
<TR>
<TD><U>Language Name</U></TD>
<TD><U>Language Code</U></TD>
<TD><U>Country Code</U></TD>
</TR>
<TR>
<TD>
<CENTER>Chinese (Traditional)</CENTER>
</TD>
<TD>
<CENTER>zh</CENTER>
</TD>
<TD>
<CENTER>CN</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Chinese (Simplified)</CENTER>
</TD>
<TD>
<CENTER>zh</CENTER>
</TD>
<TD>
<CENTER>TW</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Danish</CENTER>
</TD>
<TD>
<CENTER>da</CENTER>
</TD>
<TD>
<CENTER>DK</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Dutch</CENTER>
</TD>
<TD>
<CENTER>nl</CENTER>
</TD>
<TD>
<CENTER>NL</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>French</CENTER>
</TD>
<TD>
<CENTER>fr</CENTER>
</TD>
<TD>
<CENTER>FR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>German</CENTER>
</TD>
<TD>
<CENTER>de</CENTER>
</TD>
<TD>
<CENTER>DE</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Italian</CENTER>
</TD>
<TD>
<CENTER>it</CENTER>
</TD>
<TD>
<CENTER>IT</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Japanese</CENTER>
</TD>
<TD>
<CENTER>ja</CENTER>
</TD>
<TD>
<CENTER>JP</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Korean</CENTER>
</TD>
<TD>
<CENTER>ko</CENTER>
</TD>
<TD>
<CENTER>KR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Portuguese</CENTER>
</TD>
<TD>
<CENTER>pt</CENTER>
</TD>
<TD>
<CENTER>BR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Spanish</CENTER>
</TD>
<TD>
<CENTER>es</CENTER>
</TD>
<TD>
<CENTER>ES</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Swedish</CENTER>
</TD>
<TD>
<CENTER>sv</CENTER>
</TD>
<TD>
<CENTER>SE</CENTER>
</TD>
</TR>
</TABLE>
<CENTER><BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1997, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,99 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Kit Overview</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="kitoverview"></A>Kit Overview</H3>
This kit is primarily intended for knowledgeable developers who are familiar
with the localization process, with InstallShield or other installation
programs, and with Windows resource editors.&nbsp; There are two basic
approaches you can take to create an installer for your localized Communicator,
Navigator or Mozilla derivative product:
<OL>
<LI>
Use an existing Communicator or Navigator Export product installer as a
base and add your localized files, or</LI>
<LI>
Create your own install program and use the registry setting information
provided by the kit.</LI>
</OL>
<UL>
<H4>
<A NAME="method1"></A>Overview of Method 1.</H4>
For this method you will need the following components:
<BR>&nbsp;
<UL>
<LI>
Your own copy of InstallShield version 3 International</LI>
<LI>
The appropriate version of a Netscape Communicator or Navigator installer.</LI>
<LI>
This localization kit.</LI>
<LI>
A text editor.</LI>
<LI>
A resource editor (e.g., MSDEV)</LI>
</UL>
<P>You will start with an Export version of a Netscape Communicator or
Navigator installer.&nbsp; Then, you will extract the localizable components
and modify them as desired.&nbsp; You will localize a number of strings
contained in .INI files using a text editor. You will use a resource editor
or the Netscape Translation Tools to localize STRINGTABLE and DIALOG resource
types contained in two .DLLs. Once the localizable components of the installer
are finished, you will reassemble the installer using the InstallShield
EXE BUILDER tool, including your localized Communicator, Navigator or Mozilla
derivative product.&nbsp; This process is detailed in the next section.</UL>
<UL>
<H4>
<A NAME="method2"></A>Overview of Method 2.</H4>
For this method you will need the following components:
<BR>&nbsp;
<UL>
<LI>
Your own copy of any install builder software</LI>
<LI>
This localization kit</LI>
</UL>
<P>You will create your own installation program in whatever fashion you
wish.&nbsp; In order for your localized product to function properly, your
installer will need to implement certain <A HREF="registrySettings.html">Windows
registry settings</A>.</UL>
&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="projectOverview.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="kitStruct.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
&nbsp;
<CENTER><FONT SIZE=-1>&nbsp;1998, Copyright Netscape Communications Corp.
All Rights Reserved</FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,63 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Kit Structure</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="kitstruct"></A>Kit Structure and Organization</H3>
When you install this localization kit you will find a number of new directories
on your hard disk. Each directory is named so as to be fairly self-explanatory,
but the following diagram and description may help avoid any confusion
you may have about what's what.
<H4>
<IMG SRC="l10ntree.jpg" BORDER=0 HEIGHT=98 WIDTH=177></H4>
<H4>
Description of Kit Directories</H4>
<UL>
<LI>
The <B><TT>kitRoot</TT> </B>directory is wherever you install the Netscape
Localization Kits.</LI>
<LI>
The <B><TT>l10nkits</TT> </B>directory contains the tools (if any) and
documentation you need to complete your work.</LI>
<LI>
Since this kit concerns the Windows client product (as opposed to our server
products) all the relevant documentation and tools are found under the
<B><TT>client\windows </TT></B>directory.</LI>
<LI>
The <B><TT>docs</TT> </B>directory contains documentation on the kit, including
the file you are reading now.</LI>
</UL>
&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="kitOverview.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="nomenclature.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,51 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize AIM.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for AIM.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>
File Copy String=<B>Copying Netscape AOL Instant Messenger Service files...</B>
<P>
Installation String=<B>Installing Netscape AOL Instant Messenger Service files...</B>
<P>
Configuration String=<B>Configuring Netscape AOL Instant Messenger Service...</B>
<P>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,65 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize CD.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for CD.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
You may need to move the placement of "%s" variables in your translation.</LI>
<LI>
Do not exceed the length of US string for Deinstall Dialog Wait Message.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Product Setup Title1= <B>Deinstaller</B>
<P>Product Version=<B>4.03 </B>(<B>en</B>)
<P>Deinstall Dialog Message=<B>Are you sure you want to deinstall</B> <B>Netscape
Communicator 4.03</B> ?
<P>Deinstall Dialog Wait Message=<B>Parsing</B> <B>Netscape Communicator
4.03&nbsp; deinstall log file</B> %s (<B>this will take several minutes)...</B>
<P>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
<BR>&nbsp;
</BODY>
</HTML>

View File

@@ -1,62 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize COSMO.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for COSMO.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
</UL>
<B>Specific Notes:</B>
<BR>&nbsp;
<BR>Installation String=<B>Installing Cosmo Player files...</B>
<P>Configuration String=<B>Configuring Cosmo Player...</B>
<P>File Copy String=<B>Copying Cosmo Player files...&nbsp;</B>
<P>Description=<B>VRML 2.0 support&nbsp;</B>
<P>[Registry Entries-Reg2]
<BR>HKEY Value=<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg3]
<BR>HKEY Key Path=Software\Netscape\Cosmo\<B>4.03</B> (<B>en</B>)
<P>[Registry Entries-Reg4]
<BR>HKEY Key Path=Software\Netscape\Cosmo\<B>4.03 </B>(<B>en</B>)\Main
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
<BR>&nbsp;
</BODY>
</HTML>

View File

@@ -1,32 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize _ISUSER.DLL</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for _ISUSER.DLL</H4>
All dialogs in this .DLL can be localized.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table1">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,45 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize MMEDIA.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for MMEDIA.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Audio/Video Playback files...</B>
<P>Configuration String=<B>Configuring Audio/Video Playback...</B>
<P>File Copy String=<B>Copying Audio/Video Playback files...</B>
<P>Description=<B>Support for multi-media web pages</B>
<P>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,68 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Localizing MPLAY32.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for MPLAY32.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Netscape Media Player files...</B>
<P>Configuration String=<B>Configuring Netscape Media Player...</B>
<P>File Copy String=<B>Copying Netscape Media Player files...</B>
<P>Description=<B>Streaming audio support</B>
<P>[Default Folder-Icon2]
<BR>ProgramFolder=[Default Folder]\<B>Utilities</B>
<P>[Registry Entries-Reg2]
<BR>HKEY Value=<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg3]
<BR>HKEY Key Path=Software\Netscape\Media Player\<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg4]
<BR>HKEY Key Path=Software\Netscape\Media Player\<B>4.03 </B>(<B>en</B>)\Main
<P>[Registry Entries-Reg5]
<BR>HKEY Key Path=Software\Netscape\Media Player\<B>4.03</B> (<B>en</B>)\Main
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;<BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,154 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize NAV40.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for NAV40.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Do not exceed the length of English string if possible.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
The "Utilities" folder name may be localized.</LI>
<LI>
"Item name" is the name that will appear under the associated icon; these
may be localized.</LI>
<LI>
You may need to move the placement of "%s" variables in your translation.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Netscape Communicator 4.03 files...</B>
<P>Configuration String=<B>Configuring Netscape Communicator 4.03...</B>
<P>File Copy String=<B>Copying Netscape Communicator 4.03 files...</B>
<P>Description=<B>Contains Collabra, Composer, Messenger, and Navigator</B>.
<P>Warn Previous Version Message=<B>Setup has detected a previous installation
of</B> %s. <B>If you installed plugins or helper applications with a previous
installation, you will need to reinstall them to this version of</B> <B>Communicator.</B>
<P>[Navigator 1]
<BR>Message=<B>Setup has detected that an instance of Navigator is currently
running. Please quit Navigator before running Setup.</B>
<P>[Navigator 2]
<BR>Message=<B>Setup has detected that an instance of Navigator is currently
running. Please quit</B> <B>Navigator before running Setup.</B>
<P>[Navigator 3]
<BR>Message=<B>Setup has detected that an instance of Navigator is currently
running. Please quit</B> <B>Navigator before running Setup.</B>
<P>[NSMail Notifier]
<BR>Message=<B>Installation cannot continue because the Mail Notification
program is currently running. Use your right mouse button to click the
Mail icon next to the task bar clock and select 'Exit' to disable Mail
Notification, then run the installer again.</B>
<P>[Navigator 4.05 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.05 (<B>en</B>)\Main
<P>[Navigator 4.04 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.04 (<B>en</B>)\Main
<P>[Navigator 4.03 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Navigator 4.02 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.02 (<B>en</B>)\Main
<P>[Navigator 4.01 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.01 (<B>en</B>)\Main
<P>[Navigator 4.0 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0 (<B>en</B>)\Main
<P>[Navigator 4.0b6 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b6 (<B>en</B>)\Main
<P>[Navigator 4.0b5 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b5 (<B>en</B>)\Main
<P>[Navigator 4.0b4 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b4 (<B>en</B>)\Main
<P>[Navigator 4.0b3 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b3 [<B>en</B>]\Main
<P>[Default Folder-Icon11]
<BR>ItemName=<B>User Profile Manager</B>
<P>[Default Folder-Icon12]
<BR>ProgramFolder=[Default Folder]\<B>Utilities</B>
<BR>ItemName=<B>User Profile Manager</B>
<P>[Default Folder-Icon13]
<BR>ItemName=<B>Netscape Mail Notification</B>
<P>[Default Folder-Icon14]
<BR>ProgramFolder=[Default Folder]\<B>Utilities</B>
<BR>ItemName=<B>Netscape Mail Notification</B>
<P>[Registry Entries-R14]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)
<P>[Registry Entries-R15]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R16]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R17]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R18]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R19]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R37]
<BR>HKEY Value=4.03 (<B>en</B>)
<P>[Registry Entries-R38]
<BR>HKEY Key Path=Software\Netscape\Netcaster\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R39]
<BR>HKEY Key Path=Software\Netscape\Netcaster\4.03 (<B>en</B>)\Main
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,49 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize NETCAST.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for NETCAST.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>
Installation String=<B>Installing Netscape Netcaster files...</B>
<P>
Configuration String=<B>Configuring Netscape Netcaster...</B>
<P>
File Copy String=<B>Copying Netscape Netcaster files...</B>
<P>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,67 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localizing NSCONF.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for NSCONF.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Netscape Conference files...</B>
<P>Configuration String=<B>Configuring Netscape Conference...</B>
<P>File Copy String=<B>Copying Netscape Conference files...</B>
<P>Description=<B>Real-time collaboration and audio conferencing</B>
<P>[Registry Entries-Reg17]
<BR>HKEY Value=<B>4.03</B> (<B>en</B>)
<P>[Registry Entries-Reg18]
<BR>HKEY Key Path=Software\Netscape\Conference\<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg19]
<BR>HKEY Key Path=Software\Netscape\Conference\<B>4.03</B> (<B>en</B>)\Main
<P>[Registry Entries-Reg20]
<BR>HKEY Key Path=Software\Netscape\Conference\<B>4.03</B> (<B>en</B>)\Main<BR>
<BR>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,71 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize RSUTIL.DLL</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for RSUTIL.DLL</H4>
<B>STRINGTABLES</B><B></B>
<P><B><FONT COLOR="#FF0000">Do not translate the following strings:</FONT></B>
<P>STRING ID:
<BR><I>1&nbsp;</I>
<BR><I>17 18 19&nbsp;</I>
<BR><I>20 21 22 23 24 25 26 27 28 29&nbsp;</I>
<BR><I>30 31 32 33 34 35 36 37 38 39&nbsp;</I>
<BR><I>40 41 42 43 44 45 46 47 48 49&nbsp;</I>
<BR><I>50 51 52 53 54 55 56 57 58 59&nbsp;</I>
<BR><I>60 61 62 63 64 65 66 67 68 69&nbsp;</I>
<BR><I>70 71 72 73 74 75 76 77 78 79&nbsp;</I>
<BR><I>80 81 82 83 85 86 88&nbsp;</I>
<BR><I>90 91 92 95 97 98 99</I>
<BR><I>100 101 102 103 104 105 106 107 108 109</I>
<BR><I>110 111 112 113 114</I>
<BR><I>122 123 126 127 129</I>
<BR><I>132 133 134 135 136 137 138 139</I>
<BR><I>140 145 149</I>
<BR><I>151 153 154 155 156 157 158 159</I>
<BR><I>162 163 164 165 166 167 169&nbsp;</I>
<BR><I>170 171 172 173 174 175 176 177 178 179</I>
<BR><I>180 181 182 183 184 185 187 188</I>
<BR><I>190 192 193 194 195 196 197 198 199</I>
<BR><I>200 201 202 203 204 205 206 207 208 209</I>
<BR><I>210 211 212 213 214 215 216 217 218 219</I>
<BR><I>220 221 222 226 227 228 229&nbsp;</I>
<BR><I>230 232 233 234 235 236 237 238 239</I>
<BR><I>240 241 242 243 244 245 246 247 248 249</I>
<BR><I>250 251 252 253 254 255 256 257&nbsp;</I>
<BR><I>260 261 263 264 265 266 267 269</I>
<BR><I>270 271 272 273 274 275 276 277 278 279</I>
<BR><I>280 281 282 283</I>
<BR>&nbsp;
<BR>
<HR WIDTH="50%">
<BR><B>ICONS</B>
<BR>Replace any trademarked icons, as described in the universal localization
program license agreement, with your own icons.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table1">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,138 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize SETUP.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for SETUP.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in bold type face below.</LI>
<LI>
The "StartCopy Dialog Message" should be less than 256 bytes long.</LI>
<LI>
For the "Multiple Components" section, both the key and the value may be
localized (optional).</LI>
<LI>
If the key "Multimedia Support" is localized then next section name should
be identical to the localized key.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
<LI>
Update the version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
</UL>
<B>Specific Notes:</B>
<P>Product Setup Title1= <B>Setup</B>
<P>Product Version=<B>4.03 </B>(<B>en</B>)
<P>Deinstall Version=<B>4.03 </B>(<B>en</B>)
<P>License Dialog Title=<B>Software License Agreement</B>
<P>License Dialog Message=<B>Please read the following license agreement.
Use the scroll bar to view the rest of this agreement.</B>
<P>License Dialog Question=<B>Do you accept all the terms of the preceding
license agreement? If so, click on the Yes button. If you select No, Setup
will close.</B>
<P>License Icon Description=<B>License Agreement</B>
<P>Welcome Dialog Title=<B>Netscape Communicator 4.03 Setup</B>
<P>Welcome Dialog Message=<B>Welcome to Netscape Communicator 4.03 Setup</B>.
<P>SetupType Dialog Title=<B>Setup Type</B>
<P>SetupType Dialog Message=<B>Select the type of setup you prefer.</B>
<P>Insufficient Space Dialog Title=<B>Insufficient Space</B>
<P>Insufficient Space Dialog Message=<B>The path below contains insufficient
space.</B>
<P>Path Dialog Title=<B>Choose Destination Location</B>
<P>Path Dialog Message=<B>Please enter the location where you would like
to install </B>Netscape Communicator 4.03
<BR><B>components. You may type a new directory name or click the Browse
button to find a new location.</B>
<P>Options Dialog Title=<B>Netscape Communicator 4.03 Options</B>
<P>Options Dialog Message=<B>Check the components you would like to install.</B>
<P>Associations Dialog Title=<B>Setup Associations</B>
<P>Associations Dialog Message=<B>Check the extensions you would like Communicator
to set up. These extensions will be associated with Communicator components.</B>
<P>Select Folder Dialog Title=<B>Select Program Folder</B>
<P>StartCopy Dialog Title=<B>Start Copying Files</B>
<P>StartCopy Dialog Message=<B>Setup has enough information to start copying
the program files. If you want to review or change settings, click Back.
If you are satisfied with the current settings, click Install to begin
copying files.</B>
<P>Readme Dialog Prompt=<B>Would you like to view the README file now?</B>
<P>Finish Dialog Prompt=<B>Setup is complete. You may run Netscape Communicator
4.03 by double-clicking on one of the icons in the folder.</B>
<P>Reboot Dialog Title=<B>Restarting Windows</B>
<P>Reboot Dialog Message=<B>Setup has finished copying files to your computer.
Before you can use the program, you must restart Windows or your computer.</B>
<P>Exit Dialog Message=<B>Are you sure you want to exit setup?</B>
<P>Error Resource Message1=<B>Could not load Resource: </B>%s
<BR>Error Resource Message2=<B>Attempted to fix the problem. Please restart
the setup application.</B>
<BR>Error Resource Message3=<B>Could not get module handle of rsutil.dll.
System memory could be corrupted. Please reboot and try again.</B>
<P>[Multiple Components]
<BR><B>Multimedia Support</B>=<B>Extension modules for Netscape Communicator
4.03</B>
<P>[<B>Multimedia Support</B>]
<BR>Default Path=
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table1">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,55 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Localizing URLs</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="localizeURLs"></A>Localizing URLs</H3>
Many resources of all types in the Communicator contain Internet addresses
in the form of URLs (Universal Resource Locators). Most of these point
to locations within the Netscape domain; as part of the Unlimited Localization
Program, you can leave these as they are, or you may change them as you
desire.
<H3>
Internal URLs</H3>
There are a number of internal URLs that <FONT COLOR="#FF0000">should not
be changed</FONT>.&nbsp; These are the strings that look like <B>about:[some
value]</B>.&nbsp; These point to internally contained resources, such as
the main About Communicator page.&nbsp; If you localize these strings you
will not be able to load these pages.&nbsp; The main examples you might
find are:
<UL>
<LI>
about:</LI>
<LI>
about:plugins</LI>
<LI>
about:fonts</LI>
</UL>
For more examples and information on these internal URLs go <A HREF="http://help.netscape.com/kb/client/970513-4.html">here</A>.
<BR>&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html#localizeURLs">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;<BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,125 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Localize these Files</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="localize_these_files"></A>Localize These Files</H3>
This section tells you exactly what files need to be localized. The following
tables contain two columns:
<UL>
<LI>
The file to be localized column gives the specific file name. The path
name <I>temp</I> refers to wherever you have copied the uncompressed installer
files in Step 2 of the <A HREF="usingKit.html#l10nchecklist">Localization
Checklist</A>. If the file or resource name is a hypertext link, further
information can be found by following that link.</LI>
<LI>
The purpose column describes the basic purpose of this file.</LI>
</UL>
<A NAME="table1"></A><FONT SIZE=-1>Table 1. Binary files to be localized</FONT>
<TABLE BORDER >
<TR>
<TD><B>File to be localized&nbsp;</B></TD>
<TD><B>Purpose</B></TD>
</TR>
<TR>
<TD><TT><A HREF="localizeRsutil.html">rsutil.dll</A></TT></TD>
<TD>Installer STRINGTABLE and ICON resources.&nbsp;</TD>
</TR>
<TR>
<TD><TT><A HREF="localizeIsuser.html">_isuser.dll</A></TT></TD>
<TD>Installer DIALOG resources.</TD>
</TR>
</TABLE>
<P>
<A NAME="table2"></A><FONT SIZE=-1>Table 2. .INI files to be localized</FONT>
<TABLE BORDER >
<TR>
<TD><B>File to be localized</B></TD>
<TD><B>Purpose</B></TD>
</TR>
<TR>
<TD><A HREF="localizeAim.html">aim.ini</A></TD>
<TD>AOL Instant Messgenger initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeCD.html">cd.ini</A></TD>
<TD>Deinstaller initialization file.</TD>
</TR>
<TR>
<TD><A HREF="localizeCosmo.html">cosmo.ini</A></TD>
<TD>Cosmo player initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeMmedia.html">mmedia.ini</A></TD>
<TD>Multimedia initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeMplay.html">mplay32.ini</A></TD>
<TD>Media Player initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeNav40.html">nav40.ini</A></TD>
<TD>Main product initialization file.</TD>
</TR>
<TR>
<TD><A HREF="localizeNetcast.html">netcast.ini</A></TD>
<TD>Netcaster initialization file.</TD>
</TR>
<TR>
<TD><A HREF="localizeNsconf.html">nsconf.ini</A></TD>
<TD>Netscape Conference initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeSetup.html">setup.ini</A></TD>
<TD>Main setup initialization file.</TD>
</TR>
</TABLE>
<P>
* These files come with the Complete installer version.
<P>
<CENTER><TABLE COLS=1 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,109 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Conventions</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="nomenclature"></A>Nomenclature and Typographical Conventions</H3>
<B>Typographical Conventions</B>
<BR>Words in <I>italics</I> typeface represent a variable term or phrase,
meant to be replaced by another value at "runtime."&nbsp; Example:
<UL><I>locale</I> -- replaced by a 2- or 4 letter locale code; e.g. zhtw</UL>
Words in <B>bold</B> typeface, using a proportional font, represent a literal
value in a string that might also contain a variable word or phrase. Example:
<UL><B>4.03 [</B><I>locale</I><B>]</B> -- 4.03 [ ] are literal values,
while <I>locale</I> is a variable.
<UL>&nbsp;</UL>
</UL>
Words in a <TT>fixed width font</TT> represent file or directory names,
or DOS or Windows commands to be typed as they appear.&nbsp; Sometimes,
part or all of the path will be in <B><TT>bold</TT></B>, for emphasis.
Examples:
<UL>Change to the <B><TT><I>kitRoot</I>\l10nkits\client\windows\tools</TT></B><TT>
</TT>directory
<BR>Execute <B><TT>RTRNKIT</TT></B></UL>
<B>Nomenclature</B>
<BR>Throughout this document, certain terms and phrases will be used repeatedly:
<P><FONT SIZE=-1>Table 1. Nomenclature and Typographical Conventions</FONT>
<TABLE BORDER >
<TR>
<TD><B><TT>kitRoot</TT> </B>directory&nbsp;</TD>
<TD>indicates the starting or topmost directory of the Windows Front End
Localization Kit.</TD>
</TR>
<TR>
<TD><I>platform</I></TD>
<TD>either 16 or 32 bit, depending on the version you are working on.</TD>
</TR>
<TR>
<TD><I>locale</I></TD>
<TD>in general, this refers to the language into which you are localizing
the product. The list of valid locale names is defined in the <A HREF="isocodes.htm">ISO
Language and Country Codes Table</A>.</TD>
</TR>
<TR>
<TD>localization database</TD>
<TD>a database generated by a leveraging tool from a set of matched binary
resource files.&nbsp;</TD>
</TR>
<TR>
<TD>localization notes</TD>
<TD>any special instructions, including the "translate/don't translate"
flag, associated with a given resource.&nbsp; Localization notes are contained
in the localization database for each resource module.</TD>
</TR>
<TR>
<TD><I>leverage</I></TD>
<TD>The process of merging previous localized versions of a file into a
current version.&nbsp;</TD>
</TR>
<TR>
<TD>forbidden resource</TD>
<TD>A resource that cannot be changed from the original value without (negatively)
impacting the functionality of the product. These are identified in the
localization databases.</TD>
</TR>
</TABLE>
&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="kitStruct.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="gettingStarted.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,57 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Project Overview</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="overviews"></A>1. Project Overview</H2>
<CENTER><B><FONT COLOR="#009900">Welcome to the Communicator/Navigator
Installer Localization Kit!</FONT></B></CENTER>
<P>Under the universal localization program, you are free to create an
installer for a localized Communicator, Navigator or Mozilla derivative
product in any way you choose. This localization kit will assist you in
creating a your installer for the 32-bit Windows platform. As long as you
follow the terms of the universal localization program license agreement,
you are free to do what you want with the resulting localized product and
installer.
<P>The Netscape Communicator and Netscape Navigator 4.x installation programs
were created with InstallShield<SUP><FONT SIZE=-1>&reg;</FONT></SUP> version
3.&nbsp; Because this is the proprietary product of InstallShield Corporation,
Netscape cannot redistribute the complete source for these installers.&nbsp;
You may, however, modify an existing Communicator or Navigator installer,
or if you choose, you may build your own installer "from scratch".
<P><B>Note</B>: because of the U.S. Government's restrictions on the export
of strong cryptography, <B>you may only distribute the "export" version</B>
of the Netscape binaries.&nbsp; Please keep this in mind as you work with
the localization kit instructions.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="splash.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="kitOverview.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
&nbsp;
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,54 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Reference</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="reference"></A>Reference</H2>
This section summarizes the references used throughout this document.&nbsp;
In addition, other miscellaneous references may be found here.
<P><FONT SIZE=-1>Table 5. Reference Links</FONT>
<TABLE BORDER COLS=3 WIDTH="100%" >
<TR>
<TD><A HREF="isocodes.htm">Locale Table (local)</A></TD>
<TD><A HREF="http://www.indigo.ie/egt/standards/iso639/iso639-en.html">Locale
Table (remote)</A></TD>
<TD><A HREF="registrySettings.html">Windows Registry Settings Reference</A></TD>
</TR>
<TR>
<TD><A HREF="http://home.netscape.com/menu/intl/">Communicator International
Features</A></TD>
<TD><A HREF="http://help.netscape.com/kb/client/970513-4.html"></A></TD>
<TD><FONT COLOR="#009900"><A HREF="charsets.htm"></A></FONT></TD>
</TR>
</TABLE>
<A HREF="allxpstr.h"></A>
<P>&nbsp;
<CENTER><TABLE COLS=1 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,612 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Windows Registry Settings</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H1>
Windows Registry Settings</H1>
This document is provided as a reference to the Windows registry settings
implemented by Communicator and Navigator.&nbsp; You may use this as a
guide to the registry settings you must implement if you create your own
installation program (as opposed to localizing an existing Netscape installer).
<P>Note that in the Netscape installers, these settings are implemented
only within .INI files.&nbsp; This simplifies modifying and localizing
the installer. It is recommended that your installer do the same.
<P>You may observe the registry changes made by any product with tools
such as <A HREF="http://www.ntinternals.com/regmon.htm">Regmon.</A> This
may be a useful addition to your toolset.
<P>These notes are applicable to Netscape Communicator version 4.03.
<BR>&nbsp;
<TABLE BORDER COLS=1 WIDTH="100%" >
<TR>
<TD><B>MPLAY32.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Media Player&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Media Player\4.03 (en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Media Player\4.03 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]\MPlayer&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\.LAM&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: LAMDocument&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\LAMDocument\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [WINSYSDIR]\mplay32.exe %1&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : (Default)&nbsp;
<BR>Value: [WINDIR]\mplayer.exe %1&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\LAMDocument\DefaultIcon&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\MPlayer\npcfg32.exe ,0&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI32&nbsp;
<BR>Name : LiveAudioFile&nbsp;
<BR>Value: mcilma32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI&nbsp;
<BR>Name : LiveAudioFile&nbsp;
<BR>Value: mcilma.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI32&nbsp;
<BR>Name : LiveAudioMetafile&nbsp;
<BR>Value: mcilau32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : mcilau32.dll&nbsp;
<BR>Value: (MCI) Netscape Media Player&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI&nbsp;
<BR>Name : LiveAudioMetafile&nbsp;
<BR>Value: mcilau.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI
Extensions&nbsp;
<BR>Name : LAM&nbsp;
<BR>Value: LiveAudioMetafile&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : LMA&nbsp;
<BR>Value: LiveAudioFile&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : LA&nbsp;
<BR>Value: LiveAudioFile&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : mcilma32.dll&nbsp;
<BR>Value: (MCI) Netscape Packetized Audio&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.NSPAC&nbsp;
<BR>Value: NSPAC32.ACM&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : NSPAC32.ACM&nbsp;
<BR>Value: elemedia(TM) AX24000P Music Codec&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.voxacm118&nbsp;
<BR>Value: vdk32118.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : vdk32118.acm&nbsp;
<BR>Value: Voxware 32bit Codec&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.NSX83&nbsp;
<BR>Value: NSX83P32.ACM&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : NSX83P32.ACM&nbsp;
<BR>Value: elemedia(TM) SX8300 Speech Codec&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.NSMLAW&nbsp;
<BR>Value: NSMLAW32.DLL&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : NSMLAW32.DLL&nbsp;
<BR>Value: Netscape G.711 Decoder&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>
<HR WIDTH="100%">
<BR><B>NAV40.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App
Paths\Netscape.exe&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Path&nbsp;
<BR>Value: [Default Path]\Program&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{7865A9A1-33A8-11d0-BED9-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{543EC0D0-6AB7-11d0-BF56-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{543EC0D1-6AB7-11d0-BF56-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{2D0A7D70-748C-11d0-9705-00805F8AA8B8}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\edpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{E8D6B4F0-8B58-11d0-9B63-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{DDF4AB60-8B84-11d0-9B63-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{CC3E2871-43CA-11d0-B6D8-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{CC3E2872-43CA-11d0-B6D8-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator\Users&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator\4.03
(en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator\4.03
(en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Java Directory&nbsp;
<BR>Value: [Default Path]\Program\Java&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : NetHelp Directory&nbsp;
<BR>Value: [Default Path]\Program\NetHelp&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Plugins Directory&nbsp;
<BR>Value: [Default Path]\Program\Plugins&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\CLSID&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: {61D8DE20-CA9A-11CE-9EA5-0080C82BE3B6}&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\Insertable&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\protocol\StdFileEditing\server&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\protocol\StdFileEditing\verb\0&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: &amp;Edit&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\print\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe /print("%1")&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\print\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [print("%1")]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\PrintTo\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe /printto("%1","%2","%3","%4")&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\PrintTo\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [("%1","%2","%3","%4")]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\ddeexec\Topic&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: WWW_OpenURL&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\Edit\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe -edit "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\Edit\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [edit("%1")]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster\4.03 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Shell Path]\Netcast&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{C98D0190-7D81-11d0-BF8D-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{37B601C0-8AC8-11d0-83AF-00805F8A274D}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{913A4A20-8EBF-11d0-BFAB-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\print\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\PrintTo\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\Edit\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: Hypertext Markup Language&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\telnet&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: URL:Telnet Protocol&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\telnet\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: telnet %1&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>
<HR WIDTH="100%">
<BR><B>NETCAST.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 1.0 (en)&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster\1.0 (en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster\1.0 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>
<HR WIDTH="100%">
<BR><B>NSCONF.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference\CurrentVersion&nbsp;
<BR>Name : Description&nbsp;
<BR>Value: Conference&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : InstallDate&nbsp;
<BR>Value: [TIME]&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : Installed&nbsp;
<BR>Value: 1&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : PathName&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : SoftwareType&nbsp;
<BR>Value: application&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : VersionBuild&nbsp;
<BR>Value: 1213&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : VersionMajor&nbsp;
<BR>Value: 1&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : VersionMinor&nbsp;
<BR>Value: 0&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.VOXACM118&nbsp;
<BR>Value: vdk32118.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : MSACM.NSX83&nbsp;
<BR>Value: nsx83p32.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : MSACM.NSX723&nbsp;
<BR>Value: sx5363s.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : MSACM.NSMLAW&nbsp;
<BR>Value: nsmlaw32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\nscfile\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\NSConf32.exe -f "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference\4.03 (en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference\4.03 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="kitOverview.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,53 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Reporting Bugs</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="reporting_bugs"></A>Reporting Bugs</H3>
Any bugs in the localization kits you find should be reported to <A HREF="http://www.mozilla.org">mozilla.org</A>
as soon as possible. When you report a bug, try to be as specific as you
can about the exact steps needed to reproduce the bug.&nbsp; Provide a
complete description of the problem versus the expected results.&nbsp;
You should let us know if the problem is 100% reproducible (it happens
every time), or if it is intermittant.&nbsp; If you think that your operating
environment may play some factor, let us know the details of that.&nbsp;
Finally, before reporting any bug, you should make sure that the problem
doesn't also happen in the US English product (if it does, we still want
to know, but it may not be possible to fix it through the localization
kits or tools as they are now).
<P>To report a bug, post a message to the following mozilla.org newsgroup:
<BR>&nbsp;
<CENTER><A HREF="news://news.mozilla.org/netscape.public.mozilla.general">news://news.mozilla.org/netscape.public.mozilla.general</A></CENTER>
<P>Be sure to include the information described above.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="testKit.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="returnKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,54 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Returning the Kit</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="returnkit"></A>5. Publishing the Finished Kit</H2>
Once you are satisfied with the quality of your localization efforts, you
are required by the terms of the universal localization program license
agreement to make your localized product publicly available. The exact
details of how you do this is up to you, the most commonly acceptable method
is to post your localized product to a publicly accessible ftp site.
<P>You should post just the localized versions of the files mentioned in
the Localize These Files section of this document. For ease of transfer,
you may create a compressed archive in the .ZIP file format that contains
the localized files. Create one .ZIP file for each language/platform you
do. If you are publishing more than one language or platform, you may combine
multiple .ZIP files into one master .ZIP file if this makes your life easier.
<P>If your localized product includes your own trademarks, you should identify
these and any restrictions you are placing on their use. You must also
include a copy of the End User License Agreement (EULA), as well as a notice
stating that Netscape Communications is not required to support your product,
and that you are the Licensor referred to in the EULA. Please refer to
the Universal Localization Agreement for the exact legal requirements.
<P>Once your localized product is publicly available, you may inform the
world in any manner you choose, but we encourage you to also post the download
location to the mozilla.org Announcements newsgroup (netscape.public.mozilla.announce).
<CENTER>&nbsp;<BR>
<FONT COLOR="#008000"><FONT SIZE=+2>Congratulations! You are done!</FONT></FONT></CENTER>
&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="testKit.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,47 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Title Page</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<CENTER>
<H1>
NETSCAPE COMMUNICATOR</H1></CENTER>
<CENTER><IMG SRC="SPLASH.JPG" NOSAVE HEIGHT=261 WIDTH=390></CENTER>
<CENTER>
<H1>
Localization Kit</H1></CENTER>
<CENTER>
<H3>
for Microsoft<SUP><FONT SIZE=+0>&reg;</FONT></SUP> Windows (32-bit version)</H3></CENTER>
<CENTER>
<H3>
Revision 1.1</H3></CENTER>
<CENTER>Copyright &copy; 1994-1998 Netscape&reg; Communications Corporation,
All rights reserved.</CENTER>
&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="projectOverview.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
</BODY>
</HTML>

View File

@@ -1,150 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Testing the Localized Resources</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="testkit"></A>4. Ensuring Quality</H2>
The quality of your localized version will have a large impact on its acceptance
in the marketplace.&nbsp; You can greatly enhance your chances of producing
a quality product by using experienced and skilled localizers, and by performing
post-translation testing.
<P>When performing the actual translation, you should be sensitive to a
number of issues:
<UL>
<LI>
Completeness: you should aim for as thorough a translation as possible.&nbsp;
Try not to leave portions of the product untranslated. However, be aware
that some terms may best be left in English, depending on local conventions.</LI>
<LI>
Suitability: all translations should be suitable and appropriate for product,
the language, the market and the customers you intend to reach.&nbsp; This
includes using the proper technical terminology for a give platform or
computer operation, as well as using language that is readily understood
by the average user of the product in a given language.&nbsp; You should,
where possible, try to use terminology which is similar to other products
available on the same platform (without violating copyrights or trademarks,
of course).</LI>
<LI>
Accuracy: you should be sure your translation conveys the same meaning
and intention as the original English.</LI>
<LI>
Grammar and spelling: you should be sure your translation is grammatically
accurate and free from spelling errors.</LI>
</UL>
Keep in mind that engineers do not necessarily make the best localizers!
<P>Once localization is complete, there are two basic types of post-translation
testing that should be done:
<BR>&nbsp;
<TABLE BORDER WIDTH="100%" >
<TR>
<TD>Linguistic Review</TD>
<TD>Checking all translations for accuracy and appropriateness in the actual
context in which they appear.</TD>
</TR>
<TR>
<TD>Functional Testing</TD>
<TD>Ensuring the product still functions as designed (or at least as well
as the US English product).</TD>
</TR>
</TABLE>
&nbsp;
<BR>For the linguistic review, you should have an independent reviewer
(i.e. not the person who implemented the translations) check every string
for the items listed above.&nbsp; In some cases, it may be enough to review
the running product itself; however, it is also valuable to print out your
translations and review them externally from the product.
<P>For the functional testing, your best resource are the directions contained
in the localization notes and this document. You should review the completed
product's localization notes with this document in hand, double checking
that you have followed all the instructions contained here.
<P>Consider the following general guidelines when testing:
<UL>
<LI>
It is helpful to have a second copy of the product running with the English
version so you can compare them side by side (a second computer might be
helpful or required for this).</LI>
<LI>
Walk through every menu in each module you have localized looking for translation
accuracy, pick letter conflicts and other problems.</LI>
<LI>
Bring up as many dialogs as you can, looking for translation accuracy,
pick letter conflicts, truncated strings and functionality issues.</LI>
<LI>
Exercise the installer in as many ways as possible:</LI>
<UL>
<LI>
Select every installer option</LI>
<LI>
Be sure to test the deinstaller</LI>
<LI>
Look at the icons and folder names created</LI>
<LI>
Use accented or multibyte file and directory names</LI>
<LI>
Install to non-existant and read-only directories</LI>
<LI>
Install to drives with insufficient disk space</LI>
<LI>
etc.</LI>
</UL>
<LI>
If functional problems are found, you should compare the same steps you
took in the localized product to the English product: if the two products
fail in the same way, it is a "core" bug, which can only be fixed by changing
the core product's executable. If the localized product fails while the
English product does not, then it is probably a translation-related bug;
these can be fixed by altering the way you localize the product (perhaps
by not translating a particular item, or by translating it differently).</LI>
</UL>
The following section tells you how to report bugs in the localization
kit itself, or in the core product.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="reportingBugs.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,106 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Table of Contents</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
Table of Contents</H2>
<TABLE>
<TR>
<TD><FONT SIZE=+1>i. <A HREF="splash.html">Title Page</A></FONT>&nbsp;
<BR>&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>1. <A HREF="projectOverview.html">Project Overview</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="kitOverview.html">Kit Overview</A></LI>
<LI>
<A HREF="kitStruct.html">Structure and Organization</A></LI>
<LI>
<A HREF="nomenclature.html">Nomenclature and Typographical Conventions<BR>
</A>&nbsp;&nbsp;</LI>
</UL>
</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>2. <A HREF="gettingStarted.html">Getting Started</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="gettingStarted.html#sysreqs">System Requirements</A></LI>
<LI>
<A HREF="gettingStarted.html#install">Installing the Kit</A></LI>
<LI>
<A HREF="gettingStarted.html#configtool">Configuring Your Tools</A></LI>
</UL>
&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>3. <A HREF="usingKit.html">Using the Kit</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="usingKit.html#locdbf">Understanding the Localization Notes</A></LI>
<LI>
<A HREF="usingKit.html#l10nchecklist">Localization Checklist</A></LI>
<LI>
<A HREF="localize_these_files.html">Localize These Files</A></LI>
<LI>
<A HREF="usingKit.html#branding">Product Branding Issues</A></LI>
<LI>
<A HREF="usingKit.html#howtol10n">How to Localize Different Resource Types</A></LI>
<LI>
<A HREF="localizeURL.html">Localizing URLs</A></LI>
<LI>
<A HREF="usingKit.html#localize_stringtable">Localizing STRING TABLES</A></LI>
<LI>
<A HREF="usingKit.html#localize_dialogs">Localizing DIALOGS</A></LI>
<LI>
<A HREF="usingKit.html#localize_text">Localizing .INI Files</A></LI>
</UL>
&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>4. <A HREF="testKit.html">Ensuring Quality</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="testKit.html#testkit">Test Considerations</A></LI>
<LI>
<A HREF="reportingBugs.html">Reporting Bugs</A></LI>
</UL>
&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>5. <A HREF="returnKit.html">Publishing the Finished Kit</A></FONT>&nbsp;
<BR>&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>6. <A HREF="reference.html">References</A></FONT>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,323 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Using the Kit</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
&nbsp;
<TABLE COLS=1 WIDTH="100%" >
<TR>
<TD>
<CENTER><B><FONT COLOR="#FF0000">WARNING! Protect yourself from data loss
by making regular backups of your work.</FONT></B></CENTER>
</TD>
</TR>
</TABLE>
<H2>
<A NAME="usekit"></A>3. Using the Kit</H2>
Once your copy of the Windows Installer Localization Kit is correctly installed,
you may begin your localization work by following the instructions in the
remainder of this document. The next section discusses the contents of
the localization notes provided with this kit. It is important that you
work properly with the instructions contained in these files or the localized
product you create may not function.
<H3>
<A NAME="locdbf"></A>Understanding the Localization Notes</H3>
Each localized module to be installed has an associated initialization
(.INI) file. The localization notes for these files, and for the localizable
dynamic link libraries used by the InstallShield installer, are provided
as HTML documentation. (There are no localization databases in this kit).
Additionally, a section detailing the required Windows registry settings
is also provided in HTML format.
<P>The next section presents the basic localization process as a checklist.
<CENTER>
<HR WIDTH="50%"></CENTER>
<H3>
<A NAME="l10nchecklist"></A>Localization Checklist</H3>
This checklist applies to the "<A HREF="kitOverview.html#method1">modifying
an existing Communicator installer</A>" method. If you are <A HREF="kitOverview.html#method2">creating
your own installer</A>, you will need to adapt this checklist accordingly.
A reference is provided to help you implement the correct <A HREF="registrySettings.html">Windows
registry settings</A>.
<P><B>1. Download an existing installer</B>
<BR>You will need a matching installer for the product you are localizing.
In other words, if you are localizing Netscape Communicator version 4.03,
you need an installer for the Export version of Netscape Communicator 4.03.
If you are localizing Mozilla Navigator version 5.0, you need an installer
for the Export version (if any) of Mozilla Navigator version 5.0. Latest
versions of Netscape products can be downloaded from the <A HREF="http://home.netscape.com/download/index.html">Netscape
homepage</A>. Older versions of Netscape installers, matching the versions
used to generate the localization kits, can be found on the <A HREF="ftp://ftp.mozilla.org/pub/l10n-kits/">mozilla.org
ftp site</A>.
<P>Current Netscape installers come in two forms: base and complete. Complete
installers include plugins and other components besides the basic Communicator
software. You may use either installer as the foundation for your work,
but note that there may not be localization kits for the additional components.
Even if you choose to distribute the English version of these components,
however, you must modify the associated initialization files, listed in
the <A HREF="localize_these_files.html#table1">Localize These Files</A>
page in order for the additional components to be installed properly.
<P><B>2. Uncompress the Installer files</B>
<UL>
<LI>
Run the installer you downloaded in step 1. This will bring up the following
dialog (or something very similar):</LI>
<BR><IMG SRC="Is1.jpg" HEIGHT=101 WIDTH=364>
<LI>
Click yes. InstallShield will extract all the installation files to your
temporary directory. (Usually, this will be C:\temp or something similar).
Once this process is complete, the blue InstallShield background will display.</LI>
<LI>
Without exiting the installer, locate the unpacked installer files in your
temp directory and copy them to a new directory. Call this directory "install"
(or something similar).</LI>
<LI>
Exit the installer.</LI>
</UL>
<B>3. Uncompress the Deinstaller files</B>
<UL>
<LI>
Change directories to your "install" directory. Locate the file cd32*.exe
(where * equals the version number you are working on. For example, version
4.03 would be represented as cd32403.exe).</LI>
<LI>
Execute cd32*.exe. This will bring up a dialog similar to the one shown
is step 2. Click yes and wait until InstallShield has finished unpacking
the deinstaller files (the blue InstallShield background will display).</LI>
<LI>
Without exiting the installer, locate the unpacked deinstaller files in
your temp directory and copy them to a new directory. Call this directory
"deinstall" (or something similar).</LI>
<LI>
Exit the installer.</LI>
</UL>
<B>4. Extract localizable installer .DLLs</B>
<BR>Change directories to your "install" directory. Use the InstallShield
tool ICOMP.EXE to extract RSUTIL.DLL and _ISUSER.DLL from _SETUP.LIB:
<UL><TT>Example: icomp _setup.lib -d</TT></UL>
<B>4. Localize files</B>
<BR>Consult the <A HREF="localize_these_files.html#table1">Localize These
Files</A> page to learn which files contain localizable resources.
<P>For each file to be localized, locate the associated Localization Notes
for that file and follow them carefully.
<P><B>5. Replace original product files contained in nav40.z with localized
product files</B>
<BR>Use the ICOMP tool to replace the original (English language) Communicator
or Navigator files with the ones you have localized using the Windows Front
End Localization Kit.
<UL>
<LI>
Make sure your localized product directory structure matches the structure
inside the compressed file nav40.z. (If necessary, uncompress nav40.z (including
subdirectories), and replace all the localizable files (as identified by
the Windows Front End Localization Kit) with your localized versions).</LI>
<LI>
Update nav40.z with your localized files:</LI>
<UL><TT>Example: icomp \<I>kitRoot</I>\products\client\windows\<I>platform</I>\<I>locale</I>\*.*
nav40.z -i</TT></UL>
</UL>
<B>6. Rebuild the self-extracting deinstaller program</B>
<BR>Use the InstallShield tool EXE Builder to reassemble the self-extracting
deinstaller archive.
<UL>
<LI>
Specify your "deinstall" directory as the source directory.</LI>
<LI>
Set compression on.</LI>
<LI>
Specify Setup.exe as the command line program to run when self-extraction
is complete. (No optional parameters are required.)</LI>
<LI>
Specify your "install" directory as the target directory.</LI>
<LI>
Enter the name of your localized product as the application name.</LI>
<LI>
Do not specify a password.</LI>
<LI>
Once creation of your localized self-extracting deinstaller is complete,
locate the file Setupex.exe in your "install" directory and rename it to
match the original name of the deinstaller self-extracting program (e.g.,
cd32403.exe).</LI>
</UL>
<B>7. Rebuild the self-extracting installer program</B>
<BR>Use the InstallShield tool EXE Builder to reassemble the self-extracting
installer archive.
<UL>
<LI>
Specify your "install" directory as the source directory.</LI>
<LI>
Set compression on.</LI>
<LI>
Specify Setup.exe as the command line program to run when self-extraction
is complete. (No optional parameters are required.)</LI>
<LI>
Specify any directory you want as the target directory.</LI>
<LI>
Enter the name of your localized product as the application name.</LI>
<LI>
Do not specify a password.</LI>
<LI>
Once creation of your localized self-extracting installer is complete,
locate the file Setupex.exe in your target directory and rename it to something
meaningful.</LI>
</UL>
<B>8. Complete post-translation processing</B>
<BR>After translation is complete, you need to test your work and deal
with any problems:
<UL>
<LI>
Test the localized installer.</LI>
<LI>
Fix translation bugs using your localization tools or a resource editor.</LI>
<LI>
Fix dialog size bugs using your localization tools or a resource editor.</LI>
<LI>
Report core bugs to Netscape.</LI>
</UL>
<B>9. Publish your localized product to the Internet</B>
<BR>As the terms of the universal localization program license agreement
state, your localized product
<P><TT>"must be made publicly available in executable code form,</TT>
<BR><TT>free of charge, for electronic delivery via a mechanism</TT>
<BR><TT>generally accepted in the software development</TT>
<BR><TT>community."</TT>
<P>In plain English, this means you should post your localized product
on a publicly accessible http: or ftp: server. You may also want to send
an announcement of your product's availability to mozilla.org (though you
are not required to do so).
<P>
<HR WIDTH="50%">
<H2>
<A NAME="branding"></A>Product Branding Issues</H2>
If you are using this kit under the auspices of the universal localization
program, you must remove or replace Netscape trademarked strings, images
and icons in your localized version. Click <A HREF="branding.html">here</A>
for instructions.
<P>
<HR WIDTH="50%">
<H2>
<A NAME="howtol10n"></A>How to Localize Different Resource Types</H2>
This section provides you with general information about localizing the
various resource types and files found with this kit.
<H3>
<A NAME="localize_text"></A>Localizing .INI Files</H3>
<UL>Most of the work for the Windows installers is localizing initialization
(.INI) files. You may use the text editor of your choice to do this work.
Be sure the localized files are saved as plain text only.
<H4>
<A NAME="locnote_ini"></A>Localization Notes</H4>
Individual localization notes for the installer .INI files are contained
in the individual HTML documents linked from the <A HREF="localize_these_files.html#table1">Localize
These Files</A> page.</UL>
<H3>
<A NAME="localizeURLs"></A>Localizing URLs</H3>
<UL>You will not likely encounter any URLs (Universal Resource Locators)
in the installers, but if you do, how they are localized depends on whether
you are creating a branded Netscape version or not. The rules for how to
handle URLs are found <A HREF="localizeURL.html">here</A>.</UL>
<H3>
<A NAME="localize_stringtable"></A>Localizing String Tables</H3>
<UL>Use the resource editor of your choice to localize STRINGTABLE resources.
These are the most sensitive, potentially problematic resource type you
will be working with. Therefore, you must pay close attention to the instructions
provided in the localization notes.
<H4>
<A NAME="locnote_stringtable"></A>Localization Notes</H4>
Individual localization notes for the installer resource .DLLs are contained
in the individual HTML documents linked from the <A HREF="localize_these_files.html#table1">Localize
These Files</A> page. This section gives you some additional general guidelines
to follow when localizing the installer binary files.
<UL>
<LI>
Some strings may contain C++ print format strings, such as %s, %ld, %lu,
etc. Do not modify these while translating the rest of the string.</LI>
<LI>
Some strings may contain new line characters: \n. In general, you should
try leave these as you find them.</LI>
</UL>
</UL>
<H3>
<A NAME="localize_menus"></A>Localizing Menus</H3>
<UL>There are no menu resources in the Windows installer</UL>
<H3>
<A NAME="localize_dialogs"></A>Localizing Dialogs</H3>
<UL>Use the resource editor of your choice to localize and resize DIALOG
resources. Dialog translation is usually not as tricky as localizing string
tables; however, you should take care to assign unique pickletters to dialog
controls.
<H4>
<A NAME="locnote_menus"></A>Localization Notes</H4>
</UL>
<UL>Individual localization notes for the installer resource .DLLs are
contained in the individual HTML documents linked from the <A HREF="localize_these_files.html#table1">Localize
These Files</A> page.</UL>
&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="gettingStarted.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="testKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -1,40 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Product Branding Issues</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
Product Branding Instructions</H3>
Under the terms of the Unlimited Localization Program, you must remove
or replace all trademarked Netscape terms, brand names, icons, images,
etc.&nbsp; These trademarks are listed on the page found at the following
URL:
<P><A HREF="http://home.netscape.com/misc/trademarks.html#trademarks">http://home.netscape.com/misc/trademarks.html#trademarks</A>
<P>Please refer to that page for details.&nbsp; You may not release a localized
version of the Netscape Communicator with these trademarks left in the
product.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html#branding">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,383 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>HTML Output of: C:\TEMP\CHARSET.DBF</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H1>
CSID REFERENCE TABLE</H1>
Use this table to determine the Character Set ID (CSID) for the character
set you wish to use, for example, for setting the value of&nbsp; pref("intl.character_set")
in ALL_PREFS.
<BR>&nbsp;
<TABLE BORDER >
<TR>
<TH>CSID</TH>
<TH>CHARSET</TH>
</TR>
<TR>
<TD>0</TD>
<TD>CS_DEFAULT</TD>
</TR>
<TR>
<TD>1</TD>
<TD>CS_ASCII</TD>
</TR>
<TR>
<TD>2</TD>
<TD>CS_LATIN1</TD>
</TR>
<TR>
<TD>6</TD>
<TD>CS_MAC_ROMAN</TD>
</TR>
<TR>
<TD>10</TD>
<TD>CS_LATIN2</TD>
</TR>
<TR>
<TD>11</TD>
<TD>CS_MAC_CE</TD>
</TR>
<TR>
<TD>14</TD>
<TD>CS_8859_3</TD>
</TR>
<TR>
<TD>15</TD>
<TD>CS_8859_4</TD>
</TR>
<TR>
<TD>16</TD>
<TD>CS_8859_5</TD>
</TR>
<TR>
<TD>17</TD>
<TD>CS_8859_6</TD>
</TR>
<TR>
<TD>18</TD>
<TD>CS_8859_7</TD>
</TR>
<TR>
<TD>19</TD>
<TD>CS_8859_8</TD>
</TR>
<TR>
<TD>20</TD>
<TD>CS_8859_9</TD>
</TR>
<TR>
<TD>21</TD>
<TD>CS_SYMBOL</TD>
</TR>
<TR>
<TD>22</TD>
<TD>CS_DINGBATS</TD>
</TR>
<TR>
<TD>23</TD>
<TD>CS_DECTECH</TD>
</TR>
<TR>
<TD>27</TD>
<TD>CS_JISX0201</TD>
</TR>
<TR>
<TD>29</TD>
<TD>CS_TIS620</TD>
</TR>
<TR>
<TD>35</TD>
<TD>CS_UTF7</TD>
</TR>
<TR>
<TD>38</TD>
<TD>CS_USRDEF2</TD>
</TR>
<TR>
<TD>39</TD>
<TD>CS_KOI8_R</TD>
</TR>
<TR>
<TD>40</TD>
<TD>CS_MAC_CYRILLIC</TD>
</TR>
<TR>
<TD>41</TD>
<TD>CS_CP_1251</TD>
</TR>
<TR>
<TD>42</TD>
<TD>CS_MAC_GREEK</TD>
</TR>
<TR>
<TD>43</TD>
<TD>CS_CP_1253</TD>
</TR>
<TR>
<TD>44</TD>
<TD>CS_CP_1250</TD>
</TR>
<TR>
<TD>45</TD>
<TD>CS_CP_1254</TD>
</TR>
<TR>
<TD>46</TD>
<TD>CS_MAC_TURKISH</TD>
</TR>
<TR>
<TD>53</TD>
<TD>INTL_CHAR_SET_MAX</TD>
</TR>
<TR>
<TD>254</TD>
<TD>CS_USER_DEFINED_ENCODING</TD>
</TR>
<TR>
<TD>255</TD>
<TD>CS_UNKNOWN</TD>
</TR>
<TR>
<TD>260</TD>
<TD>CS_SJIS</TD>
</TR>
<TR>
<TD>261</TD>
<TD>CS_EUCJP</TD>
</TR>
<TR>
<TD>263</TD>
<TD>CS_BIG5</TD>
</TR>
<TR>
<TD>264</TD>
<TD>CS_GB_8BIT</TD>
</TR>
<TR>
<TD>265</TD>
<TD>CS_CNS_8BIT</TD>
</TR>
<TR>
<TD>280</TD>
<TD>CS_CNS11643_1</TD>
</TR>
<TR>
<TD>281</TD>
<TD>CS_CNS11643_2</TD>
</TR>
<TR>
<TD>282</TD>
<TD>CS_JISX0208</TD>
</TR>
<TR>
<TD>284</TD>
<TD>CS_KSC5601</TD>
</TR>
<TR>
<TD>286</TD>
<TD>CS_JISX0212</TD>
</TR>
<TR>
<TD>287</TD>
<TD>CS_GB2312</TD>
</TR>
<TR>
<TD>290</TD>
<TD>CS_UTF8</TD>
</TR>
<TR>
<TD>292</TD>
<TD>CS_NPC</TD>
</TR>
<TR>
<TD>293</TD>
<TD>CS_X_BIG5</TD>
</TR>
<TR>
<TD>303</TD>
<TD>CS_GB2312_11</TD>
</TR>
<TR>
<TD>304</TD>
<TD>CS_JISX0208_11</TD>
</TR>
<TR>
<TD>305</TD>
<TD>CS_KSC5601_11</TD>
</TR>
<TR>
<TD>306</TD>
<TD>CS_CNS11643_1110</TD>
</TR>
<TR>
<TD>515</TD>
<TD>CS_JIS</TD>
</TR>
<TR>
<TD>525</TD>
<TD>CS_2022_KR</TD>
</TR>
<TR>
<TD>564</TD>
<TD>CS_IMAP4_UTF7</TD>
</TR>
<TR>
<TD>810</TD>
<TD>CS_UCS2</TD>
</TR>
<TR>
<TD>811</TD>
<TD>CS_UCS4</TD>
</TR>
<TR>
<TD>819</TD>
<TD>CS_UCS2_SWAP</TD>
</TR>
<TR>
<TD>1292</TD>
<TD>CS_KSC_8BIT</TD>
</TR>
<TR>
<TD>2308</TD>
<TD>CS_SJIS_AUTO</TD>
</TR>
<TR>
<TD>2309</TD>
<TD>CS_EUCJP_AUTO</TD>
</TR>
<TR>
<TD>2563</TD>
<TD>CS_JIS_AUTO</TD>
</TR>
</TABLE>
@author: relliott
<BR>@source: ftang
<BR>@last updated: Mar. 19, 1998
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1997, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,100 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Getting Started</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="getting started"></A>2. Getting Started</H2>
Before you can begin using the Windows Front End Localization Kit, you
must install it and setup your working directories. This is a simple matter
of unzipping the compressed kit file(s) into the proper directories. Your
system must also meet certain requirements to run the tools needed to perform
the localization steps described below.
<P>
<HR WIDTH="50%">
<H3>
<A NAME="sysreqs"></A>System Requirements</H3>
There a few system requirements for the kit in the strictest sense; however,
your choice of tools will have their own set of requirements.&nbsp; The
most likely minimum configuration will be as follows:
<UL>
<LI>
100% IBM compatible PC</LI>
<LI>
Pentium<SUP><FONT SIZE=-1>&reg;</FONT></SUP> processor</LI>
<LI>
Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP> Windows NT 3.51 or 4.0 (localized
versions will help testing but aren't required)</LI>
<LI>
16 MB RAM</LI>
<LI>
30 MB available hard disk space</LI>
<LI>
A visual resource editor, such as those provided with Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP>
Visual C++, Borland<SUP><FONT SIZE=-1>&reg;</FONT></SUP> C++, etc.</LI>
<LI>
An active Internet connection and the ability to ftp (send and receive)
large files</LI>
<LI>
A Web browser (say, for example, Netscape Communicator ;-)</LI>
</UL>
<H3>
<HR WIDTH="50%"></H3>
<H3>
<A NAME="install"></A>Installing the Kit</H3>
It is recommended that you install the Windows Front End Localization Kit
in a brand new directory on your development machine. For example, you
can create a \Netscape_L10N_Kits directory on your hard drive. This becomes
your <B>kitRoot </B>directory.&nbsp; Place the L10n Kit's .ZIP file in
that directory and UNZIP it with the -d parameter:
<P>PKUNZIP -d <I>filename</I>
<UL><B>Example:&nbsp; <TT>PKUNZIP -d winfekit</TT></B></UL>
<HR WIDTH="50%">
<H3>
<A NAME="configtool"></A>Configuring Your Tools</H3>
If you intend to use the Netscape Translation Tools, please refer to the
<A HREF="../dogTool/dogToolUG.html">Translation Tools User Guide</A> for
instructions on setting up and using those tools.&nbsp; If you intend to
use a different localization tool, please refer to that tool's documentation
for set up and usage instructions.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="nomenclature.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="usingKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS]</A></CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1,203 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>ISO Locale codes</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1>
ISO Language and Country Codes</H1></CENTER>
2 letter language codes are derived from the ISO 639 standard; country
codes are from ISO 3166. Here are the codes for the locales currently supported
by the L10n kits. If an entry also includes the country code then you must
use that as well when creating the locale directory or naming a file.
<H3>
ISO Language and Country Codes table</H3>
<TABLE BORDER=5 >
<TR>
<TD><U>Language Name</U></TD>
<TD><U>Language Code</U></TD>
<TD><U>Country Code</U></TD>
</TR>
<TR>
<TD>
<CENTER>Chinese (Traditional)</CENTER>
</TD>
<TD>
<CENTER>zh</CENTER>
</TD>
<TD>
<CENTER>CN</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Chinese (Simplified)</CENTER>
</TD>
<TD>
<CENTER>zh</CENTER>
</TD>
<TD>
<CENTER>TW</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Danish</CENTER>
</TD>
<TD>
<CENTER>da</CENTER>
</TD>
<TD>
<CENTER>DK</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Dutch</CENTER>
</TD>
<TD>
<CENTER>nl</CENTER>
</TD>
<TD>
<CENTER>NL</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>French</CENTER>
</TD>
<TD>
<CENTER>fr</CENTER>
</TD>
<TD>
<CENTER>FR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>German</CENTER>
</TD>
<TD>
<CENTER>de</CENTER>
</TD>
<TD>
<CENTER>DE</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Italian</CENTER>
</TD>
<TD>
<CENTER>it</CENTER>
</TD>
<TD>
<CENTER>IT</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Japanese</CENTER>
</TD>
<TD>
<CENTER>ja</CENTER>
</TD>
<TD>
<CENTER>JP</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Korean</CENTER>
</TD>
<TD>
<CENTER>ko</CENTER>
</TD>
<TD>
<CENTER>KR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Portuguese</CENTER>
</TD>
<TD>
<CENTER>pt</CENTER>
</TD>
<TD>
<CENTER>BR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Spanish</CENTER>
</TD>
<TD>
<CENTER>es</CENTER>
</TD>
<TD>
<CENTER>ES</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Swedish</CENTER>
</TD>
<TD>
<CENTER>sv</CENTER>
</TD>
<TD>
<CENTER>SE</CENTER>
</TD>
</TR>
</TABLE>
<CENTER><BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1997, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

Some files were not shown because too many files have changed in this diff Show More