Commit Graph

3800 Commits

Author SHA1 Message Date
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
Wes Johnston
cbcbe0cb21 Bug 690934 - Reset locale pref when locale is uninstalled. r=mfinkle 2011-10-04 13:33:22 -07:00
Matt Brubeck
7d34c6746a Bug 690022 - Android back (escape) key should close the locale picker [r=wesj] 2011-10-06 12:34:14 -07:00
Wes Johnston
8da21cefef Bug 692183 - Fix client coordinates for touchevents. r=mbrubeck 2011-10-06 11:23:14 -07:00
Wes Johnston
db210fa792 Bug 686701 - Revise handling of preventDefault on touch events. r=mbrubeck 2011-10-06 11:23:13 -07:00
Vivien Nicolas
45eb9818b0 Bug 690011 - Do not initialize the urlbar binding until the UI get activated [r=mfinkle] 2011-09-28 14:09:00 -04:00
Matt Brubeck
5e5628b0b1 Merge mozilla-central to mozilla-inbound 2011-10-06 10:23:02 -07:00
Ed Morley
4b1e32b2ba Bug 689884 - Remove deleted Makefiles from *makefiles.sh; r=khuey 2011-10-06 17:15:07 +01:00
Ed Morley
72ed7305fc Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey 2011-10-06 17:15:07 +01:00
Ed Morley
918444551f Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey 2011-10-06 17:15:07 +01:00
Lucas Rocha
ed2fc8d6bf Bug 692071 - Add browser test for popup being dismissed on top of awesome panel (r=mfinkle) 2011-10-06 15:48:31 +01:00
Lucas Rocha
e4c2df1651 Bug 692071 - Ensure awesome panel is closed before each awesome screen test (r=mfinkle) 2011-10-06 15:48:31 +01:00
Lucas Rocha
2de2212eeb Bug 692071 - Keep awesome panel open when context menu is dismissed (r=mfinkle) 2011-10-06 15:48:31 +01: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
Kyle Huey
d2da8f5e6c Merge m-c to cedar since I already pushed it in, and push what I actually wanted to push 2011-06-07 13:23:03 -07:00
Wes Johnston
a78b1b783b Bug 658054 - Remove firstrun pages. r=mfinkle 2011-06-07 12:11:39 -07:00
Wes Johnston
a28aa25436 Bug 653141 - Allow language choice on first-run. r=mfinkle 2011-06-07 12:11:37 -07:00
Wes Johnston
3d49030baa Bug 653141 - Disable locale picker until talos test profiles are updated. r=mfinkle 2011-06-07 14:26:18 -07:00
Edward Lee
ec77f9f2aa Bug 662355 - Component returned failure code 0x80004005 (NS_ERROR_FAILURE) @ [extensions.xml::toggleOptions]. Set optionsURL to "" if undefined so it doesn't get read out by the binding as "undefined". r=mfinkle 2011-06-07 08:13:38 -07:00
Benjamin Stover
0e6b571c88 Bug 657769 nsIDOMWindowUtils.FindElementWithViewId uncaught exception r=mbrubeck 2011-06-08 09:04:18 -07:00
Kyle Huey
aa7b61a5eb Backout the backout. This is an infrastructure issue, not an issue with the code in this CLOSED TREE. 2011-06-08 07:56:25 -07:00
Kyle Huey
eb437ffff6 Merge backout on this CLOSED TREE 2011-06-08 06:24:18 -07:00
Kyle Huey
f75b079189 Back em out on this CLOSED TREE for causing tinderbox to report mochitest-browser-chrome is failing 2011-06-08 06:22:04 -07:00
Patrick McManus
06671ee90a Bug 662414 - Provide error page for new necko error NS_ERROR_CORRUPTED_CONTENT. r=jduell 2011-06-08 09:35:26 +02:00
Mark Finkle
3e1dd27826 Bug 662101 - Support simple console.trace() in Fennec [r=wjohnston] 2011-06-08 01:20:06 -04:00
Mark Finkle
33e45aad97 Bug 661889 - Wrap notification buttons onto a second row instead of cropping the overflow [r=vingtetun] 2011-06-08 01:19:47 -04:00
Mark Finkle
77223eb9d8 Bug 661866 - Save sessionstore thumbnails in a separate file-based cache [r=vingtetun] 2011-06-03 14:31:47 -04:00
Geoff Lankow
f93a25ebdc Bug 653637 - Changes to Gingerbread stylesheet; r=mark.finkle 2011-06-03 09:08:06 -07:00
Geoff Lankow
8830c94a8b Bug 653637 - Provide a simple way for addons to have preferences UI - Part 1; r=mark.finkle,dtownsend
--HG--
rename : mobile/chrome/content/bindings/setting.xml => toolkit/mozapps/extensions/content/setting.xml
2011-06-03 11:33:55 +12:00
Wesley Johnston
7350280d13 Bug 649983 - Use more vertical space for dialogs [r=mfinkle] 2011-06-03 13:05:18 +02:00
Doug Turner
501bd5ebfe Bug 661673 - Don't start the content child process when the preference "browser.tabs.remote" is false. r=mfinkle 2011-06-03 13:03:56 +02:00
Vivien Nicolas
2268733fed Bug 615223 - Remote webpages does not load if browser.tabs.remote is set to false [r=mfinkle] 2011-06-03 13:02:15 +02:00
Vivien Nicolas
15cea9381a Bug 659649 - Suggestion popup is not dismissed if a suggestion is tapped [r=mfinkle] 2011-06-03 13:02:15 +02:00
Vivien Nicolas
a0dabf92da Bug 658727 - Error when dispatching a mouse event to an element that is hidden [r=stechz] 2011-06-03 13:02:14 +02:00
Matt Brubeck
758cd772ae Bug 645725 - Fix for mobile browser-chrome tests [r=mfinkle DONTBUILD] 2011-06-02 17:41:00 -07:00
Mark Finkle
f9e5b62a1e Bug 612193 - Update App Menu related tests (tests only) [r=wjohnston] 2011-06-02 13:56:39 -04:00
Mark Finkle
04d296181f Bug 661284 - Blue selection color used in Gingerbread 'Find in Page input field' theme and content menu text color goes white [r=mbrubeck] 2011-06-02 13:26:03 -04:00
Siarhei Siamashka
dc429906b8 Bug 598736 - Use nearest scaling for video to avoid slowdown [r=mfinkle] 2011-04-03 22:52:39 +03:00
Matt Brubeck
e6f5cf5a92 Bug 645725 - Don't require two taps to open non-fullscreen Android keyboards [r=mfinkle] 2011-06-02 09:32:12 -07:00
Mounir Lamouri
d431d20e49 Merging cedar with mozilla-central. 2011-06-02 13:10:11 +02:00
Richard Newman
153ae08f6b Merge services-central to mozilla-central. 2011-06-01 18:20:09 -07:00
Phil Ringnalda
3689d2074d Bug 661084. Remove unused file checkerboard.png. r=mfinkle 2011-06-01 13:19:16 -04:00
Philipp von Weitershausen
18f984fb4e Merge mozilla-central to services-central 2011-05-31 12:56:58 -07:00
Wes Johnston
10d8fa0b97 Bug 640307 - Stack notifications over browser elements. r=mfinkle 2011-05-31 13:36:40 -07:00
Wes Johnston
21cd8f4b88 Bug 659402 - Dispatch Browser:Mouseclick messages to full screen video controls. r=mbrubeck 2011-05-31 13:36:36 -07:00
Mark Finkle
8bc234098b Keep awesomepanels black-on-white, update selection/tap color and fixup disabled text colors [r=vingtetun] 2011-05-31 15:52:02 -04:00
Philipp von Weitershausen
2c6a521a2f Bug 568653 - Change "Last Update" to "Last Sync" in tooltip. r=rnewman 2011-05-30 12:51:34 -07:00
Ed Morley
ba1cdb5896 Bug 617539 - Integrate nsIMarkupDocumentViewer_MOZILLA_2_0_BRANCH back into the main interface; r=smontagu 2011-05-30 18:36:23 +02:00
Phil Ringnalda
e0d92fc587 Bug 650686 - Android browser-chrome permaoranges [r=mfinkle] 2011-05-30 13:49:11 +02:00
Phil Ringnalda
6427be5807 Bug 651554 - permaorange: browser_tapping.js | Fired a good double tap [r=mfinkle] 2011-05-30 13:49:11 +02:00
Vivien Nicolas
c88b4721eb Bug 636792 - [followup] Coalesce keyboard pan with zoom to element pan [r=mfinkle] 2011-05-30 13:49:11 +02:00
Vivien Nicolas
9f78cab55b Bug 659651 - Suggestion popup is not displayed at the first tap on input field [r=mfinkle] 2011-05-30 13:49:11 +02:00
Mounir Lamouri
53c39f24f1 Merging cedar with mozilla-central. 2011-05-30 12:50:04 +02:00
Mark Finkle
540b2aefc4 Bug 660569 - Settings missing their checkbox in Gingerbread theme [r=theme-bustage-fix] 2011-05-30 00:37:02 -04:00
Phil Ringnalda
9e5d4a865d Interim bug 660497 bustage fix, use $(OS_TARGET) until ANDROID is usable as a makefile define 2011-05-28 20:25:30 -07:00
Matt Brubeck
1350dd3c6b Bug 639711 - Selecting "Tabs from other computers" on home screen directs to Preferences [r=wesj] 2011-05-27 15:15:37 -07:00
Phil Ringnalda
f9c489d0b9 Bug 657251 - Finish off the removal of content_xmldoc.xpt, r=bz
--HG--
extra : rebase_source : 3373f89c6d45a16656e73426bbac192bfec014a1
2011-05-15 18:09:54 -07:00
Mark Finkle
f736a45540 Bug 612193 - Move Find In Page, Share Page, and Save As PDF to app menu on Android (missing files) [r=mbrubeck, wesj] 2011-05-28 15:00:17 -04:00
Mark Finkle
98fbaa2507 Bug 612193 - Move Find In Page, Share Page, and Save As PDF to app menu on Android [r=mbrubeck, wesj] 2011-05-28 13:02:50 -04:00
Mark Finkle
7dd8a75815 Bug 659457 - Update Gingerbread UI for Preferences/Downloads/Addons and Context Menu [r=mbrubeck]
--HG--
rename : mobile/chrome/content/content.css => mobile/themes/core/content.css
rename : mobile/chrome/content/content.css => mobile/themes/core/gingerbread/content.css
rename : mobile/themes/core/forms.css => mobile/themes/core/gingerbread/forms.css
2011-05-28 13:02:47 -04:00
Mark Finkle
105b46ad74 Bug 659728 - Android app menu layout broken in Gingerbread theme with >4 items [r=mbrubeck] 2011-05-26 09:59:12 -04:00
Mark Finkle
2fe3476c0c Bug 656020 - Debian packaging uses invalid options for 'ps' on Maemo 5 (silently ignored) [r=mfinkle] 2011-05-25 17:13:03 -04:00
Matt Brubeck
9b65490281 Bug 659641 - Use correct Android splash screen image on Aurora [r=mfinkle DONTBUILD] 2011-05-25 10:45:25 -07:00
Mark Finkle
55c26aa20a Bug 659405 - content page bleeds through Desktop Tab view [r=vingtetun] 2011-05-25 09:44:50 -04:00
Vivien Nicolas
eba839df1e Bug 659012 - 'Select Input Method' context menu when long tapping on a input type=submit button [r=wesj] 2011-05-25 13:49:12 +02:00
Vivien Nicolas
57eb244611 Bug 658941 - permaorange: multiple mobile browser-chrome tests broken by bug 657997 [r=mfinkle] 2011-05-25 13:49:12 +02:00
Vivien Nicolas
cbc9c5bd69 Bug 658554 - Undoing a tab pointing to about:blank does nothing [r=mfinkle,wesj] 2011-05-25 13:49:12 +02:00
Oleg Romashin
d3b5094cab Bug 657844 - SynthesizeMouseMove calls should be disabled in fennec r=bzbarsky 2011-05-22 09:55:55 -07:00
John Ford
a3e6e36dcd bug 629194 - stop clobbering fennec packages in makefiles r=mfinkle 2011-05-24 11:23:26 -04:00
Benjamin Smedberg
e2e379caba Bump mozilla-central version numbers for the next release on a CLOSED TREE. 2011-05-24 13:51:50 -04:00
Mark Finkle
76438cb7f9 Bug 653134 - Create Fennec Gingerbread theme [r=mbrubeck a=pretty-fennec-fx6] 2011-05-23 20:27:47 -04:00
Matheus Kerschbaum
35f86c76ad Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew 2011-05-23 18:54:47 +02:00
Matt Brubeck
459c310918 Bug 657501 - Unofficial branding for Fennec [r=blassey,mfinkle] 2011-05-20 09:45:42 -07:00
Oleg Romashin
93e1a2272b Bug 658390 - Add support for Maemo6 Harmattan desktop environment r=mfinkle 2011-05-20 09:05:31 -04:00
Vivien Nicolas
b4a47f0f76 Bug 636792 - Coalesce keyboard pan with zoom to element pan [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas
493cc3c1ff Bug 657337 - Form input selection arrows are partially off screen after switching orientation [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas
bbfbd2417e Bug 636339 - Disabled arrows for form assistant on Android [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas
f4b6410c9c Bug 641836 - [Regression] The search input should get the focus after loading about:config [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas
2b9e3bf083 Bug 634386 - [RTL] Arabic pages don't render correctly [r=stechz] 2011-05-20 12:18:19 +02:00
Vivien Nicolas
e975809719 Bug 657614 - No form helper zoom on tap of field input [r=mfinkle] 2011-05-20 12:18:19 +02:00
Vivien Nicolas
869ec23cd1 Bug 654136 - Bixi site causing browser content interactivity issues in Fennec [r=mfinkle] 2011-05-20 12:18:19 +02:00
Wes Johnston
d9b8e25556 Bug 567121 - Clear autocomplete after history writer is done. r=mfinkle 2011-05-19 08:50:36 -07:00
Benjamin Stover
cb63c0c541 Bug 655852 Typing past the boundaries of the textbox will start clearing the beginning characters, instead of scrolling r=mbrubeck 2011-05-18 15:54:32 -07:00
Vivien Nicolas
8e4ffed4da Bug 640630 - about:home advertises add-ons that are installed already [r=mfinkle] 2011-05-17 11:55:05 +02:00
Vivien Nicolas
78ae0195f5 Bug 656373: Turn off Form Assistant zooming, panning and next/prev on tablets [r=mfinkle] 2011-05-17 11:55:05 +02:00
Vivien Nicolas
c0589dec11 Bug 653146: switch awesomescreen tabs immediately on tap [r=wesj] 2011-05-17 11:55:05 +02:00
Mark Finkle
6a14bd1a87 Bug 654733 - Stop using 'computer' in offline storage notifications (entity changes) [r=wjohnston] 2011-05-16 10:01:44 -04:00
Matt Brubeck
f6802ffd00 Bug 656923 - Tab opened on command-line is in the background behind restored tabs [r=mfinkle] 2011-05-14 14:11:44 -07:00
Matt Brubeck
a95ee9a505 Bug 656973 - Adjust the min-width for tablet-friendly preference UI on non-Android [r=wesj] 2011-05-14 14:11:44 -07:00
Matt Brubeck
19124ddce5 Bug 656349 - Sync Setup error dialog appears when bypassing easy setup [r=mfinkle] 2011-05-14 14:11:44 -07:00
Vivien Nicolas
cdd2fc7455 Bug 656876 - Panning is broken if sidebars are collapsed [r=mfinkle] 2011-05-14 12:28:27 +02:00
Vivien Nicolas
fe3ceabe09 Bug 652958 - FormHelper autocomplete does not work well with IME compositions [r=mfinkle] 2011-05-14 12:28:11 +02:00
Vivien Nicolas
a9ea2d4e29 Bug 648026 - Move Content Popup Helper out of FormHelperUI [r=mfinkle] 2011-05-14 12:27:50 +02:00
Jean-Bernard Marcon
4520792ff8 Bug 655720 - rewording suggestion 'Press' instead of 'click' [r=vingtetun] 2011-05-14 12:26:28 +02:00
Daniel Holbert
1a6de944a3 Merging cedar with mozilla-central. 2011-05-13 17:17:56 -07:00
Brad Lassey
e07fd3e0be bug 650509 - Other apps can read Firefox profile files, change autocomplete cache to be user readable only r=mfinkle 2011-05-13 14:20:23 -04:00
Mark Finkle
d789a75508 Bug 656423 - Replace Fennec branding with nightly and aurora branding [r=blassey] 2011-05-13 11:01:14 -04:00
Aaron Train
843e5533e9 Bug 656629 - Change integrated Twitter search to mobile Twitter site. r=mfinkle 2011-05-12 14:12:37 -04:00
Matt Brubeck
a8b18a41ea Bug 656779 - Fennec firstrun discovery animation is wrong in RTL [r=wesj] 2011-05-13 06:59:42 -07:00
Mark Finkle
7b3cc240b6 Bug 654838 - Create a unique branding for Fennec beta (Maemo parts) [r+a=blassey] 2011-05-12 23:41:40 -04:00
Mark Finkle
f55cf60982 Bug 654838 - Create a unique branding for Fennec beta (new logos with banner) [r+a=blassey] 2011-05-12 12:33:31 -04:00
Mark Finkle
8ae3ca27df Bug 654838 - Create a unique branding for Fennec beta (displayname fix) [r=blassey] 2011-05-10 23:50:43 -04:00
Mark Finkle
687b0504e1 Bug 649820 - Change browser CSS based on Android OS version (core changes) [r=vingtetun r=mbrubeck] 2011-05-10 15:38:54 -04:00
Wes Johnston
0d7f8aca63 Bug 655740 - Make prefs pane more tablet friendly. r=mfinkle 2011-05-10 12:34:32 -07:00
Benjamin Stover
008c84f691 Bug 651522 permaorange: Cleanup and add some temporary logging r=mfinkle 2011-05-10 11:57:46 -07:00
Matt Brubeck
ac4f0b7867 Bug 655361 - Move the browser too during firstrun sidebar animation [r=mfinkle]
--HG--
extra : rebase_source : 8684f99b969ae291e0d8126bda41311514b9aa6f
2011-05-10 11:12:45 -07:00
Matt Brubeck
813b3fa3f4 Bug 649688 - Revert to fullscreen landscape keyboard on smaller devices [r=blassey] 2011-05-09 10:01:15 -07:00
Matt Brubeck
d3e5039fbb Bug 655731 - Don't play the firstrun animation if sidebars are already visible [r=wesj] 2011-05-09 09:31:09 -07:00
Vivien Nicolas
66fb68aad7 Bug 647841 - Opening a new tab occasionally causes a side panel to appear [r=mfinkle] 2011-05-09 13:28:48 +02:00
Vivien Nicolas
c9c12d46d1 Bug 639530 - Suggestions bubble persists on results page after filling out the search form [r=mfinkle] 2011-05-09 13:28:48 +02:00
Vivien Nicolas
dd83f17e32 Bug 650694 - browser_scrollbar.js on Android fails four tests and times out [r=mbrubeck] 2011-05-09 13:28:48 +02:00
Vivien Nicolas
a068bd1f8d Bug 655005 - [RTL] left scrollbar is mispositioned when the control sidebar is visible [r=mfinkle] 2011-05-09 13:28:48 +02:00
Vivien Nicolas
b44cd855bb Bug 653219 - autocomplete popup mispositioned when remember password message is shown [r=mfinkle] 2011-05-09 13:28:48 +02:00
Anas Husseini
8f64ce2e4b Bug 652259 - [RTL] Arrow is on the wrong side when opening a new tab [r=vingtetun] 2011-05-09 13:28:48 +02:00
Tatiana Meshkova
1ed27af290 Bug 641460 - Fennec stays minimized when closing multiple tabs on Maemo / MeeGo 2011-05-03 19:40:02 +03:00
Benjamin Stover
ccc449f07c Bug 521113 Don't allow kinetic scrolling to move sidebars r=mbrubeck 2011-05-06 14:03:10 -07:00
Mark Finkle
c9bc87c6ea Bug 654838 - Create a unique branding for Fennec beta [r=blassey] 2011-05-06 15:08:04 -04:00
Mark Finkle
6496a3e88d Bug 653717 - Add aurora branding to fennec [r=blassey] 2011-05-06 15:08:02 -04:00
Jonathan Kew
4230d3ac60 Bug 253317 - Provide hyphenation dictionary for justified text (android packaging) [r=blassey] 2011-05-05 16:03:01 +01:00
Wes Johnston
984277b3b2 Bug 654733 - Stop using the word computer in offline storage notifcations. r=mfinkle,madhava 2011-05-06 09:50:01 -07:00
Wes Johnston
649795da2d Bug 651048 - Firstrun screen should not show setup dialog is sync is already set up. r=mfinkle 2011-05-06 09:49:58 -07:00
Wes Johnston
da11449678 Bug 625229 - Slide sidebars in and out on firstrun page. r=mfinkle 2011-05-06 09:49:56 -07:00
Matt Brubeck
7354511275 Bug 654122 - Enable browser_scroll.js mobile browser-chrome test [r=stechz] 2011-05-06 08:53:43 -07:00
Benjamin Stover
e43b10bc9d Bug 654798 - Fennec browser chrome tests install to the wrong place [r=jmaher] 2011-05-04 13:25:24 -07:00
Matt Brubeck
1a24265743 Bug 654127 (followup) - Cache "contentMightCaptureMouse" attribute per tab instead of globally [r=wesj] 2011-05-05 09:37:53 -07:00
Matt Brubeck
002be2a143 Bug 654904 - Fix tap highlight regression from bug 653009 [r=wesj] 2011-05-05 09:37:45 -07:00
Matt Brubeck
cbcfb337a2 Back out changeset 1defe29fdf3c, ffe31dc2d27f, 54bacc404a6f, 16772cb4a781, c169c3b8dfb2, 94f06945b818, 6a2724d755f3 for test failure. 2011-05-05 14:21:38 -07:00
Benjamin Stover
e117519d96 Bug 654798 - Fennec browser chrome tests install to the wrong place [r=jmaher] 2011-05-04 13:25:24 -07:00
Matt Brubeck
d5991cae74 Bug 654127 (followup) - Cache "contentMightCaptureMouse" attribute per tab instead of globally [r=wesj] 2011-05-05 09:37:53 -07:00
Matt Brubeck
311b35c2de Bug 654904 - Fix tap highlight regression from bug 653009 [r=wesj] 2011-05-05 09:37:45 -07:00
Wes Johnston
5b8c081ddd Bug 605965 - Fix test and add check for addons before adding them. r=mfinkle 2011-05-03 11:34:55 -07:00
Vivien Nicolas
f79d65079b Bug 650820 - Adding a search engine without an icon thrown an error [r=mfinkle] DONTBUILD (mobile only) 2011-05-03 20:23:00 +02:00
Vivien Nicolas
8843916f8d Bug 650817 - Search engines list misinterprets tap and pan [r=mfinkle] DONTBUILD (mobile only) 2011-05-03 20:22:05 +02:00
Anas Husseini
8d7e18e046 Bug 653370 - [RTL] Fix computeSidebarVisibility() so that it doesn't confuse tabs panel with controls panel [r=vingtetun] DONTBUILD (mobile only) 2011-05-03 20:21:20 +02:00
Matt Brubeck
166c9c12a1 Bug 654122 - window.scrollTo on pageload does not always hide Fennec urlbar [r=stechz] 2011-05-03 10:12:02 -07:00
Brad Lassey
e89cd9d39e bug 654444 - Only include URL of active tab in content crash reports r=mfinkle 2011-05-03 11:55:42 -04:00
Brad Lassey
513c2bbd70 bug 654312 - include urls of remote pages in content crash reports r=mfinkle 2011-05-03 10:35:20 -04:00
Wes Johnston
b1615f62b0 Bug 650965 - Additional test logging. r=stechz 2011-05-02 14:32:39 -07:00
Matt Brubeck
ec0601dc8e Bug 653772 - Add a minimum velocity to start kinetic panning [r=stechz] DONTBUILD (mobile only) 2011-05-02 13:34:00 -07:00
Matt Brubeck
01a58f3c9c Bug 653990 - preventDefault on touchmove does not completely prevent panning [r=wesj] 2011-05-02 12:57:22 -07:00
Matt Brubeck
09cf38f1e6 Bug 654127 - Cache "contentMightCaptureMouse" attribute per tab instead of globally [r=wesj] 2011-05-02 10:43:28 -07:00
Matt Brubeck
1c285487e5 Bug 653990 - Minor bustage fixes for touch events [r=wesj] 2011-05-02 10:43:25 -07:00
Mark Finkle
e1c1ce4a9b Bug 653780 - Use real MouseEvents, not simple Events for TapDow, TapMove and TapUp [r=wjohnston] 2011-05-02 11:42:40 -04:00
Matt Brubeck
d1c065054f Bug 653899 - Don't send MouseMove messages to pages without touch listeners [r=mfinkle] 2011-04-30 14:17:51 -07:00
Matt Brubeck
a80759d38f Bug 653009 (part 2/2) - preventDefault on touchstart should prevent click [r=wesj] DONTBUILD (mobile only)
--HG--
extra : rebase_source : 8b57bd3988b9bd5a6d57dfd6ae8ca7d00fad78c0
2011-04-29 17:19:49 -07:00
Matt Brubeck
c55a97ac16 Bug 653009 (part 1/2) - Make preventDefault on touch events compatible with WebKit [r=wesj] DONTBUILD (mobile only)
--HG--
extra : rebase_source : bb77614e151f8491d2ebe0daaed2b1f809780b92
2011-04-29 17:19:45 -07:00
Alon Zakai
297aafb3f9 Bug 618581 - Adjust IndexedDB quota for Fennec. r=mfinkle 2011-04-29 16:47:40 -07:00
Alon Zakai
b8874744ed Bug 619494 - Make IndexedDB work in IPC Fennec. r=bent,mfinkle 2011-04-29 16:46:20 -07:00
Wes Johnston
f5742c9125 Bug 650339 - Add escape borders from touchEvents in Fennec. r=mbrubeck 2011-04-29 15:06:33 -07:00
Wes Johnston
a877055cdc Bug 650342 - Give content process time to capture drag events [r=mfinkle, mbrubeck] 2011-04-28 14:15:00 -04:00
Wes Johnston
11253e1521 Bug 544614 - Touch Events [r=mfinkle, bstover] 2011-03-21 11:20:34 -07:00
Mark Finkle
8d07c1716c Bug 653091 - Use a dummy tab when restoring session to keep the resize code happy [r=mbrubeck] 2011-04-29 10:38:51 -04:00
Marco Bonardo
68533cc515 Merging Places to mozilla-central 2011-04-29 16:04:47 +02:00
Marco Bonardo
2ab61e5ace Bug 524091 - Remove microsummaries support. (Mobile changes) 2011-04-26 14:25:03 +02:00
Ed Morley
99856dd6e9 Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend 2011-04-29 12:38:26 +02:00
Benjamin Stover
5eaa4bb6b0 Bug 650965 Permaorange, log waitForAndContinue and more sanity checks r=wesj 2011-04-28 20:24:40 -07:00
Benjamin Stover
f25ab99394 Bug 650965 Permaorange, logging for Fennec's extension manager r=wesj 2011-04-28 16:29:38 -07:00
Benjamin Stover
7784f8a08b Bug 653586 Support mochitest-browser-chrome target for Fennec r=blassey 2011-04-28 16:29:36 -07:00
Benjamin Stover
c712fb1cbc Bug 650965 Permaorange, add logging for addons tests r=mbrubeck 2011-04-28 13:47:22 -07:00
Wes Johnston
0663c4de89 Bug 652545 - Dont inherit toolkit dialog binding for Fennec content-dialogs. r=mfinkle 2011-04-28 09:21:27 -07:00
Matt Brubeck
b8ba7ce477 Bug 652989 - Enable methodjit for chrome in Fennec [r=mfinkle] 2011-04-27 09:10:52 -07:00
Matt Brubeck
009f7fb2ca Bug 646297 - On tab close in Fennec, switch to sibling before parent [r=mfinkle] 2011-04-27 09:10:52 -07:00
Vivien Nicolas
9a9cd16ca3 Bug 649000 - "Drop down options not present for input.mozilla.org mobile version" [r=mark.finkle] 2011-04-19 16:27:00 -04:00
Mark Finkle
04d874fe8e Bug 630398 - Session store should ignore transient about:blank pageloads [r=mbrubeck] 2011-04-27 11:52:29 -04:00
Mark Finkle
d1012fa632 Bug 653114 - Misc code cleanup [r=mbrubeck] 2011-04-27 11:52:27 -04:00
Mark Finkle
95857ecc44 Bug 653091 - Fix broken packaging and really turn off safe browsing [r=mbrubeck] 2011-04-27 09:44:12 -04:00
Mark Finkle
797ffb812c Backed out changeset 3105d6107723 2011-04-27 09:57:05 -04:00
Mark Finkle
a14a59799d imported patch phishingfixes 2011-04-27 09:44:12 -04:00
Ed Morley
5c0b553443 Bug 652029 - Remove WinCE code from mobile/components/build/ & prune now unused nsIPhoneSupport methods; r=mfinkle 2011-04-24 08:58:51 +02:00
Wes Johnston
d2a9d82ea9 Bug 649206 - Update scrollTo addons to take correct arguments. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
a05425c9cc Bug 652157 - Dont use dialog binding on internal dialogs. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
6a343b71a0 Bug 651534 - Use click events in test rather than a timeout. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
82cfb4a98e Bug 650965 - Test for removed addons after a delay. r=mfinkle 2011-04-22 16:06:07 -07:00
Benjamin Stover
199072badd Bug 651554 permaorange: browser_tapping.js | Fired a good double tap r=wesj 2011-04-22 16:09:05 -07:00
Wes Johnston
ef72f6c629 Bug 651429 - Wait for panning to end in test. r=mfinkle 2011-04-21 10:51:47 -07:00
Mark Finkle
6886b301c0 Bug 650676 - browser_autocompletesearch.js throws getting ProfD, then times out, on Android (more fixes) [r=vingtetun] 2011-04-19 19:38:55 -04:00
Mark Finkle
6e28b1dcf1 Bug 650676 - browser_autocompletesearch.js throws getting ProfD, then times out, on Android [r=vingtetun] 2011-04-19 16:04:03 -04:00
Wes Johnston
2d40b47ee3 Bug 650830 - Support changing the charset of local tabs. r=mfinkle 2011-04-19 09:21:42 -07:00
Wes Johnston
d44f2572c7 Bug 617359 - Scroll notification bar into view when shown. r=mfinkle 2011-04-19 09:21:39 -07:00
Vivien Nicolas
75a815f830 Bug 650684 - "browser_awesomescreen.js times out after "urlbar text should be selected on a double click"" [r=mark.finkle] 2011-04-19 08:14:00 -04:00
Mark Finkle
5e2dd47a19 Bug 650676 - browser_autocompletesearch.js throws getting ProfD (debugging code) [r=vingtetun] 2011-04-19 11:21:21 -04:00
Mitchell Field
2fa9469adc Merge mozilla-central to build-system. 2011-04-20 00:34:43 +10:00
Mark Finkle
f0185e61e6 Bug 650582 - browser_preferences_text uses a tool-panel-close which is not used on Android [r=vingtetun DONTBUILD] 2011-04-19 09:00:46 -04:00
Phil Ringnalda
c63d7da1cd Bug 651006 - Increase timeout for browser_addons.js since Tegras burn half the time just getting going, r=mfinkle 2011-04-18 20:56:36 -07:00
Mitchell Field
0242a07b36 Merge mozilla-central to build-system. 2011-04-19 13:22:32 +10:00
Mitchell Field
f71a73dc12 Merge mozilla-central to build-system. 2011-04-16 00:27:18 +10:00
Ehsan Akhgari
d2fd2352f9 Merge cedar into mozilla-central 2011-04-15 09:35:11 -04:00
Anas Husseini
4787cc9ca7 Bug 648733 - [rtl] addon title and version need more margin in about:home [r=vingtetun] 2011-04-15 12:52:58 +02:00
Anas Husseini
d2dfe0f7d6 Bug 647755 - [RTL] Edit bookmark's textboxes layout is wrong in rtl [r=vingtetun] 2011-04-15 12:50:02 +02:00
Anas Husseini
edee73ea55 Bug 647650 - [rtl] Give about:config more RTL care [r=vingtetun] 2011-04-15 12:47:51 +02:00
Vivien Nicolas
113697640b Bug 648543 - Restart popup is still displayed when the current language pack is selected again [r=mfinkle] 2011-04-15 12:44:30 +02:00
Vivien Nicolas
5447ef7ee3 Bug 646632 - 'Find In Page' zoom should be relative to the default zoom level [r=mfinkle] 2011-04-15 12:43:18 +02:00
Vivien Nicolas
6fac58d925 Bug 568685 - about:blank does not refresh thumbnail image in left sidebar [r=wjohnston] 2011-04-15 12:41:49 +02:00
Matt Brubeck
3b77287c2c Bug 650139 - Enable mobile Feedback extension on Aurora channel [r=mfinkle DONTBUILD]
--HG--
extra : rebase_source : 52edee9fc8ca8ea885973dfdf78ec9cafb896654
2011-04-14 17:01:09 -07:00
Wes Johnston
8f079fca90 Bug 650123 - Update max version used for addon tests in Fennec r=mfinkle 2011-04-18 12:37:09 -07:00
Wes Johnston
9e3846ae24 Bug 650578 - Disable notification tests on Android. r=mfinkle 2011-04-18 12:37:06 -07:00
Mitchell Field
30071eb146 Merge mozilla-central to build-system. 2011-04-14 12:05:07 +10:00
Ed Morley
0888982139 Bug 649078 - Remove WinCE installer code from mobile/installer/wince/* and related build configs; r=dougt 2011-04-14 13:54:59 -04:00
Mitchell Field
9c8020f89d Merge mozilla-central to build-system. 2011-04-09 05:15:19 +10:00
Mark Finkle
cb3afeb52b Bug 636840 - 'Get the New Version' text overflows button size [r=mbrubeck] 2011-04-15 14:03:52 -04:00
Fabrice Desré
dfb4392a97 Bug 650300 Duplicate class attribute in bindings.xml#place-item [r=mfinkle] 2011-04-15 09:14:41 -07:00
Mitchell Field
03a545c01c Merge mozilla-central to build-system. 2011-04-07 15:46:34 +10:00
Matt Brubeck
e75b594b9f Bug 639754 - Remove MOZ_IPC checks (mobile bustage fix). r=mfinkle
--HG--
extra : rebase_source : 967af5370e9244807ef46cac5d10e8c2d3508fa6
2011-04-06 22:04:00 -07:00
Aki Sasaki
d2305aa44d bug 644202 - update mobile/locales/l10n.ini to be single-locale compatible. r=pike, npotb 2011-04-06 17:38:21 -07:00
Ehsan Akhgari
c142d20d2c Merge cedar into mozilla-central 2011-04-08 11:05:22 -07:00
Wes Johnston
5d1f71a3f5 Bug 610784 - Tests for overflow in the Android menu r=mbrubeck 2011-04-08 10:52:09 -07:00
Wes Johnston
4b1c8d2fe2 Bug 610784 - Handle overflow in the Android menu r=mbrubeck,mfinkle 2011-04-08 10:52:07 -07:00
Wes Johnston
c0945da8e6 Bug 644086 - Only show Show More button if addons are hidden r=mfinkle 2011-04-08 10:52:04 -07:00
Siarhei Siamashka
289f2246b2 Bug 598736: Use nearest scaling for video to avoid slowdown after fixing bug 598736. r=mfinkle 2011-04-08 10:25:54 -07:00
Ehsan Akhgari
96d750195b Merge cedar into mozilla-central 2011-04-08 02:27:03 -07:00
Vivien Nicolas
b1f0083d85 Bug 646900 - [ar] Vertical scrollbox is missing in the chrome UI [r=mfinkle] 2011-04-01 02:27:05 +02:00
Anas Husseini
6186d46235 Bug 646595 - Add RTL support to about:firstrun in Fennec [r=vingtetun] 2011-03-31 17:35:11 +02:00
Florian Hänel
11af49a31f Bug 625380 - Debian packaging does not work on maemo 6; r=mark.finkle 2011-04-07 21:51:58 -07:00
Vivien Nicolas
3376120fbc Bug 605121 - Panning does not look at the originalTarget [r=mfinkle] 2011-03-31 03:01:51 +02:00
Vivien Nicolas
94d42cbb57 Bug 628616 - Make sure suggestions from <datalist> are shown in Firefox Mobile UI [r=mfinkle] 2011-03-31 02:59:55 +02:00
Wes Johnston
bf31f43db7 Bug 640957 - Tests for thumbnail generation [r=mfinkle] 2011-03-30 16:39:09 -07:00
dynamis
7f703f4079 Bug 643038 - "Firstrun page design should not broken even if &firstrun.heading2; is empty" [r=mark.finkle] 2011-03-18 16:39:00 -04:00
Vivien Nicolas
329d0912d6 Bug 640613 - Chrome scrollbars stays visible if a context menu show up while panning [r=mfinkle] 2011-03-30 20:05:03 +02:00
Vivien Nicolas
bd211b1411 Bug 646027 - Add some space after last char of a textbox [r=mfinkle] 2011-03-30 19:46:58 +02:00
Mark Finkle
a5d11bb2fe Bug 646270 - MozScrolledAreaChanged changed behavior and broke some browser-chrome tests [r=mbrubeck] 2011-03-30 13:19:00 -04:00
Vivien Nicolas
7f065a1fb2 Bug 646444 - bug 582717 make regular expressions not callable [r=mfinkle] 2011-03-30 18:50:01 +02:00
Anas Husseini
2c3e77f9d4 Bug 646253 - The end caps on the About:Home page is incorrect [r=vingtetun] 2011-03-30 18:43:58 +02:00
Wes Johnston
1c99df32a6 Bug 567121 - Clear autocomplete cache instantly when session history is purged [r=mfinkle] 2011-03-29 16:41:07 -07:00
Wes Johnston
9917c64aa3 Bug 645015 - Use correct filename when adding downloaded pdfs to the download manager [r=mfinkle] 2011-03-29 16:30:07 -07:00
Vivien Nicolas
ee5f17f039 Bug 645694 - Tapping on Desktop tab triggers no action [r=mbrubeck] 2011-03-29 16:41:38 +02:00
Vivien Nicolas
a77931cdbd Bug 646015 - Update autocomplete suggestions as you type on device [r=mfinkle] 2011-03-29 16:40:33 +02:00
Vivien Nicolas
c26f11d9fd Bug 645068 - TEST-UNEXPECTED-FAIL | browser_tapping.js | Fired a good double tap [r=mfinkle] 2011-03-26 00:57:31 +01:00
Vivien Nicolas
03ecabfd63 Bug 644424 - Reduce the remote tabs refresh delay and add a pref for it [r=mbrubeck] 2011-03-25 18:41:44 +01:00
Vivien Nicolas
f57e67b16b Bug 644641 - Fix perma-oranges browser-chrome tests on desktop - followup [r=mfinkle] 2011-03-25 18:40:28 +01:00
Vivien Nicolas
62c3b41c0e Bug 623624 - Content elements don't get focus when the focus method is set on them [r=mfinkle] 2011-03-25 18:39:22 +01:00
Benjamin Smedberg
0c0f768648 Bug 617539 - Remove _MOZILLA_2_0 interfaces, mobile-browser fixup, r=mfinkle 2011-03-24 14:44:07 -04:00
Vivien Nicolas
7b84d781db Bug 641117 - Autocomplete suggestions could be show on the wrong element [r=mfinkle] 2011-03-25 10:34:41 +01:00
Vivien Nicolas
befbd7382a Bug 640969 - JavaScript error: chrome://browser/content/bindings.xml, line 474: Weave is not defined [r=mfinkle] 2011-03-25 10:33:45 +01:00
Vivien Nicolas
9655c1fdf0 Bug 640870 - Form assistant(?): Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [r=mfinkle] 2011-03-25 10:32:47 +01:00
Vivien Nicolas
ad4392c1ff Bug 640635 - Autocomplete suggestions should use the 'id' attribute [r=mfinkle] 2011-03-25 10:30:40 +01:00
Vivien Nicolas
52dc4dd6d4 Bug 617077 - Form helper doesn't disappear after searching on grooveshark [r=mfinkle] 2011-03-25 10:29:31 +01:00
Vivien Nicolas
a075c5c9e5 Bug 644641: Fix perma-oranges browser-chrome tests on desktop [r=mfinkle] 2011-03-25 00:35:21 +01:00
Wes Johnston
87fdcf9041 Bug 632048 - Update auto-hide bookmarks popup test [r=mbrubeck] 2011-03-24 10:42:03 -07:00
Matt Brubeck
098004fca6 Bug 643301 - Toaster alert shown during startup is incorrectly positioned [r=mfinkle] 2011-03-23 20:50:48 -07:00
Matt Brubeck
e57b2af0a7 Bug 643414 - Hide "Undo Disconnect" notification when panel is closed [r=mfinkle] 2011-03-23 08:13:45 -07:00
Matt Brubeck
ab7185ff56 Bug 637031 - Add "bookmark link" to context menu [r=vingtetun, uir=madhava] 2011-03-21 10:28:34 -07:00
Matt Brubeck
749c9f97ea Bug 627911 (followup) - Use the String.browser getter [r=wesj] 2011-03-18 15:12:12 -07:00
Matt Brubeck
f4c1eed99e Bug 642604 - window.close() from a content tab closes Fennec window [r=mfinkle] 2011-03-18 15:05:20 -07:00
Matt Brubeck
7be0f9930d Bug 640014 - Remove duplicate key_lockscreen from browser.xul [r=mfinkle] 2011-03-18 12:51:37 -07:00
Matt Brubeck
af0fbaffab Bump trunk version to 4.1a1pre [a=mfinkle]
--HG--
extra : rebase_source : be62537ffdc540ed1af4e9a9383baaa7d10e1ce7
2011-03-18 11:52:16 -07:00
Wes Johnston
c457194bf5 Bug 641894 - Set up site menu before showing it. [r=mfinkle] 2011-03-18 11:48:59 -07:00
Wes Johnston
e48af138e9 Bug 640768 - Ensure thumbnails don't extend beyond content. [r=mfinkle] 2011-03-18 11:41:12 -07:00
Matt Brubeck
4142440d41 Bug 632048 - Don't autohide the bookmark popup [r=mfinkle, uir=madhava] 2011-03-18 11:27:01 -07:00
Matt Brubeck
49360ffea9 Bug 641855 - Remove unwanted event listeners from toolkit browser binding [r=mfinkle]
--HG--
extra : rebase_source : 51f84ab8bedaeca0cb197bdabfa6c7de34a6b121
2011-03-18 11:24:22 -07:00
Mark Finkle
270f94cb0b Bug 642796 - add removed-files file to Fennec [r=blassey a=blocking-fennec] 2011-03-18 11:41:05 -04:00
Mark Finkle
5b45c8f94c Bug 642755 - DTD comment compression breaks localizations, at least Japanese [r=blassey a=blocking-fennec] 2011-03-18 10:03:40 -04:00
Mark Finkle
44762b4358 Bug 638164 - Checkerboarding after zooming in, visiting other page, then going back in history [r=mbrubeck,wesj, a=blocking-fennec]
--HG--
extra : rebase_source : f0ae367c2a7058a7f329ce74f7382cfcaf6eef90
2011-03-17 09:49:00 -07:00
Aki Sasaki
b42d831ab8 Bug 639948 - Add "ja" to maemo-locales [r=l10n] 2011-03-17 10:14:00 -07:00
Mark Finkle
35a01124cc Bug 640873 - Homepage fails to load 'No recent tabs' in new profiles [r=mbrubeck a=dougt] 2011-03-16 16:36:49 -04:00
Brad Lassey
8c52afbe0b bug 641506 - Seams that do not go away after panning in some pages r=mfinkle, f=mbrubeck a=blocking-fennec 2011-03-16 11:23:53 -04:00
Benjamin Stover
ec37619419 Bug 618975 Mobile patch r=mfinkle a=blocking-fennec 2011-03-15 16:22:10 -07:00
Mark Finkle
2f283ae84a Bug 641854 - Use nsIStringBundle API for formatting strings [r=mbrubeck a=dougt] 2011-03-15 12:45:00 -04:00
Mark Finkle
00b10dd150 Bug 641707 - Broken browser-chrome tests due to portrait, closeTab and select UI changes [r=mbrubeck a=tests-only] 2011-03-15 10:30:56 -04:00
Matt Brubeck
a330d36999 Bug 641707 - Fix browser_viewport test timeouts [r=mfinkle, a=test-only] 2011-03-15 01:40:17 -07:00
Matt Brubeck
07e4b719b8 Bug 641578 - No context menu for text areas [r+a=mfinkle] 2011-03-14 12:25:02 -07:00
Matt Brubeck
042562d495 Bug 640997 - Update contentWindowWidth/Height on pagehide [r+a=mfinkle] 2011-03-14 10:37:07 -07:00
Matt Brubeck
3ca80ec7e7 Bug 640997 - Ensure the viewport is tall enough in autoSize pages [r+a=mfinkle] 2011-03-14 10:34:44 -07:00
Matt Brubeck
de69ac641d Backed out changeset 9b20fa85a5cb (Bug 640997) for Ts regression. 2011-03-12 18:06:40 -08:00
Matt Brubeck
634a09459b Bug 640997 - Update contentDocumentWidth/Height after location change [r=mfinkle, a=blocking] 2011-03-12 09:13:58 -08:00
Matt Brubeck
07b44c3900 Bug 641217 - Show context menu for password fields [r+a=mfinkle] 2011-03-12 09:10:56 -08:00
Matt Brubeck
604e2ffe61 Backed out changeset 907bc2950d31 (Bug 640997) for Ts regression. 2011-03-12 07:27:36 -08:00
Matt Brubeck
36ee1b382d Bug 640997 - Always update the viewport size, even if it appears unchanged [r=mfinkle, a=blocking]
--HG--
extra : rebase_source : 885b5d22bfcf661a7e5e0b8a7a865c8511daf13b
2011-03-11 17:12:09 -08:00
Vivien Nicolas
0a1fe7a7d9 [regression] Bug 641006 - Select elements doesn't crop [r=mfinkle,a=approval2.0+] 2011-03-11 22:52:06 +01:00
Vivien Nicolas
8335f48fa8 Bug 640500 - Long tap on a website from Awesomelist doesn't open the context menu [r=mfinkle,mbrubeck,a=approval2.0+] 2011-03-11 18:54:40 +01:00
Daniel Holbert
99d5956875 Bug 648378 - Remove cruft metadata files .DS_Store & CVS/* in mobile/app/macbuild. r=gavin DONTBUILD 2011-04-07 16:05:16 -07:00
Matt Brubeck
cf2138d1c5 Bug 649447 - Remove code for old Spark promotional campaign [r=mfinkle]
--HG--
extra : rebase_source : 6f946f63af9a8aa84d58eb94c572972a94e56a69
2011-04-12 13:45:27 -07:00
Christian Legnitto
197347cdba Version bump to 6.0a1. Merge to mozilla-aurora. r=bsmedberg, a=LegNeato. 2011-04-12 06:51:00 -07:00
Ehsan Akhgari
08d54f2c03 Remove mobile/.hgtags because it breaks cross-branch updating on some Mercurial versions 2011-04-06 23:16:05 -07:00
Ehsan Akhgari
605fd1742c Remove mobile/.hgignore because it breaks cross-branch updating on some Mercurial versions 2011-04-06 23:07:16 -07:00