d88f380468eefcbe8a60acbbeea1a225d7c10d75: Backout cfd6bf0fe1e9 as it includes an unwanted chunk
Peter Van der Beken <peterv@propagandism.org> - Fri, 30 Mar 2012 09:53:50 -0700 - rev 90739
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Backout cfd6bf0fe1e9 as it includes an unwanted chunk
7b813cc009ce70a20f1f1a029315560a12492d04: Bug 740217: Simplify plugin instance object creation. r=bsmedberg
Josh Aas <joshmoz@gmail.com> - Fri, 30 Mar 2012 12:52:43 -0400 - rev 90738
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 740217: Simplify plugin instance object creation. r=bsmedberg
cfd6bf0fe1e9ed29f72957d98eda997bc77806a3: Fix for bug 740855 (Make tests that try to get XHR.channel use SpecialPowers). r=bz.
Peter Van der Beken <peterv@propagandism.org> - Fri, 30 Mar 2012 09:38:19 -0700 - rev 90737
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Fix for
bug 740855 (Make tests that try to get XHR.channel use SpecialPowers). r=bz.
61964245b303642e64d2e301ce67f87a61ac2d91: Bug 739066 - Don't include delete bookmarks/history in Combined view (r=margaret)
Lucas Rocha <lucasr@mozilla.com> - Fri, 30 Mar 2012 17:31:31 +0100 - rev 90736
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 739066 - Don't include delete bookmarks/history in Combined view (r=margaret)
130e702908ca5f21364fd080edaf156d10e71e06: Bug 735636 - Factor out checked state update into separate method (r=wesj)
Lucas Rocha <lucasr@mozilla.com> - Fri, 30 Mar 2012 17:31:31 +0100 - rev 90735
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 735636 - Factor out checked state update into separate method (r=wesj)
bb20be085b35a2cc1087d49aa763aa0d9c0bb570: Bug 735636 - Factor out icon update into separate method (r=wesj)
Lucas Rocha <lucasr@mozilla.com> - Fri, 30 Mar 2012 17:31:31 +0100 - rev 90734
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 735636 - Factor out icon update into separate method (r=wesj)
96fcc34dbbc9bd3943af8d75a105b83cfa61941b: Bug 735636 - Correctly use recycled view and apply ViewHolder pattern (r=wesj)
Lucas Rocha <lucasr@mozilla.com> - Fri, 30 Mar 2012 17:31:31 +0100 - rev 90733
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 735636 - Correctly use recycled view and apply ViewHolder pattern (r=wesj)
f7a96b2c55f423f30c2828e766f6e4cc19e03641: Bug 740372 - Handle MOZ_GFX_OPTIMIZE_MOBILE in gfxASurface and gfx2DGlue format conversion functions. r=jrmuizel
George Wright <gwright@mozilla.com> - Fri, 30 Mar 2012 11:56:08 -0400 - rev 90732
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 740372 - Handle MOZ_GFX_OPTIMIZE_MOBILE in gfxASurface and gfx2DGlue format conversion functions. r=jrmuizel
5a3a3536f52a9cb2d4a47f0ff871652ef4478813: Bug 739497 - Fix the comment of filter method for xpcshell.ini. r=jmaher
Hiroyuki Ikezoe <hiikezoe@mozilla-japan.org> - Fri, 30 Mar 2012 11:42:15 -0400 - rev 90731
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 739497 - Fix the comment of filter method for xpcshell.ini. r=jmaher
301109c610001d73ee8ae4f6e256da897db162f1: Bug 730273 - Cleanup recommended-addons.json to only contain necessary properties (r=mfinkle)
Lucas Rocha <lucasr@mozilla.com> - Fri, 30 Mar 2012 16:33:03 +0100 - rev 90730
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 730273 - Cleanup recommended-addons.json to only contain necessary properties (r=mfinkle)
931fe44e63264f676c1e2811c6c0fd14882866ec: Bug 740569 - Make the display port strategy preffable. r=Cwiiis
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 30 Mar 2012 09:57:39 -0400 - rev 90729
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 740569 - Make the display port strategy preffable. r=Cwiiis
10cf1144522fe8588bd4a58f17509f53ff24f2e3: Bug 737553 - Refactor much of the code in DisplayPortCalculator and tune some of the behaviour. r=Cwiiis
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 30 Mar 2012 09:47:22 -0400 - rev 90728
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 737553 - Refactor much of the code in DisplayPortCalculator and tune some of the behaviour. r=Cwiiis
Commonly reused pieces of code are pulled out into reusable functions in DisplayPortCalculator.
Reusing these functions makes the individual strategies' code much clearer and the similarities
between them more apparent. One actual bug was fixed, where the display port resolution was
incorrectly calculated in the DynamicResolutionStrategy. Prior to this change, it did not apply
the reshaping algorithm to the pre-velocity display port size, resulting in a different resolution
in some cases which would leave the content blurry. Additionally, the FixedMarginStrategy was
modified so that its margins are a multiple of the view size rather than constant pixel values.
ba83e928fec3f78c0c6cb70c11c1104c91c78b2a: Bug 737553 - Fix null handling in DisplayPortCalculator. r=Cwiiis
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 30 Mar 2012 09:46:27 -0400 - rev 90727
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 737553 - Fix null handling in DisplayPortCalculator. r=Cwiiis
d5a7628eed875905a4b3b8f7860c97a04dfb7355: Bug 694964 - Don't generate a Thebes Paint edit in an incomplete transaction. r=bgirard
Ali Juma <ajuma@mozilla.com> - Fri, 30 Mar 2012 09:25:20 -0400 - rev 90726
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 694964 - Don't generate a Thebes Paint edit in an incomplete transaction. r=bgirard
6a45337b5ed6a6e3689ec2ab1e444acb17392bd8: Bug 739919 - browser/components/build fails to link on mingw r=jimm
Jacek Caban <jacek@codeweavers.com> - Fri, 30 Mar 2012 13:33:06 +0200 - rev 90725
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 739919 - browser/components/build fails to link on mingw r=jimm
2c4ec30ee406ca847eed74b259fc8a44cac0f053: Bug 740324 - cubeb_winmm.c fails to compile on GCC r=jimm
Jacek Caban <jacek@codeweavers.com> - Fri, 30 Mar 2012 13:26:32 +0200 - rev 90724
Push
22382 by bmo@edmorley.co.uk at Sat, 31 Mar 2012 21:44:34 +0000
Bug 740324 - cubeb_winmm.c fails to compile on GCC r=jimm
83dce280d87141d551af64bddd9694eb84de125b: Bug 641821, MutationObserver, r=sicking
Olli Pettay <Olli.Pettay@helsinki.fi> - Sat, 31 Mar 2012 09:30:13 -0700 - rev 90723
Push
22381 by opettay@mozilla.com at Sat, 31 Mar 2012 19:07:39 +0000
Bug 641821, MutationObserver, r=sicking
fd2da289a3c15b8c96c248df2710d879793f22c9: No bug: Followups to my previous two commits.
Kyle Huey <khuey@kylehuey.com> - Sat, 31 Mar 2012 07:54:12 -0700 - rev 90722
Push
22380 by khuey@mozilla.com at Sat, 31 Mar 2012 14:54:19 +0000
No bug: Followups to my previous two commits.
dc227fe382351bd23077e51600b8c427a54db1fe: Bug 740626: Disable failing tests.
Kyle Huey <khuey@kylehuey.com> - Sat, 31 Mar 2012 07:26:57 -0700 - rev 90721
Push
22379 by khuey@mozilla.com at Sat, 31 Mar 2012 14:26:57 +0000
Bug 740626: Disable failing tests.
81630abfd7255e1b7ccd84ee5e21ce1ac3fa7cd2: Bug 718316: Disable failing tests.
Kyle Huey <khuey@kylehuey.com> - Sat, 31 Mar 2012 07:22:31 -0700 - rev 90720
Push
22378 by khuey@mozilla.com at Sat, 31 Mar 2012 14:22:38 +0000
Bug 718316: Disable failing tests.