.. |
apache/commons/codec
|
Bug 709391 - initial import of Android Sync code (Git tag: v0.1.2-fixes). a=java-only
|
2011-12-21 08:44:08 -08:00 |
db
|
Bug 738976 - java.lang.NullPointerException at org.mozilla.gecko.db.LocalBrowserDB.updateFaviconForUrl r=blassey
|
2012-03-27 08:47:14 -04:00 |
gfx
|
Bug 729528 - Delete some unneeded things. r=Cwiiis
|
2012-03-26 13:15:50 -04:00 |
httpclientandroidlib
|
Bug 730637 - Base64 support for HttpClient in Android 2.1. r=nalexander
|
2012-02-27 10:23:33 -08:00 |
json-simple
|
Bug 709391 - initial import of Android Sync code (Git tag: v0.1.2-fixes). a=java-only
|
2011-12-21 08:44:08 -08:00 |
locales
|
bug 728224 - Create default bookmarks on local DB creation, follow up to correct issue with relative objdirs r=mfinkle
|
2012-03-26 15:50:27 -04:00 |
resources
|
Bug 715274: Fix lists in AwesomeScreen. [r=mfinkle, r=margaret]
|
2012-03-26 14:39:24 -07:00 |
sqlite
|
Bug 737411 - Robocop: update reflection references; r=kats
|
2012-03-22 13:35:19 -04:00 |
sync
|
Bug 738516 - Auth cache should be set for all requests, not just authenticated requests. r=msamuel
|
2012-03-23 11:03:48 -07:00 |
tests
|
Bug 715274 - Fix testBookmark now that we remove the folder header instead of hide it. [r=wesj]
|
2012-03-26 16:38:52 -07:00 |
ui
|
Bug 729528 - Add an alternate code path (selected at compile-time) to render low-res content while panning. r=Cwiiis
|
2012-03-26 13:15:50 -04:00 |
AboutHomeContent.java
|
Bug 737906: Restrict remote tabs to 5 on about:home. [r=mfinkle]
|
2012-03-21 16:06:12 -07:00 |
AboutHomeSection.java
|
Bug 735741: Factor out UI in about:home [r=mfinkle]
|
2012-03-19 16:15:05 -07:00 |
AlertNotification.java
|
…
|
|
AndroidManifest.xml.in
|
Merge mc->Maple
|
2012-03-13 11:05:28 -04:00 |
App.java.in
|
Backout changeset 11b6f37603ce (bug 734302) for Android bustage
|
2012-03-23 15:01:14 -04:00 |
AwesomeBar.java
|
Bug 720300 - Don't submit AwesomeBar text when there is an active composition string. r=blassey, m_kato
|
2012-03-22 17:37:32 -07:00 |
AwesomeBarTabs.java
|
Bug 737867 - Apply ViewHolder pattern on AwesomeBar's History tab (r=mfinkle)
|
2012-03-27 18:05:41 +01:00 |
BrowserToolbar.java
|
Bug 727454: BrowserToolbar inflation crash in ActionBar. [r=mfinkle]
|
2012-03-20 17:23:06 -07:00 |
ConfirmPreference.java
|
Bug 723103 - Update about:home's top sites section after history is cleared (r=mfinkle)
|
2012-02-14 17:50:55 +00:00 |
CrashReporter.java.in
|
Bug 722439 - Fix compiler warnings using javac 1.7. r=Cwiiis
|
2012-02-14 15:28:27 -05:00 |
DoorHanger.java
|
Bug 725990 - Add link support to doorhangers. r=margaret
|
2012-03-06 15:08:55 -08:00 |
DoorHangerPopup.java
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
Favicons.java
|
Bug 728224 - Create deafult bookmarks in Fennec. r=mfinkle
|
2012-03-23 17:38:49 -07:00 |
FloatUtils.java
|
Backout of 9d027bf631d3
|
2011-12-17 21:52:54 -08:00 |
FormAssistPopup.java
|
Bug 731654 - (3/3) Style HTML5 form validation popup. r=sriram
|
2012-03-21 14:08:04 -07:00 |
GeckoActionBar.java
|
Bug 727610: Supporting fullscreen on ICS. [r=mfinkle]
|
2012-02-15 16:14:02 -08:00 |
GeckoApp.java
|
Bug 725167 - Don't reposition Android plugin views that aren't in view hierarchy r=blassey
|
2012-03-23 16:19:15 -04:00 |
GeckoAppShell.java
|
Bug 738695 - Part 1: Remove Native Fennec's unused returnIMEQueryResult() (but not XUL Fennec's half). r=blassey
|
2012-03-23 14:00:19 -07:00 |
GeckoAsyncTask.java
|
Bug 734893: Faster DB accessing with priority for GeckoAsyncTask. [r=mfinkle, r=blassey]
|
2012-03-19 10:53:14 -07:00 |
GeckoBackgroundThread.java
|
Bug 730528 - Extract LooperThread from GeckoAppShell. r=blassey
|
2012-02-26 22:34:23 -08:00 |
GeckoBatteryManager.java
|
Bug 727477 - Workaround Galaxy Nexus bug that prevented Battery API to work. r=dougt
|
2012-02-22 00:30:51 +01:00 |
GeckoConnectivityReceiver.java
|
…
|
|
GeckoEvent.java
|
Bug 729528 - Add a DisplayPortMetrics to track the requested display resolution along with the area. r=Cwiiis
|
2012-03-26 13:15:49 -04:00 |
GeckoEventListener.java
|
Bug 737411 - Robocop: update reflection references; r=kats
|
2012-03-22 13:35:19 -04:00 |
GeckoEventResponder.java
|
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 |
GeckoHalDefines.java
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
|
2012-03-20 23:36:17 -07:00 |
GeckoInputConnection.java
|
Bug 738695 - Part 1: Remove Native Fennec's unused returnIMEQueryResult() (but not XUL Fennec's half). r=blassey
|
2012-03-23 14:00:19 -07:00 |
GeckoJarReader.java
|
Bug 738421 - Close up ZipReader. r=cpeterson
|
2012-03-23 17:07:10 -07:00 |
GeckoMessageReceiver.java
|
Back out bug 718760, bug 725052, bug 732069 because of broken Android build
|
2012-03-12 10:37:22 -07:00 |
GeckoNetworkManager.java
|
bug 725538 - make creating GeckoEvents sane r=kats
|
2012-02-08 23:18:27 -08:00 |
GeckoPreferences.java
|
Bug 726732: Load preferences screen faster. [r=mfinkle, bnicholson]
|
2012-02-14 16:20:07 -08:00 |
GeckoProfile.java
|
Backout f8b7d116a096 for Tp regression
|
2012-03-21 17:29:43 -07:00 |
GeckoScreenOrientationListener.java
|
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
|
2012-03-20 14:09:45 +01:00 |
GeckoSmsManager.java
|
Bug 719795 - Crash when GeckoSmsManager.init is called more than once [r=blassey,mounir]
|
2012-01-24 08:06:47 -08:00 |
GeckoStateListDrawable.java
|
…
|
|
GeckoThread.java
|
Back out bug 718760, bug 725052, bug 732069 because of broken Android build
|
2012-03-12 10:37:22 -07:00 |
GeckoViewsFactory.java
|
Bug 738049: Using LayoutInflater.Factory improves performance. [r=mfinkle]
|
2012-03-23 12:00:17 -07:00 |
GlobalHistory.java
|
Bug 699199 - Upgrade path from XUL to native fennec. r=blassey
|
2011-12-19 22:56:11 +01:00 |
LauncherShortcuts.java.in
|
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 |
LinkPreference.java
|
Bug 714062 - Add-ons Manager page should be opened once, e.g. tapping on 'Add-ons' should switch to opened about:addons page [r=mbrubeck]
|
2012-01-03 13:57:24 -05:00 |
LinkTextView.java
|
Bug 708266: UI to show tabs remote tabs. [r=mfinkle, r=rnewman]
|
2012-03-09 10:42:43 -08:00 |
Makefile.in
|
Bug 715274: Fix lists in AwesomeScreen. [r=mfinkle, r=margaret]
|
2012-03-26 14:39:24 -07:00 |
NSSBridge.java
|
Back out bug 718760, bug 725052, bug 732069 because of broken Android build
|
2012-03-12 10:37:22 -07:00 |
NotificationHandler.java.in
|
…
|
|
ProfileMigrator.java
|
Bug 716729 - Consider deleted entries when looking whether to insert or update. r=lucasr
|
2012-03-26 19:06:51 +02:00 |
PromptService.java
|
Bug 730289 - Filepicker on Android should allow picking or capturing media instead of having a specific button for capture. r=dougt,wesj ui-r=madhava
|
2012-03-18 17:15:56 +01:00 |
RemoteTabs.java
|
Bug 734425: Support remote tabs on about:home [r=rnewman, r=mfinkle]
|
2012-03-12 12:48:55 -07:00 |
Restarter.java.in
|
Bug 722439 - Fix compiler warnings using javac 1.7. r=Cwiiis
|
2012-02-14 15:28:27 -05:00 |
SetupScreen.java
|
Bug 729532 - Rename changed strings so translators will pick them up. r=mfinkle
|
2012-03-26 19:36:40 +02:00 |
SmsManager.java.in
|
Bug 719795 - Crash when GeckoSmsManager.init is called more than once [r=blassey,mounir]
|
2012-01-24 08:06:47 -08:00 |
SurfaceLockInfo.java
|
…
|
|
SyncPreference.java
|
Bug 716906 - Add "Firefox Sync" item to settings. r=dougt
|
2012-01-25 14:44:59 -08:00 |
Tab.java
|
Bug 726018 - Save thumbnails only for successful page loads. r=mfinkle
|
2012-03-07 13:58:31 -08:00 |
Tabs.java
|
Backout 11a5cc8bb70a (bug 723251) due to bustage.
|
2012-03-14 18:48:22 -04:00 |
TabsAccessor.java
|
Bug 734893: Faster DB accessing with priority for GeckoAsyncTask. [r=mfinkle, r=blassey]
|
2012-03-19 10:53:14 -07:00 |
TabsTray.java
|
Bug 738049: Using LayoutInflater.Factory improves performance. [r=mfinkle]
|
2012-03-23 12:00:17 -07:00 |
package-name.txt.in
|
…
|
|
strings.xml.in
|
Bug 729532 - Rename changed strings so translators will pick them up. r=mfinkle
|
2012-03-26 19:36:40 +02:00 |