Граф коммитов

3458 Коммитов

Автор SHA1 Сообщение Дата
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
Matt Brubeck 7c1c2a65d9 Bug 685568 - Back out db34d544a36b; we want to keep this change after all. DONTBUILD 2011-09-13 18:24:08 -07:00
Kyle Huey e4ec1c04d2 Merge m-c to b-s. 2011-09-11 05:32:38 -04:00
Matt Brubeck 258e2e65e5 Bug 658319 - Use mozmm for Fennec chrome theme on all platforms [r=mfinkle] 2011-09-09 17:01:42 -07:00
Matt Brubeck f4cbad79bb 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 5770abab5f Bug 685568 - Add vertical divider between tab bar and web content (r=mbrubeck) 2011-09-13 12:56:09 -07:00
Kyle Huey a0800c6141 Merge m-c to b-s. 2011-09-07 10:47:50 -04:00
Mike Hommey 402b882927 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 ee10afb48a 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 5aba5a29af Merge b-s to m-c. 2011-09-02 17:35:11 -04:00
Mike Hommey 8285bb9468 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 4f09641fb4 Bug 680440 - Clean up jemalloc linkage. r=khuey 2011-09-01 14:11:56 +02:00
Oleg Romashin 6f8ee3bf56 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 30ac4a1f77 Bug 683786 - Checkbox missing in Honeycomb theme [r=mbrubeck] 2011-09-01 10:33:00 -07:00
Wes Johnston 09c28c4a99 Bug 680441 - Update style of more menu on Honeycomb. r=mfinkle 2011-09-01 10:04:31 -07:00
Wes Johnston 5e55109b1a Bug 680212 - Update styling of awesome bar and search engines on tablets. r=mfinkle 2011-09-01 10:04:29 -07:00
Kyle Huey 134b8fad07 Merge m-c to b-s. 2011-08-31 07:52:43 -04:00
Oleg Romashin b4575b0a71 Bug 682017 - Remove CustomKeySender and use content KeyEvents forwarding; r=mfinkle 2011-08-29 17:26:23 +01:00