Commit Graph

465 Commits

Author SHA1 Message Date
Fabrice Desré
593948d927 Bug 909640 - Fix js warnings in shell.js r=gwagner 2013-08-27 15:11:16 -07:00
Alexandre Poirot
d33152a628 Bug 909273 - listTabs throws an exception on b2g device. r=past
Actually, this code also throw on desktop.
I'm not sure it is worth trying to expose any tabs on b2g,
as we are not really ready to expose them and we need
substantial work to expose tabs in browser app.
2013-08-26 13:57:16 -04:00
Jan Jongboom
332ec65794 Bug 902847 - ContentEditable insertText doesnt handle CR right. r=yxl 2013-08-22 09:53:47 -04:00
Jan Jongboom
23a8d48c8e Bug 902942 - Deleting focused element doesn't update forms.js focusedElement. r=yxl 2013-08-21 08:24:25 -04:00
Paul Rouget
cd583fea70 Bug 895360 - [app manager] Device meta data actor. r=poirot.alex 2013-08-21 08:56:40 +02:00
Dave Hylands
4865334a10 Bug 874484 - Disable ADB after a timeout. r=fabrice
This patch causes ADB to be disabled after 12 hours. The timeout is only used
when marionette is disabled, which implies production builds. Engineering
builds (VARIANT=eng or VARIANT=userdebug) will continue to have ADB enabled
indefinitely.
2013-08-16 12:07:05 -07:00
Dave Hylands
398da3c43b Bug 810092 - On a production phone (i.e. VARIANT=user) only enable adb when the phone is unlocked. r=fabrice 2013-08-16 12:06:49 -07:00
Doug Turner
7de559f32b Bug 904462 - Clean up warnings and errors when starting B2G on the mac r=fabrice 2013-08-16 11:08:03 -07:00
Yuan Xulei
f3164d88c9 Bug 904628 - Ensure focused element is not null when calling FormAssistant.updateSelection(). r=fabrice 2013-08-15 12:59:28 -04:00
Yuan Xulei
ef579c676c Bug 904628 - Make the code dealing with contentEditable in forms.js more robust. r=fabrice 2013-08-14 13:54:36 -04:00
Yuan Xulei
ffbf20220b Bug 902168 - Ignore editable document in forms.js. r=fabrice 2013-08-14 13:53:53 -04:00
Yuan Xulei
e3c81538ae Bug 904224 - Don't handle key events in forms.js if these is no focused input element. r=fabrice 2013-08-13 08:40:54 -04:00
Fabrice Desré
b40ae1e5cc Bug 904224 - "System JS : ERROR chrome://browser/content/forms.js:827 TypeError: element is null" in green B2G mochitest-2,3 runs r=yxl 2013-08-12 21:02:11 -07:00
Jan Jongboom
7b7eba1d54 Bug 902153 - Ignore input type=range in forms.js. r=yxl 2013-08-12 13:17:29 -04:00
Gregor Wagner
0c848debc2 Bug 902899 - Fix ContentPermission Prompt. r=etienne 2013-08-09 19:02:33 +02:00
Vivien Nicolas
42816646f5 Bug 797497 - Disable tap "scrollbar" r=fabrice 2013-08-08 15:04:04 -07:00
Jan Jongboom
db365c9dce Bug 899999 - Implement new InputContext API. r=yxl 2013-08-07 20:07:41 -04:00
Ryan VanderMeulen
b699da806f Merge m-c to b2g-inbound. 2013-08-01 20:26:14 -04:00
Gene Lian
f6fee5ada5 Bug 850140 - B2G MMS: implement MmsService.handleDeliveryIndication() to handle delivery report (part 2, handle delivery report). r=vicamo a=koi+ 2013-07-31 15:24:07 +08:00
Philipp Kewisch
1fc0fe161a Fix bug 880511 - Web Console and Style Editor make hardcoded references to the browser window. r=dcamp 2013-08-01 10:51:24 +02:00
Fernando Jiménez
c0333c1f9e Bug 892068 - Expose MCC/MNC to payment providers in mozPay() so Webpay can disable payments per region. r=fabrice 2013-07-30 00:50:22 +02:00
Fernando Jiménez
dae0cfe91d Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 2: mozPaymentProvider. r=vicamo, fabrice 2013-07-30 00:50:22 +02:00
Antonio M. Amaya
d1d45aa4d0 Bug 896945 - Allow System Messages to inform gaia they should bring up the receiving app in a configurable way. r=gene,fabrice a=leo+ 2013-07-25 14:36:15 +02:00
Alive Kuo
bac4a808ba Bug 887650 - Append extra information about activity caller in system message. r=gene 2013-07-25 13:18:24 -04:00
Alexandre Poirot
cfe4407c30 Bug 817580 - Pref off new webapps actor features until we secure remote debugger connection. r=paul.rouget 2013-07-24 11:29:04 -04:00
Alexandre Poirot
58a01f510d Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Marco Chen
182c8eb9e0 Bug 876334 - Gecko should use AudioChannelType to control volume not stream types. r=mwu, r=baku 2013-07-18 13:22:36 +08:00
Marco Chen
1752b92a2d Bug 876334 - Remove master/FM volume control from nsIAudioManager. r=mwu 2013-07-18 10:21:24 +08:00
Chia-hung Tai
f8c25b31b7 Bug 888821 - B2G MMS: Expose "wap.UAProf.url" and "wap.UAProf.tagname" as new Settings entries in Gecko part. r=vyang 2013-07-17 13:47:31 +08:00
Kan-Ru Chen (陳侃如)
3a8d1e08f0 Bug 874754 - Suppress nsIEditor.removeEditorObserver exception. r=fabrice
Based on patch from Yuan Xulei <xyuan@mozilla.com>

