Граф коммитов

145 Коммитов

Автор SHA1 Сообщение Дата
Hiroyuki Ikezoe bb7a53e73f 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
Asaf Romano 3f7058f3aa backing out bogus checkin again 2009-05-18 04:18:37 +03:00
Asaf Romano 592042f9c0 bug 490068 - leak window after showing bookmarks panel. r=dietrich. 2009-05-17 23:14:27 +03:00
Vladimir Vukicevic 859edfecf4 Move jemalloc.obj inside MOZ_MEMORY for WinCE shunt; r=wince 2009-04-28 11:07:05 -07:00
Vladimir Vukicevic 83135751fd b=490037; export localtime_r/gmtime_r from CE shunt; r=dougt 2009-04-24 12:55:12 -07:00
Vladimir Vukicevic 58c5594f79 b=488608; enable jemalloc on CE6; r+sr=stuart 2009-04-24 10:31:18 -07:00
Vladimir Vukicevic 66a9e82459 adding missing file 2009-04-24 11:40:20 -07:00
Vladimir Vukicevic d74478825c Backed out changeset 1eec75c27e2f 2009-04-24 10:43:19 -07:00
Vladimir Vukicevic ea2f5a27fc b=488608; enable jemalloc on CE6; r+sr=stuart 2009-04-24 10:31:18 -07:00
Vladimir Vukicevic 1fc2b6ab8b b=89487; clean up mozce_shunt, add def file; r=dougt 2009-04-24 10:30:30 -07:00
Hiroyuki Ikezoe 21ddc0fc78 Bug 488804 - Cleanup in build/wince/shunt/map.cpp. r=blassey 2009-04-21 09:50:23 +02:00
Hiroyuki Ikezoe be4f39b423 bug 485280 - Need more buffer size of arm-wince tools r=blassey 2009-04-13 22:49:06 -04:00
Brad Lassey ed9b1cc944 bug 465996 - M_SQRT_1_2 missing from windows ce headers r=dougt 2009-03-31 12:27:25 -04:00
Brad Lassey 3f7cac1ef0 bug 485227 - Don't force link jemalloc on windows ce r=ted, crowder 2009-03-31 12:27:25 -04:00
Brad Lassey 09231df59e bug 481579 - changes to shunt and tools for jemalloc on windows ce r=dougt 2009-03-23 21:16:03 -04:00
Brad Lassey 6272397064 bug 476201 - follow up, missed some of the changes in the first push, r=ted 2009-03-21 15:20:49 -04:00
Brad Lassey b9d96f004f bug 476201 - devenv builds shunt lib in source dir, remove visual studio projects r=ted 2009-03-21 14:59:51 -04:00
Asaf Romano 295873f2db I have no idea how did that happen. backing out this part. 2009-02-26 16:18:23 -08:00
Asaf Romano 8900bd48d4 Bug 480149 - DOMLinkAdded and DOMLinkRemoved events for link elements should be dispatched when swapping docshells. r+sr=bz. 2009-02-26 14:05:42 -08:00
Doug Turner 31d67e05d5 Bug 479503 - move processor specifics out of windows mobile build tools. r=blassey 2009-02-20 13:58:27 -08:00
Vladimir Vukicevic c15127de9d b=477727; rework mozce_shunt's env var handling; r=crowder 2009-02-10 15:10:07 -08:00
Doug Turner e730402e76 Bug 477759 - stop using fp:fast as a build option on windows mobile. r=blassey 2009-02-09 22:56:30 -08:00
Brad Lassey fd7d7d8ea3 bug 477678 - Windows CE builds should target ARMv6 r=dougt 2009-02-09 19:00:24 -05:00
Brad Lassey eaa8b5de3a bug 465874 - WinCE Environment Variables Have To Be Passed On Command Line r=bsmedberg 2009-02-05 15:50:44 -08:00
Brad Lassey 9fed2d7000 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 9bf028c66b 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 4301671b45 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 acb08690b1 Backed out changeset 5b6c7ace97c4
this patch is fine, it just had the wrong comment.
2009-01-05 10:08:00 -08:00
John Wolfe e01ce84cbf Bug 464180 - link error when building nsWaveDecoder on wince. r=ted 2009-01-05 10:03:07 -08:00
John Wolfe d352375a73 Bug 467368 - Windows Mobile _wfullpath implementation doesn't handle paths with ../ correctly 2008-12-15 10:53:21 -08:00
John Wolfe a074289dd3 Bug 463326 - WinCE missing ExpandEnvironmentStringsW function. r=dougt, blassey 2008-12-15 10:16:07 -08:00
Doug Turner 0ec3c50110 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 c70ee9d766 Adding default empty files for common ansi includes. NPODB 2008-11-03 22:14:02 +00:00
Doug Turner 6f9bf94c5d errno and strerror implementation on windows mobile shunt. NPODB 2008-11-03 18:52:23 +00:00
Doug Turner 65d38a1408 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
Mark Finkle e83274e1b1 Bug 461364: Switch to using Professional SDK for VS8 WinCE builds, p=blassey, r=dougt (NPOTB) 2008-10-23 18:00:50 -05:00
Brad Lassey 328771f84c windows ce build tools update r=dougt 2008-10-20 16:15:40 -04:00
Doug Turner 2423d456ee fixing macro so that it prints out the function name. npodb 2008-10-13 09:46:32 -07:00
Doug Turner 994eee06d1 disable NSPR debug logging by default. npodb 2008-10-13 09:36:36 -07:00
Brad Lassey 1d3978a333 windows mobile build stuff (vs project stuff) and updating buildtools path. r=dougt NPODB 2008-10-13 09:08:51 -07:00
Doug Turner 4dc8f8d279 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 21842c957f Build the wince tools optimized 2008-09-29 14:47:27 -07:00
Doug Turner 6d43487af3 Map SHGetFileInfoW to SHGetFileInfo on windows mobile. wince only. 2008-09-29 11:04:10 -07:00
Doug Turner 8a057cab1f WinCE build tool changes. stubbing out GetDIBits, clock. implementing FatalAppExitW. npodb 2008-09-29 10:48:58 -07:00
Doug Turner 337c517d9a Wince tool fixes. Removes msvcrt linkage which hoses us on device. Cleans up whitespace. npodb 2008-09-27 15:40:52 -07:00
Doug Turner c1635de913 Fixes toolspath.h. required to build using the windows mobile tools. npodb 2008-09-25 14:42:17 -07:00
Doug Turner a2f769e936 Bug 457033 - WinCE No FatalAppExit function in Shunt. patch by wolfe, r=dougt 2008-09-25 11:38:38 -07:00
Doug Turner bc640076a2 Bug 456625 - WinMobile / WinCE has no fstat. r=blassey 2008-09-23 15:41:41 -07:00
Doug Turner 466c6558ed Bug 454116 - Potential Memory Allocation Failures in WinMobile. patch by wolfe. r=dougt 2008-09-23 13:58:33 -07:00
Doug Turner ebf35741a8 Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). New File. r=blassey 2008-09-23 11:26:49 -07:00