cmanske%netscape.com
95a762e96a
Make Messenger Composer Format menu merge messenger-only items correctly. r=ducarroz
2000-02-10 05:13:32 +00:00
tbogard%aol.net
b58c9c3513
Fixed a bug where we weren't actually paying attention to the starting position of the window specified through the features provided in the open call. r=hyatt
2000-02-10 05:03:05 +00:00
norris%netscape.com
2b4b436f5f
Fix 25062 Reload vulnerability
...
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
nhotta%netscape.com
8c71e9f3d5
Fixed wrong target directory and header name problem, bug 25034, r=ftang.
2000-02-10 04:55:01 +00:00
tbogard%aol.net
044ced414b
Added the ability to run doing "nmake -f client.mak export" or "nmake -f client.mak install" to target a specific portion of the build pass. r=leaf
2000-02-10 04:51:54 +00:00
mjudge%netscape.com
b32999a1de
big checkin. fixing problems blocking Cmanske (also a reviewer). Checking in preliminary for gen content.(nothing damaged yet) lots of bug numbers not going to look them up, the tree just opened.
2000-02-10 04:35:51 +00:00
leaf%mozilla.org
b2391ea944
checking in updates to fix xmlterm build (not part of regular build yet)
2000-02-10 04:23:06 +00:00
mscott%netscape.com
e29d93df57
Bug #24314 --> clicking on send mailto was picking the last node
...
or email address instead of the email address you selected.
r=hangas
2000-02-10 04:22:46 +00:00
pinkerton%netscape.com
e7193d6729
remove WasteLib from the build.
2000-02-10 04:21:33 +00:00
pinkerton%netscape.com
283cda0dee
Fix for bug 26452, context menus flashing in upper right corner of window. Wait until the very last moment before we set the menuactive attribute which causes the view to display. Also some minor cleanup. r=hyatt.
2000-02-10 04:20:30 +00:00
blizzard%redhat.com
e32f6bfee2
first pass at DND for gtk since superwin. fixes bug #9642 . r=pavlov,pinkerton
2000-02-10 04:19:52 +00:00
pinkerton%netscape.com
8cdc9e4a08
removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser.
2000-02-10 04:18:55 +00:00
bienvenu%netscape.com
97b6ba7b3d
msg logon redirector, NOT PART OF BUILD
2000-02-10 03:44:39 +00:00
jj%netscape.com
5374c50046
#26126 : changed Mac build scripts to pull NSPR from static tag + some cleanup. r=sfraser
2000-02-10 03:16:27 +00:00
pavlov%netscape.com
a768c9996a
fix for stuff r=eric
2000-02-10 02:43:09 +00:00
sdv%sparc.spb.su
59d8d90a88
fix for bug 24723
2000-02-10 01:13:57 +00:00
mcafee%netscape.com
ddcdb8463c
Adding nsGfxListControlFrame.cpp for Unix, should fix zero bloat stats. a=don
2000-02-10 01:12:22 +00:00
sdv%sparc.spb.su
65c005155c
fix for bug 22532
2000-02-10 01:12:21 +00:00
jj%netscape.com
35e032cd79
can't use nsIFrameDebug in an optimized build, fixing with NS_DEBUG wrappers.
2000-02-10 00:38:59 +00:00
pinkerton%netscape.com
8fd6fb259a
fix build bustage.
2000-02-09 23:24:28 +00:00
evaughan%netscape.com
60c7389fcf
Fixed regression in trees. They go blank in mail when you resize the splitter.
...
-r hyatt, leaf
2000-02-09 23:21:57 +00:00
rods%netscape.com
fab88c6406
changing nsCOMPtr to weak references for PresContext
...
a=leaf, r=self, bug=bloat&leak went up
2000-02-09 23:20:56 +00:00
pinkerton%netscape.com
f9e8a0926b
fix build bustages. can't use "or" as a variable. it is reserved.
2000-02-09 23:18:40 +00:00
pinkerton%netscape.com
e4377c6ec6
added nsGFXListControlFrame.cpp
2000-02-09 23:17:44 +00:00
beard%netscape.com
b49ea8f4c9
added DTOA.java
2000-02-09 23:15:27 +00:00
law%netscape.com
390d8c7a65
Fix for 27102; backing out bad JS and fixing entity reference in the xul; a=leaf
2000-02-09 22:35:14 +00:00
ssu%netscape.com
05c1e427a1
fixing bug # 27114. Crash in the profile.dll on exit of windows native installer when mozregistry.dat is missing. This is now fixed. a=leaf r=racham
2000-02-09 22:34:02 +00:00
dmose%mozilla.org
c7242f57cd
fix solaris build bustage. a=leaf@mozilla.org; r=mcafee@netscape.com
2000-02-09 22:29:57 +00:00
evaughan%netscape.com
b361107ebe
1) implememted box reflow coelescing.
...
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543
-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
dcone%netscape.com
404e452b75
removed un-needed widget support files. r=rods
2000-02-09 20:55:14 +00:00
rods%netscape.com
e3bab71834
forgot to remove unneeded files
2000-02-09 20:49:23 +00:00
rods%netscape.com
6b41252eea
ifdef'ing out some new functionality for radio buttons in standard mode
...
a=leaf r=self
2000-02-09 20:19:19 +00:00
rogerl%netscape.com
49e2fdfbfb
Changed implementation of toString(<base>) to use Waldemar's code from
...
SpiderMonkey.
2000-02-09 19:52:31 +00:00
rods%netscape.com
1539b1b9c3
removing unneeded native frames and unneeded frame classes that these derived from
...
fixing checkbox and radiobutton state restore
fixing right btn click on dropdown
adding in initial work for accesskey
bug 17027,26296,27063,7559; carpool a=leaf; r=kmcclusk
2000-02-09 19:34:39 +00:00
rods%netscape.com
691c453135
cleaning up widget library and removing uneeded widgets
...
fixed ALT key issue for windows
bug 17027,27041; carpool a=leaf; r=kmcclusk
2000-02-09 19:30:25 +00:00
rods%netscape.com
ca8b8dba38
cleaning up viewer to use local versions widget files and support
...
bug 17027, carpool a=leaf, r=kmcclusk
2000-02-09 19:28:24 +00:00
rods%netscape.com
0f752d1d30
added interfaces to build and added them to be exported
2000-02-09 19:25:44 +00:00
karnaze%netscape.com
e3fcee92f5
new regression test not affecting the build.
2000-02-09 18:17:31 +00:00
putterman%netscape.com
2522ace84d
Fix assertion when running today's build. r=kin
2000-02-09 17:03:52 +00:00
kmcclusk%netscape.com
cd6f5d237b
Prevent synchronous paints during reflows bug 20150; r=rods@netscape.com
...
Call SetTextAlign within SetupDC instead of in each DrawString on WIN32. bug 26973; r=rods@netscape.com
2000-02-09 15:48:01 +00:00
mkaply%us.ibm.com
e08c018a1c
#26537
...
r=momoi@netscape.com
2000-02-09 15:47:28 +00:00
law%netscape.com
d3aa6ff646
Transfer focus to existing dialog, if there is one; b=23029, r=sfraser
2000-02-09 15:39:21 +00:00
rods%netscape.com
e7e39e8162
Accesskey registration methods (empty stubs at this point)
...
b 7559, r=joki
2000-02-09 15:14:55 +00:00
Jerry.Kirk%Nexwarecorp.com
e4d2d945fd
Updating for the Neutrino Platform. Not finished yet, still looking
...
for the "pcs" memmber in the malloc_log_entry structure.
2000-02-09 14:25:18 +00:00
karnaze%netscape.com
2474de4e75
bug 18770, no percent calcs on unconstrained width, better allocation to cols.
2000-02-09 14:22:00 +00:00
Jerry.Kirk%Nexwarecorp.com
052d7dde17
Finish initial conversion from Photon 1 to Photon 2.
...
Force all off-screen drawing to be done in video card RAM instead of main
system RAM using Pd functions instead of Pm functions. PHOTON ONLY
r=kedl
2000-02-09 14:07:54 +00:00
jst%citec.fi
48f5ed17fa
Make context menus work on XML pages ( #15713 ). r=vidur@netscape.com,joki@netscape.com
2000-02-09 13:58:26 +00:00
Jerry.Kirk%Nexwarecorp.com
9596415386
Checking in changes that fix the pop-up menus under Photon allowing them
...
to close if the user clicks outside the application. Also fix
DestroyNativeChildren method. PHOTON ONLY
r=kedl
2000-02-09 13:47:23 +00:00
Jerry.Kirk%Nexwarecorp.com
ff5736ce70
Clear out a structure, that if not cleared causes the FileWidget to be
...
weird sizes. PHOTON ONLY.
2000-02-09 13:03:45 +00:00
leaf%mozilla.org
d402dcb6e1
Automated update
2000-02-09 13:01:14 +00:00