Commit Graph

144927 Commits

Author SHA1 Message Date
Karl Tomlinson
dbc5b73a3e b=890528 Record silence in the delay buffer when there is no input, to avoid echos r=ehsan
--HG--
extra : transplant_source : x%A5%D0%A8%F9%7B%7DX%AA%C5%04%7E.%2C%B6%3A%EF%3F%08%5E
2013-09-02 12:59:34 +12:00
Karl Tomlinson
eb237f5e62 b=890528 delay buffer must be greater than max delay frames to avoid reading what has just been written r=ehsan
--HG--
extra : transplant_source : %86L%3C%C2%F0%A79%E4w%F6u%FD%11d%A9%FCu%F90%E8
2013-09-02 12:59:34 +12:00
Karl Tomlinson
88ea5a6a50 test for bug 890528
--HG--
extra : transplant_source : B%22%1A%B5%E9%03%D1%A4%D9%20%F7%12%FA%09%10%14%A0%19x%BA
2013-09-02 12:59:31 +12:00
Karl Tomlinson
5ab5819cdc b=890528 add more documentation and make length optional when createExpectedBuffers is present r=ehsan
--HG--
extra : transplant_source : R%7DJo%87%0C%0D%0FuX%C4%BC%C0%95%08b%5D%DA%D1%BF
2013-09-02 11:27:44 +12:00
Ryan VanderMeulen
b8bdc6c99b Merge m-c to inbound. 2013-09-01 20:43:25 -04:00
Bill McCloskey
2120a7ddc8 Bug 911496 - WebNavigation:LoadURI message is handled twice (r=felipe) 2013-09-01 16:47:14 -07:00
Gaia Pushbot
af9ce66e68 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5b6586507306
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-09-01 16:10:22 -07:00
Nicholas Cameron
a937f9cc25 BUg 910160. IWYU for gfx/src. r=roc 2013-09-02 10:21:01 +12:00
Nicholas Cameron
a958a793b4 Bug 910158. Don't include BasicLayers.h unnecessarily. r=roc 2013-09-02 10:20:45 +12:00
Nicholas Cameron
cdc79d8299 Bug 904073. Don't crash if we can't get a texture for a render target. r=Bas 2013-09-02 10:19:19 +12:00
Nicholas Cameron
fa596f142e Bug 898929. Replace assertion with warning in gfxASurface.cpp. r=roc 2013-09-02 10:19:19 +12:00
Nicholas Cameron
b6f3b6ba96 Bug 786412. Conslidate container layer methods. r=mattwoodrow 2013-09-02 10:19:18 +12:00
Joshua Cranmer
ec8e9ba72c Bug 909147 - xpcshell self-tests are broken for comm-central, r=gps.
--HG--
extra : rebase_source : d3509cdde22bd9b6374a06c0d8aafc4ba3351928
2013-08-31 20:27:16 -05:00
Masayuki Nakano
a2a3366dc4 Bug 911463 Fix wrong cast in nsDOMUIEvent::IsChar() const r=smaug 2013-09-01 09:17:55 +09:00
Ryan VanderMeulen
2b91a22f62 Merge inbound to m-c. 2013-08-31 16:21:43 -04:00
Gaia Pushbot
171d501826 Bumping gaia.json for 7 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1b83791abc2b
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11873 from RudyLu/3rdParty_keyboard_support_commit3

Add 3rd-party keyboard (IME) support.

========

https://hg.mozilla.org/integration/gaia-central/rev/106a99cf830c
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 911112 - revert keyboard-frame rename due to Gaia UI Test Failure on
TPBL. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/b8a203e6cd90
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 906096 - Add some Gaia workaround to ensure the new IME framework continues to work in Firefox Nightly
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/ab72bf030d80
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 856910, Bug 893557 -
1. Add Observable, ObservableArray, and ListView to Utils.
2. Add unit testing.
3. Implement the keyboard panel based on the UX spec.
r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/ea26c1be3700
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 856910 - Add MVVM pattern in settings app. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/5d15b4faf50e
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 858383 - [Keyboard] Integrate the new keyboard manager with switch
and show layout list functions in Keyboard app.
 1. Modify keyboard manifest to expose entry points as input methods.
 2. Modify keyboard init logic to interact with new keyboard manager.
 3. Make use of inputContext in keyboard app.
 4. Bug 885692 - To integrate with the new keyboard switching API. for keyboard app
 5. Bug 899073 - inputContext.geText() whould return Promise
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/b7c283ffa627
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 816912 - Keyboard Manager to support 3rd-party keyboard
    1. manage running keyboard layouts in System app
    2. generat new mozSettings array for keyboard app, setLayoutEnable
and saveToSettings fn in keyboard helper.
    3. keyboard helper will send 'keyboardsrefresh' event when
'mozSettings' change.
    4. Bug 885692 - To integrate with the new keyboard switching API. for km
    5. Bug 902830 - Use new chrome event for keyboard manager.
r=timdream
2013-08-31 11:25:22 -07:00
Masatoshi Kimura
c843bb2c2c Bug 911243 - Enable test_interfaces.html on B2G. r=smaug 2013-09-01 02:50:18 +09:00
Valentin Gosu
9bd3f5df0a Bug 909050 - Prevent about:networking from returning PB data. r=mcmanus 2013-08-31 12:06:14 -04:00
EKR
dada9d2fe5 Bug 905150 - Don't cancel running ICE candidate pairs on nomination. r=abr 2013-08-31 07:35:38 -07:00
EKR
580dd1c719 Backed out changeset c6907a76e925 for wrong commit message/bug #. 2013-08-31 07:43:08 -07:00
EKR
12b1587c95 Bug 904598 - Fix TURN long-term auth for Permissions Requests. r=abr 2013-08-31 07:35:38 -07:00
Gaia Pushbot
c143406725 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2e7306782f0e
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #11836 from EverythingMe/bugfix-shortcuts-translations

