Граф коммитов

466428 Коммитов

Автор SHA1 Сообщение Дата
Masayuki Nakano a9f207530a Bug 1137565 part.1 Implement TextEventDispatcherListener in IMContextWrapper r=m_kato 2016-03-16 13:47:49 +09:00
Masayuki Nakano ca2f7e94a8 Bug 1137561 part.9 NativeKey should dispatch keypress events after removing following char messages if there are two or more characters to be inputted r=m_kato 2016-03-16 13:47:49 +09:00
Masayuki Nakano bd594893c8 Bug 1137561 part.8 Implement WinTextEventDispatcherListener::WillDispatchKeyboardEvent() r=m_kato 2016-03-16 13:47:49 +09:00
Masayuki Nakano 697c992f55 Bug 1137561 part.7 Rename whole members added by the previous patch r=m_kato 2016-03-16 13:47:49 +09:00
Masayuki Nakano 1728345f86 Bug 1137561 part.6 Store some strings which may be inputted by the key with some modifier state before dispatching keydown event r=m_kato 2016-03-16 13:47:49 +09:00
Masayuki Nakano 22e9178025 Bug 1137561 part.5 TextEventDispatcher should decide if keypress events should be fired for specific keys r=m_kato 2016-03-16 13:47:49 +09:00
Masayuki Nakano 2b2851d542 Bug 1137561 part.4 Make NativeKey use TextEventDispatcher r=m_kato 2016-03-16 13:47:49 +09:00
Masayuki Nakano 4de2cb08cc Bug 1137561 part.3 Make IMMHandler use TextEventDispatcher r=m_kato 2016-03-16 13:47:48 +09:00
Masayuki Nakano 04597dabbb Bug 1137561 part.2 Make TSFTextStore use TextEventDispatcher r=m_kato 2016-03-16 13:47:48 +09:00
Masayuki Nakano af9e084206 Bug 1137561 part.1 Implement WinTextEventDispatcherListener as a singleton class for using TextEventDispatcher at handling native keyboard and IME events r=m_kato 2016-03-16 13:47:48 +09:00
Masayuki Nakano 8f5b9a4048 Bug 1137572 part.9 TextEventDispatcher should not allow WillDispatchKeyboardEvent() modifies unexpected members of WidgetKeyboardEvent r=smaug 2016-03-16 13:47:48 +09:00
Masayuki Nakano eec8a32d3a Bug 1137572 part.8 Callers of methods to dispatch composition events of TextEventDispatcher should be able to specify specific time/timeStamp r=smaug 2016-03-16 13:47:48 +09:00
Masayuki Nakano 3e80dd382b Bug 1137572 part.7 Add TextEventDispatcherListener::WillDispatchKeyboardEvent() for easier to maintain r=smaug 2016-03-16 13:47:48 +09:00
Masayuki Nakano 3c4efaa1cc Bug 1137572 part.6 TextEventDispatcher::DispatchKeyboardEventInternal() should copy mNativeKeyEvent when it's in native text input transaction r=smaug 2016-03-16 13:47:48 +09:00
Masayuki Nakano da1a9a4507 Bug 1137572 part.5 Implement TextEventDispatcher::SetPendingComposition() for some platforms whose clause information may overlap each other or the order may not be from start to the end r=smaug 2016-03-16 13:47:48 +09:00
Masayuki Nakano e7fa655b11 Bug 1137572 part.4 TextEventDispatcher::DispatchInputEvent() should decide if dispatches events with nsIWidget::DispatchInputEvent() with input transaction type r=smaug 2016-03-16 13:47:48 +09:00
Masayuki Nakano e65433cc66 Bug 1137572 part.3 Use pseudo IME context when TextEventDispatcher has input transaction which is not for native event handler r=smaug 2016-03-16 13:47:47 +09:00
Masayuki Nakano 3a5c26cf72 Bug 1137572 part.2 Add nsIWidget::GetNativeTextEventDispatcherListener() for TextEventDispatcher::NotifyIME() r=smaug, sr=smaug 2016-03-16 13:47:47 +09:00
Masayuki Nakano 13c20e8b89 Bug 1137572 part.1 TextEventDispatcher should manage its input transaction type r=smaug 2016-03-16 13:47:47 +09:00
Gregory Szorc 44df4a390e Bug 1257005 - Don't use debug runtime in standalone SpiderMonkey builds; r=glandium
This patch effectively synchronizes code from old-configure.in to
js/src/old-configure.in. Before, the top-level configure would set
MOZ_NO_DEBUG_RTL when using MOZ_MEMORY on Windows. This would get
inherited when the top-level configure invoked the js/src configure.

