Commit Graph

85285 Commits

Author SHA1 Message Date
mscott%netscape.com
ce9a86a96e Bug #81352 --> fix a crash in SetContentType by checking for an emtpy xpidl string.
r/sr=sspitzer
2001-07-11 00:38:44 +00:00
mscott%netscape.com
9e1e00caf1 Bug #90073 --> clear out the cache entry if we aren't going to use it.
r/sr=bienvenu
2001-07-11 00:37:09 +00:00
serge%netscape.com
f8875dad18 ecking in tingley@sundell.net patch to fix (79052) PAC: isPlainHostName not working; r=serge; sr=rpotts 2001-07-11 00:30:13 +00:00
vidur%netscape.com
0e1b1dc5f3 Fix for bug 84106. Save As for a page with post data tries to get the page out of the cache using its cache key. If the page is not in the cache, it prompts before re-posting. r=adamlock, sr=rpotts 2001-07-11 00:11:59 +00:00
jgaunt%netscape.com
4cb288e084 bug 88509 - moving of a GetFrameType and layoutAtom from ifdef bidi land.
r=dbaron sr=sfraser
2001-07-10 23:57:28 +00:00
cmanske%netscape.com
2a81718082 Fixed not clearing font color ('defaul') bug 89700, r=akkana, sr=kin 2001-07-10 23:57:04 +00:00
jgaunt%netscape.com
449476cffa bug 89473 - fixes mac build bustage from accessibility landing on 7/4
r=saari,peterv sr=scc
2001-07-10 23:55:20 +00:00
mcafee%netscape.com
f61b621c23 Changes to get SSL working in gtkEmbed (83393). r=adamlock, sr=brendan 2001-07-10 23:47:35 +00:00
sonmi%netscape.com
f7afa7855d we were missing one signtool test, by having -w twice instead of -v (list)
-w (signerinfo)
2001-07-10 23:45:56 +00:00
mcafee%netscape.com
a931e9857d Adding changes to get SSL working for gtkEmbed (83393). r=adamlock, sr=brendan. main.cpp has quite a bit of intent/whitespace cleanup, sorry about that. 2001-07-10 23:45:01 +00:00
timeless%mac.com
b346cd4d76 Bugzilla Bug 88457 [xlib] missing some critical cursors / css3 cursors
patch by timecop@network.email.ne.jp r=tor sr=blizzard
2001-07-10 23:44:03 +00:00
timeless%mac.com
b79162bb3e Bugzilla Bug 38444 Complete support of CSS2/3 cursors on Gtk
patch by timecop@network.email.ne.jp r=tor sr=blizzard
2001-07-10 23:37:30 +00:00
bstell%netscape.com
ce56d5b658 bug 89250, r=ftang, sr=blizzard
set minimum size of Japanese font to 16 points (sigh)
2001-07-10 23:33:49 +00:00
mstoltz%netscape.com
e44da2e283 Checking in two fixes on behalf of jesse@netscape.com:
88153 - keep javascript URLs in Page Info dialog from running with system principal
        by making the iframe's source about:blank initially and sandboxing it
        with type=content. sr=blake, r=mstoltz.
88417 - Disallow setting of location.host and other location subparts cross-domain
        r=mstoltz, sr=jst.
2001-07-10 23:24:12 +00:00
mcafee%netscape.com
6321f4cb94 Ignore generated files. 2001-07-10 23:22:46 +00:00
nicolson%netscape.com
5c70712a67 Fix 90188, variable going out of scope. 2001-07-10 20:44:14 +00:00
vidur%netscape.com
65e5ce6977 Work in progress on WSDL component. This is not yet part of the build. 2001-07-10 17:33:05 +00:00
nboyd%atg.com
f7a0fa338c Fix bug 49286 "try/catch within JavaScript not working as expected"
Also, accept patches from Igor:

Subject:
             Rhino: UintMap optimization
        Date:
             Fri, 06 Jul 2001 13:14:49 +0200
       From:
             Igor Bukanov <igor@icesoft.no>
 Organization:
             Wind River
         To:
             Norris Boyd <nboyd@atg.com>




Hi, Norris!

Currently omj.Node uses Hashtable to map int property types to
objects/integer. In my opinion this is very inefficient: to store single
int property it creates 5 objects: one for property Hahstable, 2 Integer
wrappers for property/value, array to sore Hahstable slots and Hashtable
slot itself. To fix this I added omj.UintMap class that can map
non-negative integers to objects or integers and modified omj.Node to
use it. The class is a hashtable implementation that uses one int[] and
one Object[] arrays to store keys/values and Object[] array is not
created if the map contains only integers.

To take full advantage of omj.UintMap code has to be modified to use
Node.getIntProp/Node.putIntProp to store int properties, but even in
this form it is a win.

I can provide patches to use Node.getIntProp/Node.putIntProp and UintMap
for InterpreterData.itsLineNumberTable if this is OK.

