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

82361 Коммитов

Автор SHA1 Сообщение Дата
peterv%netscape.com 9a92abfadc Add DOM ClassInfo for Transformiix classes. r=Pike, sr=jst. 2001-05-15 20:35:23 +00:00
sspitzer%netscape.com 7c2b39f485 add comment for patch for bug #80089 2001-05-15 20:33:20 +00:00
mkaply%us.ibm.com ac4bcee9ae No bug - need PR_CALLBACK to build inspector on OS/2 2001-05-15 20:31:39 +00:00
waterson%netscape.com 29c0c2f4e3 Be sure to use .get() when passing nsXPIDLCString to PR_LOG(). 2001-05-15 20:00:29 +00:00
waterson%netscape.com a16f52a8fd Bug 35816. Minimize size of serialized RDF/XML and improve its quality. Break parser and serializer into XPConnect-addressable components. r=hyatt, sr=shaver 2001-05-15 19:56:28 +00:00
bryner%uiuc.edu 7c53d1aef7 Bug 80543 -- outliner RowCountChanged behaving incorrectly on row removal. r=sspitzer, sr=hyatt. 2001-05-15 19:44:23 +00:00
brendan%mozilla.org 7f433d7aea Re-init pinned atoms after 1=>0=>1 contexts-in-runtime transition (80619, sr=jband&shaver). 2001-05-15 19:39:16 +00:00
shannond%netscape.com f0a58ac273 Bug 73702 - Need to point to Java Plugin download page for HPUX. ifdef HPUX then
go to HP site to get Java plugin. ra=av@netscape.com
2001-05-15 19:15:34 +00:00
jband%netscape.com 6823a77ccc remove commented out code 2001-05-15 19:15:30 +00:00
mcgreer%netscape.com d6a44b3810 fix for bug #80356, certs should be grouped by issuer org
r=javi, sr=blizzard
2001-05-15 19:12:44 +00:00
cls%seawood.org 8343795363 Attempting to pull a static tag by date is A Bad Thing(tm). Just don't do it (because cvs won't). 2001-05-15 19:11:49 +00:00
waterson%netscape.com ee104a4a8c Bug 43914. Don't force-dirty line after break-after; be sure to dirty lines containing a modified frame's continuation. Should improve typing performance. r=dbaron, sr=attinasi 2001-05-15 19:09:41 +00:00
jband%netscape.com 289637f85c PRBool values should be members of the set {0,1}. r=sfraser sr=jst. see bug 80722 2001-05-15 19:09:33 +00:00
racham%netscape.com e1622665e8 Fixing bug 80985. Allowing valid characters in the hostname during the mail accountsetup. sr=sspitzer 2001-05-15 19:02:48 +00:00
dougt%netscape.com e8f9d89833 Fix for 66951. r=ftang@Netscape.com, sr=dougt@netscape.com. 2001-05-15 19:01:57 +00:00
waterson%netscape.com 10a11ceb13 Bug 35816. Add new interfaces, not yet part of the build. r=hyatt, sr=shaver. 2001-05-15 18:48:17 +00:00
hewitt%netscape.com 8d7b340a58 80944 - tabbox not working, r=jag, sr=shaver 2001-05-15 18:28:25 +00:00
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