Since js/src's configure didn't have the same code, we never set
MOZ_NO_DEBUG_RTL when running a standalone js/src configure. This caused
the debug runtime to be used in standalone SpiderMonkey builds.

There is still some code in the root old-configure.in around CRT
handling that js/src/old-configure.in doesn't have. This will
likely get consolidated as part of the conversion to configure.py.

MozReview-Commit-ID: CD834DhIlLS

--HG--
extra : rebase_source : 9252c0166acf7ac5c760d530ca1dcbb740adb3e2
extra : source : a007293e6ab06df203c09a5535f5591667c45af2
2016-03-15 19:20:35 -07:00
Nicholas Nethercote 6b52a8e2f1 Bug 1255655 - Const-ify and shrink octet_weight. r=hurley.
This reduces its size from 1024 to 256 bytes, and makes it shareable between
processes.

--HG--
extra : rebase_source : fe6bf07764352b52f51cc052dc7717d7ce9de447
2016-03-11 13:43:29 +11:00
Mike Hommey c15884c85a Backout changeset 37f3e53ede1f (bug 1257049) because of bustage. 2016-03-16 11:22:43 +09:00
Masayuki Nakano 6587eaa00f Bug 1203059 part.5 Rewrite browser_ctrlTab.js with generators r=smaug 2016-03-16 10:58:29 +09:00
Masayuki Nakano e0d18691b8 Bug 1203059 part.4 Update test_keycodes.xul for the new behavior r=smaug 2016-03-16 10:58:28 +09:00
Masayuki Nakano 10086a4e8d Bug 1203059 part.3 Installing and removing keyboard event listeners of nsXBLWindowKeyHandler should be done by the class itself r=smaug 2016-03-16 10:58:28 +09:00
Masayuki Nakano 12a007fd7f Bug 1203059 part.2 When an event is reserved by chrome, it should be fired only on chrome r=smaug 2016-03-16 10:58:28 +09:00
Masayuki Nakano 86ac26d06f Bug 1203059 part.1 nsXBLWincowKeyHandler mark WidgetEvent::mFlags if it's reserved by chrome before the event is dispatched into the content r=smaug 2016-03-16 10:58:28 +09:00
Mike Hommey 2891514755 Bug 1257049 - Stop spawning a separate process for config.status from configure.py. r=gps 2016-03-16 10:55:10 +09:00
Mike Hommey 896fa3fd26 Followup for bug 1256568 - Improve the help message for options check_prog adds. r=gps 2016-03-16 10:55:10 +09:00
Gregory Szorc 54f6848af2 Backed out changeset a007293e6ab0 (bug 1257005)
SM(p) failures.
2016-03-15 18:33:33 -07:00
Gregory Szorc f4a5fb8079 Bug 1257005 - Don't use debug runtime in standalone SpiderMonkey builds; r=glandium
This patch effectively synchronizes code from old-configure.in to
js/src/old-configure.in. Before, the top-level configure would set
MOZ_NO_DEBUG_RTL when using MOZ_MEMORY on Windows. This would get
inherited when the top-level configure invoked the js/src configure.

Since js/src's configure didn't have the same code, we never set
MOZ_NO_DEBUG_RTL when running a standalone js/src configure. This caused
the debug runtime to be used in standalone SpiderMonkey builds.

MozReview-Commit-ID: CD834DhIlLS

--HG--
extra : rebase_source : c0ae3a5308ff9525c63b949a40504180c47ce5fb
2016-03-15 16:27:28 -07:00
Wes Kocher ad6f84a9ee Merge m-c to inbound, a=merge
MozReview-Commit-ID: LKkCpwt95EJ
2016-03-15 17:32:53 -07:00
Jeff Muizelaar c848b98d3e Bug 1251375. Update to ANGLE/2653 2016-03-15 17:28:40 -07:00
Wes Kocher bb35aa5eb1 Backed out changeset 857617eac45b (bug 1251375) for breaking test_EXT_disjoint_timer_query.html on Windows mochitest-gl tests
MozReview-Commit-ID: 5pcNBxk4JO5
2016-03-15 17:14:13 -07:00
David Anderson 14841b8dfd Disable the WebGL crash guard on Android. (bug 1256371, r=snorp) a=merge
MozReview-Commit-ID: IjfuZwhFXbk

