Граф коммитов

263065 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Watt fa0364daf6 Bug 711958 - Add a 'length' property to DOMSVGStringList. r=dholbert. 2012-01-28 10:43:34 +00:00
Jonathan Watt 049766e961 Bug 716527 - Prevent nsSVGForeignObjectFrame::PaintSVG from dereference null aDirtyRect. r=roc 2012-01-28 10:42:59 +00:00
Jonathan Kew 8781e36f4b backout changeset 2ea682dba295 (bug 721511) due to windows crashtest orange. 2012-01-28 09:50:31 +00:00
Jonathan Kew 6878bcf36d backout changeset bcd556d83109 (bug 721315) for reftest orange. 2012-01-28 09:37:15 +00:00
Tim Taubert df68f64aa8 merge fx-team to m-c 2012-01-28 10:29:35 +01:00
Jonathan Kew 728a9cf4ae bug 721511 - use stack-based buffers for moderate-sized glyph runs in cairo/dwrite backend. r=bas 2012-01-28 08:28:56 +00:00
Jonathan Kew ff28e61222 bug 721315 - avoid potential dangling mFamily pointers in font entries. r=jdaggett 2012-01-28 08:27:01 +00:00
Tim Taubert a0f0cb5e8d merge m-c to fx-team 2012-01-28 09:10:04 +01:00
John Schoenick 845dd96a48 Bug 702466 - Validate internal stack state in xslt parser. r=sicking 2012-01-27 22:38:38 -08:00
Brian Nicholson 852d8048cb Bug 701092 - Limit session restore attempts. r=mfinkle 2012-01-27 22:04:54 -08:00
Chris Jones 9eed9ad660 Bug 698652: Test that minimum font size is ignored in canvas. r=dbaron 2012-01-27 22:00:36 -08:00
Chris Jones 9d1717a44d Bug 698652: Ignore the user's minimum font size when drawing to canvas. r=dbaron 2012-01-27 22:00:35 -08:00
John Schoenick 03339e2ec1 bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz 2012-01-27 19:38:01 -08:00
Joe Drew 31ea9c416c Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central. 2012-01-28 21:41:17 -05:00
Joel Maher ddb1e939c6 Bug 721857 - [fix median calculation] deploy new talos.zip. r=jhammel 2012-01-28 19:19:46 -05:00
Joel Maher 948e23b370 Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey. 2012-01-28 19:19:44 -05:00
Jonas Sicking dddcdf4f9f Bug 702466: Make sure we actually abort if we end up with unbalanced stacks. r=dbaron 2012-01-28 15:22:27 -08:00
Robert O'Callahan 557449288e Bug 721294. Only call nsIPresShell::WillPaint for the root presshell. Pass aWilLSendDidPaint correctly to nsIPresShell::Paint. Remove aPaintDefaultBackground from nsIPresShell::Paint. r=mats 2012-01-28 16:36:23 +13:00
Phil Ringnalda b6aa88fd9e Back out eb80ab6ee07b (bug 721627) and 06d02e7132b2 (bug 721294) for orange and red 2012-01-27 20:31:29 -08:00
Kartikaya Gupta bed00e8d44 Bug 721888 - Turn on the warnings-as-errors flag. r=blassey 2012-01-27 22:37:05 -05:00
Kartikaya Gupta 6240ed07e1 Bug 721888 - Fix compiler warnings. r=blassey 2012-01-27 21:00:03 -05:00
Robert O'Callahan 24159c1296 Bug 721627. Don't return nsRefPtr/nsCOMPtr from nsDisplayImage methods. nsDisplayImage::GetImage is unused anyway. r=mats
--HG--
extra : rebase_source : 113647a8bf8101b7c4d7058bd205be734f38125d
2012-01-28 16:36:49 +13:00
Robert O'Callahan dfdede1830 Bug 721294. Only call nsIPresShell::WillPaint for the root presshell. Pass aWilLSendDidPaint correctly to nsIPresShell::Paint. Remove aPaintDefaultBackground from nsIPresShell::Paint. r=mats
--HG--
extra : rebase_source : f54afeed8d3d41d3e8f9118386e4a67cfac82a98
2012-01-28 16:36:23 +13:00
Mats Palmgren f524e9749b Bug 672944 - Test -moz-box text-overflow. r=roc 2012-01-28 04:35:59 +01:00
Mats Palmgren c496441d30 Bug 672944 - Setup overflow areas for the scrolled block frame in a XUL scroll frame for the benefit of text-overflow; Make the text-overflow code grok the extra wrapper frame in this case. r=roc 2012-01-28 04:35:59 +01:00
Mats Palmgren 1144b2f834 Bug 719177 - Changes to 'clip' only needs to update the overflow areas and repaint but does not need a reflow. r=roc 2012-01-28 04:35:59 +01:00
Mats Palmgren ff48d8d15b Bug 719177 - Changes to 'border-image-outset' only needs to update the overflow areas and repaint but does not need a reflow. r=roc 2012-01-28 04:35:59 +01:00
Mats Palmgren dbad187e8c Bug 719177 - Introduce NS_STYLE_HINT_UPDATE_OVERFLOW as a short-hand for nsChangeHint(nsChangeHint_RepaintFrame | nsChangeHint_UpdateOverflow). r=roc 2012-01-28 04:35:59 +01:00
Mats Palmgren 3808c1ebe2 Bug 719177 - Changes to '-moz-text-blink' and some 'text-decoration-style' values only need to update the overflow areas and repaint, not reflow. r=roc 2012-01-28 04:35:58 +01:00
Mats Palmgren d79b04f5a7 Bug 719177 - Replace all NS_STYLE_HINT_VISUAL with nsChangeHint_RepaintFrame except for 'visibility' and 'z-index' which are the only ones that need SyncFrameView. r=roc 2012-01-28 04:35:58 +01:00
Mats Palmgren 3d4e1b9097 Bug 719177 - Changes to 'text-shadow' and 'box-shadow' only needs to update the overflow areas and repaint, not reflow. Changes to border style/color/etc only needs repaint, not SyncFrameView. r=roc 2012-01-28 04:35:58 +01:00
Mats Palmgren ec07f40071 Bug 720987 - Don't use the existing overflow areas when calculating the new overflow areas after a style change. r=roc 2012-01-28 04:35:58 +01:00
Jared Wein eec3794102 Bug 721626 - Video controls' fullscreen button exits fullscreen when in a fullscreen document. r=gavin 2012-01-27 17:03:22 -08:00
Jared Wein 66c20edb37 Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao 2012-01-27 17:03:09 -08:00
Jared Wein ae80ccedfc Bug 681548 - Media controls visual refresh. r=dao 2012-01-27 17:02:42 -08:00
Armen Zambrano Gasparnian 6c3154df94 Bug 721822. Add talos_from_source.py. r=jmaher, DONTBUILD, NPOTB 2012-01-27 15:50:07 -05:00
Serge Gautherie d1efa17de5 Bug 652297. (Av1) Stop trying to package MSVC DLLs in debug Windows Firefox, Reorder XPCOM files. r=ted.mielczarek. 2012-01-27 20:57:41 +01:00
Justin Lebar e2d246f044 Bug 721510 - Always decode at least one chunk in RasterImage::DecodeWorker::DecodeSomeOfImage. r=joe 2012-01-27 12:09:01 -05:00
Matt Brubeck eecf9b9050 Back out 602d30678cac because of test failures 2012-01-27 18:37:18 -08:00
Brian Nicholson 077b327c1e Bug 716681 - Tabs are being duplicated when going back into Fennec. r=blassey 2012-01-27 17:33:02 -08:00
Brian Nicholson 0bd6883939 Bug 721577 - Race condition in about:home for tabs from last time. r=mfinkle 2012-01-27 17:28:47 -08:00
Brian Nicholson 054c5e8fc4 Bug 719195 - about:Home displayed briefly before session restore. r=mfinkle 2012-01-27 17:28:30 -08:00
David Mandelin e65e422523 Bug 714614: holes flag for parameter list, r=luke
--HG--
extra : rebase_source : 1297a7dfd311c0d83196740aa6a52df398749c96
2012-01-27 14:33:27 -08:00
Andrew McCreight be23207db7 Bug 693527 - tell the cycle collector about watchpoints. r=jorendorff 2012-01-27 17:13:21 -08:00
Bill McCloskey 5067a01df6 Bug 708303 - Use pinReg/unpinReg more in write barriers (r=dmandelin) 2012-01-27 17:01:25 -08:00
Bill McCloskey 4ad13c19a0 Bug 716619 - Simplify GC probes (r=sfink) 2012-01-27 17:01:04 -08:00
Felipe Gomes 09943f80b9 Bug 714276. NodesFromRect should be a chrome-only API. r=smaug
--HG--
rename : dom/tests/mochitest/general/489127.html => dom/tests/mochitest/chrome/489127.html
rename : dom/tests/mochitest/general/test_nodesFromRect.html => dom/tests/mochitest/chrome/test_nodesFromRect.html
2012-01-27 16:54:03 -08:00
Matt Brubeck f2c7a1ea2b Merge last green changeset from inbound to mozilla-central 2012-01-27 08:29:23 -08:00
Justin Wood 973281f033 Merge backout 2012-01-27 10:11:46 -05:00
Justin Wood d6be326494 Bug 721625 - Backed out changeset 886f040f2844 for regression from Bug 719659 2012-01-27 10:11:23 -05:00