Commit Graph

66479 Commits

Author SHA1 Message Date
ashuk%eng.sun.com
97af4f2c3e author = ashuk
r = edburns
a = edburns

Implements RemoveListener
2000-07-26 20:07:11 +00:00
kin%netscape.com
ab1bb7b6d0 Backout previous checkin/fix for 46209 & 22227 since in some instances
the frame data it relies on does not contain valid info. This causes
data loss in some cases like when making text bold.
a=granrose
2000-07-26 18:52:59 +00:00
blizzard%redhat.com
7485983d11 typo fix to get the dtd installing to the right location. r/a=brendan 2000-07-26 14:50:10 +00:00
mkaply%us.ibm.com
0cb64066c3 #45872
r=mkaply, a=brendan
Port of nsDeviceContextOS2 to be more like Windows and removal of nsPaletteOS2
2000-07-26 14:21:07 +00:00
waterson%netscape.com
3b8c9f1a14 Bug 46013. Remove dependency on nsINameSpace and nsINameSpaceManager, so that we do not need to load the layout DLL to parse RDF/XML. r=rjc 2000-07-26 14:08:05 +00:00
mkaply%us.ibm.com
703878aa21 #45872
r=mkaply, a=brendan
Make nsDeviceContextSpecOS2 look more like Windows
2000-07-26 14:07:24 +00:00
jfrancis%netscape.com
2a81ee0fdb fix for 46209 & 22227; list items and table cells with a single space gave you unclickable content in the editor. r=mjudge 2000-07-26 13:07:54 +00:00
mjudge%netscape.com
7317580268 46209 one of the last beta 2 blockers. adding ability to frames to tell if part of them is visible. idl change to allow nsISelectionController to give CheckVisibility. PresShell actually has the code for nsGfxTextControlFrame to call. 2000-07-26 11:31:12 +00:00
sgehani%netscape.com
111d7940a1 Add localization comments for bugscape bug 1393.
[r=ssu]
2000-07-26 08:21:30 +00:00
sgehani%netscape.com
cfbfb229f3 Fix comment parsing and site selector failover sequence for nsbeta2+ bug 45256 and bugscape bug 1393. [r=ssu] 2000-07-26 08:18:31 +00:00
ssu%netscape.com
f1d7562251 fixing nsbeta2+ bug #46465 - xpcom.xpi is missing ucharuti.dll for all platforms (name of the lib is different for each platform of course). a=dveditz r=sgehani. not part of tinderbox builds 2000-07-26 07:53:44 +00:00
cls%seawood.org
8e82535d4f Bringing BeOS up to speed 2000-07-26 06:22:37 +00:00
ben%netscape.com
f52f8bf2f4 patches from Peter Annema to improve the look of the toolbar throbber, r=myself, a=waterson, and a fix for an error Peter noticed in button.css, r=myself. 2000-07-26 06:05:22 +00:00
nelsonb%netscape.com
ba8b232867 Move enhanced prime finder function mpp_make_prime from primegen utility
program into mpprime.c.  declared in mpprime.h.
2000-07-26 05:41:59 +00:00
nelsonb%netscape.com
8bf87ce6bb Fix bug in mp_div_2d that set r = q % d when a and q are the same mp_int.
Minor performance enhancement to s_mp_div_2d when DIGIT_BIT divides d.
2000-07-26 05:39:53 +00:00
nelsonb%netscape.com
7bb8634a3c Fix a bug in recently added function mp_set_bit(). 2000-07-26 05:32:30 +00:00
mstoltz%netscape.com
042bdecedc fixing 40159, r&a=beard 2000-07-26 04:53:31 +00:00
mstoltz%netscape.com
b65db40d35 Fixing 40159, nasty infinite recursion on startup. r&a=beard 2000-07-26 04:53:01 +00:00
pinkerton%netscape.com
b3ed8efc92 Fix for bug 46223, not being able to accept drops from other applications. Basically,
when a drag came in from outside, the drag service was never being notified and a drag
session was never being created. Fix is to use the Start/EndDragSession() methods which
were designed for just this situation. r=hyatt
2000-07-26 04:03:42 +00:00
mccabe%netscape.com
6183efe935 Not part of the Mozilla build.
Promulgate line-editing to the lcshell standalone command-line interpreter, and add more comments to the js shell support for the same.
2000-07-26 03:14:49 +00:00
morse%netscape.com
3eecef36a3 fix bugs 45096 and 42434, host wallet interview and samples on netcenter for commercial product 2000-07-26 02:55:39 +00:00
brendan%mozilla.org
6bb2c26634 Revise connect_nodes to be tmgraphnode_connect, reusable via tmreader.[ch]. 2000-07-26 02:19:27 +00:00
rogerl%netscape.com
9cb37bc8c8 Function prototype objects etc. 2000-07-26 01:56:47 +00:00
alecf%netscape.com
7106be3510 fix for exception when there is no SMTP server in the pre-filled ISP account case
(also add a few dump()s for future debugging)
2000-07-26 01:50:17 +00:00
mkaply%us.ibm.com
94ba95ea20 #45872
r=mkaply, a=brendan
Make nsDeviceContextSpecFactoryO look more like Windows
2000-07-26 01:26:49 +00:00
morse%netscape.com
51bc367ae4 fix bug 42440, change url for wallet tables to be on netcenter 2000-07-26 01:20:50 +00:00
edburns%acm.org
1620d1fe1d bug=41871
a=edburns
r=ashuk

