Commit Graph

2423 Commits

Author SHA1 Message Date
Wes Johnston
f001f41058 Bug 686533 - Fix vertical position of app menu. r=lucasr 2011-09-22 14:29:00 -07:00
Wes Johnston
c77041bc8d Bug 688432 - Remove arrow from search engine popup. r=mbrubeck 2011-09-22 14:28:58 -07:00
Philipp von Weitershausen
33ec56a93a Bug 686579 - Kick off a sync immediately after setting up Sync on Fennec. r=mfinkle 2011-09-22 14:10:30 -07:00
Matt Brubeck
4872784be5 Bug 688481 - Let the urlbar stretch to fill the toolbar in tablet mode [r=wesj] 2011-09-22 11:04:46 -07:00
Lucas Rocha
1466bfe9d1 Bug 685285 - Implement curvy design for tablet portrait mode (r=wesj) 2011-09-22 12:16:29 +01: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
Matt Brubeck
a8971e8844 Bug 660844 - Fix errors in browser_tabs.js caused by bug 686380 [r=mfinkle] 2011-09-20 13:25:22 -07:00
Wes Johnston
cdc6cf3ae7 Bug 681643 - Update dialog theme for honeycomb. r=mfinkle 2011-09-20 12:07:07 -07:00
Wes Johnston
7dc261300b Bug 685839 - Show tabs in a menu for portrait view. r=mfinkle 2011-09-19 20:17:05 -07:00
Matt Brubeck
05233fd663 Bug 687298 - Prevent boolean setting checkboxes from getting two click events at once [r=mfinkle] 2011-09-19 15:54:54 -07:00
Shyam Prasad Murarka
627429103c Bug 664798 - Added 'Copy Email Address', 'Copy Phone Number' and 'Copy Image Location' to the context menu; r=mbrubeck 2011-09-19 15:54:19 -07:00
Lucas Rocha
10a1fe4c6d Bug 687468 - Misc design tweaks on tab thumbnails in tablet mode (r=mbrubeck) 2011-09-19 15:54:19 -07:00
Lucas Rocha
ca1990bf00 Bug 687468 - Chain tabHeight assignment for simplicity (r=mbrubeck) 2011-09-19 15:59:23 -07:00
Lucas Rocha
eaeb6ce534 Bug 605365 - Hide form assistant when focused element is blurred (r=mfinkle) 2011-09-19 09:46:11 -07:00
Lucas Rocha
0e3e527849 Bug 605365 - Show notification for invalid form elements (r=mfinkle) 2011-09-19 09:46:04 -07:00
Lucas Rocha
e65756d2ac Bug 605365 - Change Content's formAssistant to be a public property (r=mfinkle)
So that we can share the same FormAssistant instance with other components
defined in content.js. Updated chrome tests accordingly.
2011-09-19 09:45:52 -07:00
Lucas Rocha
f21a33dd21 Bug 605365 - Properly update visibility of the previously visible popup (r=mfinkle)
ContentPopupHelper is meant to only handle one popup at a time. This means that
if you update the popup (via the popup setter), the previously visible popup
should be properly hidden and released before showing the new popup.
2011-09-19 09:45:44 -07:00
Lucas Rocha
b1552b1ab3 Bug 687287 - Fix alignment of close button on inactive tabs (r=mfinkle)
Do not force a width on close button container and let the margins define its size. This allows us to have different clickable areas for the close button on both active and inactive tabs.
2011-09-19 09:44:03 -07:00
Sriram Ramasubramanian
f284dce9a1 Bug 660686 - Enable entire row region selection in Preferences [r=mfinkle] 2011-09-16 12:10:50 -07:00
Wesley Johnston
2b6dfc7728 Bug 685347 - Context menu selections in URL bar removes focus on the URL bar; r=mbrubeck 2011-09-16 09:56:58 +01:00
Ed Morley
9daeec4144 Backout changeset 151783eb7f6f (bug 676711) for Android b-c orange; a=philor 2011-09-16 01:41:34 +01: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
Mounir Lamouri
d33881df9d Bug 676711 - Tab thumbnail should be updated everytime the page is reloaded. r=mfinkle
This is preventing situations where a page shows an error message and when
reloading, the correct content is shown but the thumbnail still shows the
previous error message.
2011-09-15 12:32:19 -07:00
Wesley Johnston
2127ef7366 Bug 686903 - Remove about:home fadein animation. r=mbrubeck 2011-09-15 10:39:00 -04: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
1aeca47ab5 Bug 686379 - Back out bug 660686 and bug 686379 because of problems scrolling preferences 2011-09-13 07:08:31 -07:00
Shyam Prasad Murarka
7adc4437e3 Bug 518572 - When no network is available in Addons, display "Retry" instead of "OK"; r=mbrubeck 2011-09-11 07:35:29 -07:00
Sriram Ramasubramanian
853d9a3f79 Bug 676047 - "[Rapid Release] Mobile: Lightbox promo in product to promote Firefox Aurora" [r=mark.finkle] 2011-09-06 11:47:00 -04: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
Wesley Johnston
e49f24806e Bug 681650 - Update site menus for tablets. r=mbrubeck 2011-09-08 18:46:19 -07:00
Matt Brubeck
402f7d2248 Bug 685541 - Fix zooming when in tablet mode [r=mfinkle] 2011-09-08 12:32:31 -07:00
Matt Brubeck
79009aae73 Bug 685310 - Make tab bar scroll vertically in tablet mode [r=mfinkle] 2011-09-08 12:13:12 -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
b9596820ce Bug 680077 - Define documenttab dimensions on constructor (r=mbrubeck)
So that they can be dynamically defined for different modes (e.g. tablets).
2011-09-07 13:47:37 -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
Matt Brubeck
1b57a3cb34 Bug 685440 - Silence undefined property warnings in Fennec [r=fabrice]
--HG--
extra : rebase_source : 7cc85ef3e02fcc5a92bbacd38d7e7e2c3895d844
2011-09-08 09:02:08 -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
Matt Brubeck
f0f1558814 Merge mozilla-central to mozilla-inbound 2011-09-07 21:55:42 -07:00
Lucas Rocha
9cdf6a4456 Bug 680077 - Update tabs pane for Honeycomb theme (r=mbrubeck) 2011-09-07 13:47:39 -07:00
Lucas Rocha
06fedc194a Bug 680077 - Define documenttab dimensions on constructor (r=mbrubeck)
So that they can be dynamically defined for different modes (e.g. tablets).
2011-09-07 13:47:37 -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
Felix Fung
9bb0edf799 Bug 577266 - Correct misspellings in source code 2011-09-06 17:20:35 -07:00
Sriram Ramasubramanian
27549290f6 Bug 660686 - "Enable entire row region selection in Preferences" [r=mark.finkle] 2011-09-02 17:30:00 -04:00
Ed Morley
59e8ad1ced Merge mozilla-central to mozilla-inbound 2011-09-05 01:18:16 +01:00
Doug Turner
465f07f6e9 Backing out bc4b2d84f80a (bug 682017) 2011-09-04 13:11:42 -07:00