pavlov%pavlov.net
|
d349eb9a9f
|
compute the scrollbar width/height instead of using a constant number
|
1999-01-24 07:53:30 +00:00 |
pavlov%pavlov.net
|
cb0fa1ddcf
|
use some funky calculations to figure out the underline offset and the
underlining size
|
1999-01-24 06:55:17 +00:00 |
saari%netscape.com
|
ece53e32c1
|
Needed to add nsCommandLineService to AppShell.mcp to define NS_NewCmdLineService(), lest a build failure.
|
1999-01-24 00:16:56 +00:00 |
saari%netscape.com
|
5d071b2b90
|
Fixing mac build. Tinderbox is lying.
Misnamed NS_NewCommandLineServiceFactory
renamed to
NS_NewCmdLineServiceFactory
\Index: nsICmdLineService.h
===================================================================
RCS file: /m/pub/mozilla/xpfe/appshell/public/nsICmdLineService.h,v
retrieving revision 1.1
diff -r1.1 nsICmdLineService.h
54c54
< NS_NewCommandLineServiceFactory(nsIFactory** aFactory);
---
> NS_NewCmdLineServiceFactory(nsIFactory** aFactory);
|
1999-01-24 00:00:38 +00:00 |
mjudge%netscape.com
|
bd8e6018ae
|
This checkin will stop the double addref to the incomming ranges. The problem was that the changing of the old array of voids and the nsVoidPtr array do NOT addref whereas the nsISupportsArray DOES! I suspected as much. I have removed the offending code and I believe this should make selection much cleaner.
|
1999-01-23 20:43:13 +00:00 |
peterl%netscape.com
|
fa98d48166
|
fixed a leak of an input stream
|
1999-01-23 19:28:09 +00:00 |
mcafee%netscape.com
|
71af8d624c
|
Switching to SIMPLE_PROGRAMS
|
1999-01-23 12:21:27 +00:00 |
mcafee%netscape.com
|
8039bacc84
|
Need NSPR to link
|
1999-01-23 12:20:31 +00:00 |
mcafee%netscape.com
|
a3a497b88a
|
Forgot link line rule
|
1999-01-23 12:20:00 +00:00 |
pavlov%pavlov.net
|
17648a2e1c
|
we require gtk 1.1.13, remove #ifdef's. clean up key press handling
|
1999-01-23 12:03:14 +00:00 |
mcafee%netscape.com
|
c31925f370
|
Trying the 3.35 commit again (SIMPLE_PROGRAMS)
|
1999-01-23 11:41:15 +00:00 |
pavlov%pavlov.net
|
cbb68346eb
|
fix text widgets getting focus.
|
1999-01-23 11:26:09 +00:00 |
mcafee%netscape.com
|
86a3b193f4
|
Backing out until tree builds Ok
|
1999-01-23 10:14:58 +00:00 |
mcafee%netscape.com
|
969f1f88dc
|
Pushing the 1:1 source-file-to-binary mapping mechanism into rules.mk so we can share this with other directories. Look for the SIMPLE_PROGRAMS checkin into config/rules.mk
|
1999-01-23 09:42:33 +00:00 |
mcafee%netscape.com
|
d734038fea
|
Adding support for 1:1 mapping for source files & binaries; this lets 2 or more binaries coexist in a single directory. Usage: <SIMPLE_PROGRAMS = Foo Bar> very similar to the way PROGRAM works.
|
1999-01-23 09:36:40 +00:00 |
briano%netscape.com
|
40b0e58ede
|
Automated update
|
1999-01-23 09:00:36 +00:00 |
ramiro%netscape.com
|
900dd83680
|
Add a -DMOZ_TOOLKIT=foo flag that makes it easy to distinguish toolkits in
code.
|
1999-01-23 08:57:10 +00:00 |
braddr%puremagic.com
|
cdeee1d273
|
solaris 2.6 native makedepend can't handle lines over 4000 bytes, shorten this down to fit.
|
1999-01-23 08:24:39 +00:00 |
peterl%netscape.com
|
fae7da309c
|
added style menu
|
1999-01-23 07:10:37 +00:00 |
peterl%netscape.com
|
8a92e5a3c0
|
sync to style set api change
|
1999-01-23 07:09:27 +00:00 |
peterl%netscape.com
|
07334e4cdb
|
cleaned up style sheet ordering
|
1999-01-23 07:09:06 +00:00 |
peterl%netscape.com
|
31b951a961
|
allow reconstruct frames to work on all documents
|
1999-01-23 07:08:38 +00:00 |
peterl%netscape.com
|
b68bec432e
|
made media case insensitive (for now)
|
1999-01-23 07:08:11 +00:00 |
peterl%netscape.com
|
defe6c493b
|
added insert style sheet
|
1999-01-23 07:07:32 +00:00 |
peterl%netscape.com
|
8829251bb7
|
cleaned up style sheet ordering
support for selecting alternate style sheets
|
1999-01-23 07:07:09 +00:00 |
peterl%netscape.com
|
a14e787bd7
|
added meta tag http-equiv support
fixed selection of default style sheets
made style sheet loading not block parser
added support for several http headers
|
1999-01-23 07:05:49 +00:00 |
peterl%netscape.com
|
1d7b74a61b
|
only parse style attributes if doc style language is text/css
|
1999-01-23 07:04:28 +00:00 |
peterl%netscape.com
|
20d5478c3f
|
added helper methods for selecting & querying alternate style sheets
|
1999-01-23 07:03:46 +00:00 |
peterl%netscape.com
|
5ef96b9c11
|
added HTTP header atoms
|
1999-01-23 07:02:56 +00:00 |
peterl%netscape.com
|
ad00be4df7
|
fixed case of media atoms
|
1999-01-23 07:02:10 +00:00 |
peterl%netscape.com
|
a248deec36
|
set now manages order of doc style sheets
|
1999-01-23 07:01:57 +00:00 |
peterl%netscape.com
|
3ac2246665
|
added header data accessors
cleaned up style sheet ordering
|
1999-01-23 07:01:40 +00:00 |
peterl%netscape.com
|
8c628d7dbf
|
simplified setting doc style sheets (set now manages ordering)
|
1999-01-23 07:01:02 +00:00 |
peterl%netscape.com
|
e1a405c50b
|
added accessors to get & set alternate style sheets
|
1999-01-23 07:00:39 +00:00 |
peterl%netscape.com
|
ee50e2c8ff
|
added header data accesors
|
1999-01-23 07:00:10 +00:00 |
peterl%netscape.com
|
9586d972e2
|
sync to nsIDocument API changes
|
1999-01-23 06:59:35 +00:00 |
peterl%netscape.com
|
6458df2d8e
|
removed nspr from the pull_seamonkey target
|
1999-01-23 06:59:09 +00:00 |
peterl%netscape.com
|
a35fe91e63
|
added nsStringArray
|
1999-01-23 06:58:34 +00:00 |
gagan%netscape.com
|
3d92eadcb5
|
See diffs. Thanks wtc.
|
1999-01-23 06:15:22 +00:00 |
troy%netscape.com
|
cfabf13ac9
|
Part of the fix for bug #2502. For the time being mark relative/absolute positioned
views as having transparent content
|
1999-01-23 05:47:55 +00:00 |
troy%netscape.com
|
275fc82910
|
Added check for unconstrained width/height of the containing block when
computing 'offsets'
|
1999-01-23 04:49:15 +00:00 |
troy%netscape.com
|
c2564fa2ce
|
Fixed a memory leak of the web shell in LoadURL()
|
1999-01-23 04:16:18 +00:00 |
pavlov%pavlov.net
|
4aa2d8dda4
|
clean up some font code
|
1999-01-23 03:29:50 +00:00 |
troy%netscape.com
|
ea2a942a90
|
Fixed some assertions that didn't compile...
|
1999-01-23 03:19:38 +00:00 |
mscott%netscape.com
|
d6c34ac17d
|
Export nsITransport.h
|
1999-01-23 03:05:42 +00:00 |
mscott%netscape.com
|
930e84c4b4
|
Add sockstub to list of url types.
|
1999-01-23 02:56:30 +00:00 |
alecf%netscape.com
|
c25733ba4a
|
add dummy nsIMsgFolder so that other things can compile.
putterman will check a real interface
|
1999-01-23 02:48:58 +00:00 |
alecf%netscape.com
|
93d6681588
|
get rid of all references to MSG_FolderInfo (should be nsIMsgFolder)
|
1999-01-23 02:46:15 +00:00 |
alecf%netscape.com
|
41508c8f5a
|
more updates to make this thing compile!
Fix alot of the GetType() and IsCategory() routines to use QueryInterface instead.
|
1999-01-23 02:45:28 +00:00 |
alecf%netscape.com
|
b5ea57565d
|
add new nsINNTPCategoryContainer to be exported
|
1999-01-23 02:42:26 +00:00 |