kipp%netscape.com
cf55908efd
backed out dps erroneous fix
1999-10-05 01:44:35 +00:00
kipp%netscape.com
2723fecd03
Fixed build wastage
1999-10-05 01:43:34 +00:00
dmose%mozilla.org
931d55d3be
update license boilerplate to NPL dual w/GPL, r=norris@netscape,a=norris@netscape.com
1999-10-05 01:42:01 +00:00
shawnp%earthling.net
9b6e581720
To determine what gfx toolkit is being used at runtime, I added the
...
following functions to the nsIUnixToolkitService interface:
SetWidgetToolkitName(), SetGfxToolkitName(), IsValidWidgetToolkit(),
IsValidGfxToolkit(), GetWidgetToolkitName(), GetGfxToolkitName(). I also
added the implementation for these functions. Reviewed by
ramiro@netscape.com .
1999-10-05 01:35:21 +00:00
shawnp%earthling.net
585ecaa93b
Improved info that is logged. Only bother to do something in OnPaint() if there
...
is a pixmap to copy from. Reviewed by ramiro@netscape.com .
1999-10-05 01:31:56 +00:00
shawnp%earthling.net
50b2b69765
Implemented stub CaptureRollupEvents() and SetTitle() functions. Now handle
...
both Qt and Xlib gfx toolkits at runtime. Fixed a bug in SetCursor(). Can now
track cursor movement when no mouse button is pressed. Got rid of flickering
when repainting web pages. Reviewed by ramiro@netscape.com .
1999-10-05 01:31:18 +00:00
shawnp%earthling.net
cd9bb1e41a
Now use separate PR_LOG module for scrolling. Stopped generation of double
...
scroll events. Reviewed by ramiro@netscape.com .
1999-10-05 01:30:23 +00:00
shawnp%earthling.net
c0f0b35219
Added mouse enter/exit event. Added focus in/out event. Now use seperate PR_LOG
...
modules for events. Combined MousePressedEvent() and MouseReleasedEvent() into
MouseButtonEvent(). Reviewed by ramiro@netscape.com .
1999-10-05 01:29:07 +00:00
shawnp%earthling.net
0427b85334
Added constructor needed for integration with Xlib gfx toolkit. Reviewed by
...
ramiro@netscape.com .
1999-10-05 01:28:24 +00:00
shawnp%earthling.net
9d5df7b930
Implemented stub SetCheckboxType() and GetCheckboxType() functions.
...
Reviewed by ramiro@netscape.com .
1999-10-05 01:27:44 +00:00
shawnp%earthling.net
5a99630c35
Implemented stub GetEnabled() and IsHelpMenu() functions. Reviewed by
...
ramiro@netscape.com .
1999-10-05 01:26:39 +00:00
kipp%netscape.com
d9707e567b
Disabled leak cleanup until other reviews come in
1999-10-05 01:26:14 +00:00
dp%netscape.com
0282ee613a
Fixing build bustage.
1999-10-05 01:25:55 +00:00
shawnp%earthling.net
310fe3df5d
Updated to better match values used by the gtk widget toolkit (assuming
...
those are more correct values). Reviewed by ramiro@netscape.com .
1999-10-05 01:24:46 +00:00
shawnp%earthling.net
8ecc7f012b
Added a static function to determine at runtime what gfx toolkit is being
...
used. Reviewed by ramiro@netscape.com .
1999-10-05 01:23:47 +00:00
shawnp%earthling.net
9b46f1ef68
Now link in libxlibgrb.so when building libwidgetqt.so so that Qt can work
...
with the Xlib gfx toolkit. Reviewed by ramiro@netscape.com .
1999-10-05 01:22:48 +00:00
shawnp%earthling.net
1176aee8b1
Added missing entries to the menus. Added key accessors for menu items that
...
were missing them. Reviewed by ramiro@netscape.com .
1999-10-05 01:21:29 +00:00
jband%netscape.com
bdca7ccfb3
NOT PART OF BUILD updating status page
1999-10-05 00:53:26 +00:00
dmose%mozilla.org
068c6bb828
update license boilerplate to NPL dual w/GPL, r=norris@netscape,a=norris@netscape.com
1999-10-05 00:44:05 +00:00
kipp%netscape.com
6c79d25363
Found another type of symbol that indicates the presence of a static ctor
1999-10-05 00:39:48 +00:00
troy%netscape.com
759ae7a028
Removed unused data member
1999-10-05 00:32:07 +00:00
kipp%netscape.com
5f609f478d
r=ramiro; fix uninitialized refcnt bug that triggers an assertion when you're lucky
1999-10-05 00:31:55 +00:00
briano%netscape.com
a21f66c926
Automated update
1999-10-05 00:31:43 +00:00
alecf%netscape.com
92765bbd18
add detection for broken mmap()/write() behavior
...
contributed by jim_nance@yahoo.com
r=alecf
1999-10-05 00:29:09 +00:00
rogerl%netscape.com
95a8da471d
First cut at errors as exceptions - These changes should be benign since
...
the errors are being wrapped by runtime exceptions and still need to be
explicitly caught (this is happening in the interpreter, but not in
generated code).
1999-10-05 00:21:07 +00:00
waterson%netscape.com
24e09d82e2
Bug 15460. Expose XML element creation via nsIXMLElementFactory interface. r=kipp.
1999-10-05 00:12:21 +00:00
kipp%netscape.com
eccb08e095
r=dp; more leak tracking hooks added
1999-10-05 00:08:41 +00:00
waterson%netscape.com
ce673a63e9
Bug 15367. Dump 'class' instead of 'file/line' for NS_LOG_REFCNT. r=shaver,dp
1999-10-05 00:07:54 +00:00
kipp%netscape.com
36cc073124
r=dp; cleanup xpcom library too during shutdown to reduce global leaks
1999-10-05 00:07:39 +00:00
kipp%netscape.com
775258d6be
r=vidur; fixed a memory of a script content object
1999-10-05 00:05:38 +00:00
rhp%netscape.com
1a377a5ebb
Fixes for bug #15363 and #14675 - reviewer bienvenu
1999-10-05 00:03:20 +00:00
kipp%netscape.com
c67e1a6204
r=troy; missed checkin from last weeks module carpool
1999-10-04 23:56:57 +00:00
alecf%netscape.com
da0580c2f3
exorcism of net.h from IMAP
...
r=mscott
1999-10-04 23:53:56 +00:00
alecf%netscape.com
e0601f74df
Combined checkin:
...
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both
1999-10-04 23:50:56 +00:00
nhotta%netscape.com
82a4c1bdee
Bug fix 15017, reviewed by akkana. Override SetDocumentCharacterSet for HTMLEditor to update META charset tag if exists.
1999-10-04 23:50:27 +00:00
kipp%netscape.com
add527b93c
r=ramiro; fixed memory leak of a font-metrics object; also added in ctor/dtor counting for leak debugging
1999-10-04 23:48:55 +00:00
troy%netscape.com
5e139f0234
Space optimization for nsTableFrame. r=karnaze@netscape.com
...
- changed mBorderEdges to be heap allocated (only needed for collapsing border model)
- made the 8 boolean data members into bitfields
- changed mColumnWidths to be as small as necessary instead of defaulting its size to 100 elements
1999-10-04 23:48:05 +00:00
troy%netscape.com
a30cba0af1
Made sure mOutsideEdge is initizlied
1999-10-04 23:44:44 +00:00
ducarroz%netscape.com
cef1487a73
Fix for bug 14561, Already checked in the M10 BRANCH. Error must have negative value. A=choffman, R=mscott
1999-10-04 23:43:57 +00:00
troy%netscape.com
8ae7938b24
Performance optimizations. r=kmcclusk@netscape.com
...
I made the commonly accessed stock objects global, and I optimized the
SetupSolidPen() code
1999-10-04 23:42:28 +00:00
kipp%netscape.com
aaf972a796
r=dp; tidy up exit logic to release more global junk (space team work)
1999-10-04 23:41:53 +00:00
kipp%netscape.com
9188a67914
r=dp,vidur,beard; close up some memory leaks related to shutdown of the viewer
1999-10-04 23:41:25 +00:00
kipp%netscape.com
596f2c8f8b
r=dp; implement some macros to help track memory leaks
1999-10-04 23:36:18 +00:00
kipp%netscape.com
c90dade264
r=brendan; applied changes recommended by brendan
1999-10-04 23:35:51 +00:00
peterl%netscape.com
2359b25588
fixed leak of undisplayed content map nodes (which leak style contexts)
...
r=kipp
1999-10-04 23:33:23 +00:00
valeski%netscape.com
619b4e2843
NOT part of the build.
1999-10-04 23:13:11 +00:00
valeski%netscape.com
4f374676cc
NOT part of the build.
1999-10-04 23:12:02 +00:00
norris%netscape.com
312ce3abcc
Fix up makefiles; previous patch was mis-applied.
1999-10-04 21:31:21 +00:00
morse%netscape.com
1ca3e95ba7
oops -- I carelessly left out a carriage return in my last checkin
1999-10-04 21:07:01 +00:00
morse%netscape.com
c4f107c715
fix profile-manager bustage in todays build, checked in by request of leaf
1999-10-04 20:59:16 +00:00