rjesup%wgate.com
368bcb13cf
bug 125137: set minimum timeout for animations to 100ms to match IE and Opera.
...
r=pavlov, sr=jst, a=Asa
2002-04-09 04:25:22 +00:00
dougt%netscape.com
4c803332db
130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org
2002-03-21 23:43:21 +00:00
bryner%netscape.com
8abfc25a17
Fixing bustage on Sun WS6 update 2, it apparently doesn't like the forward declaration of gfxIImageFrame just before it's defined. r=seawood, sr=jst.
2002-02-08 22:59:53 +00:00
pavlov%netscape.com
ea6da43d6c
fixing bug 104999 on windows. r=dcone sr=waterson
2002-01-30 22:17:55 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
seawood%netscape.com
e5fc3853f2
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
ccarlen%netscape.com
b4f1e83674
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
d360173601
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
pavlov%netscape.com
f8de20c24b
little cleanup. not part of build
2001-12-07 21:00:30 +00:00
pavlov%netscape.com
caf906dac7
new image code for windows. not part of build. bug 104999
2001-10-25 09:01:32 +00:00
pavlov%netscape.com
5cd2a46ec3
first of many patches to come for bug 104999 r=timeless sr=hyatt
2001-10-18 09:43:22 +00:00
pavlov%netscape.com
883c91c685
adding uuid r=me,biesi sr=waterson bug 77354
2001-09-29 14:05:14 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
alecf%netscape.com
898cb5872f
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
2001-09-10 20:46:52 +00:00
valeski%netscape.com
ac33036169
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
sfraser%netscape.com
dd42d07160
Project cleanup, rs=scc. Link with InterfacesStubs rather than 101 system stub libraries, and use NSComponentStartup.
2001-08-16 00:39:02 +00:00
jaggernaut%netscape.com
9195995b17
Part of removing imagelib. Removing bogus dependency on libimg from mac build project. Change by Pavlov.
2001-08-07 10:39:47 +00:00
jat%princeton.edu
f0f8b0b5f0
Removes console output in opt builds from gfx, gfx2, gtk.
...
Bugs 78645(r=cls, rs=blizzard, a=drivers(blizzard)) and 78665 (r=cls, sr=blizzard, a=drivers(blizzard)).
2001-06-22 01:35:39 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
cls%seawood.org
80f526179f
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
dprice%netscape.com
fb05441bb6
71010 - 76045 new order files a=chofmann
2001-04-28 04:07:11 +00:00
jelwell%netscape.com
6b2f79c601
Fix for bug 73978 "transparent animating gif problems", r=pavlov sr=hyatt.
...
Module owners are on vacation so Asa asked me to check this into the trunk to bake, for possible branch landing.
2001-04-26 07:11:52 +00:00
hyatt%netscape.com
c78815f773
Fix to ensure 100ms minimum when timeout is less than 100ms for animated images. Checking in for pav. r=saari, sr=me
2001-04-14 00:40:47 +00:00
pavlov%netscape.com
4c956c2c27
don't reset the decoded rect back to 0 when redrawing in a frame r=saari sr=waterson
2001-04-12 23:43:24 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
mkaply%us.ibm.com
ba8b95758d
Per jdunn - AIX and OS/2 bustage
2001-03-30 15:31:54 +00:00
disttsc%bart.nl
96f5f6cf31
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
saari%netscape.com
feb86b8281
Updates for libimg2 mac
2001-03-20 21:41:54 +00:00
saari%netscape.com
e634a772e8
changing timer default to 100
2001-03-20 21:41:39 +00:00
pavlov%netscape.com
ad2bec8cb3
make getRect pass out an nsrect&
2001-03-14 01:14:23 +00:00
pavlov%netscape.com
e195d427e3
minor api changes/indentation and spacing fixes, etc
2001-03-14 00:35:27 +00:00
saari%netscape.com
8827809a23
update of libimg2
2001-03-13 23:29:32 +00:00
saari%netscape.com
73815a99a6
Updates for libimg2
2001-03-13 23:25:59 +00:00
pavlov%netscape.com
4da9805721
fixing non-windows image copying
2001-03-13 02:13:25 +00:00
pavlov%netscape.com
459a63820a
make images draw right side up on windows
2001-03-11 00:16:44 +00:00
pavlov%netscape.com
b089c2d902
removing windows stuff too
2001-03-10 01:16:51 +00:00
pavlov%netscape.com
43be50d7ae
removing lots of stuff (like all the platform specific code) moving gfxIImageContainer* into new image library
2001-03-10 01:10:05 +00:00
pavlov%netscape.com
a459e11d71
the changes that don't really work to make gfx2 build properly on windows
2001-03-09 00:17:37 +00:00
pavlov%netscape.com
a0afe2fd17
removing gfxImageContainer.cpp from here.. it should be in ../makefile.win
2001-03-09 00:10:26 +00:00
saari%netscape.com
52c46a2c7b
updating tip version of gfx2 macbuild
2001-02-25 05:14:43 +00:00
pavlov%netscape.com
58a9ea34c1
removing files
2001-02-25 05:13:16 +00:00
pavlov%netscape.com
3e7550e4b4
cleanup of timer, etc code
2001-02-24 00:31:45 +00:00
pavlov%netscape.com
99f884dd73
return
2001-02-23 23:49:34 +00:00
pavlov%netscape.com
90cc8a56b0
adding StartAnimation()
2001-02-23 23:48:25 +00:00
pavlov%netscape.com
81fcc8c26b
use gfxImageContainer on windows too
2001-02-23 22:42:42 +00:00