Doug Sherk
|
fd089093d3
|
Bug 786267: B2G: Lower resolution while doing accelerated panning r=cjones
|
2012-09-29 00:02:45 -04:00 |
|
Doug Sherk
|
a18fa33675
|
Bug 787445: B2G: Rip out async paint throttling code, use compression instead r=cjones
|
2012-09-29 00:02:41 -04:00 |
|
Doug Sherk
|
34d6e81bb8
|
Bug 746502: Add support for <meta name=viewport> on B2G/async panning and zooming r=cjones,smaug
|
2012-09-28 22:18:18 -04:00 |
|
Doug Sherk
|
05643b327a
|
Bug 784908: Part 3: Distinguish resolution from a new zoom field on FrameMetrics r=roc
|
2012-09-28 22:16:38 -04:00 |
|
Doug Sherk
|
4b01b719b1
|
Bug 784908: Part 1: Change names of FrameMetrics variables to be more descriptive, add documentation, change some coordinate spaces. r=roc
|
2012-09-28 22:16:34 -04:00 |
|
Ehsan Akhgari
|
2d709c2f52
|
Merge the landing of bug 579517 to mozilla-inbound
|
2012-08-22 12:12:15 -04:00 |
|
Doug Sherk
|
242fa304fe
|
Bug 780397: Convert FrameMetrics.mViewportScrollOffset from nsIntPoint to gfx::Point r=roc
|
2012-08-21 21:37:15 -07:00 |
|
Doug Sherk
|
02d6d527d2
|
Bug 775447: Rip out old checks for DOM touch listeners r=cjones
|
2012-08-21 21:37:09 -07:00 |
|
Doug Sherk
|
abb9aad31c
|
Bug 775447: Let touch-event listeners cancel async pan/zoom r=cjones
|
2012-08-21 21:37:06 -07:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
2012-08-22 11:56:38 -04:00 |
|
Doug Sherk
|
ff885fa426
|
Bug 775463: Implement tolerance in double tap detection r=cjones
|
2012-08-08 21:39:11 -07:00 |
|
Doug Sherk
|
c728bb798f
|
Bug 775463: Implement double-tap-to-zoom content r=cjones
|
2012-08-08 21:39:02 -07:00 |
|
Doug Sherk
|
8358a34d39
|
Bug 775451: Reduce diagonal checkerboarding r=cjones
|
2012-08-08 13:38:23 -07:00 |
|
Doug Sherk
|
417b3855ee
|
Bug 779572: Properly protect state in AsyncPanZoomController with a monitor r=cjones
|
2012-08-08 13:38:20 -07:00 |
|
Doug Sherk
|
a842889a26
|
Bug 775448: Disable async scrolling when we detect a scrollable subframe r=cjones
|
2012-08-08 13:38:06 -07:00 |
|
Doug Sherk
|
6b3965aa7c
|
Bug 775447: Properly count number of touch listeners in AsyncPanZoomController r=cjones
|
2012-08-08 13:37:57 -07:00 |
|
Phil Ringnalda
|
0bef654a22
|
Backout 8b3b879bc63f (Bug 777463), 32cc8084d1b7 (Bug 775451), ce9014442e13:4d52cfac7c37 (Bug 779572), b33f2b2dbbc5:963aed158547 (Bug 775463), 36832ad5ea65 (Bug 780210), 10695750e4e9:a2afc5b5e538 (Bug 775448), c9f42eebd694 (Bug 775447) for Linux bustage
|
2012-08-07 20:40:48 -07:00 |
|
Doug Sherk
|
de6acfbf97
|
Bug 775451: Reduce diagonal checkerboarding r=cjones
|
2012-08-07 18:51:15 -07:00 |
|
Doug Sherk
|
31ad905e49
|
Bug 779572: Properly protect state in AsyncPanZoomController with a monitor r=cjones
|
2012-08-07 18:51:13 -07:00 |
|
Doug Sherk
|
15c8e89958
|
Bug 775463: Implement tolerance in double tap detection r=cjones
|
2012-08-07 18:51:10 -07:00 |
|
Doug Sherk
|
7f10d611e6
|
Bug 775463: Implement double-tap-to-zoom content r=cjones
|
2012-08-07 18:51:08 -07:00 |
|
Doug Sherk
|
a52dd8cc39
|
Bug 775448: Disable async scrolling when we detect a scrollable subframe r=cjones
|
2012-08-07 18:51:02 -07:00 |
|
Doug Sherk
|
6cf8da54f8
|
Bug 775447: Properly count number of touch listeners in AsyncPanZoomController r=cjones
|
2012-08-07 18:51:00 -07:00 |
|
David Zbarsky
|
aaa7d5ced9
|
Bug 706179 Part 3: Turn on the use of scaling for layers in FrameLayerBuilder r=mattwoodrow
|
2012-08-03 14:29:22 -07:00 |
|
Doug Sherk
|
834a95defc
|
Bug 779344: Properly transform B2G panning/zooming after layers changes r=dzbarsky
|
2012-07-31 16:19:25 -07:00 |
|
Doug Sherk
|
713d90ac11
|
Bug 777264: Remove timer-based repaint throttling r=cjones
|
2012-07-27 00:33:57 -07:00 |
|
Doug Sherk
|
de333555a2
|
Bug 777264: Throttle repaint requests in Gecko panning/zooming r=cjones
|
2012-07-27 00:33:48 -07:00 |
|
Doug Sherk
|
64c27116c3
|
Bug 776226: Implement axis locking when panning along one axis r=roc
|
2012-07-22 23:49:07 -04:00 |
|
David Zbarsky
|
5fef9c6fe5
|
no bug, avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor in APZ, blanket r=bz
|
2012-07-20 16:49:12 -04:00 |
|
Doug Sherk
|
911626890a
|
Bug 750974: Move basic pan/zoom logic into Gecko C++ r=cjones,roc sr=smaug[widget/]
|
2012-07-19 23:48:25 -07:00 |
|