Commit Graph

130237 Commits

Author SHA1 Message Date
igor%mir2.org
9a6e1fe15d In the interpreter loop avoid code duplication for calling instruction
observer after each jump: now all tsuch code blocks are merged into generic
code that follows the interpreter switch
2004-05-17 11:44:42 +00:00
igor%mir2.org
34e9dc56b7 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
945cda1547 bring across trunk changs (EM, etc) 2004-05-16 18:16:39 +00:00
timeless%mozdev.org
1fb9a137cc 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
387cf06c43 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
c113d12603 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
078052fe9a 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
5c0b652bfd 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
774204ecef 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
daaa920276 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
6b6c297519 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
aae93331f3 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
b4d0f698c9 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
73ee46121d oops! forgot to checkin the new DTD file. 2004-05-15 16:40:13 +00:00
bzbarsky%mit.edu
1156a05b85 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
6440f76be7 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
14c7f78e66 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
d4a2ee0c65 Try to fix broken talkback component for the thunderbird installer 2004-05-15 04:10:30 +00:00
bienvenu%nventure.com
70dc62c02f fix pop3 get new mail in thunderbird, print out exception 2004-05-15 00:48:01 +00:00
rlk%trfenv.com
cd9288b411 fixing bustage. 2004-05-15 00:46:34 +00:00
rlk%trfenv.com
db071e25e8 Checking in massive help bloat elimination checkin. 2004-05-14 23:13:47 +00:00
igor%mir2.org
37be8f9cfb 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
26d6260d6b 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
3c5d3b2c85 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
c75313dc38 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
28d16f576e Check in workaround for VC7.net bug (242518, r=self). 2004-05-14 17:16:00 +00:00
edburns%acm.org
8a9b99c6b5 Snapshot: made this implement nsIAsyncInputStream. 2004-05-14 17:00:21 +00:00
varga%nixcorp.com
b7408dd75e 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
d3a014761e 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
8e6664dfb4 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
4dbf93f239 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
43971718ba 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
3d365a7700 Bug 243199 Messages with =00 truncated
r=bienvenu sr=bienvenu
2004-05-14 08:14:44 +00:00
darin%meer.net
13c88e4971 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
b1b82aa0ca 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
c72369acf0 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
f945e30439 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
2cd13efef2 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
94e9cc65dd Remove XXX comment that is now addressed (as rbs pointed out). Bug 113201. 2004-05-14 00:01:57 +00:00
bzbarsky%mit.edu
b4eebb0cbd 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
f1908458de 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
30f4e1ec2d 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
b346081e7c Bug #243562 --> Add a talkback component to the windows installer 2004-05-13 22:42:20 +00:00
darin%meer.net
8fe1ed0d52 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
2f6966029c 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
5efe8af713 OK, read prtypes.h and actually do this _right_. Bug 191839. 2004-05-13 21:52:12 +00:00
myk%mozilla.org
b05728efec 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
37d2713119 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
c09b94ce76 I guess the first fix was better after all.... Bug 191839. 2004-05-13 20:44:07 +00:00
mkaply%us.ibm.com
dc35648a6b OS/2 bustage - remove trailing spaces 2004-05-13 20:25:10 +00:00