Commit Graph

130003 Commits

Author SHA1 Message Date
ian.mcgreer%sun.com
be72ca16c5 bug 180268, reimplement ssl step-up for builtins 2004-05-17 20:08:38 +00:00
scott%scott-macgregor.org
bf3d142f53 fix talkback typo 2004-05-17 19:55:46 +00:00
darin%meer.net
2295e96050 compiling dconnect extension by default, but only including it in the
final component library if BUILD_DCONNECT is set in the build environment.
fixing a buffer overrun in ipcMessageWriter (it was not initializing itself
properly)
2004-05-17 19:49:42 +00:00
igor%mir2.org
a6a8297e30 Reorganization in jumping code to make the following patch to drop 32K
jump length restriction smaller
2004-05-17 19:19:18 +00:00
mostafah%oeone.com
4a8cca396e Fixed bug 242939 2004-05-17 18:30:13 +00:00
igor%mir2.org
7e1c77a956 Remove 256 limit on number of variable using index prefix for all variable
operations. To offset small performance loss for variable access new
index prefixes operation REG_IND_C[0123] are added to load 0,1,2,3 as index
value with one bytecode.
2004-05-17 17:57:43 +00:00
scott%scott-macgregor.org
4f7eeaf391 add a stub installer jst file (not hooked up to anything yet) 2004-05-17 17:30:01 +00:00
igor%mir2.org
bf289c6354 For GETPROP/SETPROP use explicit name prefix to load property name instead
of pusshing property to stack
2004-05-17 17:29:12 +00:00
roc+%cs.cmu.edu
d62b94b7ed Fix bustage, accidental checkin of work in progress :-( 2004-05-17 17:16:17 +00:00
roc+%cs.cmu.edu
cab775b57b Backing out 233441. 2004-05-17 16:29:13 +00:00
igor%mir2.org
5b81311a84 Remove 256 limit on number of local slots using REG_IND* prefixes to load the
slot index
2004-05-17 16:27:39 +00:00
brendan%mozilla.org
7f445f83f2 Back out compileFile, don't need it given i/o + Script. 2004-05-17 16:21:51 +00:00
igor%mir2.org
c226bf5cde Splitting name_and_this bytecode into name_fast_this and name_slow_this to
avoid flag reading during simple function calls
2004-05-17 15:58:48 +00:00
igor%mir2.org
0681989924 Use the same of specal index prefix byte code for [] and {} literals 2004-05-17 14:55:45 +00:00
igor%mir2.org
e88881f3a6 Elimination of 64K restriction limit for various index-based opcodes. Now
they are prefixed with special Icode_REG_IND* that load the index of proper
size.
2004-05-17 14:34:29 +00:00
igor%mir2.org
696129bcb0 Removal of 64K limit of total number of strings per script/function: now
string operands are preloaded with special LOAD_STR opcodes that handles full
int indexes
2004-05-17 13:07:49 +00:00
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