Bill McCloskey
|
60892ee16e
|
Bug 1177013 - test_cpows.xul test for CPOW cancelation (r=dvander)
|
2015-07-15 14:37:12 -07:00 |
|
Geoff Brown
|
495b7cbfe1
|
Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin
|
2015-07-10 14:41:59 -06:00 |
|
Bill McCloskey
|
a4e0f91e99
|
Bug 1173947 - Make getRandomValues message be urgent (r=mrbkap)
|
2015-07-07 17:24:42 -07:00 |
|
Bill McCloskey
|
06d53a5cde
|
Bug 1177013 - Modernize test_cpows.xul (r=dvander)
|
2015-07-06 19:58:44 -07:00 |
|
Phil Ringnalda
|
6d43ab4967
|
Back out 12 changesets (bug 1177013) on suspicion of causing b2g emulator debug test bustage
CLOSED TREE
Backed out changeset 912aae0815f8 (bug 1177013)
Backed out changeset 3b6448172e50 (bug 1177013)
Backed out changeset 2af18bef5703 (bug 1177013)
Backed out changeset e6bf35115c11 (bug 1177013)
Backed out changeset 4d7f5205b60b (bug 1177013)
Backed out changeset f7de893911bc (bug 1177013)
Backed out changeset de79eba232f0 (bug 1177013)
Backed out changeset 978a77b60f2a (bug 1177013)
Backed out changeset f5b52fa19511 (bug 1177013)
Backed out changeset e14a7b70b6fa (bug 1177013)
Backed out changeset d0f5a3474659 (bug 1177013)
Backed out changeset bff9f07dad52 (bug 1177013)
|
2015-07-02 22:08:54 -07:00 |
|
Bill McCloskey
|
0b37c37a37
|
Bug 1177013 - Modernize test_cpows.xul (r=dvander)
|
2015-07-02 17:18:10 -07:00 |
|
Blake Kaplan
|
af0fe1424e
|
Bug 1151848 - Bump the priority of this message so that cpowWindow.screen works without crashing. r=billm
|
2015-06-23 17:34:00 -04:00 |
|
Kathy Brade
|
be0ea65a02
|
Bug 418986 - Resist fingerprinting by preventing exposure of screen and system info. r=mrbkap, r=heycam
|
2015-06-07 09:02:00 -04:00 |
|
Tooru Fujisawa
|
4397f3f321
|
Bug 1102219 - Part 5: Replace more String.prototype.contains with String.prototype.includes in chrome code. r=till
|
2015-04-30 00:32:05 +09:00 |
|
Ted Mielczarek
|
e08259895a
|
bug 1155691 - Expose WindowRoot to chrome from window in webidl. r=smaug
|
2015-04-17 16:17:26 -04:00 |
|
Christoph Kerschbaumer
|
2dc5972079
|
Bug 1147562 - Update remaining callsites of newChannel before landing the shim in dom/ (r=sicking)
|
2015-04-09 10:10:33 -07:00 |
|
Blake Kaplan
|
2104fc3943
|
Bug 1145854 - Don't leak WrapperOwner::className's string. r=billm
|
2015-03-27 13:12:37 -07:00 |
|
William Chen
|
d336ec30e7
|
Bug 1130028 - Custom elements, set registered prototype in compartment of caller of registerElement. r=mrbkap
|
2015-03-02 09:48:30 -08:00 |
|
Jonathan Griffin
|
84011a87cc
|
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
|
2015-02-06 16:30:37 -08:00 |
|
Blake Kaplan
|
b9d723a7c1
|
Bug 1134006 - Avoid IPC for domElement.QueryInterface(nsISupports) and nsIClassInfo. r=billm
|
2015-03-10 14:36:01 -07:00 |
|
Carsten "Tomcat" Book
|
fcc855696d
|
Backed out changeset 6c7ebb2f5a92 (bug 1134006) for bustage
|
2015-03-10 12:37:24 +01:00 |
|
Blake Kaplan
|
f064117eb7
|
Bug 1134006 - Avoid IPC for domElement.QueryInterface(nsISupports) and nsIClassInfo. r=billm
|
2015-03-09 15:01:00 +01:00 |
|
Blake Kaplan
|
1675ef4213
|
Bug 1140636 - Test CPOW function identity. r=billm
|
2015-03-06 15:46:00 +01:00 |
|
Olli Pettay
|
f80595bce7
|
Bug 1139964 part 3. Add a test. r=bzbarsky
|
2015-03-06 01:08:06 -05:00 |
|
Masayuki Nakano
|
483fbc830f
|
Bug 1119609 part.18 Add nsITextInputProcessor.commitCompositionWith() and drop aCommitString from nsITextInputProcessor.commitComposition() r=smaug, sr=smaug
|
2015-02-19 15:50:21 +09:00 |
|
Masayuki Nakano
|
ef1c96c431
|
Bug 1119609 part.17 TextInputProcessor shouldn't allow to begin input transaction with different TextEventDispatcher during dispatching an event r=smaug
|
2015-02-19 15:50:21 +09:00 |
|
Masayuki Nakano
|
60d702a190
|
Bug 1119609 part.12 nsITextInputProcessor should take KeyboardEvent as an argument of composition releated methods for dispatching key events around composition events r=smaug, sr=smaug
|
2015-02-19 15:50:20 +09:00 |
|
Masayuki Nakano
|
d1a96d851a
|
Bug 1119609 part.11 TextEventDispatcher shouldn't allow to begin input transaction during dispatching a event r=smaug
|
2015-02-19 15:50:20 +09:00 |
|
Masayuki Nakano
|
4ebbc05525
|
Bug 1119609 part.10 Support all key and code values which are enough stable in DOM Level 3 KeyboardEvent key/code Values rs=smaug
|
2015-02-19 15:50:20 +09:00 |
|
Masayuki Nakano
|
64e4cfafc7
|
Bug 1119609 part.9 Make a check in runUnloadTests2() of window_nsITextInputProcessor disabled due to unknown random failure r=smaug
|
2015-02-19 15:50:20 +09:00 |
|
Masayuki Nakano
|
08fdbb2ac3
|
Bug 1119609 part.8 nsITextInputProcessor.keydown() and nsITextInputProcessor.keyup() should be able to only modify its modifier state without dispatching key events r=smaug, sr=smaug
|
2015-02-19 15:50:19 +09:00 |
|
Masayuki Nakano
|
1d6da0c4e1
|
Bug 1119609 part.7 Make TextInputProcerros possible to share modifier state r=smaug, sr=smaug
|
2015-02-19 15:50:19 +09:00 |
|
Masayuki Nakano
|
be3248be75
|
Bug 1119609 part.6 TextInputProcessor should manage modifier key state and set it to dispatching key events automatically r=smaug, sr=smaug
|
2015-02-19 15:50:19 +09:00 |
|
Masayuki Nakano
|
a05a4768db
|
Bug 1119609 part.5 Compute KeyboardEvent.location and .keyCode if they are 0 r=smaug, sr=smaug
|
2015-02-19 15:50:19 +09:00 |
|
Masayuki Nakano
|
b6df689270
|
Bug 1119609 part.4 Add keydown() and keyup() to nsITextInputProcessor r=smaug, sr=smaug
|
2015-02-19 15:50:19 +09:00 |
|
Gabor Krizsanits
|
df3314aad3
|
Bug 1090592 - GetPrototypeOf hook for CPOWProxyHandler. r=billm
|
2015-02-10 16:29:41 +01:00 |
|
Masayuki Nakano
|
6cea2a629c
|
Bug 1131026 Rename nsITextInputProcessor.init() and .initForTests() to .beginInputTransaction() and .beginInputTransactionForTests() r=smaug, sr=smaug
|
2015-02-10 17:09:29 +09:00 |
|
Masayuki Nakano
|
18148530de
|
Bug 1129406 load event handler should remove itself with proper event name r=smaug
|
2015-02-05 10:54:04 +09:00 |
|
Christoph Kerschbaumer
|
94befca01c
|
Bug 1126067 - Make JS callers of ios.newChannel call ios.newChannel2 in dom/ - tests (r=sicking)
|
2015-02-02 20:08:34 -08:00 |
|
Bill McCloskey
|
73cced6be2
|
Bug 1072980 - Don't allow CPOWs to be passed to C++ code (r=mrbkap,ally,mconley)
|
2015-01-29 11:28:01 -08:00 |
|
Masayuki Nakano
|
9e4747fac5
|
Bug 917322 part.21 Ensure to cancel composition when TextInputProcessor is released r=smaug
|
2015-01-28 15:27:33 +09:00 |
|
Masayuki Nakano
|
b3a2564e22
|
Bug 917322 part.19 Add nsITextInputProcessorCallback r=smaug+xyuan, sr=smaug
|
2015-01-28 15:27:33 +09:00 |
|
Masayuki Nakano
|
208ef09b93
|
Bug 917322 part.18 Add tests of nsITextInputProcessor r=smaug
|
2015-01-28 15:27:33 +09:00 |
|
Kaustabh Datta Choudhury
|
b59b594901
|
Bug 1116776 - test_bug990812.xul leaves a window open during the test run. r=jmaher
|
2015-01-12 09:31:36 -05:00 |
|
Bill McCloskey
|
ea0245e40a
|
Backout bug 1072980 due to regressions (a=backout)
|
2014-12-20 21:15:36 -08:00 |
|
Bill McCloskey
|
a3f051dc0a
|
Bug 1072980 - Add test for passing CPOWs to C++ (r=mrbkap)
|
2014-12-18 17:34:23 -08:00 |
|
Bobby Holley
|
8c028920a4
|
Bug 1101769 - Tests. r=billm
|
2014-11-23 15:23:22 -08:00 |
|
Terrence Cole
|
4f39f54db5
|
Bug 1098074 - Part 3: Add a test to ensure that our error path works correctly; r=bholley
--HG--
extra : rebase_source : b00de637020027f77434e37f0436ae489a6b7c78
|
2014-11-13 14:44:09 -08:00 |
|
Blake Kaplan
|
f78929d4f7
|
Bug 1098666 - Don't crash when getting this through CPOWs. r=billm
|
2014-11-14 14:41:59 -08:00 |
|
Bill McCloskey
|
204e02f724
|
Bug 1092446 - [e10s] Allow unprivileged scopes to call content-to-chrome CPOWs (r=bholley)
|
2014-11-04 17:38:19 -08:00 |
|
Carsten "Tomcat" Book
|
f94c96cce1
|
Backed out changeset 2dbf8f6bd2aa (bug 1092446) for suspicion of adding a hazard
|
2014-11-05 10:04:08 +01:00 |
|
Bill McCloskey
|
edd6c20e5b
|
Bug 1092446 - [e10s] Allow unprivileged scopes to call content-to-chrome CPOWs (r=bholley)
|
2014-11-04 17:38:19 -08:00 |
|
Blake Kaplan
|
fb67749925
|
Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me)
|
2014-10-30 15:51:39 -07:00 |
|
Ryan VanderMeulen
|
1084d55671
|
Backed out changeset 459d3080fdf8 (bug 1056018) for e10s mochitest-bc failures.
CLOSED TREE
|
2014-10-29 15:50:48 -04:00 |
|
Blake Kaplan
|
55de0fe900
|
Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me)
|
2014-10-29 11:41:10 -07:00 |
|