Commit Graph

692 Commits

Author SHA1 Message Date
Sam Foster
404c85e0e7 Bug 916887 - waitForEvent should return the promise that is resolved after its cleanup is complete. r=mbrubeck
--HG--
extra : rebase_source : fb9bf106058495563e3fa37802b7bb320db773bf
2013-09-17 11:12:40 -07:00
Jim Mathies
379b8ca209 Bug 916901 - Address issue with precise/imprecise detection when apz consumes touch. r=mbrubeck 2013-09-17 06:14:36 -05:00
Brian R. Bondy
b33625448b Bug 911530 - Junior style buttons not appearing after swiping autocomplete window away. r=mbrubeck 2013-09-17 07:08:18 -07:00
Brian R. Bondy
b9ee856933 Bug 910597 - Downloaded amount is always reported as unknown size. r=mbrubeck 2013-09-17 07:04:01 -07:00
Phil Ringnalda
8e3433c64e Back out 2bdc2ba16e56 (bug 856470) for making bug 910521 permaorange 2013-09-15 10:09:39 -07:00
Justin Dolske
6a71dcc208 Bug 856470 - Password manager no longer requires initialization at startup. r=mfinkle 2013-09-14 21:27:20 -07:00
Rodrigo Silveira
a76cf98236 Bug 898106 - Dim screen when autocomplete popup shows up. r=mbrubeck
--HG--
extra : rebase_source : 98e4ac57ce5ee8bf3d9c2d533d9cfc05587e8631
2013-09-12 14:20:30 -07:00
Marina Samuel
1831f6d6c3 Bug 908068 - Specifically check for successful login before displaying the 'connected' screen for sync. r=ally 2013-09-12 17:33:51 -04:00
Jonathan Wilde
3b818894bd Bug 904417 - Adjust spacing and font sizes on start screen and autocomplete popup to more closely match comps. r=sfoster
--HG--
extra : rebase_source : 5b3be3c4940bbc6e86cb5130963e6229870435e5
2013-08-30 13:07:19 -07:00
Ryan VanderMeulen
b2d6edce8e Merge fx-team to m-c. 2013-09-11 21:48:20 -04:00
Marina Samuel
6a2337bf38 Bug 906772 - Adjust infobar location above navbar when infobar appears after navbar. r=mbrubeck 2013-09-11 17:26:43 -04:00
Rodrigo Silveira
2c40216db2 Bug 913229 - Snapped displays cropped multi-column tiles after touch scroll r=mbrubeck
--HG--
extra : rebase_source : bda64fdfb199f0581d2c4f0154afdabebd6700c7
2013-09-05 16:32:43 -07:00
Marina Samuel
3ed1a28cea Bug 910618 - Clear progress on download cancel and on interaction with infobar. r=jmathies 2013-09-10 19:07:58 -04:00
Carsten "Tomcat" Book
6071d14fda merge mozilla-central to mozilla-inbound 2013-09-11 13:50:28 +02:00
Boris Zbarsky
4547698ce1 Bug 914450. findElementWithViewId can throw if it finds nothing, so be careful to catch that exception. r=bbondy 2013-09-11 01:16:24 -04:00
Brian R. Bondy
019ed3c7ff Bug 882142 - Initiate Metro app update requests via retarting the app like Desktop Firefox does. r=jimm 2013-09-10 10:24:56 -04:00
Sam Foster
653a4ee775 Bug 893763 - Notify of resuming downloads at startup. r=mbrubeck 2013-09-09 17:20:51 -07:00
Jim Mathies
0e440aa57a Bug 907098 - Prevent scrolling of chrome content using apz. r=mbrubeck 2013-09-09 13:57:25 -05:00
Jonathan Wilde
471961f739 Bug 892240 - Add tests for trimming and formatting of the URI r=jimm,sfoster
--HG--
extra : rebase_source : 4decf908068c2ca35514b87a619480327d50bb8e
2013-07-16 10:59:18 -07:00
Jim Mathies
3c187a4fa4 Bug 898055 - Disable some apz debug output. r=bbondy 2013-09-06 14:56:13 -05:00
Ryan VanderMeulen
f086043a1b Backed out changeset eb46f1ed8c8c (bug 897113) for mochitest-mc failures. 2013-09-06 15:50:28 -04:00
Allison Naaktgeboren
f9f7474c39 Bug 897113 Tiles on auto-complete screen should not be selectable.r=sfoster 2013-09-06 10:54:14 -07:00
Matt Brubeck
4582b318ca Bug 891056 (part 1) - Code cleanup for autocomplete CSS [r=rsilveira] 2013-09-05 17:40:17 -07:00
Matt Brubeck
15230bb10f Bug 909019 - Rename and simplify BrowserUI new tab API [r=ally] 2013-09-05 17:40:17 -07:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Eklavya Mirani
0b2bcea602 Bug 878691 - Use FormHistory.jsm instead of nsIFormHistory2 in metro; r=mbrubeck 2013-09-03 09:52:29 -07:00
Ryan VanderMeulen
aa35c93fbe Merge fx-team to m-c. 2013-08-30 21:00:08 -04:00
Marina Samuel
ddad91d560 Bug 904662 - Show layered notifications. r=mbrubeck 2013-08-30 19:21:51 -04:00
Kamil Jozwiak
a3401ad432 Bug 885383 - Monocles don't appear when tabbing into an edit field. r=jimm 2013-08-29 16:07:47 -04:00
Ryan VanderMeulen
9f828e593f Backed out changeset b3bea36ce719 (bug 901607) for mochitest-mc orange.
CLOSED TREE
2013-08-28 16:58:25 -04:00
Ryan VanderMeulen
c82d0f2e6d Backed out changeset 747b66a08641 (bug 878691) for not being ready to land yet.
CLOSED TREE
2013-08-28 16:51:05 -04:00
Eklavya Mirani (eklavyamirani@hotmail.com)
771cab97c6 Bug 878691 - Make Metro Firefox form history use async FormHistory.jsm instead of deprecated nsIFormHistory2. r=mbrubeck 2013-08-28 15:36:58 -04:00
Jim Mathies
d99a814453 Bug 901607 - Add front end sub-frame scroll support when apz is disabled using BrowserElementPanning for metrofx. r=mbrubeck 2013-08-28 12:41:11 -05:00
Tim Abraldes
f90885fd5e bug 893961. Clean up metro sync strings. r=mbrubeck 2013-08-28 10:27:32 -07:00
Tim Abraldes
31c59e1d70 bug 904230. Make nsIWinMetroUtils available as Services.metro. r=mbrubeck for the metro piece. r=rnewman for the sync piece. r=dolske for the toolkit piece. 2013-08-28 10:27:32 -07:00
Brandon Benvie
096ebfd8f4 Bug 909782 - TabLists inheriting from BrowserTabList need to be updated to change "iterator" to "getList". r=mbrubeck, r=mleibovic 2013-08-28 10:57:59 +02:00
Rodrigo Silveira
dcab1936e5 Bug 904893 - Snapped view testing r=sfoster 2013-08-26 16:32:50 -07:00
Rodrigo Silveira
a548ff4e91 Bug 907244 - Test fix r=mbrubeck
--HG--
extra : rebase_source : 1c62f2da76e193fcece8094e881f7617f52d0117
2013-08-27 12:50:09 -07:00
Rodrigo Silveira
6f06c12731 Bug 907244 - Opening a new tab when the page has focus doesn't correctly focus the location bar r=mbrubeck
--HG--
extra : rebase_source : 97a91ac1aca8c4c1e27076bd9ccb03ead33ee3fd
2013-08-26 18:25:38 -07:00
Jim Mathies
4a17923374 Bug 903740 - Improvements to context ui visibility plus some tests. r=mbrubeck 2013-08-27 09:58:43 -05:00
Jim Mathies
6df348d3d3 Bug 909482 - Fix for getViewId exception when running without apz. r=botond 2013-08-26 16:00:33 -05:00
Sam Foster
a78fc847dc Bug 897099 - Update download progress-ring graphics 2013-08-26 16:52:32 -07:00
Rodrigo Silveira
d01a3f2d40 bug 904893 - Splitting head.js into multiple files r=sfoster
--HG--
extra : rebase_source : fd5e076a9f7cc17e86e7303f73cdeb61a1810465
2013-08-26 09:40:30 -07:00
Rodrigo Silveira
33d8e36567 bug 904893 - Snapped view testing r=sfoster
--HG--
extra : rebase_source : 870972071ae6eddf90e35179af8301f27476f5ba
2013-08-21 18:48:14 -07:00
msamuel@mozilla.com
e990a5573d Bug 908179 - Adjust text in about flyout for clearer localization. r=mbrubeck 2013-08-26 12:51:58 -04:00
Justin Dolske
614090c17d Bug 355063 - Password manager does not work on script-generated forms, should use new DOMFormHasPassword event instead. r=mattn,jwilde,margaret 2013-08-23 20:28:11 -07:00
Matt Brubeck
c2e27d0bc0 Bug 906047 - Remove unused code from metro/base/content/Util.js [r=sfoster]
--HG--
extra : rebase_source : 76af61778df8adf89b63006e7331ed69e1c7b32c
2013-08-23 17:10:29 -07:00
Sam Foster
d06e2cf8e8 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
35a55170b7 Bug 848137 - Begin break out of Utils.js into a ContentUtil.jsm module. r=mbrubeck 2013-08-23 13:58:55 -07:00
Marina Samuel
a55554c39e Bug 907520 - Close soft keyboard when findbar closes. r=mbrubeck 2013-08-23 16:47:13 -04:00
Jim Mathies
a530bcce40 Bug 906910 - Flush active tile assets on close of the browser. r=sfoster 2013-08-22 16:42:54 -05:00
Jim Mathies
3a1dd0fcf9 Bug 906735 - Fixup dpi issues when running browser_context_menu_tests.js locally. r=rsilveira 2013-08-22 16:42:53 -05:00
Tim Taubert
d57e14f11b merge m-c to fx-team 2013-08-22 11:14:11 +02:00
Tim Taubert
7d628f91f4 Backed out changeset 91d27f0ac7dd (bug 355063) 2013-08-22 09:22:16 +02:00
Ms2ger
5173d3f36d Bug 906351 - Use @DEPTH@ even more; r=ted 2013-08-22 08:55:59 +02:00
Justin Dolske
9df9bcfdc3 Bug 355063 - bustage followup for Android/Metro. r=sparky 2013-08-21 20:09:45 -07:00
Botond Ballo
928f2bf87a Bug 898580 - Metro mechanism for content to inform APZC about scroll events. Handles multi-APZC. r=bbondy, r=kats 2013-08-12 16:31:49 -04:00
Rodrigo Silveira
8749d11467 Bug 903178 - Start screen should scroll vertically when in portrait mode r=sfoster 2013-07-29 11:01:36 -07:00
Trevor Saunders
ca11ae6bae bug 846185 - don't call into js when creating accessibles r=surkov, smaug 2013-07-19 00:13:35 -04:00
Marina Samuel
45636865ec Bug 905640 - Clear the circular progress at the end of a download. r=jimm 2013-08-19 13:40:09 -04:00
Jim Mathies
e970990158 Bug 904163 - Insure inputs that receive press-hold are focused. Fixes issues with selected text not being visible. r=ally 2013-08-19 04:26:17 -05:00
Jim Mathies
f226b434c9 Bug 812529 - Add 1.4 and 1.8x selection monocle images. r=mbrubeck 2013-08-19 04:25:59 -05:00
Jim Mathies
625d48327c Bug 901019 - Reset selection monocles when pasting text into chrome or content. r=bbondy 2013-08-19 04:25:59 -05:00
Jim Mathies
733a0db294 Bug 903737 - Detect whether the user right-clicked selected text properly. r=rsilveira 2013-08-19 04:25:58 -05:00
Jim Mathies
93a56f9cab Bug 906320 - Cleanup metro test timeouts. r=mbrubeck 2013-08-19 04:25:58 -05:00
Sam Foster
6f9e3c18af Bug 904317 - observe viewstate in view markup, call _adjustDOMforViewState at init and from onViewStateChange. r=rsilveira
--HG--
extra : rebase_source : accadb9ffa0a8cb3026ddb5aff0952cfd8a5186c
2013-08-16 16:56:50 -07:00
Matt Brubeck
7fdd5db498 Bug 882074 - i18n for Metro keyboard shortcuts [r=rsilveira] 2013-08-15 16:31:52 -04:00
Marina Samuel
1040a81457 Bug 883953 - Fix test bustage. r=me 2013-08-15 15:57:24 -04:00
Marina Samuel
22f1f8910f Bug 883953 - Fix test failures. r=mbrubeck 2013-08-15 13:06:46 -04:00
Marina Samuel
69b123137c Bug 883953 - Part 2: Implement infobar behaviours. r=mbrubeck 2013-08-15 13:06:42 -04:00
Marina Samuel
224c159b2e Bug 883953 - Part 1: Move infobar to bottom of screen. r=mbrubeck 2013-08-15 13:06:39 -04:00
Ed Morley
3dc2ced5a5 Backed out changeset bc56c811963e (bug 903737) for metro-chrome failures 2013-08-15 16:58:28 +01:00
Ed Morley
aa52c74e97 Backed out changeset 0dbbeaba9998 (bug 901019) 2013-08-15 16:58:06 +01:00
Jim Mathies
5591e7b59e Bug 901019 - Disable selection ui when pasting into the address bar using the context menu. r=bbondy 2013-08-15 06:16:42 -05:00
Jim Mathies
9de58700d3 Bug 903737 - Fix: right click on non-selected content with selected text in page brings up text selection context menu. r=rsilveira 2013-08-15 06:16:42 -05:00
Rodrigo Silveira
1fe519eef8 Bug 904059 - the 'Tab Bar' is auto-dismissed when closing a tab(s) r=mbrubeck 2013-08-13 17:19:57 -07:00
Ryan VanderMeulen
506e48adb6 Backed out changesets d864c70c64c9 and e4d7f9580e5a (bug 883953) for mochitest-mc orange. 2013-08-13 16:23:09 -04:00
Rodrigo Silveira
cdc288b379 Bug 904058 - the Tab Bar isn't auto-dismissed once a new tab has been created using CTRL + T r=jimm 2013-08-13 11:21:57 -07:00
Marina Samuel
24cb52bc01 Bug 883953: Part 2: Implement infobar behaviours. r=mbrubeck 2013-08-13 13:36:28 -04:00
Marina Samuel
da8237da1a Bug 883953: Part 1: Move infobar to bottom of screen. r=mbrubeck 2013-08-13 13:34:36 -04:00
Allison Naaktgeboren
5e5fa963aa Bug 892038 - It should be possible to add new prefs in about:config even after searching.r=sfoster 2013-08-13 10:32:16 -07:00
Jim Mathies
9ba71edfba Bug 902937 - Fixup scrollBy in StartUI.js and tests. r=mbrubeck 2013-08-13 05:23:53 -05:00
Jim Mathies
9c624067a5 Bug 902937 - Remove embedded scrollbox from about start. r=mbrubeck 2013-08-13 05:23:53 -05:00
Jim Mathies
a0bb6ea1f0 Bug 903766 - Fixes for misc. js errors while running tests. r=tabraldes, sfoster 2013-08-12 15:24:26 -05:00
Jim Mathies
60d470d28d Bug 904111 - Fix for flyout reference to invalid object. r=tabraldes 2013-08-12 15:22:01 -05:00
Matt Brubeck
60412c4f27 Bug 819146 - Control/shift-enter in Metro urlbar is broken [r=ally] 2013-08-12 17:17:37 -07:00
Sam Foster
d8c2d38fdd Bug 895519 - Rework tiles favicon treatment + tweaks to meet revised design. r=rsilveira 2013-08-10 01:29:22 -07:00
Jonathan Wilde
951eee916a Bug 894715 - Part 2 - Fix trimming issue. r=ally 2013-08-09 22:42:55 -07:00
Jonathan Wilde
7be78e531e Bug 894715 - Part 1 - Failing testcase for URLs copied with trimming. r=sfoster 2013-08-01 18:55:44 -07: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
Jonathan Wilde
fd5d81efed Bug 903294 - Work - NewUI - Hide entire "Your Results" section when there are no autocomplete results. r=mbrubeck
--HG--
extra : rebase_source : 71860ebe8e5aa0d84c294133427f148b5eb4006d
2013-08-08 23:38:31 -07:00
nootanghimire
82b0e0862d Bug 898125 - Add 'use strict'; and make changes accordingly [r=mbrubeck] 2013-08-09 16:45:58 -07:00
Matt Brubeck
8461082308 Bug 903541 - Fix duplicate contextmenu handling on about:start [r=jimm] 2013-08-09 12:53:08 -07:00
Jim Mathies
efc5c39ea7 Bug 903364 - Fix: Mouse scrollbar remains visible on start tab after touch. r=rsilveira 2013-08-09 13:40:36 -05:00
Jim Mathies
1ff21471de Bug 851130 - Repush misc. code cleanup and added support for bcast_preciseInput and bcast_windowState in start tabs. (First push was empty.) r=me 2013-08-09 04:57:36 -05:00
Jim Mathies
40e564d5f8 Bug 902713 - Split bcast_urlbarState into two bimodal broadcasters, and touch up various uses in css. r=jwilde 2013-08-09 04:50:59 -05:00
Jim Mathies
124716b624 Bug 851130 - Part 9 - Deal with tab switching from StartUI tabs that have active context actions. r=sfoster 2013-08-09 04:50:59 -05:00
Jim Mathies
999084d8b2 Bug 851130 - Part 8 - Misc. fixes to ContextUI. r=mbrubeck 2013-08-09 04:50:59 -05:00
Jim Mathies
755f946f45 Bug 851130 - Part 7 - Update all tests to support new start tab. r=sfoster 2013-08-09 04:50:59 -05:00
Jim Mathies
98f95d4bb5 Bug 851130 - Part 6 - Fixup view destructors so they don't leak. r=sfoster 2013-08-09 04:50:59 -05:00
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
16eb512525 Bug 851130 - Part 4 - Remove apzc exclusions for start page. r=bbondy 2013-08-09 04:50:58 -05:00
Jim Mathies
63e32e1394 Bug 851130 - Part 3 - Fixup new StartUI tab object and dependent views. r=sfoster 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
Jim Mathies
6643af449c Bug 851130 - Part 1 - Code reshuffle to move StartUI to a tab. r=sfoster 2013-08-09 04:34:36 -05:00
Rodrigo Silveira
677615969d Bug 831440 - Switch back to static thumbnails for the tab bar
--HG--
extra : rebase_source : 6af90594890ca7ae30fecfe3234e009845e6404c
2013-08-07 10:51:43 -07:00
Tim Taubert
5b145f442d Backed out changeset 7e0356305566 (bug 894811) 2013-08-09 04:05:05 +02:00
Jonathan Wilde
59da330935 Bug 895873 - Re-enable browser_context_menu_tests.js. Intermittent oranges likely fixed in bug 856264. r=jimm
--HG--
extra : rebase_source : c2e731fd5b061eda420e60cf959c39346df65003
2013-08-08 12:19:55 -07:00
Jonathan Wilde
c71dad7f45 Bug 856264 - Part 2 - Ensure that menus get reshown properly across input methods. r=jimm
--HG--
extra : rebase_source : 45d8febeff971a8dd8454a242888267068d03878
2013-08-01 16:54:27 -07:00
Jonathan Wilde
990ee8493e Bug 856264 - Part 1 - Failing tests for context menu. r=jimm
--HG--
extra : rebase_source : 06a8e9b6f39768e175224cf1e40889f10d979748
2013-07-17 21:50:51 -07:00
Rodrigo Silveira
5b411fbe99 Bug 881995 - Snapped view Alignment for Bookmarks an Recent History is off and tiles are cut off
--HG--
extra : rebase_source : c555f8623515499f7cdf84f11e0b29a8c43343cd
2013-08-07 13:11:44 -07:00
Allison Naaktgeboren
dbaf6b84f3 Bug 894811 - First character gets dropped when typing into urlbar after opening a new tab.r=mbrubeck 2013-08-08 11:48:01 -07: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
Allison Naaktgeboren
8343d0eef2 Bug 895921 - Defect - Tab bar not appearing when selecting links from flyouts.r=? 2013-08-07 10:29:40 -07: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
7c24cf81ca bug 866304 DialogUI dialogs cleanup patch. Removes unused/obsolete code from DialogUI. r=mbrubeck
The "dialog" concept is unused (the last consumer was the sync setup UI which is now a flyout) and is obsolete since we have prompts.
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
Matt Brubeck
2db118e308 Bug 901671 - Control-L should always select the text in the address field [r=rsilveira] 2013-08-06 16:06:37 -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
Marina Samuel
1b6376ad7b Bug 883959 - re-land part of previous change that was accidentally reverted. r=me 2013-08-06 13:33:33 -04: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
b2f1eeba4d Backed out changeset e0061be20d1e (bug 866304) for causing metro mochitest failure 2013-08-06 12:19:09 +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
c8525cfc15 bug 897121. Move handling of DNT pref to prefsFlyout.js. Correctly (hopefully :) deal with the various pref values that are possible. r=rsilveira 2013-08-05 23:29:55 -07: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
759cfff321 bug 866304 DialogUI dialogs cleanup patch. Removes unused/obsolete code from DialogUI. r=mbrubeck
The "dialog" concept is unused (the last consumer was the sync setup UI which is now a flyout) and is obsolete since we have prompts.
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
Jim Mathies
a8c976ddaa Bug 890153 - Clear findbar text input focus when navigating found text. r=ally 2013-08-05 07:15:42 -05:00
Matt Brubeck
ce0cdebb1e Bug 899987 - Remove workarounds for ui.mouse.radius bug [r=jimm] 2013-08-01 15:47:24 -07:00
Matt Brubeck
5bffca7be7 Bug 897175 - Re-enable browser_findbar.js (back out d0edf8086809) 2013-08-03 09:14:29 -07:00
Matt Brubeck
5cc1118f4e Bug 897175 - Intermittent failure in browser_findbar.js 2013-08-03 08:54:57 -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
e171526181 Bug 901147 - Js error 'Elements.contextappbar.hide is not a function' while running tests r=mbrubeck
--HG--
extra : rebase_source : 0f3b3b09848ef554a57d6ebdf0e9c4e1ca7c4120
2013-08-02 12:47:22 -07:00
Matt Brubeck
840e9fe50f Back out 7579823b624a (bug 899987) temporarily until the underlying bug is really fixed 2013-08-02 16:59:50 -07:00
Ryan VanderMeulen
194233e854 Bug 897175 - Disable browser_findbar.js due to frequent failures. r=jimm
CLOSED TREE
2013-08-02 17:01:56 -04:00
Ryan VanderMeulen
00913f13e0 Merge m-c to fx-team. 2013-08-02 17:09:31 -04:00
Gijs Kruitbosch
695592c483 Merge m-c to fx-team 2013-08-02 15:47:01 +02:00
Ed Morley
3974762c8e Bug 880739 - Disable browser_context_menu_tests.js for intermittent failures
--HG--
extra : rebase_source : 799644a3aeed0a22887338aac05417143c772871
2013-08-02 15:49:13 +01:00
Jonathan Wilde
f865ff1782 Bug 899726 - Defect - during keyboard showing/hiding, sometimes hidden appbars show up. r=mbrubeck
--HG--
extra : rebase_source : 520ea7bbfb5667cb96d603ec876fd8bc9a9610ec
2013-08-01 11:59:17 -07:00
Jonathan Wilde
f8a506ddbd Bug 892241 - Change - NewUI - Disable extraneous UI elements when on start screen. r=mbrubeck
--HG--
extra : rebase_source : 582f36a246323cbb0e0c29e8db61081375abaa44
2013-07-31 19:04:56 -07:00
Jim Mathies
b3a14aa1c6 Bug 899027 - Fixes for various errors in FormHelper while running the tests in bug 891688. r=rsilveira 2013-08-01 07:31:35 -05:00
Jim Mathies
4fa0b49e80 Bug 891688 - Fix for caret selection not always appearing in subframes. r=mbrubeck 2013-08-01 07:31:34 -05:00
Brian R. Bondy
2c82773b87 Bug 900044 - Get rid of viewport-needs-updating and related code. r=kats 2013-07-31 20:59:24 -04:00
Sam Foster
ff7126eed5 Bug 898651 - Dont add the find-in-page menuitem when the StartUI is visible. r=mbrubeck
--HG--
extra : rebase_source : 627dd222e76bdbbe7fe882a636ae9a90c5a58c09
2013-07-30 15:50:14 -07:00
Matt Brubeck
17f0be7162 Bug 900186 - Fix the copy command in the Metro JS console [r=jimm] 2013-08-01 15:48:14 -07:00
Matt Brubeck
76410215c6 Bug 899987 - Remove workarounds for ui.mouse.radius bug [r=jimm] 2013-08-01 15:47:24 -07:00
Marina Samuel
71d1d8ef0e Bug 883959: Part 2: Rework download progress. r=sfoster. 2013-08-01 15:18:02 -04:00
Marina Samuel
4f373a7bbe Bug 883959: Part 1: Show circular download progress indicator. r=sfoster. 2013-08-01 15:17:30 -04:00
Nicholas Cameron
a2cdf1ab09 Bug 895873 - backout bug 893117 for Win8 mc bustage 2013-07-30 23:32:35 -04:00