--HG--
extra : rebase_source : 77b563eaa784d42cdfd20a3aba1f5b928a53aaa6
2013-07-16 18:00:58 +08:00
Yuan Xulei
76bc19ce86 Bug 883129 - Converts the non-textual element to placeholder character for mozKeyboard. r=hsivonen 2013-07-12 09:04:05 -04:00
Fabrice Desré
fb6f178b12 Bug 882506 - Remove useless nsBrowserAccess in shell.js r=vingtetun 2013-07-01 09:18:07 -07:00
Gene Lian
59aa23772c Bug 887815 - [SMS][MMS] receiving successful delivery report even though delivery report is OFF in settings. r=ctai a=leo+ 2013-06-28 16:53:30 +08:00
Yuan Xulei
19ef469157 Bug 882866 - Ignore all EditAction notifications caused by replaceSurroundingText. r=dflanagan 2013-06-23 20:43:40 -04:00
Chia-hung Tai
b6b96897bf Bug 880561 - B2G MMS: Add 2 more error status (in flight mode and no sim card) when sending MMS. r=gene 2013-06-18 12:06:32 +08:00
Gina Yeh
efd6b82521 Bug 834554 - Support Bluetooth AVRCP 1.0, r=fabrice 2013-06-14 11:58:09 +08:00
Nikhil Marathe
429053fc39 Bug 863599 - Load PushService on Desktop. r=dougt sr=gavin 2013-06-12 17:26:44 -07:00
Austin King
5076221b7c Bug 881014 - Cancel buttons in UI should call RP's oncancel method. r=jedp 2013-06-08 13:50:25 -07:00
Fernando Jiménez
958cb1f0c4 Bug 879387 - Is not possible to display the buttons of " install or cancel " when the payment is completed. r=fabrice 2013-06-09 20:01:35 +02:00
Vicamo Yang
870d07b241 Bug 879671 - 2/2: add ril.cellbroadcast.disabled pref to disable Cell Broadcast completely. r=yoshi 2013-06-07 15:32:24 +08:00
Vivien Nicolas
b7bd1bfae7 Backout c0213576a3b7 and 780d65e3ebfa (bug 874984) because it was slowing down HTML rendering 2013-06-04 23:14:24 +02:00
Yuan Xulei
5b558265c8 Bug 861515 - Enable Keyboard to modify the content of text field. r=fabrice 2013-04-13 22:53:41 +08:00
Fernando Jiménez
3479fe4ce2 Bug 872987 - [WebPayment] Expose ICC info to the payment provider. r=fabrice 2013-06-03 09:48:58 +02:00
Jim Blandy
55bf378bcb Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice 2013-06-02 10:19:41 +03:00
Panos Astithas
8823835462 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Jim Blandy
28b50b5dea Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Jim Blandy
f6bf8f8722 Use DebuggerServer.addGlobalActor to register ChromeDebuggerActor, instead of writing out code with the same effect (bug 863936). r=past,mfinkle,fabrice 2013-04-19 17:33:00 +03:00
Alexandre Poirot
d6bdf35527 Bug 865207 - Move webapps actor from /b2g/chrome/content to /toolkit/devtools/apps/. r=fabrice, r=dcamp
--HG--
rename : dom/apps/tests/unit/data/app.zip => toolkit/devtools/apps/tests/unit/data/app.zip
rename : dom/apps/tests/unit/test_webappsActor.js => toolkit/devtools/apps/tests/unit/test_webappsActor.js
rename : b2g/chrome/content/dbg-webapps-actors.js => toolkit/devtools/server/actors/webapps.js
2013-05-30 12:08:15 -04:00
Alexandre Lissy
59cbb438d9 Bug 847459 - Make ro.product.model available through settings. r=tzimmermann 2013-05-27 16:26:52 +02:00
Anthony Ricaud
e980e341bf Bug 873972 - Expose layers.draw-borders pref in gaia settings. r=vingtetun 2013-05-28 19:24:02 +02:00