Commit Graph

82960 Commits

Author SHA1 Message Date
chak%netscape.com
89a86813a8 Fix for #81884 - Add PSM2 components to embed packaging
r=adamlock@netscape.com, sr=blizzard
2001-05-22 03:32:16 +00:00
ben%netscape.com
671b1c4a2c I have only one thing to say:
"@#!$@%!!@@!!!#@#&*!!%!" (fix build bustage)
2001-05-22 03:26:20 +00:00
ben%netscape.com
21332c597f I have only one thing to say:
"@#!$@%!!@@!!!#@#&*!!%!"
2001-05-22 03:25:20 +00:00
ben%netscape.com
3ef5b886c9 hm. See if this works. 2001-05-22 03:19:37 +00:00
jst%netscape.com
22fd504a80 Changing a mixture of old C-style casts and C++ constructor type casts to NS_STATIC_CAST to be consistent. This is a followup to my build bustage fix this morning, sr=scc@mozilla.org 2001-05-22 02:36:50 +00:00
danm%netscape.com
88dd737fa7 the check to abort the onload handler for frames now properly handles sandboxing. bug 81787 r=hyatt,pavlov 2001-05-22 02:02:08 +00:00
dr%netscape.com
debacb9efa fix for 80059 (copy link location, etc. broken on mac & windows -- missing nsIClipboardHelper in nsSetupRegistry). r=pinkerton, sr=jst 2001-05-22 01:41:08 +00:00
ben%netscape.com
d24cdf6cf6 71685, bookmarks in sidebar don't load. rename file back to bm-panel.xul
r=pchen, sr=sfraser
2001-05-22 01:30:05 +00:00
ben%netscape.com
a18c6f3058 71685 - bookmarks in sidebar don't load 2001-05-22 01:28:49 +00:00
ben%netscape.com
e7c071949e fix for 80281 - no sidebar panels in sidebar customize dialog.
convert a treecol->treecolgroup. Seems to fix the visual errors.
adjust window creation flags.
r=matt, sr=blake
2001-05-22 01:26:36 +00:00
sfraser%netscape.com
ef3b984b0f Adding nsTextEditRulesBidi.cpp for mkaply 2001-05-22 00:26:39 +00:00
mkaply%us.ibm.com
c337f84184 senna REQUIRES bustage 2001-05-22 00:26:05 +00:00
mkaply%us.ibm.com
18a8225acf #80550
r=jfrancis, sr=sfraser, r=leaf for build changes
Putting back Bidi selection code that was removed by 65557
2001-05-21 23:57:55 +00:00
scc%mozilla.org
7f6ec20ca4 bug #75220: sr=jst, r=vidur. Renaming the member function |Promises| to the more meaningful |IsDependentOn|. 2001-05-21 23:50:56 +00:00
scc%mozilla.org
d9e4d736da bug #75220: sr=jst, r=vidur. Update soap to use new string names. 2001-05-21 23:48:41 +00:00
scc%mozilla.org
ea7904c94f bug #69872, sr=jst, r=jag. Make |nsDependentC?String|s rebindable. 2001-05-21 23:45:03 +00:00
mkaply%us.ibm.com
21e8abe10c #80164
r=mkaply, sr=kin@netscape.com
Code from simon@softel.co.il - enable proper reversing for clipboard
2001-05-21 23:39:49 +00:00
scc%mozilla.org
bf3ee4e2a4 bug #67600, checking in for Ulrich Drepper <drepper@cygnus.org>, sr=scc, r=jst. |#undef| |printf| macros before un-conditionally redefining them, else there are warnings. 2001-05-21 23:38:33 +00:00
gordon%netscape.com
3f62a152f4 Fix bug 81799 "Infinite loop in disk cache" (handling the disk cache size=0 case), sr=hyatt. 2001-05-21 23:35:37 +00:00
jst%netscape.com
3e0ca8c751 Fixing typo 2001-05-21 23:29:14 +00:00
valeski%netscape.com
4200555309 r=adamlock. missing break statement 2001-05-21 23:20:18 +00:00
colin%theblakes.com
5efc62e4d9 Check for ENXIO as well as EXDEV as expected failure from rename.
b=70915 r/sr=brendan
2001-05-21 23:15:33 +00:00
waterson%netscape.com
b55568be36 Bug 59200. Merge floater reflow and placement into FlowAndPlaceFloater() to deal with the fact that a floater may need to be reflowed as its 'pushed' to a new location. For auto-width floaters, ensure that the floater is not flowed at a width less than its max-element-size. Enforce CSS2 section 9.5.1 rule [2] by maintaining mLastFloaterY in the reflow state. r=rbs, sr=attinasi. 2001-05-21 23:03:46 +00:00
mkaply%us.ibm.com
3b89e30362 #81926
r=naving, sr=sspitzer
Same fix for OS/2
2001-05-21 22:58:29 +00:00
wtc%netscape.com
b8e2e4c788 On Linux, use $(CC) to link the shared library. Define _REENTRANT in just
one place for Solaris.  Use the null command : instead of 'true'.
Modified files: configure.in, configure.
2001-05-21 22:55:09 +00:00
bstell%netscape.com
9fb55142d0 bug 81528, r=ftang@netscape.com, sr=blizzarg@mozilla.org
test if the font is empty (no glyphs at all) and if so do not use
2001-05-21 22:50:34 +00:00
danm%netscape.com
faa7681f86 change window ownership model to match Mozilla's (self-referential). bug 76522 r=adamlock,hyatt 2001-05-21 22:49:18 +00:00
wtc%netscape.com
8e05fc6f8b Bugzilla bug #63019: NSS still uses NSPR static libraries, so we'll have
to continue to build NSPR static libraries until that NSS bug is fixed.
2001-05-21 22:45:31 +00:00
jband%netscape.com
90b7fefa54 - Fix bug 81341. Force creation of a WrappedJS around the JSObject of
aWrappedNative when doing aggregation. r=dradley sr=jst.
- Fix bug 81877. Avoid infinite recursion when reporting threadsafety
error. r=perterv,dradley sr=jst.
- Fix bug 81882. Use JS_AddNamedRootRT in XPCWrappedNative::AddRef to avoid
the unnecessary cost of creating an XPCCallContext in this frequently called
method. r=dbaron,dbradley sr=jst.
2001-05-21 22:45:14 +00:00
valeski%netscape.com
eb849276aa adding nsWebBrowserContentPolicy.cpp to the mac build. 81263 2001-05-21 22:43:47 +00:00
valeski%netscape.com
7f26ff6952 r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made. 2001-05-21 22:42:46 +00:00
locka%iol.ie
ad2fe90ea5 Enabled window clipping to prevent flicker while painting child windows. b=81986 r=chak@netscape.com sr=blizzard@mozilla.org 2001-05-21 22:40:31 +00:00
valeski%netscape.com
206a778ca4 sr=vidur/shaver@mozilla.org on the content policy callsite and implementation mods (81260). Update of the nsIContentPolicy interface to provide more generic context, a nsIURI instead of a URI wstring, and a nsIDOMWindow for window level context. Existing Callsites have been updated to reflect the new changes, and nsIDOMWindows are now passed into the new API. 2001-05-21 22:40:10 +00:00
ftang%netscape.com
a962a940a4 temp fix 75026 r/sr=sfraser. add stop-bleeding code for bidi code to reduce crash
Buy more time for simon@softel.co.il to produce the real fix.
2001-05-21 22:38:26 +00:00
ccarlen%netscape.com
b7d55f3e7e Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf 2001-05-21 22:36:18 +00:00
dbragg%netscape.com
e6d6fe021f Fix for bug 81966. Added NR_ShutdownRegistry() to free the registry file for deletion.
r=sgehani, syd, sr=mscott.
2001-05-21 22:35:33 +00:00
bryner%uiuc.edu
58e8da390f Part of bug 31809 -- Don't allow the user to tab into the sidebar if it's collapsed. r=saari, sr=hyatt. 2001-05-21 22:27:49 +00:00
thayes%netscape.com
66d3ed7012 Bug 75403 r=javi/sr=blizzard Implement change password for SDR, provides
implementation of change password in Tasks menu
2001-05-21 22:23:31 +00:00
bienvenu%netscape.com
b5937b3395 fix crash first time bringing up mail on the mac r=naving, sr=sspitzer 81492 2001-05-21 22:22:47 +00:00
blizzard%redhat.com
d308eaff8b Fix bug #81926. Crashes in factory constructor when starting a drag on linux. r=naving, sr=sspitzer 2001-05-21 22:21:39 +00:00
bienvenu%netscape.com
7476453f28 fix threaded sort not persisting rs=sspitzer 81959 2001-05-21 22:18:15 +00:00
gordon%netscape.com
a4988401c3 Fix for smoketest blocker bug 81799 "Infinite loop in disk cache", sr=darin. 2001-05-21 22:05:10 +00:00
shrutiv%netscape.com
1c8899a48b Bug 77445:CCK product name/version to conform with that of client (r=bobj)
Patch file for changing Netscape 6 strings to Netscape 6.1
2001-05-21 22:00:16 +00:00
edburns%acm.org
3e41928054 In OnProgressChange, it's possible for the max to be 0, thus we need
to protect from Divide By Zero error.
2001-05-21 21:50:09 +00:00
shrutiv%netscape.com
147268b194 *** empty log message *** 2001-05-21 21:45:23 +00:00
wtc%netscape.com
70ba3f51b2 Bugzilla bug #77199: Make NSS build under OS/2. Thanks to Javier
Pedemonte <pedemont@us.ibm.com> for the patch.
Modified Files:
        coreconf/OS2.mk coreconf/rules.mk coreconf/ruleset.mk
        nss/lib/freebl/Makefile nss/lib/pkcs12/p12.h nss/lib/ssl/ssl.h
        nss/lib/util/secport.h
