101316 Commits

Author SHA1 Message Date
ian.mcgreer%sun.com
85eee15af6 additional fix for the patch from bug 126087. Must not set symKey->slot to NULL after leaving the freelist lock, or somebody else might pick up the symKey from the freelist, have their slot NULL'ed, and whamo.. 2002-04-11 23:05:38 +00:00
andreas.otte%debitel.net
7214aabd9e fix bug 132254 [Invalid URL confuses mozilla] Don't let
nsStandardURL::Resolve return a parser error on an invalid url, just
ignore it and assume it to be relative, r=morse, sr=darin
2002-04-11 22:52:53 +00:00
darin%netscape.com
42a70c1fac fixes bug 136857 "Enable Pipelining doesn't remain disabled when HTTP 1.0
selected" patch=davidstl@yahoo.com r=brade sr=darin
2002-04-11 22:24:02 +00:00
seawood%netscape.com
f8884b57e0 Roll our own version of abs2rel to handle MOZ_OBJDIRs with .. in their path
Bug #135589 r=kaie
2002-04-11 22:18:55 +00:00
blakeross%telocity.com
a4c7c977a8 127349 - remove partial favicon support. r=ben sr=alecf a=asa 2002-04-11 22:02:06 +00:00
igor%mir2.org
f5de7691ed As Christopher Oliver <coliver@mminternet.com> pointed out, in many execution paths calls to Scriptable.put follows corresponding Scriptable.has with the same name/id, and although the put method implementations in ScriptableObject and IdScriptable use cache for a previously accessed name to avoid expensive name lookups, the corresponding has implementation do use the cache.
These changes add the cache optimization to the has methods and remove cache update from the put methods under the assumption that newly assigned properties would not be used immediately.
2002-04-11 21:59:45 +00:00
shrutiv%netscape.com
70718f71b1 Fix for bug 110134: Browser Window's Title bar text not picked up 2002-04-11 21:45:23 +00:00
igor%mir2.org
050ea5f4cf As the scope parameter for the bind and getBase methods should never be null, make sure they trigger NullPointerException on "scope == null" to detect bad API usage earlier. 2002-04-11 21:36:31 +00:00
timeless%mac.com
e5b390ed80 Bug 136925�TestDBM knowingly crashes
test file, review requirement waved by darin
sr=darin
2002-04-11 21:35:28 +00:00
pinkerton%netscape.com
245c950f22 actually hook up dnd overriding apis to webbrowserchrome. r=brade/sr=blizzard/a=valeski. bug# 136744. 2002-04-11 21:33:24 +00:00
syd%netscape.com
407f2db4c2 Fix for smoketest blocker 13768. r=dveditz 2002-04-11 21:17:15 +00:00
mostafah%oeone.com
d8ab232c2e Added ability in SetServer() function to resolve URLs ( Progress on bug 134008 ) 2002-04-11 20:46:18 +00:00
mostafah%oeone.com
7a1df03205 Added ability in SetServer() function to resolve URLs ( Progress on bug 134008 ) 2002-04-11 20:35:04 +00:00
mikep%oeone.com
0070bf23bd Starting drag and drop to select events for week. 2002-04-11 20:21:50 +00:00
mikep%oeone.com
e8c097edef Slight change to week view new event calling. 2002-04-11 19:56:30 +00:00
mikep%oeone.com
30c5c001ac Adding ability to drag over the day view to select start and end time. 2002-04-11 19:18:30 +00:00
ian.mcgreer%sun.com
a07c97c4aa key should be freed when refcount == 0 after decrement. See bug 126087. 2002-04-11 19:15:31 +00:00
brade%netscape.com
3a5f38632b backout changes by pavlov (bug 136677) r=cathleen 2002-04-11 18:50:42 +00:00
wtc%netscape.com
b68af03773 Deleted a printf statement in the Neutrino builds. Bug 135692. 2002-04-11 18:34:17 +00:00
ian%hixie.ch
c9b6a07b16 Some bugs: crashes opening the sidebar, and the fact that the search sidebar is a leeetle broken. 2002-04-11 18:34:12 +00:00
wtc%netscape.com
e96ea0c3d8 Bug 135450: OS/2 only - don't set priority if it is the default.
The patch is contributed by Michael Kaply <mkaply@us.ibm.com>. r=wtc.
2002-04-11 18:31:09 +00:00
wtc%netscape.com
532f2dc700 Bugzilla bug 135448: removed a level of code to make semaphores faster.
This patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
Modified files: _os2 os2cv.c os2vacpp.asm
2002-04-11 18:23:57 +00:00
wtc%netscape.com
cc0ed28d4b Bugzilla bug 135119: fixed compilation problems on Linux Alpha. r=cls. 2002-04-11 18:11:46 +00:00
mikep%oeone.com
bbf9aef02f Showing day numbers and adding double click to launch new events in months besides the current one. 2002-04-11 17:03:19 +00:00
mikep%oeone.com
fe48b0bd1d Adding in pref for snooze time. 2002-04-11 16:49:34 +00:00
pschwartau%netscape.com
621ae10832 Adding an early return for Rhino; we only want to run this test in SpiderMonkey for now. 2002-04-11 16:11:53 +00:00
mikep%oeone.com
8f2910db87 Adding in ability to specify build ID. 2002-04-11 15:20:34 +00:00
mikep%oeone.com
ba4614c159 Adding in ability to update build ids. 2002-04-11 15:12:18 +00:00
oeschger%netscape.com
7047a54d46 just updating some mozilla help content, dispensation per 122806, updating per 46917, r=oeschger, author=jayesh sheth 2002-04-11 14:41:29 +00:00
dcone%netscape.com
933bb37008 b = 90751 r=peterl sr=attinasi a=asa Add print options to mac OSX 2002-04-11 14:38:57 +00:00
dcone%netscape.com
e36d3fe218 b=90751 r=peterl sr=attinasi a=asa Add printer extensions to OSX 2002-04-11 14:37:16 +00:00
seawood%netscape.com
ef6a464de2 Fix link ordering problem when building static components with static gtk.
Bug #136192 r=bryner
2002-04-11 14:30:31 +00:00
pinkerton%netscape.com
021a93a7cd clean up checking for a golden child menu. don't delete a golden child menu when setting the hidden attribute. that would be bad. r=saari/sr=sfraser/a=asa. bug# 136460 2002-04-11 14:22:52 +00:00
kin%netscape.com
60b911495e Fix for bug 128136 (Printing disables keyboard movement of caret in textfields)
Added SuppressEventHandlers() utility routine, which PreDestroy()
and CreateAnonymousContent() now call to determine if the controller
unregister/register code should be executed.

