cbiesinger%web.de
0c55b1643c
186216 r=paper sr=tor image decoders don't need to #include "nsIImage.h"
2002-12-21 15:34:01 +00:00
igor%mir2.org
ac9e2f79e3
I removed dependency of Parser.decompile on NativeFunction. Now Parser.decompile takes as argument a tree structure describing encoded source for script or function and their nested functions. In case of interpreter the tree is built from interpreter runtime data while the optimizer puts a static function to construct tree into the class file representing compiled script or function. This function is called via reflection.
...
The change removes the need to have instances of NativeFunction representing nested functions constructed before they are needed as a part of script execution.
2002-12-21 12:43:55 +00:00
cbiesinger%web.de
80d57247d7
186158 r+sr=dbaron unused function TileImage in nsCSSRendering.cpp
2002-12-21 10:33:38 +00:00
cltbld%netscape.com
69a8434dd8
cleaning up debug printfs, comment. -mcafee
2002-12-21 09:16:00 +00:00
bratell%lysator.liu.se
cd00e11297
Bug 185007 - reduce padding in style structs. r=roc+moz, sr=brendan
2002-12-21 07:27:44 +00:00
seawood%netscape.com
48b42f22ca
Use renamed ical libs.
2002-12-21 06:25:14 +00:00
roc+%cs.cmu.edu
76a5d14165
Fixing Windows bustage... again
2002-12-21 05:26:16 +00:00
roc+%cs.cmu.edu
c7f7b7a99c
Fixing Windows bustage...
2002-12-21 04:39:02 +00:00
roc+%cs.cmu.edu
76297215ea
Fix Mac bustage
2002-12-21 03:49:37 +00:00
roc+%cs.cmu.edu
54508762f0
Bug 186233. Clean up unused/useless GFX calls. r+sr=blizzard
2002-12-21 02:51:14 +00:00
cltbld%netscape.com
01d4832755
uncomplicating profile fu. -mcafee
2002-12-21 02:46:17 +00:00
brendan%mozilla.org
e0e5f44e58
Fixed so overriding Function.prototype.toSource doesn't mess up F.p.toString output, which should decompile the function, including nested function expressions (178389, r=shaver).
2002-12-21 02:14:53 +00:00
dbaron%fas.harvard.edu
d89cd5a885
Remove test assertion that I added two days ago. DEBUG-only, r=me
2002-12-21 01:36:58 +00:00
cltbld%netscape.com
fb69aef674
Mac profile location changed, fixing tests for that on mac. Took / out of Darwin name to save horizontal space. (mcafee)
2002-12-21 00:08:26 +00:00
rogerl%netscape.com
2393a61699
Added ECMA3 compatible(?) Error classes.
2002-12-20 23:55:23 +00:00
cltbld%netscape.com
d2b5e02ba6
xpcomgluetest should be off by default -mcafee
2002-12-20 23:40:04 +00:00
bbaetz%student.usyd.edu.au
a3c47abf4b
Bug 180870 - Remove old shadowdb manual replication code
...
r, a=myk
2002-12-20 23:35:29 +00:00
edburns%acm.org
9011f9db22
Build the XPI on UNIX.
2002-12-20 22:40:32 +00:00
edburns%acm.org
40cad5bf9d
Uncomment the find component changes.
2002-12-20 22:01:44 +00:00
igor%mir2.org
3cf3b9f6e4
I removed code to add EmptyArray field to generated field in Codegen.generateInit as it was redundant to ScriptRuntime.emptyArgs
2002-12-20 16:14:51 +00:00
kin%netscape.com
c79b812413
Fix for bug # (drag and drop of links with icons is inconsistent)
...
Make dragging an image in a link behave just like dragging the text in a link. We now generate the drag data for links just like we do when dragging an existing selection.
r=brade@netscape.com sr=sfraser@netscape.com
2002-12-20 15:37:03 +00:00
peterv%netscape.com
2eee61281b
Rename Transformiix string API to be in synch with Mozilla's. Part of bug 74786 (String cleanup). r=sicking, rs=jst.
2002-12-20 15:18:35 +00:00
mkaply%us.ibm.com
c15128a5ad
#184479
...
Forgot to modify one part of code per sr comment
2002-12-20 14:53:44 +00:00
axel%pike.org
15431ca0da
bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv
2002-12-20 13:55:28 +00:00
axel%pike.org
5c0d6082be
bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv
2002-12-20 13:45:06 +00:00
igor%mir2.org
56e0e5ae51
In Codegen.visitFunction I replaced code generating call to createFunctionObject that would use reflection to instantiate function object by a direct calling of function constructor and a separated call to function initialization in OptRuntime.setupFunction.
2002-12-20 12:21:35 +00:00
igor%mir2.org
ecb7dc469e
I removed debug_level and debug_srcName fields as they are never used.
2002-12-20 12:12:41 +00:00
aaronl%netscape.com
600e0c73e6
Bug 183234. Checking in patch for jst. Crash in nsDOMWindowController when F7 key pressed. r=aaronl, sr=peterv
2002-12-20 08:00:08 +00:00
bbaetz%student.usyd.edu.au
1a66a353fa
Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave
2002-12-20 07:21:43 +00:00
bugreport%peshkin.net
681fc1dbc3
Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0
...
r=justdave
a=justdave
2002-12-20 07:16:28 +00:00
mkaply%us.ibm.com
3fa1fc0666
#183328
...
r=gerv, sr=bryner
On OS/2, don't allow custom DPI
2002-12-20 06:47:19 +00:00
mkaply%us.ibm.com
35f2ccbfa4
#184479
...
r=brade, sr=peterv
Midas - support MS names for block types (Heading X)
2002-12-20 06:44:32 +00:00
cltbld%netscape.com
aeb1a12496
Depreciating RunTest option, use RunMozillaTests now. -mcafee
2002-12-20 06:04:39 +00:00
jkeiser%netscape.com
dd17c242ec
Make input type=file work with display: none (bug 152844), r=sicking@bigfoot.com, sr=jst@netscape.com
2002-12-20 05:40:37 +00:00
jkeiser%netscape.com
d7d9298ab3
Make shift+click work the first time you click in a select (bug 167142), r=peterl@netscape.com, sr=sfraser@netscape.com
2002-12-20 05:32:27 +00:00
justdave%syndicomm.com
bd14a7cc67
Bug 186218: importxml.pl was doing a query against the products table using the old schema
...
Patch by Jonathan Schatz <jon@vmware.com>
r= justdave, a= justdave
2002-12-20 03:37:49 +00:00
smontagu%netscape.com
62988177ba
Bug 185588: Changed printing preferences are saved corrupted in prefs.js. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz
2002-12-20 02:52:30 +00:00
ducarroz%netscape.com
2637e30f6e
Fix for bug 182643. The data stored in the palm pilote uses ISO-Latin-1 and not UTF-8. Also, the addressbook name is in UTF-8. R=cavin, rdayal, SR=sspitzer
2002-12-20 00:05:23 +00:00
rogerl%netscape.com
5be1ca4541
Various bug fixings. Added 'dynamic' attribute.
2002-12-19 23:57:32 +00:00
cavin%netscape.com
694fd3edd8
Fix for bug 158367. Replaced macro IMPORT_LOGx() with PR_LOG() for ns logging and cleaned up some logging info at the top level driver function in nsImportMail.cpp. r=ducarroz, sr=sspitzer.
2002-12-19 23:28:58 +00:00
cavin%netscape.com
4e01133ec9
Fix for bug 161941. Allocated enough space for 'buffer'. r=ducarroz, sr=sspitzer.
2002-12-19 21:40:40 +00:00
peterv%netscape.com
835d9e4c97
Removing again, I won't need it after all.
2002-12-19 20:29:40 +00:00
peterv%netscape.com
bd4196a78e
Fix for bug 184925 (isindex.form always == null). r=sicking, sr=jst.
2002-12-19 20:29:14 +00:00
caillon%returnzero.com
9aae64b7bb
185493 - Try and clean up some leaks of text nodes by using nsCOMPtr.
...
r=jst sr=peterv
2002-12-19 20:23:57 +00:00
igor%mir2.org
da6403bcf0
I moved optimizer related code to initialize a function from ScriptRuntime to optimizer/OptRuntime and replaced common code to initialize function prototype and scope in few places by ScriptRuntime.initFunction
2002-12-19 19:48:55 +00:00
kin%netscape.com
cbbe3f0fa1
Fix for bug #184858 (Find not finding all matches)
...
Modified |ContentIsInTraversalRange()| to return true if aContent is a textnode and contains one of the traversal range end points.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2002-12-19 19:36:18 +00:00
ccarlen%netscape.com
4b4e0bbc8e
Bug 44678 - On Mac, use a custom Carbon event to signal that the PLEvent queue needs to be processed. r=sdagley/sr=sfraser
2002-12-19 15:25:57 +00:00
glazman%netscape.com
4fba82f4ba
Text alignment feedback erroneous in Composer; b=183887, r=jfrancis, sr=peterv
2002-12-19 14:10:50 +00:00
kyle.yuan%sun.com
f89e440f37
Bug 163816 Leaking 1 nsAccessibilityService and a bunch of nsGenericAccessible's
...
r=aaronl, sr=peterv
fix the wrong type cast in nsRootAccessible::AddAccessibleEventListener and get rid of the strong pointer to nsHTMLIFrameAccessible in nsHTMLIFrameRootAccessible
2002-12-19 09:35:00 +00:00
seawood%netscape.com
b8bb0a2699
Define GFX_XINERAMA_LIBS before it's used since EXTRA_DSO_LDOPTS gets evaluated immediately sometimes.
...
Bug #183894
2002-12-19 07:49:52 +00:00