Boris Zbarsky
|
8e173d33eb
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
|
Carsten "Tomcat" Book
|
bad7faea30
|
Backed out changeset f2cade11e3c0 (bug 926830) for mochitest memory leak on a CLOSED TREE
|
2014-02-21 14:32:28 +01:00 |
|
Georg Fritzsche
|
11eb92da65
|
Bug 926830 - Test cleanup for plugin enabledState usage, widget. r=roc
|
2014-02-17 15:58:06 +01:00 |
|
John Schoenick
|
99e1d7de24
|
Bug 967694 - Fix tests that expect old behavior. r=bsmedberg
|
2014-02-11 12:14:42 -08:00 |
|
Ehsan Akhgari
|
82ebdc883f
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Olli Pettay
|
8ec768e254
|
Bug 950367 - random failures in test_bug462106_perwindow.xul, r=ehsan
--HG--
extra : rebase_source : 0917176511f1855f81ce92d1b030da6fcc7dce2f
|
2013-12-19 14:52:04 +02:00 |
|
Masayuki Nakano
|
b258d7f789
|
Bug 947115 All tests shouldn't use nsIDOMWindowUtils.sendNativeKeyEvent() directly. Use synthesizeNativeKey() instead. r=smaug
|
2013-12-18 16:02:46 +09:00 |
|
Masayuki Nakano
|
c7d0523036
|
Bug 930374 part.2 Fix test_assign_event_data.html for new defaultPrevented behavior and make it a chrome test r=smaug
|
2013-12-09 00:51:16 +09:00 |
|
Masayuki Nakano
|
6b23195449
|
Bug 946044 Handle context menu key of PC keyboard on Mac r=smichaud
|
2013-12-06 12:16:55 +09:00 |
|
Ms2ger
|
ce8fd74c8c
|
Bug 939271 - Part j: move mochitests to manifests in widget/tests; r=roc
|
2013-11-28 15:04:21 +01:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Benjamin Smedberg
|
29af8806f1
|
Bug 932854 temporary test workaround for test_keycodes.xul, r=jimm
|
2013-11-14 08:23:09 -05:00 |
|
Masayuki Nakano
|
329dc3f548
|
Bug 930900 part.2 Fix event class names in test_assign_event_data.html r=smaug
|
2013-10-29 13:14:43 +09:00 |
|
Masayuki Nakano
|
84f8fdd1eb
|
Bug 930900 part.1 Add new key name index which means KeyboardEvent.key should refer stored string (not implemented yet) r=smaug
|
2013-10-29 13:14:42 +09:00 |
|
Birunthan Mohanathas
|
c410425386
|
Bug 784739 - Switch from NULL to nullptr in widget/; r=ehsan
|
2013-10-28 10:05:51 -04:00 |
|
Martijn Wargers
|
3ee6d7d7f3
|
Bug 922008 - Remove more enablePrivilege calls, part2. r=jmaher
|
2013-09-30 11:30:01 +02:00 |
|
Masayuki Nakano
|
ee772d1cbc
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Carsten "Tomcat" Book
|
725d8a196f
|
Merge m-c to fx-team
|
2013-09-18 12:32:43 +02:00 |
|
Mike de Boer
|
8cc485b46d
|
Bug 870865: update disabled text color on OSX. r=mstange, ui-r=shorlander
|
2013-09-18 11:06:07 +02:00 |
|
Bobby Holley
|
cd3879dd8f
|
Bug 874502 part 4. Fix private browsing tests to not assume synchronous window closing. r=jdm
|
2013-09-17 17:45:47 -04:00 |
|
stefanh@inbox.com
|
bcd2b365d7
|
Bug 916491 - Remove -moz-mac-alternateprimaryhighlight. r=mstange.
|
2013-09-15 00:44:50 +02:00 |
|
Masayuki Nakano
|
8f393ec07c
|
Bug 912956 part.1 Rename all event stuff in mozilla::widget to mozilla::* r=roc
|
2013-09-14 11:39:41 +09:00 |
|
Masayuki Nakano
|
572b2630b7
|
Bug 911951 part.2 Reimplement synthesizeText() in EventUtils.js and remove nsIDOMWindowUtils.COMPOSITION_ATTR_* from all tests r=smaug
|
2013-09-13 00:19:00 +09:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Georg Fritzsche
|
f993544c10
|
Bug 899080 - Test fixup part 6 - widget. r=roc
|
2013-09-04 16:07:53 +02:00 |
|
Masatoshi Kimura
|
216f76200c
|
Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley
|
2013-09-05 01:02:34 +09:00 |
|
Masayuki Nakano
|
64b404534a
|
Bug 910978 part.19 Implement nsMutationEvent::AssignMutationEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
b30c3feef6
|
Bug 910978 part.18 Implement nsAnimationEvent::AssignAnimationEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
1c1e1f20ff
|
Bug 910978 part.17 Implement nsTransitionEvent::AssignTransitionEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
1db2e51d44
|
Bug 910978 part.16 Implement nsSimpleGestureEvent::AssignSimpleGestureEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
5bac5acde7
|
Bug 910978 part.15 Implement nsFocusEvent::AssignFocusEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
0dec671ed9
|
Bug 910978 part.14 Implement nsUIEvent::AssignUIEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
694e27ec0a
|
Bug 910978 part.13 Implement nsClipboardEvent::AssignClipboardEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
37a09fd4f9
|
Bug 910978 part.12 Implement nsCommandEvent::AssignCommandEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
ffc994f8f5
|
Bug 910978 part.11 Implement nsFormEvent::AssignFormEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
8572bd5112
|
Bug 910978 part.10 Implement nsTouchEvent::AssignTouchEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
546beaa3a9
|
Bug 910978 part.9 Implement widget::WheelEvent::AssignWheelEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
04b32b9fa0
|
Bug 910978 part.8 Implement nsMouseScrollEvent::AssignMouseScrollEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
ccd69297c4
|
Bug 910978 part.7 Implement nsCompositionEvent::AssignCompositionEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
00a26e15e5
|
Bug 910978 part.6 Implement nsTextEvent::AssignTextEventData() and make nsTextEvent not a derived class of nsInputEvent because nobody uses the stored data r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
114445c4e2
|
Bug 910978 part.5 Implement nsDragEvent::AssignDragEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
725fecdb00
|
Bug 910978 part.4 Implement nsScrollAreaEvent::AssignScrollAreaEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
56c41ee879
|
Bug 910978 part.3 Implement nsScrollPortEvent::AssignScrollPortEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
0cf5f945b0
|
Bug 910978 part.1 Implement nsScriptErrorEvent::AssignScriptErrorEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
46eb07951c
|
Bug 910978 part.0 Fix wrong indent in test_assign_event_data.html r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
4a9d769635
|
Bug 910156 Add AssignKeyEventData() and AssignMouseEventData() for sharing the code in nsDOMEvent::DuplicatePrivateData() and nsDelayed*Event r=smaug
|
2013-08-30 11:10:32 +09:00 |
|
Masayuki Nakano
|
51e7b5e4cd
|
Bug 897885 part.2 Add test for handling kVK_JIS_KeypadComma r=smichaud
|
2013-08-24 13:53:01 +09:00 |
|
Ms2ger
|
66214743ad
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Masayuki Nakano
|
b181171f7d
|
Bug 501496 part.8 Native key event tests should prevent default only when the event is keypress r=smaug
|
2013-07-25 15:09:29 +09:00 |
|