r=rods@netscape.com  sr=sfraser@netscape.com
adt=jaimejr@netscape.com  a=asa@mozilla.org
2002-04-11 14:02:47 +00:00
kin%netscape.com
03b54f0b0a Fix for bug 110940 (order List ID does not display correctly after change )
RenumberListsFor() now calls Invalidate() for a bullet frame if it's ordinal is changed.

r=kmcclusk@netscape.com  sr=waterson@netscape.com
adt=jaimejr@netscape.com  a=asa@mozilla.org
2002-04-11 14:01:11 +00:00
glazman%netscape.com
1e2772752b Inserting a special char was disabling all inline styles in composer (due to bad call); b=103213, r=brade, sr=kin, a=rjesup, super-a=jfrancis, rs=jaime 2002-04-11 13:48:05 +00:00
cbiesinger%web.de
ba66f6a952 bug 44716 r=pavlov sr=tor
Mozilla doesn't claim .jfif, .pjpeg, .pjp extensions when checked
2002-04-11 13:36:49 +00:00
brade%netscape.com
96711beded change progress status icons if cancellation of publish, fix SetProgressFinished to handle cases where we don't have a filename (bug 126258 and 135771) r=cmanske, akkana; sr=kin 2002-04-11 13:35:51 +00:00
glazman%netscape.com
58271688b3 Allow Composer's users to remove named anchors w/o having to use Source View; b=80742; r=brade, r=jfrancis, sr=kin, a=asa 2002-04-11 13:33:30 +00:00
brade%netscape.com
f35b38070c disable debug output, handle aborted error as a non-error, handle cases where we have a null channel (bugs 135527, 126258, 135771) r=cmanske, akkana; sr=kin 2002-04-11 13:27:00 +00:00
nboyd%atg.com
69e288aec4 Fix for following problem:
hi Norris,

