Commit Graph

52 Commits

Author SHA1 Message Date
Paul O’Shannessy
7fdd8fa3d2 Bug 506394 - ExpandEnvironmentStringsW in CE shunt isn't quite right, r=vlad 2009-08-01 16:21:58 -07:00
Brad Lassey
0b95a139ae bug 498844 - need _wchdir for updater (in shunt) r=dougt 2009-07-08 11:46:36 -04:00
Brad Lassey
79067a3630 bug 498394 - wince shunt's unlink has wrong return value r=dougt 2009-06-18 07:34:12 -04:00
Hiroyuki Ikezoe
21d14dbaa8 bug 493648 - build errors due to mozce_shunt.h is in dist/include (caused by bug 488175) r=bsmedberg, blassey 2009-05-19 14:15:51 -04:00
Vladimir Vukicevic
58748cabbd Move jemalloc.obj inside MOZ_MEMORY for WinCE shunt; r=wince 2009-04-28 11:07:05 -07:00
Vladimir Vukicevic
4cfd3d019a b=490037; export localtime_r/gmtime_r from CE shunt; r=dougt 2009-04-24 12:55:12 -07:00
Vladimir Vukicevic
9be2078d7e b=488608; enable jemalloc on CE6; r+sr=stuart 2009-04-24 10:31:18 -07:00
Vladimir Vukicevic
03f71abbf7 adding missing file 2009-04-24 11:40:20 -07:00
Vladimir Vukicevic
801b1f9b61 Backed out changeset 1eec75c27e2f 2009-04-24 10:43:19 -07:00
Vladimir Vukicevic
aa56e5c711 b=488608; enable jemalloc on CE6; r+sr=stuart 2009-04-24 10:31:18 -07:00
Vladimir Vukicevic
99583ecc93 b=89487; clean up mozce_shunt, add def file; r=dougt 2009-04-24 10:30:30 -07:00
Hiroyuki Ikezoe
e7a154472f Bug 488804 - Cleanup in build/wince/shunt/map.cpp. r=blassey 2009-04-21 09:50:23 +02:00
Brad Lassey
abc0d86d49 bug 465996 - M_SQRT_1_2 missing from windows ce headers r=dougt 2009-03-31 12:27:25 -04:00
Brad Lassey
183b8bf73f bug 485227 - Don't force link jemalloc on windows ce r=ted, crowder 2009-03-31 12:27:25 -04:00
Brad Lassey
0994d0ae06 bug 481579 - changes to shunt and tools for jemalloc on windows ce r=dougt 2009-03-23 21:16:03 -04:00
Brad Lassey
13c9b1c088 bug 476201 - devenv builds shunt lib in source dir, remove visual studio projects r=ted 2009-03-21 14:59:51 -04:00
Vladimir Vukicevic
6fd22354d0 b=477727; rework mozce_shunt's env var handling; r=crowder 2009-02-10 15:10:07 -08:00
Brad Lassey
12240222e1 bug 465874 - WinCE Environment Variables Have To Be Passed On Command Line r=bsmedberg 2009-02-05 15:50:44 -08:00
Brad Lassey
a3e2c86e47 bug 474737 - Windows ce tools refactor, NPOTB r=dougt, ted
--HG--
rename : build/wince/tools/vs9ppc2003arm/arm-wince-as.c => build/wince/tools/arm-wince-as.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-gcc.c => build/wince/tools/arm-wince-gcc.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-lib.c => build/wince/tools/arm-wince-lib.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-link.c => build/wince/tools/arm-wince-link.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-res.c => build/wince/tools/arm-wince-res.c
rename : build/wince/tools/vs9ppc2003arm/toolspath.h => build/wince/tools/toolspath.h
2009-01-28 13:13:56 -05:00
Brad Lassey
5963b43add bug 459629 - Avoid code path with LoadLibraryEx called with LOAD_WITH_ALTERED_SEARCH_PATH in nsGlueLinkingWin for windows ce 2009-01-22 22:55:01 -05:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Doug Turner
6b9913981c Backed out changeset 5b6c7ace97c4
this patch is fine, it just had the wrong comment.
2009-01-05 10:08:00 -08:00
John Wolfe
618baf7b5c Bug 464180 - link error when building nsWaveDecoder on wince. r=ted 2009-01-05 10:03:07 -08:00
John Wolfe
1ad4a9a0bc Bug 467368 - Windows Mobile _wfullpath implementation doesn't handle paths with ../ correctly 2008-12-15 10:53:21 -08:00
John Wolfe
e3ac859456 Bug 463326 - WinCE missing ExpandEnvironmentStringsW function. r=dougt, blassey 2008-12-15 10:16:07 -08:00
Doug Turner
a4bb368e11 Redefines because windows mobile doesn't have W apis for these defindes. Not part of da browser 2008-11-03 22:58:15 +00:00
Doug Turner
731cec6a82 Adding default empty files for common ansi includes. NPODB 2008-11-03 22:14:02 +00:00
Doug Turner
2a3941ab78 errno and strerror implementation on windows mobile shunt. NPODB 2008-11-03 18:52:23 +00:00
Doug Turner
18d84aa65c Windows CE Shunt Clean up. Massive removal of functionality to reduce the impact on our code. Part of bug 456788. NPODB 2008-10-24 18:39:07 +01:00
Doug Turner
9639fefae3 fixing macro so that it prints out the function name. npodb 2008-10-13 09:46:32 -07:00
Doug Turner
8e68b22077 disable NSPR debug logging by default. npodb 2008-10-13 09:36:36 -07:00
Brad Lassey
96bd63188f windows mobile build stuff (vs project stuff) and updating buildtools path. r=dougt NPODB 2008-10-13 09:08:51 -07:00
Doug Turner
5f438c2fb6 Fixing open() flag parsing, switching wince port to use sql backend for nss (dbm is very broken), fixing line endings. npodb 2008-10-08 20:54:47 -07:00
Doug Turner
0f4f007281 Map SHGetFileInfoW to SHGetFileInfo on windows mobile. wince only. 2008-09-29 11:04:10 -07:00
Doug Turner
872bb14fe3 WinCE build tool changes. stubbing out GetDIBits, clock. implementing FatalAppExitW. npodb 2008-09-29 10:48:58 -07:00
Doug Turner
e876d9ea13 Bug 457033 - WinCE No FatalAppExit function in Shunt. patch by wolfe, r=dougt 2008-09-25 11:38:38 -07:00
Doug Turner
22a48322d2 Bug 456625 - WinMobile / WinCE has no fstat. r=blassey 2008-09-23 15:41:41 -07:00
Doug Turner
f4b6a8052b Bug 454116 - Potential Memory Allocation Failures in WinMobile. patch by wolfe. r=dougt 2008-09-23 13:58:33 -07:00
Doug Turner
0092e83dc7 Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). New File. r=blassey 2008-09-23 11:26:49 -07:00
Doug Turner
b17a29abdd Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). r=blassey 2008-09-23 11:06:36 -07:00
Doug Turner
a2171043b5 Bug 444485 - Make WinMobile Build work with Visual Studio 2008. New Files. patch by wolfe. r=dougt+ted. npodb 2008-09-22 23:07:21 +01:00
Doug Turner
9f9d0ee270 Bug 456452 - INTPTR_T not defined for WinCE Builds. patch by wolfe, r=dougt. npodb 2008-09-22 22:58:51 +01:00
Doug Turner
59249909ee Bug 454703 - WinCE Compiler Missing Values and APIs or Redefined Values. Patch by Wolfe, r=dougt 2008-09-22 21:37:50 +01:00
John Wolfe
a3f99c435d Bug 444488 - "WM_ACTIVATEAPP / WM_MOUSEACTIVATE missing from WinCE" [r=stuart] 2008-08-19 23:01:34 -05:00
Doug Turner
0f0bf62d60 Bug 443768. Several conditions in mode2binstr are always true. patch=wolfe@lobo.us, r=dougt@meer.net 2008-07-14 09:30:52 -07:00
dougt@meer.net
ffdd1fdbf7 Not part of default build. 2008-03-04 11:43:44 -08:00
dougt@meer.net
5993e3131e NPODB. Adding max and mappings required to build NSPR 2008-02-22 17:33:02 -08:00
dougt@meer.net
08b8a6cf2c Adding map functionality. Including stub Usp10.h. NPODB 2008-02-20 09:57:01 -08:00
dougt@meer.net
6bd4374670 Updates for Windows Mobile shunt and toolchain. NPODB. 2008-02-20 09:56:09 -08:00
dougt@meer.net
2bb3ada2e2 not part of default build. updating wince shunt layer: upgrading to window mobile v6 sdk removing mozce_ prefix from functions removing stub fuctions which are not supported on windows mobile v6 upgrading tools to work with msys and v6 sdk. removing old visual studio projects. patch by atotic, r=dougt. 2007-12-20 13:26:09 -08:00