Mounir Lamouri
|
37a6b3c16c
|
Bug 712683 - Don't use GetMessage for SmsEvent implementation. r=mrbkap
This is fixing potential build errors on Windows because GetMessage is an
method defined in the global scope. Kind of sad and scary :(
|
2011-12-22 12:41:19 +01:00 |
Jeff Muizelaar
|
d7292060bb
|
Bug 692879. Enable Azure canvas on OS X. r=mwoodrow
|
2011-11-17 23:07:05 +13:00 |
Jeff Muizelaar
|
6e93f717ea
|
Bug 717921. Always get a thebes surface to mark dirty. r=bas
|
2012-01-14 14:49:27 -05:00 |
Jeff Muizelaar
|
cfe7a9496f
|
Bug 717921. Only have one thebes surface. r=bas
|
2012-01-13 09:48:29 -05:00 |
Jeff Muizelaar
|
cb7f95173b
|
Bug 717921. Add UserData to DrawTarget. r=bas
* * *
Bug 717921. Fix bustage about moz_xrealloc.
|
2012-01-13 09:47:58 -05:00 |
Jeff Muizelaar
|
c80b220c7a
|
Bug 692879. Handle failing tests on OS X 10.5. r=mwoodrow
|
2012-01-04 15:35:55 -05: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
|
3036b1473f
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
|
2012-01-09 13:54:44 -05:00 |
Jeff Muizelaar
|
97489cd588
|
Bug 716639. Add a constructor for gfxQuartzSurface that takes a gfxIntSize. r=mwoodrow
|
2011-12-13 09:58:11 -05: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 |
Andrew McCreight
|
ca04261b2a
|
Bug 718029 - don't skip JSContexts with outstanding requests. r=smaug
|
2012-01-17 09:38:24 -08:00 |
Bas Schouten
|
acf0ebbabb
|
Bug 644199: Properly re-upload after clearing mTexture because of device reset. r=roc
|
2012-01-17 18:32:24 +01:00 |
Daniel Holbert
|
9db27bafcd
|
Bug 698630 followup: remove the one straggling 'ifdef MOZ_SMIL' that was accidentally added to b2g. rs=Callek
|
2012-01-17 09:18:49 -08:00 |
Jeff Muizelaar
|
09daecc666
|
Bug 692879. Enable Azure canvas on OS X. r=mwoodrow
--HG--
extra : rebase_source : 51586ceda8757808e0df68daae572e41913c304d
|
2011-11-17 23:07:05 +13:00 |
Jeff Muizelaar
|
edb2ddb906
|
Bug 717921. Always get a thebes surface to mark dirty. r=bas
--HG--
extra : rebase_source : 1c8013fc9f9b974a7a471f8ab9b2e7b902602905
|
2012-01-14 14:49:27 -05:00 |
Jeff Muizelaar
|
b3fbc23201
|
Bug 717921. Only have one thebes surface. r=bas
--HG--
extra : rebase_source : 731cfa7d20fec10b784118297e7223e2e9279773
|
2012-01-13 09:48:29 -05:00 |
Jeff Muizelaar
|
1381616ab4
|
Bug 717921. Add UserData to DrawTarget. r=bas
* * *
Bug 717921. Fix bustage about moz_xrealloc.
--HG--
extra : rebase_source : 62d38e561d1e64c725587b1de4d1ae609b828557
|
2012-01-13 09:47:58 -05:00 |
Jeff Muizelaar
|
ca742b32ad
|
Bug 692879. Handle failing tests on OS X 10.5. r=mwoodrow
--HG--
extra : rebase_source : f77d38e03ca63a8d0d2a620eca6a4247753cc8de
|
2012-01-04 15:35:55 -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
|
0ac4c9201a
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
--HG--
extra : rebase_source : 94f8c205e16e961b5407396c0d0d3b41067222dc
|
2012-01-09 13:54:44 -05:00 |
Jeff Muizelaar
|
1b86e0c8e4
|
Bug 716639. Add a constructor for gfxQuartzSurface that takes a gfxIntSize. r=mwoodrow
--HG--
extra : rebase_source : ec2d4e1c76e504b794707d83e5f31580aee81fee
|
2011-12-13 09:58:11 -05: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 |
Ehsan Akhgari
|
e4db5a029d
|
Bug 718681 - Correct the preprocessor condition in mozilla_sampler_get_features; r=BenWa
|
2012-01-17 11:49:40 -05:00 |
Ehsan Akhgari
|
882bf03bd7
|
Bug 718026 - Only walk the stack on profiling builds; r=jrmuizel
|
2012-01-17 11:49:05 -05:00 |
Ehsan Akhgari
|
fab6fc7788
|
Bug 718025 - Add support for stacktraces on Windows to the built-in profiler; r=jrmuizel
|
2012-01-16 19:59:15 -05:00 |
Marco Bonardo
|
cf7bdf1de9
|
Merge central to inbound
|
2012-01-17 16:24:46 +01:00 |
Marco Bonardo
|
1d0335e9ff
|
Merge last green PGO changeset from inbound to central
|
2012-01-17 16:22:33 +01:00 |
Tim Taubert
|
2aa1f0fb42
|
merge m-c to fx-team
|
2012-01-17 13:22:31 +01:00 |
Oleg Romashin
|
0c3008780d
|
Bug 718494 - nsHTMLTableSectionElement.cpp:188:12: error: variable 'rv' set but not used; r=Ms2ger
|
2012-01-17 12:52:36 +01:00 |
Geoff Brown
|
f871209d7f
|
Bug 715198 - disable cache compression (avoid failures when new profile accessed by old software versions); r=bjarne
|
2012-01-17 12:51:17 +01:00 |
Dão Gottwald
|
918f5a7197
|
Bug 718536 - browser_select_compatoverrides.js leaks selectAddons.xul. r=bmcbride
|
2012-01-17 12:50:48 +01:00 |
Reuben Morais
|
a153a8d845
|
Bug 717805 - Remove CopyArrayElement. r=jwalden
|
2012-01-17 12:33:08 +01:00 |
Dão Gottwald
|
f4cbac15ce
|
Bug 718228 - tab close transition to transparent is too fast. f=jwein r=ttaubert
|
2012-01-17 12:32:43 +01:00 |
Olli Pettay
|
775cc13e36
|
Bug 718340 - Don't traverse black windows, r=mccr8,jst
|
2012-01-17 12:20:57 +02:00 |
Stefan
|
17e6389d4f
|
bug 668263 - fix erratic spacing in print-to-PDF by cherry-picking Cairo fixes from https://bugs.freedesktop.org/show_bug.cgi?id=31062. r=jrmuizel,ajohnson
|
2012-01-17 10:01:36 +00:00 |
Ms2ger
|
6ec65327d8
|
IGNORE BAD COMMIT MESSAGES on a CLOSED TREE r+a=lumpy
|
2012-01-17 10:49:57 +01:00 |
Ms2ger
|
4d57eec949
|
Backout for philor.
|
2012-01-17 10:48:42 +01:00 |
Ms2ger
|
7535aaa04a
|
Backout bug 580786 / bug 716639 / bug 692879 / bug 717921 / bug 692879 (2dc5909e63b0:ced751d32df6); a=philor
|
2012-01-17 10:48:19 +01:00 |
Justin Wood
|
965826891d
|
Merge last green PGO from inbound to mozilla-central
|
2012-01-16 22:27:53 -05:00 |
Jeff Muizelaar
|
ba23678821
|
Bug 717921. Fix bustage about moz_xrealloc.
|
2012-01-16 22:23:37 -05:00 |
Phil Ringnalda
|
4f34b13500
|
Back out 4ac407704d74 (bug 689387) for causing or exposing or whatevering bug 718411
|
2012-01-16 18:31:02 -08:00 |
Joe Drew
|
0cb071a623
|
Bug 473236 - Remove executable bits from ScaledFontSkia.*. r=jrmuizel DONTBUILD
|
2012-01-16 16:29:42 -05:00 |
Serge Gautherie
|
61c4501464
|
Bug 628589. (Fv2) test_acceleration.html: Add a workaround for SeaMonkey (tinderboxes) which don't support acceleration. r=joe.
|
2012-01-16 21:52:18 +01:00 |
Serge Gautherie
|
d9c7166d10
|
Bug 717868. (Bv1) bug389321-1.html: Fix "Unknown key: VK_VK_BACK_SPACE". r=ehsan.
|
2012-01-16 20:15:59 +01:00 |
Olli Pettay
|
4f30b1e877
|
Backout bug 718340 since there was unknown orange
|
2012-01-16 18:30:06 +02:00 |
Rail Aliiev
|
13b9d47ab9
|
bug 715586: checksums.py should generate sha1 and md5 checksums. r=catlee,ted
|
2012-01-16 09:30:59 -05:00 |
Olli Pettay
|
0cabdcbd11
|
Bug 718330 - Add URI of owning document to nsGenericElement::Traverse logging, r=mccr8
|
2012-01-16 15:06:19 +02:00 |