Commit Graph

61 Commits

Author SHA1 Message Date
Justin Wood
11ae38f8ea Bug 550602, libffi.patch change too. rs=dwitte. 2010-03-20 23:50:38 -04:00
Justin Wood
ade13ea128 Bug 550602, pymake broken by recent libffi changes. Don't use 'old style suffix rules. r=shaver 2010-03-20 23:22:55 -04:00
Dan Witte
ae3348a99a Bug 513788 - Revise js-facing API for js-ctypes. Followup: seal important bits of the global object.
r=jorendorff
2010-03-17 10:48:48 -07:00
Neil Rashbrook
6053cc6f53 Bug 551050 Disable warning C4702: unreachable code in dlmalloc.c r=dwitte 2010-03-13 23:13:09 +00:00
Walter Meinl
98ecc36264 Bug 552155 - [OS/2] build break in Ctypes.cpp ssize_t not declared. r=dwitte 2010-03-13 14:56:09 -08:00
Dan Witte
92a0404005 commit 06a5dd6038d06df968bc1610dccf04c4ad16fe44
Author: Jacek Caban <jacek@codeweavers.com>
Date:   Sat Mar 13 13:23:21 2010 +0100

    Bug 513788 - mingw fix
2010-03-13 11:19:58 -08:00
Dan Witte
8ce014db8d Bug 513788 - Revise js-facing API for js-ctypes. Followup to refactor common patterns. r=jorendorff 2010-03-12 17:17:13 -08:00
Dan Witte
88bd7328a3 Bug 513788 - Revise js-facing API for js-ctypes. Followup to fix rooting in usages of JS_GetProperty and
friends. r=jorendorff
2010-03-12 17:17:13 -08:00
Dan Witte
56fd91773b Bug 513788 - Revise js-facing API for js-ctypes. Followup to fix PointerType serialization. r=jorendorff 2010-03-12 17:17:13 -08:00
Dan Witte
67d63e9fda Bug 513788 - Revise js-facing API for js-ctypes. Followup to implement array and struct size overflow
tests. r=jorendorff
2010-03-12 17:17:12 -08:00
Dan Witte
d695490da0 Bug 513788 - Revise js-facing API for js-ctypes. Followup to fix rooting bugs. r=jorendorff 2010-03-12 17:17:12 -08:00
Dan Witte
edb9157850 Revise js-facing API for js-ctypes, patch v3. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Dan Witte
10a9e0f584 Revise js-facing API for js-ctypes, patch v2. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Dan Witte
81ec574b6e Revise js-facing API for js-ctypes, patch v1. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Makoto Kato
b7e03ea17d Bug 550811 - bustage on Windows x64 buiild for js-ctypes. r=ted 2010-03-09 17:38:30 +09:00
Dan Witte
1f8e01c665 Remove libffi_msvc now that it's not built. b=538216, rs=ted 2010-03-05 11:32:13 -08:00
Dan Witte
43ac9c345a Enable building of the libffi internal MSVC code, instead of libffi_msvc. b=538216, r=ted 2010-03-05 11:31:53 -08:00
Dan Witte
12d13bf7f3 Remove Solaris hack now that it's been upstreamed. b=538216, rs=ted 2010-03-05 11:31:00 -08:00
Dan Witte
3d921d88fb Apply libffi.patch. b=538216, rs=ted 2010-03-05 11:30:40 -08:00
Dan Witte
363d498f91 Pull libffi git revision 8d27f68baa365bf883b6053c5f6bc819646d5434. b=538216, rs=ted 2010-03-05 11:29:55 -08:00
Chris Jones
2141078f6e Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg 2010-03-03 23:02:57 -06:00
Chris Jones
f0560d9e8e Bug 441324, part 1: Shuffle around includes to avoid problems with #define malloc et al. r=bsmedberg 2010-03-03 23:02:55 -06:00
Dan Witte
43983c1dbf Apply mozilla patch to libffi 3.0.9. b=537962, r=bsmedberg 2010-01-08 11:01:27 -08:00
Dan Witte
d008f0f82c Update libffi to 3.0.9. b=537962, r=bsmedberg 2010-01-08 11:01:25 -08:00
Walter Meinl
c74fe7e4a8 Get libffi 3.0.8 building on OS/2. b=522118, r=dwitte 2010-01-05 13:39:56 -08:00
Walter Meinl
a221dcf2a1 Make ctypes unit tests work on OS/2. b=522118, r=dwitte 2010-01-05 13:30:26 -08:00
Dan Witte
ef98ce6e05 Backing out change. 2010-01-03 06:04:42 -08:00
Dan Witte
d0b0513b6e Testing solaris patch. Will back out after one cycle. 2010-01-03 05:00:13 -08:00
Dan Witte
c5c3ab3fc3 Backing out change. 2010-01-02 20:26:33 -08:00
Dan Witte
2e71a6bac6 Remove solaris-specific patch to test the build. Will back out after a cycle. 2010-01-02 19:44:41 -08:00
Dan Witte
89be48b3cc Bug 518621 - JS_ReportErrorNumber ignores exception type for user-generated messages. r=mrbkap 2009-12-15 14:20:48 -08:00
Ginn Chen
06c9f09bfb Bug 519401 js-ctypes failed to compile on Solaris with Sun Studio compiler r=dwitte 2009-12-01 20:41:52 +08:00
Daniel Brooks
38bd1a2ec5 revert an unintentional change from revision 0ccbfef948d5 2009-11-24 05:58:50 -06:00
Daniel Brooks
71475216c7 bug 528796 - nsIBoxObject::GetScreenX/Y returns device pixels, not css pixels 2009-11-15 10:16:44 -06:00
Dan Witte
96910debb0 Bug 518969 - libffi build appears to modify libffi/doc/libffi.info in the source tree. r=ted 2009-11-13 13:05:53 -08:00
Oleg Romashin
398a083923 Bug 527363 - JS-ctypes fail to compile on Maemo ARM. r=dwitte 2009-11-11 08:57:47 +02:00
Dan Witte
c92e006b95 enable ctypes unit tests on all platforms. b=522118, r=bsmedberg 2009-11-06 09:48:07 -08:00
Makoto Kato
a5ef524204 Bug 522360 - [js-ctypes] Support opening of DLLs without full path using the system PATH. r=dwitte 2009-10-18 20:11:52 +09:00
Makoto Kato
84efb8602f Bug 521937 - Crash using js-ctypes open method with a wrong path [@PR_UnloadLibrary | mozilla::ctypes::Library::Finalize]. r=dwitte 2009-10-14 12:57:42 +09:00
Jacek Caban
123f1ba892 Fixed compilation on mingw where PRUnichar != jschar. b=518721, r=dwitte 2009-10-11 16:22:42 -07:00
Dan Witte
33058ca79e Implement jsctypes with raw JSAPI. b=518721, r=jorendorff, sr=bsmedberg 2009-10-06 12:16:38 -07:00
Makoto Kato
dcb67bd558 js-ctypes cannot build on Windows x64. b=518741, r=dwitte 2009-10-02 23:14:19 -07:00
Dan Witte
0eb900286c Fix jsctypes unsigned __int64 conversion on MSVC. b=519235, r=jorendorff 2009-10-02 22:47:56 -07:00
Dan Witte
fcff058b34 jsctypes broken on OSX 10.4/gcc-4.0.1/i686. b=519465, r=bsmedberg 2009-10-02 22:47:16 -07:00
Dan Witte
00839251a1 Fix typo. 2009-10-02 22:44:00 -07:00
Chris Jones
08de77b6a4 Backed out changeset 8cbc47eee659 2009-10-02 18:09:08 -05:00
Chris Jones
3e5fef214c bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad 2009-10-01 21:50:09 -05:00
Dan Witte
6ab90059b7 Fix error. 2009-09-28 14:14:56 -07:00
Dan Witte
3bbcc0e4ed ... not enough caffeine. 2009-09-28 10:51:07 -07:00
Dan Witte
095b0176e8 Re-enable test for other arches, since it's just windows that's borking. 2009-09-28 09:54:04 -07:00