Matt Brubeck
|
3aa150e837
|
Back out 88733ce1bef3 (bug 718440) because of Windows build failure
|
2012-01-17 15:15:47 -08:00 |
Jeff Muizelaar
|
e18b95dabf
|
Bug 718440. Add more sampler labels to various places. r=bgirard
This shows the problems described in bug 710068.
|
2012-01-17 15:33:04 -05:00 |
Ehsan Akhgari
|
efb9965ff2
|
Bug 171237 - Part 2: Correct the calls to ScrollIntoView which were not updated as part of bug 605138; r=roc
|
2012-01-11 20:19:19 -05:00 |
Ehsan Akhgari
|
1ea713b5e0
|
Bug 171237 - Center the search results instead of scrolling only enough to show them in order to provide more visual context; r=roc
|
2012-01-11 20:18:23 -05:00 |
Boris Zbarsky
|
c355d3a9b5
|
Bug 716793. Dispatch synthetic mousemove off the refresh driver, not as fast as we can. r=roc
We use Flush_Display here because mousemoves flush out layout, so we want to do the synthetic one after we've done our normal layout flushing
|
2012-01-10 00:23:29 -05:00 |
Daniel Holbert
|
bedaa1ea65
|
Bug 716699: Mark some SMIL and SVG-related directories as gcc-warning-free. r=jwatt
|
2012-01-11 00:32:38 -08:00 |
Boris Zbarsky
|
47e571dfac
|
Bug 716226. When using insertRule on a keyframes rule, set up the child keyframe rule correctly. r=dbaron
|
2012-01-11 14:36:43 -05:00 |
Nathan Froyd
|
f7430a46dd
|
Bug 709971 - HTML reflow telemetry; r=bz
|
2012-01-10 15:08:43 -05:00 |
Josh Matthews
|
c1fdf87b38
|
Bug 454790 - Allow programmatic selection of -moz-user-select: none frames. r=roc
|
2012-01-12 15:59:19 -05:00 |
Robert O'Callahan
|
ce912f36a9
|
Bug 713532. Mark passing test.
|
2012-01-12 00:26:33 +13:00 |
Robert O'Callahan
|
d884f2e2d2
|
Bug 713523. Part 2: Add SimplifyOutward for mVisibleAboveRegion and mDrawAboveRegion to avoid performance sinkholes when many layers are above a single ThebesLayer. r=tn
|
2012-01-12 00:26:33 +13:00 |
Robert O'Callahan
|
cf0b3548af
|
Bug 713532. Part 1: Suppress subpixel antialising in retained layers with an ancestor which has a non-integer-translation transform. r=tn
|
2012-01-12 00:26:33 +13:00 |
Josh Matthews
|
0155326158
|
Bug 717512 - Use focusedWindow instead of activeWindow when requesting focus for needs-focus tests. r=ehsan
|
2012-01-12 14:49:52 -05:00 |
Simon Montagu
|
a05832e834
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
Simon Montagu
|
17779ae1a0
|
Tests for bug 536557, r=dbaron
|
2012-01-12 19:52:17 +02:00 |
Ed Morley
|
afde8417a5
|
Backout 6605cc311ec5 & 9217303c2e5c (bug 536557) for M4 orange
|
2012-01-12 15:33:00 +00:00 |
Simon Montagu
|
ad89de3591
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 16:29:20 +02:00 |
Simon Montagu
|
6285970ced
|
Tests for bug 536557, r=dbaron
|
2012-01-12 16:29:17 +02:00 |
Mats Palmgren
|
5f8b3202bd
|
Bug 702184 - Wallpaper a frequent orange. r=ehsan
|
2012-01-04 15:32:47 +01:00 |
David Zbarsky
|
e38d101da0
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
Boris Zbarsky
|
fbbb4a9c45
|
Bug 598482 part 23. Set a backup timer to update plugin geometry if we don't manage to do any painting or layout flushes for a while. r=roc
|
2011-12-23 22:52:26 -05:00 |
Markus Stange
|
14e0a88d26
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
Markus Stange
|
1cd8b9cc19
|
Bug 598482 part 19 - Remove unused aViewManager argument. r=roc
|
2011-12-23 22:52:24 -05:00 |
Markus Stange
|
d35d9d0bb5
|
Bug 598482 part 17 - Don't unnecessarily invalidate everything when showing a list box popup. r=roc
|
2011-12-23 22:52:24 -05:00 |
Boris Zbarsky
|
5bdbbbc47c
|
Bug 598482 part 16. When flushing layout, also flush out widget geometry changes. r=roc
|
2011-12-23 22:52:23 -05:00 |
Markus Stange
|
81d739b868
|
Bug 598482 part 15 - Rename view update batches to refresh disable batches and only use them in the two places that can enter reflow (where synchronous painting is permitted). r=roc
|
2011-12-23 22:52:23 -05:00 |
Markus Stange
|
837db98189
|
Bug 598482 part 11 - Set up a connection between the view manager and the refresh driver. r=roc
|
2011-12-23 22:52:22 -05:00 |
Markus Stange
|
5d6bf29b6f
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
Markus Stange
|
40e50b090a
|
Bug 598482 part 2 - Remove synchronous painting APIs from nsIViewManager. r=roc
|
2011-12-23 22:52:21 -05:00 |
Markus Stange
|
4aec0df173
|
Bug 598482 part 1 - Never force synchronous plugin geometry updates because it forces paints at bad times. r=roc
|
2011-12-23 22:52:20 -05:00 |
Boris Zbarsky
|
6254508462
|
Bug 598482 part 0. Change a few more tests to not depend on pointer positions, since we don't control those.
|
2012-01-14 22:57:03 -05:00 |
Jonathan Kew
|
c67b3f82e3
|
bug 715471 - use fallible allocation for potentially large buffers in nsTextFrameThebes.cpp. r=roc
|
2012-01-14 22:19:51 +00:00 |
Robert Longson
|
395c56f0df
|
Bug 717870 - whitespace compression setting need to be recalculated when text is added. r=dholbert
|
2012-01-14 10:07:26 +00:00 |
Mounir Lamouri
|
7d104eee5a
|
Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking
|
2012-01-16 13:23:28 +01:00 |
Robert Longson
|
d9fe7b521c
|
Bug 676178 - Scale stroke dashes to text size properly. r=jwatt
|
2012-01-16 15:36:25 +00:00 |
Robert Longson
|
e63406b571
|
Bug 718266 - Simplify dasharray code. r=jwatt
|
2012-01-16 09:19:24 +00:00 |
Mounir Lamouri
|
de42946157
|
Bug 674725 - Part W - Implement SmsRequestManager. r=smaug
|
2011-12-20 13:07:16 +01:00 |
Mounir Lamouri
|
2473a11f86
|
Bug 674725 - Part Q - Implement SmsDatabaseService. r=smaug sr=cjones
--HG--
rename : dom/sms/src/SmsServiceFactory.cpp => dom/sms/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServiceFactory.h => dom/sms/src/SmsServicesFactory.h
|
2012-01-10 20:19:56 +01:00 |
Boris Zbarsky
|
440c1ec829
|
Back out rev 2a35bcdd7c1e (bug 716793) to fix orange tests
|
2012-01-10 02:00:17 -05:00 |
Boris Zbarsky
|
e186d46fd6
|
Bug 716793. Dispatch synthetic mousemove off the refresh driver, not as fast as we can. r=roc
We use Flush_Display here because mousemoves flush out layout, so we want to do the synthetic one after we've done our normal layout flushing
|
2012-01-10 00:23:29 -05:00 |
Ben Turner
|
3d0d81a58e
|
Bug 714459 - 'Rename RadioManager / nsIRadioWorker'. r=mrbkap.
--HG--
rename : dom/system/b2g/RadioManager.cpp => dom/system/b2g/SystemWorkerManager.cpp
rename : dom/system/b2g/RadioManager.h => dom/system/b2g/SystemWorkerManager.h
rename : dom/system/b2g/nsIRadioWorker.idl => dom/system/b2g/nsIWorkerHolder.idl
extra : transplant_source : 2%ED%03%8F%C0%98%06%25%8EnIb%8BI%B0O%EB%BF%E0%A2
|
2012-01-09 15:18:23 -08:00 |
Scott Johnson
|
94736220a5
|
Bug 715203 - Fix ua.css to include moz-column-fill as inherited property for scrolled content. [r=bz]
|
2012-01-09 16:15:10 -06:00 |
Jeff Muizelaar
|
c615c481e4
|
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
|
2011-11-25 16:38:14 -08:00 |
Jeff Muizelaar
|
88f281dfd2
|
Bug 580786. Add support for fuzzy reftest matching. r=dbaron
This will let us convert a bunch of random-if() to fuzzy-if()
|
2011-12-19 09:02:53 -05:00 |
Jeff Muizelaar
|
4838fed3dc
|
Bug 580786. Require gWindowUtils. r=dbaron
We should have DOMWindowUtils everywhere and
this cleans up the code.
|
2011-12-19 09:02:47 -05:00 |
Matt Brubeck
|
4b1bdf5b96
|
Back out efd165428f08 to 4a79fefefa28 (bug 580786, bug 716639, bug 692879, bug 717921) because of reftest error
|
2012-01-17 10:08:38 -08:00 |
Jeff Muizelaar
|
b22e63a08c
|
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
|
2011-11-25 16:38:14 -08:00 |
Jeff Muizelaar
|
d6461a440d
|
Bug 580786. Add support for fuzzy reftest matching. r=dbaron
This will let us convert a bunch of random-if() to fuzzy-if()
|
2011-12-19 09:02:53 -05:00 |
Jeff Muizelaar
|
5241915576
|
Bug 580786. Require gWindowUtils. r=dbaron
We should have DOMWindowUtils everywhere and
this cleans up the code.
|
2011-12-19 09:02:47 -05:00 |
Jeff Muizelaar
|
96eb2cc765
|
Bug 692879. Adjust reftests so that we pass with azure-quartz. r=mwoodrow
--HG--
extra : rebase_source : 0c98aac4ccd18a4c391446d70721e00cc39d4266
|
2011-11-25 16:38:14 -08:00 |
Jeff Muizelaar
|
6d5c14d658
|
Bug 580786. Add support for fuzzy reftest matching. r=dbaron
This will let us convert a bunch of random-if() to fuzzy-if()
--HG--
extra : rebase_source : 270b24bd17fa4dc3e019ee51c637ac65499e9a50
|
2011-12-19 09:02:53 -05:00 |
Jeff Muizelaar
|
6d375e1ea7
|
Bug 580786. Require gWindowUtils. r=dbaron
We should have DOMWindowUtils everywhere and
this cleans up the code.
--HG--
extra : rebase_source : 62382779b6a5050b4b5f301c896e68a0ccabd026
|
2011-12-19 09:02:47 -05:00 |
Jignesh Kakadiya
|
ff0a28720e
|
Bug 704430 - Remove nsLayoutUtils::GetFrameFor. r=Ms2ger sr=roc
|
2012-01-09 10:56:04 +01:00 |
Bernd
|
b031938d0e
|
bug 711864 - dEndY is already in the rowgroup r=mats
|
2012-01-09 07:37:16 +01:00 |
Robert Longson
|
221c6ca158
|
Bug 619967 - Resolve percentage filter primitive attributes correctly. r=roc
|
2012-01-09 13:18:53 +11:00 |
Cameron McCormack
|
c5bcd20038
|
Bug 619967 - Test that percentage filter primitive attributes are resolved correctly. r=longsonr
|
2012-01-09 13:18:53 +11:00 |
Patrick Walton
|
a795116db3
|
Bug 708746 - Part 1: Add an observer that allows us to determine when a new page is shown. r=bz
|
2012-01-06 16:42:42 -08:00 |
Olli Pettay
|
6623e31896
|
Bug 714162 - Don't traverse certainly alive selections, additional patch, r=mccr8
|
2012-01-06 21:08:08 +02:00 |
Kyle Huey
|
d382eb7335
|
Bug 714752: Make imgIContainerObserver::FrameChanged take an imgIRequest*. r=joe sr=roc
|
2012-01-06 07:32:38 -05:00 |
Marco Bonardo
|
4b562bb0b7
|
Merge last green PGO from mozilla-inbound to mozilla-central
|
2012-01-06 13:22:51 +01:00 |
Neil Rashbrook
|
28fd3b25ad
|
Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc
|
2012-01-05 21:33:41 +00:00 |
Jonathan Kew
|
abbb68b23f
|
bug 711690 - don't warn about unsupported font formats if a different source successfully loads. r=jdaggett
|
2012-01-05 10:14:11 +00:00 |
Jonathan Kew
|
7fa4a40b82
|
bug 703100 - pt 7 - fix fragile reftests that depend on metrics of fallback fonts used for invisible chars. r=roc
|
2012-01-05 11:54:46 +00:00 |
Jonathan Kew
|
b88fc83e4d
|
bug 703100 - pt 6 - remove pango-specific todo()s in test_backspace_delete, now that it passes on all platforms. r=roc
|
2012-01-05 11:54:45 +00:00 |
Jonathan Kew
|
dbd498b32b
|
bug 703100 - pt 5 - optimize allocation of gfxTextRun objects to avoid separate allocation for CompressedGlyph records. r=roc
|
2012-01-05 11:54:45 +00:00 |
Bas Schouten
|
449c3de64e
|
Bug 711063 - Part 8: Adjust SVG code for Azure-Thebes wrapper. r=roc
|
2012-01-05 08:17:52 +01:00 |
Bas Schouten
|
eac3fe19e3
|
Bug 711063 - Part 7: Adjust Border rendering code for Azure-Thebes wrapper. r=roc
|
2012-01-05 08:17:52 +01:00 |
Jonathan Hage
|
b934e9d989
|
munder, mover, munderover: reftests for the align attribute (bug 557476). r=karlt
--HG--
extra : rebase_source : d442b9a2d0a1f5e6a09bb4578442608b6f0ded75
|
2012-01-05 12:04:15 +13:00 |
Frédéric Wang
|
ec70dcfbda
|
munder, mover, munderover: add support for the align attribute (bug 557476). r=karlt
--HG--
extra : rebase_source : 84702b0b078b0c85b10f9a168fbf64c1210a80ce
|
2012-01-05 11:20:39 +13:00 |
Jonathan Kew
|
3ef19fe4f9
|
bug 703100 - pt 3 - remove copy of original characters from gfxTextRun. r=roc
|
2011-12-06 12:39:19 +00:00 |
Jonathan Kew
|
fae89f9ba9
|
bug 703100 - pt 1 - eliminate gfxTextRunWordCache and gfxTextRunCache. r=roc
|
2011-12-06 12:39:18 +00:00 |
Jeff Muizelaar
|
20bde1d4f3
|
Bug 715232. Add some more MOZ_FINAL. r=joe
--HG--
extra : rebase_source : 1d4bf4c624dbbfd77b3a80f88478a87fa5df9506
|
2012-01-03 13:38:10 -05:00 |
Santiago Gimeno
|
5c749b2022
|
Bug 710292 - Add a common HTMLSplitOnSpacesTokenizer tokenizer. r=khuey
|
2012-01-04 05:08:00 -05:00 |
Nathan Froyd
|
ac04893f6b
|
Bug 712299 - don't require manual syncing of font data; r=bz
|
2011-12-20 11:49:16 -05:00 |
Ehsan Akhgari
|
99cd18c250
|
Bug 691118 - Frames inserted into the frame manager should only be overflow containers, not true overflow containers; r=roc
|
2012-01-03 19:44:07 -05:00 |
Matt Woodrow
|
9f58ec2444
|
Bug 704469 - Use style context parent instead of frame parent when looking up perspective for 3d transforms. r=roc
|
2012-01-04 13:38:57 +13:00 |
L. David Baron
|
df40c46fa8
|
Weaken the quirks mode inline box model zeroing-of-containers when those containers have children that are vertical-align: top or bottom, so that it's a little more like when they have children with other values of vertical-align (except that it's an approximation). (Bug 714519) r=roc
--HG--
extra : transplant_source : %1B%A2%1A%2Cb%7BcS%C9%5Et%F8%F16%E3%1A%12%D67%15
|
2012-01-01 17:35:12 -05:00 |
Robert Longson
|
e930085622
|
Backout bug 620274 to fix crash i.e. bug 667324.
|
2012-01-01 15:47:27 +00:00 |
Robert Longson
|
7637869e5b
|
Bug 652050 - mark tests as passing on Android after bug 607854 landed.
|
2011-12-31 11:15:46 +00:00 |
Robert Longson
|
6dd534bbe4
|
Bug 607854 - implement SVGTests interface. r=jwatt
|
2011-12-31 09:44:03 +00:00 |
Patrick Walton
|
c57479bcc5
|
Backed out bug 709492 due to breakage with external urls. r=backout
|
2011-12-30 18:47:06 -05:00 |
Ehsan Akhgari
|
f54300e2e6
|
Test case for bug 690164; r=roc
|
2011-12-30 17:25:10 -05:00 |
Ehsan Akhgari
|
7a0e3091f1
|
Bug 713856 - Dynamic change of DOM in lists before block element creates blank line; r=roc
|
2011-12-30 17:22:47 -05:00 |
Bobby Holley
|
9adc1c9d8a
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
Bobby Holley
|
8a890a3676
|
Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz
|
2011-12-30 09:35:38 -08:00 |
Daniel Holbert
|
5e53978372
|
Bug 695677: Add <use> element to svg-image-script-2.svg, to force its resources file to load before onload fires. r=longsonr
|
2011-12-30 05:03:08 -08:00 |
Ms2ger
|
941318dcd7
|
Merge m-c to m-i.
|
2011-12-30 12:17:22 +01:00 |
Olli Pettay
|
a287345bde
|
Bug 714162 - Don't traverse certainly alive selections, r=mccr8
|
2011-12-30 12:47:23 +02:00 |
Nicholas Nethercote
|
6c18b646e6
|
Bug 711895 - Tweak the warning options used for GCC builds. r=waldo, derf.
--HG--
extra : rebase_source : bbe982c5feceac25fb4c0ccd03ced3a874205c38
|
2011-12-28 19:59:19 -08:00 |
Jonathan Kew
|
88521ef7b5
|
bug 696585 - support pref(...) annotations in reftest manifest. r=dbaron
|
2011-12-29 00:24:48 +00:00 |
Matt Brubeck
|
dc2f219dc0
|
Merge mozilla-central and mozilla-inbound
|
2011-12-28 11:17:19 -08:00 |
Matt Brubeck
|
3a1af194be
|
Merge from mozilla-inbound to mozilla-central
|
2011-12-28 11:02:59 -08:00 |
Nicholas Nethercote
|
01617bd3af
|
Bug 708159 - Avoid unnecessary work done by multi-reporters in nsMemoryReporterManager::GetExplicit. r=jlebar,bent.
|
2011-12-12 19:04:12 -08:00 |
Phil Ringnalda
|
a0e9cc0e56
|
Back out 5bd2b99f0645 and 9a4874754660 (bug 580786) for Android R1 failures
|
2011-12-29 21:43:06 -08:00 |
Jeff Muizelaar
|
3a1f2c492f
|
Bug 580786. Add support for fuzzy reftest matching. r=dbaron
This will let us convert a bunch of random-if() to fuzzy-if()
|
2011-12-19 09:02:53 -05:00 |
Jeff Muizelaar
|
76895942c8
|
Bug 580786. Require gWindowUtils. r=dbaron
We should have DOMWindowUtils everywhere and
this cleans up the code.
|
2011-12-19 09:02:47 -05:00 |
L. David Baron
|
b380fd400a
|
Fix font size inflation assertion when XUL is in native-anonymous content by making XUL always be a container for font size inflation. (Bug 708036) r=bzbarsky
--HG--
extra : transplant_source : %D9X%D4%25%01p%09%97%15%B6%83%B1%3A%F2H%C0P4.%19
|
2011-12-27 10:02:44 -05:00 |
Neil Deakin
|
b3b30bd156
|
Bug 704758, assertion with null frame, handle ime events that get retargeted by getting the right frame, r=smaug
|
2011-12-23 14:21:09 -05:00 |
Phil Ringnalda
|
8dffee38d0
|
Back out dc7c7734ec7c, f793f9cfa72c, 10ea92a6a850 (bug 591718) for Android b-c orange in mobile/chrome/tests/browser_scrollbar.js
|
2011-12-27 20:34:08 -08:00 |
Robert O'Callahan
|
6184e1d5ea
|
Bug 591718. Make getClientRects/getBoundingClientRect take transforms into account, and not treat SVG <foreignObject> as establishing a new viewport. r=mats
|
2011-12-28 16:26:46 +13:00 |
Robert O'Callahan
|
04a83357ea
|
Bug 591718. Make nsLayoutUtils::GetAllInFlowRectsUnion support taking transforms into account when converting coordinates. r=mats
|
2011-12-28 16:24:29 +13:00 |
Robert O'Callahan
|
93a0a72972
|
Bug 591718. Part 1: rename some poorly-named methods, rework global-transform methods to avoid computing bounding-boxes more than once when there are are multiple transformed ancestors, make sure nsIFrame::GetTransformMatrix can stop at any desired ancestor. r=mats
|
2011-12-28 16:24:18 +13:00 |
Patrick Walton
|
b699d7fc51
|
Bug 709492 - Part 1: Add an observer that allows us to determine when a new page is shown. r=bz
|
2011-12-29 15:10:26 -08:00 |
Robert O'Callahan
|
46858a7a66
|
Bug 591718. Make getClientRects/getBoundingClientRect take transforms into account, and not treat SVG <foreignObject> as establishing a new viewport. r=mats
|
2011-12-28 16:26:46 +13:00 |
Robert O'Callahan
|
2007d9f1f3
|
Bug 591718. Make nsLayoutUtils::GetAllInFlowRectsUnion support taking transforms into account when converting coordinates. r=mats
|
2011-12-28 16:24:29 +13:00 |
Robert O'Callahan
|
6916b9a16b
|
Bug 591718. Part 1: rename some poorly-named methods, rework global-transform methods to avoid computing bounding-boxes more than once when there are are multiple transformed ancestors, make sure nsIFrame::GetTransformMatrix can stop at any desired ancestor. r=mats
|
2011-12-28 16:24:18 +13:00 |
Mats Palmgren
|
78d0f2c7ca
|
Bug 515530 - Remove nsHTMLContainerFrame. r=roc
|
2011-12-27 21:18:48 +01:00 |
Geoff Lankow
|
7e20167c5b
|
Bug 712518 - Improve MockFilePicker.jsm; r=jmaher
|
2011-12-23 11:10:52 +13:00 |
Tatiana Meshkova
|
73558129cb
|
Bug 701190 - position:fixed items disappear due to wrong translation. Reftest. r=roc
|
2011-11-09 11:14:43 -08:00 |
Tatiana Meshkova
|
94345585b1
|
Bug 701190 - position:fixed items disappear due to wrong translation. r=roc
|
2011-11-09 14:47:23 -08:00 |
Geoff Lankow
|
df77e46072
|
Bug 246620 - Add line numbers to View Source for Firefox; r=ehsan
|
2011-11-02 14:05:50 +13:00 |
Jonathan Watt
|
b2807a33da
|
Bug 668163 - Map 'width' and 'height' on <svg> into style to stop <svg>'s computed width/height falling back to 150px x 300px when they're set to explicit percentage values that can be resolved (regression from bug 611099). r=dbaron.
|
2011-12-27 10:27:42 +00:00 |
Jacek Caban
|
1b0b5bcb4b
|
Bug 712585 - Export vpx_codec_control_ from gkmedias.dll r=khuey
|
2011-12-27 10:52:10 +01:00 |
Andrew Quartey
|
411a879695
|
Bug 507419-Consistent ordering of AppendFrames and InsertFrames
|
2011-12-27 09:31:22 +01:00 |
Bernd
|
98a3a4998a
|
bug 531200 - always set the desiredHeight, also if SplitSpanningCells does not split any cell r=dholbert
|
2011-12-27 09:31:10 +01:00 |
Bernd
|
d4f7842058
|
bug 711359 - mark all subsequent rows as damaged r=mats
|
2011-12-27 09:31:09 +01:00 |
Scott Johnson
|
1575ebf83f
|
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
|
2011-12-25 23:25:59 -06:00 |
Geoff Lankow
|
e3ca127e39
|
Backed out changeset 4730eb3ec77a (bug 246620)
|
2011-12-26 13:19:08 +13:00 |
Geoff Lankow
|
8a69f7c287
|
Bug 246620 - Add line numbers to View Source for Firefox; r=ehsan
|
2011-11-02 14:05:50 +13:00 |
Phil Ringnalda
|
9b232d9b47
|
Merge m-i <-> m-c
|
2011-12-24 21:50:23 -08:00 |
Ms2ger
|
7d201023b3
|
Bug 709509 - Remove manual refcounting and QIing from nsBulletFrame::DidSetStyleContext; r=dbaron
|
2011-12-24 09:28:23 +01:00 |
Mats Palmgren
|
36ff8658d6
|
Bug 712937 - Null-check aRange. r=bzbarsky
|
2011-12-24 05:08:23 +01:00 |
Neil Rashbrook
|
27f9d856f2
|
Bug 669026 Fix caret movement when contenteditable areas are present r=ehsan
|
2011-12-24 00:11:30 +00:00 |
William Chen
|
9e6b82159e
|
Bug 497995: Part 4 - Tests for border-image using computed border width. r=dbaron
--HG--
extra : rebase_source : 9ce07705ee02b6a92fc31d2a00f87779ac3c0756
|
2011-12-22 18:35:10 -05:00 |
William Chen
|
6040dbfcfa
|
Bug 497995: Part 3 - Cleanup nsCoord initial value handling. r=dbaron
--HG--
extra : rebase_source : 9ed22aa9e24016566fe0e843e6019c4a583ca788
|
2011-12-22 18:35:02 -05:00 |
William Chen
|
d4fa3e33b1
|
Bug 497995: Part 2 - Update existing border-image tests. r=dbaron
--HG--
extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
|
2011-12-22 18:34:53 -05:00 |
William Chen
|
e1ff790f8b
|
Bug 497995: Part 1 - Implement border-image revisions in latest css3-background spec. r=dbaron
--HG--
extra : rebase_source : 5a6cdac6a4b1353170f23f39dd2a209374e72531
|
2011-12-22 18:34:45 -05:00 |
Frédéric Wang
|
24ca2d1c34
|
Bug 708072 - Add test page for stretchy and large operators, r=karlt
|
2011-12-06 13:24:00 -08:00 |
Kyle Huey
|
53fc868531
|
Back out Bug 711895 for breaking l10n builds.
|
2011-12-29 15:45:51 -05:00 |
Jesse Ruderman
|
9fc91cc203
|
Bug 713610 - Crash test.
|
2011-12-29 14:21:00 +01:00 |
Mats Palmgren
|
01fbcef4b5
|
Bug 713610 - For a marker that is inactive we should guess false. r=roc
|
2011-12-29 14:21:00 +01:00 |
Jesse Ruderman
|
e9ecaa9502
|
Bug 700031 - Crash test.
|
2011-12-29 14:21:00 +01:00 |
Mats Palmgren
|
42ae031264
|
Bug 700031 - "ASSERTION: Can only call this on frames that have been reflowed" with too-deep frame tree. r=roc
|
2011-12-29 14:21:00 +01:00 |
Robert Longson
|
515dc50b19
|
Bug 713413 - Fix crash when dynamically adding foreignObject as a child of non-displayed element. r=dholbert
|
2011-12-29 11:59:02 +00:00 |
Bernd
|
6f72a1c8e3
|
bug 710098 - use effective rowspan r=mats
|
2011-12-29 09:17:55 +01:00 |
Mats Palmgren
|
cddd74c435
|
Bug 698237 - Remove a wallpaper for bug 698237 in a reftest. r=me
|
2011-12-24 14:26:03 +01:00 |
Mats Palmgren
|
f0f957b679
|
Bug 698237 - Invalidate affected frames when a range in a selection is modified. r=smaug
|
2011-12-24 14:26:03 +01:00 |
Phil Ringnalda
|
2e8e3cc006
|
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
|
2011-12-23 22:21:58 -08:00 |
Boris Zbarsky
|
d26f136bbf
|
Bug 598482 part 23. Set a backup timer to update plugin geometry if we don't manage to do any painting or layout flushes for a while. r=roc
|
2011-12-23 22:52:26 -05:00 |
Markus Stange
|
2d49769823
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
Markus Stange
|
4303a5be98
|
Bug 598482 part 19 - Remove unused aViewManager argument. r=roc
|
2011-12-23 22:52:24 -05:00 |
Markus Stange
|
8928064b4a
|
Bug 598482 part 17 - Don't unnecessarily invalidate everything when showing a list box popup. r=roc
|
2011-12-23 22:52:24 -05:00 |
Boris Zbarsky
|
4abe3b98cf
|
Bug 598482 part 16. When flushing layout, also flush out widget geometry changes. r=roc
|
2011-12-23 22:52:23 -05:00 |
Markus Stange
|
7a1414d6bd
|
Bug 598482 part 15 - Rename view update batches to refresh disable batches and only use them in the two places that can enter reflow (where synchronous painting is permitted). r=roc
|
2011-12-23 22:52:23 -05:00 |
Markus Stange
|
5613b8672d
|
Bug 598482 part 11 - Set up a connection between the view manager and the refresh driver. r=roc
|
2011-12-23 22:52:22 -05:00 |
Markus Stange
|
87e56d30a9
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
Markus Stange
|
136f7cd4dd
|
Bug 598482 part 2 - Remove synchronous painting APIs from nsIViewManager. r=roc
|
2011-12-23 22:52:21 -05:00 |
Markus Stange
|
e7f8485ae3
|
Bug 598482 part 1 - Never force synchronous plugin geometry updates because it forces paints at bad times. r=roc
|
2011-12-23 22:52:20 -05:00 |
Ryan VanderMeulen
|
ab86c79137
|
Bug 712847 - Change declaration to struct to fix MSVC warning. r=bz
|
2011-12-22 11:50:56 +01:00 |
Jeff Walden
|
e5f13d7b5f
|
Bug 704687 - Mark final classes as MOZ_FINAL, now that nsDerivedSafe no longer exists again. r=dbaron
--HG--
extra : rebase_source : f6a25c06275e4fbb2e69462118f242d380bdce03
|
2011-12-19 13:48:15 -05:00 |
Jeff Walden
|
62f48d8793
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
--HG--
extra : rebase_source : 507006c0f099da6851b585d2062267d285978ad7
|
2011-12-16 14:42:07 -05:00 |
Frédéric Wang
|
216d5af9d7
|
Reftests for bug 208309: mirroring of some mo characters in MathML. r=karlt
|
2011-12-21 17:22:00 -05:00 |
Frédéric Wang
|
96e7ae00c7
|
Mirroring of operators for arabic math (Bug 208309) - part 2. r=karlt
|
2011-12-21 17:22:00 -05:00 |
Frédéric Wang
|
630d4a18be
|
Mirroring of operators for arabic math (Bug 208309) - part 1. r=karlt
|
2011-12-21 17:22:00 -05:00 |
Frédéric Wang
|
587545eeb4
|
Add MathML reftests for lspace/rspace in dir=rtl (bug 534963). r=karlt
|
2011-12-21 17:21:59 -05:00 |
Frédéric Wang
|
f7965294ab
|
Make lspace/rspace in mo behave as leading/trailing spaces (bug 534963). r=karlt
|
2011-12-21 17:21:59 -05:00 |
Frédéric Wang
|
91ec9d9e61
|
Add MathML reftests for dir=rtl (bug 534963). r=karlt
|
2011-12-21 17:21:59 -05:00 |
Frédéric Wang
|
d2d546b146
|
Overall Directionality of formulas (bug 534963). r=karlt
|
2010-01-05 11:22:31 +01:00 |
Frédéric Wang
|
05ba069e25
|
Add a directionality flag on MathML frames (bug 534963). r=karlt
|
2010-01-03 18:52:33 +01:00 |
Boris Zbarsky
|
101f2ecf55
|
Bug 700221. Don't pay attention to whether author color are allowed when deciding whether a change to a non-color property should drop native theming. r=dbaron
|
2011-12-21 16:53:21 -05:00 |
aceman
|
002cb306a6
|
Bug 711721 - merge nsIScriptError and nsIScriptError2 interfaces; r=neil, sr=bzbarsky
|
2011-12-21 16:51:29 -05:00 |
Boris Zbarsky
|
5d8935e244
|
Bug 302566. Show canvas fallback content when script is disabled. r=tnikkel
|
2011-12-21 16:50:39 -05:00 |
Nicholas Nethercote
|
24d2c81ee1
|
Bug 711908 - Fix a bunch of GCC warnings in layout. r=dbaron.
|
2011-12-19 19:46:39 -08:00 |
Scott Johnson
|
6758a95129
|
Bug 707855 - Clamp container size to device width to make font inflation less likely to cause problems on small screens. [r=dbaron]
|
2011-12-20 16:34:54 -06:00 |
Joel Maher
|
43da672ee8
|
Bug 704509 - fix reftests to work with native fennec. r=dbaron
|
2011-12-20 16:33:41 -05:00 |
Robert O'Callahan
|
3c44cc55f3
|
Bug 697215. CanScrollWithBitBlit needs to return true for scrollframes inside replaced elements (i.e., iframes) that are honoring border-radius. r=mats
|
2011-12-20 14:31:20 +13:00 |
Joel Maher
|
80e7b2594f
|
Bug 710877 - allow reftest to use FileUtils and remove quit.js code. r=dbaron
|
2011-12-20 07:46:10 -05:00 |
Markus Stange
|
7d099529c1
|
Bug 636564 - Make scroll frames deal correctly with scrollbars that overlay content. r=roc
|
2011-12-20 13:30:14 +01:00 |
Mats Palmgren
|
25a0c2a3eb
|
Bug 619273 - regression tests for DOM mutations inside selection.
|
2011-12-20 10:15:41 +01:00 |
Mats Palmgren
|
498185f3f0
|
Bug 619273 - Move the selection state bit from frames to content nodes. r=smaug
|
2011-12-20 10:15:41 +01:00 |
Scott Johnson
|
95ac74d745
|
Backout changeset 602d2761e409.
|
2011-12-20 00:02:01 -06:00 |
Scott Johnson
|
aef90f0f50
|
Backout changeset 93f523345fb6.
|
2011-12-20 00:01:32 -06:00 |
Scott Johnson
|
35fbd86079
|
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
|
2011-12-19 23:11:54 -06:00 |
Scott Johnson
|
44f74a5432
|
Bug 707855 - Clamp container size to device width to make font inflation less likely to cause problems on small screens. [r=dbaron]
|
2011-12-19 23:11:43 -06:00 |
Scott Johnson
|
f11e1e08d7
|
Backed out ab701cac6af8.
|
2011-12-19 23:11:09 -06:00 |
Scott Johnson
|
578a640a52
|
Backed out changeset 74555805376d
|
2011-12-19 23:08:52 -06:00 |
Scott Johnson
|
d6fe638038
|
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
|
2011-12-19 22:25:19 -06:00 |
Scott Johnson
|
a6590d102d
|
Bug 707855 - Clamp container size to device width to make font inflation less likely to cause problems on small screens. [r=dbaron]
|
2011-12-19 22:25:16 -06:00 |
Robert O'Callahan
|
d3f1f7565c
|
Backingout patch for bug 697215 due to test failure
|
2011-12-20 16:04:54 +13:00 |
Robert O'Callahan
|
2abea56d9c
|
Backed out changeset 4a81c89bb466 for bug 697215
|
2011-12-20 16:03:45 +13:00 |
Robert O'Callahan
|
bdcd0d61d6
|
Bug 697215. CanScrollWithBitBlit needs to return true for scrollframes inside replaced elements (i.e., iframes) that are honoring border-radius. r=mats
|
2011-12-20 14:31:20 +13:00 |
Ed Morley
|
65606e4587
|
Backout 4f44ef4d21fb (bug 710877) for Android test failures on a CLOSED TREE
|
2011-12-19 20:29:35 +00:00 |
Joel Maher
|
944f7d0cae
|
Bug 710877 - allow reftest to use FileUtils and remove quit.js code. r=dbaron
|
2011-12-19 13:29:28 -05:00 |
Daniel Holbert
|
ea572ad911
|
Bug 710990: Replace duplicate aStartVal check with aEndVal check, in SVGOrientSMILType::Interpolate. r=jwatt
--HG--
rename : layout/reftests/svg/smil/anim-marker-orient-01.svg => layout/reftests/svg/smil/anim-marker-orient-02.svg
|
2011-12-19 10:03:45 -08:00 |
Mats Palmgren
|
0d801fb5ed
|
Bug 690187 - Clip or suppress a marker if it makes the line empty. r=roc
|
2011-12-19 15:48:31 +01:00 |
Mats Palmgren
|
084e39e944
|
Bug 690187 - Make the edge analysis report back if text or atomic inline-level content is visible between the marker edges. r=roc
|
2011-12-19 15:48:31 +01:00 |
Mats Palmgren
|
a330ccd83d
|
Bug 690187 - Use a bit on each marker to track if it's active (only text-overflow:clip means inactive for now); check the flag rather setting the clip edge at infinity to disable ellipsing on a side. r=roc
|
2011-12-19 15:48:30 +01:00 |
Robert Longson
|
91505489fc
|
Bug 705206 - applying filters to non-rendered shapes results in the item not being rendered. r=dholbert
|
2011-12-19 10:06:45 +00:00 |
Vivien Nicolas
|
d51296165e
|
Bug 707734 - Disable 'click and drag' text selection in nsFrame.cpp for touch enable devices r=roc
|
2011-12-19 10:11:16 +01:00 |
Jonathan Kew
|
5f4ffe886f
|
bug 711079 - move OTS from libxul to gkmedias.dll on Windows. r=khuey
|
2011-12-19 01:55:11 +00:00 |
Jonathan Watt
|
8e849f5de1
|
Bug 704706 - Fix crash @ nsSVGPathGeometryFrame::UpdateCoveredRegion. r=longsonr.
|
2011-12-13 17:50:30 +00:00 |
Nicholas Nethercote
|
0089711fa7
|
Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar.
--HG--
extra : rebase_source : d802d58bc7dedda2490878793923adc0ab55f779
|
2011-12-15 14:59:53 -08:00 |
Robert O'Callahan
|
250d419dde
|
Bug 672013. Drawing an SVG image to a canvas need not clear its origin-clean flag. r=dholbert,sr=bzbarsky
|
2011-12-19 10:57:41 +13:00 |
Robert O'Callahan
|
763cffbfd2
|
Bug 702739. When a element has an active transform and the element's content (before being transformed) is no larger than the window, prerender its entire contents into layers when any of it is visible, so we don't have to rerender it and/or resize its layers as it moves into or out of view. r=mats
|
2011-12-19 10:57:35 +13:00 |
Robert O'Callahan
|
cae8494cd7
|
Bug 702739. Don't dirty the transformed frame when we reflow it due to a transform change. r=mats
|
2011-12-19 10:57:27 +13:00 |
Jeff Walden
|
2e53b58879
|
Bug 711799 - Add parentheses to a bunch of && expressions nested within || expressions. r=dholbert
|
2011-12-18 01:00:47 -05:00 |
Matt Brubeck
|
f51deee1fa
|
Back out bug 710521, bug 672013, bug 702739 because of Mac reftest failures
|
2011-12-18 08:15:09 -08:00 |
Robert O'Callahan
|
0bd3f746f9
|
Back out fix for bug 697215 due to test failure
|
2011-12-18 23:04:11 +13:00 |
Robert O'Callahan
|
f9817b9053
|
Backed out changeset 026ec6345ae3 for bug 697215
|
2011-12-18 23:01:43 +13:00 |
Edwin Flores
|
6697ae002d
|
Bug 710521. Small refactor of gfxFont to separate drawing to paths and drawing strokes. r=roc
|
2011-12-18 21:53:03 +13:00 |