Scott Johnson
a9a990bd2f
Bug 666446, followup - Make frameCreated and frameDestroyed methods in nsIImageLoadingContent inaccessible to script. [r=dholbert]
2011-10-03 16:35:02 -07:00
Scott Johnson
48e6539470
Bug 666446, Part 4/18 - Implement refresh driver based animations in nsImageLoadingContent to improve efficiency of animated GIF images. [r=roc][sr=mats]
2011-10-03 13:39:05 -07:00
Boris Zbarsky
e89f458efd
Bug 691215. Fix stupid logic error in the XML prettyprinter that can cause a null-dereference crash. r=sicking
2011-10-03 15:13:33 -04:00
Justin Lebar
652fba721e
Bug 686345 - Don't subtract from our count of canvas's memory if we never added to the count. r=jmuizelaar
2011-10-03 12:35:32 -04:00
Marco Bonardo
f1d5a7f4c3
Merge mozilla-central to mozilla-inbound
2011-10-03 17:13:54 +02:00
Benoit Jacob
508f0d51de
Bug 522193 - WebGL calls are slow because of memory allocation churning - r=roc
...
WebGL objects keep an array of refptrs of other WebGL objects owning references to them. In practical cases, the size of this array can oscillate between 0 and 2 at high frequency. nsTArray throws away its whole storage (mHdr) when its size hits 0. This patch makes us use a nsAutoTArray with a pre-allocated size of 2 or 8 depending on WebGL object types.
2011-10-03 08:41:56 -04:00
Ms2ger
05ba7f345f
Bug 688544 - Make nsFrameLoader::mOwnerContent an Element*; r=smaug
2011-10-01 19:14:35 +02:00
Ms2ger
cc09584cbb
Bug 688531 - Remove NameList; r=jst
2011-10-01 18:14:40 +02:00
Ms2ger
5416bcbd03
Bug 616672 - Warn on access of LSProgressEvent.position, LSProgressEvent.totalSize; r=smaug
2011-10-01 18:14:40 +02:00
Ms2ger
3225e81aff
Bug 687318 - Allow createProcessingInstruction in HTML; r=smaug
2011-10-01 18:14:40 +02:00
Ms2ger
a2a1344384
Bug 687426 - Remove Document.xmlEncoding; r=sicking
2011-10-01 18:14:40 +02:00
Ms2ger
2e0aea2fba
Bug 680694 - Remove TableRowsCollection::Init; r=sicking
2011-10-01 18:14:39 +02:00
Ms2ger
f99f6d4cdf
Bug 688468 - Fix up nsIFrameMessageManager::sendAsyncMessage/nsISyncMessageSender::sendSyncMessage IDL signature; r=bz
2011-10-01 18:14:36 +02:00
Ms2ger
21a5651912
No bug - Remove CRs from nsDocument.cpp
2011-10-01 18:13:04 +02:00
Matheus Kerschbaum
46cd4d655a
Bug 683482 - Remove replaceWholeText() r=sicking
2011-10-01 18:12:30 +02:00
Atul Aggarwal
68c6dc4c1f
Bug 673820 - Rewriting StringToInteger function to match behavior of Rules for parsing Integers specified in spec. r=jonas f=mounir,Ms2ger,dbaron
2011-10-01 19:30:27 +05:30
Doug Sherk
6d669bd3c0
Bug 684853: implement OES_standard_derivatives
...
Implemented OES_standard_derivatives and fallbacks if it isn't available. Exposes dFdx, dFdy, and fwidth functions to WebGL scripts.
2011-10-01 00:45:50 -04:00
Josh Aas
e4a4cfce64
Bug 690834: Replace PR_TRUE and PR_FALSE with true and false in in plugin code outside of dom/plugins. r=roc
2011-10-01 11:43:07 -04:00
Jonathan Watt
387f4610a3
Bug 690486 - Kill nsISVGValue, nsSVGValue, nsISVGValueObserver, nsISVGValueUtils and nsSVGStringProxyValue. r=longsonr.
2011-09-30 10:25:34 +01:00
Robert Longson
b58e09e78f
Bug 689546 - Simplify attribute updates to svg elements. r=jwatt
2011-09-30 09:25:01 +01:00
Matthew Gregan
8f6aeecfc2
Bug 690603 - Remove PR_TRUE/PR_FALSE from media code. r=doublec
2011-09-30 12:34:37 +13:00
Ehsan Akhgari
5e4dbdfba3
Backout changeset 32e9422afd8d (bug 687265) explicitly from mozilla-central
2011-09-29 20:29:11 -04:00
Ehsan Akhgari
461fab9117
Bug 10209 - Part 2: Implement the absolute positioning support for all frames; r=roc
2011-04-29 19:02:33 -04:00
Mark Finkle
8bb33dc7e1
Bug 687265 - Front-end support for flash on Android Fennec [r=mbrubeck r=blassey]
...
--HG--
extra : rebase_source : 39d5bb6c6d4d3165dcb10bded80a2aa9da7cb98e
2011-09-29 10:44:03 -04:00
Robert Longson
8b2778952e
Bug 630657 - masks should respect color-interpolation. r=jwatt
...
--HG--
extra : rebase_source : d8ec90b0a18444be4890dbe127a1e0e7d70f9ede
2011-09-29 15:03:21 +01:00
Kyle Huey
11a44062fa
Merge backout.
2011-09-29 15:19:28 -04:00
Kyle Huey
cff8ea3636
Back out the code changes from Bug 687332 until we figure out a compat story.
2011-09-29 15:18:58 -04:00
Kyle Huey
bb038e3359
Bug 687332: Fix up update tests.
2011-09-29 12:06:36 -04:00
Kyle Huey
c9eb9b4cd7
Bug 687332: Fix an opt-only linking error by including the header that has the body of the inline function in question.
2011-09-29 12:06:36 -04:00
Kyle Huey
449047ac82
Bug 687332: Move inline event listeners on EventSource to the event listener manager. r=smaug
2011-09-29 12:06:35 -04:00
Kyle Huey
6555135ee6
Bug 687332: Move inline event listeners on XHR to the event listener manager. r=smaug
2011-09-29 12:06:35 -04:00
Kyle Huey
e19cb7eb57
Bug 687332: Move inline event listeners on FileReader to the event listener manager. r=smaug
2011-09-29 12:06:35 -04:00
Kyle Huey
99f348a3f5
Bug 686941: Make nsIDocument::mCachedRootElement a weak pointer. r=smaug
2011-09-29 12:06:35 -04:00
Kyle Huey
0ba68de373
Bug 657994: Factor out common bits of FileReader. r=smaug
2011-09-29 12:06:35 -04:00
Benoit Jacob
c332263356
Bug 684882 - on Macs with Intel GPUs, limit cube map size to 512 - r=jrmuizel
2011-09-29 10:13:49 -04:00
Benoit Jacob
085fec0117
Bug 684882 - back out db67bdba5ca8
2011-09-29 10:13:49 -04:00
Benoit Jacob
428af685fc
Bug 684882 - back out b4fd4fd0dc3f
2011-09-29 10:13:49 -04:00
Michael Wu
d2b70213ac
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
Benoit Jacob
c18592723f
Bug 630728 - Intermittent test_webgl_conformance_test_suite.html | Test expected to fail, but passed: conformance/texture-npot.html; r=ehsan
2011-09-29 00:06:03 -04:00
Adam Dane [:hobophobe]
2c59e05b59
bug 591249 - event dragleave not properly dispatched if drag-and-drop aborted with ESC within iframe. r=smaug
2011-09-26 15:55:04 -05:00
Boris Zbarsky
cfd7013695
Bug 689564. Only forward event attributes on body/frameset to the window if we also forward the corresponding on* property. r=smaug
2011-09-28 11:54:50 -04:00
Matthew Gregan
203738f570
Bug 689432 - Disambiguate use of "samples" by introducing "frames" in a number of places. r=doublec
2011-09-27 16:31:18 +13:00
Daniel Holbert
915be085e7
Bug 689204: Remove unused variable 'readDisplay' from nsHTMLTableElement.cpp. r=bernd
2011-09-27 13:22:47 -07:00
Jonas Sicking
46d7b33413
Bug 687400 - Adds a warning about isSameNode going to be removed. r=smaug
2011-09-27 12:07:11 +02:00
Ms2ger
cca1fce1f9
Bug 688190 part b: Add various warnings. r=bz
2011-09-27 12:19:02 +02:00
Mounir Lamouri
e743505ab6
Backout last two commits because of ownership issue.
2011-09-27 12:18:02 +02:00
Jonas Sicking
572eb25937
Bug 687400 - Adds a warning about isSameNode going to be removed. r=smaug
2011-09-27 12:07:11 +02:00
Mounir Lamouri
7e3f3d1424
Bug 688190 part b: Add various warnings. r=bz
2011-09-27 11:40:28 +02:00
Ms2ger
244eb9ee31
Bug 688190 part a: Allow using nsIDocument::WarnOnceAbout for more cases. r=bz
2011-09-27 10:18:25 +02:00
Dão Gottwald
2d34c7d178
merge backout
2011-09-27 10:53:28 +02:00