Commit Graph

116338 Commits

Author SHA1 Message Date
justdave%syndicomm.com
55c1c9dcd6 Bug 193989: EmailSuffix wasn't getting used for password change tokens. Also removes real name from To: header which wasn't being escaped properly for RFC2822 specs.
Patch by Jeff Lawson <jlawson-mozilla@bovine.net>
r=justdave, a=justdave
2003-03-14 05:43:38 +00:00
justdave%syndicomm.com
3dcd470f73 Bug 194917: Javascript missing HTML comments in flag list.
Patch by Jeff Lawson <jlawson-mozilla@bovine.net>
r=myk, a=myk
2003-03-14 05:35:40 +00:00
brendan%mozilla.org
25b813e602 Implement SCOPE_IS_SEALED, JS_SealObject, JS_UnsealObject, etc. to support
sealed standard object graphs, as well as to pave the way for optimizations
to object literals (94693, r=shaver).
2003-03-14 05:24:58 +00:00
kyle.yuan%sun.com
d53c9da12d Bug 196388 crash when using shift-F10 in composer to bring up context menu
using NS_IF_RELEASE instead of NS_RELEASE
2003-03-14 05:12:48 +00:00
alecf%netscape.com
8e11ceab33 fix for bug 196210, component manager is malloc-happy:
- use custom non-allocating CID formatter when writing out compreg.dat
- arena allocate category names and keys
- pass around string lengths so we don't keep calling strlen
r=dougt
2003-03-14 05:07:24 +00:00
sspitzer%netscape.com
709f264374 fix for bug #195965.
for the custom headers, we need to push CRLF (not just LF),
just like we do in the C++.  otherwise, qmail will complain.
thanks to James Nord (teilo+bugzilla@teilo.net) for the patch.

r=ssu, sr=sspitzer
2003-03-14 04:30:30 +00:00
dmose%mozilla.org
432ba7d46f The fix for bug 195727 lost the const qualifier. Putting it back. r=timeless, sr=sspitzer 2003-03-14 04:20:40 +00:00
timeless%mozdev.org
6e5cc519a5 Bug 133277 give NS_PARSERSERVICE_CID {a6cf9112-15b3-11d2-932e-00805f8add32} a ContractID
r=harishd sr=heikki
2003-03-14 04:03:09 +00:00
timeless%mozdev.org
4599873c1a Bug 196299 nsSafeSaveFile::CreateBackup dereferences a NULL nsCOMPtr with operator->()
r=ccarlen sr=dveditz
2003-03-14 04:03:08 +00:00
ian%hixie.ch
9a28f209ac Fix the error handling of compiled templates 2003-03-14 03:59:29 +00:00
ian%hixie.ch
cd62b1a9a1 Minor optimisation. There was no point doing named expanders. 2003-03-14 03:58:46 +00:00
ian%hixie.ch
707e1d3e88 UTF-8 baby. 2003-03-14 03:57:13 +00:00
bzbarsky%mit.edu
83e88b0845 The time for this line hath not yet come. Fix build bustage. 2003-03-14 02:29:55 +00:00
sspitzer%netscape.com
0cbfa9fd89 remove usused CID 2003-03-14 02:23:29 +00:00
aaronl%netscape.com
6898fc733b Bug 195830. Workaround for problems typing / and ' on Mac OS X, until mac menu bug 195979 gets fixed. For now, find as you type menu items on mac won't have shortcuts listed. r=brade, sr=smfr 2003-03-14 02:17:11 +00:00
ian%hixie.ch
c3c220e21a More debugging information 2003-03-14 02:16:09 +00:00
ian%hixie.ch
db5300432e Support compiled templates in a separate directory 2003-03-14 02:13:03 +00:00
ian%hixie.ch
388e2fdc33 This script can be used to quickly compile any TemplateToolkit templates 2003-03-14 02:08:04 +00:00
dougt%netscape.com
e594475728 prelanding parts of minimo - not part of build. 2003-03-14 02:02:00 +00:00
sgehani%netscape.com
7bee95ab11 Support multiple legacy checks.
b=192150; r=ssu; rs=sspitzer
2003-03-14 01:53:46 +00:00
mkaply%us.ibm.com
c7f3e93917 OS/2 only - oops - don't modify XUL buttons in here 2003-03-14 01:50:41 +00:00
timeless%mozdev.org
6f3cb4afcd Bug 193942
removing unused file jsObjectView.js from manifest
patch by ajvincent@juno.com r=timeless sr=bryner
2003-03-14 01:50:01 +00:00
cavin%netscape.com
0a7dcf2e20 Fix for 197280. Fixed i18n issue with selected pathnames. r/sr=sspitzer. 2003-03-14 01:18:19 +00:00
bzbarsky%mit.edu
caefc412a3 Make :target work for history loads too. Bug 197277, r+sr=dbaron 2003-03-14 01:16:31 +00:00
rogerl%netscape.com
50a6076669 Preparing for new property map. 2003-03-14 00:03:41 +00:00
varga%netscape.com
09693eb280 Fix for bugs:
195312 - [junk]  Context menus for Junk Mail Controls not implemented yet
183597 - Add/Move Message|Mark items for marking as Junk/Not Junk
r/sr=sspitzer
2003-03-13 23:23:16 +00:00
blizzard%redhat.com
f7502c23da Fix build problems on cafe 2003-03-13 23:15:48 +00:00
nhotta%netscape.com
0b633fd142 Change nsIIDNService to take AUTF8String and ACString,
bug 188410, r=darin, sr=alecf.
2003-03-13 23:06:14 +00:00
igor%mir2.org
23f35a0f28 Inlinning of generateRegExpLiterals into generateInit for simple code 2003-03-13 22:50:04 +00:00
pschwartau%netscape.com
67bb0020b2 Improving comments. 2003-03-13 22:07:02 +00:00
sspitzer%netscape.com
f2048388f3 fix for bug #183331, searchBar.js
when restoring a "pre" quick search view,
heed a similar scrolling logic that
we have for folder loading.

