Jonathan Kew
|
8de5b3163e
|
bug 721315 - avoid potential dangling mFamily pointers in font entries. r=jdaggett
|
2012-01-28 08:27:01 +00:00 |
|
Tim Taubert
|
627a8b6c75
|
merge m-c to fx-team
|
2012-01-28 09:10:04 +01:00 |
|
John Schoenick
|
90f3621d40
|
Bug 702466 - Validate internal stack state in xslt parser. r=sicking
|
2012-01-27 22:38:38 -08:00 |
|
Brian Nicholson
|
4072dc4a70
|
Bug 701092 - Limit session restore attempts. r=mfinkle
|
2012-01-27 22:04:54 -08:00 |
|
Chris Jones
|
3adc379405
|
Bug 698652: Test that minimum font size is ignored in canvas. r=dbaron
|
2012-01-27 22:00:36 -08:00 |
|
Chris Jones
|
74a7f7497d
|
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
|
4b3e788bb4
|
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
|
2012-01-27 19:38:01 -08:00 |
|
Joe Drew
|
c0db20626c
|
Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central.
|
2012-01-28 21:41:17 -05:00 |
|
Joel Maher
|
225932afcf
|
Bug 721857 - [fix median calculation] deploy new talos.zip. r=jhammel
|
2012-01-28 19:19:46 -05:00 |
|
Joel Maher
|
a20c848977
|
Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey.
|
2012-01-28 19:19:44 -05:00 |
|
Jonas Sicking
|
93a804e732
|
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
|
f4872369b6
|
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
|
124120bf61
|
Back out eb80ab6ee07b (bug 721627) and 06d02e7132b2 (bug 721294) for orange and red
|
2012-01-27 20:31:29 -08:00 |
|
Kartikaya Gupta
|
ad9516da9a
|
Bug 721888 - Turn on the warnings-as-errors flag. r=blassey
|
2012-01-27 22:37:05 -05:00 |
|
Kartikaya Gupta
|
2f3d0a8be1
|
Bug 721888 - Fix compiler warnings. r=blassey
|
2012-01-27 21:00:03 -05:00 |
|
Robert O'Callahan
|
e7fe111cd2
|
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
|
5cea7f8aa0
|
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
|
c7e06fddef
|
Bug 672944 - Test -moz-box text-overflow. r=roc
|
2012-01-28 04:35:59 +01:00 |
|
Mats Palmgren
|
530ea96a92
|
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
|
155be9b81d
|
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
|
5665a9115e
|
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
|
f61be142f3
|
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
|
bac462faec
|
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
|
e1cd471539
|
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
|
64d8164f9c
|
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
|
37be13d7c9
|
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
|
1b2b2fe73a
|
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
|
2dc096b3c1
|
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
|
53c9cfbfa9
|
Bug 681548 - Media controls visual refresh. r=dao
|
2012-01-27 17:02:42 -08:00 |
|
Armen Zambrano Gasparnian
|
472e22664c
|
Bug 721822. Add talos_from_source.py. r=jmaher, DONTBUILD, NPOTB
|
2012-01-27 15:50:07 -05:00 |
|
Serge Gautherie
|
1950b2c708
|
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
|
9ba0fda8fc
|
Bug 721510 - Always decode at least one chunk in RasterImage::DecodeWorker::DecodeSomeOfImage. r=joe
|
2012-01-27 12:09:01 -05:00 |
|
Matt Brubeck
|
f19c8a38da
|
Back out 602d30678cac because of test failures
|
2012-01-27 18:37:18 -08:00 |
|
Brian Nicholson
|
641749e991
|
Bug 716681 - Tabs are being duplicated when going back into Fennec. r=blassey
|
2012-01-27 17:33:02 -08:00 |
|
Brian Nicholson
|
78c3d29493
|
Bug 721577 - Race condition in about:home for tabs from last time. r=mfinkle
|
2012-01-27 17:28:47 -08:00 |
|
Brian Nicholson
|
5a6a82d6fd
|
Bug 719195 - about:Home displayed briefly before session restore. r=mfinkle
|
2012-01-27 17:28:30 -08:00 |
|
David Mandelin
|
f1c568b9cf
|
Bug 714614: holes flag for parameter list, r=luke
--HG--
extra : rebase_source : 1297a7dfd311c0d83196740aa6a52df398749c96
|
2012-01-27 14:33:27 -08:00 |
|
Andrew McCreight
|
f5ad40b334
|
Bug 693527 - tell the cycle collector about watchpoints. r=jorendorff
|
2012-01-27 17:13:21 -08:00 |
|
Bill McCloskey
|
2c6412eed5
|
Bug 708303 - Use pinReg/unpinReg more in write barriers (r=dmandelin)
|
2012-01-27 17:01:25 -08:00 |
|
Bill McCloskey
|
797ed6fe32
|
Bug 716619 - Simplify GC probes (r=sfink)
|
2012-01-27 17:01:04 -08:00 |
|
Felipe Gomes
|
4528bd7e5a
|
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
|
70c0c32bb6
|
Merge last green changeset from inbound to mozilla-central
|
2012-01-27 08:29:23 -08:00 |
|
Justin Wood
|
cb01bb11a4
|
Merge backout
|
2012-01-27 10:11:46 -05:00 |
|
Justin Wood
|
2d25367b69
|
Bug 721625 - Backed out changeset 886f040f2844 for regression from Bug 719659
|
2012-01-27 10:11:23 -05:00 |
|
Alexander Surkov
|
cc31209709
|
Bug 719754 - rewrite events/test_docload.xul, r=marcoz
|
2012-01-27 19:22:19 +09:00 |
|
Tim Taubert
|
082de1473b
|
merge m-c to fx-team
|
2012-01-27 11:21:18 +01:00 |
|
Lucas Rocha
|
1d2c235746
|
Bug 721354 - Update about:home everytime it's shown (r=blassey)
|
2012-01-27 10:08:21 +00:00 |
|
Lucas Rocha
|
5f0f4a6f3e
|
Bug 721354 - Add API to AboutHomeContent to trigger updates (r=blassey)
|
2012-01-27 10:08:21 +00:00 |
|
Lucas Rocha
|
a57227d7f8
|
Bug 721354 - Remove redundant runnable to load addons/tabs in about:home (r=blassey)
|
2012-01-27 10:08:21 +00:00 |
|
Lucas Rocha
|
53ba5c4415
|
Bug 721354 - Factor out code to load top sites in AboutHomeContent (r=blassey)
|
2012-01-27 10:08:21 +00:00 |
|