Commit Graph

464 Commits

Author SHA1 Message Date
Alexandre Poirot
b4b9a6d8de 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
89dfb8ee9e Bug 902847 - ContentEditable insertText doesnt handle CR right. r=yxl 2013-08-22 09:53:47 -04:00
Jan Jongboom
68ac8001de Bug 902942 - Deleting focused element doesn't update forms.js focusedElement. r=yxl 2013-08-21 08:24:25 -04:00
Paul Rouget
0f07087e67 Bug 895360 - [app manager] Device meta data actor. r=poirot.alex 2013-08-21 08:56:40 +02:00
Dave Hylands
90c4155599 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
9dd0a7d8c5 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
ebcbb532bc 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
fa69e24ccf Bug 904628 - Ensure focused element is not null when calling FormAssistant.updateSelection(). r=fabrice 2013-08-15 12:59:28 -04:00
Yuan Xulei
e9cd99173e 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
e2d9f204d4 Bug 902168 - Ignore editable document in forms.js. r=fabrice 2013-08-14 13:53:53 -04:00
Yuan Xulei
ddd848ecd9 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é
b725eca476 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
e45581d6e8 Bug 902153 - Ignore input type=range in forms.js. r=yxl 2013-08-12 13:17:29 -04:00
Gregor Wagner
9d59e26bc9 Bug 902899 - Fix ContentPermission Prompt. r=etienne 2013-08-09 19:02:33 +02:00
Vivien Nicolas
d50cee7a0d Bug 797497 - Disable tap "scrollbar" r=fabrice 2013-08-08 15:04:04 -07:00
Jan Jongboom
977fca7a88 Bug 899999 - Implement new InputContext API. r=yxl 2013-08-07 20:07:41 -04:00
Ryan VanderMeulen
a5a2b8c003 Merge m-c to b2g-inbound. 2013-08-01 20:26:14 -04:00
Gene Lian
c26d266348 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
67f44b90c3 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
bb81935a8e 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
f934acce6c 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
c06d8598d3 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
0bf5603b5f Bug 887650 - Append extra information about activity caller in system message. r=gene 2013-07-25 13:18:24 -04:00
Alexandre Poirot
5a3d2d1f5a 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
e967ab7776 Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Marco Chen
cb96a38404 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
5fb7ee16a2 Bug 876334 - Remove master/FM volume control from nsIAudioManager. r=mwu 2013-07-18 10:21:24 +08:00
Chia-hung Tai
359057f376 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 (陳侃如)
4b01cfe591 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
396546855e Bug 883129 - Converts the non-textual element to placeholder character for mozKeyboard. r=hsivonen 2013-07-12 09:04:05 -04:00
Fabrice Desré
9810f4eb2e Bug 882506 - Remove useless nsBrowserAccess in shell.js r=vingtetun 2013-07-01 09:18:07 -07:00
Gene Lian
86512c3b8b 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
bee1f5a3d6 Bug 882866 - Ignore all EditAction notifications caused by replaceSurroundingText. r=dflanagan 2013-06-23 20:43:40 -04:00
Chia-hung Tai
87838cd54b 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
b43165bf6c Bug 834554 - Support Bluetooth AVRCP 1.0, r=fabrice 2013-06-14 11:58:09 +08:00
Nikhil Marathe
53325a3cb8 Bug 863599 - Load PushService on Desktop. r=dougt sr=gavin 2013-06-12 17:26:44 -07:00
Austin King
4fa185a7de 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
658b64baca 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
eff88d9dee 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
00ce01b0a9 Backout c0213576a3b7 and 780d65e3ebfa (bug 874984) because it was slowing down HTML rendering 2013-06-04 23:14:24 +02:00
Yuan Xulei
160ae5ecc8 Bug 861515 - Enable Keyboard to modify the content of text field. r=fabrice 2013-04-13 22:53:41 +08:00
Fernando Jiménez
f26d8e1ae6 Bug 872987 - [WebPayment] Expose ICC info to the payment provider. r=fabrice 2013-06-03 09:48:58 +02:00
Jim Blandy
78b89f1c5a 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
03ab87f879 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Jim Blandy
3923f3e983 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
816e6cfe91 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
5a8eadd448 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
c392487099 Bug 847459 - Make ro.product.model available through settings. r=tzimmermann 2013-05-27 16:26:52 +02:00
Anthony Ricaud
94c56179e2 Bug 873972 - Expose layers.draw-borders pref in gaia settings. r=vingtetun 2013-05-28 19:24:02 +02:00
Alexandre Poirot
f0a78b0111 Bug 876122 - Fix typos in webapps actor. r=fabrice 2013-05-28 13:30:30 -04:00