Commit Graph

116501 Commits

Author SHA1 Message Date
sfraser%netscape.com
2ef0933ea3 Fix bug 194956: hilight turds left after unhilighting some images; fix the clipping in some image tiling cases. Also detabbed and cleaned up the files. r=brade,sr=bryner. 2003-03-14 18:56:27 +00:00
varga%netscape.com
7c9e24d67f Doesn't affect default build.
Forgot to removed platform specific makefiles.
2003-03-14 15:36:02 +00:00
neil%parkwaycc.co.uk
468e4a8cb9 Bug 54802 Add clipboard buttons for Composer r=brade sr=alecf 2003-03-14 15:23:53 +00:00
ian%hixie.ch
ceef63652c Improve the Exception class so it can work out what 'eval' numbers map to; remove the 'properties' stuff since it was taking a good 4% of the overall time of PLIF applications. THIS WILL CAUSE HUGE PROBLEMS WITH PLIF CONSUMERS. I REPEAT, THIS **WILL** BREAK YOUR CODE. DO NOT UPDATE TO THIS CODE IF YOU DON'T WANT TO SPEND A LOT OF TIME UPDATING YOUR CODE\!\!\! 2003-03-14 13:08:43 +00:00
bmlk%gmx.de
9359dc9771 require the presence of the inner table frame for reflow bug 189751 r=jkeiser sr=roc+moz 2003-03-14 10:31:55 +00:00
igor%mir2.org
200e03d717 1. When generating various support methods like script main, function constructor etc., use classFile.startMethod instead of startNewMethod since the later is intended for generation of main code for script/function.
2. Do not use trivialInit optimization for scripts since the following changes makes generation of initScript function mandatory.
2003-03-14 10:05:01 +00:00
neil%parkwaycc.co.uk
9b298cd5ae Bug 166219 offline load handler fires multiple times r=jag sr=sspitzer 2003-03-14 09:23:14 +00:00
ian%hixie.ch
61ccca3ec8 Stop perl parsing source files that aren't used. (Lazy loading using __DATA__ blocks) 2003-03-14 07:50:18 +00:00
jst%netscape.com
493648b372 Um, forgot these changes in my last checkin. 2003-03-14 07:38:26 +00:00
jst%netscape.com
0b5cb41238 Fixing bug 192837. Freezing the rest of the DOM HTML interfaces. r=fabian@imajes.info, sr=peterv@netscape.com 2003-03-14 07:00:53 +00:00
shliang%netscape.com
19bde11d90 additional changes for 183994 - mail filter and search dialog ui nits. r/sr=sspitzer 2003-03-14 06:34:23 +00:00
shliang%netscape.com
adcc3950fb 147653 - page setup commands doesn't work in mail and composer. r/sr=sspitzer,jag 2003-03-14 06:27:48 +00:00
jkeiser%netscape.com
9dfc1961ec Make .selectedIndex = -1 clear select (bug 195773), r=peterv@netscape.com, sr=jst@netscape.com 2003-03-14 06:18:20 +00:00
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