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

113572 Коммитов

Автор SHA1 Сообщение Дата
nboyd%atg.com 9134e7185d Update for RC2 2003-01-01 20:17:17 +00:00
bienvenu%netscape.com 8365483bb0 fix for crash in bug 186658, make GetServer return an error when it returns a null server, r/sr=sspitzer 2003-01-01 18:05:04 +00:00
cbiesinger%web.de f7a10b5472 102848 r=ducarroz sr=bienvenu remove (was: in subject line 2003-01-01 17:50:27 +00:00
timeless%mozdev.org 7370a42ef4 Bug 186683 ###!!! ASSERTION: |First()| on an empty string: 'Length()>0', file i:/build/mozilla/string/src/nsAString.cpp, line 136
r=aaronl sr=bz
2003-01-01 07:59:38 +00:00
nicolson%netscape.com 9460ab9be1 Upgrade version from 3.2 to 3.3.
Uncomment MessageDigest implementations (doh!).
2003-01-01 02:58:22 +00:00
nicolson%netscape.com 5e1bcfd6d2 Add DigestTest to all.pl.
Make DigestTest and SigTest return nonzero error code on failure.
2003-01-01 02:57:50 +00:00
ian%hixie.ch 8089606cff Add some singulars up at the mulit-year level. 2002-12-31 23:36:59 +00:00
ian%hixie.ch 40fd4f3386 Nicer alignment. 2002-12-31 23:23:12 +00:00
igor%mir2.org b0dd32ca85 Deprecating ClassOutput in favor of ClassRepository and Context methods to access ClassNameHelper functionality in favor of directly calling ClassNameHelper methods. For that I changed ClassNameHelper from interface to abstract class and added ClassNameHelper.get(Context cx) method to get name helper object that is used for the given Context object. 2002-12-31 18:21:32 +00:00
jake%bugzilla.org 884cdf7250 Bug 186673 - Updating section on Red Hat Bugzilla and adding last updated lines to each of the variants.
Wording reviewed by dkl@redhat.com
a=justdave
2002-12-31 17:45:37 +00:00
jake%bugzilla.org 38a1dcaf36 Bug 186962 - Update minimum versions of required software and move those versions to be ENTITY's
a=justdave
2002-12-31 17:41:21 +00:00
bratell%lysator.liu.se bf387aaa22 Bug 170160 - don't use sprintf for simple tasks as converting a number to a string. It's expensive and give you an ASCII string when a Unicode one is required. r=bryner@netscape.com, sr=brendan@mozilla.org 2002-12-31 12:50:10 +00:00
seawood%netscape.com 2457dd3be2 Return proper version number from `mozilla-config --version`
Bug #185551
2002-12-31 11:05:47 +00:00
igor%mir2.org 34427cc0a9 Allow application to customize class loader used for loading generated code.
For that I added new method createClasssLoader to Context, which by default returns new instance of DefiningClassLoader and changed the code to use this method instead of creating DefiningClassLoader directly. I moved DefiningClassLoader to org.mozilla.javascript package so core Rhino classes would not depend on org.mozilla.classfile package. I also changed SecurityController.createClasssLoader to take additional parentLoader argument to explicitly specify which class loader should be parent for generated code.
2002-12-31 09:42:42 +00:00
jake%bugzilla.org 230923012a Bug 180005 - Bring the FAQ up to date.
a=justdave
2002-12-31 03:05:07 +00:00
robin.lu%sun.com a81178ab49 Bug 186621 [gtk2] after click on plugin, mozilla can't get focus anymore.
Dispatchactive after button press if we does not have focus.
patched by robin.lu@sun.com r=blizzard
2002-12-31 01:50:40 +00:00
bryner%netscape.com b8acc4ec04 Removing a couple of dead files. 2002-12-31 00:55:12 +00:00
bugreport%peshkin.net aa209bd0ab Bug 178230 Update documentation for Entrprise Groups
r=Jake,preed
a=justdave
2002-12-30 22:15:21 +00:00
sfraser%netscape.com b0fa6129c2 Fix the Downlaod Manager to not be totally hoarked on Mac, by not using hiddenWindow.xul as an overlay, and fixing mismatches between persistent descriptors and full paths in the code. r=ccarlen, sr=jag 2002-12-30 22:06:13 +00:00
jaggernaut%netscape.com 2af4d47c8a Remove dead file (themes/modern/navigatorBindings.xml) from build. r=mozbot, sr=bryner 2002-12-30 21:56:02 +00:00
cbiesinger%web.de cf772f5ec0 77345 patch by Erich.Iseli@Iseli.org r=sgehani,rjc sr=jag
browser window can't display too many multiple search engines at once
2002-12-30 21:42:19 +00:00
igor%mir2.org 0499c96033 Eliminating calls to Thread.getContextClassLoader().
From my mail to Norris Boyd:

When considering http://bugzilla.mozilla.org/show_bug.cgi?id=166530 I realized that my 2 years old suggestion to use Thread.getContextClassLoader() in org.mozilla.classfile.DefiningClassLoader was wrong, as it does not follow class loader chain pattern Rhino embeddings can use. Moreover, it is wrong to use Thread.getContextClassLoader() when searching for Rhino classes as if Rhino is available via the system class loader and an application uses its copy from another loader, Thread.getContextClassLoader() would return incompatible class while simple Class.forName() would do proper job of loading the requested class from a loader of Class.forName() caller.

The only place where Thread.getContextClassLoader() can be useful is when searching for classes in NativeJavaPackage, but even there with a new option to use Package with an explicit class loader argument it is not necessary as one can write in a script
Packages(java.lang.Thread.contextClassLoader) to get necessary behavior.
2002-12-30 18:22:58 +00:00
cbiesinger%web.de 79a67aa80c to clarify: my last checkin was not part of any normal build 2002-12-30 17:44:22 +00:00
cbiesinger%web.de b7df1f541b 186480 r=timeless rs=blizzard (ports code) [qt] toolbar does not look correct 2002-12-30 17:40:11 +00:00
depstein%netscape.com bf76e055eb Added some more nsIHttpChannel attribute tests. Not part of the build. 2002-12-30 08:52:13 +00:00
ian%hixie.ch a614ace041 Replace Carp.pm with Exception.pm so that we have a consistent interface to exceptions and errors. Also add a syntaxError check in AUTOLOAD to make sure we don't call it when we shouldn't. 2002-12-30 08:04:29 +00:00
ian%hixie.ch aa5488a873 Neaten up the arguments display: limit the depth, allow integers to be unquoted as well as floats, crop long strings. 2002-12-30 08:02:40 +00:00
ian%hixie.ch 4504de3dc3 Remove bogus argument, and add error checking code to catch similar errors in future 2002-12-30 07:52:19 +00:00
ian%hixie.ch f7331c74e8 Export the syntaxError function, which reports a syntax error where the caller was invoked. 2002-12-30 07:30:43 +00:00
ian%hixie.ch 15e0f695ed Reduce the number of sites that call 'caller'. Let's hope that this doesn't get optimised too much, or else the line numbers will start getting increasingly inaccurate... 2002-12-30 07:28:45 +00:00
ian%hixie.ch 33256ecd89 Add support for reporting Exceptions as warnings, for parity with, and so that PLIF can transition from, Carp.pm 2002-12-30 07:06:34 +00:00
igor%mir2.org c1bd6caf06 Replace ScriptRuntime#main(String scriptClassName, String[] args) by ScriptRuntime#main(Class scriptClass, String[] args) and to optimizer.Codegen#generateMain code to generate call to Class.forName before calling ScriptRuntime#main. In this way script byte code can access Class object if generated script is loaded via different class loader then Rhino classes. 2002-12-30 06:49:10 +00:00
ian%hixie.ch 908bc39af0 Remove debugging code that accidentally got checked in. 2002-12-30 06:43:27 +00:00
ian%hixie.ch dc9577f495 Clean up the stack trace code: make stacktrace smarter about where the exception should be reported from, make it know about the arguments to the functions, make the stringifier know about try{} blocks 2002-12-30 06:40:05 +00:00
leaf%mozilla.org 08f92abd06 Automated update 2002-12-30 01:15:06 +00:00
timeless%mozdev.org a96f343923 Bug 187012 [Qt] configure.in test for Qt should use $CXX, not $CC for testing for the Qt library
r=cls
2002-12-30 01:08:28 +00:00
igor%mir2.org 5cb276ce94 When checking for a nested class, try to load it from class loader for the parent class, not from the loader for Rhino classes. 2002-12-30 00:50:57 +00:00
igor%mir2.org 25a4f559fd Move code to try to load a class from getPkgProperty to the separated findClass method and add catching of SecurityException there. 2002-12-30 00:49:11 +00:00
igor%mir2.org 6c08e83f5d Change FunctionObject to extends BaseFunction, not NativeFunction as the later is more tailored for function representing JavaScript code. 2002-12-30 00:43:33 +00:00
paper%animecity.nu 483ead4ff4 Bug 185773: Call SetTimeout in nsGIFDecoder2, not imgContainerGIF::EndFrameDecode; r=biesi sr=tor 2002-12-29 22:32:22 +00:00
ian%hixie.ch 007df6e6bf Additional comments explaining what might happen in cases of key clashes. 2002-12-29 21:02:59 +00:00
ian%hixie.ch c66533cb57 Minor grammatical fix. 2002-12-29 21:02:22 +00:00
igor%mir2.org 7aa9281947 To map a class name to the corresponding Class instance from the adapter code generate code to call Class.forName instead of calling ScriptRuntime.loadClassName so a class loader for the generated code will be used to access the Class instance, not the loader for the Rhino classes. 2002-12-29 20:21:06 +00:00
cbiesinger%web.de 01269e4302 186938 r+sr=roc+moz removing dead code from nsBlender.cpp 2002-12-29 12:35:17 +00:00
igor%mir2.org 1f5d46210d In createInvoker I replaced classLoader.loadClass by classLoader.linkClass to remove catching ClassNotFoundException 2002-12-29 10:52:10 +00:00
jake%bugzilla.org 2b00299e13 Bug 183388 - processmail wasn't picking up on users being added to the owner or qa contact role and was dropping emails if the user had selected to only get mail on those events.
Patch by Mark Drew <mdrew@realm.com>
r=jake
a=justdave
2002-12-29 07:06:41 +00:00
ian%hixie.ch 7ef7c159fa Fixing the support for the 'attempt()' method on databases, which was broken while fixing the fallout from the Exception stuff. 2002-12-29 03:56:00 +00:00
cbiesinger%web.de 65fd81fd9c 187017 r=cls state that nglayout.mk is no longer used 2002-12-29 00:13:37 +00:00
seawood%netscape.com c81c66f7f1 Don't set EXPORT_LIBRARY for libs that aren't in the final link list for static builds.
Fixing static build bustage.
2002-12-28 23:42:21 +00:00
seawood%netscape.com 5290941d85 Fix OS/2 bustage by exporting component import libs again. 2002-12-28 21:19:26 +00:00