Commit Graph

258491 Commits

Author SHA1 Message Date
Matt Woodrow
3b5c7dbab9 Bug 702375 - Include the current frame bounds in preserve-3d overflow calculations. r=roc 2011-11-17 16:45:39 +13:00
Matt Woodrow
b2190ca746 Bug 700240 - Add DumpAsDataURL et al. for DrawTarget. r=roc 2011-11-17 16:44:16 +13:00
Matt Woodrow
7b48d2cb2b Bug 700240 - Print nsSVGEffects types. r=roc 2011-11-17 16:44:16 +13:00
Matt Woodrow
f67db2208c Bug 700240 - Print contents of TextFrames. r=mats 2011-11-17 16:44:16 +13:00
Matt Woodrow
76656ee23d Bug 700240 - Make display list debugging independent of DEBUG. r=khuey,roc 2011-11-17 16:44:16 +13:00
Bill McCloskey
5ab43bd09e Bug 699668 - Increase JS type arena size for faster GC sweeps (r=njn) 2011-11-16 17:31:28 -08:00
Chris Leary
1f095b6042 Bug 702426: Add test. 2011-11-16 16:40:13 -08:00
Sean Stangl
64d322aef2 Merge. Write barriers have not yet been integrated. 2011-11-16 15:10:34 -08:00
Gregory Szorc
9afb90bf69 Bug 702178 - Consolidate libxul-config.mk and libxul-rules.mk into Makefile; r=ted 2011-11-16 10:58:09 -08:00
Ed Morley
bb0c21a5d1 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-16 11:02:43 +00:00
Ms2ger
9da9be7d33 Bug 700740 - Remove 'out' label from obj_toSource; r=jorendorff 2011-11-16 08:50:20 +01:00
Ms2ger
ae00fb484c Bug 702102 - Cleanup nsHTMLEditor::GetEmbeddedObjects; r=ehsan 2011-11-16 08:50:20 +01:00
Ms2ger
cf24856853 Bug 698383 - Make nsXBLProtoImpl::mClassObject a JSObject; r=jst 2011-11-16 08:50:20 +01:00
Ms2ger
c6df20f377 Bug 698382 - Give nsXBLProtoImpl::InitTargetObjects and nsXBLPrototypeBinding::InitClass a JSObject outparam; r=jst 2011-11-16 08:50:20 +01:00
Ms2ger
ca1d96f999 Bug 698380 - Give nsIScriptContext::EvaluateStringWithValue a JS::Value retval parameter; r=peterv 2011-11-16 08:50:20 +01:00
Ms2ger
d8a3105318 Bug 698378 - Give nsIScriptContext::EvaluateStringWithValue a JSObject* scope parameter; r=peterv 2011-11-16 08:50:19 +01:00
Ms2ger
1dacc7fc0b Bug 696604 - Remove nsIScriptContext::CompileScript's aScopeObject parameter; r=peterv 2011-11-16 08:50:19 +01:00
Ms2ger
1302655523 Bug 702118 - Use IDL for nsIDOMWindowUtils::GetParent; r=bz 2011-11-16 08:50:19 +01:00
Ms2ger
9acf1b3dac No bug - Remove XPConnect from LOCAL_INCLUDES in docshell/base/Makefile.in; r=bholley over IRC 2011-11-16 08:50:19 +01:00
Ms2ger
fad6bd81bd Bug 699228 - Remove unused variable in nsImageFrame::GetContentForEvent; r=smaug 2011-11-16 08:50:19 +01:00
Ms2ger
5ba4677d3d Bug 672796 - Move MOZILLA_GUARD_OBJECT_NOTIFIER_* out of AutoRestore.h; r=khuey 2011-11-16 08:50:19 +01:00
Ms2ger
1049c156c8 Bug 697494 - Outparamdel nsIParser::GetStreamListener; r=hsivonen 2011-11-16 08:50:19 +01:00
Ms2ger
1c189b4cf4 Bug 679332 - Kill GET_BOOLBIT/SET_BOOLBIT; r=volkmar 2011-11-16 08:50:19 +01:00
Ms2ger
481c7ef6a3 Bug 698933 - Don't return 'false' from CreateSharedMemory(); r=cojones 2011-11-16 08:50:19 +01:00
Ms2ger
0ac11f32f0 Bug 698261 - Remove the aElementType argument of NS_NewElement; r=bz 2011-11-16 08:50:19 +01:00
Ms2ger
a4e37b2f13 Bug 696660 - Outparamdel nsIScriptRuntime::CreateContext; r=mrbkap 2011-11-16 08:50:19 +01:00
Ms2ger
e977700f50 Bug 698275 - Various cleanup in HTML element implementations; r=mounir 2011-11-16 08:50:19 +01:00
Ms2ger
9448a1cf88 Bug 700172 - Fix XBL_DeserializeFunction's signature; r=enn 2011-11-16 08:50:18 +01:00
Ms2ger
0dd60d5029 Bug 94199 - Various cleanup; r=enn 2011-11-16 08:50:18 +01:00
Ms2ger
22eb744166 Bug 669012 - Part g: Remove NS_CONTENT_SCRIPT_IS_EVENTHANDLER; r=smaug+hsivonen. 2011-11-16 08:50:18 +01:00
Ms2ger
b50b99ba4b Bug 669012 - Part f: Less QIs in nsScriptLoader::ProcessScriptElement; r=smaug+hsivonen. 2011-11-16 08:50:18 +01:00
Ms2ger
adc09560de Bug 669012 - Part e: Make nsScriptLoader::ProcessScriptElement return a boolean; r=smaug+hsivonen. 2011-11-16 08:50:18 +01:00
Ms2ger
b13169bd39 Bug 669012 - Part d: Make nsIScriptElement::MaybeProcessScript return a boolean; r=smaug+hsivonen. 2011-11-16 08:50:18 +01:00
Ms2ger
4e03d81337 Bug 669012 - Part c: Remove the return value from nsIContent::DoneAddingChildren; r=smaug+hsivonen. 2011-11-16 08:50:18 +01:00
Ms2ger
7a9dd20769 Bug 669012 - Part b: Introduce nsIScriptElement::AttemptToExecute; r=smaug+hsivonen. 2011-11-16 08:50:18 +01:00
Ms2ger
c58945df00 Bug 669012 - Part a: ignore for and event attributes for SVG elements; r=smaug+hsivonen. 2011-11-16 08:50:18 +01:00
Ms2ger
935180aaad Bug 702106 - Remove xpc_CloneJSFunction; r=bholley 2011-11-16 08:50:18 +01:00
Ms2ger
91d25c9eda Bug 702223 - Remove duplicated code from nsXMLHttpRequest::GetResponse; r=bz 2011-11-16 08:50:18 +01:00
Ms2ger
1fe630e2fe Bug 701735 - xpc_qsJsvalToWcharStr shouldn't const_cast; r=bz 2011-11-16 08:50:18 +01:00
Jeff Walden
b39c6a08d9 Change preprocessor-directive indentation to be two-space, not one-space. rs=cjones in bug 702437 2011-11-15 22:26:55 -08:00
Scott Johnson
29b3d07f02 Bug 702093 - Pre-load the reference image in the bullet animation polling test to overcome an intermittent orange. r=dholbert 2011-11-16 15:59:55 +13:00
Chris Pearce
df5ec309b0 Bug 701260 - Deny requests for full-screen if any doc in the tab has a windowed plugin. r=roc 2011-11-16 15:09:01 +13:00
Myk Melez
ca0cf503e6 no bug - update revision of Add-on SDK being tested; test-only 2011-11-15 15:55:51 -08:00
Rob Campbell
86de2bc601 merge fx-team to mozilla-central 2011-11-15 13:57:15 -08:00
Ed Morley
4c050d1ea6 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-15 19:07:09 +00:00
Olli Pettay
4aa0f5d48d Bug 701342 - Revoke mPendingTitleChangeEvent when unlinking document, r=peterv 2011-11-15 20:47:57 +02:00
Doug Turner
07b0f67bb9 Bug 702544 - Follow up to 701996. Landing ifdef to make birch project branch compile r=blassey 2011-11-15 09:30:59 -08:00
Richard Newman
ddfdc0e3a6 Merge m-c to s-c. 2011-11-15 08:46:51 -08:00
Patrick McManus
f9080f5287 bug 667385 - followon patch to remove an old PRBool rs=honzab 2011-11-15 11:25:56 -05:00
Jim Blandy
0b54be6a17 Bug 701274: Make jsd_ThrowHandler return the proper JSTrapStatus value, not JSD_HOOK_RETURN_CONTINUE_THROW. r=sfink 2011-11-15 08:04:58 -08:00