Commit Graph

66454 Commits

Author SHA1 Message Date
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
tara%tequilarista.org
8861f96737 Landing Jon Robertson's for bug #41913 2000-07-25 22:09:20 +00:00
valeski%netscape.com
33e73d7be4 r-vidur. fixing boundary parsing logic to handle boundary identifiers wrapped in double quotes and spaces, 45878 2000-07-25 22:03:15 +00:00
tara%tequilarista.org
a3381b1cba Landing Dave Miller's patch for #25693 2000-07-25 22:00:16 +00:00
rhp%netscape.com
43e41d5f6e Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu 2000-07-25 21:19:01 +00:00
pollmann%netscape.com
289eee7f72 Bug 35875: Display sidebar search results when single engine selected after multiple engines selected. r=rjc 2000-07-25 21:06:40 +00:00
bratell%lysator.liu.se
2c3f70df38 Bug 41773, stop up possible (but unlikely) memory leaks in the format=flowed mail decoder. r=rhp,brendan a=brendan. 2000-07-25 21:04:11 +00:00
rhp%netscape.com
cd83e07c17 Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu 2000-07-25 20:57:40 +00:00
blizzard%redhat.com
7094a74953 add makefiles to get mini chrome for embedding installed on unix. a=waterson,dougt 2000-07-25 20:47:09 +00:00
varada%netscape.com
c9867abdc7 Adding new widgettype DropBox similar to ComboBox except that the values get written into the cache file 2000-07-25 20:25:54 +00:00
mkaply%us.ibm.com
3ab67d582d #45603
r=mkaply, a=brendan
Fix for mouse not working in context menus
2000-07-25 20:25:40 +00:00
varada%netscape.com
203700d1c7 Changing ComboBox to DropBox; adding the options for the dropbox items 2000-07-25 20:23:51 +00:00
blizzard%redhat.com
f043461a81 add utility to build a chrome registry from the command line. r=waterson a=waterson/hyatt 2000-07-25 20:21:17 +00:00
tara%tequilarista.org
133606438f Landing Adam Spiers' contributions for security and small functional issues 2000-07-25 18:58:54 +00:00
valeski%netscape.com
e73ec619dc perl syntax cleanup. not in build 2000-07-25 18:44:21 +00:00
valeski%netscape.com
d89539ed98 perl syntax cleanup. not in build 2000-07-25 18:38:35 +00:00
valeski%netscape.com
5ec07c1f1e perl change. not in build 2000-07-25 18:22:53 +00:00
valeski%netscape.com
0a2980e021 updating showbuilds vxml. not partof build 2000-07-25 18:05:10 +00:00
mozilla.BenB%bucksch.org
960a74377d 46274: Forgot to remove the structs pref from the |_elementIDs| list. Tnx to jrgm for the hint. r=ducarroz, a=waterson 2000-07-25 17:40:05 +00:00
slamm%netscape.com
6c065626f7 do_vxml(): Tweak quoting to get newlines right. 2000-07-25 16:33:18 +00:00
valeski%netscape.com
ab2250999a updating vxml for the vxml tbox dump 2000-07-25 15:29:37 +00:00
axel%pike.org
1454b62393 Removing old debug code, not part of the build 2000-07-25 15:12:04 +00:00
shanjian%netscape.com
2bb2e18c37 #42837
This should have been checked in before, do not know why it is not.
add a id to composer charset popup menu in order to reference it
in overlay file.
2000-07-25 14:46:55 +00:00
valeski%netscape.com
3646f5768a updating vxml for the vxml tbox dump 2000-07-25 14:40:43 +00:00
valeski%netscape.com
c77fa98fee updating vxml for the vxml tbox dump 2000-07-25 14:29:30 +00:00
brade%netscape.com
17f9fbf946 don't disable shift flag if any other modifiers are pressed and the key isPrintable (is a character); r=akkana, ftang; bug #46004 2000-07-25 14:12:39 +00:00