Masayuki Nakano
b76d23b4bc
Bug 900400 Support "HiraganaKatakana" and "ZenkakuHankaku" on GTK, Qt, Android and Gonk r=nchen+karlt+mwu+smaug+romaxa
2014-12-30 10:47:55 +09:00
Masayuki Nakano
bc55189154
Bug 900392 Support "SingleCandidate" key value on GTK and Qt r=romaxa+karlt+smaug
2014-12-30 10:47:55 +09:00
Masayuki Nakano
d5da3d58da
Bug 900384 Support "Redo" key value on GTK r=karlt+smaug
2014-12-30 10:47:54 +09:00
Masayuki Nakano
f55d83102d
Bug 900382 Support "LogOff", "PowerOff", "Hibernate", "Standby" and "WakeUp" key values on Windows, GTK and Qt r=jimm+karlt+smaug+jimm
2014-12-30 10:47:54 +09:00
Masayuki Nakano
6e2fea9d4e
Bug 900378 Support "ZoomIn" and "ZoomOut" key values on GTK, Qt, Android and Gonk r=romaxa+nchen+karlt+mwu+smaug
2014-12-30 10:47:54 +09:00
Masayuki Nakano
6bed28ea07
BUg 1020877 Drop 'Live' key name since no platforms use it and rename remaining unused old key names to the latest D3E draft's names r=smaug
2014-12-30 10:47:54 +09:00
Masayuki Nakano
f83e02a827
Bug 938987 Use 'Dead' key value for all dead keys r=smaug
2014-12-30 10:47:54 +09:00
Masayuki Nakano
557870be28
Bug 936315 Rename 'Nonconvert', 'HalfWidth', 'RomanCharacters' and 'FullWidth' to 'NonConvert', 'Hankaku', 'Romaji' and 'Zenkaku' r=smaug
2014-12-30 10:47:54 +09:00
Masayuki Nakano
d8ce689fbc
Bug 912869 Rename 'Apps' and 'FastFwd' to 'MediaApps' and 'MediaFastForward' (and drop 'MediaApps' support) r=smaug
2014-12-30 10:47:54 +09:00
Masayuki Nakano
897a3b7ca7
Bug 912866 Rename key values of color buttons to the latest D3E draft's names (like 'ColorF0Red') r=smaug
2014-12-30 10:47:54 +09:00
Masayuki Nakano
0fa15c7ffb
Bug 912864 Rename 'SelectMedia', 'MediaNextTrack' and 'MediaPreviousTrack' to 'MediaSelect', 'MediaTrackNext' and 'MediaTrackPrevious' r=smaug
2014-12-30 10:47:53 +09:00
Masayuki Nakano
c71773be27
Bug 912860 Rename 'Zoom' key value to 'ZoomToggle' r=smaug
2014-12-30 10:47:53 +09:00
Masayuki Nakano
0c18e15f5d
Bug 912859 Rename 'Del' and 'Esc' key values to 'Delete' and 'Escape' r=smaug
2014-12-30 10:47:53 +09:00
Masayuki Nakano
507b30c237
Bug 900390 Rename 'Down', 'Left', 'Right' and 'Up' key values to 'ArrowDown', 'ArrowLeft', 'ArrowRight' and 'ArrowUp' r=smaug
2014-12-30 10:47:53 +09:00
Masayuki Nakano
de803d6da7
Bug 900376 Rename 'Crsel' and 'Exsel' key values to 'CrSel' and 'ExSel' r=smaug
2014-12-30 10:47:53 +09:00
Masayuki Nakano
0fb454c590
Bug 900374 Rename 'Menu' key value to 'ContextMenu' r=smaug
2014-12-30 10:47:53 +09:00
Masayuki Nakano
486473fda9
Bug 900372 Remove the warnings of renaming .key values r=smaug
2014-12-30 10:47:53 +09:00
Wes Kocher
8a18f7d815
Merge m-c to inbound a=merge CLOSED TREE
2014-12-29 17:33:20 -08:00
Wes Kocher
36b93d20b2
Merge inbound to m-c a=merge CLOSED TREE
2014-12-29 17:28:04 -08:00
Wes Kocher
c5db8302cc
Merge fx-team to m-c a=merge CLOSED TREE
2014-12-29 16:55:44 -08:00
Wes Kocher
2e3d957de7
Backed out changeset 9878f361d7f7 (bug 1115246) to see if it fixes linux builds on a CLOSED TREE
2014-12-29 16:35:04 -08:00
Mike Hommey
7d9e4eaec0
Bug 1115481 - Move 'window' variable declaration in the #ifdef it's used from. r=karlt
2014-12-30 09:24:24 +09:00
Bobby Holley
b6b5e959bb
Bug 1115749 - Assert that we hold the monitor at all the MP4Demuxer API entry points. r=rillian
...
MP4Demuxer accesses shared state (index, moofparser) in lots of shared helper
routines, so we should assume that it's not safe to touch the demuxer at all
without holding the lock (unless demonstrated otherwise). This stuff should
probably be redesigned, but that's a problem for another day.
2014-12-29 16:10:16 -08:00
Bobby Holley
fe6a11e4f9
Bug 1115749 - Hold the demuxer lock while accessing metadata. r=rillian
...
We're invoking a number of methods on mDemuxer here.
2014-12-29 16:10:16 -08:00
Bobby Holley
47687b23ea
Bug 1115749 - Hold the demuxer monitor in MP4Reader::Seek. r=rillian
...
This method invokes Seek* on mDemuxer.
2014-12-29 16:10:16 -08:00
Bobby Holley
e6e1fb5905
Bug 1115749 - Rename mIndexMonitor to mDemuxerMonitor. r=rillian
2014-12-29 16:10:16 -08:00
Brian Hackett
c5c37e6f94
Bug 1115246 - Assertion failure: !cx->isExceptionPending(), at js/src/jscntxtinlines.h, r=jandem
2014-12-29 16:02:49 -08:00
Gregory Szorc
d8af9d983e
NO BUG - Remove deleted python/codegen from Sphinx docs
...
The python/codegen directory was removed in 9cbc28021b7b (bug 1108294).
However, the Sphinx reference lingered. Kill the dangling reference.
2014-12-29 15:49:36 -08:00
Aaron Klotz
88a0a21a84
Bug 1070755: Add telemetry for timing PluginAsyncSurrogate::WaitForInit; r=vladan
2014-12-29 16:14:46 -07:00
Aaron Klotz
8d9ffa448e
Bug 998863: Asynchronous Plugin Initialization, Part 14: Build system updates; r=jimm
2014-12-29 16:14:38 -07:00
Aaron Klotz
053f6ed12d
Bug 998863: Asynchronous Plugin Initialization, Part 13: PluginAsyncSurrogate; r=jimm
2014-12-29 16:14:31 -07:00
Aaron Klotz
68518ed786
Bug 998863: Asynchronous Plugin Initialization, Part 12: PluginScriptableObject changes; r=jimm
2014-12-29 16:14:21 -07:00
Aaron Klotz
1e20a19021
Bug 998863: Asynchronous Plugin Initialization, Part 11: IPC browser stream changes; r=jimm
2014-12-29 16:14:11 -07:00
Aaron Klotz
7358e36e49
Bug 998863: Asynchronous Plugin Initialization, Part 10: PluginInstanceParent changes; r=jimm
2014-12-29 16:14:03 -07:00
Aaron Klotz
66e006ee8b
Bug 998863: Asynchronous Plugin Initialization, Part 9: PluginModuleParent changes; r=jimm
2014-12-29 16:13:54 -07:00
Aaron Klotz
d9fc63ab86
Bug 998863: Asynchronous Plugin Initialization, Part 8: Plugin process launch changes; r=josh
2014-12-29 16:13:28 -07:00
Aaron Klotz
8aba709c34
Bug 998863: Asynchronous Plugin Initialization, Part 7: PluginDataResolver; r=jimm
2014-12-29 16:13:18 -07:00
Aaron Klotz
1b4797b162
Bug 998863: Asynchronous Plugin Initialization, Part 6: PluginInstanceChild changes; r=jimm
2014-12-29 16:13:09 -07:00
Aaron Klotz
fa4fa1ef01
Bug 998863: Asynchronous Plugin Initialization, Part 5: PluginModuleChild changes; r=jimm
2014-12-29 16:13:01 -07:00
Aaron Klotz
5374a7a76b
Bug 998863: Asynchronous Plugin Initialization, Part 4: IPDL changes; r=jimm
2014-12-29 16:12:54 -07:00
Aaron Klotz
0876759d20
Bug 998863: Asynchronous Plugin Initialization, Part 3: ipc/glue changes; r=dvander
2014-12-29 16:12:47 -07:00
Aaron Klotz
b0f6244ad7
Bug 998863: Asynchronous Plugin Initialization, Part 2: dom/plugins/base changes; r=johns,josh
2014-12-29 16:12:40 -07:00
Aaron Klotz
a7837a089d
Bug 998863: Asynchronous Plugin Initialization, Part 1: nsJSNPRuntime changes; r=josh
2014-12-29 16:12:25 -07:00
Gavin Sharp
f0118ffb88
Bug 1106150: fix condition="defaultEngine" MozParam. r=markh
2014-12-30 08:54:23 +11:00
Gijs Kruitbosch
34f30cdadc
Bug 1096319
2014-12-29 12:12:02 -08:00
Wes Kocher
70b2583154
Backed out changeset 169e19d13daa (bug 903456) for S4 bustage
2014-12-29 11:55:21 -08:00
Michael Comella
5867915caa
Bug 1095278 - Part 4: Disable testGetUserMedia on release builds. r=rnewman
2014-12-29 11:29:32 -08:00
Michael Comella
15eabdf17b
Bug 1095278 - Part 3: Do not test for tracking protection on non-nightly builds. r=rnewman
2014-12-29 11:29:29 -08:00
Michael Comella
2a3d3b7407
Bug 1095278 - Part 2: Disable testAboutPasswords on non-Nightly builds. r=rnewman
2014-12-29 11:29:27 -08:00
B2G Bumper Bot
b36c9249be
Bumping manifests a=b2g-bump
2014-12-29 10:21:57 -08:00