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
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
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
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
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
Margaret Leibovic
5957df1b1a
Bug 872737 - Support distribution bookmarks from a /system location. r=mfinkle
2013-05-15 15:31:27 -07:00
Brian Nicholson
8ec295dfc2
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
Scott Johnson
746d21d296
Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey]
2013-05-16 08:54:54 -05:00
Richard Newman
5370042f8c
Bug 872383 - Add Java equivalents of nsIXULAppInfo and nsSystemInfo to AppConstants. r=wesj
2013-05-15 20:08:43 -07:00
Geoff Brown
f3b514f3c9
Bug 870056 - Use BaseTest.mDevice and selectSettingsItem in robocop tests; r=jmaher
2013-05-15 13:47:26 -06:00
Lucas Rocha
e326bd6bb3
Bug 869494 - Rename mAwesomeBarContent to mUrlDisplayContainer in BrowserToolbar (r=mfinkle)
2013-05-13 18:08:56 +01:00
Lucas Rocha
52583d84d8
Bug 869494 - Cleanup about:home handling in BrowserApp (r=mfinkle)
2013-05-13 17:40:38 +01:00
Lucas Rocha
074283070e
Bug 869494 - Move browser-specific methods from GeckoApp to BrowserApp (r=mfinkle)
2013-05-13 17:27:53 +01:00
Wes Johnston
463e47623b
Bug 863367 - Don't show urlbar for webapps loading app protocol pages. r=lucasr
2013-05-14 23:47:57 -07:00
Wes Johnston
ec4674130c
Bug 871464 - Preference screen should observe changes to gecko prefs. r=margaret
2013-05-14 23:45:51 -07:00
Margaret Leibovic
c198569efa
Bug 868342 - (Part 4) Refactor BrowserToolbar.setTitle. r=wesj
2013-05-14 16:19:37 -07:00
Margaret Leibovic
7bcb0e5ef5
Bug 868342 - (Part 3) Check for null URL in BrowserToolbar.setTitle. r=wesj
2013-05-14 16:19:35 -07:00
Margaret Leibovic
2e1fbdde7c
Bug 862543 - Update "exit reader" icon. r=sriram
2013-05-14 14:55:43 -07:00
Chenxia Liu
ea7f64ae9d
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
d8a8d2e47d
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
7fc7d9f187
Bug 870768 - Fix intermittent failure in robocop testHistoryTab; r=wesj
2013-05-14 11:37:07 -06:00
Sriram Ramasubramanian
7bbbf02bd7
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
9795ae8275
Bug 869030 - Disable testSystemPages for causing panda reboots in future tests; r=jmaher
2013-05-14 09:14:22 -06:00
Tetsuharu OHZEKI
810bfcab4c
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
678593e57f
Bug 862116 - Strings for Android system notification of data reporting policy. r=nalexander
2013-05-13 21:31:04 -07:00
Brian Nicholson
8c4108d55c
Bug 869413 - Put all delayLoad tabs in the background. r=mfinkle
2013-05-13 14:39:47 -07:00
Jim Chen
c67430662e
Bug 846660 - Use default values for primitive types and fix setSelection for Samsung keyboards. r=cpeterson
2013-05-13 17:25:12 -04:00