--HG--
extra : source : 5a1e75dd9d544b8e00d145813068d6d29b1ef74b
2016-03-15 13:24:22 -04:00
Steve Fink e66a82b364 Bug 1246804 followup to fix mode bits a=merge
MozReview-Commit-ID: 7IPPra1GeSZ

--HG--
extra : source : e9d50239017b9e1ef5cf8f191c1ddf479a9df4d5
2016-03-15 10:58:25 -07:00
Wes Kocher 3b14ab8ca2 Merge inbound to m-c a=merge 2016-03-15 17:24:43 -07:00
Eddy Bruel eda30a3b1e No bug - Remove spurious debugger comment;r=me 2016-03-15 19:50:43 +01:00
Sebastian Hengst 0cf93a0e57 Backed out changeset 936703b9e4cd (bug 1253618) for timeout in Linux Ld tests. r=backout on a CLOSED TREE 2016-03-15 18:50:27 +01:00
Sebastian Hengst 4b384cc448 Backed out changeset 595815f1f12a (bug 1253618) 2016-03-15 18:47:29 +01:00
Hannes Verschore b77dc68db3 Bug 1250964: SharedStubs - Remove bogus assert, r=bogus on CLOSED TREE 2016-03-15 13:35:07 -04:00
Randell Jesup ef46e30953 Bug 1256510: When shutting down MediaStreamGraphs, if the graph hasn't started, let it start and shut down r=padenot
MozReview-Commit-ID: 64WjTbaduvu
2016-03-15 11:46:01 -04:00
Daniel Holbert 0c0862c4c2 Bug 1256555: Wrap "shouldAEC" variable-usage in #ifdef for consistency & to fix --disable-webrtc build failure. r=jesup 2016-03-15 10:03:43 -07:00
Michael Comella 248b859845 Bug 1256405 - Add deprecation warning to SimpleCursorLoader. r=ahunt
Surprisingly, this didn't set off lint locally.

MozReview-Commit-ID: 5SvDS6jalS2

--HG--
extra : rebase_source : 3568d2a9826ae4af1ab5e3ac53dcb1e4b7ce9e66
2016-03-14 12:18:25 -07:00
Andrew Swan be7e1c3832 Bug 1245602 - Implement chrome.downloads.pause(), .resume(), .cancel() r=kmag
MozReview-Commit-ID: Cu2TNJRTZ07

--HG--
extra : rebase_source : b5a5ce3f454fec7bfb30c2e807553cca0eb6594f
extra : amend_source : 42bd9671c2970c79d8604d535ede5475b3507828
2016-03-15 05:51:27 -07:00
Mike de Boer 69b54120e3 Bug 1229195: resolve the promise when the chat window has actually finished loading, not right away. r=Standard8 2016-03-15 17:24:52 +01:00
Paolo Amadini 3f4af88298 Bug 1162338 - Part 2 - Fix test_bug_511615.html to work in e10s. r=mak
MozReview-Commit-ID: GiwGq2BUdUn

--HG--
extra : rebase_source : d98ba64f4c1b8d65088845f288a19ab85ce6bedf
2016-03-15 15:34:34 +00:00
Paolo Amadini ca6abb96f4 Bug 1162338 - Part 1 - Fix test_bug_787624.html to work in e10s. r=mak
MozReview-Commit-ID: EFssjSzBSWl

--HG--
extra : rebase_source : a152300122c34fa96ea464fe1bec4e4353bed905
2016-03-11 15:42:01 +00:00
Paolo Amadini 2bb7d8e7ba Bug 1256297 - Exceptions and rejections with add_task in SpawnTask.js should fail tests. r=jmaher
MozReview-Commit-ID: LEZaU9tYOAX

--HG--
extra : rebase_source : 9f2982979de5dc58ffc035f68509eed2987e5539
2016-03-14 13:46:42 +00:00
Sebastian Kaspari 2e79f402dc Bug 1256237 - DynamicToolbarAnimator: Reduce verbose logging. r=snorp
MozReview-Commit-ID: 8UJ6YRvN3pR

--HG--
extra : rebase_source : 2c61fcd06ad4fdae2f775f536c920280058557e6
extra : amend_source : ef42dd19455afc8412f3b87ea423b11a1fcc0c71
2016-03-14 13:43:37 +01:00