Commit Graph

57 Commits

Author SHA1 Message Date
Jeff Walden
15fda24aa9 Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
Jeff Walden
882117c5e3 Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity 2011-01-23 03:12:28 -08:00
Jeff Walden
a04ed905d9 More orange-fixing. r=yellowish-red 2011-01-22 22:52:02 -08:00
Benjamin Smedberg
84f471652b Bug 602891 part B - Backend support for jetpack-process crashes and crash recovery, r=cjones
On crash, an event will be submitted to the parent with the name "core:process-error" with a context object. If crash reporting is enabled and a crash report is available, the context object will have a .dumpID property which can be used to submit the crash report.

--HG--
extra : rebase_source : d089bb451271999ae3861a83f2b21ba8ec9e0122
2010-11-17 15:57:02 -05:00
Dan Witte
878fac07fc Bug 585124 - Fix leak [@StructType::DefineInternal]. r=Waldo, a=bsmedberg 2010-10-19 09:37:03 -07:00
Peter Van der Beken
8e50b00406 bug 580128 - Define Error constructor in the sealed global for CTypes. r=jst/mrbkap/gal 2010-10-10 15:47:12 -07:00
Dan Witte
84d71ad9e5 Temporarily disable a few ctypes tests pending fix for bug 598225. 2010-09-21 15:57:11 -07:00
Jim Blandy
96d7c2007b Bug 492849 - Implement Object.preventExtensions, Object.isExtensible. a=waldo,jimb, r=brendan
--HG--
rename : js/src/jsapi-tests/testSeal.cpp => js/src/jsapi-tests/testDeepFreeze.cpp
2010-09-21 11:35:29 -07:00
Dan Witte
758c4c015b Bug 589413 - Failure to open libnss3.so when Firefox path contains UTF-8 characters. Part 3: tests. r=bent, a=final+ 2010-09-13 10:54:02 -07:00
Dan Witte
4e67b70bc1 Bug 589413 - Failure to open libnss3.so when Firefox path contains UTF-8 characters. Part 2: consumers. r=bsmedberg, a=final+ 2010-09-13 10:54:02 -07:00
Joel Maher
b61eda4b1d Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
Clint Talbert
1afdc1b8df Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
51fff79f07 Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field 2010-08-25 11:47:39 -07:00
Joel Maher
ce269022ab Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert 2010-08-24 10:29:34 -07:00
Jonas Sicking
cbc0676504 Backout bugs 586754, 574189, 584611 due to orange. a=backout 2010-08-20 11:08:43 -07:00
Joel Maher
6763342e81 Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB 2010-08-20 09:32:58 -07:00
Joel Maher
978a4a1ad2 Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB 2010-08-20 09:28:13 -07:00
Dan Witte
14456b5938 Bug 585175 - Don't automangle ctypes stdcall symbols for WINAPI. r=bsmedberg, a=blocker 2010-08-10 09:10:50 -07:00
Robert Sayre
ca10e5d657 Merge mozilla-central to tracemonkey. 2010-08-06 15:41:41 -07:00
Dan Witte
22027b3fce Fix review comment. 2010-08-05 19:59:53 -07:00
Dan Witte
488d31a4b0 Bug 573066 - Fix ctypes stdcall closure tests. r=bsmedberg, a=blocker 2010-08-05 16:49:53 -07:00
Dan Witte
37e120853b Bug 573087 - Automangle ctypes stdcall symbols. r=bsmedberg, a=blocker 2010-08-05 16:49:52 -07:00
Dan Witte
7e1f9fbcbe Bug 564966 - ctypes stdcall tests borked on windows. r=benjamn, a=blocker 2010-08-05 16:49:52 -07:00
Dan Witte
253c6284f9 Bug 583099 - toolkit/components/ctypes uses the wrong global object. r=jorendorff, a=bsmedberg 2010-08-05 16:49:52 -07:00
Wan-Teh Chang
c415ddd0a4 Bug 561510: fix unrecognized option /L... linker warning on
Windows.  Define MOZALLOC_LIB using EXPAND_LIBNAME_PATH instead
of EXPAND_MOZLIBNAME.  r=bsmedberg,ginn.chen.  approval2.0+ by
bsmedberg.
2010-08-06 06:51:38 -07:00
Zack Weinberg
788b4d617f Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
--HG--
rename : toolkit/components/ctypes/Module.cpp => toolkit/components/ctypes/ctypes.cpp
rename : toolkit/components/ctypes/Module.h => toolkit/components/ctypes/ctypes.h
2010-07-30 12:17:56 -07:00
Robert Sayre
4ed4f1f76a merge tracemonkey to mozilla-central. 2010-07-14 06:00:32 -07:00
Robert Sayre
b61874281f merge 2010-07-02 18:17:48 -07:00
Dan Witte
96bb18a3ea Back out due to hanging test. 2010-07-02 17:28:48 -07:00
Robert Sayre
70fc03b113 Merge mozilla-central to tracemonkey. 2010-07-02 17:25:52 -07:00
Dan Witte
d24f7a73fa Fix failing test. 2010-07-02 15:07:08 -07:00
Ted Mielczarek
c45d8e580b add a ctypes.libraryName utility function to get shared library names per-platform. r=dwitte
--HG--
extra : rebase_source : f0585aa0332c2146bee375584a69af4eaed7ed77
2010-07-13 08:53:16 -04:00
Benjamin Smedberg
a2833452f8 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
f13550a209 Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
Dan Witte
fe353f1bb1 Followup to bug 573004 to address review comment. 2010-06-26 14:18:45 -07:00
Ginn Chen
c7a08ba1b9 Bug 568027 Fix test_plugins.js |2 == 8| with build in homedir r=dtownsend 2010-06-27 00:53:42 +08:00
Robert Sayre
27b5a3b6fb Merge mozilla-central to tracemonkey.
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
2010-06-30 11:54:20 -07:00
Dan Witte
7ebe964c29 Bug 564966 - ctypes stdcall tests borked on windows. Part 1: fix stdcall tests, and comment out failing closure test. r=benjamn 2010-06-18 10:30:44 -07:00
timeless@mozdev.org
59574ab672 Bug 565598 test_vector_add_va_cdecl needs to call va_end(list). r=dwitte
--HG--
extra : rebase_source : c1ea0ed35f021cf5acb6f6a69beed4be110c4d30
2010-05-23 15:39:52 -07:00
Jeff Walden
575c66738f Bug 552560 - Reenable the ctypes test in chrome workers, and make all parent-checks only happen if we're running in xpcshell and have access to the parent(o) function. r=dwitte 2010-05-05 14:35:12 -07:00
Jeff Walden
c4d962809b Fix orange by temporarily disabling js-ctypes chrome worker test that uses parent(), to buy more time to figure out a fix at leisure. r=orange 2010-05-04 18:28:27 -07:00
Jeff Walden
00f6066393 Bug 552560 - Remove support for __parent__. r=mrbkap 2010-04-11 13:51:00 -07:00
Dan Witte
7124fa12fa Bug 551982 - Generate t.name and t.fields lazily. Part 3: lazy ffi_type. r=benjamn 2010-05-03 16:26:50 -07:00
Dan Witte
70dd2657d6 Bug 560002 - Opaque struct and definition support in ctypes. Part 2: Remove opaque pointers. r=benjamn 2010-05-03 16:20:43 -07:00
Dan Witte
91a57c32a3 Bug 560002 - Opaque struct and definition support in ctypes. Part 1: Opaque structs. r=benjamn 2010-05-03 16:20:05 -07:00
Makoto Kato
68e83a5b7c Bug 561974 - typo _WIN64 define in toolkit/components/ctypes/tests/. r=dwitte 2010-04-30 16:04:43 +09:00
Ehsan Akhgari
19f00904c7 Bug 558911 - Rev3 Fedora permaorange: jsctypes-test/unit/test_jsctypes.js | Error: couldn't open library (missing libm.so)
r=dwitte
2010-04-28 10:20:41 +02:00
Robert Sayre
ccea2938e0 Merge tracemonkey to mozilla-central. 2010-04-21 08:34:13 -04:00
Dan Witte
329cff4a11 Bug 558949 - Make ctypes functions FunctionType.ptr's. r=benjamn 2010-04-20 17:37:35 -07:00
Dan Witte
e0609a016b Update comments in ctypes.jsm to point at MDC docs. No bug, r=aidan 2010-04-19 12:49:47 -07:00