Commit Graph

4951 Commits

Author SHA1 Message Date
Aki Sasaki
fdb46a10e1 bug 725294 - updated mobile mozconfigs. r=catlee 2012-03-02 11:55:21 -08:00
Margaret Leibovic
63a2889dea Bug 731963 - Fix NPE at org.mozilla.gecko.DoorHangerPopup.updatePopup. r=sriram 2012-03-01 17:46:47 -08:00
Matt Brubeck
d8bc282b27 Bug 732265 - (2/2) Support XUL menulist controls in native Fennec SelectHelper [r=margaret] 2012-03-01 17:34:37 -08:00
Matt Brubeck
8b017c69bb Bug 732265 - (1/2) Some light refactoring of SelectHelper code [r=margaret] 2012-03-01 17:34:37 -08:00
Bill Gianopoulos
bbc6d4db7b Bug 728737 - Include the build date on the XUL Fennec about: page for nightlies [r=mbrubeck] 2012-03-01 14:55:14 -08:00
Brian Nicholson
c0f82b0771 Bug 731372 - Fix NPE in SessionSnapshotRunnable. r=blassey 2012-03-01 12:02:09 -08:00
Brian Nicholson
7f483620e2 Bug 731483 - Fix NPE for thumbnails when Gecko is busy. r=blassey 2012-03-01 11:10:08 -08:00
Matt Brubeck
c71e9867af Bug 732063 - Move the SelectHelper code into a separate file [r=margaret] 2012-03-01 10:58:19 -08:00
Brian Nicholson
fe2df7ee2e Bug 731333 - Fennec uses old intent when restoring from OOM. r=mfinkle 2012-02-29 15:56:53 -08:00
Wes Johnston
45a0bdd0dc Bug 725458 - Start touch timeout during action_down. r=mbrubeck 2012-02-29 14:03:28 -08:00
Wes Johnston
b2a03999cb backout 107beeff501d 2012-02-29 13:37:13 -08:00
Margaret Leibovic
f28a1df04a Bug 730874 - Make sure we don't create multiple AsyncTasks to get bookmark/history data. r=lucasr 2012-02-29 13:26:03 -08:00
Margaret Leibovic
8c33aeee6f Bug 731019 - java.lang.NullPointerException: at org.mozilla.gecko.AwesomeBarTabs.onBackPressed(AwesomeBarTabs.java). r=lucasr 2012-02-29 13:25:41 -08:00
Wes Johnston
b8c10d6474 Bug 725458 - Start touch timeout during action_down. r=mbrubeck 2012-02-29 13:13:31 -08:00
Sriram Ramasubramanian
74866d3fc3 Bug 715644 - Content provider for storing 'Tabs from other devices'. [r=rnewman] 2012-02-29 11:29:09 -08:00
Wes Johnston
32a64d19d5 Bug 730398 - Add a content uri for the deleted passwords table. r=lucasr 2012-02-29 10:51:25 -08:00
Matt Brubeck
8bbf6c7eae Bug 721469 - Add-on description section cuts off long descriptions [r=wesj] 2012-02-29 09:36:00 -08:00
Matt Brubeck
841ae1ddb5 Bug 730502 - Split add-on manager JS code into an external source file [r=wesj] 2012-02-29 09:35:31 -08:00
Wes Johnston
119c643410 Bug 730952 - Update mayHaveTouchListeners correctly on tab changes. r=mleibovic 2012-02-29 09:09:43 -08:00
Chris Peterson
3ec00e916a Bug 731056 Part 4 - Fix checkstyle warnings: wrap lines longer than 100 characters. r=dougt 2012-02-27 16:29:55 -08:00
Chris Peterson
62291e08f0 Bug 731056 Part 3 - Fix checkstyle warnings: move field declarations to top of class and make private. r=dougt 2012-02-27 16:29:44 -08:00
Chris Peterson
d6d08677f3 Bug 731056 Part 2 - Fix checkstyle warnings: reorder imports and remove wildcards. r=dougt 2012-02-27 16:29:35 -08:00
Chris Peterson
9762508541 Bug 731056 Part 1 - Fix checkstyle warnings: fix whitespace. r=dougt 2012-02-27 16:29:22 -08:00
Chris Peterson
04d373eb1c Bug 725170 - Reset IME selection when Fennec resumes. r=dougt 2012-02-28 18:40:39 -05:00
Margaret Leibovic
a13defbff0 Bug 731387 - Get rid of unnecessary @Override tags. r=bnicholson 2012-02-28 13:23:40 -08:00
Oleg Romashin
3bc6c25e8a Bug 729985 - Packaging need to be corrected for OVI store publishing. r=dougt
--HG--
extra : rebase_source : 632b2ee5878e59bfe59f8fa06f4db757eaf3613d
2012-02-27 15:34:20 -05:00
Richard Newman
73bab25005 Bug 730526 - Cleanup and idiom in BrowserProvider.java.in. r=lucasr 2012-02-27 10:51:28 -08:00
Richard Newman
36361ff9c0 Bug 727146: Part 1: deleteHistory should clear private data from the database. r=lucasr 2012-02-27 10:46:36 -08:00
Richard Newman
078d7d6765 Bug 727146: Part 0: code tidying in BrowserProvider. r=lucasr 2012-02-27 10:46:35 -08:00
Richard Newman
1484ed347e Bug 730557 - Part 3: bend Sync's Authorities.java into GlobalConstants. r=rnewman 2012-02-27 10:23:33 -08:00
Richard Newman
a8a3cf0481 Bug 730557 - Part 2: Stub out parts of BrowserContractHelpers that reflect unlanded parts of Fennec. r=nalexander 2012-02-27 10:23:33 -08:00
Richard Newman
eeab16ce33 Bug 730557 - Part 1: Use Fennec BrowserContract directly. r=nalexander 2012-02-27 10:23:33 -08:00
Richard Newman
1af00ae805 Bug 730637 - Base64 support for HttpClient in Android 2.1. r=nalexander 2012-02-27 10:23:33 -08:00
Wes Johnston
459a282d8d Bug 725881 - Content provider for form history. r=lucasr 2012-02-27 10:10:14 -08:00
Margaret Leibovic
5090ad1dec Bug 730358 - Don't use LinkedList's push/pop methods. r=lucasr 2012-02-24 12:12:43 -08:00
Kartikaya Gupta
e56395dfae Bug 730710 - Add a GeckoEventResponder interface to allow event listeners to respond to events as well. r=blassey 2012-02-27 10:13:36 -05:00
Henri Sivonen
56068efeb2 Bug 650784 part 0.5 - Let the build system know that parser/html/ can have .idl files. rs=smaug. 2012-02-27 13:57:48 +02:00
Gian-Carlo Pascutto
17e01b33af Bug 726821 - Push Cursor usage down into native bridge code. r=blassey 2012-02-27 12:28:22 +01:00
Gian-Carlo Pascutto
32ebb16de0 Bug 727264 - Update Profile Migration to use Cursors. r=blassey 2012-02-27 12:28:22 +01:00
Gian-Carlo Pascutto
50142bc5c6 Bug 727264 - Add an extra argument to pass more SQLite query results. Cleanup & simplify bridge. r=blassey 2012-02-27 12:28:21 +01:00
Richard Newman
81fb296b48 Bug 730528 - Extract LooperThread from GeckoAppShell. r=blassey 2012-02-26 22:34:23 -08:00
Kartikaya Gupta
c3ea07fa03 Bug 726382 - Ensure the mDir and mMozDir variables are protected by synchronization. r=rnewman
It is possible that two threads will call getDir(), or getDir() and
moveProfilesToAppInstallLocation() simultaneously. Without this patch,
this would attempt to double-create the mozilla or profile directories,
which would then result in an IOException and failure when it shouldn't.
2012-02-26 18:08:03 -05:00
Chenxia Liu
de66729b71 Bug 730189 - Fix internet connection check. r=rnewman 2012-02-26 13:56:29 -08:00
Kartikaya Gupta
df1633e270 Bug 723295 - Prevent startup crashes on devices with API level >= 8 and no SD card. r=wesj 2012-02-25 23:22:40 -05:00
Kartikaya Gupta
56e190cf8f Bug 726382 - Fold the GeckoDirProvider and a bunch of duplicated/complicated code into a new GeckoProfile class. r=wesj 2012-02-25 23:22:40 -05:00
Ryan VanderMeulen
498e286582 Back out 940194c616f2 (bug 729237) on suspicion of Android XUL bustage. 2012-02-25 22:09:23 -05:00
Eitan Isaacson
b803f96348 Bug 729237 - Fixed AndroidBridge emit a11y event function, added java string class as class member. r=blassey 2012-02-25 20:38:27 -05:00
Matt Brubeck
babd9adc4b Bug 726623 - follow-up to fix case of directory name in Makefile. r=me 2012-02-24 17:10:04 -08:00
Sriram Ramasubramanian
127bd01c8f Bug 725730: Share action title. [r=mfinkle] 2012-02-24 16:21:42 -08:00
Sriram Ramasubramanian
ab8c6d6ae5 Bug 726623: No Downloads option on pre-honeycomb. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/layout/gecko_menu.xml => mobile/android/base/resources/menu/gecko_menu.xml
2012-02-24 16:20:01 -08:00