Граф коммитов

82394 Коммитов

Автор SHA1 Сообщение Дата
danm%netscape.com afc7cb1783 fix sandboxing of sidebar iframe. bug 59603 r=hyatt,matt 2001-05-15 18:07:50 +00:00
yokoyama%netscape.com b84af366c0 bug fix for 69121. 2001-05-15 18:00:14 +00:00
ddrinan%netscape.com 899ba1ad1a Enable support for OCSP. Bug#80178, r=mcgreer@netscape.com, sr=blizzard@mozilla.org 2001-05-15 17:59:10 +00:00
nhotta%netscape.com a4b891569c using nhotta's account: yokoyama: bug fix for 69121. /r=ftang; /sr=brendan 2001-05-15 17:56:22 +00:00
yokoyama%netscape.com 93a0976c9a bug: 80746: /r=ftang; /sr=brendan 2001-05-15 17:55:21 +00:00
darin%netscape.com e58280debb Fixes regression bug 80544 "can't browse ebay.com" sr=mscott 2001-05-15 17:47:51 +00:00
shaver%mozilla.org 153e059ad5 73494: remove iostreams use in regxpcom, general cleanup, new silence options.
r=dmose, sr=kin.
2001-05-15 17:46:55 +00:00
darin%netscape.com fe70c4d3bb Fixes bug 44536 "HTTP post fails after authentication" r=bbaetz, rs=mscott. 2001-05-15 17:44:46 +00:00
ddrinan%netscape.com 2251f63fe1 Enable support for OCSP. Bug#80178, r=mcgreer@netscape.com, sr=blizzard@mozilla.org 2001-05-15 17:35:35 +00:00
wtc%netscape.com 91f7016c21 Use NSPR 4.1.1.
Modified files: manifest.mn, Makefile.
2001-05-15 17:31:15 +00:00
nboyd%atg.com 6a2409561b 2 additional issues:
1. In that patch I forgot to remove "import org.mozilla.classfile.*" and
simply catch Exception in newInvokerMaster which is not a good practice.
The attached patch FunctionObject_patch fixes that and removes other
unused imports.

2. In org.mozilla.classfile.DefiningClassLoader defineClass method first
tries to call via ClassManager the defineClass method in a class loader
that loaded DefiningClassLoader itself. But this would define new
classes in that class loader so they would not be subject of the garbage
collection until a classloader that loads DefiningClassLoader would go
away even if a DefiningClassLoader instance is gone. The
DefiningClassLoader_patch removes that and simply calls super.defineClass.

The patch also change the order of class search in loadClass so the
loader first looks for a class among its defined classes and only after
that in parent loaders.

Regards, Igor
2001-05-15 16:58:08 +00:00
beard%netscape.com f9ac4a4f5d Removed: src/org/mozilla/javascript/optimizer/JavaScriptClassLoader.java Added: src/org/mozilla/javascript/optimizer/InvokerImpl.java src/org/mozilla/classfile/DefiningClassLoader.java 2001-05-15 15:41:44 +00:00
mcgreer%netscape.com 1fe6d70ad9 fix for #77701, mozilla crashes when viewing a cert for which NSS cannot find the full chain.
r=javi, sr=blizzard
2001-05-15 14:56:42 +00:00
mkaply%us.ibm.com 4a0d869dc9 #76670
r=mkaply,achimha@innotek.de sr=roc+moz
Implement XP regions - currently only used on OS/2
2001-05-15 14:43:48 +00:00
ftang%netscape.com 43b3808c42 fix port bustage 2001-05-15 14:34:23 +00:00
locka%iol.ie a96ff1bdbd Fix activates/deactivates browser window when test app winEmbeds frame becomes active/inactive r=disttsc@bart.nl b=78610 2001-05-15 14:33:43 +00:00
morse%netscape.com 8bc638ad1e bug 53403, Dragging bookmark folder into child folder deletes folder, r=ben, sr=alecf 2001-05-15 13:43:27 +00:00
nboyd%atg.com f3a596d65d New file, mostly moved from org.mozilla.javascript.optimizer.JavaScriptClassLoader 2001-05-15 13:12:43 +00:00
nboyd%atg.com 64798ecbb6 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 a60b68426d fix bug 80725. change GB2312 to gb18030 support
property file change rs
2001-05-15 12:54:23 +00:00
ftang%netscape.com 47aa3f1f1c fix 80772. add nsGBKConvUtil.cpp 2001-05-15 12:53:05 +00:00
ftang%netscape.com a4de639e92 fix 80772. r=bstell clean up ucvcn and add gb18030 2001-05-15 12:52:29 +00:00
neeti%netscape.com b7f9853dc0 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 61fbc45701 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 a278d2c572 add new file for bug 80772
r=bstell a=ftang
2001-05-15 12:33:38 +00:00
ftang%netscape.com 0f99bee261 add new macro. fix bug 80772. r/sr=notyet 2001-05-15 12:31:30 +00:00
ftang%netscape.com 80449836af 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 167d39aaf2 fix 80158 check in for simon@softel.co.il
r=ftang sr=blizzard
2001-05-15 12:23:34 +00:00
ftang%netscape.com 1012b6a4a5 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 ca3ebe5c0b 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 29d7cbcb35 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 fa9a6ddaaa 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 66b124af56 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 9e0eaf0c5a 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 1dc36fa113 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 be739f06e8 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 9e3e2750cd 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 41aa3398d9 nsDOMCSSDeclaration::GetCssText not implemented; b=79722, r=harishd, sr=jst 2001-05-15 08:25:03 +00:00
rginda%netscape.com 6da2fab05f fix to help senna tinderbox find PRClist 2001-05-15 07:55:34 +00:00
rginda%netscape.com 270be09339 fix ports bustage 2001-05-15 07:42:58 +00:00
kandrot%netscape.com 37e2af63da Backing out the changes I checked in for Ron Guilmette. 2001-05-15 07:31:40 +00:00
rginda%netscape.com 4531873faa 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 b1dc6babfd *not part of the build*
fix for 57781, 57790
2001-05-15 06:47:45 +00:00
stephend%netscape.com 11e275014b 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 ff8fc44291 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 cbe1b93f17 *** empty log message *** 2001-05-15 06:43:12 +00:00
mstoltz%netscape.com b267f02345 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 13fbe1a265 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 cc5b4b5e0b Checkin for Ron Guilmette. bug #46775 r=pavlov sr=waterson 2001-05-15 06:21:28 +00:00
stephend%netscape.com 714660782a 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