Jim Mathies
66b2dc75d1
Bug 941292 - Add search provider options flyout. r=sfoster
2013-12-04 05:46:10 -06:00
Mike Hommey
06d6d3c5cf
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
2013-12-03 06:34:21 +09:00
Marina Samuel
66c125436e
Bug 924911 - Change View on Desktop feature to be switch to Desktop feature. r=bbondy
2013-11-19 12:47:23 -05:00
Mike Hommey
91af4c88d7
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
...
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
2013-11-09 10:35:44 +09:00
Kamil Jozwiak
33c7088a7c
Bug 849564 - Added view page source under the app bar settings icon. r=mbrubeck
2013-11-04 14:18:21 -08:00
Matt Brubeck
2cb5c0d54a
Bug 928201 - Change Run to Open in Metro download bar [r=emtwo]
2013-11-01 16:10:49 -07:00
Gijs Kruitbosch
344851139c
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
081536651c
Bug 928201 - Change Run to Open in Metro download bar [r=emtwo]
2013-11-01 16:10:49 -07:00
Matt Brubeck
288c7ec132
Bug 925796 - Fix bookmark creation for Metro l10n repacks [r=gps]
2013-10-17 10:51:12 -07:00
Kamil Jozwiak
e6b667f027
Bug 830618 - Check meta data then create appropriate menu entry that will take user to MS store. r=jimm
2013-10-10 10:59:48 -04:00
Kamil Jozwiak
c24b3922d8
Bug 917020 - Removed the startup GUI portion from Metro options. r=mbrubeck
2013-10-09 10:50:33 -07:00
Marina Samuel
0212d76246
Bug 917052 - Dialog box to confirm before clearing private data. r=mbrubeck
2013-10-08 16:33:31 -04:00
Rodrigo Silveira
70bf7ce723
Bug 871806 - Preloaded bookmarks have no color or favicon on first browser load r=mbrubeck
...
--HG--
extra : rebase_source : 58a0acc98968de0aeda855a6cedce8340d2f997a
2013-10-02 14:22:31 -07:00
Matt Brubeck
1c97d93481
Bug 917422 - Update Do Not Track strings for Metro and add a Learn More link [r=rsilveira]
2013-10-01 17:23:48 -07:00
Matt Brubeck
3c4fbc45c1
Bug 918123 - Remove desktop Getting Started link from Metro default bookmarks [r=ally]
2013-09-24 13:18:01 -07:00
Mike Hommey
7952a1fee4
Bug 912292 - Fix a few rules relying on being executed after traversing subdirectories. r=gps
2013-09-05 15:08:24 +09:00
Mike Hommey
05b3f24e0e
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Tim Abraldes
f90885fd5e
bug 893961. Clean up metro sync strings. r=mbrubeck
2013-08-28 10:27:32 -07:00
Ms2ger
5173d3f36d
Bug 906351 - Use @DEPTH@ even more; r=ted
2013-08-22 08:55:59 +02:00
Francesco Lodolo
3eb1e3b5f9
Bug 906318 - Work - Move productization (p12n) options into a separate region.properties file, r=mbrubeck, f=pike
2013-08-19 14:43:13 -07:00
Matt Brubeck
7fdd5db498
Bug 882074 - i18n for Metro keyboard shortcuts [r=rsilveira]
2013-08-15 16:31:52 -04:00
Jonathan Wilde
83a5dfb1d0
Bug 903287 - Work - NewUI - Implement correct headings for the autocomplete screen. r=mbrubeck
...
--HG--
extra : rebase_source : 6b3e3fe0798122d27e5b342a98c316dff69d1bea
2013-08-09 16:24:45 -07: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
c9ab8fe638
bug 866304 DialogUI "modals" cleanup patch. Removes the "modals" portions of DialogUI. Converts the crash reporter prompt to use nsIPromptService.confirmEx instead of DialogUI.importModal. r=mbrubeck
...
The crash reporter prompt is the only consumer of DialogUI.importModal and related code. The "modals" concept that DialogUI implements should go away in favor of tab-modal dialogs and tab-agnostic notifications (e.g. flyouts). I don't think that the crash reporter prompt should be a tab modal dialog; I'd prefer to see it become an about: page or perhaps a flyout. Making it a tab-modal prompt was just the easiest thing to do in this set of patches.
2013-08-05 23:29:55 -07: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
Allison Naaktgeboren
8385f6306a
Bug 901487 - Inconsistent spelling of "add-ons" in about:addons override for Metro, improve l10n structure of sentence.r=mbrubeck
2013-08-06 15:04:46 -07:00
Carsten "Tomcat" Book
6af9a587a1
Backed out changeset 516063917157 (bug 866304) mochitest metro orange
2013-08-06 12:19:29 +02:00
Carsten "Tomcat" Book
f83cc51d5e
Backed out changeset 14434d2b75b9 (bug 866304) for suspicion of causing metro mochitest failure
2013-08-06 12:06:50 +02:00
Tim Abraldes
ce1555cd7a
bug 866304 DialogUI "modals" cleanup patch. Removes the "modals" portions of DialogUI. Converts the crash reporter prompt to use nsIPromptService.confirmEx instead of DialogUI.importModal. r=mbrubeck
...
The crash reporter prompt is the only consumer of DialogUI.importModal and related code. The "modals" concept that DialogUI implements should go away in favor of tab-modal dialogs and tab-agnostic notifications (e.g. flyouts). I don't think that the crash reporter prompt should be a tab modal dialog; I'd prefer to see it become an about: page or perhaps a flyout. Making it a tab-modal prompt was just the easiest thing to do in this set of patches.
2013-08-05 23:29:55 -07: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
Allison Naaktgeboren
8a55ff091c
Bug 895669 - Override about:addons to display a metro custom page. r=sfoster
2013-08-02 20:36:39 -04:00
Rodrigo Silveira
d33b1cbc2d
Bug 896757 - Defect - Remove > from narrow version of grid title strings r=mbrubeck
...
--HG--
extra : rebase_source : c9cc4980e978d0d16a7c3b2023a26ad100fcbcd1
2013-07-29 18:11:16 -07:00
Matt Brubeck
12551ab170
Bug 896156 - Fix problems in plurals and comments for Metro download bar strings [r=emtwo]
2013-07-25 08:54:25 -07:00
Jonathan Wilde
67b8552457
Bug 894949 - Defect - Plural form strings are excessively complex for both devs and translators. f=flod, r=mbrubeck
2013-07-18 18:28:24 -07:00
Jim Mathies
19a4afde94
Bug 890529 - Update localization note on crashprompt strings. r=ally
2013-07-23 15:29:00 -05:00
Rodrigo Silveira
d83b88b41d
Bug 892046 - Reuse the start UI views for snapped view
2013-07-19 16:59:53 -07:00
Allison Naaktgeboren
44fd2e7edb
Bug 844642 - Telemetry opt in and out in Firefox Options. r=tabraldes
2013-07-18 10:21:35 -04:00
Marina Samuel
2c2fee0517
Bug 883951: Part 3: Download Complete Infobar. r=mbrubeck
2013-07-17 18:19:23 -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
Jonathan Wilde
dbc0634be4
Bug 867543 - Part 3 - Dynamically update and pluralize the labels with all of the correct nouns attached. r=mbrubeck
...
--HG--
extra : rebase_source : b83293bfc40a12983a44e04295380d127c8b7227
2013-07-16 13:38:28 -07:00
Tim Abraldes
3ea8518385
bug 845468. Move sync-related content to a flyout. r=ally
...
--HG--
rename : browser/metro/base/content/aboutPanel.js => browser/metro/base/content/flyouts/aboutFlyout.js
rename : browser/metro/base/content/preferences.js => browser/metro/base/content/flyouts/prefsFlyout.js
2013-07-10 19:30:11 -07:00
Rodrigo Silveira
4935019126
Bug 881971 - There should be some default bookmarks in a fresh metro profile r=timabraldes
...
--HG--
extra : rebase_source : fc8429faed7fd0bcbcc4b879d3dadbd074074d46
2013-07-02 15:02:00 -07:00
Jim Mathies
b405999e7f
Bug 886794 - Add new crash report ui. r=fryn
2013-07-01 17:09:26 -05:00
Jonathan Wilde
f0903a1031
Bug 885541 - Work - Move devtools icons in app bar into hamburger menu. r=fryn
...
--HG--
extra : rebase_source : bd850050552aecbd390f15f2c393927c9e09e750
2013-06-25 12:20:17 -07:00
Ed Morley
73389cf78a
Backed out changeset 03a709825eff (bug 885541) for metro-chrome failures on a CLOSED TREE
2013-06-21 11:41:07 +01:00
Jonathan Wilde
23607ee21d
Bug 885541 - Work - Move devtools icons in app bar into hamburger menu. r=fryn
2013-06-20 17:06:35 -07:00
Allison Naaktgeboren
3e6ac14a46
Bug 826552 - Add an indicator for the title (Bookmarks, History, Remote tabs) on snapped start page. r=rsilveira
2013-06-12 20:46:44 -04:00
Allison Naaktgeboren
00cb6bdc32
Bug 844619 - Expose crash reporting through prefs flyout.r=jimm
2013-05-29 17:38:36 -07:00
Brian R. Bondy
88be8a4661
Bug 835151 - Add updates to the Metro flyout. r=rstrong
2013-05-15 11:45:35 -07:00