Commit Graph

85305 Commits

Author SHA1 Message Date
sspitzer%netscape.com
a619450d80 fix for #40500. get search / filters to work with "age in days" and "is".
r=hwaara, sr=bienvenu
2001-07-11 04:35:20 +00:00
sspitzer%netscape.com
2f71e7646c fix for #88876.
when I fixed the crasher (by going from keeping the bundle as a static COMPtr to member variable)
I forgot to remove the code that only allocated one bundle.  this caused it to assert
when there were two or more nsMsgStatusFeedBack instances, and worse, they other instances
wouldn't work.

r=varada, sr=bienvenu
2001-07-11 04:33:08 +00:00
nicolson%netscape.com
1f36272423 Remove SSLCallbackNotifier, which no longer exists 2001-07-11 04:30:48 +00:00
eddyk%netscape.com
84069106c9 Bug 82271 : Check spelling before sending preference not lockable.
r=hwaara sr=mscott
Flipped the logic for initialising the checkbox in the js code.
2001-07-11 04:06:16 +00:00
peterlubczynski%netscape.com
97b11ed421 Only flush the font cache and don't do a reframe for font.internaluseonly.changed
Fix for 3D Groove not working on Win32, bug 89493, patch by attinasi r=peterl sr=waterson
2001-07-11 03:44:35 +00:00
blakeross%telocity.com
9aa20cbd5f Bookmarks dragging to ptoolbar (85328). r=bz sr=ben 2001-07-11 03:31:57 +00:00
mscott%netscape.com
b8b4cb6a6d Bug #63105 --> clean up temp files created by helper apps on exit.
r/sr=bienvenu,sspitzer
2001-07-11 03:23:24 +00:00
mcafee%netscape.com
92455ebc29 Fully specify location of gen_mn.pl file for objdir builds. Fixes shrike, other ports bustage 2001-07-11 03:10:00 +00:00
mcafee%netscape.com
5e9188b3fe Fixing REQUIRES line, fixes ports/objdir bustage 2001-07-11 02:55:53 +00:00
bzbarsky%mit.edu
746ed0e778 Fix for bug 89141. Do not have the "link" options in the context menu
for "A" elements without an href.  r=brade, sr=blake
2001-07-11 02:38:43 +00:00
bnesse%netscape.com
345a818aba Fix for bug 85231. Free nsTimer in PluginInstance to eliminate MLK and crash caused by it. r=av, peterl. sr=scc. 2001-07-11 02:29:45 +00:00
blizzard%redhat.com
ea301392e9 Fix bug #90170. Checking in for tao. Fix RDF syntax. This should get regchrome working again on linux. r=benb, sr=blizzard. 2001-07-11 02:05:13 +00:00
mcafee%netscape.com
a58139e94b printDepth usage needs to be wrapped in DEBUG_DND_XLATE as other usages are, fixing bustage 2001-07-11 01:58:58 +00:00
cotter%netscape.com
93f6bffd02 help content update per b=85925, PDT approved, r=oeschger@netscape.com 2001-07-11 01:16:40 +00:00
vidur%netscape.com
49b7d756c0 Fix for bugs 89177 and 89155. We now ignore bad charsets, ones that aren't recognized by the charset alias service and a fixed list of UTF-16 and UTF-32 charsets. r=yokoyama, sr=jst 2001-07-11 00:59:14 +00:00
vidur%netscape.com
a588ff7696 Fix for bugs 89169 and 89522. Reverting the priority of the cached charset to fix regressions. We now resniff the charset even on a cached load. r=yokoyama, sr=jst 2001-07-11 00:59:01 +00:00
blakeross%telocity.com
1d162e5e8b Add Clear button to remove remembered helper app pref (88435). r=bz sr=ben 2001-07-11 00:48:36 +00:00
waterson%netscape.com
bbe0d2eba4 Bug 88073. Revert changes made in r1.603 due to regression. 2001-07-11 00:48:19 +00:00
cmanske%netscape.com
1c43fa425e Fixed color picker initialization bug 89973 (r=sfraser) and Last Picked button behavior bug (r=mjudge), sr=kin on both 2001-07-11 00:42:32 +00:00
timeless%mac.com
8401011da6 "pocemit ... missed the obvious" 2001-07-11 00:41:57 +00:00
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