Commit Graph

624 Commits

Author SHA1 Message Date
Matt Brubeck
adbfcdcb32 Bug 692123 - Back/Escape key does not work to dismiss context menu [r=mfinkle] 2011-10-05 15:11:38 -07:00
Wes Johnston
053a0d8a80 Backout df94ebdc86fe and 0a11abbdc4d9 2011-10-04 15:43:31 -07:00
Wes Johnston
f30420e3be Bug 634792 - Perform delayed startup actions in smaller chunks. r=mfinkle 2011-10-04 13:34:14 -07:00
Matt Brubeck
a4a53368a6 Bug 691175 - Escape/back key is broken in awesomescreen [r=mfinkle] 2011-10-03 12:52:21 -07:00
Matt Brubeck
cbf533abb1 Bug 690816 (1/2) - Refactor TabsPopup and tab sidebar show/hide methods [r=lucasr] 2011-10-03 12:39:05 -07:00
Matt Brubeck
e5775bb636 Bug 684558 - Key events are processed twice. [r=mfinkle] 2011-09-30 21:30:36 -07:00
Lucas Rocha
f999dc9823 Bug 689524 - Show title on tabs showing about:home (r=mbrubeck) 2011-09-28 17:22:41 +01:00
Matt Brubeck
efd8688819 Bug 689599 - Ensure postData is non-null before accessing it in Browser.loadURI [r=mfinkle] 2011-09-27 12:45:49 -07:00
Fabrice Desré
572e87ef4d Bug 593891 - Part 3 : Fennec nsICapturePicker implementation [r=mfinkle] 2011-09-26 17:25:41 -07:00
Fabrice Desré
4cce8e2dd7 Bug 609043 - Add support for Open Web Apps [r=mfinkle] 2011-08-15 12:16:50 -07:00
Lucas Rocha
38bed58061 Bug 669199 - Remove ability to enable/disable sync from preferences UI (r=mbrubeck) 2011-09-23 13:17:58 -07:00
Mark Finkle
0ca987caae Bug 688087 - Don't prestart the content process during startup r=mbrubeck 2011-09-21 09:01:09 -04:00
Matt Brubeck
10c71bc4f9 Bug 687729 - Move more code from common-ui.js out of the startup path [r=mfinkle] 2011-09-20 13:25:28 -07:00
Lucas Rocha
8ad575eb5d Bug 682291 / Bug 682406 - Update button with number of tabs on TabOpen/TabRemove events (r=mfinkle) 2011-09-15 21:33:20 +01:00
Matt Brubeck
500d21ed32 Merge mozilla-central to mozilla-inbound 2011-09-14 17:26:46 -07:00
Matt Brubeck
7a349a0a12 Bug 686380 - Hide the undo close tab thumbnail when switching or opening tabs [r=mfinkle] 2011-09-14 06:39:25 -07:00
Lucas Rocha
95d51fae21 Bug 685487 - Add title label to tabs pane (r=mbrubeck) 2011-09-14 14:03:08 -07:00
Matt Brubeck
e1f96e5512 Bug 685868 - Don't update thumbnails if tablet mode hasn't changed. r=lucasr 2011-09-09 09:06:36 -07:00
Lucas Rocha
1c5e970929 Bug 680077 - Update tabs pane for Honeycomb theme (r=mbrubeck) 2011-09-07 13:47:39 -07:00
Lucas Rocha
b983b86062 Bug 680077 - Use Util.isTablet() everywhere to check if tablet mode is on (r=mbrubeck)
Use it instead of checking for a 'tablet' attribute in Elements.urlbarState
everywhere.
2011-09-07 13:47:35 -07:00
Matt Brubeck
8770e3aab8 Bug 677669 - Always show the tab bar in tablet mode [r=mfinkle] 2011-09-07 13:47:25 -07:00
Ehsan Akhgari
3332364694 Backout changesets 24d45fb71421, 8d3475475a0b, 84c0fbc1cf1d and b7d269a291b6 for possible zooming (bug 685541) and panning regressions (bug 685540)
--HG--
extra : rebase_source : 7538c26c446cf37688314ffd65e262416920ec4d
2011-09-08 11:49:01 -04:00
Lucas Rocha
9cdf6a4456 Bug 680077 - Update tabs pane for Honeycomb theme (r=mbrubeck) 2011-09-07 13:47:39 -07:00
Lucas Rocha
135a6f2aba Bug 680077 - Use Util.isTablet() everywhere to check if tablet mode is on (r=mbrubeck)
Use it instead of checking for a 'tablet' attribute in Elements.urlbarState
everywhere.
2011-09-07 13:47:35 -07:00
Matt Brubeck
ee11d04b0e Bug 677669 - Always show the tab bar in tablet mode [r=mfinkle] 2011-09-07 13:47:25 -07:00
Wes Johnston
1968cd4448 Bug 680212 - Update styling of awesome bar and search engines on tablets. r=mfinkle 2011-09-01 10:04:29 -07:00
Lucas Rocha
0b69e2e775 Bug 666257 - Remove redundant activePanel update (r=mbrubeck)
BrowserUI.showPanel() already unsets activePanel if necessary.
2011-08-19 09:29:23 -07:00
Lucas Rocha
f455c71048 Bug 666257 - Connect to Sync popup is not dismissed when device Back button is tapped in Awesome bar/Desktop Tab (r=mbrubeck)
Open sync dialog after panel to ensure correct dialog stacking.
2011-08-19 09:29:23 -07:00
Lucas Rocha
ec8211e97a Bug 666257 - Dismiss dialogs before panels with Escape key (r=mbrubeck)
There are cases where we show dialogs on top of panels (e.g. sync
connection dialog). We want Escape key to dismiss them before the
panels.
2011-08-19 09:29:23 -07:00
Lucas Rocha
5a5e612ff8 Bug 666257 - Always update dialog stack when setting activePanel (r=mbrubeck)
If the panel is the topmost dialog, it should be on top of the dialog stack.
2011-08-19 09:29:22 -07:00
Mark Finkle
d7c82a4147 Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
--HG--
rename : mobile/components/build/nsIPhoneSupport.idl => mobile/components/build/nsIShellService.idl
rename : mobile/components/build/nsPhoneSupport.cpp => mobile/components/build/nsShellService.cpp
rename : mobile/components/build/nsPhoneSupport.h => mobile/components/build/nsShellService.h
2011-08-08 22:37:57 -04:00
Matt Brubeck
7e48a023bc Bug 656329 - Use a Honeycomb-style action bar on tablets (preffed off by default) [r=mfinkle] 2011-08-05 16:01:33 -07:00
Fabrice Desré
8801692673 Bug 596650 - Use the "sizes" attribute to select the best web app icon [r=mfinkle] 2011-07-11 02:00:57 -07:00
Fabrice Desré
b84d535fd4 Bug 584767 - webapps frontend [r=mfinkle, r=wjohnston, r=fabrice] 2011-06-10 17:02:00 -04:00
Daniel Holbert
f97e6ba5eb back out 5179f07def0c (Bug 584767) due to talos orange 2011-07-07 15:58:49 -07:00
Fabrice Desré
6c57796947 Bug 584767 - webapps frontend [r=mfinkle, wjohnston, fabrice] 2011-06-10 17:02:00 -04:00
Dave Townsend
c52b9aa8f9 Bug 666431: Track changes made to add-ons during early startup. r=robstrong
try: -b do -p linux,linuxqt,linux64,macosx64,win32,macosx -u xpcshell,mochitest-o -t none
2011-06-29 14:50:43 -07:00
Wes Johnston
5380cd0cb9 Bug 663023 - Cache getDPI calls. r=mbrubeck 2011-06-13 13:32:17 -07:00
Wes Johnston
a88761845c backout 3e9a4e14f6c6 - bustage fix 2011-06-10 10:28:18 -07:00
Wes Johnston
3aa3bd7fb7 Bug 663023 - Cache getDPI calls. r=mbrubeck 2011-06-09 13:54:34 -07:00
Doug Turner
501bd5ebfe Bug 661673 - Don't start the content child process when the preference "browser.tabs.remote" is false. r=mfinkle 2011-06-03 13:03:56 +02:00
Matt Brubeck
e6f5cf5a92 Bug 645725 - Don't require two taps to open non-fullscreen Android keyboards [r=mfinkle] 2011-06-02 09:32:12 -07:00
Matt Brubeck
1350dd3c6b Bug 639711 - Selecting "Tabs from other computers" on home screen directs to Preferences [r=wesj] 2011-05-27 15:15:37 -07:00
Vivien Nicolas
c0589dec11 Bug 653146: switch awesomescreen tabs immediately on tap [r=wesj] 2011-05-17 11:55:05 +02:00
Vivien Nicolas
66fb68aad7 Bug 647841 - Opening a new tab occasionally causes a side panel to appear [r=mfinkle] 2011-05-09 13:28:48 +02:00
Wes Johnston
da11449678 Bug 625229 - Slide sidebars in and out on firstrun page. r=mfinkle 2011-05-06 09:49:56 -07:00
Alon Zakai
b8874744ed Bug 619494 - Make IndexedDB work in IPC Fennec. r=bent,mfinkle 2011-04-29 16:46:20 -07:00
Matt Brubeck
009f7fb2ca Bug 646297 - On tab close in Fennec, switch to sibling before parent [r=mfinkle] 2011-04-27 09:10:52 -07:00
Vivien Nicolas
a6e796ef9d Bug 648533 - "URL bar is not redrawn after tap on Android search button when having Edit Bookmark popup on" [r=mark.finkle] 2011-04-22 09:08:00 -04:00
Matt Brubeck
e75b594b9f Bug 639754 - Remove MOZ_IPC checks (mobile bustage fix). r=mfinkle
--HG--
extra : rebase_source : 967af5370e9244807ef46cac5d10e8c2d3508fa6
2011-04-06 22:04:00 -07:00