Matt Woodrow
|
e17c07e1e6
|
Bug 688366 - Fix Skia marking radial gradients with the same radius as invalid. r=jrmuizel
|
2011-10-31 13:48:54 +13:00 |
|
Matt Woodrow
|
75646cdbb8
|
Bug 688365 - Enable Skia 'New AA' mode. r=jrmuizel
|
2011-10-31 13:47:43 +13:00 |
|
Matt Woodrow
|
886c69cb88
|
Bug 695832 - Test for perspective origin not being affected by transform origin. r=roc
|
2011-10-31 13:39:26 +13:00 |
|
Matt Woodrow
|
42dcd2e02c
|
Bug 695832 - Perpsective origin offset should be relative to the transform origin. r=roc
|
2011-10-31 13:38:46 +13:00 |
|
Nicholas Nethercote
|
8d8eabc208
|
Bug 697933 - Allow HashTables to have a capacity as small as four. r=luke.
|
2011-10-30 16:12:48 -07:00 |
|
Alex Vincent
|
97e75070c1
|
Bug 698249 - Unnecessary nsresult rv declaration in nsFileChannel::OpenContentStream. r=bz
|
2011-10-30 15:47:51 +01:00 |
|
Adrian Johnson
|
d1e8518c84
|
Bug 691061 - Don't use EXTEND_PAD on printing surfaces. r=jmuizelaar
|
2011-10-29 19:36:19 +10:30 |
|
Nick Hurley
|
fada261342
|
Bug 687081 - Time how long it takes to find (or not) things in the cache. r=jduell
|
2011-10-30 15:39:53 +01:00 |
|
Matheus Kerschbaum
|
11c92bf7ac
|
Bug 697666 - Don't build the jstracer by default. r=dmandelin
|
2011-10-30 15:33:44 +01:00 |
|
Ed Morley
|
7275a8d455
|
Merge mozilla-central and mozilla-inbound
|
2011-10-30 11:52:20 +00:00 |
|
Brian Hackett
|
236e81968d
|
Sync FrameState entries based on tracker, bug 698100. r=dvander
|
2011-10-29 18:16:35 -07:00 |
|
Brian Hackett
|
27eed80a06
|
Propagate OOM triggered by inlineCallHelper, bug 695290. r=dvander
|
2011-10-29 17:40:34 -07:00 |
|
Brian Hackett
|
eb11b40569
|
Remove defined variables analysis, bug 697861. r=dvander
|
2011-10-29 17:30:08 -07:00 |
|
Benoit Jacob
|
5c6e5b5c1e
|
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
|
45a313f752
|
Bug 697975 - Don't show the first-run animation in tablet mode [r=mfinkle]
|
2011-10-29 15:05:39 -07:00 |
|
Henri Sivonen
|
55b8ec29f8
|
Back out changeset fc4ddddf142d and changeset d1766aec3d7e due to jsreftest orange.
|
2011-10-30 00:10:33 +03:00 |
|
Ms2ger
|
4a2832804a
|
Bug 688547 - Use Element* for nsIDocument::{SetSubDocumentFor,FindContentForSubDocument}; r=peterv
|
2011-10-29 22:22:19 +02:00 |
|
Ms2ger
|
46522f17ea
|
Bug 697210 - Part c: Remove nsIDocument::CreateElem's aDocumentDefaultType argument; r=bz
|
2011-10-29 22:21:20 +02:00 |
|
Ms2ger
|
e169ba623f
|
Bug 697210 - Part b: Remove unnecessary IsHTML() check in nsDocument::CreateElement; r=bz
|
2011-10-29 22:20:57 +02:00 |
|
Ms2ger
|
a505598085
|
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
|
b063085157
|
Bug 690120 - Make nsEditor::GetAttributeValue not use attribute nodes; r=ehsan
|
2011-10-29 22:19:27 +02:00 |
|
Ms2ger
|
59007b3a67
|
Bug 696668 - Give nsIScriptContext::CallEventHandler a JSObject scope parameter; r=mrbkap
|
2011-10-29 22:19:03 +02:00 |
|
Ms2ger
|
94dc2deff1
|
Bug 696666 - Give nsIScriptContext::BindCompiledEventHandler a JSObject scope parameter; r=jst
|
2011-10-29 22:18:21 +02:00 |
|
Ms2ger
|
8d02f473c8
|
Bug 696663 - Make nsIJSEventListener::mScopeObject a JSObject; r=smaug
|
2011-10-29 22:17:43 +02:00 |
|
Ms2ger
|
272454bc66
|
Bug 696665 - Give nsJSContext::JSObjectFromInterface a JSObject scope parameter; r=volkmar
|
2011-10-29 22:17:00 +02:00 |
|
Ms2ger
|
5a5a0be3c3
|
Bug 696661 - Make nsIJSEventListener::mHandler a JSObject; r=jst
|
2011-10-29 22:16:43 +02:00 |
|
Ms2ger
|
49f6daff60
|
Bug 694867 - Part f: Pass a JSScript to nsIScriptContext::ExecuteScript; r=volkmar
|
2011-10-29 22:15:43 +02:00 |
|
Henri Sivonen
|
8ce1f76a98
|
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
|
011550c076
|
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
|
e4e0cf65df
|
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
|
84c70e7604
|
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
|
0d733678a5
|
Bug 694867 - Part e: Pass JSScript to nsXULDocument::ExecuteScript; r=volkmar
|
2011-10-29 22:14:26 +02:00 |
|
Ms2ger
|
974dc34150
|
Bug 694867 - Part d: Store a JSScript in nsXULPrototypeCache; r=volkmar
|
2011-10-29 22:14:13 +02:00 |
|
Ms2ger
|
78ba91f3a8
|
Bug 694867 - Part c: Return a JSScript from nsXULPrototypeCache::GetScript; r=volkmar
|
2011-10-29 22:13:55 +02:00 |
|
Ms2ger
|
e566d3ad18
|
Bug 694867 - Part b: Pass a JSScript to nsXULPrototypeScript::Set; r=volkmar
|
2011-10-29 22:13:31 +02:00 |
|
Ms2ger
|
6bc6ac23b6
|
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
|
080153d676
|
Bug 694838 - Make nsIScriptContext::EvaluateString's second parameter a JSObject; r=volkmar
|
2011-10-29 22:11:51 +02:00 |
|
Ms2ger
|
44bd9f9103
|
Bug 694781 - Make nsIScriptContext::ExecuteScript's second parameter a JSObject; r=volkmar
|
2011-10-29 22:10:49 +02:00 |
|
Ms2ger
|
c4446bc22d
|
Bug 694769 - Remove nsIScriptContext::GetScriptGlobal in favour of GetGlobalJSObject; r=smaug
|
2011-10-29 22:09:04 +02:00 |
|
Ms2ger
|
c450947f2e
|
Bug 694763 - Remove nsIScriptContext::DidSetDocument; r=jst
|
2011-10-29 22:06:42 +02:00 |
|
Ms2ger
|
2da2151a18
|
Bug 694759 - Make nsIScriptContext::GetNativeGlobal return JSObject; r=jst
|
2011-10-29 22:06:17 +02:00 |
|
Ms2ger
|
731edba0b8
|
Bug 684821 - Remove nsIDOMNSHTMLElement; r=peterv
|
2011-10-29 22:03:55 +02:00 |
|
Phil Ringnalda
|
77eee0f201
|
Back out 3ad7f12bde01 (bug 664179) and 3ab7b95bfcb5 (bug 673296) for Linux debug M1 orange
|
2011-10-29 09:52:45 -07:00 |
|
Olli Pettay
|
45e86aeaaf
|
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
|
7e2a78438e
|
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
|
6cb54c944d
|
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
|
d2c52c9c82
|
Bug 673296: Fix EventSource origin handling. r=sicking,smaug
|
2011-10-28 19:52:27 -07:00 |
|
Jonas Sicking
|
ac8b04fb20
|
Bug 687400: Kill Node.isSameNode. r=smaug
|
2011-10-28 19:52:27 -07:00 |
|
Ed Morley
|
78fb982b27
|
Merge mozilla-central and mozilla-inbound
|
2011-10-29 02:40:36 +01:00 |
|
Paul O’Shannessy
|
7f0e279cc7
|
Backout 78c921e2b56b (bug 640136) for causing bug 698162
|
2011-10-28 18:11:02 -07:00 |
|