Commit Graph

9518 Commits

Author SHA1 Message Date
Chenxia Liu
d3472ed441 Bug 873230 - Put duplicate xml files for preferences in xml/ and xml-v11/. r=wesj
--HG--
rename : mobile/android/base/resources/xml/preference_headers.xml => mobile/android/base/resources/xml-v11/preference_headers.xml
rename : mobile/android/base/resources/xml/preferences_main.xml => mobile/android/base/resources/xml-v11/preferences.xml
rename : mobile/android/base/resources/xml/preferences_content.xml => mobile/android/base/resources/xml-v11/preferences_content.xml
rename : mobile/android/base/resources/xml/preferences_general.xml => mobile/android/base/resources/xml-v11/preferences_general.xml
rename : mobile/android/base/resources/xml/preferences_privacy.xml => mobile/android/base/resources/xml-v11/preferences_privacy.xml
rename : mobile/android/base/resources/xml/preferences_nonfragment.xml.in => mobile/android/base/resources/xml/preferences.xml.in
2013-05-23 13:59:22 -07:00
Brian Nicholson
91156b4d74 Bug 869411 - Follow-up fix to rename remaning mPaddingTop->mTopPadding. r=me 2013-05-23 12:05:51 -07:00
Brian Nicholson
86486180e5 Bug 867058 - Check bytes.length before decoding favicons. r=mfinkle 2013-05-23 11:42:30 -07:00
Brian Nicholson
5b1223b81e Bug 869411 - Part 4: Save top padding state in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
2af90a7904 Bug 869411 - Part 3: Set AboutHome padding in setDynamicToolbarEnabled() instead of refreshToolbarHeight(). r=Cwiiis 2013-05-23 11:29:43 -07:00
Brian Nicholson
053ba79d95 Bug 869411 - Part 2: Replace getPadding() with getTopPadding() in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
22fd90d750 Bug 869411 - Part 1: Move toolbar to gecko_app layout. r=sriram 2013-05-23 11:29:43 -07:00
Sriram Ramasubramanian
ed8460518a Bug 869123: Make a "menu" package for menu related stuff. [r=wesj]
--HG--
rename : mobile/android/base/GeckoMenu.java => mobile/android/base/menu/GeckoMenu.java
rename : mobile/android/base/GeckoMenuInflater.java => mobile/android/base/menu/GeckoMenuInflater.java
rename : mobile/android/base/GeckoMenuItem.java => mobile/android/base/menu/GeckoMenuItem.java
rename : mobile/android/base/GeckoSubMenu.java => mobile/android/base/menu/GeckoSubMenu.java
rename : mobile/android/base/MenuItemActionBar.java => mobile/android/base/menu/MenuItemActionBar.java
rename : mobile/android/base/MenuItemDefault.java => mobile/android/base/menu/MenuItemDefault.java
rename : mobile/android/base/MenuPanel.java => mobile/android/base/menu/MenuPanel.java
rename : mobile/android/base/MenuPopup.java => mobile/android/base/menu/MenuPopup.java
rename : mobile/android/base/Divider.java => mobile/android/base/widget/Divider.java
rename : mobile/android/base/GeckoPopupMenu.java => mobile/android/base/widget/GeckoPopupMenu.java
extra : rebase_source : 3b51b8af8318e346fe41b3ab7c18421d67b1359b
2013-05-15 10:41:25 -07:00
Sriram Ramasubramanian
bce83a949f Bug 869123: Make a re-useable MenuItemDefault. [r=wesj]
--HG--
extra : rebase_source : f5572d35a8f7d954987c152304a460a03142fee9
2013-05-15 10:38:17 -07:00
Max Li
e2046ae0e0 Bug 873412 - Implement performAction for clicking. r=kats r=eeejay 2013-05-23 10:06:27 -04:00
Max Li
186042edfb Bug 873411 - Provide extra node information to Brailleback. r=kats r=eeejay 2013-05-23 10:06:27 -04:00
Chenxia Liu
a788eb13ea Bug 872543 - Long-form data reporting notification sticks around after visiting settings. r=nalexander 2013-05-22 18:44:41 -07:00
Richard Newman
be94006953 Bug 875088 - HealthReportGenerator.java fails to compile with JDK 1.7: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap. r=cpeterson 2013-05-22 17:56:59 -07:00
Richard Newman
3d3929ab7c Bug 875151 - Shutdown/startup race in BrowserHealthRecorder. r=nalexander 2013-05-22 17:24:28 -07:00
Phil Ringnalda
cafd164611 Back out 6b890e8b931d (bug 872543) for robocop bustage 2013-05-22 15:24:34 -07:00
Shane Tully
672200fb55 Bug 790775 - Sony Ericsson Xperia Play's "circle" and "cross" D-pad buttons generate unexpected keycodes. r=cpeterson 2013-05-22 14:07:29 -07:00
Chenxia Liu
648594920a Bug 872543 - Long-form data reporting notification sticks around after visiting settings. r=rnewman 2013-05-22 13:09:55 -07:00
Kartikaya Gupta
6b04e30d31 Bug 868212 - Silence JS warning about undefined property. r=cpeterson 2013-05-22 15:50:54 -04:00
Richard Newman
492de00edf Bug 875000 - Only attempt to tweak StrictMode on API 9+. r=trivial (bustage) 2013-05-22 11:26:46 -07:00
Richard Newman
1b07684c2c Bug 858742, Bug 868449 - Fennec integration for Firefox Health Report on Android. r=mfinkle, nalexander
* * *
Hacking on profile times.
2013-05-22 10:23:53 -07:00
Richard Newman
c1eb204856 Bug 868274 - Part 1: extend generateDocument to extract data from profile. r=nalexander 2013-05-22 10:23:51 -07:00
Richard Newman
de5458e84a Bug 873360 - Profile information storage. r=nalexander 2013-05-22 10:23:29 -07:00
Richard Newman
8dd2bfdd08 Bug 868449 - Part 1: provide an EnvironmentBuilder to generate environments for FHR. r=nalexander 2013-05-22 10:23:29 -07:00
Richard Newman
128f408040 Bug 873338 - JavaDoc and checkstyle warnings. r=trivial 2013-05-22 10:23:29 -07:00
Richard Newman
bd73849b19 Bug 858742 - Part 2: manifest change for Firefox Health Report content provider. r=trivial 2013-05-22 10:23:29 -07:00
Richard Newman
86ee942e6d Bug 858742 - Part 1: Firefox Health Report storage for Android. r=nalexander 2013-05-22 10:23:29 -07:00
Adrian Tamas
618f2491db Bug 833832 - Robocop: Add test for Import from Android feature. r=jmaher 2013-03-18 11:15:17 +02:00
Margaret Leibovic
1adddb7ef2 Bug 873429 - Be sure to dismiss form autocomplete popup when there are no suggestions. r=mfinkle 2013-05-21 13:32:10 -07:00
Margaret Leibovic
e89e0d26d2 Bug 872962 - (Part 2) Clean up indentation. r=lucasr 2013-05-21 13:32:10 -07:00
Margaret Leibovic
6500701c4a Bug 872962 - Wait for reflow before calculating position of text style popup menu. r=lucasr 2013-05-21 13:32:10 -07:00
Chris Peterson
5b8f442ce5 Bug 872076 - Catch "missing CONTROL_LOCATION_UPDATES permission" exceptions. r=blassey 2013-05-17 09:21:04 -07:00
Richard Newman
84bc146651 Bug 874253 - Persist profile creation time. r=wesj 2013-05-21 09:03:11 -07:00
Brian Nicholson
e3dab12d0b Bug 872556 - Add check for missing learnmoreURL in recommended-addons.json. r=mfinkle 2013-05-20 12:04:54 -07:00
Nick Alexander
17e1796751 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-20 11:39:50 -07:00
Nick Alexander
9d398c980f Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate fennec_ids.txt. r=jmaher
Building mobile/android/base will now generate
$(DEPTH)/mobile/android/base/fennec_ids.txt.

