Jim Mathies
623aae8bd4
Bug 851130 - Part 5 - Add support for about:start alias. r=mbrubeck
2013-08-09 04:50:58 -05:00
Jim Mathies
5f1214402d
Bug 851130 - Part 2 - Remove StartUI object from browser-ui. r=mbrubeck
2013-08-09 04:50:58 -05:00
Marina Samuel
91931fb880
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
dee53b55a9
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
c774f206e1
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
6af9a587a1
Backed out changeset 516063917157 (bug 866304) mochitest metro orange
2013-08-06 12:19:29 +02:00
Tim Abraldes
ea22e271b0
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
642ff60153
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4 ); r=mshal
2013-08-02 09:03:42 +02:00
Marina Samuel
1a9720720b
Bug 883951: Part 4: Remove DownloadsView and Related Code. r=mbrubeck
2013-07-17 18:19:27 -04:00
Marina Samuel
cf685f4ada
Bug 883951: Part 2: Download Progress Infobar. r=mbrubeck
2013-07-17 18:19:18 -04:00
Marina Samuel
0387a96ac8
Bug 883951: Part 1: Download Request Infobar. r=mbrubeck
2013-07-17 18:19:14 -04:00
Jim Mathies
85dc0e72cb
Bug 886794 - Remove old about:crash page. r=fryn
2013-07-01 17:09:26 -05:00
Bobby Holley
cfcea33fd6
Bug 865745 - Continue to ignore onTabClose exception in metro 8 Session Store. r=me
2013-06-30 09:00:20 -06:00
Joey Armstrong
1156439ca4
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal
2013-06-20 15:59:59 -04:00
Joey Armstrong
2145ef4142
bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1 ) r=mshal
2013-06-14 14:07:19 -04:00
Jim Mathies
27e60e050c
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
7f71bc9de8
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
370892fc84
Bug 859625 - Defect - remove obsoleted nsISidebar functions.r=bbondy
2013-05-20 11:23:55 -07:00
Jim Mathies
7fdc75c027
Bug 868007 - Remove unused 'prompt-button' css class. r=fryn
2013-05-07 15:55:51 -05:00
Jim Mathies
0d1bd5a9f4
Bug 868428 - Remove left over capture picker css and code. r=sfoster
2013-05-07 15:55:51 -05:00
Brian R. Bondy
34b6cec0be
Bug 852014 - Defect - Issues downloading and installing msi. r=sfoster.
2013-04-05 10:39:32 -04:00
Rodrigo Silveira
88fd8bf28f
bug 856241 - Remove closing multiple tabs dialog r=mbrubeck
...
--HG--
extra : rebase_source : e53aa69ccac48e784c1947f8544c68c313ccbf2c
2013-04-03 13:19:34 -07:00
Matt Brubeck
e959bc08f7
Bug 856757 - Remove unused/broken code from metro LoginManagerPrompter [r=bbondy]
2013-04-02 08:20:24 -07:00
Matt Brubeck
3d7a976054
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
f5e3aadf0b
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
d2b6e6e01a
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
5663b98bc5
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
Raymond Lee
53d8f7b6f2
Bug 852040 - Apply use of BookmarkJSONUtils.importFromURL r=mbrubeck
...
--HG--
extra : rebase_source : 0b1a99da2455b86fce5aeae991d3f3384336e596
2013-03-22 13:08:03 +08:00
Jim Mathies
3b86720fbf
Bug 795630 - Remove CapturePicker and related files. r=mbrubeck
2013-03-21 09:23:13 -05:00
Mike Shal
ea1d9b8ba7
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Brian R. Bondy
65b9cefed5
Bug 849342 - Remember passwords preference does not take effect immediately. r=mbrubeck.
2013-03-16 22:12:09 -04:00
Matt Brubeck
e61fdeff3c
Bug 851156 (part 3) - Clean up Metro password manager strings [r=jimm]
...
--HG--
rename : browser/metro/locales/en-US/overrides/passwordmgr.properties => browser/metro/locales/en-US/chrome/passwordmgr.properties
2013-03-14 11:08:59 -07:00
Gregory Szorc
3d694a85c0
Merge mozilla-central into build-system
...
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Gregory Szorc
629b5d86c6
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
Matt Brubeck
4f2867ad8f
Bug 849289 - Turn off the Desktop Notifications (mozNotifications) API in Metro [r=jimm]
2013-03-08 13:51:43 -08:00
Matt Brubeck
c9b9c4ec56
Bug 849287 - Clean up strings for Metro site permission notifications [r=jimm]
2013-03-08 13:51:24 -08:00
Ryan VanderMeulen
f36267241c
Merge m-c to inbound.
2013-03-07 10:15:44 -05:00
Matt Brubeck
c8b6f811ee
Bug 838211 - String changes for Metro content permission notifications [r=fryn]
2013-03-06 18:33:20 -08:00
Matt Brubeck
d55488b754
Bug 838211 - String changes for Metro login manager notifications [r=fryn]
2013-03-06 18:32:44 -08:00
Matt Brubeck
1c1fc5a19e
Bug 838211 - Metro info app bar theming, part 1 (basic style and image changes) [r=fryn, ui-r=shorlander]
2013-03-06 18:31:28 -08:00
Gregory Szorc
795c5eeeff
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
Matt Brubeck
5b1ae2449f
Bug 847626 (followup) - Trivial punctuation fix for the last patch. DONTBUILD
2013-03-11 17:03:09 -07:00
Matt Brubeck
d75a61cb2b
Bug 847626 - Add a "learn more" link to the Metro geolocation notification [r=ally]
2013-03-11 16:48:54 -07:00
Gregory Szorc
8f9112102d
Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger
2013-02-25 12:47:18 -08:00
Matt Brubeck
02821b5d2c
Bug 841893 - Fix exception in ContentPermissionPrompt [r=fryn]
2013-02-15 13:47:19 -08:00
Jim Mathies
a1aa248d9d
Bug 750903 - Land browser/metro/* r=mbrubeck
2013-02-12 14:51:25 -06:00