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
Wes Kocher
6ac3ce6d0e
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: 7oL9tbPGSDM
2016-03-15 17:33:34 -07:00
Pip
c2bbe0c395
Bug 1244491 - about:performance percentages off by a factor of ten r=Yoric
...
Dividing a microsecond value by a millisecond value needs an additional "/10" to produce a percentage.
MozReview-Commit-ID: EseKG4n3o9q
--HG--
extra : rebase_source : c827c02242447dace9ac12d6b0fc0f62663f4c19
extra : histedit_source : 3dbecd04a51e7274a0f4ab77a062f77a9135c081
2016-03-15 16:09:23 -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
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
Benjamin Bouvier
10477e49cf
Bug 1254167: Don't allow folding to full range for atomic accesses; r=sunfish
...
MozReview-Commit-ID: 23Gj5nV3oqq
--HG--
extra : rebase_source : 78a0dc0e271300eb73b54936823fe196d86c4296
extra : amend_source : 1ad1df412d9e8d608e9cb9f80684362271ab5d23
2016-03-08 20:18:46 +01:00
Nicolas B. Pierron
a69cc3e5ee
Bug 1186006 - Assert that all blocks have an entry resume point, excepts for unreachable one added by the Value Numbering. r=sunfish
2016-03-15 16:55:43 +00:00
Nicolas B. Pierron
3a24c0c1be
Bug 1186006 - Add a copy of the successor resume point to the split-edge blocks. r=bhackett
2016-03-15 16:55:42 +00:00
Ryan VanderMeulen
5f15eed746
Bug 1241634 - Skip test_frameNavigation.html on Windows and OSX for frequent failures. a=test-only
...
--HG--
extra : rebase_source : ba229e6a62c82ad8c59ae89943fd6181df4275a9
2016-03-15 12:50:07 -04:00
Sebastian Hengst
cfe29a5416
Backed out changeset d2144af8a3fe (bug 1256510) for failing reftest crashtests/876024-2.html. r=backout on a CLOSED TREE
2016-03-15 17:52:23 +01:00
Ryan VanderMeulen
e93eed0ec2
Backed out changeset 4916251eb389 (bug 1255009) for breaking AWSY.
...
--HG--
extra : rebase_source : 3c018d36597e8e4becc06b744bead086796d2e63
extra : histedit_source : 2c99af1f289f0d0ddd8df6c207492c547315ce7d
2016-03-15 12:40:07 -04:00
Ryan VanderMeulen
706d97900d
Backed out changeset 14092b3cacbe (bug 1255614) because it blocks bug 1255009 from being backed out.
...
--HG--
extra : rebase_source : 0b1027cd8a156536f561c56662696ef1c35e3e8a
extra : histedit_source : 4d18d24cbd36cde0c7b5187b7e797a13d4dbf60a
2016-03-15 12:39:43 -04:00
Ryan VanderMeulen
3a30021f8f
Bug 1254821 - Skip the devtools performance tests on Linux e10s ASAN & debug due to frequent timeouts.
...
--HG--
extra : rebase_source : e0c1650d8a6c6d0a33d8bd14952d7efbd6fdac0f
extra : histedit_source : 652ae221a2a5206fcc426c5d29cbfac3dbaa2c72
2016-03-15 12:36:13 -04:00
Ryan VanderMeulen
30ac772d08
Bug 1157716 - Add a bit more fuzz for Windows unaccelerated reftest jobs. r=kats
...
--HG--
extra : rebase_source : fa62e19a13a0e1a678a9b8e169c3aef8825f5719
2016-03-15 12:11:10 -04:00
Hannes Verschore
474d0151fe
Bug 1250964: SharedStubs - Don't add invalid stubs, r=jandem
2016-03-15 12:21:18 -04:00
Gijs Kruitbosch
b7670f9851
Bug 1238181 - hide in-content control border on treecols in autocomplete widgets, r=jaws
...
MozReview-Commit-ID: GTaR0Aofeng
--HG--
extra : rebase_source : 2c07519e169bcef276977fd2c77c1f8f9ffb8265
2016-03-15 15:20:36 +00:00