Brian Hackett
|
e89780c40d
|
Remove jsobj.h from installed headers, bug 690943. r=luke
|
2011-10-04 07:06:54 -07:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Wolfgang Germund
|
b4bcc00620
|
Bug 296795: ZipReader doesn't handle non-ASCII characters r=taras
|
2011-09-28 16:14:45 -07:00 |
|
Chris Leary
|
14bc4cf54d
|
Bug 684039: rewrite JS LIFO allocator, avoids thrashing. (r=luke)
--HG--
rename : js/src/jsarena.h => js/src/ds/LifoAlloc.h
extra : rebase_source : 098bf9561114f82363ebd0862213acf952709257
|
2011-09-22 13:22:30 -07:00 |
|
Boris Zbarsky
|
788803a0af
|
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
--HG--
rename : dom/tests/mochitest/bugs/test_bug396843.html => dom/tests/browser/browser_bug396843.js
|
2011-09-23 01:03:50 -04:00 |
|
Ms2ger
|
7b7048fda0
|
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
|
2011-09-18 11:22:17 +02:00 |
|
Luke Wagner
|
357b5b8cf8
|
Bug 684110 - Clean JSObject::clasp usage (r=pbiggar)
|
2011-09-02 17:23:26 -07:00 |
|
Ed Morley
|
2d385ce59f
|
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
|
39242fcb8c
|
Bug 684110 - Clean JSObject::clasp usage (r=pbiggar)
|
2011-09-02 17:23:26 -07:00 |
|
Jason Orendorff
|
eea79c5c02
|
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
|
c1d7fc5bac
|
Bug 677260: Add specIgnoringRef and hasRef for URIs. r=bz, sr=biesi
|
2011-08-15 17:18:15 -04:00 |
|
Malini Das
|
02665c9658
|
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
|
bfc8ebbc5c
|
Bug 675567 - Fix PRBool/JSBool mixups, r=mrbkap
|
2011-08-03 18:59:10 -07:00 |
|
Blake Kaplan
|
f5da8f28a2
|
Fix bug 674182. r=jst
|
2011-07-27 12:29:26 -07:00 |
|
Luke Wagner
|
e8188afccb
|
Backout out bug 672026 for causing mobile startup crashes
|
2011-07-21 16:39:10 -07:00 |
|
arno renevier
|
5388ac92cf
|
Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg
|
2011-07-21 04:37:31 +02:00 |
|
Nicholas Nethercote
|
0089d27bf7
|
Bug 672439 - Avoid duplicate names for system compartment reporters. r=gal.
|
2011-07-19 16:59:16 -07:00 |
|
Luke Wagner
|
de46d72752
|
Bug 672026 - Ensure that there is an object principals finder during early startup (r=mrbkap)
|
2011-07-18 17:37:19 -07:00 |
|
Ms2ger
|
36c532ffa2
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Luke Wagner
|
c9e1bf13c0
|
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
|
72e00fabf4
|
Bug 666058 - Don't share chunks for system compartments. r=gal,igor.
|
2011-07-05 14:14:33 +10:00 |
|
Boris Zbarsky
|
3299eef867
|
Bug 668030. Warn when enablePrivilege is used. r=sicking
|
2011-06-28 21:05:45 -04:00 |
|
Matheus Kerschbaum
|
8a21fc0886
|
Bug 662000 part 2: Remove XPC_IDISPATCH_SUPPORT from the build-system and XPConnect. r=mrbkap
--HG--
extra : rebase_source : c456802fe36eef1e49381be996dbbdf820781206
|
2011-06-22 11:56:47 -04:00 |
|
Masayuki Nakano
|
6eb7ae79c8
|
Bug 660770 caps should use mozilla::Preferences r=roc+jst
|
2011-06-20 12:00:16 +09:00 |
|
Jonathan Protzenko
|
1b9ca7ae96
|
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
|
52221a8477
|
Merge mozilla-central and tracemonkey.
|
2011-05-23 00:02:05 -07:00 |
|
Chris Leary
|
b2d9eba98e
|
Merge mozilla-central and tracemonkey.
|
2011-05-20 14:29:36 -07:00 |
|
Daniel Holbert
|
c0b880ca57
|
Bug 308590 patch 3.5: Add nsIURI::CloneIgnoringRef interface & impls. r=bz sr=biesi
|
2011-05-21 18:12:45 -07:00 |
|
Daniel Holbert
|
2ebeeb1a30
|
Bug 308590 patch 3: Add nsIURI::EqualsExceptRef interface & impls. r=bz sr=biesi
|
2011-05-21 18:12:45 -07:00 |
|
Daniel Holbert
|
9d71111551
|
Bug 308590 patch 2: Move GetRef/SetRef from nsIURL to nsIURI. r=bz sr=biesi
|
2011-05-21 18:12:45 -07:00 |
|
Blake Kaplan
|
fbea73993b
|
Fix bug 657267. r=bz
|
2011-05-19 13:31:54 +02:00 |
|
Chris Leary
|
a7253cc393
|
Bug 654301: Better interned string API, take 2. (r=Waldo)
|
2011-05-17 12:15:12 -07:00 |
|
Josh Aas
|
f6eb4c8df6
|
Bug 637253: Remove nsIPluginInstance interface. r=bsmedberg
|
2011-05-17 21:48:34 -04:00 |
|
Jason Orendorff
|
953a8d71f6
|
Bug 645160 - jsdIStackFrame is incorrectly truncated at indirect eval calls. r=mrbkap.
|
2011-05-11 11:11:40 -05:00 |
|
Chris Leary
|
089bf2c468
|
Back out bug 654301 to run again on try.
|
2011-05-16 19:03:20 -07:00 |
|
Chris Leary
|
338cf025af
|
Bug 654301: Better interned string API. (r=Waldo)
|
2011-05-16 18:18:59 -07:00 |
|
Justin Lebar
|
7e2c5ae50d
|
Bug 592557 - Eliminate uses of PR_Atomic{Increment,Decrement} functions in favor of PR_ATOMIC_{INCREMENT,DECREMENT} macros. r=bsmedberg,gal
--HG--
extra : rebase_source : 71069eb9c9d61131adee49279e136c8574dabc62
|
2011-03-28 15:58:49 -04:00 |
|
timeless@mozdev.org
|
06642688cd
|
Bug 584977 mark deprecated caps interfaces and methods with [deprecated]
r=dveditz
|
2011-03-27 23:59:17 -04:00 |
|
Mike Shaver
|
85c4348adc
|
Backed out changeset 4d86e63ff60d, diagnostic patch; back out 3da12edf735e, followup fix; back out bug 631135 completely, unexplained intermittent orange. r=waldo, a=orange
|
2011-02-19 20:46:44 -08:00 |
|
Jeff Walden
|
414ac259f6
|
Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst
--HG--
extra : rebase_source : a2f6a11ac3bcc7925cbf122057b694a0aafac970
|
2011-02-08 17:20:06 -08:00 |
|
Brandon Sterne
|
87a8f25476
|
Bug 600584 - add more detail to CSP violation report logging, r=jst, a=LegNeato
|
2011-01-31 10:09:44 -08:00 |
|
Blake Kaplan
|
559d15d683
|
Fix bug 614151. r=jst@mozilla.com, a=blocker
|
2010-12-28 11:21:30 -08:00 |
|
Chris Leary
|
1d3c0638b7
|
Merge mozilla-central into tracemonkey.
|
2011-01-04 10:51:14 -08:00 |
|
Chris Jones
|
252f135477
|
Bug 616412: Fix use-before-init bug. r=mrbkap a=a
|
2011-01-04 10:40:54 -06:00 |
|
Chris Leary
|
272d457a20
|
Merge mozilla-central to tracemonkey.
|
2010-12-29 19:25:04 -05:00 |
|
Boris Zbarsky
|
63efadb944
|
Bug 549459. Don't show information about the object principal in the error string. r=mrbkap a=blocker
|
2010-12-22 19:55:42 -05:00 |
|
Asaf Romano
|
b749359752
|
Bug 619800 - Enable scriptability for nsIPrincipal methods. r+sr+a=bz.
|
2010-12-22 15:58:22 +02:00 |
|
Luke Wagner
|
2fc61cf52e
|
Bug 609440, part 3 - remove fallible public APIs, update mozilla (r=bent,jst,mrbkap,waldo,sdwilsh)
|
2010-12-03 00:24:17 -08:00 |
|
Peter Van der Beken
|
e7ca1a1d57
|
Fix for bug 590612 (Speed up js-wrapping in classinfo when we already have a wrapper). r=bz, a=jst.
|
2010-08-28 10:04:25 +02:00 |
|
Benjamin Smedberg
|
9f732f3d00
|
Remove browser_bug571289.js as a followup to bug 610381 and bug 608142. The test is meaningless because the condition is not allowed to happen. r=gal a=orange
|
2010-11-17 18:16:18 -05:00 |
|