Commit Graph

2666 Commits

Author SHA1 Message Date
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
Masayuki Nakano
54e3afdd66 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
0ca987caae Bug 688087 - Don't prestart the content process during startup r=mbrubeck 2011-09-21 09:01:09 -04:00
Matt Brubeck
bad4663d2f Merge from mozilla-inbound to mozilla-central 2011-09-29 20:29:17 -07:00
Ehsan Akhgari
4ef40fe917 Backout changeset 32e9422afd8d (bug 687265) explicitly from mozilla-central 2011-09-29 20:29:11 -04:00
Ehsan Akhgari
718a93adce Merge mozilla-central into mozilla-inbound 2011-09-29 17:26:09 -04:00
Wes Johnston
c3bff5e977 Bug 675252 - Tests for using buildid in getLocales pref. r=mfinkle 2011-09-29 12:17:35 -07:00
Wes Johnston
d205537ec4 Bug 689702 - Test updating locale pref. r=mfinkle 2011-09-29 12:17:31 -07:00
Wes Johnston
82692ac001 Bug 689702 - Update getLocales pref dynamically. r=mfinkle 2011-09-29 12:17:26 -07:00
Mark Finkle
b02d0598f9 Backout 39d5bb6c6d4d for reftest-2 failures on Android 2011-09-29 14:34:13 -04:00
Mark Finkle
83136bf3b9 Bug 687265 - Front-end support for flash on Android Fennec [r=mbrubeck r=blassey] 2011-09-29 10:44:03 -04:00
Wes Johnston
1e94ec0a14 Bug 690878 - Switch order of continue and cancel buttson in locale picker. r=mbrubeck 2011-10-03 15:13:23 -07:00
Wes Johnston
23f5906451 Bug 688824 - Only show restart notification when locale changes. r=mfinkle 2011-10-03 15:13:23 -07:00
Wes Johnston
a077e33cfa Bug 684241 - Add basic tests for locale picker. r=mfinkle 2011-10-03 15:13:22 -07:00
Matt Brubeck
344a9757dc Bug 691418 - Back/escape key goes back twice in local tabs [r=mfinkle] 2011-10-03 12:52:25 -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
425ce4c9ed Bug 690816 - When Fennec starts, remember whether the tablet tabs sidebar was open or closed [r=lucasr] 2011-10-03 12:40:08 -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
680425f6c3 Bug 690739 (2/2) - [TabletUI] Vertical swipes should scroll content, not the sidebar [r=mfinkle] 2011-09-30 15:06:37 -07:00
Matt Brubeck
5f8c10092b Back out cec9b916defe (bug 690739) because of Tzoom regression 2011-10-01 09:24:59 -07:00
Mark Finkle
7936c492ce Bug 687265 - Front-end support for flash on Android Fennec [r=mbrubeck r=blassey]
--HG--
extra : rebase_source : 39d5bb6c6d4d3165dcb10bded80a2aa9da7cb98e
2011-09-29 10:44:03 -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
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
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
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
Martijn Wargers
1fb401bec2 Bug 684092 - browser_tapping.js forgets one time to removeEventListener panFinished r=mbrubeck 2011-09-09 15:12:53 +02: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
d4fd8c0dd1 Bug 660686 - "Enable entire row region selection in Preferences" [r=mark.finkle] 2011-09-02 17:32:00 -04: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
Doug Turner
e6e2e4304b Backing out d4c725db7369 (bug 683736). 2011-09-04 13:08:49 -07:00
Marco Bonardo
2c9501a685 Backout e2807e45402c for Android b-c permaorange and 502c33ae0d81, 3326454d70f5 for Android M5 permaorange. 2011-09-03 12:22:10 +02:00
Martijn Wargers
8c7377d2c5 Bug 681640 - browser-chrome test 2011-09-04 08:07:22 -07:00
Matt Brubeck
9b140f5f97 Bug 681640 - Tapping on a form field in Fennec should position the caret at the location of the tap [r=mfinkle] 2011-09-04 08:06:07 -07:00
Martijn Wargers
5fefad9680 Bug 681640 - Send mouse events to form fields when they are focused in Fennec [r=mbrubeck] 2011-08-31 15:55:00 -07:00
Matt Brubeck
cef491c449 Bug 681621 - Displayport is wrong after MozScrolledAreaChanged event when page is scrolled to the right [r=stechz] 2011-09-02 15:33:21 -07:00
Wes Johnston
23640e2ef3 Bug 684276 - Wrap labels in Android tablet menu. r=mbrubeck 2011-09-02 12:35:38 -07:00
Matt Brubeck
bb3a25f4cf Bug 669666 - Make sure Sync is initialized when the Fennec prefs panel is opened [r=mfinkle] 2011-09-02 11:18:36 -07:00
Wes Johnston
a5d7f4711e Bug 677673 - Fix position of bookmarks menu on tablets. r=mfinkle 2011-09-02 10:16:48 -07:00
Martijn Wargers
d850d69be3 Bug 669184 - Cursor position is set before first character in bookmark edit dialog [r=mbrubeck] 2011-09-02 01:10:00 -07:00
Wes Johnston
d21d72303a Bug 675252 - Store buildid when locales are installed and make sure it is current on startup. r=mfinkle 2011-09-02 09:37:54 -07:00
Wes Johnston
7a7ed267ad Bug 675254 - Try to update the current locale if it was marked incompatable during updates. r=mfinkle 2011-09-02 09:37:52 -07:00
Wes Johnston
f8bd35879a Bug 668838 - Revise the flow of the locale picker. r=mfinkle 2011-09-02 09:37:50 -07: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
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
Oleg Romashin
a26aece278 Bug 682017 - Remove CustomKeySender and use content KeyEvents forwarding; r=mfinkle 2011-08-29 17:26:23 +01:00
Mark Finkle
0066d480c5 Bug 682357 - Don't broadcast context menu commands to all browsers [r=wjohnston] 2011-08-26 17:23:36 -04:00
Mark Finkle
fbb2525235 Bug 678748 - Add tests for textbox context menu [r=mbrubeck] 2011-08-24 17:24:47 -04:00
Matt Brubeck
406f4c2d45 Bug 672411 - Minor refactoring of default values for viewport height/width [r=lucasr] 2011-08-25 19:17:50 -07:00
Martijn Wargers
290a856f0f Bug 645756 - Disable zooming for frameset pages; r=mbrubeck 2011-08-26 01:20:59 +01:00
Matt Brubeck
15f3d3edd9 Bug 682037 - Stop using .window-width for fullscreen video [r=stechz] 2011-08-25 13:45:15 -07:00
Matt Brubeck
4f572a48bd Bug 682037 - Allow the browser width to be different from the window width [r=stechz] 2011-08-25 13:44:25 -07:00
Matt Brubeck
b1e1929662 Bug 682037 - Remove unnecessary window-width/height classes in browser.xul [r=stechz] 2011-08-25 13:44:07 -07:00
Matt Brubeck
89fa7b3459 Bug 679472 - Hide actionbar spacer in non-tablet theme [r=wesj] 2011-08-25 13:00:06 -07:00
Matt Brubeck
f44097b2f2 Bug 684397 - Form autocomplete arrowbox has no arrow in Honeycomb theme [r=sriram] 2011-09-07 14:28:12 -07:00
Mark Finkle
2de13a2837 Bug 666977 - [backout] Panning ends selection in progress r=mbrubeck 2011-09-07 10:48:15 -04:00
Mark Finkle
81848108c4 Bug 667243 - [backout] use caretPositionFromPoint for controlling text selection r=mbrubeck 2011-09-07 10:48:13 -04:00
Mark Finkle
d81a8b718d Bug 684727 - Don't call into JNI from ExtensionsView.init [r=mbrubeck] 2011-09-07 10:48:11 -04:00
Matt Brubeck
1404eb7083 Bug 638369 - Update title when creating a new tab [r=wesj] 2011-03-07 17:21:41 -08:00
Matt Brubeck
563ef997b4 Bug 672411 - Calculate the viewport height correctly for non-scalable pages [r=wesj] 2011-07-29 07:18:50 -07:00
Wes Johnston
e2852d28f9 Bug 679472 - Theme actionbar on honeycomb. r=mfinkle 2011-08-25 11:51:00 -07:00
Matt Brubeck
f64449eead Back out da55a48b990f and e6e157c073cc and f43d16688b14 because of Android test failures 2011-08-24 17:10:09 -07:00
Chris Lord
62c8f939e9 Bug 664149 - Add a menu pop-up button for tablet mode [r=mfinkle] 2011-08-24 16:20:56 -07:00
Mark Finkle
d4e5194252 Bug 678748 - Add tests for textbox context menu [r=mbrubeck] 2011-08-24 17:24:47 -04:00
Benjamin Stover
d4a463f7ec Bug 680126 Reduce checkerboarding during load r=mbrubeck 2011-08-24 14:01:18 -07:00
Matt Brubeck
1529b2ca8e Bug 681718 - Fix JS errors from text selection when long-tapping on local pages [r=mfinkle] 2011-08-24 12:38:40 -07:00
Sriram Ramasubramanian
de40630259 Bug 680933 - long tapping on a tab from last time at about:home does not bring up the context menu [r=mbrubeck] 2011-08-24 12:38:40 -07:00
Philipp von Weitershausen
5d873de548 Merge m-c to m-i 2011-08-23 18:33:02 -07:00
Allison Naaktgeboren
1a50ccf7af Merge services-central into mozilla-central. 2011-08-23 14:38:16 -07:00
Matt Brubeck
b614b90092 Bug 624552 - Disable Firefox Sync temporarily when master password entry fails. [r=mfinkle] 2011-08-22 20:45:30 -07:00
Lucas Rocha
7057cfae6c Bug 681356 - Don't show throbber after network error on sync (r=mfinkle)
Notify remotetabs-list that a network error ocurred so that the 'loading' ui
(i.e. the throbber) is hidden accordingly. Otherwise the user will get the
impression that something is still happening after the error is shown.
2011-08-23 17:03:03 -04:00
Lucas Rocha
2f9026209c Bug 666236 - Only allow browser to go back/forward when those are valid operations; r=mfinkle
When tapping back/forward buttons in a rapid sequence, the buttons are not
instantly disabled once the operations are not possible anymore (i.e. reached
the beginning/end of session history). In order to avoid producing errors, we
ensure that go back/forward operations are only performed when they are valid
actions.
2011-08-23 17:45:10 +01:00
Lucas Rocha
daf409d49b Bug 666236 - Don't pass argument to methods that don't use it; r=mfinkle 2011-08-23 17:45:10 +01:00
Lucas Rocha
bb7c307a39 Bug 668760 - Show message when there are no desktop tabs to display (r=mbrubeck) 2011-08-23 09:16:33 -07:00
Lucas Rocha
c07fa841b8 Bug 668760 - Refactor get desktop tabs to receive weave engine as argument (r=mbrubeck)
This is necessary to be able to know whether we're loading sync desktop tabs
from a functional/configured sync process or not.
2011-08-23 09:16:09 -07:00
Lucas Rocha
57e277cdee Bug 668760 - Factor out method to get weave engine (r=mbrubeck) 2011-08-23 09:16:03 -07:00
Lucas Rocha
aed526341f Bug 668760 - Add message label element to remotetabs-list (r=mbrubeck)
The label is only visible when the remotetabs-list has a "message" attribute.
This UI should be used to show messages on the tabs list.
2011-08-23 09:15:48 -07:00
Richard Newman
98eb1efb6b Merge mozilla-central to services-central. 2011-08-22 08:03:23 -07:00
Oleg Romashin
d1c4fdc41f Bug 679923 - Fennec must deactivate last selected tab when it goes to background; r=mbrubeck,blassey,mfinkle 2011-08-21 20:11:31 +01:00
Allison Naaktgeboren
5d45643659 Bug 656492 - Rename "Sync Key" to "Recovery Key". r=philikon 2011-08-19 14:35:29 -07:00
Matt Brubeck
e7c5a3f842 Bug 642996 - Remove 'Save Link' from the Fennec context menu [r=wesj] 2011-08-19 14:42:01 -07:00
Matt Brubeck
fa5c132c29 Bug 680425 - Tapping on a selected word does not copy the word to clipboard [r=blassey] 2011-08-19 14:42:00 -07:00
Chris Jones
4ab32ba6ee Bug 660483: Fix some error span from mochitest-browser-chrome. r=mfinkle 2011-08-19 14:05:51 -07:00
Wes Johnston
d722ab01fe Bug 624570 - Check for master password in BadgeHandler. r=mfinkle 2011-08-22 15:26:09 -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
Lucas Rocha
13f1f66694 Bug 676321 - Do not reset popup position on content resize, panning, and zooming (r=mbrubeck)
We control the sidebar side effects by zeroing the maximum width of the
popup every time the window size changes.
2011-08-19 15:43:22 +02:00
Lucas Rocha
cd4a94bdda Bug 676321 - Sidebar briefly shows up on orientation change while using form autocomplete (r=mbrubeck) 2011-08-19 15:42:39 +02:00
Lucas Rocha
460080b349 Bug 676321 - Remove redudant visibility update as anchorTo() does it too (r=mbrubeck) 2011-08-19 15:41:18 +02:00
Lucas Rocha
18fce1b91e Bug 676321 - Small coding style fix in mobile's browser.js (r=mbrubeck) 2011-08-19 15:41:06 +02:00
Lucas Rocha
90702231e0 Bug 676321 - Fix the phrasing of explanatory comment on ContentPopupHelper's anchorTo() (r=mbrubeck) 2011-08-19 15:40:39 +02:00
James Willcox
d8510de5fe Bug 610834 - New windows opened don't get painted until resized. r=fabrice 2011-08-09 12:08:19 -04:00
Benjamin Stover
3f29099ac4 Bug 673122 Rotating Fennec to landscape causes checkerboard to appear indefinitely r=mbrubeck 2011-08-18 14:14:44 -07:00
Brad Lassey
c1da87a87b bug 666977 - Panning ends selection in progress r=mbrubeck 2011-08-18 16:54:34 -04:00
Brad Lassey
44e0ff8cb4 bug 667243 - use caretPositionFromPoint for controlling text selection r=mfinkle 2011-08-18 16:54:34 -04:00
Phil Ringnalda
28f44ccdc4 Back out 84ac0004679c (bug 673112) for browser-chrome failures on a CLOSED TREE 2011-08-16 21:09:37 -07:00
Benjamin Stover
dfc92b4e0a Bug 673122 Rotating Fennec to landscape causes checkerboard to appear indefinitely r=mbrubeck 2011-08-16 17:12:22 -07:00
Matt Brubeck
5b957cea92 Bug 679120 - Allow negative numbers for integer prefs in mobile about:config [r=lucasr] 2011-08-16 10:10:10 -07:00
Daniel Holbert
03ca49f291 merge m-c to m-i 2011-08-15 21:12:06 -07:00
Daniel Holbert
286d8b358e Backing out f085bbca2ee9 (bug 609043) since it triggered perma-orange in Android b-c tests 2011-08-15 20:59:13 -07:00
Daniel Holbert
f3f070d15a Back out c51c5db7903f (bug 679194) since I'm backing out the cset that it stacks on top of 2011-08-15 20:59:11 -07:00
Matt Brubeck
1ed0feadaa Merge the latest green changeset on mozilla-central to mozilla-inbound 2011-08-15 15:43:35 -07:00
Fabrice Desré
a394d290d7 Bug 609043 - Add support for Open Web Apps [r=mfinkle] 2011-08-15 12:16:50 -07:00
Geoff Lankow
9fa69f3c96 Bug 669390 - Update mobile settings to use type="menulist"; r=mfinkle 2011-08-14 16:06:01 +12:00
Wes Johnston
6b5a926e25 Bug 668029 - Pull strings out of available locales list when using localePicker. r=mfinkle 2011-08-15 10:42:50 -07:00
Mark Finkle
b445c46d73 Bug 639794 - Opening a webpage from an external app should hide sidebars and panels [r=mbrubeck] 2011-08-13 20:11:32 -04:00