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

2611 Коммитов

Автор SHA1 Сообщение Дата
Lucas Rocha 48ce3953de Bug 680077 - Update tabs pane for Honeycomb theme (r=mbrubeck) 2011-09-07 13:47:39 -07:00
Lucas Rocha d9eeb81652 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 b750fd666f 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 6fc0ee69ae Bug 677669 - Always show the tab bar in tablet mode [r=mfinkle] 2011-09-07 13:47:25 -07:00
Matt Brubeck 365f948f18 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 3205161605 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 549f64b627 Merge mozilla-central to mozilla-inbound 2011-09-07 21:55:42 -07:00
Lucas Rocha 82cfb900ac Bug 680077 - Update tabs pane for Honeycomb theme (r=mbrubeck) 2011-09-07 13:47:39 -07:00
Lucas Rocha cdcf8c6047 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 86ba91fd7c 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 f1c0627019 Bug 677669 - Always show the tab bar in tablet mode [r=mfinkle] 2011-09-07 13:47:25 -07:00
Felix Fung 0bc71ca85d Bug 577266 - Correct misspellings in source code 2011-09-06 17:20:35 -07:00
Sriram Ramasubramanian 7e44db59e6 Bug 660686 - "Enable entire row region selection in Preferences" [r=mark.finkle] 2011-09-02 17:32:00 -04:00
Sriram Ramasubramanian 25a539fff5 Bug 660686 - "Enable entire row region selection in Preferences" [r=mark.finkle] 2011-09-02 17:30:00 -04:00
Ed Morley 8db61027f2 Merge mozilla-central to mozilla-inbound 2011-09-05 01:18:16 +01:00
Doug Turner 98cc738788 Backing out bc4b2d84f80a (bug 682017) 2011-09-04 13:11:42 -07:00
Doug Turner cacf41b4a4 Backing out d4c725db7369 (bug 683736). 2011-09-04 13:08:49 -07:00
Marco Bonardo 4af3d544b2 Backout e2807e45402c for Android b-c permaorange and 502c33ae0d81, 3326454d70f5 for Android M5 permaorange. 2011-09-03 12:22:10 +02:00
Martijn Wargers 8370abe28f Bug 681640 - browser-chrome test 2011-09-04 08:07:22 -07:00
Matt Brubeck a817e4c577 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 ba0943e119 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 e50c915f3c 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 f5d9db4ac2 Bug 684276 - Wrap labels in Android tablet menu. r=mbrubeck 2011-09-02 12:35:38 -07:00
Matt Brubeck 2a9800b533 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 4f973d2115 Bug 677673 - Fix position of bookmarks menu on tablets. r=mfinkle 2011-09-02 10:16:48 -07:00
Martijn Wargers edc1bfc940 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 0ff902b315 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 e8ba8d2a39 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 cbcac4a067 Bug 668838 - Revise the flow of the locale picker. r=mfinkle 2011-09-02 09:37:50 -07: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
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
Oleg Romashin b4575b0a71 Bug 682017 - Remove CustomKeySender and use content KeyEvents forwarding; r=mfinkle 2011-08-29 17:26:23 +01:00
Mark Finkle 6a7bdc7df2 Bug 682357 - Don't broadcast context menu commands to all browsers [r=wjohnston] 2011-08-26 17:23:36 -04:00
Mark Finkle 24f2b80843 Bug 678748 - Add tests for textbox context menu [r=mbrubeck] 2011-08-24 17:24:47 -04:00
Matt Brubeck 96e6e1fd47 Bug 672411 - Minor refactoring of default values for viewport height/width [r=lucasr] 2011-08-25 19:17:50 -07:00
Martijn Wargers 497395b930 Bug 645756 - Disable zooming for frameset pages; r=mbrubeck 2011-08-26 01:20:59 +01:00
Matt Brubeck 79e0a7ab03 Bug 682037 - Stop using .window-width for fullscreen video [r=stechz] 2011-08-25 13:45:15 -07:00
Matt Brubeck d6e5750b0d 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 c356a7513b Bug 682037 - Remove unnecessary window-width/height classes in browser.xul [r=stechz] 2011-08-25 13:44:07 -07:00
Matt Brubeck 6fe02cb278 Bug 679472 - Hide actionbar spacer in non-tablet theme [r=wesj] 2011-08-25 13:00:06 -07:00
Matt Brubeck 45430c25f0 Bug 684397 - Form autocomplete arrowbox has no arrow in Honeycomb theme [r=sriram] 2011-09-07 14:28:12 -07:00
Mark Finkle 8ddd60fcc9 Bug 666977 - [backout] Panning ends selection in progress r=mbrubeck 2011-09-07 10:48:15 -04:00
Mark Finkle ec40402ffe Bug 667243 - [backout] use caretPositionFromPoint for controlling text selection r=mbrubeck 2011-09-07 10:48:13 -04:00
Mark Finkle a1bc4b2fab Bug 684727 - Don't call into JNI from ExtensionsView.init [r=mbrubeck] 2011-09-07 10:48:11 -04:00
Matt Brubeck dfbe131db3 Bug 638369 - Update title when creating a new tab [r=wesj] 2011-03-07 17:21:41 -08:00
Matt Brubeck 9dd7531add Bug 672411 - Calculate the viewport height correctly for non-scalable pages [r=wesj] 2011-07-29 07:18:50 -07:00
Wes Johnston e3d34554ad Bug 679472 - Theme actionbar on honeycomb. r=mfinkle 2011-08-25 11:51:00 -07:00
Matt Brubeck 48ece42cd0 Back out da55a48b990f and e6e157c073cc and f43d16688b14 because of Android test failures 2011-08-24 17:10:09 -07:00
Chris Lord c8043ea9c6 Bug 664149 - Add a menu pop-up button for tablet mode [r=mfinkle] 2011-08-24 16:20:56 -07:00
Mark Finkle afd4667eed Bug 678748 - Add tests for textbox context menu [r=mbrubeck] 2011-08-24 17:24:47 -04:00
Benjamin Stover 6e08e31479 Bug 680126 Reduce checkerboarding during load r=mbrubeck 2011-08-24 14:01:18 -07:00
Matt Brubeck c165ff1612 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 abf475f3c6 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 6c71c32ba7 Merge m-c to m-i 2011-08-23 18:33:02 -07:00
Allison Naaktgeboren f99fc1128e Merge services-central into mozilla-central. 2011-08-23 14:38:16 -07:00
Matt Brubeck 304dcc1d01 Bug 624552 - Disable Firefox Sync temporarily when master password entry fails. [r=mfinkle] 2011-08-22 20:45:30 -07:00
Lucas Rocha d1ff01f60c 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 2c88e8ce3e 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 196d92dd95 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 96fcb0acbf Bug 668760 - Show message when there are no desktop tabs to display (r=mbrubeck) 2011-08-23 09:16:33 -07:00
Lucas Rocha fb74303629 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 8d7a147c2f Bug 668760 - Factor out method to get weave engine (r=mbrubeck) 2011-08-23 09:16:03 -07:00
Lucas Rocha 557bef417e 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 697a053b1c Merge mozilla-central to services-central. 2011-08-22 08:03:23 -07:00
Oleg Romashin 8c251f45f0 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 7d72d59d44 Bug 656492 - Rename "Sync Key" to "Recovery Key". r=philikon 2011-08-19 14:35:29 -07:00
Matt Brubeck 70d4096b5a Bug 642996 - Remove 'Save Link' from the Fennec context menu [r=wesj] 2011-08-19 14:42:01 -07:00
Matt Brubeck df1f7256e5 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 54ca2be317 Bug 660483: Fix some error span from mochitest-browser-chrome. r=mfinkle 2011-08-19 14:05:51 -07:00
Wes Johnston deaa7ca3f8 Bug 624570 - Check for master password in BadgeHandler. r=mfinkle 2011-08-22 15:26:09 -07:00
Lucas Rocha 4166fff5df 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 5863e168ce 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 983c8d10ad 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 a6048b4ba4 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 0dcc2dd592 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 8b78252499 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 354933f815 Bug 676321 - Remove redudant visibility update as anchorTo() does it too (r=mbrubeck) 2011-08-19 15:41:18 +02:00
Lucas Rocha 3ca9661565 Bug 676321 - Small coding style fix in mobile's browser.js (r=mbrubeck) 2011-08-19 15:41:06 +02:00
Lucas Rocha aff037bb4a Bug 676321 - Fix the phrasing of explanatory comment on ContentPopupHelper's anchorTo() (r=mbrubeck) 2011-08-19 15:40:39 +02:00
James Willcox 0fde8e725e Bug 610834 - New windows opened don't get painted until resized. r=fabrice 2011-08-09 12:08:19 -04:00
Benjamin Stover c72164ef58 Bug 673122 Rotating Fennec to landscape causes checkerboard to appear indefinitely r=mbrubeck 2011-08-18 14:14:44 -07:00
Brad Lassey 41e6c83e6a bug 666977 - Panning ends selection in progress r=mbrubeck 2011-08-18 16:54:34 -04:00
Brad Lassey 3d3566437c bug 667243 - use caretPositionFromPoint for controlling text selection r=mfinkle 2011-08-18 16:54:34 -04:00
Phil Ringnalda 0b06dece18 Back out 84ac0004679c (bug 673112) for browser-chrome failures on a CLOSED TREE 2011-08-16 21:09:37 -07:00
Benjamin Stover 119cff26b5 Bug 673122 Rotating Fennec to landscape causes checkerboard to appear indefinitely r=mbrubeck 2011-08-16 17:12:22 -07:00
Matt Brubeck cd8e194691 Bug 679120 - Allow negative numbers for integer prefs in mobile about:config [r=lucasr] 2011-08-16 10:10:10 -07:00
Daniel Holbert c35631abba merge m-c to m-i 2011-08-15 21:12:06 -07:00
Daniel Holbert 5edc5ea331 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 2410af5111 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 5b57a0bec6 Merge the latest green changeset on mozilla-central to mozilla-inbound 2011-08-15 15:43:35 -07:00
Fabrice Desré ec310123a9 Bug 609043 - Add support for Open Web Apps [r=mfinkle] 2011-08-15 12:16:50 -07:00
Geoff Lankow a9aaf9d403 Bug 669390 - Update mobile settings to use type="menulist"; r=mfinkle 2011-08-14 16:06:01 +12:00
Wes Johnston 9d07b8a701 Bug 668029 - Pull strings out of available locales list when using localePicker. r=mfinkle 2011-08-15 10:42:50 -07:00
Mark Finkle 3ee8cbe0d0 Bug 639794 - Opening a webpage from an external app should hide sidebars and panels [r=mbrubeck] 2011-08-13 20:11:32 -04:00
Ms2ger f1ce0d69e4 Merge m-c to m-i 2011-08-13 14:47:03 +02:00
Mark Finkle 81ddedfad5 Bug 677999 - Make home screen bookmark icons pretty [r=wjohnston] 2011-08-12 14:00:14 -04:00
Mark Finkle 2eaf36edd5 Bug 677975 - Exception [nsIShellService.createShortcut] @ BookmarkHelper.js :: <TOP_LEVEL> :: line 92 [r=wjohnston] 2011-08-12 14:00:12 -04:00
Matt Brubeck 7819c4f0a2 Bug 678261 - Back out f4acfd3b1ce8 (bug 610834) because of tp4m regression
--HG--
extra : rebase_source : 27b5bcf4376b7465e211eff3d11e1c18e991f136
2011-08-11 16:20:40 -07:00
Lucas Rocha 4ca39c776b Bug 667438 - Choosing "Custom Page" option erases the text from the Start page button [r=mark.finkle] 2011-08-12 10:02:00 -04:00
Oleg Romashin 4a44f099d6 Bug 656114 - Clicking is broken in position:fixed elements in Fennec with MOZ_ENABLE_FIXED_POSITION_LAYERS enabled r=stechz 2011-08-11 11:37:23 -07:00
Mark Finkle 31e3f07272 Bug 676780 - Fennec is unable to load webpages and close tabs (corrupt sessionstore) [r=mbrubeck] 2011-08-10 15:48:37 -04:00
Justin Lebar 503451e425 Bug 677565 - Update mobile SHistory after changes from bug 646641 (rev dc162f9bce24, f9247cadf32b). r=mfinkle 2011-08-10 13:57:57 -04:00
Martijn Wargers 8ec88800f3 Bug 669409 - Fix unsafe QI @ content.js::receiveMessage; r=mbrubeck 2011-08-10 17:34:42 +02:00
Ehsan Akhgari 40d90ce256 Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-10 09:56:20 -04:00
Mark Finkle 973b8a118a Bug 677630 - Extend 'Add to Home Screen' to Bookmark Popup [r=mbrubeck] 2011-08-09 21:32:22 -04:00
Ehsan Akhgari 356a62adb7 Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-09 08:09:13 -04:00
Mark Finkle dd0b9dbec6 Bug 677356 - Cleanup some strings [r=mbrubeck] 2011-08-08 17:21:29 -04:00
Lucas Rocha cf4ab51fd0 Bug 662520 - NewTab popup indicator 'arrow' is missing or is pointed to the right instead of left 2011-08-01 11:03:00 -04:00
Mark Finkle b448cb7549 Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
--HG--
rename : mobile/components/build/nsIPhoneSupport.idl => mobile/components/build/nsIShellService.idl
rename : mobile/components/build/nsPhoneSupport.cpp => mobile/components/build/nsShellService.cpp
rename : mobile/components/build/nsPhoneSupport.h => mobile/components/build/nsShellService.h
2011-08-08 22:37:57 -04:00
Alex Pakhotin a2fcf69107 Bug 592772 - Fennec should offer to use master password. r=wesj 2011-06-28 19:40:35 -07:00
Fabrice Desré e2a22279ea Bug 679194 - Add a permission prompt for mozApps.mgmt.list and mozApps.mgmt.uninstall [r=mbrubeck] 2011-08-15 18:56:42 -07:00
Mark Finkle 8bea83ca56 Bug 584767 - webapps frontend (string tweak) [r=fabrice] 2011-08-05 23:54:23 -04:00
Matt Brubeck 7fbc7d935e Bug 656329 - Use a Honeycomb-style action bar on tablets (preffed off by default) [r=mfinkle] 2011-08-05 16:01:33 -07:00
Marco Bonardo 382a5d28c4 Merge mozilla-central and mozilla-inbound in the hope to reopen soon a CLOSED TREE 2011-08-05 17:09:02 +02:00
Mark Finkle 1983ce77e0 Bug 674791 - dragging the left text selection marker down selects to the bottom of the page [r=wjohnston] 2011-08-04 15:26:42 -04:00
Mark Finkle c3594c9fd6 Bug 675920 - Difficult to select text if you don't tap directly on text [r=wjohnston] 2011-08-03 00:23:40 -04:00
Marco Bonardo baa593cf17 Merge mozilla-central and mozilla-inbound 2011-08-02 11:52:56 +02:00
Mark Finkle c76e02d881 Bug 670222 - Accidental text selection and more [r=wjohnston] 2011-08-01 17:36:42 -04:00
Matt Brubeck 03f674a216 Bug 675750 - Back out 10cb6aeef385 (bug 672411) on suspicion of causing talos tp4m failures 2011-08-01 15:40:04 -07:00
Matt Brubeck 4bd2484a4e Bug 672411 - Calculate the viewport height correctly for non-scalable pages [r=wesj] 2011-07-29 07:18:50 -07:00
Wes Johnston 67581635b3 Bug 673206 - Don't resize content windows whent he keyboard is shown. r=vingtetun 2011-07-28 11:01:09 -07:00
Wes Johnston 9896e0a8cf Bug 673037 - Allow selecting text in frames. r=mfinkle 2011-07-28 11:01:03 -07:00
Matt Brubeck 8e43c3b24d Bug 676410 - Exception in isKeyboardOpened when called from local page [r=wesj] 2011-08-04 16:23:27 -07:00
James Willcox 2ee5169060 bug 610834 - New windows opened don't get painted until resized r=fabrice 2011-08-09 12:08:19 -04:00
Lucas Rocha d043fc1945 Bug 672483 - Find in Page toolbar scrolls down with the page when URL bar is displayed r=mfinkle 2011-08-09 12:30:04 -07:00
Justin Wood bc9a7d1530 Merge from m-c 2011-08-09 06:31:01 -04:00
Wes Johnston e563dd470d Bug 670056 - Show dialogs below context menus. r=mfinkle 2011-07-21 14:58:07 -07:00
Josh Matthews a3245e8ef0 Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted 2011-07-20 17:52:13 -07:00
Josh Matthews 2832eeb00d Bug 548667 - Submit crash reports via FormData. r=ted 2011-07-20 17:51:55 -07:00
Matt Brubeck 69bb2bd416 Bug 672543 - Don't set accessibility.browsewithcaret when selecting text in Fennec [r=mfinkle] 2011-07-19 10:26:58 -07:00
Matt Brubeck a75e2c8fc3 Bug 672228 - Don't activate keyboard for pre-filled username/password prompts in Fennec [r=mfinkle] 2011-07-18 13:33:06 -07:00
Matt Brubeck 9fd746dcdf Bug 672316 - Try to always reset accessibility.browsewithcaret after selecting text in Fennec [r=mfinkle] 2011-07-18 13:33:06 -07:00
Matt Brubeck c2a0a5dec5 Bug 643191 - Add a "Copy Link" command to the context menu in Fennec [r=mfinkle] 2011-07-18 13:33:06 -07:00
Benjamin Stover 771b24b9fe Bug 626792 Content view contentWidth/Height do not update immediately after scaling r=roc r=mbrubeck 2011-07-18 11:04:47 -07:00
Wes Johnston f5303bba44 Bug 671439 - Show OfflineApp notifications on the correct tab. r=mfinkle 2011-07-18 09:24:11 -07:00
Wes Johnston 7d8a7104ae Bug 582048 - Make network error pages look nice on mobile. r=mfinkle 2011-07-18 09:20:09 -07:00
Wes Johnston 4a5105e95f Bug 671167 - History time ranges should be based on local timezone. r=mfinkle 2011-07-18 09:19:35 -07:00
Fabrice Desré 7e42d9cf65 Bug 671258 - Wrong site preferences listed in the site identity container in the pageaction-reset entry 2011-07-18 04:09:19 -07:00
Ehsan Akhgari 84303924b6 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-14 12:20:34 -04:00
Philipp von Weitershausen feed89ded5 Merge m-c to s-c 2011-07-13 15:56:12 -07:00
Richard Newman 3b0739c8f1 Merge mozilla-central to services-central. 2011-07-10 21:32:51 -07:00
Philipp von Weitershausen cf754a9433 Merge m-c to s-c 2011-07-06 18:39:24 -07:00
Philipp von Weitershausen fb9b961821 Bug 669641 - Profile sanitizer should clear syncAccount first. r=mfinkle 2011-07-06 12:28:35 -07:00
Wes Johnston 5b43322e98 Bug 669154 - Dont open locale picker window if the system locale is available. r=mfinkle 2011-07-12 10:25:35 -07:00
Anas Husseini 2ba058f957 prevent the keypress from being triggered twice when page is local - bug 655501, r=vingtetun 2011-07-05 10:33:22 -07:00
Felipe Gomes 6fedbfdf0e Bug 663040 - Stub webNavigation for remote browsers, moved from mobile to toolkit. r=mfinkle,mossop 2011-06-24 14:33:06 -07:00
Felipe Gomes 9628013f99 Bug 583976. Part 3 - Automatically forward mouse and key input events to out-of-process content, and add cursor support in PuppetWidget. r=smaug,stechz 2011-06-21 17:32:43 -07:00
Felipe Gomes 00693c144c Bug 583976. Part 2 - Remove manual focus activation in mobile and add a test. r=stechz 2011-06-17 17:09:05 -07:00
Marco Bonardo e1de548d00 Merge last green changeset from mozilla-central to mozilla-inbound 2011-07-01 23:56:44 +02:00