Fabrice Desré
ff14f131d6
Bug 915260 - "TypeError: Services.settings is undefined" error in B2G mochitest logs r=etienne
2013-09-12 01:57:15 -07:00
Ryan VanderMeulen
a352effd6a
Merge b2g-inbound to m-c.
2013-09-11 20:58:14 -04:00
Fabrice Desré
7f0553997a
Bug 912612 - Add a timer dedicated to apps update when system updates are disabled. r=etienne,vingtetun
2013-09-11 05:00:48 -07:00
Andrea Marchesini
fcc425445c
Bug 911213 - Implement new promise constructor, r=bz
2013-09-11 18:03:04 +02:00
Dave Hylands
516caf5232
Bug 883768 - Don't auto reboot when a pin-lock is active for a sim card. r=fabrice
2013-09-10 17:12:34 +02:00
Kyle Machulis
d2ba58df5c
Bug 910915 - Add capabilities for new notifications to B2G shell/alertservice; r=fabrice
2013-09-10 16:49:42 +02:00
Ryan VanderMeulen
6e6b0eb9c7
Merge m-c to b2g-inbound.
2013-09-06 18:01:09 -04:00
Fernando Jiménez
4707e8cee0
Bug 818317 - Expose debug messages in navigator.mozPay() for debug enabled profiles. r=fabrice
2013-09-06 18:43:54 +02:00
Fabrice Desré
c3bec87fea
Bug 912065 - tapping the" Change wallpaper" icon has no action in the settings app r=vingtetun
2013-09-05 09:45:16 -07:00
Fabrice Desré
4527beabfe
Bug 906824 - Fix System JS : ERROR in green Gaia UI test runs. r=vingtetun
2013-09-06 14:18:48 -04:00
Yuan Xulei
3776b5829d
Bug 904530 - Implement composition methods for InputContext API. r=fabrice, r=masayuki
2013-08-30 08:07:16 -04:00
Marco Castelluccio
bfa66ae5ef
Bug 909573 - getManifestFor should accept a manifest url instead of an origin. r=fabrice
2013-08-28 08:10:55 -04:00
Ms2ger
4807f1c86c
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Dave Hylands
b7692523f3
Bug 830612 - Fix UP_watchdogTimerFired to use notify instead. r=julienw
2013-08-20 10:41:23 -07:00
Ms2ger
f1fc9a981c
Merge m-c to inbound.
2013-08-14 14:47:39 +02:00
Kan-Ru Chen (陳侃如)
136a487820
Bug 899073 - Move MozInputMethod, MozInputMethodManager and MozInputContext to WebIDL and uses Promises. r=yxl,khuey,nsm
...
--HG--
extra : rebase_source : 2ab67cebc7718e94f42cb493a76eec25df13b9cf
2013-08-09 17:41:48 +08:00
Jan Jongboom
abd5d0434d
Bug 902830 - Emit mozChromeEvent if input focus changes. r=yxl
2013-08-09 14:01:28 -04:00
Gregor Wagner
9d59e26bc9
Bug 902899 - Fix ContentPermission Prompt. r=etienne
2013-08-09 19:02:33 +02:00
Fabrice Desré
a9bf3e612b
Bug 880548 - Register activities that expose the 'view' type as content handlers r=vingtetun
2013-08-08 15:04:03 -07:00
Jonathan Watt
f8cb2eb37d
Bug 894840, part 2 - Get rid of the nsFilePickerShownCallback ctor's aMulti argument by exposing nsIFilePicker.mode. r=mounir
2013-07-22 13:46:27 +01:00
Jan Jongboom
977fca7a88
Bug 899999 - Implement new InputContext API. r=yxl
2013-08-07 20:07:41 -04:00
Jan Jongboom
4b70089558
Bug 885692 - Implement InputMethodManager for virtual keyboard layout switching. r=yxl
2013-08-01 13:16:43 -04:00
Ryan VanderMeulen
90a34f7610
Backed out changeset a850d7025a3c (bug 885692) to see if it fixes OSX asserts on a CLOSED TREE.
2013-08-01 15:22:21 -04:00
Jan Jongboom
0c71334ac6
Bug 885692 - Implement InputMethodManager for virtual keyboard layout switching. r=yxl
2013-08-01 13:16:43 -04:00
Mihai Cirlanaru
0f836c538b
Bug 873511 - Correctly parse 'tel:' links that contain whitespaces. r=fabrice
2013-07-26 11:20:17 -04:00
Gregory Szorc
5cf35af589
No Bug - Removing empty Makefile.in files; r=me
2013-07-18 09:09:28 -07:00
David Clarke
a99c4939cf
Bug 889602 - Set ProfD directory within b2g. r=dhylands
2013-07-16 09:02:55 -04:00
Gregor Wagner
20263c4c30
Bug 891588 - Fix preprocessor warnings. r=fabrice
2013-07-10 14:57:21 -07:00
Matthew Noorenberghe
4a08595eeb
Bug 888584 - Lazily load IdentityUtils.jsm. r=khuey
2013-07-09 18:15:34 -07:00
Ryan VanderMeulen
a4120936bf
Merge inbound and m-c.
2013-07-03 14:04:16 -04:00
Jan Jongboom
05f79b3453
Bug 889347 - Fire the onselectionchange event whenever the selection changes. r=xyuan
2013-07-03 09:33:33 -04:00
Mike Shal
884dee0b5a
Bug 880245 - Move EXTRA_JS_MODULES to moz.build (batch #4 ); r=joey
2013-07-01 11:34:30 -04:00
Andrea Marchesini
f69f6d9241
Bug 884878 - Add support for multiple accept filters in input type=file. r=mounir
2013-06-26 10:15:28 -04:00
Joey Armstrong
177893ac53
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal
2013-06-20 15:59:59 -04:00
Joey Armstrong
0a0e08cb9c
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1 ) r=mshal
2013-06-14 14:07:19 -04: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
Vivien Nicolas
6e25308b0e
Bug 874973 - The keyboard is not triggered sometimes if the app has been closed unexpectingly. r=fabrice
2013-05-24 11:58:24 +02:00
Vivien Nicolas
3e3ef46a98
Bug 832412 - Location permissions screen overlays screen until an option is selected. r=etienne
2013-05-23 17:52:04 +02:00
Joey Armstrong
26736a0ee2
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Jed Parsons
6f8e5e168c
Bug 863417 - Create a pref for setting the persona uri to facilitate testing. r=benadida, r=lloyd
2013-05-03 07:19:42 -07:00
Jed Parsons
00b64393bb
Bug 864886 - logout() logs out all tabs with the same origin. r=benadida
2013-04-30 16:29:35 -07:00
Joey Armstrong
321d063783
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Dave Hylands
16908eb6b9
Bug 860934 - Use relative paths when handling device storage r=dougt
2013-04-18 16:13:23 +02:00
Marshall Culpepper
698312967c
Bug 861103: Fix for 'Install Later' in B2G updates. r=dhylands
...
--HG--
extra : rebase_source : a4e283b28adcbea09dc9fcc3cba1eed9d85321ab
2013-04-17 15:29:50 +02:00
Arthur Chen
9c53042a1a
Bug 832946 - Ignore numbers start with '#' or '*' and end with '#'. r=gwagner
2013-04-12 08:20:31 -04:00
Fabrice Desré
d07a1aacd7
Bug 853716 - Let the SMS protocol handler deal with sms: url without numbers r=baku
2013-04-11 07:45:02 -07:00
Andreas Gal
c891c99826
Bug 858454 - Deliver MozKeyboard key events from the event loop instead of synchronously (r=fabrice).
2013-04-07 02:38:40 -07:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Patrick Wang
95df6e2fa6
Bug 846734 - adding certificate exception from certificate error page. r=fabrice
2013-03-05 10:19:00 +08:00
Mike Shal
7ecea60097
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Andrea Marchesini
ccfb81cfa0
Bug 832923 - Implement <input type='file'> on B2G, r=mounir, r=fabrice
2013-03-19 18:49:16 +01:00
William Chen
c6b39fedf9
Bug 782211 - Part 6: Updated the B2G notifications to implement the Notification API. r=etienne
2012-07-12 11:45:38 -04:00
Yuan Xulei
af7372e639
Bug 844716 - Enable keyboard Apps to get/set selection range of the input field. r=timdream
2013-03-15 08:28:51 -04:00
Jed Parsons
9149c0c3de
Bug 839500 - Close system persona iframe when not in use. r=fabrice, r=benadida
2013-03-14 15:19:34 -04:00
Gregory Szorc
c865547d94
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Gregory Szorc
7b6f9c7add
Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
...
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.
--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Ms2ger
aea301eee3
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
6ed07eef47
Bug 784841 - Part 18b: Convert /b2g; r=ted f=Ms2ger
2013-02-25 12:47:17 -08:00
Dave Hylands
3af43ce51b
Bug 842890 - Fix logic error which made applying updates Later fail. r=marshall_law
...
--HG--
extra : rebase_source : 3438ba6459d063664b3a78517807ccf34214d952
2013-02-22 16:57:10 -06:00
Marshall Culpepper
0c5e954231
Bug 833708: Correctly set the active update's errorCode when there isn't enough space in Gonk. r=dhylands
2013-02-25 21:11:14 -06:00
Fabrice Desré
c1b6529a8c
Bug 842100 - Restore the virtual keyboard in desktop builds r=cjones
2013-02-16 18:58:00 -08:00
Scott Johnson
ff010dc7eb
Bug 840331: Rev IID of B2GKeyboard interface. [r=bsmedberg]
2013-02-14 16:26:38 -06:00
Fabrice Desré
62cf0afe0b
Bug 838308 - mozKeyboard should require a permission to use r=vingtetun a=tef+
2013-02-15 12:35:18 -08:00
Patrick Wang
10d62ecadf
Bug 769178 - Add error page for about:certerror. r=fabrice
2013-02-08 12:08:52 +08:00
Vivien Nicolas ext:(%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
a63928cdfc
Bug 835809: Preload more things for faster page loads. r=fabrice,jlebar
...
--HG--
rename : dom/browser-element/BrowserElementChild.js => dom/browser-element/BrowserElementChildPreload.js
rename : dom/browser-element/BrowserElementScrolling.js => dom/browser-element/BrowserElementPanning.js
2013-02-07 21:10:01 -08:00
Dave Hylands
68371c687a
Bug 838924 - Fix try/catch introduced in bug 835210 which caused FOTA updates to still be broken. r=marshall_law
2013-02-07 12:53:59 -08:00
Chris Jones
f71a3eb305
Bug 835584: Precompile forms.js and preload UserAgentOverrides.jsm. r=fabrice
2013-02-05 18:27:52 -08:00
Robert Strong
7c9873feef
Bug 695811 - Checking for updates logs two warnings about deprecated XMLHttpRequest attributes. r=bbondy, r=dhylands
2013-02-01 18:58:48 -08:00
Dave Hylands
f790db8534
Bug 835210 - FOTA updates don't seem to be working any more. r=fabrice
2013-01-30 17:23:51 -08:00
Dave Hylands
6e3249f4f9
Bug 831701 - Missing a change that was supposed to be in the previous patch. r=me
2013-01-25 10:32:56 -08:00
Dave Hylands
eccfc8c615
Bug 831701 - Finish active updates unless the user swtiches to a newer one. Remove stale updates. r=rstrong
...
Once the user starts to download an update, stick to that update until the user cancels the download and does a "Check Now".
If a newer update is started and a stale update is detected, remove the stale update.
If a download fails due an update being in the applied state, prompt the user to apply it.
If an update was fully downloaded, but interrupted during verification, then don't redownload.
2013-01-25 10:27:49 -08:00
Fernando Jiménez
ac17d44f05
Bug 833392 - Send RP ID within mozChromeEvents; r=jparsons
2013-01-23 21:10:38 +01:00
Fernando Jiménez
ef4672503c
Bug 832951 - [WebPayment] Expose DOMRequest ID within mozChromeEvents; r=fabrice, a=nonlibxul
2013-01-22 12:29:54 +01:00
Doug Turner
244459f18c
Bug 830027 - Allow all device APIs that uses the content permission prompt from the system principal. r=fabrice/gwagner a=tef+
2013-01-17 10:26:40 -08:00
Marshall Culpepper
7be8f66a54
Bug 823695: Part 1 - Send update errors after the shell is ready in B2G. r=fabrice
2013-01-14 23:40:51 -08:00
Dave Hylands
9036a0e047
Bug 825598 - Add a watchdog timer on downloads and automatically restart if timer expires. r=marshall_law
2013-01-15 00:10:19 +01:00
Fabrice Desré
b20126c6cd
Bug 828944 - downloadavailable flag is removed if you reboot after stopping the download r=ferjm
2013-01-11 07:32:06 -08:00
Marshall Culpepper
1430f80313
Bug 816306: Part 2 - Report update HTTP errors to Gaia, and accompanying tests. r=fabrice
2013-01-10 18:13:39 +01:00
Andrea Marchesini
7467f12154
Bug 823974 - Permission requests from browser elements should be denied if unknown/denied for the container app, r=sicking, a=bb+
2013-01-10 14:56:45 +01:00
Dave Hylands
9139c75270
Bug 785124 - Pt 6 - Fix JS code that was failing xpcshell tests. r=marshall_law
2013-01-10 14:46:39 +01:00
Dave Hylands
914aeaf3fa
Bug 785124 - Pt 2 - JS changes to updater to allow storing update.mar to sdcard. r=marshall_law
...
From 93958fee051e9355930edba538eabeb91f4b442d Mon Sep 17 00:00:00 2001
sdcard and lock sdcard while in use
---
b2g/components/DirectoryProvider.js | 154 ++++++++++++++++++++++++++---
b2g/components/UpdatePrompt.js | 16 ++-
toolkit/mozapps/update/nsUpdateService.js | 124 ++++++++++++++++++++++-
3 files changed, 276 insertions(+), 18 deletions(-)
* * *
Fix log stmt
2012-12-14 16:05:39 -08:00
Jed Parsons
56eb53bf49
Bug 823751 - When persona login in the Trusty UI is canceled, fire the RP's oncancel() callback; r=benadida, a=bb+
2013-01-10 09:56:10 +01:00
Gregor Wagner
b4cc408427
Bug 828209 - Remember my choice default for certified apps for PROMPT_ACTION WebAPIs is incorrect. r=mounir
2013-01-09 13:43:15 +01:00
David Flanagan
320e25d2f3
Bug 825698 - Move YouTube query code from chrome to content. r=jdm
...
DONTBUILD
2013-01-07 12:55:31 -08:00
Ryan VanderMeulen
8d5a1d1584
Backed out changeset d30114b63097 (bug 825698) for landing with the wrong bug number.
2013-01-08 19:47:31 -05:00
David Flanagan
5d02d78e45
Bug 625698 - Move YouTube query code from chrome to content. r=jdm
2013-01-07 12:55:31 -08:00
Marshall Culpepper
3b9cf8d69c
Bug 817821: Part 1 - Communicate update download events better to Gaia. r=fabrice
2013-01-08 17:13:32 +01:00
Gregor Wagner
97fd1b2f9b
Bug 824421 - Cannot request access to the desktop notification webapi in the browser - no permission prompt is seen, webapi can't be used. r=sicking
2013-01-08 16:47:16 +01:00
Phil Ringnalda
69566d191b
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
2013-01-07 22:59:32 -08:00
Ed Morley
538a2febe2
Merge mozilla-central to mozilla-inbound
2013-01-07 17:40:38 +00:00
Josh Matthews
d16a56d46d
Bug 822551 - Initialize the user agent overrides in content process frames. r=dao,vingtetun
2013-01-07 17:47:01 +01:00
Etienne Segonzac
845ce3665b
Bug 826023 - Only send the permission-prompt mozChromeEvent if the requesting frame is visible r=vingtetun a=bb+
2013-01-07 17:45:29 +01:00
Dave Hylands
a4b95968d1
Bug 785124 - Pt 2 - JS changes to updater to allow storing update.mar to sdcard. r=marshall
...
From 93958fee051e9355930edba538eabeb91f4b442d Mon Sep 17 00:00:00 2001
sdcard and lock sdcard while in use
---
b2g/components/DirectoryProvider.js | 154 ++++++++++++++++++++++++++---
b2g/components/UpdatePrompt.js | 16 ++-
toolkit/mozapps/update/nsUpdateService.js | 124 ++++++++++++++++++++++-
3 files changed, 276 insertions(+), 18 deletions(-)
* * *
Fix log stmt
2012-12-14 16:05:39 -08:00
Margaret Leibovic
397ee6df66
Bug 826589 - (Part 1) Pass manifest to activity picker instead of pre-translated title. r=ttaubert a=bb+
2013-01-07 15:48:56 +01:00
Andrea Marchesini
d70f7ca23e
Bug 811026 - [Permissions] Grant a prompted permission for the duration of the session, r=sicking
2013-01-05 14:02:29 -08:00
Marshall Culpepper
d7a1c91ffb
Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy
2013-01-02 12:41:40 -06:00
David Flanagan
a7ac797593
Bug 821514 - fix YoutubeProtocolHandler.js to report errors, and also parse titles properly. r=dale a=blocking-basecamp+
2012-12-29 20:51:43 -08:00
Marshall Culpepper
7bf0c9c466
Bug 821741: Load update prefs more dynamically to support automation in B2G. r=fabrice
...
--HG--
extra : rebase_source : ca7f9ef99fe96051d915ec5b8a87fb22a00d3d6d
2012-12-26 11:28:42 -06:00
Jed Parsons (:jparsons)
bf807a48d5
Bug 823736 - include.js must stringify objects going to userland js. r=benadida
2012-12-23 10:59:43 -05:00
Gregor Wagner
54e7b9d874
Bug 823258 - Asking for a PROMPT_ACTION for a privileged API in a privileged packaged app - remember my choice default is incorrect. r=fabrice
2012-12-21 15:04:31 -08:00
Antonio M. Amaya
34fbbcbfb7
Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations [r=sicking]
2012-12-15 02:32:30 +01:00
Ed Morley
defe36365f
Backout c56a4fcc3acc (bug 812289) for failures in test_permission_basics.html
2012-12-17 13:17:20 +00:00
Antonio M. Amaya
dd01d844fb
Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations (edit); r=sicking
2012-12-15 02:32:30 +01:00
Fabrice Desré
48606428f9
Bug 820196 - CSP slows down app startup by ~12% [r=geekboy]
2012-12-14 14:53:29 -08:00
Vivien Nicolas
53e50507b4
Bug 818148 - Use a system message when the application is closed. r=fabrice. a=blocking-basecamp
2012-12-06 09:22:53 +01:00
Mike Hommey
d26003ab92
Bug 817955 - Only install identity modules in modules/identity. r=benadida,r=jparsons
...
--HG--
extra : rebase_source : 027b0cae0a29d00c34424e542fe4d57192aab5b1
2012-12-05 09:25:21 +01:00
Fernando Jiménez
e70904b97f
Bug 815148 - r=fabrice
2012-12-03 21:44:58 +01:00
Vivien Nicolas
f4f353addb
Bug 814074 - Send a system message to the application when the application is not running anymore but waits for a notification. r=fabrice. a=blocking-basecamp.
2012-12-03 15:42:36 +01:00
Marshall Culpepper
d7af35958e
Bug 804571: Implement download cancel (pause) for B2G. r=fabrice
...
--HG--
extra : rebase_source : f6fe2a4416913f55dab81cd0c8801563a4e409f1
2012-11-30 13:35:54 -06:00
Gregor Wagner
debe000fb5
Bug 815974 - [System] Remember geolocation permission for an app is broken. r=sicking
2012-11-30 09:32:05 -08:00
Fabrice Desré
7ba8fb1e08
Bug 778668 - Bubble the application name/origin/manifest in the desktop-notification mozChromeEvent [r=wchen]
2012-11-28 22:36:15 -08:00
Gregor Wagner
28f0f5ac29
Bug 814294 - Don't prompt for missing permissions (UNKNOWN_ACTION). r=sicking
2012-11-27 17:31:45 -08:00
Marshall Culpepper
60dbdd1f7f
Bug 809974: Set the last update installed time for B2G. r=fabrice
2012-11-27 11:53:17 -06:00
Chris Jones
01301949a5
Bug 813451: Update-available notifications don't get lost anymore, so the code from bug 801987 is no longer needed. r=marshall_law
2012-11-20 18:08:32 -08:00
Jed Parsons
4a0b1c2bfd
Bug 790141 - Native implementation of browserid get() and getVerifiedEmail(). r=benadida
2012-11-20 20:28:34 -05:00
Gregor Wagner
2fcc0a1c8b
Bug 812034 - Permissions: Connect access field for permission checks. r=ddahl
2012-11-19 12:31:25 -08:00
Jed Parsons
12b02d334e
Bug 811014 - Ensure forceIssuer parameter is passed through. r=benadida
2012-11-18 00:02:13 -05:00
Jed Parsons
cfffe88629
Bug 811012 - Allow forceAuthentication parameter to request for whitelisted Marketplace. r=benadida
2012-11-17 08:19:38 -05:00
Jed Parsons
a3975964b9
Bug 804932 - Pass arbitrary options from RPs to BrowserID internal api methods. r=benadida
2012-11-16 18:34:32 -05:00
Fabrice Desré
2b3bfbbd74
Bug 802228 - Check for app updates when we check for system update [r=marshall]
2012-11-15 12:52:19 -08:00
Jed Parsons
00dc073987
Bug 811095 - (Re)enable identity modules. r=benadida
2012-11-12 19:46:35 -05:00
Rudy Lu
2be79b7da7
Bug 810769 - [Browser] No keyboard available f=ttaubert r=kaze a=blocking-basecamp
2012-11-12 15:10:32 +01:00
Jed Parsons
4eca1ae2b8
Bug 809265 - Update Identity js and jsm modules to use new global object. r=benadida
...
--HG--
extra : rebase_source : e28a25b4a6556157532bcd082878ae36f6741607
2012-11-08 20:54:13 -05:00
Tim Taubert
e057906f3d
Bug 802073 - Receive input event twice from input tag type:time and type:date r=vingtetun a=blocking-basecamp
2012-11-07 12:53:24 +01:00
Zach Carter
b576b5842f
Bug 804143 - [Identity] Make id flow OOP. r=benadida
2012-11-02 19:48:57 -04:00
Jed Parsons
b2c918dae8
Bug 807078 - Clean up message listeners before closing window. r=benadida
2012-11-02 16:11:51 -04:00
Jed Parsons
409a98df73
Bug 806605 - Replace loggedInEmail parameter with loggedInUser. r=benadida
2012-11-01 19:23:14 -04:00
Kyle Huey
0469a02b25
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
a78b5b38c7
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Justin Lebar
4a0fdd088a
Backed out changeset 86d8067fa9e5 (bug 802366) on a CLOSED TREE
2012-10-30 21:36:32 -04:00
Justin Lebar
0a5c71f499
Bug 802366 - Prelude, part 1: Rename in-process-browser-frame-shown to in-process-browser-or-app-frame-shown. r=bz
...
--HG--
extra : rebase_source : 683e1facc5a6356a4cce0546fd2593a701fe69c0
2012-10-30 15:55:05 -04:00
Kyle Huey
9a3674d80a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
4144129728
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Jed Parsons
e054b7f4a2
Bug 794680 - Connect gecko to gaia identity ui. r=benadida, r=cjones
2012-10-26 07:39:38 -04:00
David Dahl
a1c372317d
Bug 773114 - Permission UI events for apps r=sicking r=anygregor
2012-10-24 15:19:01 -05:00
Marshall Culpepper
f89b0cb069
Bug 804226: Move B2G nsIUpdateCheckListener impl into it's own type to avoid method name collision. r=fabrice
2012-10-23 13:51:16 -05:00
Andrea Marchesini
f9cfd22a17
Bug 803452 - Remember my choice for geolocation doesn't work. r=vingtetun
2012-10-22 22:22:27 -04:00
Shih-Chiang Chien
ff8dcd1bcd
Bug 790393 - Add MozPower.factoryReset() for factory reset. r=cjones, r=vingtetun, sr=sicking
2012-10-04 17:28:34 +08:00
Shih-Chiang Chien
0c2cdf9143
Bug 793108 - Add removeFocus() for MozKeyboard. r=sicking
2012-10-17 19:18:14 +08:00
Edwin Flores
c336c77898
Bug 802465 - Limit resolution of youtube streams in YoutubeProtocolHandler r=fabrice
2012-10-19 14:11:36 +13:00
Dale Harvey
f98e08c150
Bug 802466 - Add signature to stream url. r=fabrice
2012-10-17 15:33:58 -04:00
Fabrice Desré
e74a334778
Bug 801987 - [OTA update] system notification never reappears after dismissing "Later" and then force updating [r=marshall]
2012-10-16 22:07:59 -07:00
Phil Ringnalda
edf26f99e4
Back out 4f8830d30f62 (bug 794680) for bustage on a CLOSED TREE
2012-10-16 19:58:32 -07:00
Jed Parsons
7b466c7726
Bug 794680 - Connect gecko to b2g identity ui. r=benadida
2012-10-16 21:34:02 -04:00
Marshall Culpepper
08e2eba20e
Bug 801742: Pass updater errors and status to Gaia in B2G. r=fabrice
...
--HG--
extra : rebase_source : 1cb52325daa904a8b0fad9f1bb57bdc058188e1c
2012-10-16 14:15:37 -05:00
Fernando Jiménez
fd750414f5
Bug 793329 - If the trusted UI is closed on device, fire an onerror callback in mozPay indicating as such; r=fabrice
2012-10-16 11:28:30 +02:00
Marshall Culpepper
f44ea263d6
Bug 798948: Allow force checking of updates in B2G. r=fabrice
2012-10-13 13:11:09 -05:00
Fabrice Desré
d782e1b6aa
Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner]
2012-10-02 22:38:03 -07:00
Gene Lian
56e7808397
Bug 793970 - Reuse nsAppStartup's watchdog to compulsively power-off/reboot/quit Gecko if profile synchronizing hangs. r=cjones
2012-10-02 15:26:32 +08:00
Marshall Culpepper
07f5135c0b
Bug 740722: Wait until the user is idle before prompting to apply an update in B2G. r=fabrice
2012-10-02 13:33:49 -05:00
Andrea Marchesini
1827b6489f
Bug 793310 - Support sms:, tel: and mailto: URI schemes, r=philipp
2012-10-01 11:28:01 -07:00
Marshall Culpepper
7ad8f721a7
Bug 778349: Initial support for OS ("FOTA") updates in Gonk. r=rstrong r=bbondy r=fabrice
2012-09-30 21:55:51 -05:00
Marshall Culpepper
7f6b485c6a
Bug 794092 - Initial implementation of Gonk RecoveryService. r=vingtetun r=cjones
...
Adopted from Shih-Chiang Chien's original code.
2012-09-28 17:32:56 -05:00
Fabrice Desré
a505bb317c
Bug 793349 - Youtube activity should include video title [r=dougt]
2012-09-24 22:31:14 -07:00
Cervantes Yu
873656691a
Bug 791036 - Fix MozKeyboard for value selector only working on the last opened app. r=vingtetun
2012-09-24 21:50:20 -04:00
Chris Jones
e2c1ec4c18
Bug 787436: Implement a "really really quit" watchdog to monitor normal shutdown and exit Gecko in a hurry if it takes too long. r=bent
2012-09-19 16:13:31 -07:00
Fabrice Desré
dd96f8006d
Bug 777633 - Cannot view a video on mobile youtube on Firefox OS - vnd.youtube is not a registered protocol [r=dougt]
2012-09-17 14:55:48 -07:00
Fabrice Desré
3b4fb4b85d
Bug 791148 - Remove the deprecated camera support [r=cjones]
2012-09-13 19:44:06 -07:00
Fabrice Desré
11a4ceadc1
Bug 786203 - Permission Prompt should tell which app it comes from instead only gives the url [r=mounir]
2012-09-12 11:00:55 -07:00
Marshall Culpepper
59462ece51
Bug 787383: Send update download progress mozChromeEvents in B2G. r=fabrice
2012-09-12 11:53:03 -05:00
Marshall Culpepper
433058da4e
Bug 787380: Initial implementation of B2G updater download mozChromeEvents. r=fabrice
2012-09-12 11:53:03 -05:00
Marshall Culpepper
39f39e18bc
Bug 740720: Initial implementation of B2G apply update mozChromeEvents. r=fabrice
2012-09-12 11:53:03 -05:00
Shih-Chiang Chien
b6590f7f56
Bug 786945 - Cannot set value to <select> element, r=vingtuten
2012-09-04 10:16:48 +08:00
Fabrice Desré
ae7cf1a4f0
Bug 778079 - Support loading app packages from multiple locations [r=vingtetun]
2012-08-29 14:20:03 -07:00
Ryan VanderMeulen
29b9becedd
Backout 2865d46e472d (bug 778079) for xpcshell failures on a CLOSED TREE. r=IfYoureGoingToUseTryLookAtTheResultsBeforePushingToInbound
2012-08-29 18:58:31 -04:00
Fernando Jiménez
8140be46f6
Bug 767818 - Implement navigator.pay. Part 4 - B2G implementation; r=fabrice
2012-08-29 18:41:35 -03:00
Fabrice Desré
6c2d0b1566
Bug 778079 - Support loading app packages from multiple locations [r=vingtetun]
2012-08-29 14:20:03 -07:00
Shih-Chiang Chien
1d1b72f11d
Bug 781438 - use correct messageManager to send 'Forms:Select:Choice' message. r=vingtetun
2012-08-29 15:46:22 +08:00
Marshall Culpepper
5ca7854451
Bug 764683: Manage /system mount permissions when applying Gecko updates in B2G, and download them to /data/local. r=rstrong r=bbondy r=cjones
2012-08-27 12:27:14 -03:00
Philipp von Weitershausen
d158b5747c
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
...
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Alexandre LISSY
54f5995338
Bug 783825 - Fix b2g breakage after bug 553102 - Part 2: wrap keyboard event detail [r=fabrice]
2012-08-19 12:00:22 -07:00
Fabrice Desré
3a6a1ec660
Bug 783825 - Fix b2g breakage after bug 553102 - Part 1 : fix mozChromeEvent events and system message manager [r=gal]
2012-08-19 12:00:19 -07:00
Phil Ringnalda
3c6bc5d2e1
Back out a9f462ea67f9 (bug 783825) for mochitest-chrome bustage
2012-08-18 21:08:40 -07:00
Fabrice Desré
74c76a1852
Bug 783825 - Fix b2g breakage after bug 553102 [r=cjones]
2012-08-18 19:50:44 -07:00
Fabrice Desré
23ce62fbf6
Bug 782859 - Add e10s support the ContentHandler component [r=vingtetun]
2012-08-15 09:00:02 -07:00
William Chen
d95a8ff25b
Bug 776134 - Part 2: Make AlertsService remote alerts from content process to chrome process. r=dougt
2012-07-26 18:25:02 -04:00
William Chen
16c1d45b7e
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
2012-07-30 10:58:26 -04:00
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Gregor Wagner
48bb60b4c6
Bug 776764 - Allow permissionDB parent directory to not be the default profile directory. r=fabrice
2012-07-24 11:22:14 -07:00
Vivien Nicolas
03b9046ec3
Bug 776792 - Fire an Activity for application/pdf document. r=gal
2012-07-24 18:34:12 +02:00
Mounir Lamouri
cf23e7a288
Bug 775822 - Use the new Permission Manager API for B2G shell.js and CameraContent.js. r=vingtetun
2012-07-20 18:06:35 -07:00
Fabrice Desré
4edd385c3b
Bug 715814 - Implement Web Activities : B2G Specific [r=cjones]
2012-07-20 17:41:30 +02:00
Chris Jones
fc6d547510
Bug 750977: Implement glue code for asynchronous panning/zooming. r=jlebar,roc,vingtetun
...
This is a rollup of three separate patches
- Add nsIDocShell.asyncPanZoomEnabled. r=jlebar
- Have BrowserElementChild service repaint requests and handle fallback synchronous scrolling (for now). r=jlebar,vingtetun
- Glue async pan/zoom logic up between compositing, event dispatch, and repaint requests. r=roc
--HG--
rename : b2g/chrome/content/webapi.js => dom/browser-element/BrowserElementScrolling.js
2012-07-19 23:48:27 -07:00
Vivien Nicolas
dea6d59805
Bug 771518 - ContentPermissionPrompt.js is broken since Bug 757137 landed. r=fabrice
2012-07-13 04:28:19 +02:00
Vivien Nicolas
1844dbb174
Bug 766878 - IME prototype doesn't work with <iframe mozbrowser remote>. r=cjones
2012-06-26 16:01:53 +02:00
Gregor Wagner
bd2298240c
Bug 766375 - Move idb databases to /data/local. r=fabrice
2012-06-21 14:17:11 -07:00
Chris Jones
d686b0a97b
Bug 762240: Install a console.* shim for all browser frames, and ensure we load webapi.js properly. r=vingtetun
2012-06-07 04:17:59 -07:00
Vivien Nicolas
6d765a18aa
Bug 758672 - Support mozKeyboard.setValue. r=fabrice
...
--HG--
extra : rebase_source : ab1014d247556d65dceb8c9da45a894ee5266ed4
2012-06-06 14:19:33 +02:00
Vivien Nicolas
a52844af7a
Bug 757496 - Support mozKeyboard.setSelectedOption[s]. r=fabrice
...
--HG--
extra : rebase_source : 4f62f03c060524aa62eb388554b1c94d674505b6
2012-06-06 14:19:33 +02:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Etienne Segonzac
dc2493ecb9
Bug 746121 - Updating the DirectoryProvider to look for user.js on the sdcard. r=vingtetun a=b2g-only
2012-04-18 12:47:05 +02:00
Vivien Nicolas
8ddb5aa790
Bug 742092 - Bridge the permission prompt to the content using the homescreen messaging API. r=fabrice
2012-04-11 10:05:35 -07:00
Chris Jones
d3ef250e1c
Bug 739137: Try harder to ensure that b2g shuts down when we ask it to. r=fabrice
2012-03-26 00:46:21 -07:00
Vivien Nicolas
1e7597190e
Bug 736193 - Use the offline cache to load applications [r=fabrice] DONTBUILD because NPOTB
2012-03-23 16:39:15 -07:00
Chris Jones
78326f4cd3
Bug 737368, part 3: Implement an update prompter (v0) that simply restarts Gecko when an update is downloaded. Not what we want in the log term. r=fabrice
...
--HG--
rename : mobile/android/components/UpdatePrompt.js => b2g/components/UpdatePrompt.js
2012-03-21 15:50:53 -07:00
Fabrice Desré
36e2d15f53
Bug 736628 - Move mozKeyboard to a distinct xpcom component [r=cjones]
2012-03-19 10:30:51 -07:00
Fabrice Desré
ed3de8e8fc
Bug 736113 - Can't get camera stream when camera app served from subdomain [r=vingtetun]
2012-03-16 15:23:28 -07:00