Bobby Holley
|
1c600e7056
|
Bug 956382 - Remove usage of explicit *IgnoringDomain variants. r=mrbkap
|
2014-02-13 18:57:36 -08:00 |
Bobby Holley
|
2b33b064b7
|
Bug 956382 - Consider document.domain when computing security wrappers. r=mrbkap
|
2014-02-13 18:57:35 -08:00 |
Bobby Holley
|
e0f33e6e2e
|
Bug 956382 - Add AccessCheck::subsumesConsideringDomain and clean up other implementations. r=mrbkap
We now assert that we have a principal when we enter the wrap callback, and we
now have a convenient overload defined in nsIPrincipal.idl.
|
2014-02-13 18:57:34 -08:00 |
Bobby Holley
|
0d05bf1dc9
|
Bug 972478 - Docshell scriptability should only affect non-immune principals. r=bz
|
2014-02-13 15:40:50 -08:00 |
Bobby Holley
|
7cbea2a19d
|
Bug 960828 - Diagnostics. r=mccr8
|
2014-02-13 11:54:59 -08:00 |
Bobby Holley
|
74dced0ef3
|
Bug 965981 - Wrap ids in XPCWrappedNativeXrayTraits::enumerateNames. r=mccr8
|
2014-02-13 10:54:08 -08:00 |
Bobby Holley
|
26295823eb
|
Bug 965901 - Add an ENUMERATE policy action. r=gabor sr=mrbkap
|
2014-02-13 10:54:08 -08:00 |
Bobby Holley
|
cab18b5855
|
Bug 965901 - Track and assert the policy action in AutoEnterPolicy/assertEnteredPolicy. r=gabor sr=mrbkap
|
2014-02-13 10:54:07 -08:00 |
Jon Coppeard
|
735137fc57
|
Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz
|
2014-02-13 15:33:04 +00:00 |
Jan de Mooij
|
d3e6cdca99
|
Bug 931861 - Fix xpcshell to install breakpad signal handlers before AsmJS/Ion signal handlers. r=ted
|
2014-02-13 10:22:58 +01:00 |
Neil Rashbrook
|
536b10f3dd
|
Bug 966911 Part 3: Passing undefined to an AString param should (like ACString) convert to null, not the empty string r=bholley
|
2014-02-13 00:26:28 +00:00 |
Neil Rashbrook
|
34723bb6f4
|
Bug 966911 Part 2: An AString out param should use a short lived string instead of wastefully creating an nsAutoString on the heap r=bholley
|
2014-02-13 00:08:57 +00:00 |
Andrew McCreight
|
bd8f89a934
|
Bug 733636, part 2 - nsXPConnect::WrapNative should pass aAllowWrapping=true. r=bholley
|
2014-02-12 15:19:32 -08:00 |
Andrew McCreight
|
410ae818bb
|
Bug 733636, part 1 - Change the nsContentUtils::WrapNative aAllowWrapping default to true. r=bholley
|
2014-02-12 15:19:32 -08:00 |
Neil Rashbrook
|
dace60c6bb
|
Bug 966911 Part 1: Improve DOMString and AString conversion code paths r=bholley
|
2014-02-12 21:22:07 +00:00 |
Jon Coppeard
|
d0e56d0b88
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
Andrew McCreight
|
5313ee591a
|
Bug 967023, part 2 - Get rid of XPCWrappedJSClass::GetNewOrUsed out param. r=bholley
|
2014-02-11 14:56:46 -08:00 |
Andrew McCreight
|
283ef4893d
|
Bug 967023, part 1 - Rename clazz to clasp in XPCWrappedNative::GetNewOrUsed. r=bholley
|
2014-02-11 14:56:45 -08:00 |
Masatoshi Kimura
|
18d6c0f5ff
|
Backed out changeset d7d447cac91b (bug 969762) for tp5 regression.
|
2014-02-12 06:01:29 +09:00 |
Jon Coppeard
|
c3759c40ff
|
Bug 965830 - Convert use of JS_CallFunction and related APIs uses to HandleValueArray r=terrence r=smaug
|
2014-02-11 10:59:16 +00:00 |
Ehsan Akhgari
|
d91d200572
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
Masatoshi Kimura
|
679ef4d260
|
Bug 969762 - Support non-ASCII dump() messages on Windows. r=jimm
|
2014-02-11 05:50:16 +09:00 |
Bobby Holley
|
98779f9a32
|
Bug 965921 - Handle addons that expose JS-implemented XPCOM components to content. r=mrbkap
|
2014-02-10 10:27:24 -08:00 |
Bobby Holley
|
f209e98c03
|
Bug 969156 - Don't fire onNewGlobalObject until the end of nsGlobalWindow::SetNewDocument. r=bz
|
2014-02-10 10:03:56 -08:00 |
Jon Coppeard
|
eea6ca3467
|
Bug 969798 - Convert JS_ConvertArguments APIs to take CallArgs rather than raw Value pointer r=terrence
|
2014-02-10 16:42:27 +00:00 |
Andrew McCreight
|
3cf44e3588
|
Bug 965920, part3b - Add mozilla namespace to StaticRefPtr on this CLOSED TREE. r=bustage
|
2014-02-04 20:09:26 -08:00 |
Andrew McCreight
|
ac7cc7ff07
|
Bug 966766, part 4 - Smart pointerize clasp in XPCWrappedJSClass::GetNewOrUsed. r=gabor
|
2014-02-04 19:29:59 -08:00 |
Andrew McCreight
|
b29822fe19
|
Bug 966766, part 3 - Rename clazz to clasp in XPCWrappedJSClass::GetNewOrUsed. r=gabor
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
2340504f6a
|
Bug 966766, part 2 - Move AddRef out of the ctor for XPCWrappedJSClass. r=gabor
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
6ba15d9164
|
Bug 966766, part 1 - Remove null check in XPCWrappedJSClass::GetNewOrUsed. r=gabor
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
eb84153daa
|
Bug 966765 - Remove DumpHeap call in ReleaseXPConnectSingleton. r=bholley
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
266e5716aa
|
Bug 965920, part 3 - Smart pointerize newVariant. r=bholley
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
291bf1fcf7
|
Bug 965920, part 2 - Smart pointerize gSharedScriptableHelperForJSIID. r=bholley
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
9bf248e147
|
Bug 965920, part 1 - Smart pointerize getters in XPConnect. r=bholley
|
2014-02-04 19:29:57 -08:00 |
Phil Ringnalda
|
381d88b901
|
Backed out 9 changesets (bug 965920, bug 966765, bug 966766)
CLOSED TREE
Backed out changeset 6c2bba06ed58 (bug 965920)
Backed out changeset e01c94498760 (bug 966766)
Backed out changeset e2585386f84e (bug 966766)
Backed out changeset d1db5d2a417f (bug 966766)
Backed out changeset f114c97660c6 (bug 966766)
Backed out changeset 2dd7d47a1e8c (bug 966765)
Backed out changeset 0f26c4b3eab7 (bug 965920)
Backed out changeset ca0b05e7155f (bug 965920)
Backed out changeset 55dcd2a5362e (bug 965920)
|
2014-02-04 21:01:19 -08:00 |
Andrew McCreight
|
22e6b16ac5
|
Bug 965920, part3b - Add mozilla namespace to StaticRefPtr on this CLOSED TREE. r=bustage
|
2014-02-04 20:09:26 -08:00 |
Andrew McCreight
|
75840f794d
|
Bug 966766, part 4 - Smart pointerize clasp in XPCWrappedJSClass::GetNewOrUsed. r=gabor
|
2014-02-04 19:29:59 -08:00 |
Andrew McCreight
|
10ea52f843
|
Bug 966766, part 3 - Rename clazz to clasp in XPCWrappedJSClass::GetNewOrUsed. r=gabor
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
4778ec4092
|
Bug 966766, part 2 - Move AddRef out of the ctor for XPCWrappedJSClass. r=gabor
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
10285cf6bc
|
Bug 966766, part 1 - Remove null check in XPCWrappedJSClass::GetNewOrUsed. r=gabor
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
15c38e8489
|
Bug 966765 - Remove DumpHeap call in ReleaseXPConnectSingleton. r=bholley
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
6f12ecdf92
|
Bug 965920, part 3 - Smart pointerize newVariant. r=bholley
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
b99f98d662
|
Bug 965920, part 2 - Smart pointerize gSharedScriptableHelperForJSIID. r=bholley
|
2014-02-04 19:29:58 -08:00 |
Andrew McCreight
|
d7e0183e9e
|
Bug 965920, part 1 - Smart pointerize getters in XPConnect. r=bholley
|
2014-02-04 19:29:57 -08:00 |
Bobby Holley
|
8bf2c8aa3b
|
Bug 959013 - Create storage for declarative class bootstrapping information on js::Class. r=luke
|
2014-02-04 07:51:54 -08:00 |
Jon Coppeard
|
4df3aa4450
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
Carsten "Tomcat" Book
|
f4bc96a601
|
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
|
2014-01-31 12:11:23 +01:00 |
Jon Coppeard
|
50bf59a96c
|
Bug 965904 - Fix some rooting hazards in the browser r=terrence
|
2014-01-31 09:56:40 +00:00 |
Jon Coppeard
|
ba27569312
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
Chris Peterson
|
f6f08af0a0
|
Bug 965693 - Remove annoying "Printing XUL documents is not supported" error dialog. r=roc
|
2014-01-29 20:40:34 -08:00 |