in our product, which makes heavy use of Rhino, we have many Java Objects
we wrap with ECMAScript wrappers, which extend the ScriptableObject class
and implement the Wrapper interface. Those wrappers automagically wrap the
native Java object with the help of a WrapHandler implementation.

we now ran into a problem :

we have a java class with two overloaded static methods like this :
     public class Test {
         public static String create(File f) {}
         public static String create(Custom c) {}
     }

The Custom class exists as a native Java implementation like
     public class Custom {}

and a accompanying ECMAScript wrapper like
     public class CustomWrapper
        extends ScriptableObject
        implements Wrapper {}

in our ECMAScripts we make the wrapper class known as a host object along
the lines of
     defineClass("CustomWrapper");
and can then use the object as a normal ECMAScript host object. no big deal
and working great.

but : the code
     var s = Test.creat( new Custom( "xyz") );
fails with the information, that the methods are ambiguous, which of course
they are not.

Looking at the code of NativeJavaMethod.findFunction() and the helpers in
NativeJavaObject it seems, that the fact of the Custom host object being a
Wrapper is not taken into account. in an easy fix of
NativeJavaMethod.findFunction(), i simply replace all arguments, which are
Wrapper imlpementation by the wrapped object. this solves my problem, but
of course i'm not sure on side effects.

i attach the testcase as well as the fixed NativeJavaMethod class in the
jar file. to run the test with and without the fix, extract the jar and do
     ant test

please let me know, what you think of this.

regards and thanks, f.

Felix Meschberger
2002-04-11 12:56:24 +00:00
nboyd%atg.com
887959238b Use hasProperty rather than getProperty to avoid creation of lazily evaluated properties. 2002-04-11 12:54:16 +00:00
igor%mir2.org
f689d29f4a Move code to finalize activation setup from ScriptRuntime to NativeCall not to depend in ScriptRuntime on internals of NativeCall 2002-04-11 09:15:44 +00:00
igor%mir2.org
e555ebca97 Removal of "|| caller.originalArgs == null" in the get method as caller.originalArgs is always != null 2002-04-11 09:12:45 +00:00
pavlov%netscape.com
bf162df187 re-landing 129953 2002-04-11 07:55:53 +00:00
bbaetz%student.usyd.edu.au
4fa6268983 Bug 121162 - remove unused file booleanchart.html
'patch' by mattyt, r=bbaetz, justdave
2002-04-11 07:31:45 +00:00
timeless%mac.com
a4cfeb0a07 Bug 135903 'Size' items in Page Info hasn't units
patch by db48x@yahoo.com r=biesi sr=alecf a=rjesup
2002-04-11 06:40:12 +00:00
timeless%mac.com
d929684f55 Bug 69295 [RFE] Unable to follow link/copy/drag elements of Page Info, e.g. images
patch by db48x@yahoo.com r=kerz sr=alecf a=rjesup
2002-04-11 06:38:31 +00:00
pavlov%netscape.com
0f9706f1e1 backing out changes for 129953... 2002-04-11 05:38:55 +00:00
mcafee%netscape.com
8f749c03ae remove ip hack 2002-04-11 05:15:44 +00:00