Commit Graph

371 Commits

Author SHA1 Message Date
Alexandre Poirot
9b33747995 Bug 963490 - Implement a b2g component to easily interact with all frames. r=vingtetun, r=janx, r=jryans 2014-06-30 06:16:00 -04:00
Jim Blandy
4d6a633bba Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Antonio M. Amaya
bc0543d31e Bug 1028042 - Re-enable the activity handler for the OMA DD MIME type. r=vingtetun 2014-06-20 01:45:00 -04:00
Ed Morley
fa389ef499 Bug 984274 - Disable test_sandbox_permission.html on B2G for too many intermittent failures
--HG--
extra : rebase_source : 1774eb1f371100ab13d1711855776d4d708395fd
2014-06-19 09:43:48 +01:00
Antonio M. Amaya
a045096e18 Bug 1021156 - Re-enable activity handlers for OMA downloads. r=vingtetun 2014-06-17 09:44:00 -04:00
Mike Habicher
1b8cd97bdb Bug 1022705 - allow StopRecordingImpl() to be called from any thread, r=jesup 2014-06-10 09:52:22 -04:00
Ryan VanderMeulen
c8ca0853e5 Merge m-c to b2g-inbound. a=merge 2014-06-07 14:16:54 -04:00
Fernando Jiménez
147c63de46 Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun 2014-06-07 19:30:19 +02:00
Ryan VanderMeulen
7b4af4d888 Bug 984274 - Disable test_sandbox_permission.html for frequent failures on a CLOSED TREE. 2014-06-07 01:12:33 -04:00
Shih-Chiang Chien
cadc31120f Bug 1019572 - Manually stop the media stream in test_permission_gum_remember.html. r=baku. 2014-06-05 05:07:00 -07:00
Vivien Nicolas
d47e742018 Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
3a3ab13539 Backed out 5 changesets (bug 1015871, bug 1020257, bug 1015887, bug 1005888, bug 1015894) for desktop B2G mochitest failures on a CLOSED TREE.
Backed out changeset dbcb9974b640 (bug 1020257)
Backed out changeset 3220b7b2efc9 (bug 1015894)
Backed out changeset 4e23647ae247 (bug 1015887)
Backed out changeset 59df0cdacc15 (bug 1015871)
Backed out changeset e7124b07804b (bug 1005888)
2014-06-04 16:07:06 -04:00
Vivien Nicolas
d8fd7904f1 Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
Sean Lin
2b0e5d4858 Bug 1013671 - Use SystemAppProxy to fire "system-messages-open-app" from SystemMessageInternal.js. r=gene
Bug 793420 - Remove the waiting timer for the open-app mozChromeEvents requested by System Message.
r=gene, fabrice
2014-05-30 15:48:25 +08:00
Shih-Chiang Chien
38866397b0 Bug 978660 - no need to prompt if gUM is already granted. r=fabrice. 2014-05-13 13:58:04 +08:00
Alexandre Poirot
1e8598317b Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice 2014-05-26 10:39:00 +02:00
Sean Lin
311190e038 Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice 2014-05-26 11:53:44 +08:00
Ryan VanderMeulen
7285915a55 Merge m-c to fx-team. 2014-05-21 08:56:33 -04:00
Alexandre Poirot
ba71388b74 Bug 964778 - Fix app install. r=fabrice 2014-05-20 09:30:00 -04:00
Sam Penrose
46179ab350 Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp 2014-05-13 13:56:30 -07:00
Fabrice Desré
625b7bf6a0 Bug 1009781 - Remove activities -> content handler mappings r=vingtetun 2014-05-20 13:51:30 -07:00
Fabrice Desré
9639dcbe16 Bug 1009253 - Activities with no choice available are not reporting error r=vingtetun 2014-05-12 16:30:30 -07:00
Alexandre Lissy
cb57a71f64 Bug 967475 - Implement mozChromeNotifications API. r=mhenretty,bent 2014-05-08 23:16:00 +02:00
Wes Kocher
835be078b9 Backed out changeset 21d743a319c6 (bug 967475) for apparently introducing two hazards to the build 2014-05-08 16:06:40 -07:00
Alexandre Lissy
6427efb2cf Bug 967475 - Implement mozChromeNotifications API. r=mhenretty, r=bent
--HG--
extra : rebase_source : 595b53c85f031784bd77591d4e0593e60b39ccfd
2014-05-08 10:07:00 -04:00
Sam Penrose
a8be0eb5da Bug 1004242 - Expose FxAccounts resendVerificationEmail to Gaia. r=jedp 2014-05-07 11:14:05 -07:00
Ben Turner
d43c965184 Bug 982779 - Ensure that child->parent IPC blobs are never mysterious, r=baku. 2014-04-29 13:02:41 -07:00
Alexandre Lissy
603ca21295 Bug 1005093 - Fix return code path of getNotificationURLFor(). r=fabrice 2014-05-02 11:22:00 +02:00
Alexandre Lissy
ad096abd0a Bug 963234 - Move AlertsHelper out of shell.js. r=fabrice, r=ochameau 2014-05-01 05:23:00 -04:00
Carsten "Tomcat" Book
f04a2b076c merge fx-team to mozilla-central 2014-04-30 15:01:45 +02:00
Sam Penrose
8dfdb2f152 Bug 981210 - FxAccountsManager.jsm and consumers: change "accountId" attribute to "email" r=jedp 2014-04-29 14:47:59 -07:00
Josh Dover
06492e32ea Bug 776027 - Allow nsIActivityUIGlueCallback to handle native and web activities. r=fabrice 2014-04-25 16:29:00 +02:00
Josh Dover
221ac5df8d Bug 776027 - Pass activity options instead of name through nsIActivityUIGlue. r=fabrice 2014-04-25 16:28:00 +02:00
Kyle Machulis
3dd5bf5f38 Bug 998500 - Add command line argument for turning on OOP in B2G Desktop; r=fabrice 2014-04-24 11:06:57 -07:00
Kyle Machulis
5228b30123 Backed out changeset 3ed0e2f2a65f due to missing file 2014-04-24 11:06:11 -07:00
Kyle Machulis
419e2879d5 Bug 998500 - Add command line argument for turning on OOP in B2G Desktop; r=fabrice
--HG--
extra : rebase_source : cae595fc847a43770029eaa7761b259be20ad97c
2014-04-24 11:03:11 -07:00
Alexandre Poirot
0fcc9e894d Bug 990065 - Ship simulator screen xpcom in b2g desktop package and prevent it from breaking bfcache. r=vingtetun 2014-04-10 10:35:26 -04:00
Alexandre Lissy
6d324df0d2 Bug 930794 - Delete notification cleared from tray. r=mhenretty, gwagner 2014-03-18 17:01:13 +01:00
Alexandre Poirot
f13b21527a Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
Ehsan Akhgari
0b275ae564 Bug 985796 - Port the permission settings API to WebIDL; r=bzbarsky 2014-03-22 09:58:24 -04:00
Dave Hylands
d1e38d7c59 Bug 983848 - Don't use settings db in UpdatePrompt when running under xpcshell. r=bent 2014-03-19 11:58:01 -07:00
Alexandre Poirot
ed2590fa4c Bug 944443 - Uplift rotation feature from simulator to b2g desktop. r=vingtetun 2014-03-19 08:38:59 -04:00
Fernando Jiménez
7d20b5a7ba Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps 2014-03-17 09:58:16 -07:00
Shih-Chiang Chien
88c2d3442d Bug 981113 - Fix unreferenced JS error. r=fabrice 2014-03-12 08:29:23 -04:00
Michael Wu
d6e75d8fe6 Bug 976450 - Clear cache and try again when librecovery fails, r=dhylands 2014-03-05 10:56:59 -05:00
Carsten "Tomcat" Book
df93062b9a Merge mozilla-central to fx-team on a CLOSED TREE 2014-02-25 15:42:32 +01:00
Shih-Chiang Chien
8219d45d08 Bug 898949 - Part 3, test case for option list in permission request, r=fabrice. 2014-02-13 12:16:07 +08:00
Jed Parsons
d743fcd5d6 Bug 963835 - B2G fixes for FxA client handle incorrect capitalization in emails. r=ferjm 2014-01-31 15:21:46 -08:00
Mark Hammond
da1a04a29a Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug 2014-02-21 09:19:18 +11:00
Fernando Jiménez
8f9b14ac06 Bug 938635 - Implement forceAuthentication for firefox accounts. Part 3: UI glue. r=fabrice 2014-02-19 11:47:11 +01:00
Phil Ringnalda
369e9f3db8 Merge b-i to m-c 2014-02-15 10:01:36 -08:00
Vivien Nicolas
4a4905c718 Bug 970101 - Remove a |const| leftover in ContentHandler.js. r=fabrice 2014-02-15 01:45:45 +01:00
Sam Joch
1bf39c6bc3 Bug 939174 - [User Story] Edge Gesture Tutorial Outside of FTE. r=bent 2014-02-07 11:28:25 +01:00
Alexandre Poirot
18dbaa5cb4 Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice 2014-02-11 09:24:20 -05:00
Alfredo Yang
4e361eab71 Bug 853356 - gUM video prompt for sandbox testcase. r=amarchesini 2014-02-09 15:34:44 -05:00
Alfredo Yang
3a4bbe0a0b Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith 2014-02-09 15:34:40 -05:00
Shih-Chiang Chien
2013e435dc Bug 898949 - Part 1, add optios in permission prompt for Video/Audio device selection. r=fabrice,khuey 2013-09-10 17:41:59 +02:00
Fabrice Desré
da7e46af81 Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
Fernando Jiménez
1a345057fa Bug 952063 - Trigger FxAccountsIACHelper 'onlogin', 'onlogout' and 'onverified' events when required. Part 2: B2G. r=fabrice 2014-01-22 14:23:00 +01:00
Ryan VanderMeulen
4d0972315d Merge inbound to m-c. 2014-01-13 17:44:24 -05:00
Kai-Zhen Li
fd07d7b0cb Bug 931740 - Check the available free space for update. r=dhylands 2013-12-17 11:24:14 +08:00
John Hu
98fbe7c3fd Bug 949944 - [B2G][Helix][Browser][Wallpaper] Use new File([blob], filename) to return a blob with filename when picking. r=fabrice 2014-01-06 16:07:18 +08:00
Patrick Wang (Chih-Kai Wang)
9989d89cb7 Bug 913243 - Load ErrorPage.js only when error occurs. r=fabrice 2014-01-07 14:39:32 +08:00
Alexandre Lissy
de8ff304a0 Bug 951150 - Sync notification system message with Notification API. r=mhenretty 2014-01-09 16:55:44 +01:00
Alfredo Yang
72f2983668 Bug 951997 : Create content sandbox permission prompt test. r=amarchesini, jgriffin 2014-01-02 20:43:54 +01:00
Bill McCloskey
3f0323f510 Bug 682048 - Change B2G frame script handling to support anon/global scope (r=fabrice) 2013-11-23 21:32:39 -08:00
Ryan VanderMeulen
00161f8da9 Backed out changesets a7fc463961ce and 65061e971eb8 (bug 935793) for breaking Travis testing (bug 950441). 2013-12-15 12:47:09 -05:00
Ryan VanderMeulen
62591c8121 Merge inbound to m-c. 2013-12-13 16:15:52 -05:00
Fernando Jiménez
119fa6913e Bug 943998 - Need debug and uri pref for FirefoxAccounts. r=markh
--HG--
rename : services/fxaccounts/FxAccountsConsts.js => services/fxaccounts/FxAccountsCommon.js
2013-12-13 12:37:55 +01:00
Fernando Jiménez
9048e2f77b Bug 949526 - FxAccountsManager and B2G implementation. Part 3: FxA B2G Service. r=fabrice 2013-12-13 12:25:26 +01:00
Fernando Jiménez
5d402010a7 Bug 949526 - FxAccountsManager and B2G implementation. Part 2: UI Glue r=fabrice 2013-12-13 12:25:26 +01:00
Mark Hammond
75591f7a7a Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
--HG--
extra : rebase_source : 475b2cafc094117a2edf8ba95605e7f4d5f95410
2013-12-13 14:24:37 +11:00
Andrea Marchesini
469cf98c62 Bug 920905 - DOMFile.name is used to show the filename in the b2g filepicker, r=fabrice 2013-12-12 19:27:55 +00:00
Ryan VanderMeulen
e58ec03427 Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Randell Jesup
fac641fbfb Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
Alfredo Yang
e36a238d1e Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-12-06 17:38:51 -05:00
Tomasz Szatkowski
20d238c67d Bug 945952 - Fix uploading of files with empty MIME type. r=fabrice
--HG--
extra : rebase_source : 3a5f56c241d98cc9a472cf94add10ae4d8f88fcb
2013-12-10 10:14:39 -05:00
Andrea Marchesini
71e2ebdc73 Bug 935273 - B2G filePicker.js uses nocrop when no filters are set. r=dflanagan 2013-12-03 15:44:45 -05:00
Andrea Marchesini
d0a040b7e7 Bug 935273 - Force nocrop property in FilePicker for b2g. r=fabrice 2013-12-02 22:37:03 -05:00
Fernando Jiménez
80b445b8a5 Bug 937887 - App purchase loads a blank screen in the trusted UI due to a JS error. r=fabrice 2013-11-26 12:13:57 +01:00
Mike Hommey
bb6779efe3 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
3b12c2be6c Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal 2013-11-19 11:47:29 +09:00
Fabrice Desré
8e0ca3be55 Bug 936342 - Make downloads end up in the default storage area on b2g r=dhylands,paolo 2013-11-12 13:17:24 -08:00
Fabrice Desré
dd1944c683 Bug 935340 - Remove unused IDL in b2g/components r=gwagner 2013-11-05 22:17:03 -08:00
Reuben Morais
cd93ebe5c9 Backed out 4 changesets (bug 853356) for breaking permission prompts. 2013-11-06 01:32:42 -02:00
Alfredo Yang
d986bb0870 Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 16:29:27 +08:00
Kan-Ru Chen (陳侃如)
3e69e11d54 Backout 3903cb4b779f 2013-11-05 15:00:31 +08:00
Alfredo Yang
cbe0ab494e Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 14:05:52 +08:00
Ed Morley
a5ba3dddeb Merge latest green b2g-inbound changeset and mozilla-central 2013-11-01 13:14:45 +00:00
Fabrice Desré
c418e8c7ce Bug 914843 - fix b2g DirectoryProvider on desktop r=gwagner 2013-10-31 23:35:58 -07:00
Doug Turner
28599ccc63 Backing out 7fe2c77ebbf2 2013-10-31 20:25:03 -07:00
Kai-Zhen Li
c6f59470ba Bug 916033 - Add a new status 'applied-os' for nsIUpdateService. r=rstrong 2013-10-31 20:05:08 +08:00
Alfredo Yang
7adc033362 Bug 853356 - Part 1: Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-10-26 21:19:32 -04:00
Vivien Nicolas
b539ae6635 Bug 928367 - Preload ErrorPage.js in dom/ipc/preload.js. r=fabrice 2013-10-19 12:30:32 +02:00
Kyle Machulis
dadcdcd844 Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice 2013-10-11 11:12:13 -07:00
Wes Kocher
14c257b243 Backed out changeset cb1fdb7df155 (bug 915002) again for build bustage 2013-10-10 15:27:12 -07:00
Kyle Machulis
e8a28d2f3a Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice 2013-10-10 15:02:45 -07:00
Kyle Machulis
5854a47e33 BACKOUT of 64c2b25224fa (Bug 915002) due to burnage 2013-10-10 14:36:37 -07:00
Kyle Machulis
4a9d62943f Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice 2013-10-10 14:04:32 -07:00
Kyle Machulis
b176ccb46b Backing out aa94c4753dcc (Bug 915002) due to WinXP breakage 2013-10-09 19:18:23 -07:00