2001-05-21 21:25:32 +00:00
dbaron%fas.harvard.edu
d0c5ecc6fc Limit previous change to definition of PRUnichar to Unix. Should fix mac commercial build bustage. sr=scc b=75544 2001-05-21 16:34:20 +00:00
nboyd%atg.com
e4294421c9 This patch changes NativeError.java to store message and name properties
in fields of the object itself instead of using the standard property
hashtable in ScriptableObject.java. This saves 3 object instances per
NativeError (2 slot entries and hashtable array itself) and given the
fact that NativeGlobal defines a few permanent Error instances, it is
visible saving even after taking into account code size increase.

The change also gives a good test of IdScriptable implementation.

-----

This patch introduces the uniform decompile method for NativeFunction
and IdFunction with the signature:

public String decompile(Context cx, int indent, boolean justbody)

instead of NativeFunction.decompile(int indent, boolean toplevel,
boolean justbody) and IdScriptable.toStringForScript(Context cx) and
replaces the special treatment of NativeJavaMethod in
NativeFunction.jsFunction_toString by overriding decompile in
NativeJavaMethod

-----

This patch adds getFunctionName to NativeFunction to return function
name and replaces few places with jsGet_name usage by getFunctionName

The patch was made via
diff -ru javascript.0 javascript > name_patch
from org/mozilla directory
2001-05-21 15:04:54 +00:00
rbs%maths.uq.edu.au
075d5ed2c8 Initial approach at bug 65951 - style sensitive MathML characters should not be restylable 2001-05-21 14:59:53 +00:00
tor%cs.brown.edu
96ecfa7c41 Plug memory leak in XP_MAC code. Not in build. 2001-05-21 14:56:44 +00:00