dougt%meer.net
5dcb28cc29
Allowing us to build against WINCE 5.0 via mozconfig options. patch by brad lassey. WINCE ONLY.
2006-03-08 17:33:27 +00:00
dougt%meer.net
ba0b75bda7
Updating for vc8 build. WINCE ONLY
2006-02-23 20:19:17 +00:00
dougt%meer.net
ee936b9915
Updating for vc8 compiler. wince only
2006-02-23 17:26:58 +00:00
dougt%meer.net
d77061c5c2
Updating vs8 tools. wince only
2006-02-23 17:12:30 +00:00
timeless%mozdev.org
1ce5986f6b
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
mark%moxienet.com
a4221c9605
327848 Universal taskmaster: drive the Mac universal binary build process entirely in-tree. r=bsmedberg
2006-02-21 21:03:48 +00:00
mark%moxienet.com
a37e91db76
324855 fix-buildconfig, a script to handle differences between about:buildconfig (buildconfig.html) in CPU-specific builds when merging into a universal binary. r=bsmedberg
2006-02-21 20:38:50 +00:00
mark%moxienet.com
a8569c5c90
324855 unify, a script to produce a universal binary .app from CPU-specific bits. r=josh r=bsmedberg
2006-02-21 20:37:50 +00:00
dbaron%dbaron.org
0631af1be1
Don't unescape parameters twice when running with -g (debugger). b=320293 r=cls sr=bsmedberg, plus a change to use perl -pe chomp instead of echo -n for portability (yikes).
2006-02-15 00:56:54 +00:00
ginn.chen%sun.com
45e60d9f2a
Bug 312092 Accessible hierarchy incomplete/incorrect
...
r=benjamin sr=neil
2006-02-13 06:04:10 +00:00
vladimir%pobox.com
9e965e13d1
More WIN32_REDIST_DIR fixes, trying to get vc8/gaius to build.. r=bsmedberg
2006-02-09 21:37:14 +00:00
benjamin%smedbergs.us
cd9172d43b
Moved bloat tests onto the web, from bug 121881 (remove viewer)
2006-02-08 20:43:11 +00:00
dbaron%dbaron.org
8a4e746f6e
Viewer samples are now moved to the website.
2006-02-08 20:28:36 +00:00
mark%moxienet.com
48c9cc3d29
307311 needs a double-quote r=bsmedberg r=me
2006-02-03 19:54:38 +00:00
bsmedberg%covad.net
a3537da9e7
Bug 324690 - Need to ship VC8 redist bits in the Windows installer, r=preed
2006-02-02 20:56:10 +00:00
bsmedberg%covad.net
d41b8a15d0
Bug 325117 - libgtkmozembed no longer exists but is referenced in *-gtkmozembed.pc, r=chpe@gnome.org
2006-02-02 14:13:15 +00:00
dougt%meer.net
defb55aafb
Use the release library. wince only
2006-02-01 20:23:53 +00:00
dougt%meer.net
a90f63f5fe
Making work on Smartphones. WINCE ONLY
2006-01-20 03:48:34 +00:00
dougt%meer.net
adf5e6113c
Enabling static mozce shunt builds. landing vs8 beta 2 build tools. wince only.
2006-01-18 19:20:42 +00:00
dougt%meer.net
d5667000c4
Don't free null.
2006-01-11 04:55:57 +00:00
kaie%kuix.de
55526430f9
b=255408 Need to be able to build mozilla --with-system-nss
...
r=wtc/bsmedberg
Note: patches for bugs 288647 and 317620 might be required before enabling this build feature works.
2005-12-20 09:47:11 +00:00
gerv%gerv.net
adbec5dbff
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-13 13:25:40 +00:00
dougt%meer.net
4944c9707d
Allow you to build on a drive other then c. Patch by aaron reed
2005-11-29 23:31:55 +00:00
dougt%meer.net
d918af643c
Fix build bustage.
2005-11-29 17:59:06 +00:00
timeless%mozdev.org
fd4d83103d
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 16:41:06 +00:00
timeless%mozdev.org
db820cf720
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
ginn.chen%sun.com
cf7a48dd8c
Bug 312092 Accessible hierarchy incomplete/incorrect
...
r=roc
2005-11-24 03:37:34 +00:00
dougt%meer.net
c8d0fa0402
fixing 289045.
2005-11-20 23:08:13 +00:00
dougt%meer.net
a8be80e3b4
in debug, printf goes to OutputDebugString. Adding AlphaBlend stub from Brad Lassey
2005-11-18 21:07:19 +00:00
wtchang%redhat.com
02db1091d3
Bugzilla Bug 259945: configure.in: use $ORIGIN with both GCC and Sun
...
compiler on Solaris. build/unix/run-mozilla.sh: changed '-h "$MOZ_PROGRAM"'
to '-h "libmozjs.so"' because firefox-bin and thunderbird-bin are not
symbol links under dist/bin. The patch is contributed by Boying Lu
<brian.lu@sun.com>. r=wtc. sr=neil.parkwaycc.co.uk.
2005-11-14 21:47:45 +00:00
darin%meer.net
869032355c
remove references to necko2
2005-11-12 19:24:51 +00:00
dougt%meer.net
273cc4c04c
dbm requires this #define. npodb.
2005-10-18 16:11:35 +00:00
dougt%meer.net
75dc91e3eb
Adding OLE link lib. Fixing FindWindow. NPODB. WINCE ONLY.
2005-10-17 19:42:34 +00:00
wtchang%redhat.com
bd755dca7c
Bugzilla Bug 259945: Mozilla should use $ORIGIN instead of LD_LIBRARY_PATH
...
to locate shared libraries on Solaris whenever possible. The patch is
contributed by Brian Lu of Sun <brian.lu@sun.com>. r=wtc,bryner.
sr=neil.parkwaycc.co.uk.
Modified Files: configure.in build/unix/run-mozilla.sh
2005-10-17 17:21:17 +00:00
cls%seawood.org
de7fb68a6e
Sync config.guess & config.sub with official GNU CVS copies.
...
Bug #312352 r=bsmedberg
2005-10-14 17:30:30 +00:00
dougt%meer.net
f2455579e0
Adding CoInitialize to wince shunt
2005-10-13 06:03:29 +00:00
mvl%exedo.nl
01f23158ed
remove other-licenses/libical.
...
bug 311246, r=dmose, bsmedberg
2005-10-10 17:13:41 +00:00
dougt%meer.net
5aadab11b4
adding vs8 project
2005-10-05 21:23:19 +00:00
dougt%meer.net
3ed3b43881
Updating shunt to be able to build w/ vs8. NPODB
2005-10-05 20:10:10 +00:00
dougt%meer.net
59997cf1de
Adding vs8 tools. npodb
2005-10-05 20:09:26 +00:00
dveditz%cruzio.com
1ca93a5058
unbusting older RH linux
2005-10-01 05:33:05 +00:00
dveditz%cruzio.com
cc992d343b
bug 304330 (CAN-2005-2353) run-mozilla.sh -debugger option temporary file issue. Thanks to Javier Fern�ndez-Sanguino Pe�a for the Debian patch and Josh Bressers for pointing out the Ubuntu advisory. sr=dbaron
2005-09-30 19:16:31 +00:00
bsmedberg%covad.net
1cfaf285d2
Bug 307311 - allow client.mk to build xulrunner + multiple apps in one pass r=darin
2005-09-30 17:39:16 +00:00
dbaron%dbaron.org
e55dd20286
Accept anything from pkg-config --libs except -Wl,--export-dynamic. Patch from Patrick Welche <pw-fb@newn.cam.ac.uk>. r=cls sr=dbaron b=298455
2005-09-11 19:51:51 +00:00
dougt%meer.net
ef6cd24567
Fixing a bug in CreateProcess whereby if the imagename was null, CreateProcessW was not called. Adding ShellExecute, ExpandEnvironmentStrings and ExpandEnvironmentStrings(A|W). WINCE only.
2005-09-02 18:05:04 +00:00
dougt%meer.net
dc5fbb0b95
WINCE ONLY. Shortcut mozce_ExtSelectClipRgn by mapping RGN_COPY to SelectClipRgn. Adding stubbed out versions of OleInitialize and OleUninitialize. Mapping MA_NOACTIVATE and MA_ACTIVATE to 1. Mapping WM_MOUSEACTIVATE to WM_ACTIVATE
2005-08-31 07:36:05 +00:00
dougt%meer.net
158e0e7a77
odd thing. implemeting getmessage and/or peekmessage significantly slows down products. The reason we implemented these functions was to be able to implement GetMessageTime() However, even with a broken GetMessageTime() we appear to function okay. WINCE only.
2005-08-21 01:14:17 +00:00
mark%moxienet.com
595b2bee4b
Bug 302080, HFS+ volume header's finder info openfolder field is not being set when packaging on Panther because bless won't work there. Go back to using makehybrid, which is better, but pass it arguments in the form it's actually expecting. r=smfr
2005-08-18 15:56:24 +00:00
mark%moxienet.com
233df9901b
#! cleanup from bug 302080
2005-08-18 13:51:08 +00:00
mark%moxienet.com
4e19563146
Bug 302080, Mac products need to display EULA. New Mac dmg packager, EULA resources, dmg backgrounds, and icons. Also fixes 180837, 257854, 283598. r=josh sr=smfr sr=bryner
2005-08-18 13:11:46 +00:00