82492 Commits

Author SHA1 Message Date
nboyd%atg.com
0068a15b8a Norris Boyd wrote:
> Igor Bukanov wrote:
>
>
>>Norris Boyd wrote:
>>
>>
>>>The intention was to keep classfile and JavaAdapter optional. Those
>>>dependencies crept in. We can use Invoker optionally--perhaps I should do
>>>some performance numbers to see if it's worth it.
>>>
>>I implemented that patch, it splits Invoker.java into Invoker.java and
>>its implementation in optimizer/InvokerImpl.java The reason to put it
>>into optimizer package is that Invoker is very similar in spirit to
>>NativeScript: it generates classes to speed up access and in this way
>>there is no need to have separated option not to use: one can simply
>>remove optimizer all together.
>>
>
> Yes, that sounds great.
>
>
>>
>>I noticed during implementation that JavaAdapter.DefiningClassLoader and
>>optimizer/JavaScriptClassLoader contains the same code, so maybe they
>>can be moved to org.mozilla.classfile package under one name?
>>
>
> Yes, that sounds like a good change too. Thanks for noticing that.


The update is pretty messy: it touches FunctionObject which I changed to
remove the special treatment of NativeWith in the previous patch, and it
also add/removes files.

Here is a description:
DefiningClassLoader.java should go to org/mozilla/classfile. It is the
same code that was in omj/optimizer/JavaScriptClassLoader.java with
class rename and adding public attribute and correspondingly
omj.optimizer/JavaScriptClassLoader.java should be removed. I guess it
would be nice to preserve logs/history in CVS during the move.

InvokerImpl.java should go to omj/optimizer. It is mostly what
omj.Invoker was.

invoker_changes_patch was generated via
cvs diff -u Invoker.java JavaAdapter.java optimizer/Codegen.java
and contains changes against the current CVS

FunctionObject_invoker_patch was generated via
diff -u ../../mozilla.1/javascript/FunctionObject.java FunctionObject.java
and contains changes against that With patch.

