Daniel Holbert
|
dae760be62
|
Bug 615423: Add null-check to SVGDocumentWrapper::StartAnimation, to fix shutdown crash. r=roc a=blocking-final
|
2010-12-20 10:44:05 -08:00 |
|
Mihai Sucan
|
6af7fd5fc9
|
Bug 603706 - Need a way to track the originating window for all nsIConsoleMessages; r=joe,bzbarsky, a=blocking2.0
|
2010-12-20 12:21:59 -04:00 |
|
Daniel Holbert
|
f7c70c8531
|
Bug 272288 Patch 3: Evaluate whether we should start animating, when SVG-as-image document finishes loading. r=roc a=roc
|
2010-12-19 16:45:29 -08:00 |
|
Daniel Holbert
|
ebf2a2f077
|
Bug 272288 Patch 2: Store override preserveAspectRatio values in property table on image document's root node, when painting <svg> image element. r=roc a=roc
--HG--
rename : layout/reftests/svg/image/blueRect10x10.svg => layout/reftests/svg/image/blueRect10x10-viewBox.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-01.svg => layout/reftests/svg/image/image-preserveAspectRatio-01-raster.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-01.svg => layout/reftests/svg/image/image-preserveAspectRatio-01-svg.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02.svg => layout/reftests/svg/image/image-preserveAspectRatio-02-raster.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02.svg => layout/reftests/svg/image/image-preserveAspectRatio-02-svg.svg
|
2010-12-19 16:45:29 -08:00 |
|
Mats Palmgren
|
a1431d3f47
|
Bug 610601 - re-use the frame only if there is image data. r+a=joe
|
2010-12-08 03:20:52 +01:00 |
|
Daniel Holbert
|
e8adc001f2
|
Bug 614392 patch 2: Update concrete imgIContainer::GetType() implementations with NS_IMETHOD_(). r=joe sr=bz a=blocking-beta9+
|
2010-12-07 10:40:28 -08:00 |
|
Daniel Holbert
|
0ade119807
|
Bug 614392: Use [noscript, notxpcom] instead of "%{C++" for convenience method imgIContainer::GetType. r=joe sr=bz a=blocking-beta9+
|
2010-12-07 10:38:21 -08:00 |
|
Emmanuel Gil Peyrot
|
201fbb3800
|
Bug 606990 - Remove CAIRO_HAS_DDRAW_SURFACE/CAIRO_DDRAW_USE_GL dead code. r=vlad,jmuizelaar a=bsmedberg
|
2010-11-24 11:11:45 +01:00 |
|
Joe Drew
|
ddfb4ec44c
|
Bug 528946 - Move the iframe below the script in test_bug497665.html so we don't get checkFirst is not defined when the iframe's onload races parsing the script, a=test
|
2009-11-19 13:46:00 -08:00 |
|
Alon Zakai
|
e25f68a8cf
|
Bug 609752 - Remove mChannel from nsProgressNotificationProxy. r=dougt,jduell a=blocking-fennec
|
2010-11-21 11:21:57 -08:00 |
|
Daniel Holbert
|
6f00bf9e8b
|
Bug 612662 patch 4: Prevent reentrant calls to VectorImage::Draw, and prevent scrollbars (even unpainted ones) in SVG-as-an-image helper documents. r=roc a=blocking-final+
|
2010-11-19 08:56:06 -08:00 |
|
Daniel Holbert
|
7d7735705e
|
Bug 611797 part 2: Shift shared code from VectorImage/RasterImage to Image superclass, and add impl for VectorImage::ShouldAnimate. r+a=joe
|
2010-11-17 12:39:23 -08:00 |
|
Daniel Holbert
|
d54a0c55a5
|
Bug 611797 part 1: Expand NS_DECL_IMGICONTAINER in RasterImage & VectorImage. r+a=joe
|
2010-11-17 12:37:08 -08:00 |
|
Daniel Holbert
|
cca5a43b65
|
Bug 610796 followup: Fix non-libxul build issue from main patch, by using a virtual function call to a helper method. (Revert this changeset once we drop support for non-libxul builds). r=roc a=blocking-final+
|
2010-11-16 15:19:21 -08:00 |
|
Daniel Holbert
|
d55cd7386a
|
Bug 610796: In SVG-as-an-image helper-documents, clear rendering observer lists at xpcom shutdown time. r=roc a=blocking-final+
|
2010-11-16 10:35:59 -08:00 |
|
Daniel Holbert
|
c8a54bc253
|
Backed out changeset 5a5ead36d721 (bug 610796) due to non-libxul-build bustage
|
2010-11-16 11:24:04 -08:00 |
|
Daniel Holbert
|
ff2dff48de
|
Bug 610796: In SVG-as-an-image helper-documents, clear rendering observer lists at xpcom shutdown time. r=roc a=blocking-final+
|
2010-11-16 10:35:59 -08:00 |
|
Daniel Holbert
|
3a7978ffc3
|
Bug 610491: Preemptively stop SVG animations in SVG-as-an-image in OnStartRequest. r=roc a=roc
|
2010-11-16 10:35:59 -08:00 |
|
Matt Woodrow
|
0a67be7b51
|
Bug 605057 - Add gfxASurface::GetAsImageSurface to convert generic surfaces into image surfaces without copies (if possible). r=roc a=b
|
2010-11-11 15:31:22 -05:00 |
|
Daniel Holbert
|
e507b06630
|
Bug 610748: Stop SVGDocumentWrapper from trying to unregister as a shutdown observer (and spamming a failure warning) *during* shutdown. r=roc a=roc
|
2010-11-09 21:50:29 -08:00 |
|
Daniel Holbert
|
24d6b4c874
|
Bug 609814: Unregister SVGDocumentWrapper as XPCOM shutdown observer when we're done with it. r=roc a=blocking-final
|
2010-11-08 09:45:18 -08:00 |
|
Mounir Lamouri
|
b6a36b5882
|
Bug 610216 - Fix build bustage when SMIL is disabled. r=dholbert a=bustage
|
2010-11-08 10:59:59 +01:00 |
|
Daniel Holbert
|
0c7a86d62e
|
Bug 606942: Pause SMIL Animation Controller (not just time container), and allow helper-images to suspend, when SVG-as-an-image is paused. r=roc a=blocking-final
|
2010-11-06 12:13:01 -07:00 |
|
Jory A. Pratt
|
ee9165f0b2
|
Bug 591145 - Remove configure checks for encoders. r=khuey a=bsmedberg
|
2010-11-05 18:23:05 +01:00 |
|
Jory A. Pratt
|
221b49a484
|
Bug 591145 - Remove option to not clobber when changing encoder. r=khuey a=bsmedberg
|
2010-11-05 18:22:56 +01:00 |
|
Dão Gottwald
|
6d06140d75
|
correctly remove event listeners in browser_image.js
|
2010-10-21 10:11:52 +02:00 |
|
Dão Gottwald
|
fb4740e982
|
no bug - stop using switchToTabHavingURI in this test
--HG--
extra : rebase_source : 5d008141da6e923c003d00bb7e48cd1d482a483e
|
2010-10-17 21:50:15 +02:00 |
|
Dão Gottwald
|
7b1c733e7a
|
Backed out changeset 6e4cddb22430 in order to fix debug test failures
|
2010-10-17 21:34:08 +02:00 |
|
Dão Gottwald
|
1031ee6288
|
no bug - stop using switchToTabHavingURI in this test
--HG--
extra : rebase_source : a27d931a8067443d8c183a5650025e2d212bc00e
|
2010-10-16 19:48:29 +02:00 |
|
Ehsan Akhgari
|
50b7ea5c7b
|
Bug 604495 - Memory corruption in the GIF decoder destruction; r=joe a=blocking-final+
--HG--
extra : rebase_source : cc0de4cde5c66dd69b446c0e0368a9d0560f40ca
|
2010-10-14 19:53:42 -04:00 |
|
Daniel Holbert
|
3c294d2cc5
|
Bug 589558, patch 1: Implement VectorImage::GetFrame & CopyFrame, using Draw. r=joe a=blocking-betaN+
|
2010-10-12 12:00:30 -07:00 |
|
Alon Zakai
|
59ba7c8aa3
|
Bug 595142 - Animated gif/apng do not animate when used as background. r=bholley,joe a=blocking-final+
|
2010-10-07 11:54:34 -07:00 |
|
Josh Matthews
|
90338b14d0
|
Bug 601557 - Retain requests to avoid early GC.
|
2010-10-04 04:38:42 -04:00 |
|
Daniel Holbert
|
0ab9d147fb
|
Bug 543864 patch 2: Make VectorImage::GetWidth & GetHeight return 0 in case of errors. r=roc a=roc
|
2010-10-06 15:18:52 -07:00 |
|
Julian Seward
|
79013f2e5c
|
Bug 543864 patch 1: Make RasterImage::GetWidth & GetHeight return 0 in case of errors. r=roc a=roc
|
2010-10-06 15:18:52 -07:00 |
|
Daniel Holbert
|
ea89a8f156
|
Bug 601470: Promote GetSourceDataSize & GetDecodedDataSize from RasterImage to Image superclass, and add implementations for VectorImage. r=joe a=joe
--HG--
rename : layout/reftests/svg/image/lime100x100.svg => modules/libpr0n/test/mochitest/lime100x100.svg
|
2010-10-06 08:37:12 -07:00 |
|
Mounir Lamouri
|
cc33a99998
|
Merging to tip. a=blocking-b7
|
2010-09-30 17:10:19 -07:00 |
|
Joel Maher
|
77d017bea1
|
Bug 597056. Firefox browser-chrome tests are ending up in Fennec. ifdef them away for mobile builds. r=mfinkle. a=sayrer
|
2010-09-29 14:21:09 -04:00 |
|
Daniel Holbert
|
b4e3fd237e
|
Bug 599497: Notify the SVG-as-image helper doc's parser of stop request before calling ContinueInterruptedParsing, to keep it from hanging when there's no data left. r=jst a=blocking-beta-7
|
2010-09-25 10:51:37 -07:00 |
|
Tom Brinkman
|
ceef26ba74
|
Bug 576437 - CreateOffscreenSurface should not silently translate ImageFormat24 into ImageFormat16_565. r=joe a=blocking2.0
|
2010-09-16 14:34:53 -07:00 |
|
Siddharth Agarwal
|
cfc0ed2c21
|
Bug 590116. r=joe, sr=vlad, a=blocking-betaN+
|
2010-09-14 21:45:32 +05:30 |
|
Daniel Holbert
|
9280adab71
|
Bug 595401: Make SVGRootRenderingObserver toggle "mInObserverList" if it adds itself as a rendering observer. r=roc a=blocking
--HG--
extra : rebase_source : 9fc516456c13906f843c473d5c04c845cb4cacee
|
2010-09-13 17:06:53 -04:00 |
|
Bobby Holley
|
25302d83c3
|
Bug 514033 - Error recovery for imagelib - part 16 - Eliminate checks for infallible malloc, use infallible malloc when we need it.r=joe,a=blocker
|
2010-09-12 08:22:31 -07:00 |
|
Bobby Holley
|
6fd21749ad
|
Bug 514033 - Error recovery for imagelib - part 15 - Rename Is*Error to Has*Error.r=joe,a=blocker
|
2010-09-12 08:22:31 -07:00 |
|
Bobby Holley
|
d802000b21
|
Bug 514033 - Error recovery for imagelib - part 14 - Log data errors to the console.r=joe,a=blocker
|
2010-09-12 08:22:31 -07:00 |
|
Bobby Holley
|
2def2be9ee
|
Bug 514033 - Error recovery for imagelib - part 13 - Stop checking IsError() in decoder implementations.r=joe,a=blocker
|
2010-09-12 08:22:31 -07:00 |
|
Bobby Holley
|
d9a7098dd2
|
Bug 514033 - Error recovery for imagelib - part 12 - Make Decoder API methods return void.r=joe,a=blocker
|
2010-09-12 08:22:31 -07:00 |
|
Bobby Holley
|
6768bbbda2
|
Bug 514033 - Error recovery for imagelib - part 11 - Move error-case teardown notifications into Decoder::Finish(), and call it unconditionally.r=joe,a=blocker
|
2010-09-12 08:22:30 -07:00 |
|
Bobby Holley
|
93bfdd8baa
|
Bug 514033 - Error recovery for imagelib - part 10 - Make mObserver and friends Decoder-private.r=joe,a=blocker
|
2010-09-12 08:22:30 -07:00 |
|
Bobby Holley
|
4f052631cc
|
Bug 514033 - Error recovery for imagelib - part 9 - Coalesce end-of-decode notifications into superclass.r=joe,a=blocker
|
2010-09-12 08:22:30 -07:00 |
|