Граф коммитов

116243 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch e3d4d08397 Support compiled templates in a separate directory 2003-03-14 02:13:03 +00:00
ian%hixie.ch 7747e6e701 This script can be used to quickly compile any TemplateToolkit templates 2003-03-14 02:08:04 +00:00
dougt%netscape.com 445dad225b prelanding parts of minimo - not part of build. 2003-03-14 02:02:00 +00:00
sgehani%netscape.com d04c5f9a8d Support multiple legacy checks.
b=192150; r=ssu; rs=sspitzer
2003-03-14 01:53:46 +00:00
mkaply%us.ibm.com 705eaf526a OS/2 only - oops - don't modify XUL buttons in here 2003-03-14 01:50:41 +00:00
timeless%mozdev.org 3d5136c1ea 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 49c6ed7c0c Fix for 197280. Fixed i18n issue with selected pathnames. r/sr=sspitzer. 2003-03-14 01:18:19 +00:00
bzbarsky%mit.edu 3c1739e1d7 Make :target work for history loads too. Bug 197277, r+sr=dbaron 2003-03-14 01:16:31 +00:00
rogerl%netscape.com 67781eddc3 Preparing for new property map. 2003-03-14 00:03:41 +00:00
varga%netscape.com 4ea68b6200 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 bfd86f92ab Fix build problems on cafe 2003-03-13 23:15:48 +00:00
nhotta%netscape.com cd05d87c04 Change nsIIDNService to take AUTF8String and ACString,
bug 188410, r=darin, sr=alecf.
2003-03-13 23:06:14 +00:00
igor%mir2.org c40f2bfc54 Inlinning of generateRegExpLiterals into generateInit for simple code 2003-03-13 22:50:04 +00:00
pschwartau%netscape.com 4e67571c1e Improving comments. 2003-03-13 22:07:02 +00:00
sspitzer%netscape.com fb11778fcd 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 41d8df3c94 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 959b2433eb 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 3717f93529 remove duplicate pref 2003-03-13 21:16:49 +00:00
pinkerton%netscape.com 3c022ae055 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 31cbfd1f33 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 6c04511830 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 ecf155de4a 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 1772da5eb5 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 de537e6d42 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 d57e9ab5b7 Make indention style consistant with SSL's usage, not softoken/pk11 usage. 2003-03-13 16:36:43 +00:00
pinkerton%netscape.com 8b57a71ebe 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 72fc01e4d8 Make HTMLDocumentColorRule immutable. b=196795 r+sr=bzbarsky 2003-03-13 15:30:32 +00:00
dbaron%dbaron.org 5e4a305ea0 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 c6372aba9b 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 203b0ffbd9 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 bc7b9d73d8 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 514bf87a5c 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 3c9e0e6c9a update some prefs from mozilla all.js 2003-03-13 08:11:20 +00:00
igor%mir2.org ec5530c862 Making class public 2003-03-13 07:52:07 +00:00
peterv%netscape.com 3426dc0e6d Follow-up to my checkin for bug 179720 (implement real result tree fragments). Checked in wrong patch yesterday. r=sicking, sr=jst. 2003-03-13 07:46:06 +00:00
jst%netscape.com 677d034a8d Fixing bug 156871. Making history.go() work like history.go(0). r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-03-13 07:12:11 +00:00
bryner%netscape.com 38496c5fd7 fixing gtk2 phoenix build 2003-03-13 06:18:19 +00:00
beard%netscape.com 1b28e1ddc8 Fix for bug #53593, sr=brendan, r=beard 2003-03-13 05:37:07 +00:00
dbradley%netscape.com cadb1913eb This is the other half of the patch for bug 188229 that I missed checking in earlier. Again, this isn't part of the regular build. 2003-03-13 04:13:05 +00:00
sfraser%netscape.com d5ef88cd6d Add a New Window command to the Dock menu. 2003-03-13 04:08:27 +00:00
sfraser%netscape.com 0bfe809cc9 If a bookmark title is empty, use the URL. Also reduce truncation to 60 chars. 2003-03-13 04:07:25 +00:00
ssu%netscape.com 187236f287 this is another addendem to bug 190389 - GRE installer needs to use new version key format. this patch fixes an uninstall regression bug. r=sgehani 2003-03-13 03:10:13 +00:00
av%netscape.com 312563ebcc Fixing minor bug in the Tester Plugin, not part of the build 2003-03-13 03:05:47 +00:00
cltbld%netscape.com e03b89ef9f Automated update 2003-03-13 02:30:08 +00:00
bryner%netscape.com 1e68dde4c5 Make MOZ_PHOENIX also define MOZ_XUL_APP (bug 197005). r=cls,mscott 2003-03-13 02:20:07 +00:00
wtc%netscape.com 6c4e221cc7 Bug 197147: removed an invalid/unnecessary comparison of two
PRIntervalTimes in pk11_InDelayPeriod.
2003-03-13 01:16:00 +00:00
darin%netscape.com 5e7ab39a51 fixes bug 196994 "HTTP generates spurious transport status events" r=dougt sr=jag 2003-03-13 00:52:39 +00:00
ssu%netscape.com 33dcadf9cd this is an addendem to bug 190389 - GRE installer needs to use new version key format. this patch sets a Build ID var in the windows registry for GRE 2003-03-13 00:28:18 +00:00
jaggernaut%netscape.com ab5798cb05 Bug 103329: don't show undefined either. r=lumpy,sr=jack 2003-03-13 00:14:58 +00:00
jaggernaut%netscape.com 6d862de668 Bug 103329 (regression): treat whitespace as "about:blank". r=biesi, sr=hewitt 2003-03-12 23:43:52 +00:00