Nicholas Nethercote
|
d5bb285d32
|
Bug 781722 - Loosen over-tight assertion in JS_GetGlobalForScopeChain.
--HG--
extra : rebase_source : eb94fcced7bc3584de4c43ca511d3d7c0ed3dc20
|
2012-08-12 16:40:58 -07:00 |
|
Nicholas Nethercote
|
539c810754
|
No bug - Fix some JSString comments. r=luke, DONTBUILD because comment-only changes.
|
2012-08-13 16:35:45 -07:00 |
|
Ed Morley
|
80640388d7
|
Bug 782431 - Disable dom/imptests/editing/selecttest/* on Android for being permaorange
|
2012-08-13 23:09:29 +01:00 |
|
Nicholas Cameron
|
20cab98861
|
Bug 781943. nullptr macro. r=joe
|
2012-08-14 09:06:59 +12:00 |
|
Dão Gottwald
|
d726bbed43
|
Bug 782375 - pageShowEventHandlers should check event.target rather than event.originalTarget. r=gavin
|
2012-08-13 22:39:50 +02:00 |
|
Aryeh Gregor
|
30201a72e9
|
Bug 751554 part 5 - Rename OperationID to EditAction; r=ehsan
|
2012-08-12 21:28:26 +03:00 |
|
Aryeh Gregor
|
6a9cec29c8
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Gavin Sharp
|
6a7f11ef72
|
Bug 781386 followup: fix forgotten review nit (reset pref that this test sets on test end)
|
2012-08-11 20:55:58 -07:00 |
|
Ryan VanderMeulen
|
902d64ba8e
|
Merge m-c to inbound.
|
2012-08-11 23:34:26 -04:00 |
|
Masayuki Nakano
|
539ddd3a14
|
Bug 719320 fix bustage r=no
|
2012-08-12 12:32:30 +09:00 |
|
Ryan VanderMeulen
|
870142e530
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
dc168c0fe1
|
Bug 719320 part.18 Clean up legacy mouse scroll event r=smaug
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
afe7578939
|
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
|
6008a5f7b8
|
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
|
bc8a0b446f
|
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
|
0be0331889
|
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
|
227be1a7d1
|
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
|
f4626c0cee
|
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
|
fef53e910a
|
Bug 719320 part.11 Fix new test failures r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
054c5d328e
|
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
|
cb1f8565ed
|
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
d3e3af5edb
|
Bug 719320 part.8-11 Cancel applying delta multipliers from overflowDelta r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
9cd0b82303
|
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
|
53c900db7e
|
Bug 719320 part.8-9 Handle WheelEvent.deltaZ in ESM r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
737ff36abf
|
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
|
3cdce54608
|
Bug 719320 part.8-7 Implement the other default actions of WheelEvent r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
aa2205d526
|
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
|
5ef8537b0b
|
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
|
cee821b532
|
Bug 719320 part.8-4 Implement D3E WheelEvent handler for scroll r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
e828866df7
|
Bug 719320 part.8-3 Redesign nsMouseWheelTransaction for D3E WheelEvent r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
1bc02406f9
|
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
|
92d1e07e69
|
Bug 719320 part.8-1 Drop legacy mouse scroll events from IPC r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
a2e667b6b9
|
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
|
a418ba8a35
|
Bug 719320 part.6 Separate pixel delta value accumulation code r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
1818fe2fb2
|
Bug 719320 part.5 Redesign mouse wheel action prefs r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
d26b327f14
|
Bug 719320 part.4 Remove mousewheel.*.*numlines and add mousewheel.*.delta_multiplier_* r=smaug
|
2012-08-12 10:42:34 +09:00 |
|
Masayuki Nakano
|
785b73e21d
|
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
|
06c7f1baf6
|
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
|
c748a0f833
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Scott Johnson
|
a126fbce3c
|
Bug 777089: Add preference to control the function used to map specified font sizes to inflated font sizes. [r=dbaron]
|
2012-08-11 13:33:36 -05:00 |
|
Kartikaya Gupta
|
502ec20777
|
Bug 734496 - Don't apply resistance to pinch zoom unless an axis is in overscroll on both sides. r=Cwiiis
|
2012-08-11 13:32:04 -04:00 |
|
Ms2ger
|
118098725e
|
Backout changeset c77acb256aec for failing to work.
|
2012-08-11 18:12:54 +02:00 |
|
ffxbld
|
a39366c6c8
|
Automated blocklist update from host linux-ix-slave40
|
2012-08-11 03:12:22 -07:00 |
|
Edmund Wong
|
db7392d691
|
Bug 774584 - Remove $(shell) from browser/locales/Makefile.in. r=glandium
|
2012-08-11 13:28:20 +08:00 |
|
Honza Bambas
|
541453729c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Phil Ringnalda
|
66e7c87620
|
Backout dcb9d2f694eb (bug 769254) for Windows test_resize_move_windows.html M3 failures
|
2012-08-10 18:51:29 -07:00 |
|
Wan-Teh Chang
|
cf7b0a861f
|
Bug 780009: Update NSS to NSS_3_13_6_RTM. Note that this overwrites
the changes to the three Makefile.in files in dbm/ in the changeset
https://hg.mozilla.org/mozilla-central/rev/162130598df0 for bug 774032.
|
2012-08-10 18:36:28 -07:00 |
|
Alex Crichton
|
7995a3b3e5
|
Bug 778979 - Part 5: Expose the line number in the JSON output of SPS. r=ehsan
|
2012-08-10 16:43:30 -07:00 |
|
Alex Crichton
|
fcbfdf2479
|
Bug 778979 - Part 4: Provide an ip => pc translation mechanism for currently running JIT code. r=bhackett
|
2012-08-10 16:43:20 -07:00 |
|
Alex Crichton
|
718e48ee70
|
Bug 778979 - Part 3: Track the line number in the JS engine for SPS profiling. r=bhackett
|
2012-08-10 16:42:55 -07:00 |
|