gecko/mobile/android/base
2014-07-22 12:52:45 -07:00
..
animation
background Bug 1030734 - Fix BROWSER_INTENT_{PACKAGE,CLASS} in background after Bug 929865. r=rnewman 2014-06-26 18:57:32 -07:00
browserid Bug 983350 - Include User-Agent header for FxAccount and TokenServer requests. r=rnewman 2014-03-13 17:13:58 -07:00
crashreporter/res Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07:00
db Bug 1040994 - Add LIMIT support for search history content provider. r=rnewman 2014-07-21 13:36:23 -07:00
distribution Bug 1012462 - Part 6: Change Distribution.init() to return an instance (r=rnewman) 2014-07-15 20:54:27 +01:00
docs Bug 917480 - Developer docs for Fennec locale switching. DONTBUILD, r=doc-only 2014-06-30 15:22:48 -07:00
favicons Bug 1002537 - Use ReentrantReaderWriterLock in FaviconCache. r=rnewman,ckitching 2014-05-27 11:24:09 -07:00
fxa Bug 1019719 - Localize the Sync client name. r=nalexander 2014-07-21 11:13:24 -07:00
gfx Bug 1017242 - Part 3: remove API 8 code from gfx. r=kats 2014-07-18 16:47:08 -07:00
health Bug 1017242 - Part 6: remove API 8 code from BrowserHealthRecorder. r=mcomella 2014-07-18 16:47:09 -07:00
home Bug 1018240 - Part 2: invalidate BrowserSearch engine list when locale has changed. r=bnicholson 2014-07-21 10:54:58 -07:00
locales Bug 1019719 - Follow-up. r=me 2014-07-21 12:41:20 -07:00
menu Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07:00
mozglue Bug 1017242 - Part 1: remove API 8 code from mozglue. r=mfinkle 2014-07-18 16:47:07 -07:00
preferences Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
prompts Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07:00
resources Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
sqlite Bug 1019009 - Make MatrixBlobCursor complain if its Cursors are not properly closed. r=gcp 2014-06-24 17:32:28 +02:00
sync Bug 1019719 - Follow-up. r=me 2014-07-21 12:41:20 -07:00
tabspanel Bug 1039738 - Correct private tabs list appearance. r=bnicholson 2014-07-16 16:35:49 -07:00
tests Bug 1040994 - Add LIMIT support for search history content provider. r=rnewman 2014-07-21 13:36:23 -07:00
tokenserver Bug 983350 - Include User-Agent header for FxAccount and TokenServer requests. r=rnewman 2014-03-13 17:13:58 -07:00
toolbar Bug 1017242 - Part B: remove API 8 code from toolbar. r=mfinkle 2014-07-18 16:47:10 -07:00
updater
util Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
webapp Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
widget Bug 1034167 - Part 1: Update TwoWayView from upstream (r=mfinkle) 2014-07-14 17:31:50 +01:00
AboutPages.java Bug 976144 - Changed the show progress bar conditions so that it is no longer shown for about pages. r=bnicholson 2014-03-19 08:47:45 -04:00
ActionModeCompat.java Bug 1014181 - Use GeckoMenuItem in ActionBarCompat. r=bnicholson 2014-06-25 12:37:22 -07:00
ActionModeCompatView.java Bug 943908 - Show tooltip when long-pressing action bar items. r=wesj 2014-05-19 15:01:02 -07:00
ActivityHandlerHelper.java
AlertNotification.java
android-services.mozbuild Bug 958889 - Part 2.7: Provide public read-only access to FXAccount state and resend verification code. r=nalexander 2014-05-22 18:38:02 -07:00
AndroidGamepadManager.java Bug 1017242 - Part 5: remove API 8 code from gamepad code. r=kats 2014-07-18 16:47:08 -07:00
AndroidManifest.xml.in Bug 1032217 - Export gecko.{WebApp,BrowserApp}. r=bnicholson 2014-07-18 09:39:56 -07:00
ANRReporter.java Bug 975436 - Catch ClassCastException in ANRReporter. r=blassey 2014-03-05 09:05:21 -05:00
AppConstants.java.in Backout 13d9e025fc86 and 3f846b593bcb for bustage (bug 1033560). r=backout 2014-07-09 11:59:36 -07:00
AppNotificationClient.java
Assert.java Bug 1001063 - Add Assert class for debug assertions in Java code r=blassey 2014-04-25 13:45:52 -05:00
BaseGeckoInterface.java Bug 1041632 - Part 1: eliminating enclosing instance member access in BaseGeckoInterface. r=ckitching 2014-07-21 10:16:42 -07:00
BrowserApp.java Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
BrowserLocaleManager.java Bug 917480 - Developer docs for Fennec locale switching. DONTBUILD, r=doc-only 2014-06-30 15:22:48 -07:00
ChromeCast.java Backout 13d9e025fc86 and 3f846b593bcb for bustage (bug 1033560). r=backout 2014-07-09 11:59:36 -07:00
ContactService.java Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
ContextGetter.java
CrashReporter.java Bug 1017242 - Part 8: remove API 8 code from CrashReporter. r=mfinkle 2014-07-18 16:47:09 -07:00
CustomEditText.java Bug 994472 - Emulate previous backspace behavior; r=wesj 2014-05-20 12:39:51 -04:00
DataReportingNotification.java Bug 1009315 - Part 3: Replace TelemetryContract interfaces with enums. r=liuche 2014-05-30 16:53:28 -07:00
DoorHangerPopup.java Bug 1024127 - Popup cleanup. r=margaret 2014-06-19 14:30:16 -07:00
DynamicToolbar.java Bug 983714 - Fix DynamicToolbar VisibilityTransition flags. r=lucasr 2014-03-14 10:57:13 -07:00
EditBookmarkDialog.java Bug 1041632 - Part 3: eliminate enclosing instance member access in EditBookmarkDialog. r=ckitching 2014-07-21 10:18:17 -07:00
EventDispatcher.java Bug 980074 - (p0) Base Tests for text selection, r=wesj 2014-05-06 15:26:04 -04:00
fennec-ids-generator.py
FilePicker.java Bug 971957 - Use titles given by nsIFilePicker on Android. r=mfinkle 2014-05-27 14:06:42 -07:00
FilePickerResultHandler.java Bug 1041632 - Part 4: eliminate enclosing instance member access in FilePickerResultHandler. r=ckitching 2014-07-21 10:19:41 -07:00
FindInPageBar.java Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
FormAssistPopup.java Bug 1041632 - Part 5: eliminate enclosing instance member access in FormAssistPopup. r=ckitching 2014-07-21 10:20:22 -07:00
GeckoAccessibility.java
GeckoActivity.java
GeckoActivityStatus.java
GeckoApp.java Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
GeckoApplication.java Bug 1004495 - Revamp notification handlers to work when Gecko is not running. r=bnicholson 2014-06-27 13:25:00 -07:00
GeckoAppShell.java Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
GeckoBatteryManager.java Bug 969637 - NullPointerException in org.mozilla.gecko.GeckoConnectivityReceiver.start. r=wesj 2014-02-27 12:32:34 -08:00
GeckoConnectivityReceiver.java Bug 969637 - NullPointerException in org.mozilla.gecko.GeckoConnectivityReceiver.start. r=wesj 2014-02-27 12:32:34 -08:00
GeckoEditable.java Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
GeckoEvent.java Bug 1017242 - Part C: remove API 8 code from GeckoEvent. r=mfinkle 2014-07-18 16:47:10 -07:00
GeckoHalDefines.java
GeckoInputConnection.java Bug 975838 - Part 1: add methods to log or throw if called on the wrong thread, pepper GeckoMenu with thread affinities. r=wesj 2014-03-17 19:39:40 -07:00
GeckoJavaSampler.java
GeckoMessageReceiver.java
GeckoNetworkManager.java Bug 1020412 - Proper handling of Context in GeckoNetworkManager. r=wesj 2014-06-18 09:50:31 -07:00
GeckoProfile.java Bug 1040806 - Default bookmark favicons are not displayed after browser restart. r=margaret 2014-07-21 12:30:45 -07:00
GeckoProfileDirectories.java Bug 707123 - Part 1: refactor GeckoProfileDirectories out of GeckoProfile. r=nalexander 2014-03-03 15:27:42 -08:00
GeckoProfilesProvider.java Backed out changeset 6f60d60ea58d for having the wrong bug number. 2014-03-18 19:21:49 -07:00
GeckoScreenOrientation.java
GeckoSharedPrefs.java Bug 1017242 - Part 7: remove API 8 code from GeckoSharedPrefs. r=mcomella 2014-07-18 16:47:09 -07:00
GeckoSmsManager.java Bug 981077 - Part 1: Add new error type SIM_NOT_MATCHED_ERROR. r=vyang 2014-03-21 10:52:05 +08:00
GeckoThread.java Bug 1026010 - Rename GeckoApp.ACTION_BOOKMARK to ACTION_HOMESCREEN_SHORTCUT. r=lucasr 2014-06-25 09:10:00 -04:00
GeckoUpdateReceiver.java
GeckoView.java Bug 1033168 - GeckoView needs to use EventDispatcher.sendResponse r=wesj 2014-07-07 16:28:03 -04:00
GeckoViewChrome.java
GeckoViewContent.java
GlobalHistory.java Bug 1021922 - Follow-up: remove some debug logging I missed. r=trivial 2014-06-10 17:39:42 -07:00
InputMethods.java Bug 998398 - Don't reset keyboard to change input type. r=wesj 2014-04-29 13:33:00 -04:00
IntentHelper.java Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
JavaAddonManager.java Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
jni-generator.py Bug 992357 - a. Add array types to jni-generator.py; r=till 2014-05-16 18:25:28 -04:00
LightweightTheme.java Bug 1041632 - Part 6: eliminate enclosing instance member access in LightweightTheme. r=ckitching 2014-07-21 10:21:54 -07:00
LightweightThemeDrawable.java
LocaleManager.java Bug 1019981 - Part 1: remove Language section from preferences if locale switching is disabled. r=nalexander 2014-06-04 19:21:33 -07:00
Makefile.in Bug 1024708 - Part 2: Build stumbler JAR and integrate into Fennec. r=rnewman 2014-07-15 13:50:21 -07:00
MediaCastingBar.java Bug 901803 - Add a native media player backend for casting videos. r=mfinkle 2014-06-23 00:23:00 -07:00
MediaPlayerManager.java Backout 13d9e025fc86 and 3f846b593bcb for bustage (bug 1033560). r=backout 2014-07-09 11:59:36 -07:00
MemoryMonitor.java Bug 1041632 - Part 7: make MemoryMonitor thread-safe. r=ckitching 2014-07-21 10:22:45 -07:00
MotionEventInterceptor.java
moz.build Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
NotificationClient.java Bug 1004495 - Revamp notification handlers to work when Gecko is not running. r=bnicholson 2014-06-27 13:25:00 -07:00
NotificationHandler.java
NotificationHelper.java Bug 1004495 - Revamp notification handlers to work when Gecko is not running. r=bnicholson 2014-06-27 13:25:00 -07:00
NotificationService.java
NSSBridge.java
OrderedBroadcastHelper.java Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
package-name.txt.in
PrefsHelper.java Bug 1041632 - Part 8: eliminate enclosing instance member access in PrefsHelper. r=ckitching 2014-07-21 10:24:15 -07:00
PrivateTab.java Bug 1028710 - Init private tab bg color to avoid flickering (r=mfinkle) 2014-07-03 21:09:26 +01:00
ReaderModeUtils.java Bug 984677 - Back out bookmark submenu. r=mfinkle 2014-03-24 15:38:57 -07:00
Restarter.java Bug 990116 - Part 1: Split BROWSER_INTENT_CLASS and BROWSER_INTENT_CLASS_NAME. r=mcomella 2014-04-01 22:00:46 -07:00
ScrollAnimator.java
ServiceNotificationClient.java
SessionParser.java
SharedPreferencesHelper.java Bug 997328 - Update SharedPreferences.jsm to use scopes and mirror GeckoSharedPrefs. r=nalexander 2014-05-10 08:39:53 -07:00
SiteIdentity.java
SmsManager.java
strings.xml.in Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
SurfaceBits.java
SysInfo.java.in Bug 1017242 - Part 9: remove API 8 code from SysInfo. r=mfinkle 2014-07-18 16:47:09 -07:00
Tab.java Bug 1014712 - Store ms tile image information for showing on about:home. r=rnewman,lucasr 2014-06-10 06:22:47 -07:00
Tabs.java Bug 1022801 - Don't visit support.mozilla.org in testBookmarksPanel; r=mcomella 2014-06-11 19:41:10 -06:00
TabsAccessor.java Bug 1002575 - Part 1: Expose client lastModified in TabsAccessor. r=rnewman 2014-05-07 17:05:49 -07:00
Telemetry.java Bug 1019158 - Don't send null methods into UITelemetry. r=rnewman 2014-06-02 17:32:39 -07:00
TelemetryContract.java Bug 1035436 - Remove home.1 session because it's not useful r=liuche 2014-07-08 15:32:57 -04:00
TextSelection.java Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
TextSelectionHandle.java
ThumbnailHelper.java Bug 996129 - Don't thumbnail sites with cache control headers set. r=kats 2014-05-05 22:33:29 -07:00
TouchEventInterceptor.java
VideoPlayer.java
Webapp.java Bug 929865 - Part 2: Use <activity-alias> to wrap activities in generated namespace. r=bnicholson,myk 2014-06-24 18:20:13 -07:00
WebappFragmentRepeater.inc
WebappManifestFragment.xml.frag.in Bug 929865 - Part 4: Move WebApps to webapp.Webapps; rename WebApp<n> to Webapp<n>. r=myk 2014-06-24 18:20:14 -07:00
ZoomConstraints.java