brendan%mozilla.org
b54049c74b
Revise connect_nodes to be tmgraphnode_connect, reusable via tmreader.[ch].
...
git-svn-id: svn://10.0.0.236/trunk@74793 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 02:19:27 +00:00
rogerl%netscape.com
65a4138aa9
Function prototype objects etc.
...
git-svn-id: svn://10.0.0.236/trunk@74792 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 01:56:47 +00:00
alecf%netscape.com
b37e106905
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)
git-svn-id: svn://10.0.0.236/trunk@74791 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 01:50:17 +00:00
mkaply%us.ibm.com
3a6f1c84a7
#45872
...
r=mkaply, a=brendan
Make nsDeviceContextSpecFactoryO look more like Windows
git-svn-id: svn://10.0.0.236/trunk@74790 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 01:26:49 +00:00
morse%netscape.com
25796c2ae8
fix bug 42440, change url for wallet tables to be on netcenter
...
git-svn-id: svn://10.0.0.236/trunk@74789 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 01:20:50 +00:00
edburns%acm.org
7d07b23bb4
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.
git-svn-id: svn://10.0.0.236/trunk@74788 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 01:03:25 +00:00
dprice%netscape.com
84a8753375
removing incorrect files from manifest
...
NOT IN BUILD
git-svn-id: svn://10.0.0.236/trunk@74787 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 00:46:22 +00:00
valeski%netscape.com
e6da46d390
not part of build. adding success clause to tree
...
git-svn-id: svn://10.0.0.236/trunk@74786 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 00:30:16 +00:00
brendan%mozilla.org
2d47b3e145
- 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.
git-svn-id: svn://10.0.0.236/trunk@74785 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 00:24:08 +00:00
bratell%lysator.liu.se
30ea99bee8
Bug 40027, reads past buffer in nsString::ToCString, r,a=waterson
...
git-svn-id: svn://10.0.0.236/trunk@74784 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 00:05:55 +00:00
cotter%netscape.com
e56fde15e9
Fixed some broken links in release notes, added release notes banner.
...
git-svn-id: svn://10.0.0.236/trunk@74783 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 00:01:34 +00:00
mkaply%us.ibm.com
4a1e6c64fa
#45872
...
r=mkaply, a=brendan
Include the right stuff so this header builds regardless of where it is included
git-svn-id: svn://10.0.0.236/trunk@74782 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-26 00:00:27 +00:00
mkaply%us.ibm.com
db7f3794c2
#45872
...
r=mkaply, a=brendan
Turn on ScreenManager and Screen classes in GfxFactory
git-svn-id: svn://10.0.0.236/trunk@74781 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:58:09 +00:00
mkaply%us.ibm.com
bf6378f710
#45872
...
r=mkaply, a=brendan
Turn on ScreenManager and Screen classes in Makefile
git-svn-id: svn://10.0.0.236/trunk@74780 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:57:12 +00:00
sgehani%netscape.com
6a00cbcbd9
Turn off sole line output in opt builds by wrapping in DEBUG macro.
...
r = ssu
a = shaver
git-svn-id: svn://10.0.0.236/trunk@74779 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:54:12 +00:00
ben%netscape.com
d8103e3824
oops, forgot to remove entry for cache dir from _elementIDs array at
...
top of file.
git-svn-id: svn://10.0.0.236/trunk@74778 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:43:44 +00:00
ben%netscape.com
b229829167
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)
git-svn-id: svn://10.0.0.236/trunk@74777 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:29:59 +00:00
varada%netscape.com
f203c67ea5
changing the changedir.bat to reflect change in setup names
...
git-svn-id: svn://10.0.0.236/trunk@74776 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:04:27 +00:00
ben%netscape.com
4cb0df4cc5
fix lock icon in navigator statusbar so tooltip displays, r=pchen
...
git-svn-id: svn://10.0.0.236/trunk@74775 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 23:03:42 +00:00
rogerl%netscape.com
27cfac201d
More ECMA 3 mucking about to support constructors etc.
...
git-svn-id: svn://10.0.0.236/trunk@74774 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:58:04 +00:00
slamm%netscape.com
01d3847a0a
Make a static page for the voice stuff everytime the tree updates.
...
git-svn-id: svn://10.0.0.236/trunk@74773 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:58:00 +00:00
mkaply%us.ibm.com
151ffdd315
#46428
...
r=mkaply, a=brendan
Numeric keypad performs cursor actions in addition to inputting text
git-svn-id: svn://10.0.0.236/trunk@74772 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:46:57 +00:00
varada%netscape.com
7e245ab0a5
fix for bugzilla#41628; the navigator.dtd has moved yet again!!
...
git-svn-id: svn://10.0.0.236/trunk@74771 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:37:59 +00:00
varada%netscape.com
6b144d287e
fix for bug#37101 adding ability to customize sidebar panels.rdf
...
git-svn-id: svn://10.0.0.236/trunk@74770 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:33:06 +00:00
rhp%netscape.com
2a9ec50ee4
Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@74769 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:15:45 +00:00
varada%netscape.com
0928f7f55b
fix for bug#23990; reflecting the anim gif changes in both classic and modern skins
...
git-svn-id: svn://10.0.0.236/trunk@74768 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:14:25 +00:00
varada%netscape.com
5090158ad4
getting rid of the newline in help1.txt
...
git-svn-id: svn://10.0.0.236/trunk@74767 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:13:37 +00:00
tara%tequilarista.org
2d1903ffa4
Landing Jon Robertson's for bug #41915
...
git-svn-id: svn://10.0.0.236/trunk@74766 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:12:39 +00:00
mkaply%us.ibm.com
62efa224e4
#45603
...
r=mkaply, a=brendan
Can't use the desktop HDC to do these queries - I'll just grab SYSVALUES
git-svn-id: svn://10.0.0.236/trunk@74765 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:09:23 +00:00
tara%tequilarista.org
260f66bb3f
Landing Jon Robertson's for bug #41913
...
git-svn-id: svn://10.0.0.236/trunk@74764 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:09:20 +00:00
valeski%netscape.com
d01141325c
r-vidur. fixing boundary parsing logic to handle boundary identifiers wrapped in double quotes and spaces, 45878
...
git-svn-id: svn://10.0.0.236/trunk@74763 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:03:15 +00:00
tara%tequilarista.org
25ceaa604f
Landing Dave Miller's patch for #25693
...
git-svn-id: svn://10.0.0.236/trunk@74762 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 22:00:16 +00:00
rhp%netscape.com
5da15cf4e2
Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@74761 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 21:19:01 +00:00
pollmann%netscape.com
b633e91fc6
Bug 35875: Display sidebar search results when single engine selected after multiple engines selected. r=rjc
...
git-svn-id: svn://10.0.0.236/trunk@74760 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 21:06:40 +00:00
bratell%lysator.liu.se
f84ce05c67
Bug 41773, stop up possible (but unlikely) memory leaks in the format=flowed mail decoder. r=rhp,brendan a=brendan.
...
git-svn-id: svn://10.0.0.236/trunk@74759 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 21:04:11 +00:00
rhp%netscape.com
5dcc3e739d
Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@74758 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 20:57:40 +00:00
blizzard%redhat.com
db826175e8
add makefiles to get mini chrome for embedding installed on unix. a=waterson,dougt
...
git-svn-id: svn://10.0.0.236/trunk@74757 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 20:47:09 +00:00
varada%netscape.com
2332b59adb
Adding new widgettype DropBox similar to ComboBox except that the values get written into the cache file
...
git-svn-id: svn://10.0.0.236/trunk@74756 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 20:25:54 +00:00
mkaply%us.ibm.com
029e925f67
#45603
...
r=mkaply, a=brendan
Fix for mouse not working in context menus
git-svn-id: svn://10.0.0.236/trunk@74755 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 20:25:40 +00:00
varada%netscape.com
ff29160d4a
Changing ComboBox to DropBox; adding the options for the dropbox items
...
git-svn-id: svn://10.0.0.236/trunk@74754 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 20:23:51 +00:00
blizzard%redhat.com
26d4a51d40
add utility to build a chrome registry from the command line. r=waterson a=waterson/hyatt
...
git-svn-id: svn://10.0.0.236/trunk@74753 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 20:21:17 +00:00
tara%tequilarista.org
c8019b562f
Landing Adam Spiers' contributions for security and small functional issues
...
git-svn-id: svn://10.0.0.236/trunk@74752 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 18:58:54 +00:00
valeski%netscape.com
3538f853c9
perl syntax cleanup. not in build
...
git-svn-id: svn://10.0.0.236/trunk@74751 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 18:44:21 +00:00
valeski%netscape.com
cd76337540
perl syntax cleanup. not in build
...
git-svn-id: svn://10.0.0.236/trunk@74750 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 18:38:35 +00:00
valeski%netscape.com
5939b59e61
perl change. not in build
...
git-svn-id: svn://10.0.0.236/trunk@74749 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 18:22:53 +00:00
valeski%netscape.com
0b9acee042
updating showbuilds vxml. not partof build
...
git-svn-id: svn://10.0.0.236/trunk@74748 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 18:05:10 +00:00
mozilla.BenB%bucksch.org
cddbd14516
46274: Forgot to remove the structs pref from the |_elementIDs| list. Tnx to jrgm for the hint. r=ducarroz, a=waterson
...
git-svn-id: svn://10.0.0.236/trunk@74747 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 17:40:05 +00:00
slamm%netscape.com
f74bce40bc
do_vxml(): Tweak quoting to get newlines right.
...
git-svn-id: svn://10.0.0.236/trunk@74746 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 16:33:18 +00:00
valeski%netscape.com
dab19a3f38
updating vxml for the vxml tbox dump
...
git-svn-id: svn://10.0.0.236/trunk@74745 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 15:29:37 +00:00
axel%pike.org
bf5aa2173e
Removing old debug code, not part of the build
...
git-svn-id: svn://10.0.0.236/trunk@74744 18797224-902f-48f8-a5cc-f745e15eee43
2000-07-25 15:12:04 +00:00