- Dec 02, 2012
-
-
Ms2ger authored
-
- Oct 26, 2012
-
-
Jacek Szpot authored
-
- Nov 02, 2012
-
-
Robert O'Callahan authored
Bug 807472. Pass WILL_SEND_DID_PAINT when calling PresShell::Paint with PAINT_COMPOSITE. r=mattwoodrow
-
- Oct 19, 2012
-
-
Robert O'Callahan authored
--HG-- extra : rebase_source : 3c46d24378ca10f4cf3c476d1de6930ed9683946
-
Robert O'Callahan authored
--HG-- extra : rebase_source : 9bb272d795f42e63ea00e0f9107eeaaa593a332d
-
- Oct 22, 2012
-
-
Mats Palmgren authored
-
- Sep 28, 2012
-
-
Isaac Aggrey authored
-
- Oct 10, 2012
-
-
Robert O'Callahan authored
Bug 626245. Part 4.5: Forward WillPaintWindow/DidPaintWindow notifications to the presshell and do plugin geometry updates from there. r=matspal --HG-- extra : rebase_source : 5cf892e26962ef045d76a69fa4b4be9f7d7388da
-
- Sep 20, 2012
-
-
Timothy Nikkel authored
CalcWidgetBounds (which we use to compute widget bounds) contains an optimization for hidden popup views which makes it return wrong results for hidden popup views, so just don't bother if we have a hidden popup view.
-
- Sep 27, 2012
-
-
Ed Morley authored
-
- Sep 11, 2012
-
-
Matt Woodrow authored
-
Matt Woodrow authored
-
- Aug 29, 2012
-
-
Matt Woodrow authored
-
Matt Woodrow authored
Bug 539356 - Part 9f - Compute the invalid area of the layer tree and pass this to the widget. r=roc
-
Matt Woodrow authored
-
Matt Woodrow authored
-
- Oct 16, 2012
-
-
Steven Michaud authored
-
- Aug 21, 2012
-
-
Matt Woodrow authored
-
- Aug 14, 2012
-
-
Matt Woodrow authored
-
- Aug 13, 2012
-
-
Matt Woodrow authored
-
Matt Woodrow authored
Bug 539356 - Part 16 - Revoke any pending ViewManager flushes when we do one (sometimes we get this called from Will Paint events). r=roc
-
Matt Woodrow authored
Bug 770000 - Call WillPaint and DidPaint from the refresh driver instead of the widget events. r=roc
-
Matt Woodrow authored
-
Matt Woodrow authored
Bug 539356 - Part 8b - Move painting of retained layers to the view manager flush, and only composite on the paint event. r=roc * * * Fix Empty transactions with the new paint timing
-
- Aug 22, 2012
-
-
Ehsan Akhgari authored
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg This patch was generated by a script. Here's the source of the script for future reference: function convert() { echo "Converting $1 to $2..." find . ! -wholename "*nsprpub*" \ ! -wholename "*security/nss*" \ ! -wholename "*/.hg*" \ ! -wholename "obj-ff-dbg*" \ ! -name nsXPCOMCID.h \ ! -name prtypes.h \ -type f \ \( -iname "*.cpp" \ -o -iname "*.h" \ -o -iname "*.c" \ -o -iname "*.cc" \ -o -iname "*.idl" \ -o -iname "*.ipdl" \ -o -iname "*.ipdlh" \ -o -iname "*.mm" \) | \ xargs -n 1 sed -i -e "s/\b$1\b/$2/g" } convert PRInt8 int8_t convert PRUint8 uint8_t convert PRInt16 int16_t convert PRUint16 uint16_t convert PRInt32 int32_t convert PRUint32 uint32_t convert PRInt64 int64_t convert PRUint64 uint64_t convert PRIntn int convert PRUintn unsigned convert PRSize size_t convert PROffset32 int32_t convert PROffset64 int64_t convert PRPtrdiff ptrdiff_t convert PRFloat64 double
-
- Aug 04, 2012
-
-
Mike Hommey authored
-
Mike Hommey authored
-
Mike Hommey authored
-
- Jul 30, 2012
-
-
Aryeh Gregor authored
-
- Aug 06, 2012
-
-
David Zbarsky authored
-
- Jul 19, 2012
-
-
Mark Capella authored
-
- Aug 15, 2012
-
-
Neil Deakin authored
-
Neil Deakin authored
-
Neil Deakin authored
-
Neil Deakin authored
Bug 743975 - use a widget listener interface instead of the remaining events that don't need an event, r=tn,jmathies,netzen,smichaud,karlt,blassey,chrisjones
-
Neil Deakin authored
-
Neil Deakin authored
-
Neil Deakin authored
-
Timothy Nikkel authored
-
- Jul 04, 2012
-
-
Ehsan Akhgari authored
-