Commit Graph

9470 Commits

Author SHA1 Message Date
Wes Johnston
7ea87d848c Bug 870062 - Provide an async way to use the PromptService. r=blassey
--HG--
rename : mobile/android/base/PromptService.java => mobile/android/base/Prompt.java
2013-05-23 15:50:56 -07:00
Geoff Brown
f42238f255 Bug 875363 - Improve VKB clearing in testAddSearchEngine; r=jmaher 2013-05-24 07:27:00 -06:00
Chenxia Liu
56ae085714 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
22f939f53e Bug 869411 - Follow-up fix to rename remaning mPaddingTop->mTopPadding. r=me 2013-05-23 12:05:51 -07:00
Brian Nicholson
3c5bc3fb78 Bug 867058 - Check bytes.length before decoding favicons. r=mfinkle 2013-05-23 11:42:30 -07:00
Brian Nicholson
2258b24e54 Bug 869411 - Part 4: Save top padding state in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
8db15eb084 Bug 869411 - Part 3: Set AboutHome padding in setDynamicToolbarEnabled() instead of refreshToolbarHeight(). r=Cwiiis 2013-05-23 11:29:43 -07:00
Brian Nicholson
c6a2e91f5c Bug 869411 - Part 2: Replace getPadding() with getTopPadding() in AboutHome. r=lucasr 2013-05-23 11:29:43 -07:00
Brian Nicholson
7e35d62296 Bug 869411 - Part 1: Move toolbar to gecko_app layout. r=sriram 2013-05-23 11:29:43 -07:00
Sriram Ramasubramanian
5c140c7ef2 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
d90bc9e08c Bug 869123: Make a re-useable MenuItemDefault. [r=wesj]
--HG--
extra : rebase_source : f5572d35a8f7d954987c152304a460a03142fee9
2013-05-15 10:38:17 -07:00
Max Li
3f60765e12 Bug 873412 - Implement performAction for clicking. r=kats r=eeejay 2013-05-23 10:06:27 -04:00
Max Li
da774fe4d1 Bug 873411 - Provide extra node information to Brailleback. r=kats r=eeejay 2013-05-23 10:06:27 -04:00
Chenxia Liu
df771d6d54 Bug 872543 - Long-form data reporting notification sticks around after visiting settings. r=nalexander 2013-05-22 18:44:41 -07:00
Richard Newman
a70bee8706 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
216190842d Bug 875151 - Shutdown/startup race in BrowserHealthRecorder. r=nalexander 2013-05-22 17:24:28 -07:00
Phil Ringnalda
6bb72d4e40 Back out 6b890e8b931d (bug 872543) for robocop bustage 2013-05-22 15:24:34 -07:00
Shane Tully
d36c64c1a4 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
5bb2bedfd6 Bug 872543 - Long-form data reporting notification sticks around after visiting settings. r=rnewman 2013-05-22 13:09:55 -07:00
Kartikaya Gupta
99e10f8002 Bug 868212 - Silence JS warning about undefined property. r=cpeterson 2013-05-22 15:50:54 -04:00
Richard Newman
84c79c383c Bug 875000 - Only attempt to tweak StrictMode on API 9+. r=trivial (bustage) 2013-05-22 11:26:46 -07:00
Richard Newman
ab06b41c54 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
e23d284598 Bug 868274 - Part 1: extend generateDocument to extract data from profile. r=nalexander 2013-05-22 10:23:51 -07:00
Richard Newman
9a066742c8 Bug 873360 - Profile information storage. r=nalexander 2013-05-22 10:23:29 -07:00
Richard Newman
2b7f515f12 Bug 868449 - Part 1: provide an EnvironmentBuilder to generate environments for FHR. r=nalexander 2013-05-22 10:23:29 -07:00
Richard Newman
9b65ccfe0e Bug 873338 - JavaDoc and checkstyle warnings. r=trivial 2013-05-22 10:23:29 -07:00
Richard Newman
69579460b9 Bug 858742 - Part 2: manifest change for Firefox Health Report content provider. r=trivial 2013-05-22 10:23:29 -07:00
Richard Newman
58837db389 Bug 858742 - Part 1: Firefox Health Report storage for Android. r=nalexander 2013-05-22 10:23:29 -07:00
Adrian Tamas
3d2d301d51 Bug 833832 - Robocop: Add test for Import from Android feature. r=jmaher 2013-03-18 11:15:17 +02:00
Margaret Leibovic
a8c86a1a4d 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
f4a71c7461 Bug 872962 - (Part 2) Clean up indentation. r=lucasr 2013-05-21 13:32:10 -07:00
Margaret Leibovic
4ea59554e7 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
edcea4cfe5 Bug 872076 - Catch "missing CONTROL_LOCATION_UPDATES permission" exceptions. r=blassey 2013-05-17 09:21:04 -07:00
Richard Newman
5e739daa0c Bug 874253 - Persist profile creation time. r=wesj 2013-05-21 09:03:11 -07:00
Brian Nicholson
aa23247f4a Bug 872556 - Add check for missing learnmoreURL in recommended-addons.json. r=mfinkle 2013-05-20 12:04:54 -07:00
Nick Alexander
3e6da17ab5 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
6ed9eb9fc2 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
5f58776aa6 Bug 776223 - Don't paste null text to Android's clipboard. r=blassey 2013-05-17 17:16:38 -07:00
Margaret Leibovic
182d5fd80d 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
37fd6c54ef 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
f2777e1488 Bug 872965 - Toggle reader mode when tapping the reader mode icon. r=mfinkle 2013-05-20 10:35:03 -07:00
Max Li
dde1161862 Bug 785144 - Braille doesn't update when navigating through content. r=blassey r=eeejay 2013-05-20 09:29:10 -07:00
Mike Hommey
fb7ba85027 Bug 848764 - Enable on-demand decompression. r=blassey 2013-05-20 08:31:40 +02:00
Jamie Hewland
455564227c 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
98a21eb729 Bug 870930 - Shut up GeckoAboutHomeTopSites. r=trivial 2013-05-17 15:51:44 -07:00
Wes Johnston
53a491e9aa Bug 872504 - Update xml files missed by bug 833625. r=mleibovic 2013-05-17 13:00:04 -04:00
Brian Nicholson
59156efda0 Bug 865005 - Part 4: Merge multiple session strings before restoring. r=mfinkle 2013-05-16 15:07:44 -07:00
Brian Nicholson
c06317a64d Bug 865005 - Part 3: Move session restore code into restoreSessionTabs(). r=mfinkle 2013-05-16 15:07:44 -07:00
Brian Nicholson
6c5f9f1e8c Bug 865005 - Part 2: Use SessionRestoreException to avoid swallowing unrelated exceptions. r=mfinkle 2013-05-16 15:07:44 -07:00
Brian Nicholson
c51455c934 Bug 865005 - Part 1: Refactor initialization and create loadStartupTab() for initial tab. r=mfinkle 2013-05-16 15:07:43 -07:00