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
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
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
karnaze%netscape.com
e3fcee92f5
new regression test not affecting the build.
2000-02-09 18:17:31 +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
rods%netscape.com
e7e39e8162
Accesskey registration methods (empty stubs at this point)
...
b 7559, r=joki
2000-02-09 15:14:55 +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
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
hyatt%netscape.com
833b2e0263
Fixing syntax error.
2000-02-09 11:40:48 +00:00
hyatt%netscape.com
49898cbe76
added files: mozilla/layout/xul/base/src/nsMenuListener.cpp
2000-02-09 10:14:50 +00:00
hyatt%netscape.com
ac1b4dc5a9
Oops. Forgot to add another file.
2000-02-09 10:13:52 +00:00
hyatt%netscape.com
bcc2d6d453
Oops. Forgot to add a file.
2000-02-09 10:13:36 +00:00
hyatt%netscape.com
aff94a67c5
Fix for bug #26381
2000-02-09 09:39:15 +00:00
hyatt%netscape.com
229b94b63f
Giving menus some seriously tough love.
2000-02-09 09:34:35 +00:00
karnaze%netscape.com
45dbbfffbe
new regression test not affecting the build.
2000-02-09 03:30:37 +00:00
hyatt%netscape.com
0bce2fbb1d
Fix for PDT+ bug #25280 . r=saari
2000-02-09 01:33:22 +00:00
tbogard%aol.net
7f0033c302
SizeToContent now works properly within the new DocShell API world. r=hyatt
2000-02-08 15:49:14 +00:00
tbogard%aol.net
840c8350e1
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
rods%netscape.com
aa15488556
fixes memory leak.
...
b 26795 r=beard
2000-02-08 13:17:50 +00:00
pinkerton%netscape.com
17e1584773
correctly handle when target is in a subdocument, such as context menus in a frameSet or on toolbars. fixes bugs 16388, 21223. r=hyatt.
2000-02-08 09:30:15 +00:00
dp%netscape.com
859cc763b0
Fixing leak of observers when notification of OnSubmit(). This fixes
...
walletservice from being leaked. r=pollmann
2000-02-08 05:31:08 +00:00
jdunn%netscape.com
56fe6f9966
changing false to PR_FALSE... since false isn't defined on all platforms
2000-02-08 03:30:53 +00:00
joki%netscape.com
3480787577
Adding getPreventDefault method to events and fixing its propagation through content. r:hyatt
2000-02-08 02:05:57 +00:00
hyatt%netscape.com
b5b62cd858
Fix for PDT+ bug #26217 .
...
Having to call ProcessReflowCommands within the tree widget code to bypass the
asynchronous reflow code that has busted the tree widget. (Would call
FlushPendingNotifications, but it won't do that if I call it inside a
reflow lock.)
This wants a better fix later, but for now it will have to do.
2000-02-08 01:42:20 +00:00
vidur%netscape.com
7b323ad68c
Fix for bug 19212. InsertRow in an empty table used to create a TBODY but not notify on its insertion. r=pollmann
2000-02-08 01:32:23 +00:00
vidur%netscape.com
0970222b53
Optimize the case for container content with only a single child (the most common case). Now we only allocate a nsVoidArray if there's more than one child. r=troy
2000-02-08 01:12:59 +00:00
hyatt%netscape.com
f280862dfb
Bug fixes.
2000-02-08 01:02:47 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
buster%netscape.com
2b193cb97b
bug 26241
...
all I did was initialize an out-param. no reviewer.
2000-02-07 15:50:25 +00:00
troy%netscape.com
a1ed8d02de
b=26727 r=jfrancis@netscape.com Changed MarkLineDirty() to always mark the
...
line dirty even if it also marks the preceding line dirty
2000-02-07 15:36:08 +00:00
rbs%maths.uq.edu.au
3c6bae46a2
Added some maction examples
2000-02-07 09:35:21 +00:00
rbs%maths.uq.edu.au
b45922c8b1
[#ifdef MATHML]. Hook for the <maction> tag
2000-02-07 08:55:51 +00:00
rbs%maths.uq.edu.au
28487ae920
Added more atoms (actiontype, other, selection)
2000-02-07 08:52:22 +00:00
rbs%maths.uq.edu.au
69eabfc7ca
Consolidation
2000-02-07 08:51:10 +00:00
rbs%maths.uq.edu.au
d866cb1475
Enable the <maction> tag -- pending issue: a dynamic action that reduces the number of lines of screen does not totally erase the last line on a half-full screen
2000-02-07 08:47:48 +00:00
alecf%netscape.com
299cc6fa08
don't leak an atom (forgot NS_OK)
...
r=hyatt
2000-02-07 08:02:22 +00:00
jfrancis%netscape.com
28fd752530
fix for 24051: modifying password field corrupts pw text; checked in on behalf of buster; r=jfrancis
2000-02-07 02:48:36 +00:00
valeski%netscape.com
917d1539e7
26219. r=rhp. Form submission file extension to MIME type mapping was broken. The means that we weren't reporting the correct MIME type of files that were being uploaded
2000-02-05 18:37:51 +00:00
bryner%uiuc.edu
c28caccf54
Adding some new mousewheel code that isn't used yet. Also removing an
...
unneeded comparison in the existing code, and changing several occurrences
of NS_DEFINE_IID to NS_GET_IID. r=saari.
2000-02-05 00:58:29 +00:00
pavlov%netscape.com
f3d78aee1d
aww, I fixed my favorite bug. The "interesting" toolbar contest is now over. (bug 20496) r=mcafee,large_penguin
2000-02-04 23:14:38 +00:00
valeski%netscape.com
384999756b
25557, 26083. r=morse. We now capture cookies from HTTP-EQUIV and we also handle HTTP-EQUIV refresh headers that include single/double quotes
2000-02-04 22:50:39 +00:00
waterson%netscape.com
0624ff054a
Bug 26522. Stabilize refcount before calling code that'll addref/release the clone. r=mcafee
2000-02-04 08:41:03 +00:00
pinkerton%netscape.com
990f036b4e
fix popup regression in editor. r=hyatt.
2000-02-04 07:44:43 +00:00
pinkerton%netscape.com
be979f653a
fix for mexican-jumping menus when menus were too large and needed to be repositioned to fit on screen. fixes bug 21477. r=hyatt.
2000-02-04 07:27:30 +00:00
hyatt%netscape.com
879e6a837e
Fix for bug#26483
2000-02-04 06:46:50 +00:00
sdagley%netscape.com
64569b5154
Fix #22428 where attachments didn't work on Mac as the length of the form data wasn't being computed properly. In nsFormFrame::ProcessAsMultipart now uses an nsILocalFile to get file size rather than PR_GetFileInfo as the path to the file is in native format and PR_GetFileInfo doesn't handle native Mac paths. r=saari
2000-02-04 05:55:54 +00:00