--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-20 11:39:49 -07:00
Chris Peterson
bfcebb57eb Bug 776223 - Don't paste null text to Android's clipboard. r=blassey 2013-05-17 17:16:38 -07:00
Margaret Leibovic
a1a4b304b0 Bug 873146 - Use default favicon in "tabs from last time" if there's no stored favicon. r=bnicholson 2013-05-20 10:35:03 -07:00
Margaret Leibovic
cd0675c3db Bug 872005 - Remove "Add to Reading List" context menu until we have a better UX For adding things that reader mode can't parse. r=mfinkle 2013-05-20 10:35:03 -07:00
Margaret Leibovic
1055c1fb46 Bug 872965 - Toggle reader mode when tapping the reader mode icon. r=mfinkle 2013-05-20 10:35:03 -07:00
Max Li
30e43428af Bug 785144 - Braille doesn't update when navigating through content. r=blassey r=eeejay 2013-05-20 09:29:10 -07:00
Mike Hommey
ba461af282 Bug 848764 - Enable on-demand decompression. r=blassey 2013-05-20 08:31:40 +02:00
Jamie Hewland
653da06f63 Bug 849072 - Persist tab state with a delayed de-bounced background handler callback. r=rnewman,nalexander 2013-05-19 14:18:49 -07:00
Richard Newman
1b06dc6bb7 Bug 870930 - Shut up GeckoAboutHomeTopSites. r=trivial 2013-05-17 15:51:44 -07:00
Wes Johnston
db0942e735 Bug 872504 - Update xml files missed by bug 833625. r=mleibovic 2013-05-17 13:00:04 -04:00
Brian Nicholson
c1819eff74 Bug 865005 - Part 4: Merge multiple session strings before restoring. r=mfinkle 2013-05-16 15:07:44 -07:00
Brian Nicholson
bcec9a496f Bug 865005 - Part 3: Move session restore code into restoreSessionTabs(). r=mfinkle 2013-05-16 15:07:44 -07:00
Brian Nicholson
f2a24bb598 Bug 865005 - Part 2: Use SessionRestoreException to avoid swallowing unrelated exceptions. r=mfinkle 2013-05-16 15:07:44 -07:00
Brian Nicholson
bf31561082 Bug 865005 - Part 1: Refactor initialization and create loadStartupTab() for initial tab. r=mfinkle 2013-05-16 15:07:43 -07:00
Margaret Leibovic
b9ae8e6cdc Bug 872737 - Support distribution bookmarks from a /system location. r=mfinkle 2013-05-15 15:31:27 -07:00
Brian Nicholson
e1fafce2c1 Bug 872328 - Don't skip the last tab when looking for a non-private tab. r=mfinkle
--HG--
extra : rebase_source : 37cbf5ecca9819a35fc8a2b4c82657089e7adc10
2013-05-16 10:43:34 -07:00
David Keeler
1931d4ed1e bug 866390 - add plugin.default.state pref r=bsmedberg 2013-05-15 13:30:40 -07:00
Scott Johnson
1dbd8dbb51 Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey] 2013-05-16 08:54:54 -05:00
Richard Newman
d95402e516 Bug 872383 - Add Java equivalents of nsIXULAppInfo and nsSystemInfo to AppConstants. r=wesj 2013-05-15 20:08:43 -07:00
Geoff Brown
3b2f14267b Bug 870056 - Use BaseTest.mDevice and selectSettingsItem in robocop tests; r=jmaher 2013-05-15 13:47:26 -06:00
Lucas Rocha
f6c6fd2611 Bug 869494 - Rename mAwesomeBarContent to mUrlDisplayContainer in BrowserToolbar (r=mfinkle) 2013-05-13 18:08:56 +01:00
Lucas Rocha
1273ded084 Bug 869494 - Cleanup about:home handling in BrowserApp (r=mfinkle) 2013-05-13 17:40:38 +01:00
Lucas Rocha
4d394cdae2 Bug 869494 - Move browser-specific methods from GeckoApp to BrowserApp (r=mfinkle) 2013-05-13 17:27:53 +01:00
Wes Johnston
b3dedf54f8 Bug 871464 - Follow up to fix nit. r=margaret 2013-05-15 00:31:09 -07:00
Wes Johnston
091cc2abe9 Bug 863367 - Don't show urlbar for webapps loading app protocol pages. r=lucasr 2013-05-14 23:47:57 -07:00
Wes Johnston
e68a605bdf Bug 871464 - Preference screen should observe changes to gecko prefs. r=margaret 2013-05-14 23:45:51 -07:00
Margaret Leibovic
5e4cc173ff Bug 868342 - (Part 4) Refactor BrowserToolbar.setTitle. r=wesj 2013-05-14 16:19:37 -07:00
Margaret Leibovic
8648a896c3 Bug 868342 - (Part 3) Check for null URL in BrowserToolbar.setTitle. r=wesj 2013-05-14 16:19:35 -07:00
Margaret Leibovic
f18e8c4959 Bug 871014 - (Part 3) Represent typeface choices more visually. r=bnicholson 2013-05-14 14:55:44 -07:00
Margaret Leibovic
ad0e7c0dde Bug 871014 - (Part 2) Replace +/- font size setting UI with something more visual. r=bnicholson 2013-05-14 14:55:43 -07:00
Margaret Leibovic
9417086708 Bug 871014 - (Part 1) Remove "margins" setting from reader mode menu. r=bnicholson 2013-05-14 14:55:43 -07:00
Margaret Leibovic
758455f763 Bug 862543 - Update "exit reader" icon. r=sriram 2013-05-14 14:55:43 -07:00
Chenxia Liu
0d1b9b7fb3 Bug 871970 - Rename datareporting_crashreporter_title entity to reflect string change in data reporting string. r=sriram 2013-05-14 14:50:58 -07:00
Brian Ecker
b6e9fad43d Bug 870333 - Fixed a null pointer exception related to clipboard text (Having no text on the clipboard was causing exception). r=cpeterson 2013-05-12 11:16:47 -07:00
Geoff Brown
751302af38 Bug 870768 - Fix intermittent failure in robocop testHistoryTab; r=wesj 2013-05-14 11:37:07 -06:00
Sriram Ramasubramanian
9162335768 Bug 866501: Crash when long pressing url-bar on HTC phones running GB. [r=mfinkle] 2013-05-14 10:01:29 -07:00
Geoff Brown
9375c096b5 Bug 869030 - Disable testSystemPages for causing panda reboots in future tests; r=jmaher 2013-05-14 09:14:22 -06:00
Ryan VanderMeulen
88ba09194d Merge m-c to inbound. 2013-05-14 10:51:43 -04:00
Ryan VanderMeulen
5d06283e78 Merge m-c to birch. 2013-05-14 08:38:59 -04:00
Tetsuharu OHZEKI
4e2c55935b Bug 868845 - Convert to use gecko preference service about the preference of show url in address bar. r=wesj 2013-05-14 08:29:31 -04:00
Chenxia Liu
1e31afdd61 Bug 862116 - Strings for Android system notification of data reporting policy. r=nalexander 2013-05-13 21:31:04 -07:00
Reuben Morais
699deca5bc Bug 862353 - Remove NavigatorPropertyHelper. r=bent 2013-05-13 18:32:26 -07:00
Brian Nicholson
babc289f53 Bug 869413 - Put all delayLoad tabs in the background. r=mfinkle 2013-05-13 14:39:47 -07:00
Ryan VanderMeulen
a89be185ab Merge m-c to inbound. 2013-05-13 13:33:20 -04:00
Lukas Blakk
784ea2bf8f Merging in version bump NO BUG 2013-05-13 09:09:39 -07:00
Ed Morley
ce3fdf2758 Backed out changeset 2d5c2f191920 (bug 863445) for breaking Android Nightlies
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-13 12:31:39 +01:00
Ed Morley
bcdd00043e Backed out changeset dac51812454a (bug 863445) 2013-05-13 12:31:10 +01:00
Nick Alexander
298ff2d2c5 Merge mozilla-central into services-central. 2013-05-12 16:19:27 -07:00
Nick Alexander
b96eb5d3c3 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-11 16:53:49 -07:00
Nick Alexander
bc0efccf06 Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-11 16:53:48 -07:00
Ryan VanderMeulen
599f523a96 Backed out changeset 8e8ebb9fc99f (bug 870768) for frequent robocop crashes. 2013-05-11 08:11:46 -04:00
Nick Alexander
ba2c3ee1de Bug 857419 - Implement about:healthreport on Android. r=rnewman 2013-05-10 21:30:57 -07:00
Chenxia Liu
3ccf6c761d Bug 833625 - Part 2: Android notifications for data reporting. r=rnewman 2013-05-10 21:29:09 -07:00
Chenxia Liu
3671f41f73 Bug 833625 - Part 1: update GeckoPreferences, implement data reporting preferences. r=rnewman
* * *
Bug 833625 - Part 1b: don't show Crash Reporter checkbox if MOZ_CRASHREPORTER isn't set. r=liuche
2013-05-10 21:28:17 -07:00
Chenxia Liu
1f1b221135 Bug 833625 - Part 0: fix strict mode in titlebar pref. r=rnewman 2013-05-10 20:53:41 -07:00
Nick Alexander
78284a8764 Backed out e7739a472f09, 3fd142236a0f, and 382ec69cdfb1 (Bug 863445) for Android rc1 and rc2 failures on a CLOSED TREE. r=me
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-10 21:38:52 -07:00
Nick Alexander
ad061a5518 Bug 870371 - Android OrderedBroadcast tests. r=rnewman 2013-05-10 19:47:52 -07:00
Nick Alexander
d21da60698 Bug 870371 - Add Javascript interface to Android OrderedBroadcast. r=rnewman 2013-05-10 19:47:40 -07:00
Nick Alexander
47580944c4 Bug 866271 - Android SharedPreferences tests. r=rnewman 2013-05-10 19:46:34 -07:00
Nick Alexander
233d172b81 Bug 866271 - Add Javascript interface to Android SharedPreferences. r=rnewman
This provides an nsIPrefBranch-like Javascript module backed by
Android SharedPreferences.
2013-05-10 19:46:25 -07:00
Nick Alexander
b6eec5394e Bug 870908 - Add Robocop Java harness for writing tests in Javascript. r=rnewman 2013-05-10 19:45:58 -07:00
Nick Alexander
2d0fd713b6 Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-10 18:39:00 -07:00
Nick Alexander
e31e2f53cc Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-10 18:39:00 -07:00
Wes Johnston
cfa24a9f7c Bug 870768 - Disable verify url test. r=gbrown 2013-05-10 15:54:09 -07:00
Scott Johnson
7bf7c0f45d Backout 385c05262943 for android robocop failures.
--HG--
extra : rebase_source : f315f7b4cd3b998baa4ffb5546bec914409092e9
2013-05-10 15:26:27 -05:00
Scott Johnson
af55f89655 Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey] 2013-05-10 11:37:52 -05:00