shaver%netscape.com
f9858d1ee6
Move View->Sidebar toggle into sidebarOverlay.xul. Fixes 16618. r=ben_goodger.
1999-11-24 04:10:18 +00:00
sfraser%netscape.com
ef3fefb677
Fix the embedding stuff to no longer explicitly create an image manager, now that it is a service. r=neeti.
1999-11-24 03:57:32 +00:00
neeti%netscape.com
fea487ad05
*** empty log message ***
1999-11-24 03:49:11 +00:00
hyatt%netscape.com
b122cc3084
blah. commenting out some stuff. r=me
1999-11-24 03:46:17 +00:00
hyatt%netscape.com
6841ac9216
Working on making windows refresh following a skin change. r=danm
1999-11-24 03:45:45 +00:00
neeti%netscape.com
cd72e89586
fix bug 15820,memory leak in ImageManagerImpl by converting it to a service on gtk, windows and mac.r=dp
1999-11-24 03:41:48 +00:00
sfraser%netscape.com
afa5a36c6c
Make the image manager a service, part of neeti's checkin that follows. We no longer need the image manager hack in main(), so comment it out. r=neeti.
1999-11-24 03:40:05 +00:00
sfraser%netscape.com
164130eb60
Make the image manager a service, part of neeti's checkin that follows. r=neeti.
1999-11-24 03:39:30 +00:00
shaver%netscape.com
daf1dd97f0
update to track catchguard syntax, r=cls
1999-11-24 03:36:26 +00:00
shaver%netscape.com
41142ac228
- report function name, if any, when warning about mismatched return
...
- change catchguard syntax to avoid ECMA conflict
- light XDR cleanup
1999-11-24 03:36:25 +00:00
idk%eng.sun.com
17a7116704
18857
...
changed return value from 0 to -1
1999-11-24 03:36:06 +00:00
mike%neoplanet.com
49ed694236
Added preliminary cookie support. Enabled preferences to be read from the default preference file. Corrected/Added DWebBrowser events: DownloadBegin, DownloadComplete, StatusTextChange, and TitleChange. Added support for ExecWB->SaveAs.
1999-11-24 03:34:34 +00:00
idk%eng.sun.com
7666a6499e
18963
...
Litle fix. Fixed typo
1999-11-24 03:30:34 +00:00
jdunn%netscape.com
220aa367ce
r= slamm@netscape.com
...
# 18552
Adding SHLIB_PATH for HPUX and LIBPATH for AIX to the export list.
1999-11-24 02:11:18 +00:00
sgehani%netscape.com
bd8d369b27
Fix build warnings. [r=ssu]
1999-11-24 02:09:06 +00:00
frankm%eng.sun.com
9c721a5a9d
[Bugs 18486, 18488; r=mccabe] XPIDL->Java: always make first char of methods lowercase, translate PRBool to Java boolean
1999-11-24 02:08:34 +00:00
sgehani%netscape.com
6b4a5848b1
*** NOT PART OF CONTINUOUS BUILD ***
Fix for bug 18887: Mac installer was not installing browser.xpi. [r=dbragg]
1999-11-24 01:57:44 +00:00
sgehani%netscape.com
0e6b25f2d3
First Checked In.
1999-11-24 01:56:51 +00:00
hyatt%netscape.com
fab2ad83c9
Chrome registry skin switching implemented. r=danm
1999-11-24 01:12:35 +00:00
mjudge%netscape.com
d1b5f823f1
Fixing mac issue with selection dragging not working when above or below single line text. aka URL. mac has a different preference now. this may be done with look and feel object later. hyatt,cmanske(19191)
1999-11-24 01:10:22 +00:00
akkana%netscape.com
0c683d1831
Change asserts to nonfatal warnings
1999-11-24 00:56:03 +00:00
briano%netscape.com
13a8de568b
Automated update
1999-11-24 00:45:26 +00:00
mcafee%netscape.com
034afbaaf3
Add -DULTRA_SPARC to CFLAGS as well, needed for jslock.c/WS5.0/Solaris. r=slamm
1999-11-24 00:43:58 +00:00
jdunn%netscape.com
7f5eee53ff
newline required at eof for HPUX
1999-11-24 00:43:50 +00:00
mscott%netscape.com
78d8686508
Bug #19955 --> QueryInterface was going to the RDFResource base class
...
if it couldn't handle it. It should go to nsMsgFolder which is the next class in the hierarchy.
r=alecf
1999-11-24 00:39:26 +00:00
mscott%netscape.com
da43e82a45
Bug #19955 --> QI was incorrectly going to nsmsgFolder if it couldn't handle it
...
instead of going to nsMsgDBFolder
r=alecf
1999-11-24 00:38:35 +00:00
evaughan%netscape.com
d39dc9f975
Turned gfx scrollbars on by default. -r Mcaffe
1999-11-24 00:21:12 +00:00
pinkerton%netscape.com
713448c361
temp workaround for bug 19588, don't allow dragging of containers on personal toolbar. r=hyatt.
1999-11-24 00:17:34 +00:00
akkana%netscape.com
3228fa667d
Define semicolon as well as colon. r=pavlov
1999-11-24 00:04:20 +00:00
valeski%netscape.com
48203c3079
18434, r=rpotts. the socket transport now issues OnProgress notifications
1999-11-23 23:53:10 +00:00
radha%netscape.com
f043123f27
Fix for regressed bug # 9699. Comment out the code that removes partially
...
loaded pages from session History. r=law.
1999-11-23 23:29:58 +00:00
akkana%netscape.com
3d03085c9e
11818: Rename the special XUL key from "command" to "xulkey" so it won't
...
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
valeski%netscape.com
67698d87bd
bustage fix. comptr include ordering problem
1999-11-23 23:15:16 +00:00
valeski%netscape.com
eed079587d
bustage attempt. chasing comptr fun
1999-11-23 23:14:08 +00:00
sgehani%netscape.com
32a2a5ca5e
First Checked In.
1999-11-23 23:14:07 +00:00
sgehani%netscape.com
73f8c8f833
Preparing to checkin updated version.
1999-11-23 23:14:00 +00:00
waqar%netscape.com
91eea99324
# 15904, 19582
...
r vidur@netscape.com
d Fixes the problem with memory leak in AppendData node when manipulating
comment nodes.
1999-11-23 23:13:03 +00:00
sgehani%netscape.com
4f19a178ff
*** Mac only ***
UI bug fixes: 18874, 18880, 18900, 18208
[r=ssu, a=don]
1999-11-23 23:12:06 +00:00
warren%netscape.com
e91b1c3cbe
First Checked In.
1999-11-23 23:03:43 +00:00
waterson%netscape.com
29ae06a0cd
Bug 19968. Just 'throw' if we can't create an RDF container on the thing.
1999-11-23 22:59:02 +00:00
mjudge%netscape.com
e5cc293e99
missed a |= instead of just a ==. The compared variable is a bitflag not just a number.
1999-11-23 22:49:44 +00:00
waterson%netscape.com
6a66ff51fc
Don't need to AddRef the resource before putting into an nsISupportsArray.
1999-11-23 22:36:50 +00:00
rginda%netscape.com
d92a60ca20
* Makefile
...
Add target for windows systems.
* runtests2.pl
Add xpcshell option, no longer requires \n at end of list file.
* ecma/ExecutionContexts/10.1.3.js
Reformatted.
1999-11-23 22:35:35 +00:00
waterson%netscape.com
bbcae3b602
Fix leak of kRDF_nextVal; make construction/initialization safe.
1999-11-23 22:30:58 +00:00
waterson%netscape.com
122687beef
Balance acquisition of RDF resources by releasing them in the dtor.
1999-11-23 22:30:27 +00:00
valeski%netscape.com
74f4362cfb
18434, r=rpotts. HTTP now implements AsyncOpen. AsyncOpen will be used by URI dispatching
1999-11-23 22:23:06 +00:00
jefft%netscape.com
9ddf019857
fixed bug 10801 -- failed to save messages as templates; stationary folder is now per identity; r=putterman
1999-11-23 22:19:48 +00:00
pinkerton%netscape.com
531ae8e977
fix for bug 19590, writing to nil during a drag. Also fixed a memory corruptor with deleting bad memory when there was no flavor mapping table (no bug filed). r=sfraser.
1999-11-23 22:19:26 +00:00
waterson%netscape.com
de0d2dcb1a
Remove vestigial addref that was leaking proxy objects. r=dougt
1999-11-23 22:05:44 +00:00
alecf%netscape.com
6b09657267
fix for #16929
...
nuke the scrollbar whenever the total rows is less than the visible rows. This prevents the scrollbar from disappearing under you if you scroll up after many rows have been deleted (such as collapsing folders in mail)
r=hyatt
1999-11-23 22:05:19 +00:00