Lucas Rocha
76fb8988e5
Bug 688162 - Nudge tab bar X's to the left (r=mbrubeck)
2011-09-22 11:05:44 -07:00
Matt Brubeck
5e6d0a4827
Bug 688481 - Let the urlbar stretch to fill the toolbar in tablet mode [r=wesj]
2011-09-22 11:04:46 -07:00
Matt Brubeck
b05c0ceb3c
Bug 688488 - Add a border to the bottom of the toolbar in Honeycomb [r=lucasr]
2011-09-22 11:04:46 -07:00
Matt Brubeck
66a94a8f80
Bug 688467 - Update "close tab" X button asset on tablets [r=lucasr]
2011-09-22 11:04:45 -07:00
Lucas Rocha
2ba39836f7
Bug 685285 - Implement curvy design for tablet portrait mode (r=wesj)
2011-09-22 12:16:29 +01:00
Lucas Rocha
a9b26df18a
Bug 685285 - Reduce main toolbar height to match planned design (r=wesj)
2011-09-22 12:16:29 +01:00
Masayuki Nakano
6fecf30153
Bug 543789 part.7 Dispatch compositionupdate event and set data value of compositionend event in all IME handling tests r=smaug, sr=roc
2011-09-22 18:17:41 +09:00
Mark Finkle
bd57593b1c
Bug 687312 - Show a non-interactive UI as soon as possible on startup r=mbrubeck
2011-09-21 15:19:44 -04:00
Lucas Rocha
02f863e64a
Bug 686524 - Align url/title text with the favicon; r=wesj
...
And add a bit of side padding to the url title as well.
2011-09-21 19:06:42 +01:00
Lucas Rocha
d154494f25
Bug 687646 - Adjust font size of URL bar text; r=wesj
2011-09-21 19:06:42 +01:00
Mark Finkle
7847c746e5
Bug 688087 - Don't prestart the content process during startup r=mbrubeck
2011-09-21 09:01:09 -04:00
Matt Brubeck
5f5d3b260b
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
ad6e68980b
Bug 660844 - Fix errors in browser_tabs.js caused by bug 686380 [r=mfinkle]
2011-09-20 13:25:22 -07:00
Wes Johnston
bd3bdb85a3
Bug 685282 - Update actionbar icons for new theme. r=mfinkle
2011-09-20 12:07:07 -07:00
Wes Johnston
7b0affeacc
Bug 682465 - Update menu icon on gingerbread. r=mbrubeck
2011-09-20 12:07:07 -07:00
Wes Johnston
f442010559
Bug 687849 - Don't show close button on last tab for portrait menu. r=lucasr
2011-09-20 12:07:07 -07:00
Wes Johnston
e8183ab8fe
Bug 681643 - Update dialog theme for honeycomb. r=mfinkle
2011-09-20 12:07:07 -07:00
Wes Johnston
49289ee205
Bug 685839 - Show tabs in a menu for portrait view. r=mfinkle
2011-09-19 20:17:05 -07:00
Matt Brubeck
8e90b142a0
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
5d68c76c36
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
4e38edf8ea
Bug 687468 - Misc design tweaks on tab thumbnails in tablet mode (r=mbrubeck)
2011-09-19 15:54:19 -07:00
Lucas Rocha
69e9e0fd04
Bug 687468 - Chain tabHeight assignment for simplicity (r=mbrubeck)
2011-09-19 15:59:23 -07:00
Lucas Rocha
2fff70a46b
Bug 687468 - Define border_radius_xsmall on all themes (r=mbrubeck)
2011-09-19 15:54:19 -07:00
Lucas Rocha
9bbf565d1a
Bug 687468 - Define font_xxtiny on all themes (r=mbrubeck)
2011-09-19 15:54:19 -07:00
Lucas Rocha
2ee86a1e11
Bug 605365 - Fix typo in browser_contentpopup.js and browser_forms.js (r=mfinkle)
2011-09-19 09:46:35 -07:00
Lucas Rocha
2e5703c208
Bug 605365 - Use waitForFirstPaint() in content popup test (r=mfinkle)
2011-09-19 09:46:28 -07:00
Lucas Rocha
1634ce0ddf
Bug 605365 - Hide form assistant when focused element is blurred (r=mfinkle)
2011-09-19 09:46:11 -07:00
Lucas Rocha
ad387e37bc
Bug 605365 - Show notification for invalid form elements (r=mfinkle)
2011-09-19 09:46:04 -07:00
Lucas Rocha
ba29cb6bb1
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
6e045e2b9c
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
925c9d92d0
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
Lucas Rocha
c9e7d1eacb
Bug 686530 - Fix padding on icons to not cover urlbar line (r=wesj)
2011-09-17 00:38:36 +01:00
Sriram Ramasubramanian
47fae45bfa
Bug 685147 - Add tap-hold selection color status to row selection [r=mfinkle]
2011-09-16 12:10:55 -07:00
Sriram Ramasubramanian
eec69a6ee9
Bug 660686 - Patch for browser-chrome test [r=mfinkle]
2011-09-16 12:10:53 -07:00
Sriram Ramasubramanian
c287ae79b3
Bug 660686 - Enable entire row region selection in Preferences [r=mfinkle]
2011-09-16 12:10:50 -07:00
Ehsan Akhgari
8024c114f3
Merge the last green changeset of mozilla-inbound to mozilla-central
2011-09-16 09:31:43 -04:00
Kyle Huey
dbdc064e79
Merge m-c to b-s.
2011-09-15 16:44:46 -07:00
Wesley Johnston
0aff495323
Bug 685347 - Context menu selections in URL bar removes focus on the URL bar; r=mbrubeck
2011-09-16 09:56:58 +01:00
Lucas Rocha
87f0161b51
Bug 686857 - Make clickable area match close button boundaries (r=mfinkle)
2011-09-16 09:56:01 +01:00
Lucas Rocha
27163a402f
Bug 685845 - Avoid horizontal overflow on tabs scrollbox (r=mfinkle)
...
The close container was overflowing the tabs scrollbox by 1px and causing the horizontal scroll indicator to show up unnecessarily.
2011-09-16 09:54:14 +01:00
Kyle Huey
a9fd5acf9f
Merge m-c to b-s.
2011-09-14 08:45:54 -07:00
Matt Brubeck
0366796b41
Bug 686380 - Hide the undo close tab thumbnail when switching or opening tabs [r=mfinkle]
2011-09-14 06:39:25 -07:00
Matt Brubeck
c334c050c6
Merge mozilla-central to mozilla-inbound
2011-09-14 17:26:46 -07:00
Margaret Leibovic
66c17330d4
merge m-c into fx-team
2011-09-14 11:57:00 -07:00
Lucas Rocha
58225fa30e
Bug 685487 - Reduce space between tabs in tablet mode (r=mbrubeck)
2011-09-14 14:03:17 -07:00
Lucas Rocha
e74d938256
Bug 685487 - Add title label to tabs pane (r=mbrubeck)
2011-09-14 14:03:08 -07:00
Matt Brubeck
4b72859bf6
Bug 686743 - Fix styling of items in the overflow menu on Android [r=wesj]
2011-09-14 14:02:57 -07:00
Margaret Leibovic
346534afd1
Bug 685302 - Use "website" instead of "web site" consistently across all strings in the UI. r=dao
2011-09-13 16:42:37 -07:00
Florian Hänel
59938b9537
Bug 686450 - Hard-code layout DPI on Maemo [r=mbrubeck]
2011-09-13 07:10:11 -07:00
Matt Brubeck
34029e2a44
Bug 686379 - Back out bug 660686 and bug 686379 because of problems scrolling preferences
2011-09-13 07:08:31 -07:00