Граф коммитов

70 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 26bc04d200 Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Matt Brubeck 6224a46e78 Bug 936659 - Remove unused parameters for Browser.addTab [r=sfoster] 2013-11-08 15:44:01 -08:00
Reuben Morais 1d3b24a4d5 Backed out 4 changesets (bug 853356) for breaking permission prompts. 2013-11-06 01:32:42 -02:00
Alfredo Yang af01190bbc 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 (陳侃如) 3b2be7096b Backout 3903cb4b779f 2013-11-05 15:00:31 +08:00
Alfredo Yang 0d61f474ce 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
Matt Brubeck bf394296f5 Bug 928201 - Change Run to Open in Metro download bar [r=emtwo] 2013-11-01 16:10:49 -07:00
Raymond Lee 77d71a2319 Bug 931777 - Use Downloads.jsm functions to get download directories in Firefox for Metro r=msamuel 2013-11-02 01:49:12 +08:00
Gijs Kruitbosch 75143f25bb Backed out changeset c672c4cd6c7f (bug 928201) for mochitest-mc purply-bustage, rs=bustage on a CLOSED TREE 2013-11-02 14:07:23 +01:00
Matt Brubeck 10ce495a44 Bug 928201 - Change Run to Open in Metro download bar [r=emtwo] 2013-11-01 16:10:49 -07:00
Doug Turner 951d114a44 Backing out 7fe2c77ebbf2 2013-10-31 20:25:03 -07:00
Alfredo Yang 4317439507 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
Mike Hommey 59a17d0f20 Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps 2013-10-24 08:05:43 +09:00
Makoto Kato f6a8ad20c1 Bug 919929 - AlertsService for Metro should send alertshow and alertfinished observer. r=jimm 2013-10-09 11:15:41 +09:00
Matt Brubeck 0aa375784e Bug 923828 - Show the Metro download button only during downloads [r=emtwo] 2013-10-08 08:27:07 -07:00
Matt Brubeck e34b965bf4 Bug 922075 - Back out HelperAppDialog changes from 63fc2fe63f0d (bug 875731) because of broken downloads 2013-09-30 19:29:09 -07:00
Raymond Lee f2a7fce4e8 Bug 875731 - Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory in browser/metro/. r=mbrubeck 2013-09-23 13:10:38 +08:00
Marina Samuel c65775caf0 Bug 904702 - Toggle download-progress notifications. r=mbrubeck 2013-09-19 13:55:54 -04:00
Brian R. Bondy ba3bbe287d Bug 910597 - Downloaded amount is always reported as unknown size. r=mbrubeck 2013-09-17 07:04:01 -07:00
Sam Foster 2b008e1e0d Bug 893763 - Notify of resuming downloads at startup. r=mbrubeck 2013-09-09 17:20:51 -07:00
Matt Brubeck bff32d823c Bug 909019 - Rename and simplify BrowserUI new tab API [r=ally] 2013-09-05 17:40:17 -07:00
Sam Foster 4c871cdcf9 Bug 893091 - New populateFragmentFromString+tests, format the save-or-run download notification bar text. r=mbrubeck 2013-08-23 16:29:51 -07:00
Sam Foster 3687a07551 Bug 907211 - Fix localized string access for download size. r=ally 2013-08-20 18:16:30 -07:00
Marina Samuel 7ee28654ee Bug 883953 - Part 2: Implement infobar behaviours. r=mbrubeck 2013-08-15 13:06:42 -04:00
Jim Mathies 1ffc6e2633 Bug 851130 - Part 5 - Add support for about:start alias. r=mbrubeck 2013-08-09 04:50:58 -05:00
Jim Mathies c71dc2606f Bug 851130 - Part 2 - Remove StartUI object from browser-ui. r=mbrubeck 2013-08-09 04:50:58 -05:00
Marina Samuel f534b77616 Bug 883962 - Make the download button in the appbar toggle the downloads infobar. r=sfoster 2013-08-07 18:41:25 -04:00
Marina Samuel c6eeea6332 Bug 783232 - Hook nsIAlertService up to native toast notifications and use them for download complete alerts. r=jimm 2013-08-07 16:57:06 -04:00
Tim Abraldes 9ee2f09a48 bug 866304. In metro, use the tab-modal prompt implementation that is available in toolkit. r=mbrubeck
This patch replaces metro's 'PromptService' (which implements nsIPromptService and nsIPrompt, among others) with an implementation that simply forwards all calls to toolkit's nsPrompter.js. Before forwarding each call, it writes the "allowTabModal" property on the object obtained from nsPrompter.js, causing the created prompt to be tab-modal.

