Peter Van der Beken
|
854457d901
|
Fix for bug 768692 (Move DOM list binding generation to the new DOM binding codegen). r=bzbarsky.
--HG--
extra : rebase_source : 651a0fac4c9a87ef1c0a9cd91588c6421fd050c4
|
2012-05-22 15:46:20 +02:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
Ryan VanderMeulen
|
f1e04816ea
|
Merge m-c to inbound.
|
2012-08-20 20:21:35 -04:00 |
|
Olli Pettay
|
e1b92aea91
|
Bug 783856 - Autogen PopupBlockedEvent, r=jst
|
2012-08-20 11:26:34 -07:00 |
|
Masayuki Nakano
|
fd524685f9
|
Bug 422132 part.3 Disable smooth scroll in the new test due to random orange r=smaug
|
2012-08-20 11:46:08 +09:00 |
|
Masayuki Nakano
|
5c0eaf57ca
|
Bug 422132 part.2 Add new tests r=smaug
|
2012-08-20 11:46:08 +09:00 |
|
Masayuki Nakano
|
278ebaf46b
|
Bug 422132 part.1 Store unused fractional scroll amount for later wheel events r=smaug
|
2012-08-20 01:46:21 +09:00 |
|
Ed Morley
|
96e1689d08
|
Backout 41722f2e0c33 (bug 422132), 69da5f098237 (bug 782903), 5c601428c70b (bug 422132) for bug 782903
|
2012-08-18 23:29:13 +01:00 |
|
Ed Morley
|
7435db4163
|
Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures
|
2012-08-17 12:30:02 +01:00 |
|
Zoe Bellot
|
d60647c1bf
|
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
|
2012-08-17 12:02:18 +02:00 |
|
Matthew Gregan
|
b3488bdea4
|
Bug 770945 - Back out unnecessary change. r=backout
|
2012-08-17 16:52:08 +12:00 |
|
Matthew Gregan
|
d3a4cc2185
|
Bug 770945 - Simple media events shouldn't be cancelable. r=roc
|
2012-08-14 15:26:43 +12:00 |
|
Masayuki Nakano
|
dc8748e3bb
|
Bug 422132 part.2 Reset DeltaAccumulator::mPendingScrollAmountX and DeltaAccumulator::mPendingScrollAmountY if the direction is changed r=smaug
|
2012-08-17 10:32:15 +09:00 |
|
Masayuki Nakano
|
1d4f21b65a
|
Bug 782175 Support slower scroll settings with mousewheel.*.delta_multiplier_* r=smaug
|
2012-08-17 10:32:15 +09:00 |
|
Masayuki Nakano
|
a79bbc874a
|
Bug 782190 Implement onwheel attribute and onwheel property on window, document and element r=smaug, sr=jst
|
2012-08-16 08:09:42 +09:00 |
|
Neil Deakin
|
d5239674af
|
Bug 743975 - Remove events that are now unused, r=smaug
|
2012-08-15 14:52:42 -04:00 |
|
Neil Deakin
|
34ac541af0
|
Bug 743975 - remove accessibility events from widget, replace with a nsBaseWidget::GetAccessible method, r=trevsaunders
|
2012-08-15 14:52:37 -04:00 |
|
Masayuki Nakano
|
87f15e6b61
|
Bug 782739 Handle new mousewheel prefs in browser_fullZoom.js r=smaug+dao
|
2012-08-16 00:51:13 +09:00 |
|
Masayuki Nakano
|
36cbfbe21b
|
Bug 782903 Set enough long timeout time in test_bug422132.html r=smaug
|
2012-08-15 22:28:17 +09:00 |
|
Masayuki Nakano
|
007d2557c9
|
Bug 782552 Set overflow delta values even if there is no scroll target for the wheel event r=smaug
|
2012-08-15 09:52:07 +09:00 |
|
Masayuki Nakano
|
fd3f6f47bd
|
Bug 422132 Store unused fractional scroll amount for later wheel events r=smaug
|
2012-08-15 09:52:07 +09:00 |
|
Ehsan Akhgari
|
b457a9ddf0
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Aryeh Gregor
|
e2dd9c2028
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Masayuki Nakano
|
fbb457bfe6
|
Bug 659071 DoScrollZoom() should check if the event target is under XUL document rather than checking if it's XUL element r=smaug
|
2012-08-13 23:20:13 +09:00 |
|
Masayuki Nakano
|
8691dacf67
|
Bug 782181 Remove unused method nsMouseWheelTransaction::IsAccelerationEnabled() r=smaug
|
2012-08-13 21:11:20 +09:00 |
|
Masayuki Nakano
|
8074854719
|
Bug 719320 fix bustage r=no
|
2012-08-12 12:32:30 +09:00 |
|
Ryan VanderMeulen
|
212cdce23a
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
57cad65ed1
|
Bug 719320 part.18 Clean up legacy mouse scroll event r=smaug
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
3ca9a6e26d
|
Bug 719320 part.11 Fix new test failures r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
a380d0bab6
|
Bug 719320 part.10 Add new tests and remove tests for old ESM's legacy mouse scroll event handler r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
f666bb683a
|
Bug 719320 part.8-11 Cancel applying delta multipliers from overflowDelta r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
3ceb17b583
|
Bug 719320 part.8-9 Handle WheelEvent.deltaZ in ESM r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
ea44597fdd
|
Bug 719320 part.8-8 widget should be able to speicify the scroll type r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
68664bef80
|
Bug 719320 part.8-7 Implement the other default actions of WheelEvent r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
2ff571d371
|
Bug 719320 part.8-6 Init lineOrPageDeltaX and lineOrPageDeltaY from accumulated delta values if the wheel event is caused by pixel scroll only device or the delta values have been modified with prefs r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
7912249da5
|
Bug 719320 part.8-5 Dispatch legacy mouse scroll events before dispatching wheel event into system group if the wheel event isn't consumed r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
fb57c46e58
|
Bug 719320 part.8-4 Implement D3E WheelEvent handler for scroll r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
794d0e0f91
|
Bug 719320 part.8-3 Redesign nsMouseWheelTransaction for D3E WheelEvent r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
c3a84595c1
|
Bug 719320 part.8-2 GetScrollAmount() should return both width and height for oblique wheel event r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
3e7d8f043d
|
Bug 719320 part.8-1 Drop legacy mouse scroll events from IPC r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
55bcec467f
|
Bug 719320 part.7 Drop NS_QUERY_SCROLL_TARGET_INFO handler from ESM r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
0127890358
|
Bug 719320 part.6 Separate pixel delta value accumulation code r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
b65f092c51
|
Bug 719320 part.5 Redesign mouse wheel action prefs r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
a23577df3c
|
Bug 719320 part.4 Remove mousewheel.*.*numlines and add mousewheel.*.delta_multiplier_* r=smaug
|
2012-08-12 10:42:34 +09:00 |
|
Masayuki Nakano
|
38218dbdbf
|
Bug 719320 part.3 Use ComputeScrollTarget() for deciding detail value of legacy mouse scroll events r=smaug
|
2012-08-12 10:42:34 +09:00 |
|
Masayuki Nakano
|
6ccb9d4380
|
Bug 719320 part.2 Separate code for deciding scroll target from nsEventStateManager::DoScrollText() r=smaug
|
2012-08-12 10:42:34 +09:00 |
|
Masayuki Nakano
|
acbe3bbdd7
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
David Zbarsky
|
8d316c5861
|
Bug 773842 - Fix build warnings under content/ r=mounir
|
2012-08-10 14:01:16 -04:00 |
|
Aryeh Gregor
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Simon Montagu
|
c9f26ff62c
|
Bug 562169. Add support for :dir(ltr/rtl) CSS selector, layout/style part, r=bz
|
2012-08-09 20:37:58 -07:00 |
|