Commit Graph

3556 Commits

Author SHA1 Message Date
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
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
Ed Morley
1eeeb8a78f Merge tip of m-c to m-i (will need clobber) 2011-08-25 08:45:33 +01:00
Ed Morley
1cf0ed230b Merge last green changeset of mozilla-inbound to mozilla-central 2011-08-25 01:09:05 +01: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
Matt Brubeck
f64449eead Back out da55a48b990f and e6e157c073cc and f43d16688b14 because of Android test failures 2011-08-24 17:10:09 -07:00
Kyle Huey
0e655f0dc8 Merge m-c to b-s. 2011-08-24 08:34:27 -04:00
Mike Hommey
35dde42be0 Bug 680373 - Link jemalloc into mozutils instead of mozalloc on Android. r=blassey,r=pbiggar 2011-08-24 12:55:13 +02:00
Mike Hommey
2d38faddec Bug 678195 - Remove old style jemalloc. r=khuey 2011-08-23 15:43:17 +02:00
Mike Hommey
bcbef9851d Bug 678161 - Also install msvc*.dll when using new style jemalloc. r=khuey 2011-08-23 15:36:31 +02:00
Philipp von Weitershausen
5d873de548 Merge m-c to m-i 2011-08-23 18:33:02 -07:00
Daniel Holbert
9703649410 Bug 680777: Sync "do not track" pref between mobile devices. r=mfinkle 2011-08-23 15:18:29 -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
Lucas Rocha
e72b7a5bd0 Bug 668760 - Optimize historylist's and remotetabslist's CSS [r=mbrubeck]
Remove unnecessary child selectors, remote explicit tag names from classes, and
take advantage of inheritance.
2011-08-23 09:15:18 -07:00
Richard Newman
98eb1efb6b Merge mozilla-central to services-central. 2011-08-22 08:03:23 -07:00
Oleg Romashin
605c13e937 Bug 679575 - Aegis should be enabled for Maemo6 define; r=dougt 2011-08-21 20:11:40 +01: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
Oleg Romashin
a3f5911155 Bug 679987 - [CGroups] fennec and plugin-container need to be both boosted on foreground. r=dougt 2011-08-19 12:47:03 +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
Doug Turner
8462e926f8 Bug 677256 - Migrate to Google Location Service v2. r=stover
--HG--
extra : rebase_source : ffd978d72ce3100db4f3fb6db8c26745fe2a5eb8
2011-08-09 13:02:39 -07:00
Oleg Romashin
6ed1cbb4cc Bug 679236 Add Maemo6 geolocation provider (Qt Mobility based). r=dougt 2011-08-15 20:25:43 -04:00
Matt Brubeck
bbe040fbe3 Bug 664149 - Enable browser.ui.layout.tablet by default on large-screen devices [r=mfinkle] 2011-08-24 16:30:02 -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
Sriram Ramasubramanian
5c79ae4790 Bug 679862 - "Update default blank document favicon" [r=mark.finkle] 2011-08-24 13:17:00 -04: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
Ehsan Akhgari
496fe6ab17 Merge mozilla-inbound and mozilla-central 2011-08-17 07:33:32 -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
Ehsan Akhgari
6ebbd9cd9e Bump the Firefox versions from 8 to 9 on mozilla-central 2011-08-16 14:24:21 -04:00
Wes Johnston
f7f6594036 Bug 596370 - Don't delete files opened with helper apps on Fennec exit [r=mbrubeck] 2011-08-16 10:12:03 -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
Matt Brubeck
1cd6a33a25 Bug 678108 - Fix bookmark star icon in Gingerbread theme [r=wesj] 2011-08-15 14:25:09 -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
77e3901fd6 Bug 675252 - Check for locale updates before updating Fennec. r=mfinkle 2011-08-15 10:42:52 -07: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
Ms2ger
66ab4757eb Merge m-c to m-i 2011-08-13 14:47:03 +02:00
Mark Finkle
fb4bf0810e Bug 677999 - Make home screen bookmark icons pretty [r=wjohnston] 2011-08-12 14:00:14 -04:00
Mark Finkle
cd886d4532 Bug 677975 - Exception [nsIShellService.createShortcut] @ BookmarkHelper.js :: <TOP_LEVEL> :: line 92 [r=wjohnston] 2011-08-12 14:00:12 -04:00
Matt Brubeck
04d4bde606 Bug 678223 - Use -moz-crisp-edges for favicon scaling [r=mfinkle]
--HG--
extra : rebase_source : cca950b2b8049aef1c086b6ae5009a6292af5908
2011-08-11 16:23:30 -07:00
Matt Brubeck
35e7da9156 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
310825c29f 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
jeremias bosch
d28acde5dd Bug 677201 - Make use of Harmattan Backup System r=romaxa 2011-08-12 11:30:21 -07:00
Oleg Romashin
601147abfd 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
b66f130b05 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
18b1f72713 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
c8fa233f7c Bug 669409 - Fix unsafe QI @ content.js::receiveMessage; r=mbrubeck 2011-08-10 17:34:42 +02:00
Justin Wood
79fda9c996 m-c -> m-i merge 2011-08-10 10:23:54 -04:00
Ehsan Akhgari
47ec82e8f4 Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-10 09:56:20 -04:00
Martijn Wargers
94d0511e2d Bug 666682 - "about:config extends to a much large width when starting 1st pan" [r=mark.finkle] 2011-08-10 03:57:00 -04:00
Mark Finkle
67f16a97e5 Bug 677630 - Extend 'Add to Home Screen' to Bookmark Popup [r=mbrubeck] 2011-08-09 21:32:22 -04:00
Lucas Rocha
d86dd8ab5a Bug 640175 - Search criteria typed in URL Bar doesn't match with the history/Awesomelist content 2011-08-01 11:37:00 -04:00
Ehsan Akhgari
6690ac6ddf Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-09 08:09:13 -04:00
Mark Finkle
6a1b21e8ba Bug 677356 - Cleanup some strings [r=mbrubeck] 2011-08-08 17:21:29 -04:00
Benjamin Stover
df5b8bdd46 Bug 671454 Implement telemtry ui on mobile r=mfinkle 2011-08-08 14:05:25 -07:00
Jan Varga
5020b003ce Bug 617528 Part 2 - Core implementation r=smaug
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
2011-08-08 19:31:32 +02:00
Kyle Huey
b076ca1dd7 Merge m-i to m-c. 2011-08-08 08:18:51 -04:00
Mark Finkle
0a6e73fbec Bug 677109 - Preferences window cut-off due to checkbox image size constraint failure [r=mbrubeck] 2011-08-07 23:37:26 -04:00
Lucas Rocha
d111eac714 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
d7c82a4147 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
625c045adb Bug 592772 - Fennec should offer to use master password. r=wesj 2011-06-28 19:40:35 -07:00
Fabrice Desré
ba3bab20ea 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
11199e3bcc Bug 584767 - webapps frontend (string tweak) [r=fabrice] 2011-08-05 23:54:23 -04:00
Matt Brubeck
7e48a023bc 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
5e27f4fd35 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
3aaa8fe255 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
Matt Brubeck
68c5815378 Bug 676727 - Fix Fennec urlbar styles in RTL locales [r=wesj] 2011-08-04 17:47:18 -07:00
Matt Brubeck
dc48c90195 Bug 656779 - Fix firstrun discovery animation for RTL locales on Gingerbread [r=wesj] 2011-08-04 16:23:41 -07:00
Matt Brubeck
b64dec23ac Bug 676410 - Exception in isKeyboardOpened when called from local page [r=wesj] 2011-08-04 16:23:27 -07:00
Matt Brubeck
62b6da0bfe Bug 671555 - Add back a change that was accidentally left out of previous push ee51239376b5
--HG--
extra : rebase_source : 540d555dec2a2fccb2e31a90316b360dc2846e83
2011-08-09 20:52:17 -07:00
James Willcox
64fdb76ac2 bug 610834 - New windows opened don't get painted until resized r=fabrice 2011-08-09 12:08:19 -04:00
Aaron Train
bd27a707ad Bug 677259 - Swap white with black font color for site identity panel under Gingerbread theme. r=mfinkle 2011-08-09 22:13:44 -04:00
Brad Lassey
59d40370ae bug 676723 - change unofficial android package name based on user r=mbrubeck 2011-08-09 17:16:26 -04:00
Matt Brubeck
91559d8e22 Bug 671555 - Set the correct extensions.checkCompatibility pref in mobile tester tools [r=mfinkle] 2011-08-09 13:03:27 -07:00
jeremias bosch
a14c9a5eee Bug 673116: Fix file ownership in deb package on MeeGo. r=romaxa 2011-08-09 12:30:56 -07:00
Lucas Rocha
299ef25f6d 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 Lebar
aa17ad67fe Bug 646641 - Part 2: Update SHistory so it understands that SHEntries may share content viewers. r=smaug
--HG--
extra : rebase_source : 431dafff170f2e6c8aa3429d5ec0f444efc53a10
2011-05-13 15:42:36 -04:00
Matheus Kerschbaum
5692e9c245 Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak 2011-08-06 17:24:52 +02:00
Mounir Lamouri
db0c86e8e6 Bug 675396 - Follow-up, fix comment. r=glandium DONTBUILD
--HG--
extra : rebase_source : a1fe3f70795dec8c5e5831d04e4cd84c3bb27495
2011-08-03 11:29:15 -07:00
Mounir Lamouri
966d2e2acd Bug 675396 - Fennec Desktop: "error while loading shared libraries: libmozsqlite3.so". r=glandium 2011-08-03 11:22:07 -07:00
Marco Bonardo
b92ca56a08 Merge last green changeset from mozilla-inbound to mozilla-central 2011-08-03 10:46:22 +02:00
Mark Finkle
e1814fad02 Bug 676052 - gingerbread theme for android 2.3.5 [r=mbrubeck] 2011-08-03 01:48:13 -04:00
Mark Finkle
80fe888cfa 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
0dd7aa5da8 Merge mozilla-central and mozilla-inbound 2011-08-02 11:52:56 +02:00
Mark Finkle
dccfc192a8 Bug 675236 - portrait view shifted on tablet awesomescreen [r=wjohnston] 2011-08-01 17:37:14 -04:00
Mark Finkle
c393f3f1e6 Bug 670222 - Accidental text selection and more [r=wjohnston] 2011-08-01 17:36:42 -04:00
Matt Brubeck
6d44061006 Bug 675750 - Back out 10cb6aeef385 (bug 672411) on suspicion of causing talos tp4m failures 2011-08-01 15:40:04 -07:00
Lucas Rocha
dcd392c416 Bug 662978: Use black text (instead of white) on gray background to improve "Add a New Preference" readability in Fennec about:config. r=mfinkle 2011-07-31 14:05:18 -07:00
Matt Brubeck
303c5e0ae1 Bug 672411 - Calculate the viewport height correctly for non-scalable pages [r=wesj] 2011-07-29 07:18:50 -07:00
Wes Johnston
6acd0ae6d3 Bug 673206 - Don't resize content windows whent he keyboard is shown. r=vingtetun 2011-07-28 11:01:09 -07:00
Wes Johnston
4e91a0811e Bug 674275 - Implement AsyncPromptAuth for mobile. r=mfinkle 2011-07-28 11:01:05 -07:00
Wes Johnston
e70785b787 Bug 673037 - Allow selecting text in frames. r=mfinkle 2011-07-28 11:01:03 -07:00
James Willcox
98f0b3fc02 Bug 676003 - Add browser.dom.window.dump.enabled preference for Fennec, disabled by default [r=mbrubeck] 2011-08-02 13:34:58 -04:00
Justin Lebar
f12a40a987 Backing out cfea4859f458, 883e581e0849 due to permaorange on moth opt. 2011-08-02 13:23:11 -04:00
Justin Lebar
d3ddbf1365 Bug 646641 - Part 2: Update SHistory so it understands that SHEntries may share content viewers. r=smaug 2011-05-13 15:42:36 -04:00
Mark Finkle
14f95a0a7a Bug 676542 - telemetry components are not packaged for mobile [r=mbrubeck] 2011-08-04 12:36:56 -04:00
Ed Morley
5d8d5d2581 Bug 653333 - Remove legacy splash screen code (nsSplashScreen, MOZ_SPLASHSCREEN, splash.bmp) now that no platforms use it; r=dtownsend,bsmedberg 2011-08-04 09:04:40 +02:00
Michael Wu
4c7fd452ff Bug 664907 - Move *.properties comment stripping to staging, r=khuey 2011-07-25 21:57:16 -07:00
Marco Bonardo
3daa3b7be0 Backout changesets 79a36ed03e14, d17ac9b0254e due to suspect xpcshell permaorange on OSX opt 2011-07-22 14:35:41 +02:00
Wes Johnston
51c63a3844 Bug 670056 - Show dialogs below context menus. r=mfinkle 2011-07-21 14:58:07 -07:00
Geoff Brown
023a2dc3ae Bug 648429 - HTTP cache: compress compressible files; r=michal.novotny 2011-07-21 14:04:57 -04:00
Josh Matthews
46f873c5ff Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted 2011-07-20 17:52:13 -07:00
Josh Matthews
0f806c704b Bug 548667 - Submit crash reports via FormData. r=ted 2011-07-20 17:51:55 -07:00
Matt Brubeck
7a9d5e2144 Bug 672897 - Update compatibility info for mobile Feedback add-on automatically [r=mfinkle]
--HG--
rename : mobile/app/profile/extensions/feedback@mobile.mozilla.org/install.rdf => mobile/app/profile/extensions/feedback@mobile.mozilla.org/install.rdf.in
2011-07-20 13:39:15 -07:00
Rail Aliev
d60380cbec bug 671474: Fennec release builders should use the same buildid. r=mark.finkle 2011-07-20 15:40:33 -04:00
Wes Johnston
1923299721 Bug 582048 - Follow up to fix spelling of Wi-Fi. r=mfinkle 2011-07-19 14:58:25 -07:00
Matt Brubeck
7e6e64f185 Bug 672543 - Don't set accessibility.browsewithcaret when selecting text in Fennec [r=mfinkle] 2011-07-19 10:26:58 -07:00
Matt Brubeck
c1671467cf 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
4dcfc63927 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
8a119ea4bc 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
e2377d2b80 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
d0b5493b60 Bug 671439 - Show OfflineApp notifications on the correct tab. r=mfinkle 2011-07-18 09:24:11 -07:00
Wes Johnston
26f605d156 Bug 582048 - Make network error pages look nice on mobile. r=mfinkle 2011-07-18 09:20:09 -07:00
Wes Johnston
b65fc9f48c Bug 671167 - History time ranges should be based on local timezone. r=mfinkle 2011-07-18 09:19:35 -07:00
Fabrice Desré
0059144ca4 Bug 671258 - Wrong site preferences listed in the site identity container in the pageaction-reset entry 2011-07-18 04:09:19 -07:00
Ed Morley
9476a3ca1d Bug 649033 - Remove unused files in mobile/app/macbuild/ that originated from the desktop equivalent; r=mark.finkle 2011-07-17 12:07:42 +02:00
Ehsan Akhgari
0787743cf4 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-15 08:13:08 -04:00
Ms2ger
36c532ffa2 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Mike Hommey
88c36bd15b Bug 671500 - Remove remaining bits of /etc/gre.d. r=khuey 2011-07-15 10:15:28 +02:00
Ehsan Akhgari
af41e67f2a Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-14 12:20:34 -04:00
Philipp von Weitershausen
34740df548 Merge m-c to s-c 2011-07-13 15:56:12 -07:00
Richard Newman
16918a2d25 Merge mozilla-central to services-central. 2011-07-10 21:32:51 -07:00
Philipp von Weitershausen
732e90dc92 Merge m-c to s-c 2011-07-06 18:39:24 -07:00
Philipp von Weitershausen
0c5fa5561c Bug 669641 - Profile sanitizer should clear syncAccount first. r=mfinkle 2011-07-06 12:28:35 -07:00
Daniel Holbert
ed4ec5011d merge mozilla-central to mozilla-inbound 2011-07-05 11:28:34 -07:00
Boris Zbarsky
7271e89ea8 Version bump from 7.0a1 to 8.0a1 2011-07-05 12:59:19 -04:00
Wes Johnston
6fff2d84cf 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
3c0032ba9c 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
ea13ab29f6 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
bdcb64d147 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
b3dc0c5a98 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
d6c4314155 Merge last green changeset from mozilla-central to mozilla-inbound 2011-07-01 23:56:44 +02:00
Wes Johnston
b99372b5a3 Bug 668834 - Show link to locale picker on about:home firstrun. r=mfinkle 2011-07-01 10:55:08 -07:00
Wes Johnston
8bf1afae3d Bug 666973 - Hide locale picker if system locale is already included in Fennec. r=mfinkle 2011-07-01 10:55:08 -07:00
Marco Bonardo
b164bf7cd7 Backout due to mobile failures these changesets: 9f451a1901dd, e99f86ba7278, 447b48b79e6a, cef046665c53, c9237cc1fae0, d77a331a6d5a, f8f3afb95355, a050168887ee, 3ec4303ebf4d, 671b7c0d99f0, 56b17efbb62b, beceddeee3f4 on a CLOSED TREE 2011-07-01 16:28:07 +02:00
Felipe Gomes
a1c03b29ef 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
4daf8a243a 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
5c4b4971f9 Bug 583976. Part 2 - Remove manual focus activation in mobile and add a test. r=stechz 2011-06-17 17:09:05 -07:00
Fabrice Desré
2ed936ebe7 Bug 663571 - OS agnostic webapps backend [r=mbrubeck, r=mfinkle] 2011-06-10 17:08:00 -04:00
Fabrice Desré
b84d535fd4 Bug 584767 - webapps frontend [r=mfinkle, r=wjohnston, r=fabrice] 2011-06-10 17:02:00 -04:00
Daniel Holbert
f97e6ba5eb back out 5179f07def0c (Bug 584767) due to talos orange 2011-07-07 15:58:49 -07:00
Daniel Holbert
8d9cdf638d Back out 9e99bd095fe1 (Bug 663571) due to talos orange 2011-07-07 15:57:50 -07:00
Fabrice Desré
da15e71072 Bug 663571 - OS agnostic webapps backend [r=mbrubeck, mfinkle] 2011-06-10 17:08:00 -04:00
Fabrice Desré
6c57796947 Bug 584767 - webapps frontend [r=mfinkle, wjohnston, fabrice] 2011-06-10 17:02:00 -04:00
Justin Lebar
8bc306f6c9 Bug 669346 - Don't force two GCs on memory pressure on Android. r=mfinkle,bz 2011-07-07 14:27:07 -04:00
Philipp von Weitershausen
3171bf0b8f Merge services-central and mozilla-central 2011-06-30 21:24:00 +02:00
Dave Townsend
c52b9aa8f9 Bug 666431: Track changes made to add-ons during early startup. r=robstrong
try: -b do -p linux,linuxqt,linux64,macosx64,win32,macosx -u xpcshell,mochitest-o -t none
2011-06-29 14:50:43 -07:00
Philipp von Weitershausen
ec1277b0b1 Merge mozilla-central to services-central 2011-06-27 14:48:52 +01:00
Marina Samuel
5208964496 Bug 664792 - Tune sync intervals according to user behaviour. r=philikon
Part 3: Autoconnect now triggers sync, not just login.
2011-06-27 14:23:25 +01:00
Mark Finkle
49a7ea7d95 Bug 662302 - Droid Pro: Unable to pan back to content window with 3 columns of tabs open [r=vingtetun] 2011-06-22 15:46:42 -04:00
Mark Finkle
fb1f6b2961 Bug 666321 - Discard decoded images faster [r=mbrubeck] 2011-06-22 14:16:09 -04:00
Mark Finkle
0c966bc682 Bug 604463 - Request for session store to retain the browsing history and scroll offsets [r=mbrubeck, wjohnston] 2011-06-22 14:16:09 -04:00
Mark Finkle
86089d3697 Bug 667062 - Content text selection highlight should match Gingerbread theming style [r=wjohnston] 2011-07-13 14:59:38 -04:00
Boris Zbarsky
75eae9e4e4 Bug 548734. Get rid of the footgun ui.use_native_popup_windows preference. r=roc,khuey 2011-06-21 17:00:47 -04:00
Matt Brubeck
1ca3354377 Bug 665985 - Remove unused pref app.update.nagTimer.restart [r=gavin,mfinkle] 2011-06-21 12:37:03 -07:00
Ehsan Akhgari
d71311ff57 Merge mozilla-central into mozilla-inbound 2011-06-20 23:42:45 -04:00
Mark Finkle
026522a65d Bug 665544 - Using Quit menu does not save session state as expected [r=mbrubeck] 2011-06-20 11:29:26 -04:00
Wes Johnston
8f5fe432d8 Bug 665523 - Add a comment explaining what this locale string is. r=mfinkle 2011-06-20 13:51:33 -07:00
Wes Johnston
da9ac86a10 Bug 663332 - Float logo left on homescreen for rtl. r=mfinkle 2011-06-20 13:51:32 -07:00
Mark Finkle
551e9a1e9e Bug 663123 - Intermittent browser_dragger.js | Sanity check. Blank document cannot be panned left or right. - Got 800, expected 1024 [r=blassey] 2011-06-25 14:31:38 -04:00
Matt Brubeck
0b57b86810 Bug 651867 - Enable mobile feedback extension on nightly channel [r=mfinkle] 2011-08-08 14:33:19 -07:00
Mike Hommey
3f485aa66c Bug 681893 - Add the CRT dlls we don't use to the remove-files lists. Also fix inclusion of the MSVC 10 CRT in the js shell archive. r=khuey 2011-08-29 07:23:20 +02:00
Lucas Rocha
2a4f9477e6 Bug 644993 - Undo close tab doesn't refresh the content in a SSL Error page [r=mark.finkle] 2011-08-12 07:44:00 -04:00
Mounir Lamouri
82296710d2 Bug 674771 - Add a "Paste & Go" entry in the URL bar context menu. r=mfinkle 2011-08-12 15:40:00 +02:00
Ed Morley
92c4bbe424 Bug 561481 - Remove README.txt from release packages; r=dolske 2011-07-11 09:14:12 -04:00
Fabrice Desré
8801692673 Bug 596650 - Use the "sizes" attribute to select the best web app icon [r=mfinkle] 2011-07-11 02:00:57 -07:00
Fabrice Desré
0fd548c7f6 Bug 596649 - Check if a web app is installed to not install dupes [r=mfinkle] 2011-07-11 01:59:33 -07:00
Matt Brubeck
30ccc2b08a Bug 668380 - browser.sessionstore.max_tabs_undo should default to 1 on mobile [r=wesj] 2011-06-29 16:20:22 -07:00
Matt Brubeck
869b6eaf44 Bug 668379 - Restore correct session history in Fennec's undo close tab [r=wesj] 2011-06-29 16:15:27 -07:00
Wes Johnston
564b8d271a Bug 662623 - If open, show the locale picker window when returning from background. r=mbrubeck 2011-06-29 14:48:38 -07:00
Wes Johnston
486d5d0c6c Bug 668017 - Check for context menus before showing text selection. r=mbrubeck 2011-06-29 14:48:36 -07:00
Wes Johnston
25b31c69d7 Bug 664287 - Disable the menubutton during the discoverability demo. r=mfinkle 2011-06-29 14:48:34 -07:00
Geoff Lankow
e72b1230df Bug 662012 - Add more settings types to addon manager inline settings (file and directory types), r=Mossop 2011-06-15 12:15:55 +12:00
Geoff Lankow
efc4d7f54b Bug 662012 - Add more settings types to addon manager inline settings (colour type), r=Mossop 2011-06-14 11:59:02 +12:00
Matt Brubeck
6d579ec428 Bug 659670 - Add a "Quit" button to the Android menu [r=mfinkle] 2011-06-17 10:20:34 -07:00
Oleg Romashin
912ce31406 Bug 664874 - raise child process priority for Maemo6. r=dougt
--HG--
extra : rebase_source : 5d525b269ac59550caa0b955bb89ae28c8e53323
2011-06-16 16:08:00 -07:00
Mark Finkle
054c293527 Bug 664114 - Context Menu doesn't resize properly when switching the window orientation [r=wjohnston] 2011-06-15 23:09:41 -04:00
Philipp von Weitershausen
da8f152f19 Back out bug 662867 (changeset 3453df4d6852) 2011-06-15 17:43:24 +02:00
Philipp von Weitershausen
13831f4b47 Back out bug 664114 (changeset b9ee105d755c) due to test_innerWidthHeight_script.html failure 2011-06-15 11:11:51 +02:00
Mark Finkle
85e6842385 Bug 664114 - Context Menu doesn't resize properly when switching the window orientation [r=wjohnston] 2011-06-15 00:53:05 -04:00
Mark Finkle
0daed24e68 Bug 662867 - redirect about:<nonsensical words> does not go to a 'The URL is not valid and cannot be loaded.' dialog [r=mbrubeck] 2011-06-15 00:53:03 -04:00
Wes Johnston
d4c7c640ae Bug 649983 - Make sync dialog fit size on Gingerbread. r=mfinkle 2011-06-14 14:43:38 -07:00
Wes Johnston
4d225df97d Bug 664285 - Fallback to default locale if we can't find a matching one. r=mfinkle 2011-06-14 14:43:36 -07:00
Wes Johnston
5abdeb3855 Bug 663861 - Allow changing between themes. r=mfinkle 2011-06-13 13:32:18 -07:00
Wes Johnston
5380cd0cb9 Bug 663023 - Cache getDPI calls. r=mbrubeck 2011-06-13 13:32:17 -07:00
Ted Mielczarek
a88f0715f0 merge m-c and b-s 2011-06-13 09:09:43 -04:00
Ed Morley
223c46b36b Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
Phil Ringnalda
0f6cacd165 Bug 663596 - todo_is() the Android permaorange part of browser_bookmarks.js, r=mfinkle 2011-06-11 11:35:56 -07:00
Steffen Wilberg
3b7e75b4ce Bug 435325: Offline mode error page should go online when clicking 'Try Again'. Add a goOnline() method to nsDOMWindowUtils, and call that from about:neterror in the netOffline case. ui-r=faaborg, r=bz, gavin. 2011-06-11 15:38:40 +02:00
Geoff Lankow
6c0d911cb6 Bug 659163 - Make menulists usable and useful in addon manager inline settings; r=dtownsend 2011-06-11 15:01:15 +12:00
Phil Ringnalda
9ed621964b Bug 658941 and bug 661997, disable permaorange browser_autocomplete.js and browser_contentpopup.js 2011-06-09 21:13:13 -07:00
Wes Johnston
a88761845c backout 3e9a4e14f6c6 - bustage fix 2011-06-10 10:28:18 -07:00
Ehsan Akhgari
6c1844bd61 Merge mozilla-inbound into mozilla-central 2011-06-09 18:30:11 -04:00
Wes Johnston
3aa3bd7fb7 Bug 663023 - Cache getDPI calls. r=mbrubeck 2011-06-09 13:54:34 -07:00
Wes Johnston
bc0e2874b4 Bug 662785 - Clean up remaining first-run pieces. r=mfinkle 2011-06-09 13:54:34 -07:00
Wes Johnston
d826cab228 Bug 653141 - Enable first-run locale picker. r=mfinkle 2011-06-09 13:54:34 -07:00
Hiroyuki Ikezoe
6a671245f9 Bug 662754 - Remove javascript.options.mem.gc_frequency. r=igor 2011-06-09 12:10:42 -07:00
Matt Brubeck
0665af6012 Bug 662974 - browser_viewport.sjs is needed by browser_thumnails.js [r=mfinkle] 2011-06-09 09:14:54 -07:00
Matt Brubeck
b3ddf9cf92 Bug 661816 - Disable failing part of browser_awesomescreen.js test [r=mfinkle] 2011-06-09 09:14:25 -07:00
Peter Van der Beken
ae44770a16 Fix for bug 658632 (Provide easy way to add non-leaky classinfo to JS components). r=gavin.
--HG--
extra : rebase_source : 8463c6f8ba1f969278d4e33bfa08495fa3e36071
2011-05-25 10:46:51 +02:00
Ehsan Akhgari
c29fd423ea Merge cedar into mozilla-central 2011-06-08 17:46:13 -04:00
Kyle Huey
4c6fa934a1 Merge m-c to cedar again to bring over the fix for the android talos perma-orange. 2011-06-07 15:42:30 -07:00