It also adds functionality to browser.js for creating tab modal prompts. One of the changes made as part of adding this functionality is replacing the <browser> with a <stack> of <browser> objects.
2013-08-05 23:29:54 -07:00
Carsten "Tomcat" Book 3981876d31 Backed out changeset 516063917157 (bug 866304) mochitest metro orange 2013-08-06 12:19:29 +02:00
Tim Abraldes 50e0c395ae bug 866304. In metro, use the tab-modal prompt implementation that is available in toolkit. r=mbrubeck
This patch replaces metro's 'PromptService' (which implements nsIPromptService and nsIPrompt, among others) with an implementation that simply forwards all calls to toolkit's nsPrompter.js. Before forwarding each call, it writes the "allowTabModal" property on the object obtained from nsPrompter.js, causing the created prompt to be tab-modal.

It also adds functionality to browser.js for creating tab modal prompts. One of the changes made as part of adding this functionality is replacing the <browser> with a <stack> of <browser> objects.
2013-08-05 23:29:54 -07:00
Ms2ger 61364639a4 Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4); r=mshal 2013-08-02 09:03:42 +02:00
Marina Samuel 1eb1a9d25f Bug 883951: Part 4: Remove DownloadsView and Related Code. r=mbrubeck 2013-07-17 18:19:27 -04:00
Marina Samuel fb76ac8832 Bug 883951: Part 2: Download Progress Infobar. r=mbrubeck 2013-07-17 18:19:18 -04:00
Marina Samuel 54748fc79f Bug 883951: Part 1: Download Request Infobar. r=mbrubeck 2013-07-17 18:19:14 -04:00
Jim Mathies 78727f2c40 Bug 886794 - Remove old about:crash page. r=fryn 2013-07-01 17:09:26 -05:00
Bobby Holley 76f485733c Bug 865745 - Continue to ignore onTabClose exception in metro 8 Session Store. r=me 2013-06-30 09:00:20 -06: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
Jim Mathies e83624360d Bug 875398 - Switch to using async satchel calls in metrofx. Also get rid of the old fennec HTML5 contacts pickup wrapper. r=bbondy 2013-05-30 10:55:36 -05:00
Brian R. Bondy 2b27a1ede9 Bug 794937 - Make updates work from the Metro front end, add handling for 1 instance handling updates. r=rstrong 2013-05-22 10:16:53 -04:00
Allison Naaktgeboren b1c3385fc4 Bug 859625 - Defect - remove obsoleted nsISidebar functions.r=bbondy 2013-05-20 11:23:55 -07:00
Jim Mathies f38adf220e Bug 868007 - Remove unused 'prompt-button' css class. r=fryn 2013-05-07 15:55:51 -05:00
Jim Mathies e2615f10d6 Bug 868428 - Remove left over capture picker css and code. r=sfoster 2013-05-07 15:55:51 -05:00
Brian R. Bondy e11ae68ba4 Bug 852014 - Defect - Issues downloading and installing msi. r=sfoster. 2013-04-05 10:39:32 -04:00
Rodrigo Silveira 235a253ffe bug 856241 - Remove closing multiple tabs dialog r=mbrubeck
--HG--
extra : rebase_source : e53aa69ccac48e784c1947f8544c68c313ccbf2c
2013-04-03 13:19:34 -07:00
Matt Brubeck b42f75e925 Bug 856757 - Remove unused/broken code from metro LoginManagerPrompter [r=bbondy] 2013-04-02 08:20:24 -07:00
Matt Brubeck 956a6da4ee Bug 798844 - Remove Metro fork of login manager; use the original version in toolkit [r=bbondy] 2013-04-02 08:20:23 -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