[Bug 908513] fix shortcuts translations issue [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/cc71179f2111
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 908513] fix shortcuts translations issue [r=crdlc]
2013-08-31 07:25:21 -07:00
Ryan VanderMeulen
814b077577 Merge mozilla-inbound to m-c. 2013-08-31 08:57:13 -04:00
Ryan VanderMeulen
b8a1811ca7 Merge b2g-inbound to m-c. 2013-08-31 08:56:48 -04:00
Ryan VanderMeulen
0f46b89523 Merge fx-team to m-c. 2013-08-31 08:56:25 -04:00
Dan Gohman
1794b3ba11 Bug 910866 - Remove a temporary workaround for a bug which is now closed. r=ted.mielczarek 2013-08-31 05:54:00 -07:00
ffxbld
22c1a2f208 No bug, Automated HSTS preload list update from host bld-linux64-ec2-356 - a=hsts-update 2013-08-31 03:17:30 -07:00
ffxbld
00794e9d32 No bug, Automated blocklist update from host bld-linux64-ec2-391 - a=blocklist-update 2013-08-31 03:14:28 -07:00
Gaia Pushbot
0426092541 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/794b54eb09de
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #11813 from fcampo/BT-receiveVcard

Bug 887663 - Receiving contact as a VCARD via Bluetooth (r=arcturus)

========

https://hg.mozilla.org/integration/gaia-central/rev/91b71d9c8024
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 887663 - Receiving contact as a VCARD via Bluetooth
2013-08-31 02:50:21 -07:00
Robert Strong
3c8334ac61 Test only - disable test_0202_app_launch_apply_update_dirlocked.js on WinXP until I figure out what's going on with Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-30 22:11:45 -07:00
Boris Zbarsky
400dee397c Bug 910220 part 3. Always generate a defineProperty hook for DOM proxies. r=peterv 2013-08-31 00:21:31 -04:00
Boris Zbarsky
e804f0ffca Bug 910220 part 2. Use the new API in codegen to only throw when needed. r=peterv 2013-08-31 00:21:28 -04:00
Boris Zbarsky
de2d2948d3 Bug 910220 part 1. Add friend API for determinining whether we're in a strict-mode script. r=waldo 2013-08-31 00:21:22 -04:00
Sahil Chelaramani
0bfcb9e6b0 Bug 909283 - Change all occurances of yield to (yield undefined) in test_cache_jar.js. r=jdm 2013-08-30 23:08:44 -04:00
Honza Bambas
5e66124828 Bug 783589 - Re-enable the test on Android. r=jlebar 2013-08-30 23:08:14 -04:00
Ryan VanderMeulen
384702d754 Backed out changeset b04073aaa278 (bug 911243) for Android 4.0 mochitest failures. 2013-08-30 22:40:23 -04:00
Mihnea Dobrescu-Balaur
4f64bc135f Bug 911249 - Followup for WindowsError, Access denied. r=ted 2013-08-30 18:55:10 -07:00
Ryan VanderMeulen
aa35c93fbe Merge fx-team to m-c. 2013-08-30 21:00:08 -04:00
Ryan VanderMeulen
d25946ae49 Merge inbound to m-c. 2013-08-30 20:37:30 -04:00
Marina Samuel
ddad91d560 Bug 904662 - Show layered notifications. r=mbrubeck 2013-08-30 19:21:51 -04:00
Gaia Pushbot
7df8c2aec6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2ffeaf724973
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #11869 from mcav/imap-parsing-bug-901926

Bug 901926 - [Email] Email app stops working if attachment contains an IMAP literal. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/1c4eadcff8ec
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 901926 - [Email] Email app stops working if attachment contains an IMAP literal. r=asuth
2013-08-30 15:35:23 -07:00
Robert Strong
d03330a797 Test only - additional logging and some cleanup for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-30 15:19:37 -07:00
Mihnea Dobrescu-Balaur
dbd8efa0e7 Bug 911132 - Replace invalid bytes in xpcshell binary string output. r=gps 2013-08-30 15:15:33 -07:00
Eric Faust
eff6279f8b Bug 901100 - Implement non-shadowing DOM Proxy cacheing in SetPropertyIC. (r=djvj) 2013-08-30 18:50:37 -07:00
Eric Faust
431f75ec62 Bug 785467 - Implement shadowing DOM Proxy cacheing in SetPropertyIC. (r=djvj) 2013-08-30 18:50:37 -07:00
Eric Faust
6324acdc6d Bug 824393 - Part 2: Implement generic Proxy cacheing in SetPropertyIC. (r=djvj) 2013-08-30 18:50:37 -07:00
Eric Faust
19223f986d Bug 824393 - Part 1: Rename ProxyGetExitFrame to ProxyExitFrame. (r=djvj) 2013-08-30 18:50:37 -07:00
Eric Faust
a3b372bda3 Bug 824393 - Part 0: Open SetPropertyIC to cases with uncertain TI. (r=bhackett) 2013-08-30 18:50:36 -07:00
Eric Faust
156bb57126 Bug 904827 - Part 2: Implement JSNative setter calls in SetPropertyIC. (r=djvj) 2013-08-30 18:50:36 -07:00
Eric Faust
537d180e30 Bug 904827 - Part 1: Rename OOLNativeGetterExitFrame to OOLNativeExitFrame. (r=djvj) 2013-08-30 18:50:36 -07:00