Igor
2001-05-15 13:10:38 +00:00
ftang%netscape.com
4b89ac4b2e fix bug 80725. change GB2312 to gb18030 support
property file change rs
2001-05-15 12:54:23 +00:00
ftang%netscape.com
07caef679b fix 80772. add nsGBKConvUtil.cpp 2001-05-15 12:53:05 +00:00
ftang%netscape.com
d58e92eb5d fix 80772. r=bstell clean up ucvcn and add gb18030 2001-05-15 12:52:29 +00:00
neeti%netscape.com
500f6fced3 fix for bug 78639 - pics must not print to console in opt builds, r=dougt, sr=darin 2001-05-15 12:47:02 +00:00
neeti%netscape.com
7360e10f74 patch for bug 78876 - null bytes badly interpreted in base64-encoded data: URI scheme. r=sspitzer, sr=valeski 2001-05-15 12:45:50 +00:00
ftang%netscape.com
95e705dbed add new file for bug 80772
r=bstell a=ftang
2001-05-15 12:33:38 +00:00
ftang%netscape.com
1c7d8d92a5 add new macro. fix bug 80772. r/sr=notyet 2001-05-15 12:31:30 +00:00
ftang%netscape.com
0832fa6938 fix and check in 77252 for simon@softel.co.il
r=ftang sr=blizzard
2001-05-15 12:29:10 +00:00
ftang%netscape.com
c823b14493 fix 80158 check in for simon@softel.co.il
r=ftang sr=blizzard
2001-05-15 12:23:34 +00:00
ftang%netscape.com
b1ed844bfe fix bug 80156. check in for simon@softel.co.il
r=ftang sr=blizzard remove unnecessary stuff.
2001-05-15 12:18:09 +00:00
ftang%netscape.com
ee300ce9bf temp fix bug 80352 untill simon@softel.co.il come out the real fix
We cannot pass in PR_TRUE to force reflow here. Otherwise, we will incrase stylechange reflow right after
we visit a link from a page which have frameset or iframe
r/sr=vidur sr=jst
2001-05-15 12:13:57 +00:00
ftang%netscape.com
23dfe09732 fix 80111. remove ASCII from the X11 Johab font encoding converter
r=bstell sr=blizzard
2001-05-15 12:11:00 +00:00
ftang%netscape.com
50996b210a fix bug 80166. check in for simon@softe.co.il
r=ftang sr=blizzard
2001-05-15 12:07:30 +00:00
ftang%netscape.com
70513680b1 fix 80163. check in for simon@softel.co.il
r=ftang
sr=blizzard@mozilla.org
2001-05-15 12:04:34 +00:00
ftang%netscape.com
d63514cc5e fix bug 71358. add IBMBIDI logic for Arabic/Hebrew
check in for simon@softel.co.il
r/sr=hyatt
r=ftang
2001-05-15 11:58:40 +00:00
ftang%netscape.com
fdfd99773b fix bug 71358. Use xpcom pointer and do right thing for ref count
r/sr=hyatt
2001-05-15 11:57:22 +00:00
law%netscape.com
80fdeac6f8 Bug 53952; replace DDE client to prevent being blocked by ill-behaved applications; r=cathleen, sr=alecf 2001-05-15 10:32:51 +00:00
jst%netscape.com
892417cdfb Checking in Boris Zbarsky's (bzbarsky@mit.edu) fix for bug 79818, making more CSSRules implement DOM interfaces. r=bryner, sr=jst 2001-05-15 08:26:13 +00:00
glazman%netscape.com
7939bfee97 nsDOMCSSDeclaration::GetCssText not implemented; b=79722, r=harishd, sr=jst 2001-05-15 08:25:03 +00:00
rginda%netscape.com
b5b65abbac fix to help senna tinderbox find PRClist 2001-05-15 07:55:34 +00:00
rginda%netscape.com
28c2019557 fix ports bustage 2001-05-15 07:42:58 +00:00
kandrot%netscape.com
59d6cbd865 Backing out the changes I checked in for Ron Guilmette. 2001-05-15 07:31:40 +00:00
rginda%netscape.com
c652047340 disable js debugger until I can figure out what's going on with shrike 2001-05-15 07:07:36 +00:00
idk%eng.sun.com
1efb3c3f15 *not part of the build*
fix for 57781, 57790
2001-05-15 06:47:45 +00:00
stephend%netscape.com
6b407a765f Bug 62565, numerous spelling errors in Help's spelling. Patch by Stephen Walker <walk84@usa.net> r=db48x@yahoo.com sr=alecf@netscape.com 2001-05-15 06:46:08 +00:00
stephend%netscape.com
0467fd91ad Part of bug 62565, numerous spelling errors in Help's spelling. Patch by Stephen Walker <walk84@usa.net> r=db48x@yahoo.com sr=alecf@netscape.com 2001-05-15 06:43:35 +00:00
mstoltz%netscape.com
6758786117 *** empty log message *** 2001-05-15 06:43:12 +00:00
mstoltz%netscape.com
9f572bcb9a bug 78650, moved some #ifdefs so that printfs never happen in optimized builds.
patch by cls@seawood.org, r=mstoltz@netscape.com, dveditz@netscape.com
2001-05-15 06:43:03 +00:00
stephend%netscape.com
9e07ab2cd5 Choosing Help | About Mozilla should show 'about:' in URL. Patch by Henrik Gemal <gemal@gemal.dk> r=timeless@mac.com sr=ben@netscape.com 2001-05-15 06:25:17 +00:00
kandrot%netscape.com
f51c400592 Checkin for Ron Guilmette. bug #46775 r=pavlov sr=waterson 2001-05-15 06:21:28 +00:00
stephend%netscape.com
689b1dd1b2 autostretch='never' needs to be added for checkboxes. Patch by Stephen Walker <walk84@usa.net> r=timeless sr=ben@netscape.com. Bug 42406 2001-05-15 06:20:55 +00:00
attinasi%netscape.com
1fea92b846 Fixed crash when ToolTip pref is changed: b=64025 r=pinkerton sr=hyatt 2001-05-15 06:20:49 +00:00
leaf%mozilla.org
a7aa08fdd6 Automated update 2001-05-15 06:14:49 +00:00
rginda%netscape.com
e20361d5a2 reverting checkin to configure 2001-05-15 06:13:22 +00:00
axel%pike.org
59aafcc6e2 bug 78127, xsl:choose and stacks, code by sicking@bigfoot.com, r=keith, r/a=peterv, sr=shaver 2001-05-15 06:13:02 +00:00
anthonyd%netscape.com
974e5cf01c comments for nsISelection.idl, nothing but comments being added, nothing to see here 2001-05-15 06:10:38 +00:00
anthonyd%netscape.com
26a94095a5 comments for the nsIDOMRange.idl, JUST comments, nothing to see here. 2001-05-15 06:09:47 +00:00
stephend%netscape.com
8de1bd1bce Typo in 'Understanding Privacy page (in wallet) patch by Stephen Walker <walk84@us.net> r=db48x@yahoo.com sr=alecf@netscape.com. Bug 78380 2001-05-15 06:07:21 +00:00
kandrot%netscape.com
17d33fd40b Checkin for Ron Guilmette, bug #76788. r=chuang, sr=waterson 2001-05-15 06:01:10 +00:00
kandrot%netscape.com
ebed782046 bug #77233, r=waterson, sr=brendan Changed a delete to a free for a malloced ptr 2001-05-15 05:55:15 +00:00
stephend%netscape.com
d4caa9568f Removing an annoying 'go' dump statement in the color picker. Bug 80869. Patch by Stephen Walker <walk84@usa.net) r=stephend/timeless sr=hewitt 2001-05-15 05:55:10 +00:00
kandrot%netscape.com
6bf35cb255 Check in for bug #75764 to elminate non-static globals. r=kandrot, sr=jband 2001-05-15 05:50:24 +00:00
sspitzer%netscape.com
de70a2f2c7 fix for #65704. offline status indicators aren't changing.
now the offline indicators in multiple browser, mailnews, msg compose, editor windows will
update when we go offline.  also, allow windows to 'jump in' before the offline state
changes so they can do certain tasks and allow the user to cancel the state change, if needed.
(important for mailnews).  there is still some work to do, but this is the bulk of it.
r=alecf (on initial patch), r=bienvenu, sr=ben.
2001-05-15 05:49:09 +00:00
rginda%netscape.com
cb7748f0f6 bug 76050, js debugger unix make system changes, r=cls 2001-05-15 05:48:08 +00:00
sspitzer%netscape.com
0e77e42049 cleanup. r=timeless, sr=smfr. #80872 2001-05-15 05:38:44 +00:00
idk%eng.sun.com
7ab070f1eb *not part of the build*
fix for 80867
2001-05-15 05:08:19 +00:00
sspitzer%netscape.com
b568072a67 fix for #63225. "Save Image As" from a message provides a bogus image filename.
remove some dead code.  r=ducarroz, sr=mscott,sspitzer.
2001-05-15 05:04:55 +00:00
pchen%netscape.com
81abe4bacf bug 76705, r=mcafee, sr=ben, add fastnav.xul and fastnav.js to comm.jar 2001-05-15 05:01:53 +00:00
pchen%netscape.com
45c2a95bab bug 76705, r=mcafee, sr=ben, add minmal fastnav.xul and fastnav.js 2001-05-15 05:00:47 +00:00