Fernando Jiménez
65497c7a5a
Bug 818317 - Expose debug messages in navigator.mozPay() for debug enabled profiles. r=fabrice
2013-09-06 18:43:54 +02:00
supadennis.lee
df0f224def
Bug 900595 - Once always send a report has been selected, selecting any other option is ignored with system crashes r=fabrice
2013-09-05 18:41:31 -07:00
Fabrice Desré
26700bcd95
Backout bug 798353 for... not actually working properly
2013-09-05 13:18:28 -07:00
Yuan Xulei
55f3f41a8e
Bug 902847 - Don't trim spaces before newline for contentEditable. r=hsivonen
2013-09-05 16:10:04 -04:00
Yuan Xulei
a7cd7d09a1
Bug 904530 - endComposition should commit text before cursor. r=masayuki
2013-09-05 08:20:25 -04:00
Tim Chien
705ba95de4
Bug 798353 - Make SettingsListener reuse the lock. r=fabrice
2013-09-04 08:28:28 -04:00
Ryan VanderMeulen
f41dc068e8
Backed out changeset 5c25126b9c76 (bug 894927) for causing bug 911751 on a CLOSED TREE.
...
--HG--
rename : b2g/chrome/content/shell.html => b2g/chrome/content/shell.xul
2013-09-03 20:51:30 -04:00
Pin Zhang
8397e0b9ea
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL, r=khuey,baku
2013-09-03 15:26:33 -07:00
Alive Kuo
9ce2d5c452
Bug 900838 - Add system first paint event. r=fabrice
2013-09-03 08:50:43 -04:00
Fabrice Desré
1f550ef05a
Bug 910761 - "System JS : ERROR chrome://browser/content/forms.js:335 TypeError: target.contentDocument is null" on all B2G mochitest-3 runs r=yxl
2013-09-02 18:56:14 -07:00
Tim Chien
ee401f6d7e
Bug 911041 - Map DNT 3 state setting from settings db to Gecko pref. r=fabrice
2013-08-31 10:15:57 -04:00
Yuan Xulei
23f492b3c3
Bug 904530 - Implement composition methods for InputContext API. r=fabrice, r=masayuki
2013-08-30 08:07:16 -04:00
Jan Jongboom
cea8aa6feb
Bug 811177 - Keyboard should also work for designMode=on. r=yxl
2013-08-29 09:57:12 -04:00
Ed Morley
ff17bffde0
Merge mozilla-central and b2g-inbound
2013-08-29 10:50:31 +01:00
Ed Morley
51afc03d5c
Backed out changeset cd99d10fc665 (bug 870676) for breaking B2G device image builds on a CLOSED TREE
2013-08-29 10:43:09 +01:00
Ryan VanderMeulen
7ed6f218ff
Merge m-c to b2g-inbound.
2013-08-29 00:24:45 -04:00
Ryan VanderMeulen
b30d3856ea
Merge b2g-inbound to m-c.
2013-08-28 22:48:03 -04:00
Rudy Lu
beebdf86b9
Bug 909124 - [b2g desktop] shell.js did not get correct mozbrowserloadstart event to send Gaia the pending chromeEvents. r=fabrice
...
CLOSED TREE
2013-08-28 07:58:27 -04:00
Pin Zhang
39055cc1a0
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
2013-08-28 10:24:23 -07:00
Kyle Huey
68c202cebc
Back out my failed attempt to land bug 870676.
2013-08-28 10:23:32 -07:00
Kyle Huey
0ebcb654ef
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
2013-08-28 10:11:53 -07:00
Kyle Huey
462f24c69f
Back out my failed attempt to land bug 870676.
2013-08-28 10:10:39 -07:00
Kyle Huey
21373abc55
Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku
2013-08-28 09:44:33 -07:00
Jan Jongboom
f4efa8765d
Bug 902942 - Deletion observer checks against wrong variable. r=yxl
2013-08-28 11:55:57 -04:00
Ed Morley
f7ebe1540f
Backed out changeset 294fde226b78 (bug 909124) for breaking gaia-ui-test
2013-08-28 16:27:01 +01:00
Ed Morley
9bd0dc784d
Merge mozilla-central and b2g-inbound
2013-08-28 16:23:08 +01:00
Rudy Lu
14052fb874
Bug 909124 - [b2g desktop] shell.js did not get correct mozbrowserloadstart event to send Gaia the pending chromeEvents. r=fabrice
2013-08-28 07:58:27 -04:00
Brandon Benvie
d541457dea
Bug 909782 - TabLists inheriting from BrowserTabList need to be updated to change "iterator" to "getList". r=mbrubeck, r=mleibovic
2013-08-28 10:57:59 +02:00
Fabrice Desré
86a5ba6cdd
Bug 909640 - Fix js warnings in shell.js r=gwagner
2013-08-27 15:11:16 -07:00
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
Marco Castelluccio
e3ee8b933a
Bug 909573 - getManifestFor should accept a manifest url instead of an origin. r=fabrice
2013-08-28 08:10:55 -04:00
Alexandre Lissy
2c52d7f3fb
Bug 871916 - Add empty event listener for devicemotion for devices depending on this. r=fabrice
2013-08-03 12:50:18 +02:00
Fabrice Desré
e4df86208c
Bug 894927 - Use xhtml instead of xul for b2g main window. r=ochameau
...
--HG--
rename : b2g/chrome/content/shell.xul => b2g/chrome/content/shell.html
2013-08-28 14:35:34 -07: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