This checkin makes it so CBrowserContainer is properly released.  The
problem was that the CBrowserContainer was still registered to the
docShell as a listener.  The solution was to call
wcIBrowserContianer::RemoveAllListeners() in the WebShellInitContext
deallocator.
2000-07-26 01:03:25 +00:00
dprice%netscape.com
088b27f24a removing incorrect files from manifest
NOT IN BUILD
2000-07-26 00:46:22 +00:00
valeski%netscape.com
f668263bd5 not part of build. adding success clause to tree 2000-07-26 00:30:16 +00:00
brendan%mozilla.org
55ce126995 - Remove <unistd.h> include from bloatblame, it's no longer needed and the link(2) prototype it drags in was causing warnings whenever I used a local variable named 'link'.
- Use uint32 for all quantities, and double for all differences, so that we can overflow without breaking deltas such as (busy == allocs - frees).  This doesn't help sorting, however: if one of the sort keys has overflowed past 0 just a bit, while the other is a very large unsigned number, beware.

- Separate graph link (half an edge, structurally speaking -- no per-edge stats) from graph edge, so that an edge is two links and some stats.  This avoids bloat and copying in connect_nodes (which is soon to become generic and move to tmreader.[ch]).

- Factor data structures better: we now have {allocs,frees} x {bytes,calls} x {direct, total}, declaring the second set as struct tmallcounts and the third as tmcounts.  So, for example, total number of calls to allocators would be allocs.calls.total; bytes freed directly by a graphnode (library, component, or method) would be frees.bytes.direct.

- Teach tmreader_eventloop about 'F' (TM_EVENT_FREE) events: it now updates the direct free byte and call counts for a method, its component, and its library when it reads the event.  Of course, bloatblame ignores this info, because it is concerned only with bloat (total memory allocated).

- Right-align numbers in the first (trace-malloc stats) table.
2000-07-26 00:24:08 +00:00
bratell%lysator.liu.se
c0a8b69048 Bug 40027, reads past buffer in nsString::ToCString, r,a=waterson 2000-07-26 00:05:55 +00:00
cotter%netscape.com
777b97104b Fixed some broken links in release notes, added release notes banner. 2000-07-26 00:01:34 +00:00
mkaply%us.ibm.com
18ad001622 #45872
r=mkaply, a=brendan
Include the right stuff so this header builds regardless of where it is included
2000-07-26 00:00:27 +00:00
mkaply%us.ibm.com
f2dcfe33b2 #45872
r=mkaply, a=brendan
Turn on ScreenManager and Screen classes in GfxFactory
2000-07-25 23:58:09 +00:00
mkaply%us.ibm.com
2f3eb05b67 #45872
r=mkaply, a=brendan
Turn on ScreenManager and Screen classes in Makefile
2000-07-25 23:57:12 +00:00
sgehani%netscape.com
ec4e062bc9 Turn off sole line output in opt builds by wrapping in DEBUG macro.
r = ssu
a = shaver
2000-07-25 23:54:12 +00:00
ben%netscape.com
d9905f99ea oops, forgot to remove entry for cache dir from _elementIDs array at
top of file.
2000-07-25 23:43:44 +00:00
ben%netscape.com
52812d899f remove ability to select cache folder. so few people use this pref,
and there were bugs associated with it that were causing mac to
croak (45394). If anyone feels strongly about this, feel free to fix
the bugs and re-enable the pref ;) r=suttree@bellatlantic.net (chrisn)
2000-07-25 23:29:59 +00:00
varada%netscape.com
a2ca523011 changing the changedir.bat to reflect change in setup names 2000-07-25 23:04:27 +00:00
ben%netscape.com
07a67760f7 fix lock icon in navigator statusbar so tooltip displays, r=pchen 2000-07-25 23:03:42 +00:00
rogerl%netscape.com
c30779b359 More ECMA 3 mucking about to support constructors etc. 2000-07-25 22:58:04 +00:00
slamm%netscape.com
20e63b772d Make a static page for the voice stuff everytime the tree updates. 2000-07-25 22:58:00 +00:00
mkaply%us.ibm.com
f21fe51ae8 #46428
r=mkaply, a=brendan
Numeric keypad performs cursor actions in addition to inputting text
2000-07-25 22:46:57 +00:00
varada%netscape.com
9cab63a29c fix for bugzilla#41628; the navigator.dtd has moved yet again!! 2000-07-25 22:37:59 +00:00
varada%netscape.com
a8453544c5 fix for bug#37101 adding ability to customize sidebar panels.rdf 2000-07-25 22:33:06 +00:00
rhp%netscape.com
fc2caae9f6 Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu 2000-07-25 22:15:45 +00:00
varada%netscape.com
5b6bcbfb59 fix for bug#23990; reflecting the anim gif changes in both classic and modern skins 2000-07-25 22:14:25 +00:00
varada%netscape.com
5c693235dc getting rid of the newline in help1.txt 2000-07-25 22:13:37 +00:00
tara%tequilarista.org
421c19c7f2 Landing Jon Robertson's for bug #41915 2000-07-25 22:12:39 +00:00
mkaply%us.ibm.com
8a804c6438 #45603
r=mkaply, a=brendan
Can't use the desktop HDC to do these queries - I'll just grab SYSVALUES
2000-07-25 22:09:23 +00:00