Commit Graph

3458 Commits

Author SHA1 Message Date
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
61dfadc2d9 Bug 687468 - Define border_radius_xsmall on all themes (r=mbrubeck) 2011-09-19 15:54:19 -07:00
Lucas Rocha
91a2a9eaa6 Bug 687468 - Define font_xxtiny on all themes (r=mbrubeck) 2011-09-19 15:54:19 -07:00
Lucas Rocha
68b31a2604 Bug 605365 - Fix typo in browser_contentpopup.js and browser_forms.js (r=mfinkle) 2011-09-19 09:46:35 -07:00
Lucas Rocha
7ae5fa15a4 Bug 605365 - Use waitForFirstPaint() in content popup test (r=mfinkle) 2011-09-19 09:46:28 -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
Lucas Rocha
0c42767f05 Bug 686530 - Fix padding on icons to not cover urlbar line (r=wesj) 2011-09-17 00:38:36 +01:00
Sriram Ramasubramanian
463d6c80c9 Bug 685147 - Add tap-hold selection color status to row selection [r=mfinkle] 2011-09-16 12:10:55 -07:00
Sriram Ramasubramanian
1cb0e32320 Bug 660686 - Patch for browser-chrome test [r=mfinkle] 2011-09-16 12:10:53 -07:00
Sriram Ramasubramanian
f284dce9a1 Bug 660686 - Enable entire row region selection in Preferences [r=mfinkle] 2011-09-16 12:10:50 -07:00
Ehsan Akhgari
97e0f80e7f Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-16 09:31:43 -04:00
Kyle Huey
75aa6eed7a Merge m-c to b-s. 2011-09-15 16:44:46 -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
Lucas Rocha
362e9c67f5 Bug 686857 - Make clickable area match close button boundaries (r=mfinkle) 2011-09-16 09:56:01 +01:00
Lucas Rocha
68e7e0ea6d 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
0bf2dfd277 Merge m-c to b-s. 2011-09-14 08:45:54 -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
Matt Brubeck
500d21ed32 Merge mozilla-central to mozilla-inbound 2011-09-14 17:26:46 -07:00
Margaret Leibovic
7f4c39e9a7 merge m-c into fx-team 2011-09-14 11:57:00 -07:00
Lucas Rocha
7af5c33796 Bug 685487 - Reduce space between tabs in tablet mode (r=mbrubeck) 2011-09-14 14:03:17 -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
f9a642dc96 Bug 686743 - Fix styling of items in the overflow menu on Android [r=wesj] 2011-09-14 14:02:57 -07:00
Margaret Leibovic
5b575af948 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
1a063d9d02 Bug 686450 - Hard-code layout DPI on Maemo [r=mbrubeck] 2011-09-13 07:10:11 -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
Matt Brubeck
85539bfc59 Bug 685568 - Back out db34d544a36b; we want to keep this change after all. DONTBUILD 2011-09-13 18:24:08 -07:00
Kyle Huey
775e4bf54d Merge m-c to b-s. 2011-09-11 05:32:38 -04:00
Matt Brubeck
4e9bb46491 Bug 658319 - Use mozmm for Fennec chrome theme on all platforms [r=mfinkle] 2011-09-09 17:01:42 -07:00
Matt Brubeck
b635709acd Bug 685568 - Add vertical divider between tab bar and web content (remove change that accidentally snuck in) 2011-09-13 13:01:59 -07:00
Lucas Rocha
8a416622b9 Bug 685568 - Add vertical divider between tab bar and web content (r=mbrubeck) 2011-09-13 12:56:09 -07:00
Kyle Huey
614dad33a3 Merge m-c to b-s. 2011-09-07 10:47:50 -04:00
Mike Hommey
d0a3d1bc2f Backout the backout of e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) 2011-09-03 08:19:06 +02:00
Ed Morley
ed260633c7 Backout e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) for Win opt orange and purple galore, on a CLOSED TREE 2011-09-03 04:35:21 +01:00
Kyle Huey
2fe1065da6 Merge b-s to m-c. 2011-09-02 17:35:11 -04:00
Mike Hommey
cfd3ac70a2 Bug 677501 - Build a mozutils library containing jemalloc and other things. r=khuey
--HG--
rename : memory/jemalloc/Makefile.in => memory/mozutils/Makefile.in
rename : memory/jemalloc/fixcrt.py => memory/mozutils/fixcrt.py
rename : memory/jemalloc/jemalloc.def => memory/mozutils/mozutils.def.in
2011-09-01 14:12:10 +02:00
Mike Hommey
1fbab12774 Bug 680440 - Clean up jemalloc linkage. r=khuey 2011-09-01 14:11:56 +02:00
Oleg Romashin
47ed240c32 Bug 683736 - Backspace key in form fields in desktop Linux Fennec goes back a page instead of deleting r=mbrubeck 2011-09-01 12:26:25 -07:00
Sriram Ramasubramanian
8f3c038877 Bug 683786 - Checkbox missing in Honeycomb theme [r=mbrubeck] 2011-09-01 10:33:00 -07:00
Wes Johnston
4c46ac89ef Bug 680441 - Update style of more menu on Honeycomb. r=mfinkle 2011-09-01 10:04:31 -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
Kyle Huey
7b7b45a351 Merge m-c to b-s. 2011-08-31 07:52:43 -04:00
Oleg Romashin
a26aece278 Bug 682017 - Remove CustomKeySender and use content KeyEvents forwarding; r=mfinkle 2011-08-29 17:26:23 +01:00