Masayuki Nakano
|
58b22f4244
|
Bug 719320 part.18 Clean up legacy mouse scroll event r=smaug
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
270b3586a0
|
Bug 719320 part.17 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on nsWidgetUtils r=smaug
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
fd86ca36bb
|
Bug 719320 part.16 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on OS/2 r=daveryeo
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
988afba77a
|
Bug 719320 part.15 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on Qt r=karlt
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
8e9af33a49
|
Bug 719320 part.14 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on Cocoa r=smaug+smichaud
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
2daeb34973
|
Bug 719320 part.13 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on GTK r=karlt
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
f5096646cb
|
Bug 719320 part.12 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on Windows r=smaug+jimm
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
1d01f06d4d
|
Bug 719320 part.11 Fix new test failures r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
cf816214b0
|
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
|
577c0446d5
|
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
19179bc9fe
|
Bug 719320 part.8-11 Cancel applying delta multipliers from overflowDelta r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
6c70546f8f
|
Bug 719320 part.8-10 Remove the code handling legacy mouse events in layout r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
6218b5fd40
|
Bug 719320 part.8-9 Handle WheelEvent.deltaZ in ESM r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
34beebf6df
|
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
|
62d29bfb7e
|
Bug 719320 part.8-7 Implement the other default actions of WheelEvent r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
e98c45fc9f
|
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
|
24a276180b
|
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
|
015a699728
|
Bug 719320 part.8-4 Implement D3E WheelEvent handler for scroll r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
12fc4b119e
|
Bug 719320 part.8-3 Redesign nsMouseWheelTransaction for D3E WheelEvent r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
9058c2c050
|
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
|
77ea1504a6
|
Bug 719320 part.8-1 Drop legacy mouse scroll events from IPC r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
6a65280323
|
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
|
2c7ce218f2
|
Bug 719320 part.6 Separate pixel delta value accumulation code r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
0920874b2c
|
Bug 719320 part.5 Redesign mouse wheel action prefs r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
08a826f3e2
|
Bug 719320 part.4 Remove mousewheel.*.*numlines and add mousewheel.*.delta_multiplier_* r=smaug
|
2012-08-12 10:42:34 +09:00 |
|
Masayuki Nakano
|
a0e8d18871
|
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
|
adb8fea7af
|
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
|
5c5f0a16d2
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
ffxbld
|
e0d7dc0f26
|
Automated blocklist update from host linux-ix-slave40
|
2012-08-11 03:12:22 -07:00 |
|
Brian Nicholson
|
2ec18563e6
|
Bug 779796 - Part 6: Remove article generator function in Readability.js. r=lucasr
|
2012-08-09 23:30:46 -07:00 |
|
Brian Nicholson
|
1ca0a50866
|
Bug 779796 - Part 5: Move Readability parsing to a web worker. r=lucasr
|
2012-08-09 23:30:46 -07:00 |
|
Brian Nicholson
|
0e799391d0
|
Bug 779796 - Part 4: Remove XPCOM-related code from Readability.js. r=lucasr,mfinkle
|
2012-08-09 23:30:46 -07:00 |
|
Brian Nicholson
|
430dd8e7f2
|
Bug 779796 - Part 3: Update Readability.js to be compatible with JSDOMParser. r=lucasr
|
2012-08-09 23:30:46 -07:00 |
|
Brian Nicholson
|
1ba388c58c
|
Bug 779796 - Part 2: Replace Reader checks with full parses. r=lucasr
|
2012-08-09 23:30:46 -07:00 |
|
Brian Nicholson
|
93395189aa
|
Bug 779796 - Part 1: Implement JSDOMParser. r=lucasr,mfinkle
|
2012-08-09 23:30:46 -07:00 |
|
Yoshi Huang
|
d85403888f
|
Bug 780825 - Part 2: xpcshell tests. r=vicamo
|
2012-08-09 14:04:40 +08:00 |
|
Yoshi Huang
|
8539768efd
|
Bug 780825 - Part 1: Read 0x81 and 0x82 UCS2 String on UICC. r=vicamo
|
2012-08-08 12:20:54 +08:00 |
|
Yoshi Huang
|
1bc36c267d
|
Bug 779885 - Part 2: xpcshell tests. r=vicamo
|
2012-08-07 15:04:10 +08:00 |
|
Yoshi Huang
|
714aa593e1
|
Bug 779885 - Part 1: Revised readAlphaIdentifier. r=vicamo
|
2012-08-06 12:24:07 +08:00 |
|
Dave Hylands
|
9847819a4c
|
Bug 777259 - Launch VolumeService earlier to prevent races on retrieving Volume information
|
2012-08-09 20:40:05 -07:00 |
|
Simon Montagu
|
88f3b972df
|
Bug 562169. Add support for :dir(ltr/rtl) CSS selector, content part, r=bz
|
2012-04-17 07:03:10 +03:00 |
|
Simon Montagu
|
7b0bd7bf8b
|
Bug 562169. Add support for :dir(ltr/rtl) CSS selector, layout/style part, r=bz
|
2012-08-09 20:37:58 -07:00 |
|
Simon Montagu
|
4c11a01f44
|
Tests for dir(ltr/rtl) CSS selector. bug 562169, r=bz
|
2012-04-17 07:01:29 +03:00 |
|
Eric Chou
|
2dcdd775ec
|
Bug 758504 - Final: patch 2: Implement function to remove reserved services. r=qdot
|
2012-08-10 11:17:06 +08:00 |
|
Eric Chou
|
4596320121
|
Bug 758504 - Final: patch1: Implement function to add reserved services. r=qdot
|
2012-08-10 11:17:06 +08:00 |
|
Ryan VanderMeulen
|
0fa6eef4e1
|
Merge m-c to inbound.
|
2012-08-09 22:57:18 -04:00 |
|
Ryan VanderMeulen
|
896c48def3
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-09 22:53:34 -04:00 |
|
Benoit Jacob
|
3b5628b720
|
Bug 777028 - WebGL: allow only 16 samplers per program on Mesa - r=jgilbert
|
2012-08-09 22:30:17 -04:00 |
|
Edmund Wong
|
a5fc7f7a36
|
Bug 778035 - Add extra else block to set CC/CXX for systems that don't have clang installed. (m-c) r=ted
|
2012-08-10 09:11:49 +08:00 |
|
Chris AtLee
|
a0d688ef09
|
Bug 776185: use the buildid based on MOZ_BUILD_DATE for ANDROID_VERSION_CODE r=mfinkle
|
2012-08-09 17:57:41 -04:00 |
|