gecko/mobile/android/base
Kartikaya Gupta c57c560898 Bug 737553 - Refactor much of the code in DisplayPortCalculator and tune some of the behaviour. r=Cwiiis
Commonly reused pieces of code are pulled out into reusable functions in DisplayPortCalculator.
Reusing these functions makes the individual strategies' code much clearer and the similarities
between them more apparent. One actual bug was fixed, where the display port resolution was
incorrectly calculated in the DynamicResolutionStrategy. Prior to this change, it did not apply
the reshaping algorithm to the pre-velocity display port size, resulting in a different resolution
in some cases which would leave the content blurry. Additionally, the FixedMarginStrategy was
modified so that its margins are a multiple of the view size rather than constant pixel values.
2012-03-30 09:47:22 -04:00
..
apache/commons/codec
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 737553 - Refactor much of the code in DisplayPortCalculator and tune some of the behaviour. r=Cwiiis 2012-03-30 09:47:22 -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
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 backout cecf156d7869 because of talos fail 2012-03-28 16:18:16 -07:00
sqlite Bug 737411 - Robocop: update reflection references; r=kats 2012-03-22 13:35:19 -04:00
sync Bug 740637 - Better handling of unexpected failures during info/collections fetch. r=liuche,nalexander 2012-03-29 16:48:55 -07:00
tests Bug 739807 - Robocop: avoid character encoding warning; r=jmaher 2012-03-28 11:53:59 -04: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 736296: Avoid managed query while loading top sites. [r=mfinkle] 2012-03-27 14:31:29 -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 740094 - Folder icon doesn't appear anymore. r=lucasr 2012-03-28 14:14:30 -07: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 backout cecf156d7869 because of talos fail 2012-03-28 16:18:16 -07:00
DoorHangerPopup.java Restore merge changeset 39a3044823b0, regression fixed upstream in mc 2012-03-05 13:09:05 -05:00
Favicons.java Bug 726001 - Use BufferedHttpEntity for fetching favicons. r=mfinkle 2012-03-28 11:14:19 -07:00
FloatUtils.java
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 733142 - Attempt to fix crash in GeckoNetworkManager when onDestroy() is called. r=dougt 2012-03-28 13:29:41 -07:00
GeckoAppShell.java Bug 737553 - Fix null handling in DisplayPortCalculator. r=Cwiiis 2012-03-30 09:46:27 -04: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 735230 - Part 2: Add compositor pause/resume events to Gecko. r=kats 2012-03-28 18:00:32 -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
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
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
NotificationHandler.java.in
NSSBridge.java Back out bug 718760, bug 725052, bug 732069 because of broken Android build 2012-03-12 10:37:22 -07:00
package-name.txt.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
strings.xml.in Bug 729532 - Rename changed strings so translators will pick them up. r=mfinkle 2012-03-26 19:36:40 +02: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