igor%mir2.org
43cae3f598
Another small modifications to Interpreter to make the following patches
...
smaller: replacing all brek in the main switch of the interpreter with
"continue Loop"
2004-05-16 21:01:00 +00:00
ben%bengoodger.com
981812960d
bring across trunk changs (EM, etc)
2004-05-16 18:16:39 +00:00
timeless%mozdev.org
69e8d86d0f
Bug 210217 [BeOS]Allow componentlib to build
...
patch by thesuckiestemail@yahoo.se r=bryner sr=alecf
2004-05-16 16:29:03 +00:00
webmail%kmgerich.com
93db5c1922
Fix for bug 242433, junk button toolbar button icon not correct in disabled/active state
2004-05-16 15:49:29 +00:00
mconnor%myrealbox.com
df8ed00ecb
Bug 220821 Wrong text when chosing Do this automatically for files like this from now on on mac OS X, patch by Bruce Davidson (Bruce.Davidson@iplbath.com), r=mconnor
2004-05-16 15:28:17 +00:00
mconnor%myrealbox.com
a63cd8c1fe
Bug 243413 Bookmarks sidebar doesn't open/close on Ctrl-B anymore, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor
2004-05-16 15:17:25 +00:00
mconnor%myrealbox.com
7f11eb4ca1
Bug 239722 Firefox install deletes windows system files, port of suite fix for bug 236312 by scottmacvicar@ntlworld.com, r=ben, original patch by dveditz
2004-05-16 14:58:08 +00:00
igor%mir2.org
849ab4f57e
In the interpreter loop increment pc immediately after icode read to avoid
...
ever adding +1 in post byte codes with arguments
2004-05-16 14:02:26 +00:00
igor%mir2.org
3414a5d0bf
Inside the interpreter loop merger many almost identical icode
...
implementations into common block that use additional ifs to distinguish
between icode. It allows to shrink the ever growing Interpreter.interpret()
2004-05-16 13:30:53 +00:00
neil%parkwaycc.co.uk
02ac391bca
Bug 241215 Make File/Open File work from standalone message window r/sr=mscott
2004-05-15 23:27:58 +00:00
igor%mir2.org
056ad2e0d8
New implementation of ARRAYLIT and OBJECTLIT that does not requires stack
...
space to hold all literals values before they are copied to a temporary array
to pass to ScriptRuntime functions. The new code populates array during values
calculations.
2004-05-15 17:28:22 +00:00
igor%mir2.org
aa3b4192c7
Quote property names in object literals produced by toSource() if they
...
coincide with reserved keywords.
2004-05-15 17:23:06 +00:00
rlk%trfenv.com
60fd90c8f9
oops! forgot to checkin the new DTD file.
2004-05-15 16:40:13 +00:00
bzbarsky%mit.edu
6493622dba
Make sure to use the right parent style context (null) when reresolving style
...
for a root node with an XBL binding that includes scoped stylesheets. Bug
243019, r+sr=roc
2004-05-15 05:11:53 +00:00
bzbarsky%mit.edu
b99b4c4d2d
Instead of setting inline style for every text input's anonymous div, have a
...
rule in forms.css to set the style. Bug 243588, r+sr=dbaron
2004-05-15 05:09:37 +00:00
scott%scott-macgregor.org
d27e6fe9a8
Rename bird.png to thunderbird-watermark.png for clarity. Fix official-branding artwork bustage
...
for the start page.
2004-05-15 04:29:56 +00:00
scott%scott-macgregor.org
cf1d961bdb
Try to fix broken talkback component for the thunderbird installer
2004-05-15 04:10:30 +00:00
bienvenu%nventure.com
de908f9b0f
fix pop3 get new mail in thunderbird, print out exception
2004-05-15 00:48:01 +00:00
rlk%trfenv.com
91b8a3abc4
fixing bustage.
2004-05-15 00:46:34 +00:00
rlk%trfenv.com
95d2b9f007
Checking in massive help bloat elimination checkin.
2004-05-14 23:13:47 +00:00
igor%mir2.org
61f8b426d6
Use special parse nodes for array and object literals to generate more compact
...
bytecode both for interpreter and compiler to have faster [] and {} literals.
It also fixes the bug of accessing local variables Array/Object for the
literals instead of top-scope objects.
2004-05-14 22:47:44 +00:00
neil%parkwaycc.co.uk
9decad2c3d
Bug 33045 Pref for whether newsgroups use "Size" or "Lines" p=ch.ey@gmx.net r=me sr=bienvenu
2004-05-14 22:10:51 +00:00
neil%parkwaycc.co.uk
102ed88582
Bug 242441 Improved help topic loading as per FF help r=rlk sr=roc
2004-05-14 20:48:11 +00:00
amardare%qnx.com
6f230dd1c2
Changes for qnx/photon platform only. It should not affect building/runtime other platforms.
...
Removed unnecessary Pt_SET_REALIZED_F, Pt_SET_UNREALIZE_F methods - they were causing a crash when the server
is destroyed.
2004-05-14 17:53:50 +00:00
brendan%mozilla.org
dcf3e0d32b
Check in workaround for VC7.net bug (242518, r=self).
2004-05-14 17:16:00 +00:00
edburns%acm.org
8fae3780bf
Snapshot: made this implement nsIAsyncInputStream.
2004-05-14 17:00:21 +00:00
varga%nixcorp.com
7df159fd39
Fix for bug 243203. Crash removing address line in message compose window [@ nsCSSFrameConstructor::AttributeChanged] r=neil, sr=bryner
2004-05-14 13:58:00 +00:00
bugreport%peshkin.net
53de874dcb
Bug 239263: Avoid hazard in User->groups by switching to main DB for rederive
...
r=jouni
a=justdave
2004-05-14 13:55:45 +00:00
timeless%mozdev.org
d0b8af7d03
Bug 243476 Remove accesskeys from listitems in pref-winhooks.xul
...
patch by durbacher@gmx.de r=neil sr=alecf
2004-05-14 10:36:03 +00:00
jocuri%softhome.net
46a4a3c896
Patch for bug 238675: fix the wording for the reassign_to_empty error message; patch by Christopher Nehren <apeiron@comcast.net>; r=justdave; a=justdave.
2004-05-14 10:05:41 +00:00
neil%parkwaycc.co.uk
54b8077edc
Bug 88593 Make Ctrl+click on thread icon augment entire thread r=mscott sr=bienvenu
2004-05-14 08:43:14 +00:00
timeless%mozdev.org
492cc6b6ad
Bug 243199 Messages with =00 truncated
...
r=bienvenu sr=bienvenu
2004-05-14 08:14:44 +00:00
darin%meer.net
28793746b8
initial checkin for d-xpcom support using the ipc daemon, b=242530 (NOT PART OF THE BUILD)
2004-05-14 06:19:28 +00:00
darin%meer.net
739850c4eb
fixes bug 236608 "Domain Guessing: URL is not updated when guessing loads www.hostname.com" r=neil sr=dveditz
2004-05-14 04:19:35 +00:00
brendan%mozilla.org
c8e9fb3e91
Fix empty trailing alternative code to handle unterminated parens around the alternation (243389, r/sr=igor/shaver).
2004-05-14 04:06:28 +00:00
depstein%netscape.com
0ed0e66552
Cleaned up nsIChannel tests and running AsyncOpen() from the Tests menu. Added additional nsIProtocolHandler tests to Tests > nsIProtocolHandler->NewURI() for tracking some values. Will spin off into separate Test Interface in the future.
2004-05-14 00:19:54 +00:00
brendan%mozilla.org
81b340cc56
My version of igor@fastmail.fm's fix to check backref overflow (bug 230216, r/sr=igor/shaver).
2004-05-14 00:10:29 +00:00
bzbarsky%mit.edu
1012d0c0ae
Remove XXX comment that is now addressed (as rbs pointed out). Bug 113201.
2004-05-14 00:01:57 +00:00
bzbarsky%mit.edu
c83bb132aa
Remove bogus data-sniffing code in CanParse() impls, clean up signature, don't
...
peek a buffer if we're not planning to autodetect the parsemode. Bug 113201,
r=rbs, sr=jst
2004-05-13 23:39:06 +00:00
dbaron%dbaron.org
2357b162ed
Handle negative coordinates better, to improve handling of multiple monitors. b=135079 Patch from John Sullivan <jsfbbz@kanargh.force9.co.uk>. r=ere sr=dbaron
2004-05-13 23:13:35 +00:00
jst%mozilla.jstenback.com
80cb652b40
Yet one more part for bug 243484. Clean up some string handling code in nsVariant, and do some other generic cleanup too. r+sr=peterv@propagandism.org
2004-05-13 22:52:14 +00:00
scott%scott-macgregor.org
d775b3a271
Bug #243562 --> Add a talkback component to the windows installer
2004-05-13 22:42:20 +00:00
darin%meer.net
c8f5d9e796
fixes bug 243498 "nsStandardURL::BuildNormalizedSpec spends too much time in nsIDNService::IsACE" r+sr=bzbarsky
2004-05-13 22:17:17 +00:00
jst%mozilla.jstenback.com
d04e544a80
Fixing more of bug 243484. Eliminate extra string copy when XPConnect converts from UTF-8 strings to JS strings. r+sr=darin@meer.net
2004-05-13 21:54:11 +00:00
bzbarsky%mit.edu
0bca456f66
OK, read prtypes.h and actually do this _right_. Bug 191839.
2004-05-13 21:52:12 +00:00
myk%mozilla.org
14b0e293c9
initial checkin of download-stats tool for processing download logs into MySQL database and then generating stats from them
2004-05-13 21:41:14 +00:00
neil%parkwaycc.co.uk
93189a5531
Bug 243511 Fix crash when displaying bitmap with invalid number of colours r=biesi sr=tor
2004-05-13 21:41:03 +00:00
bzbarsky%mit.edu
ad5691b9c8
I guess the first fix was better after all.... Bug 191839.
2004-05-13 20:44:07 +00:00
mkaply%us.ibm.com
e01701fe66
OS/2 bustage - remove trailing spaces
2004-05-13 20:25:10 +00:00
mvl%exedo.nl
fcfdee9d2d
Didn't mean to check this in just yet
2004-05-13 20:09:10 +00:00