Olli Pettay
|
3b77e4c896
|
Bug 667490 - EventSource should use the same nsIContentPolicy type as XHR, r=dveditz
|
2011-10-31 14:48:50 +02:00 |
|
Tim Taubert
|
2526f161fc
|
merge m-c to fx-team
|
2011-10-31 11:13:42 +01:00 |
|
Brian Smith
|
0a9bf5fc31
|
Bug 675702 - Remove XPCOM Proxies: Do PSM client certificate processing on the main thread, r=kaie
--HG--
extra : rebase_source : 810f54d98fdad7e70ed2d8db8b13292d1d1bfa61
|
2011-10-30 17:35:14 -07:00 |
|
Brian Smith
|
a43aa7b046
|
Bug 686248: Add isExtendedValidation to nsISSLStatus so it can be used by mobile, r=meyhemer
--HG--
extra : rebase_source : 6d21f2fdc3cb587874662cc23f84503e63b95ed1
|
2011-10-30 11:43:06 -07:00 |
|
Neil Rashbrook
|
77134f772d
|
Bug 696788 Build usiung jemalloc and SDK compiler crashes shortly after startup r=khuey
|
2011-10-30 23:42:16 +00:00 |
|
Olli Pettay
|
79969bc6f0
|
Bug 698061 - document.importNode's deep attribute should be optional, r=sicking
|
2011-10-30 23:17:53 +02:00 |
|
Olli Pettay
|
d05f3af50f
|
Bug 698232 - s/IsInside/GetArea to simplify the code, r=mats
|
2011-10-30 21:51:19 +02:00 |
|
Tim Taubert
|
8a6e8decde
|
merge m-c to fx-team
|
2011-10-30 13:10:26 +01:00 |
|
Ed Morley
|
d3095eb7a4
|
Merge mozilla-central and mozilla-inbound
|
2011-10-30 11:52:20 +00:00 |
|
Brian Hackett
|
85181051df
|
Sync FrameState entries based on tracker, bug 698100. r=dvander
|
2011-10-29 18:16:35 -07:00 |
|
Brian Hackett
|
519d2afef5
|
Propagate OOM triggered by inlineCallHelper, bug 695290. r=dvander
|
2011-10-29 17:40:34 -07:00 |
|
Brian Hackett
|
e47b86f599
|
Remove defined variables analysis, bug 697861. r=dvander
|
2011-10-29 17:30:08 -07:00 |
|
Benoit Jacob
|
b9688f7857
|
Bug 697845 - only call glFinish in RenderLayer, not in UpdateSurface - r=mattwoodrow
This could make WebGL a bit faster.
|
2011-10-29 19:15:52 -04:00 |
|
Matt Brubeck
|
3607fe66aa
|
Bug 697975 - Don't show the first-run animation in tablet mode [r=mfinkle]
|
2011-10-29 15:05:39 -07:00 |
|
Henri Sivonen
|
df4d9f2647
|
Back out changeset fc4ddddf142d and changeset d1766aec3d7e due to jsreftest orange.
|
2011-10-30 00:10:33 +03:00 |
|
Ms2ger
|
d952a9a9dc
|
Bug 688547 - Use Element* for nsIDocument::{SetSubDocumentFor,FindContentForSubDocument}; r=peterv
|
2011-10-29 22:22:19 +02:00 |
|
Ms2ger
|
d0aac143b2
|
Bug 697210 - Part c: Remove nsIDocument::CreateElem's aDocumentDefaultType argument; r=bz
|
2011-10-29 22:21:20 +02:00 |
|
Ms2ger
|
fb383b6f7c
|
Bug 697210 - Part b: Remove unnecessary IsHTML() check in nsDocument::CreateElement; r=bz
|
2011-10-29 22:20:57 +02:00 |
|
Ms2ger
|
c4bb29bcff
|
Bug 697210 - Part a: Make nsIDocument::GetDefaultNamespaceID non-virtual and have it return mDefaultElementType; r=bz
|
2011-10-29 22:20:37 +02:00 |
|
Ms2ger
|
d559f12c63
|
Bug 690120 - Make nsEditor::GetAttributeValue not use attribute nodes; r=ehsan
|
2011-10-29 22:19:27 +02:00 |
|
Ms2ger
|
e2ad4bec9b
|
Bug 696668 - Give nsIScriptContext::CallEventHandler a JSObject scope parameter; r=mrbkap
|
2011-10-29 22:19:03 +02:00 |
|
Ms2ger
|
8fa72292d8
|
Bug 696666 - Give nsIScriptContext::BindCompiledEventHandler a JSObject scope parameter; r=jst
|
2011-10-29 22:18:21 +02:00 |
|
Ms2ger
|
41e97a1ddf
|
Bug 696663 - Make nsIJSEventListener::mScopeObject a JSObject; r=smaug
|
2011-10-29 22:17:43 +02:00 |
|
Ms2ger
|
3466301029
|
Bug 696665 - Give nsJSContext::JSObjectFromInterface a JSObject scope parameter; r=volkmar
|
2011-10-29 22:17:00 +02:00 |
|
Ms2ger
|
37c0e77016
|
Bug 696661 - Make nsIJSEventListener::mHandler a JSObject; r=jst
|
2011-10-29 22:16:43 +02:00 |
|
Ms2ger
|
ae60966dc3
|
Bug 694867 - Part f: Pass a JSScript to nsIScriptContext::ExecuteScript; r=volkmar
|
2011-10-29 22:15:43 +02:00 |
|
Henri Sivonen
|
1c978c415e
|
Test for bug 696651 part 2 - Establish document.write() insertion position before re-entrant calls can occur. r=Olli.Pettay.
|
2011-10-29 23:14:32 +03:00 |
|
Henri Sivonen
|
cd7a4e8d14
|
Bug 696651 part 2 - Establish document.write() insertion position before re-entrant calls can occur. r=Olli.Pettay.
|
2011-10-29 23:14:31 +03:00 |
|
Henri Sivonen
|
fa1957c28c
|
Test for bug 696651 part 1 - Deal more gracefully with the parser getting terminated during document.write() and with document.close() getting called while document.write() is on the call stack. r=Olli.Pettay.
|
2011-10-29 23:14:31 +03:00 |
|
Henri Sivonen
|
5bcf6b87eb
|
Bug 696651 part 1 - Deal more gracefully with the parser getting terminated during document.write() and with document.close() getting called while document.write() is on the call stack. r=Olli.Pettay.
|
2011-10-29 23:14:31 +03:00 |
|
Ms2ger
|
27ea1b560a
|
Bug 694867 - Part e: Pass JSScript to nsXULDocument::ExecuteScript; r=volkmar
|
2011-10-29 22:14:26 +02:00 |
|
Ms2ger
|
be67644abb
|
Bug 694867 - Part d: Store a JSScript in nsXULPrototypeCache; r=volkmar
|
2011-10-29 22:14:13 +02:00 |
|
Ms2ger
|
2e196a5c20
|
Bug 694867 - Part c: Return a JSScript from nsXULPrototypeCache::GetScript; r=volkmar
|
2011-10-29 22:13:55 +02:00 |
|
Ms2ger
|
3a06735007
|
Bug 694867 - Part b: Pass a JSScript to nsXULPrototypeScript::Set; r=volkmar
|
2011-10-29 22:13:31 +02:00 |
|
Ms2ger
|
835b0c80ca
|
Bug 694867 - Part a: Pass a JSScript to nsIScriptContext::Serialize and store a JSScript in nsXULPrototypeScript::ScriptObjectHolder::mObject; r=volkmar
|
2011-10-29 22:12:47 +02:00 |
|
Ms2ger
|
9de0625271
|
Bug 694838 - Make nsIScriptContext::EvaluateString's second parameter a JSObject; r=volkmar
|
2011-10-29 22:11:51 +02:00 |
|
Ms2ger
|
389e8bc023
|
Bug 694781 - Make nsIScriptContext::ExecuteScript's second parameter a JSObject; r=volkmar
|
2011-10-29 22:10:49 +02:00 |
|
Ms2ger
|
424e3da2cb
|
Bug 694769 - Remove nsIScriptContext::GetScriptGlobal in favour of GetGlobalJSObject; r=smaug
|
2011-10-29 22:09:04 +02:00 |
|
Ms2ger
|
7059c325ab
|
Bug 694763 - Remove nsIScriptContext::DidSetDocument; r=jst
|
2011-10-29 22:06:42 +02:00 |
|
Ms2ger
|
9ce40d6af3
|
Bug 694759 - Make nsIScriptContext::GetNativeGlobal return JSObject; r=jst
|
2011-10-29 22:06:17 +02:00 |
|
Ms2ger
|
567f4260b6
|
Bug 684821 - Remove nsIDOMNSHTMLElement; r=peterv
|
2011-10-29 22:03:55 +02:00 |
|
Phil Ringnalda
|
c2f49690ff
|
Back out 3ad7f12bde01 (bug 664179) and 3ab7b95bfcb5 (bug 673296) for Linux debug M1 orange
|
2011-10-29 09:52:45 -07:00 |
|
Olli Pettay
|
9f362a60d2
|
Bug 694503 - image map doesn't get updated when map element is removed as part of container subtree, r=bz
|
2011-10-29 13:44:50 +03:00 |
|
Matthew Noorenberghe
|
5df9d8121b
|
Bug 646993 - Cap the bookmark title length to TITLE_LENGTH_MAX r=mak
--HG--
extra : rebase_source : e54aa1b081a9256b613e183ccd822e9ccc20f84e
|
2011-10-28 20:37:13 -07:00 |
|
Wellington Fernando de Macedo
|
5efb782bc4
|
Bug 664179: Allow EventSource to access cross-origin event streams using CORS. r=smaug,sicking
|
2011-10-28 19:52:27 -07:00 |
|
Wellington Fernando de Macedo
|
5ea708af84
|
Bug 673296: Fix EventSource origin handling. r=sicking,smaug
|
2011-10-28 19:52:27 -07:00 |
|
Jonas Sicking
|
0588c874fd
|
Bug 687400: Kill Node.isSameNode. r=smaug
|
2011-10-28 19:52:27 -07:00 |
|
Ed Morley
|
7f71b34414
|
Merge mozilla-central and mozilla-inbound
|
2011-10-29 02:40:36 +01:00 |
|
Paul O’Shannessy
|
e84fd5faee
|
Backout 78c921e2b56b (bug 640136) for causing bug 698162
|
2011-10-28 18:11:02 -07:00 |
|
Matt Brubeck
|
2fa4ecda56
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-10-28 11:15:56 -07:00 |
|