Regards, Igor
2001-07-10 17:30:16 +00:00
vidur%netscape.com
0cab42e99d Work in progress on XML Schema representation component 2001-07-10 17:09:17 +00:00
dcone%netscape.com
e2d2f9c3bf b=88608 A3 support r=dcone sr=attinasi 2001-07-10 14:15:17 +00:00
dcone%netscape.com
41168698f7 b=88608 A3 support r=dcone sr=attinasi 2001-07-10 14:07:18 +00:00
peterv%netscape.com
f4ece0b466 Trying to fix mac bustage. 2001-07-10 10:13:17 +00:00
jaggernaut%netscape.com
993c8eed42 Update REQUIRES, add "intl". 2001-07-10 10:11:27 +00:00
hewitt%netscape.com
24232dd342 84051 - new status bar icons and colored toolbar icons for modern theme, r=andreww, sr=hyatt 2001-07-10 09:15:27 +00:00
syd%netscape.com
c07c19e6bf Fix build bustage 2001-07-10 08:49:59 +00:00
ccarlen%netscape.com
815ed97616 Bug 88630 - Themes and locales do not change when using turbo. r=vishy/sr=blake 2001-07-10 08:01:55 +00:00
jst%netscape.com
0294653201 Fixing bug 88933, oriblems with setting event handlers on select elements from JS. r=hidday@geocities.com, sr=brendan@mozilla.org 2001-07-10 07:31:31 +00:00
jelwell%netscape.com
ffcf0129a5 Fix for 87793. Add CRC checking to Mac install, as well as single connection download for FTP, and some UI fixes (hang in UI during install, window redraw problems, etc..) r=ssu, sr=mscott 2001-07-10 06:36:22 +00:00
timeless%mac.com
56daa55c11 Per blake, because mac doesn't hae that object. r=ben sr=blake 2001-07-10 05:37:04 +00:00
vishy%netscape.com
2063f3180b bugzilla 90002, r=tao, sr=blake, add content-packs.jar to the mac install packages 2001-07-10 05:08:16 +00:00
ddrinan%netscape.com
499c3685af Fixed problem with previous check in 2001-07-10 04:56:12 +00:00
vishy%netscape.com
5676312840 bugzilla bug 89725, PDT+, code=stephen walker, r=bbarsky, sr=blake, fix empty content pack submenu in prefs, had failed to register chrome 2001-07-10 04:53:11 +00:00
blizzard%redhat.com
7d83599492 Bug #88692. We don't support image/tiff so don't list it as a supported type. r=pavlov,sr=mscott 2001-07-10 04:37:22 +00:00
rbs%maths.uq.edu.au
157a9e9fa3 Add methods for in-place sorting of nsVoidArray and ns[C]StringArray using caller-provided comparator callback functions. b=88344 r=dbaron sr=scc 2001-07-10 04:31:57 +00:00
cmanske%netscape.com
3ec2d70e85 Fixed missing menulists in Table Properties dialog bug 89644, r=89644, r=brade, sr=sfraser 2001-07-10 04:02:32 +00:00
peterlubczynski%netscape.com
a3703928fc Slightly change pluign timer interval to fix url bar on Mac bug 88936 r=bnesse sr=sfraser 2001-07-10 03:59:39 +00:00
hwaara%chello.se
1376d04f79 #89993, "and /or" should be "and/or", rs/r=sspitzer
#86620, Inadequate window size for the download/sync pop-up box, r=dianesun, sr=sspitzer
2001-07-10 03:24:26 +00:00
peterlubczynski%netscape.com
7d9fc3deba Fix for crash with garbage in nsGUIEvent bug 87112 sr=sfraser r=ccarlen 2001-07-10 02:52:50 +00:00
peterlubczynski%netscape.com
625da32458 Fix for OS X "Internet Plugins Dir" bug 78751 patch by ccarlen r=peterl sr=sfraser 2001-07-10 02:50:32 +00:00
hwaara%chello.se
406860f5a6 The dialog for asking whether to send in HTML / plain text is horked due to untested xul changes. r/sr=sspitzer 2001-07-10 02:20:33 +00:00
sspitzer%netscape.com
9e0129bb8a fix the mailing list dialog UI regression. #90068
rs=bienvenu
2001-07-10 02:06:01 +00:00
nicolson%netscape.com
513072209f Fix 87807: Add library version info to the JSS shared library. 2001-07-10 01:59:44 +00:00
depstein%netscape.com
1996b76743 Changed mfcEmbedComponents to testEmbedComponents in TestEmbed.cpp & makefiles. 2001-07-10 01:57:23 +00:00
sspitzer%netscape.com
a2f5706c76 fix for #90068. regressions caused by the untested fix for #70857
r=hwaara
2001-07-10 01:56:17 +00:00
hwaara%chello.se
b97dd3563c Fix folderpane horkage for 3pane. r/sr=sspitzer 2001-07-10 01:48:00 +00:00
bstell%netscape.com
653c58ded5 bug 63831, r=ftang@netscape.com, sr=sfraser
when measuring space glyph width
use  8 bit space char with  8 bit font
use 16 bit space char with 16 bit font
2001-07-10 01:36:32 +00:00
waterson%netscape.com
26d31464b4 Bug 90054. Remove unnecessary methods from nsIImageFrame. r=dbaron, sr=attinasi. 2001-07-10 01:30:08 +00:00
hwaara%chello.se
a2c9d9bf63 #86199, resizing the filter edit dialog should grow the "conditions". r=bhuvan, sr=sspitzer.
No bug, filtereditor and search both horked by xul changes!  r/sr=sspitzer
2001-07-10 01:24:06 +00:00
ddrinan%netscape.com
8b23998d7f Check in for tao. Bug 86807 - Menu items are missing. r=jbetak,sr=hyatt 2001-07-10 01:18:24 +00:00
hwaara%chello.se
4e3c3609b5 #90055, offline tab in account mgr busted by XUL changes. r=bienvenu, sr=sspitzer 2001-07-10 01:13:50 +00:00