Igor Bukanov
|
6fefb1df81
|
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
|
2012-02-05 21:07:23 +01:00 |
|
Igor Bukanov
|
ae7ab9b03a
|
backout merge for bug 724310. r=irc
|
2012-02-09 21:28:22 +01:00 |
|
Igor Bukanov
|
12633fbfdd
|
bug 723517 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
|
2012-02-05 21:07:23 +01:00 |
|
Panagiotis Koutsourakis
|
835036b234
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Igor Bukanov
|
889c9d4073
|
bug 723517 - Drop cx argumrent from JS_GetClass(cx, obj). r=luke
|
2012-02-04 01:54:57 +01:00 |
|
Bobby Holley
|
1cece415d2
|
Bug 715417 - Eliminate getPrincipalArray and globalPrivilegesEnabled from JSPrincipals. r=mrbkap
|
2012-01-06 17:29:02 -08:00 |
|
Bobby Holley
|
c07761fac9
|
Bug 713747 - Remove UniversalFoo from caps (and thus, the tree). r=bz
|
2011-12-30 09:35:52 -08:00 |
|
Jeff Walden
|
12e010ddeb
|
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
|
2011-12-08 22:54:10 -05:00 |
|
Brian Hackett
|
4229cb1c4b
|
Merge MC -> JM
|
2011-11-26 15:03:20 -08:00 |
|
Brian Hackett
|
c918ed606d
|
Merge MC -> JM
|
2011-11-10 12:06:26 -08:00 |
|
Brian Hackett
|
223e0ac9b3
|
Add JSScript::function, bug 693754.
|
2011-10-21 14:31:01 -07:00 |
|
Brian Hackett
|
2ecf6804fd
|
Merge MC -> JM
|
2011-10-19 14:26:08 -07:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Brian Hackett
|
234ae704e3
|
Move scope chains of scope objects to reserved slots, bug 694247.
|
2011-10-12 22:29:43 -07:00 |
|
Brian Hackett
|
cbad02714f
|
Fix test failures, bug 693754.
|
2011-10-12 08:32:42 -07:00 |
|
Brian Hackett
|
0ec9245d43
|
Remove jsobj.h from installed headers, bug 690943. r=luke
|
2011-10-04 07:06:54 -07:00 |
|
Ed Morley
|
6e731c995a
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
b2aeac5a65
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Honza Bambas
|
2e323c06fe
|
Bug 525468 - nsIPrincipal.origin based on asciiHost, r=bz
|
2011-11-02 17:18:53 +01:00 |
|
Jeff Walden
|
7d613942b0
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Bobby Holley
|
ec90124839
|
Bug 691411 - Move js/src/xpconnect to js/xpconnect and rename source files while we're at it. r=khuey, sr=mrbkap
|
2011-10-14 10:52:47 -07:00 |
|
Steve Fink
|
b76cbb2e55
|
Bug 700195 - Propagate error in netscape_security_isPrivilegeEnabled. r=bholley
|
2011-11-18 10:54:58 -08:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Wolfgang Germund
|
596352a167
|
Bug 296795: ZipReader doesn't handle non-ASCII characters r=taras
|
2011-09-28 16:14:45 -07:00 |
|
Chris Leary
|
cdd34a85e8
|
Bug 684039: rewrite JS LIFO allocator, avoids thrashing. (r=luke)
|
2011-09-22 13:22:30 -07:00 |
|
Boris Zbarsky
|
a7fb4cc325
|
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
|
2011-09-23 01:03:50 -04:00 |
|
Ms2ger
|
6057ede4ed
|
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
|
2011-09-18 11:22:17 +02:00 |
|
Luke Wagner
|
8fe42d3496
|
Bug 684110 - Clean JSObject::clasp usage (r=pbiggar)
|
2011-09-02 17:23:26 -07:00 |
|
Ed Morley
|
ee57bf1d01
|
Backout bug 684110 (08b6eaf6aad0, cf8b35fa1010, 25ee45edabe1, 659f5c7d2cc9, 870f6dd82586 & e1ad65d6a7fd) and bug 684344 (cd1957f6628d) on a CLOSED TREE; a=bustage-fairies
|
2011-09-03 03:21:25 +01:00 |
|
Luke Wagner
|
ec00ca00c4
|
Bug 684110 - Clean JSObject::clasp usage (r=pbiggar)
|
2011-09-02 17:23:26 -07:00 |
|
Ed Morley
|
75515b4939
|
Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|
Ed Morley
|
f08df6642d
|
Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|
Jason Orendorff
|
80eaea24a5
|
Bug 679879 - Change JSFunction macros to methods. Part 1, remove the macro uses from caps. r=mrbkap.
|
2011-08-18 12:34:20 -05:00 |
|
Randell Jesup
|
6bf90d190d
|
Bug 677260: Add specIgnoringRef and hasRef for URIs. r=bz, sr=biesi
|
2011-08-15 17:18:15 -04:00 |
|
Malini Das
|
226ecaa733
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
|
2011-08-12 12:21:42 -04:00 |
|
Michael Wu
|
9e3770c179
|
Bug 675567 - Fix PRBool/JSBool mixups, r=mrbkap
|
2011-08-03 18:59:10 -07:00 |
|
Blake Kaplan
|
f79b125ca3
|
Fix bug 674182. r=jst
|
2011-07-27 12:29:26 -07:00 |
|
Luke Wagner
|
6689d917a3
|
Backout out bug 672026 for causing mobile startup crashes
|
2011-07-21 16:39:10 -07:00 |
|
arno renevier
|
dc09fc8a13
|
Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg
|
2011-07-21 04:37:31 +02:00 |
|
Nicholas Nethercote
|
30dc8eb880
|
Bug 672439 - Avoid duplicate names for system compartment reporters. r=gal.
|
2011-07-19 16:59:16 -07:00 |
|
Luke Wagner
|
9fb321356e
|
Bug 672026 - Ensure that there is an object principals finder during early startup (r=mrbkap)
|
2011-07-18 17:37:19 -07:00 |
|
Ms2ger
|
26b7c93961
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Luke Wagner
|
09d32734a6
|
Bug 667915 - Don't let content JS consume all the stack and cause chrome JS to OOM (r=waldo,mrbkap)
|
2011-06-30 09:26:56 -07:00 |
|
Gregor Wagner
|
6d73d8ec95
|
Bug 666058 - Don't share chunks for system compartments. r=gal,igor.
|
2011-07-05 14:14:33 +10:00 |
|
Boris Zbarsky
|
d168d96ff1
|
Bug 668030. Warn when enablePrivilege is used. r=sicking
|
2011-06-28 21:05:45 -04:00 |
|
Matheus Kerschbaum
|
b785679c11
|
Bug 662000 part 2: Remove XPC_IDISPATCH_SUPPORT from the build-system and XPConnect. r=mrbkap
|
2011-06-22 11:56:47 -04:00 |
|
Masayuki Nakano
|
521d4b0187
|
Bug 660770 caps should use mozilla::Preferences r=roc+jst
|
2011-06-20 12:00:16 +09:00 |
|
Jonathan Protzenko
|
70eaf1a844
|
Bug 662126 - Audit ConfirmEx callers to ensure that aCheckState is not an uninitialized PRBool r=bz
|
2011-06-07 20:06:12 +02:00 |
|
Chris Leary
|
0bdaad1464
|
Merge mozilla-central and tracemonkey.
|
2011-05-23 00:02:05 -07:00 |
|
Chris Leary
|
3403bcf399
|
Merge mozilla-central and tracemonkey.
|
2011-05-20 14:29:36 -07:00 |
|