Mike Hommey
9fe772e7fd
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
Matt Brubeck
46826893e9
Bug 936659 - Remove unused parameters for Browser.addTab [r=sfoster]
2013-11-08 15:44:01 -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
Matt Brubeck
a5f767f403
Bug 928201 - Change Run to Open in Metro download bar [r=emtwo]
2013-11-01 16:10:49 -07:00
Raymond Lee
4b3434b047
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
6b4fd618ad
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
d5e8c55a84
Bug 928201 - Change Run to Open in Metro download bar [r=emtwo]
2013-11-01 16:10:49 -07:00
Doug Turner
28599ccc63
Backing out 7fe2c77ebbf2
2013-10-31 20:25:03 -07: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
Mike Hommey
61124c1afc
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
2013-10-24 08:05:43 +09:00
Makoto Kato
76f796f86c
Bug 919929 - AlertsService for Metro should send alertshow and alertfinished observer. r=jimm
2013-10-09 11:15:41 +09:00
Matt Brubeck
80287eb5bb
Bug 923828 - Show the Metro download button only during downloads [r=emtwo]
2013-10-08 08:27:07 -07:00
Matt Brubeck
47fc2a838e
Bug 922075 - Back out HelperAppDialog changes from 63fc2fe63f0d (bug 875731) because of broken downloads
2013-09-30 19:29:09 -07:00
Raymond Lee
6f41ba5c1a
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
e95d4926f2
Bug 904702 - Toggle download-progress notifications. r=mbrubeck
2013-09-19 13:55:54 -04:00
Brian R. Bondy
89b4a78953
Bug 910597 - Downloaded amount is always reported as unknown size. r=mbrubeck
2013-09-17 07:04:01 -07:00
Sam Foster
ac19e1b3bc
Bug 893763 - Notify of resuming downloads at startup. r=mbrubeck
2013-09-09 17:20:51 -07:00
Matt Brubeck
91bdfd8f75
Bug 909019 - Rename and simplify BrowserUI new tab API [r=ally]
2013-09-05 17:40:17 -07:00
Sam Foster
9f899c1fe6
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
be09e0b8f9
Bug 907211 - Fix localized string access for download size. r=ally
2013-08-20 18:16:30 -07:00
Marina Samuel
ddbd812719
Bug 883953 - Part 2: Implement infobar behaviours. r=mbrubeck
2013-08-15 13:06:42 -04:00
Jim Mathies
9e6307a09a
Bug 851130 - Part 5 - Add support for about:start alias. r=mbrubeck
2013-08-09 04:50:58 -05:00
Jim Mathies
3663ffbd20
Bug 851130 - Part 2 - Remove StartUI object from browser-ui. r=mbrubeck
2013-08-09 04:50:58 -05:00
Marina Samuel
cccef77c53
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
d00c4a6fd9
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
56d9a5b8e7
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
291f6eb92d
Backed out changeset 516063917157 (bug 866304) mochitest metro orange
2013-08-06 12:19:29 +02:00
Tim Abraldes
c79b5ade54
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
928131e510
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4 ); r=mshal
2013-08-02 09:03:42 +02:00
Marina Samuel
ec5692a2c3
Bug 883951: Part 4: Remove DownloadsView and Related Code. r=mbrubeck
2013-07-17 18:19:27 -04:00
Marina Samuel
e5123a6f93
Bug 883951: Part 2: Download Progress Infobar. r=mbrubeck
2013-07-17 18:19:18 -04:00
Marina Samuel
7045702869
Bug 883951: Part 1: Download Request Infobar. r=mbrubeck
2013-07-17 18:19:14 -04:00
Jim Mathies
81cebfc96f
Bug 886794 - Remove old about:crash page. r=fryn
2013-07-01 17:09:26 -05:00
Bobby Holley
318bfaf802
Bug 865745 - Continue to ignore onTabClose exception in metro 8 Session Store. r=me
2013-06-30 09:00:20 -06:00
Joey Armstrong
90f5105a37
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal
2013-06-20 15:59:59 -04:00
Joey Armstrong
ad3592a2c7
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1 ) r=mshal
2013-06-14 14:07:19 -04:00
Jim Mathies
eff0ac3466
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
25cbd9c470
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
10ef5d9dfb
Bug 859625 - Defect - remove obsoleted nsISidebar functions.r=bbondy
2013-05-20 11:23:55 -07:00
Jim Mathies
a97f5cfc27
Bug 868007 - Remove unused 'prompt-button' css class. r=fryn
2013-05-07 15:55:51 -05:00
Jim Mathies
fd6dfd38f4
Bug 868428 - Remove left over capture picker css and code. r=sfoster
2013-05-07 15:55:51 -05:00
Brian R. Bondy
a06830a3dd
Bug 852014 - Defect - Issues downloading and installing msi. r=sfoster.
2013-04-05 10:39:32 -04:00
Rodrigo Silveira
90620f3cc4
bug 856241 - Remove closing multiple tabs dialog r=mbrubeck
...
--HG--
extra : rebase_source : e53aa69ccac48e784c1947f8544c68c313ccbf2c
2013-04-03 13:19:34 -07:00
Matt Brubeck
c0c3550a19
Bug 856757 - Remove unused/broken code from metro LoginManagerPrompter [r=bbondy]
2013-04-02 08:20:24 -07:00
Matt Brubeck
4301004406
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
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
c79ccc0693
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00