for mail views, this means switching back to the "all" view.

fix for bug #186504, msgMail3PaneWindow.js

when loading a folder, try to scroll to "new" messages first,
before "remembering the last selected" message.

both fixes by neil@parkwaycc.co.uk.  r/sr=sspitzer
2003-03-13 21:57:32 +00:00
rginda%netscape.com
2b3526ff2e bug 170585, Scriptable streams are broken; r=darinf, sr=dougt
update to readdata caller
2003-03-13 21:24:37 +00:00
rginda%netscape.com
500958a09b bug 170585, Scriptable streams are broken; r=darinf, sr=dougt
add factories so js can create the nsIBinary*Stream objects,
also adds read/writeByteArray functions
2003-03-13 21:23:18 +00:00
bryner%netscape.com
e073e1a415 remove duplicate pref 2003-03-13 21:16:49 +00:00
pinkerton%netscape.com
c85f25f24c when cmd-option is down in the content area, change cursor to hand and
drag-scroll on click. handles vert and horiz scrolling like the finder.
(bug 150297, from nhamblen@mac.com. r=pink/sr=sfraser).
2003-03-13 20:37:32 +00:00
radha%netscape.com
d3018e8bd7 Fix for bug # 166736. clicking on view image while page is loading causes the back button to notgo to the last page, but the page before last. r=adamlock sr=alecf. 2003-03-13 19:58:23 +00:00
heikki%netscape.com
7e49ea37d5 Bug 185873, remove bad CSS rule that made us print only the first page of a pretty printed XML document, r=sicking, sr=dbaron. 2003-03-13 19:54:17 +00:00
sspitzer%netscape.com
5cfe96745f fix for crasher bug #197203
if your "From" address doesn't have an @ symbol, we crash on send.
thanks to parish@ntlworld.com for the bug report, and the initial patch.
r/sr=sspitzer
2003-03-13 19:02:37 +00:00
bzbarsky%mit.edu
b55d3bdb7f Remove some style-data-clearing functions that no one uses and that don't do
the right thing anyway.  Bug 169989, r+sr=dbaron
2003-03-13 18:58:54 +00:00
timeless%mozdev.org
0191066d5b Bug 196834 all bookmarks lost when using "browser.bookmarks.file" pref and switching profile
r=ccarlen sr=alecf
2003-03-13 18:56:36 +00:00
relyea%netscape.com
abfd3a64f2 Make indention style consistant with SSL's usage, not softoken/pk11 usage. 2003-03-13 16:36:43 +00:00
pinkerton%netscape.com
5c39722c8b allow tabbing between toolbar and urlbar when no autocomplete popup.
(from sbwoodside bug 152987).
2003-03-13 16:15:57 +00:00
dbaron%dbaron.org
46b12ccdd6 Make HTMLDocumentColorRule immutable. b=196795 r+sr=bzbarsky 2003-03-13 15:30:32 +00:00
dbaron%dbaron.org
3069e2548c Ensure that GetStyleData never returns null, even in out-of-memory, by storing a backup set of style structs to return in case of failure. b=154751 r+sr=bzbarsky 2003-03-13 15:29:36 +00:00
blizzard%redhat.com
d4fface64d Part of bug #176290. Convert to UCS4 and do per-glyph operations using a two-pass method. Centrally locate all UCS4 to glyph translations so all the various functions can use them. 2003-03-13 15:21:00 +00:00
igor%mir2.org
cdd74e7e8c I changes ClassFileField to store its attribute as simple short fields to avoid allocation of short[4] array for each field. 2003-03-13 14:03:03 +00:00
igor%mir2.org
ddc73696f3 I replaced explicit encoding of int, long and short values into byte arrays by new utility methods putInt16, putInt32, putInt64 2003-03-13 13:59:02 +00:00
igor%mir2.org
e1320b934c 1.More checks are added for bad usage of ClassFileWriter methods.
2. Hashtable is replaced by ObjToIntMap or UintMap to minimize memory usage.

3. Converting of strings to utf8 encoding is coded  explicitly to avoid overhead  of creating many objects.
2003-03-13 09:31:01 +00:00
bryner%netscape.com
ee9a5d8130 update some prefs from mozilla all.js 2003-03-13 08:11:20 +00:00
igor%mir2.org
67b44fd9d9 Making class public 2003-03-13 07:52:07 +00:00