Commit Graph

464 Commits

Author SHA1 Message Date
Alexandre Poirot
8559a4efe9 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
278f8923f7 Bug 902847 - ContentEditable insertText doesnt handle CR right. r=yxl 2013-08-22 09:53:47 -04:00
Jan Jongboom
f3389b3292 Bug 902942 - Deleting focused element doesn't update forms.js focusedElement. r=yxl 2013-08-21 08:24:25 -04:00
Paul Rouget
fab0d93f50 Bug 895360 - [app manager] Device meta data actor. r=poirot.alex 2013-08-21 08:56:40 +02:00
Dave Hylands
fb6709f133 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
8b76e9de95 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
a884f963e9 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
0b397dc3fa Bug 904628 - Ensure focused element is not null when calling FormAssistant.updateSelection(). r=fabrice 2013-08-15 12:59:28 -04:00
Yuan Xulei
cdd3131bdc 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
7be5c38461 Bug 902168 - Ignore editable document in forms.js. r=fabrice 2013-08-14 13:53:53 -04:00
Yuan Xulei
13a1cf9254 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é
6717fc55a9 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
3d778920d5 Bug 902153 - Ignore input type=range in forms.js. r=yxl 2013-08-12 13:17:29 -04:00
Gregor Wagner
ff45489941 Bug 902899 - Fix ContentPermission Prompt. r=etienne 2013-08-09 19:02:33 +02:00
Vivien Nicolas
46691ea109 Bug 797497 - Disable tap "scrollbar" r=fabrice 2013-08-08 15:04:04 -07:00
Jan Jongboom
2cfe0226a2 Bug 899999 - Implement new InputContext API. r=yxl 2013-08-07 20:07:41 -04:00
Ryan VanderMeulen
bb466304e2 Merge m-c to b2g-inbound. 2013-08-01 20:26:14 -04:00
Gene Lian
6315e42a29 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
a1a138e1f9 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
f38a8e1495 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
9453005d41 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
91be0e5f4d 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
b2f4623018 Bug 887650 - Append extra information about activity caller in system message. r=gene 2013-07-25 13:18:24 -04:00
Alexandre Poirot
5bb03947c5 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
7dcfed6f65 Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Marco Chen
0450dbca57 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
68d75198e5 Bug 876334 - Remove master/FM volume control from nsIAudioManager. r=mwu 2013-07-18 10:21:24 +08:00
Chia-hung Tai
fbec1f08b6 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 (陳侃如)
e52a1058dc 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
cf4e2df2a7 Bug 883129 - Converts the non-textual element to placeholder character for mozKeyboard. r=hsivonen 2013-07-12 09:04:05 -04:00
Fabrice Desré
6013d8f6c3 Bug 882506 - Remove useless nsBrowserAccess in shell.js r=vingtetun 2013-07-01 09:18:07 -07:00
Gene Lian
f00e04e3ff 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
dd28c889ff Bug 882866 - Ignore all EditAction notifications caused by replaceSurroundingText. r=dflanagan 2013-06-23 20:43:40 -04:00
Chia-hung Tai
8eed9a1814 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
0feb8904a1 Bug 834554 - Support Bluetooth AVRCP 1.0, r=fabrice 2013-06-14 11:58:09 +08:00
Nikhil Marathe
15d77f26f6 Bug 863599 - Load PushService on Desktop. r=dougt sr=gavin 2013-06-12 17:26:44 -07:00
Austin King
59cc2eb49a 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
fe2ecdb0e1 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
e389424b1b 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
2b401cac9b Backout c0213576a3b7 and 780d65e3ebfa (bug 874984) because it was slowing down HTML rendering 2013-06-04 23:14:24 +02:00
Yuan Xulei
f7bfe71145 Bug 861515 - Enable Keyboard to modify the content of text field. r=fabrice 2013-04-13 22:53:41 +08:00
Fernando Jiménez
db2254e6a9 Bug 872987 - [WebPayment] Expose ICC info to the payment provider. r=fabrice 2013-06-03 09:48:58 +02:00
Jim Blandy
6e250c165d 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
c44e64a862 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Jim Blandy
6cc708a8d0 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
2d0a298590 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
1a1cd79e1c 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
c9b3cd1eb1 Bug 847459 - Make ro.product.model available through settings. r=tzimmermann 2013-05-27 16:26:52 +02:00
Anthony Ricaud
1ebdfa9c7f Bug 873972 - Expose layers.draw-borders pref in gaia settings. r=vingtetun 2013-05-28 19:24:02 +02:00
Alexandre Poirot
afdd554603 Bug 876122 - Fix typos in webapps actor. r=fabrice 2013-05-28 13:30:30 -04:00