Robert O'Callahan
|
3f62f02bdc
|
Bug 846901 - Support prerendering elements with animated transforms that are offscreen but only by a small amount. r=mattwoodrow
|
2013-03-19 09:08:29 -04:00 |
|
Robert O'Callahan
|
b916edc330
|
Bug 846901 - Skip nsDisplayWrapList construction if there's only one item to wrap and it already has the right frame. r=mattwoodrow
|
2013-03-19 09:08:28 -04:00 |
|
Phil Ringnalda
|
5cb9ec3f11
|
Back out 26f0d590a021, d92e88a18263, 5a2d12a34466 (bug 846995) for not building
CLOSED TREE
|
2013-03-19 20:20:38 -07:00 |
|
David Zbarsky
|
d46f71c5a4
|
Bug 846995 Part 3: Rename DOMSVGAnimatedTransformList and kill nsISupports r=jwatt
--HG--
rename : content/svg/content/src/DOMSVGAnimatedTransformList.cpp => content/svg/content/src/SVGAnimatedTransformList.cpp
rename : content/svg/content/src/DOMSVGAnimatedTransformList.h => content/svg/content/src/SVGAnimatedTransformList.h
|
2013-03-19 22:31:44 -04:00 |
|
Boris Zbarsky
|
1708ac5997
|
Bug 852118 followup. Fix the layout debugger to fix bustage
|
2013-03-19 22:20:16 -04:00 |
|
Joe Drew
|
42bcd21d5d
|
Bug 851755 - Make nsImageBoxFrame block its document's onload when its image blocks onload. r=tn
--HG--
extra : rebase_source : e68858154d321796c9490c5c83b96848de733e46
|
2013-03-15 22:53:25 -04:00 |
|
Joe Drew
|
9e2352d65c
|
Bug 852413 - Wait even more for painting to finish before forcing a paint. r=mattwoodrow
--HG--
extra : rebase_source : 8a0513da9cea80677b1d4739fad429044a24255d
|
2013-03-19 21:47:11 -04:00 |
|
Gregory Szorc
|
09e7b06723
|
Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
|
2013-03-19 18:49:07 -07:00 |
|
Boris Zbarsky
|
fe4c14002a
|
Bug 852501 part 18. Make ConstructDocElementFrame return an nsIFrame*. r=dholbert
|
2013-03-19 21:47:53 -04:00 |
|
Boris Zbarsky
|
68a7204730
|
Bug 852501 part 17. Make ConstructRootFrame infallible. r=dholbert
|
2013-03-19 21:47:53 -04:00 |
|
Boris Zbarsky
|
188ec9ec7b
|
Bug 852501 part 16. Make ConstructFrame infallible. r=dholbert
|
2013-03-19 21:47:53 -04:00 |
|
Boris Zbarsky
|
9d703bc62e
|
Bug 852501 part 15. Make ConstructFramesFromItem infallible. r=dholbert
|
2013-03-19 21:47:52 -04:00 |
|
Boris Zbarsky
|
1decef9c67
|
Bug 852501 part 14. Make FrameFullConstructor implementations infallible. r=dholbert
|
2013-03-19 21:47:52 -04:00 |
|
Boris Zbarsky
|
a9523a1b53
|
Bug 852501 part 13. Clean up ConstructSelectFrame a bit to get rid of unreachable codepaths. r=dholbert
|
2013-03-19 21:47:52 -04:00 |
|
Boris Zbarsky
|
1c4d98f411
|
Bug 852501 part 12. Make ConstructBlock infallible. r=dholbert
|
2013-03-19 21:47:52 -04:00 |
|
Boris Zbarsky
|
227592b6e1
|
Bug 852501 part 11. Make FlushAccumulatedBlock infallible. r=dholbert
|
2013-03-19 21:47:51 -04:00 |
|
Boris Zbarsky
|
a28af762c2
|
Bug 852501 part 10. Make ProcessChildren infallible. r=dholbert
|
2013-03-19 21:47:51 -04:00 |
|
Boris Zbarsky
|
2a08252320
|
Bug 852501 part 9. Optimistically make ConstructFramesFromItemList infallible in the hope that this is the only thing that makes other things fallible. r=dholbert
|
2013-03-19 21:47:51 -04:00 |
|
Boris Zbarsky
|
0b0cb0a89d
|
Bug 852501 part 8. Make WrapFramesInFirstLetterFrame infallible. r=dholbert
|
2013-03-19 21:47:50 -04:00 |
|
Boris Zbarsky
|
50b9c6add1
|
Bug 852501 part 7. Make WrapFramesInFirstLineFrame and AppendFirstLineFrames infallible. r=dholbert
|
2013-03-19 21:47:50 -04:00 |
|
Boris Zbarsky
|
689494485a
|
Bug 852501 part 6. Make ConstructTextFrame infallible. r=dholbert
|
2013-03-19 21:47:50 -04:00 |
|
Boris Zbarsky
|
e57a306d31
|
Bug 852501 part 5. Make InitAndRestoreFrame infallible. r=dholbert
|
2013-03-19 21:47:50 -04:00 |
|
Boris Zbarsky
|
ca163976eb
|
Bug 852501 part 4. Make CreateContinuingFrame infallible. r=dholbert
|
2013-03-19 21:47:49 -04:00 |
|
Boris Zbarsky
|
460621132c
|
Bug 852501 part 3. Make some callees of CreateContinuingFrame infallible. r=dholbert
|
2013-03-19 21:47:49 -04:00 |
|
Boris Zbarsky
|
113643ecba
|
Bug 852501 part 2. Make nsFrameConstructorState::AddChild infallible. r=dholbert
|
2013-03-19 21:47:49 -04:00 |
|
Boris Zbarsky
|
cde37d0ea8
|
Bug 852501 part 1. Make CreatePlaceholderFrameFor infallible. r=dholbert
|
2013-03-19 21:47:48 -04:00 |
|
Boris Zbarsky
|
f1589419f5
|
Bug 852428 part 2. Make nsIFrame::Init infallible. r=dholbert
|
2013-03-19 21:47:48 -04:00 |
|
Boris Zbarsky
|
bcb30a2aa5
|
Bug 852428 part 1. Make CreateViewForFrame infallible. r=dholbert
|
2013-03-19 21:47:47 -04:00 |
|
Boris Zbarsky
|
3ae155561c
|
Bug 852408. Don't reframe the parent if a frame whose next sibling is a table pseudo is removed, unless its prev sibling is also a table pseudo. r=dholbert
|
2013-03-19 21:47:47 -04:00 |
|
Matthew Gregan
|
c7c49a4e9a
|
Bug 852401 - Remove sydneyaudio. r=doublec
--HG--
rename : media/libsydneyaudio/src/gonk/AudioSystem.h => dom/system/gonk/android_audio/AudioSystem.h
rename : media/libsydneyaudio/src/gonk/AudioTrack.h => dom/system/gonk/android_audio/AudioTrack.h
rename : media/libsydneyaudio/src/gonk/EffectApi.h => dom/system/gonk/android_audio/EffectApi.h
rename : media/libsydneyaudio/src/gonk/IAudioFlinger.h => dom/system/gonk/android_audio/IAudioFlinger.h
rename : media/libsydneyaudio/src/gonk/IAudioFlingerClient.h => dom/system/gonk/android_audio/IAudioFlingerClient.h
rename : media/libsydneyaudio/src/gonk/IAudioRecord.h => dom/system/gonk/android_audio/IAudioRecord.h
rename : media/libsydneyaudio/src/gonk/IAudioTrack.h => dom/system/gonk/android_audio/IAudioTrack.h
rename : media/libsydneyaudio/src/gonk/IEffect.h => dom/system/gonk/android_audio/IEffect.h
rename : media/libsydneyaudio/src/gonk/IEffectClient.h => dom/system/gonk/android_audio/IEffectClient.h
|
2013-03-19 17:12:36 +13:00 |
|
Mike Shal
|
9680b82df6
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Ryan VanderMeulen
|
1cfe288152
|
Backed out changeset 2b2de9cc2f59 (bug 849438) for B2G mochitest failures.
|
2013-03-19 16:44:14 -04:00 |
|
Joe Drew
|
646f9c9334
|
Bug 852413 - Make test_image_layers.html wait for its image to load. r=mattwoodrow
--HG--
extra : rebase_source : 8be901e5932e8779bfcc4077de0108fd36acc6ec
|
2013-03-19 16:01:30 -04:00 |
|
Alexander J. Vincent
|
23f2bdd40a
|
Bug 851834 - Remove nsISupportsArray from layout/xul/tree. r=Neil
|
2013-03-19 08:46:20 -07:00 |
|
Mounir Lamouri
|
cdeb0510c2
|
Bug 849438 - Searches in ListControlFrames should ignore . r=bz
|
2013-03-19 18:24:35 +00:00 |
|
Trevor Saunders
|
8b11739fc1
|
bug 852379 - remove unecessary nsHashtable.h includes r=Ms2ger
|
2013-03-18 21:18:26 -04:00 |
|
Scott Johnson
|
c468cd5714
|
Bug 600100, Part 3: Followup patch to maximize efficiency of changes in 2ed966e4. [r=mats]
|
2013-03-19 12:36:05 -05:00 |
|
Jon Coppeard
|
b752526987
|
Bug 849273 - Investigate splitting the js and JS namespaces r=terrence
--HG--
extra : rebase_source : 2b131d0177f02e5f0e89398545481fcacbfde00f
|
2013-03-19 10:35:41 +00:00 |
|
Scott Johnson
|
dd2a4b5ec2
|
Bug 600100, Part 1: Return a status of NS_FRAME_NOT_COMPLETE during reflow of nsBlockFrame if we have a next continuation with pushed floats to prevent crashing in columns. [r=dbaron]
|
2013-03-19 09:05:05 -05:00 |
|
Scott Johnson
|
ed9f2147f2
|
Backed out changeset 3b18c328b316 (bug 600100) to fix commit message DONTBUILD.
|
2013-03-19 09:43:27 -05:00 |
|
Scott Johnson
|
17da576025
|
Bug 600100, Part 1: Return a status of NS_FRAME_NOT_COMPLETE during reflow of nsBlockFrame if we have a next continuation with pushed floats to prevent crashing in columns.
|
2013-03-19 09:05:05 -05:00 |
|
Ed Morley
|
64d5e46eeb
|
Backed out changeset 00280175733e (bug 846901) for crashes; CLOSED TREE
|
2013-03-19 14:15:55 +00:00 |
|
Ed Morley
|
3be8543796
|
Backed out changeset e8ffcf4b8e22 (bug 846901)
|
2013-03-19 14:15:07 +00:00 |
|
Robert O'Callahan
|
e0e3473650
|
Bug 846901 - Support prerendering elements with animated transforms that are offscreen but only by a small amount. r=mattwoodrow
|
2013-03-19 09:08:29 -04:00 |
|
Robert O'Callahan
|
eb45e73abf
|
Bug 846901 - Skip nsDisplayWrapList construction if there's only one item to wrap and it already has the right frame. r=mattwoodrow
|
2013-03-19 09:08:28 -04:00 |
|
Andrea Marchesini
|
fef387cf3e
|
Bug 841493 - Rename nsHTMLVideoElement to HTMLVideoElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLVideoElement.h => content/html/content/public/HTMLVideoElement.h
rename : content/html/content/src/nsHTMLVideoElement.cpp => content/html/content/src/HTMLVideoElement.cpp
|
2013-03-19 13:27:35 +01:00 |
|
Andrea Marchesini
|
8c4773bbdb
|
Bug 841493 - Rename nsHTMLMediaElement to HTMLMediaElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLMediaElement.h => content/html/content/public/HTMLMediaElement.h
rename : content/html/content/src/nsHTMLMediaElement.cpp => content/html/content/src/HTMLMediaElement.cpp
|
2013-03-19 13:23:54 +01:00 |
|
Bobby Holley
|
1f9cf836e2
|
Bug 848939 - De-field marquee. r=jaws
|
2013-03-18 20:32:02 -07:00 |
|
Jim Mathies
|
655b7a8177
|
Bug 851271 - Follow up for scale3d-all.html and scale3d-all-separate.html, reorder annotation rules. r=mbrubeck
|
2013-03-18 14:14:41 -05:00 |
|
Jim Mathies
|
b883ad12f8
|
Bug 850457 - Fix for reftest 759036-1.html Win8 failure. r=mbrubeck
|
2013-03-18 14:14:41 -05:00 |
|