Nick Alexander
b5a10ff343
Bug 903528 - Follow-up: Fix build dependencies. a=bustage
...
The issue is that the preprocessed files need to be referenced as
$(CURDIR)/file to have Make handle the dependencies correctly. To
allow this, this patch adds ANDROID_MANIFEST_FILE (defaulting to
AndroidManifest.xml) and uses it in the appropriate places.
2014-02-24 23:18:47 -08:00
Nick Alexander
bacdb74030
Bug 903528 - Follow-up: Fix AndroidEclipse project files. r=me
2014-02-24 21:26:41 -08:00
Brian Nicholson
dc81487a29
Bug 976033 - Make menu item drawable mutable. r=wesj
2014-02-24 21:05:49 -08:00
Wesley Johnston
8b70073f44
Bug 973013 - Pull PromptListAdapter into its own class. r=bnicholson
2014-02-06 16:16:00 -08:00
Wesley Johnston
cddf65eb6f
Bug 973013 - Pull PromptListItem into its own class. r=bnicholson
2014-02-06 16:13:00 -08:00
Richard Newman
11b09e5feb
Bug 976418 - Amend CursorDumper to log BLOBs. a=test-only
2014-02-24 20:26:51 -08:00
Nick Alexander
72c39cbba9
Bug 903528 - Post: Add Eclipse project data to moz.build. r=rnewman
2014-02-24 18:24:46 -08:00
Nick Alexander
68115862e2
Bug 903528 - Part 2: Land and build Fennec JUnit 3 tests. r=rnewman
...
--HG--
rename : mobile/android/tests/moz.build => mobile/android/tests/browser/moz.build
2014-02-24 18:24:46 -08:00
Nick Alexander
3878f958ce
Bug 903528 - Part 1: Rename background.apk to background-junit3.apk. r=rnewman
...
This is a cautionary move: when uploaded to infrastructure,
background.apk will not look so bad; but browser.apk is likely to
confuse folks. (These files will be in the same directory as
fennec-*apk, and sort earlier than that file.)
I considered including "tests" in the name, but decided not to make a
long name even longer.
This also renames the Android package. This is purely cosmetic, since
the package has no consumers (infrastructure, mach, etc). But this looks
nicer in IDEs: the generated classes fit into the class hierarchy.
2014-02-24 18:24:45 -08:00
Nick Alexander
60bffe2072
Bug 975152 - Part 2: Make Fennec* projects sort nicely in Eclipse. r=bnicholson
...
This orders projects like:
Fennec
FennecResources
FennecResourcesBranding
...
which is in order of expected use.
2014-02-24 18:14:05 -08:00
Nick Alexander
0184f3901f
Bug 975152 - Part 1: Include CrashReporter resources in Android Eclipse projects. r=bnicholson
...
The set of resources of all the Android library projects are processed
at once. That means that the bi-directional dependency between the main
project resources and the crash reporter resources causes no build time
problems. Therefore, this patch moves all the main project resources
into a library project (FennecResources) and adds an optional additional
library project (FennecCrashReporterResources).
2014-02-24 18:14:04 -08:00
Richard Newman
4a79b60791
Bug 975792 - Follow-up: blindly copy CursorDumper into Robocop tests. r=me
2014-02-24 16:52:13 -08:00
Brian Nicholson
f429b94a34
Bug 963249 - Override MenuItemsAdapter#areAllItemsEnabled to always be true. r=wesj
2014-02-24 12:45:44 -08:00
Richard Newman
c8eaf0b2b9
Bug 975792 - ContentProvider tests don't clean up their cursors. r=nalexander
...
* * *
Bug 975792 - Follow-up: attempting to fix bustage that only appears on tinderbox. a=test-only
* * *
Bug 975792 - Follow-up: y u fail, test?
2014-02-23 10:53:10 -08:00
Wes Johnston
9af214a35d
backout 95849d209a1f (Bug 975525) for crashes. r=backout
2014-02-24 08:44:56 -08:00
Ed Morley
a20dbea084
Merge mozilla-central and fx-team
2014-02-24 15:51:40 +00:00
Ed Morley
2035c99c9a
Backed out changeset 49a1923db9be (bug 975792) for frequent robocop failures
2014-02-24 15:45:31 +00:00
Ed Morley
39fa62918f
Backed out changeset 1f6450d61d3f (bug 975792)
2014-02-24 15:45:04 +00:00
Richard Newman
07d6123f82
Bug 975792 - Follow-up: attempting to fix bustage that only appears on tinderbox. a=test-only
2014-02-23 12:47:26 -08:00
Richard Newman
7152f9a75b
Bug 975792 - ContentProvider tests don't clean up their cursors. r=nalexander
2014-02-23 10:53:10 -08:00
Murph Finnicum
1ce8abf0d7
Bug 974001 - Allow HelperApps to return results if requested. r=wesj
2014-02-24 09:57:31 -05:00
Lucas Rocha
6ee4a5a8aa
Bug 975357 - Initialize HomeConfigInvalidator in GeckoApplication.onCreate() (r=margaret)
2014-02-24 10:19:13 +00:00
Lucas Rocha
5a3bca7a27
Bug 974926 - Rename _panels to _registeredPanels in Home.jsm (r=margaret)
2014-02-24 10:17:05 +00:00
Alexander J. Vincent
8c8ba5a9d1
Bug 952307 - Move some addon-private JSM's to a subdirectory. r=Unfocused
...
--HG--
rename : toolkit/mozapps/extensions/AddonLogging.jsm => toolkit/mozapps/extensions/internal/AddonLogging.jsm
rename : toolkit/mozapps/extensions/AddonRepository.jsm => toolkit/mozapps/extensions/internal/AddonRepository.jsm
rename : toolkit/mozapps/extensions/AddonRepository_SQLiteMigrator.jsm => toolkit/mozapps/extensions/internal/AddonRepository_SQLiteMigrator.jsm
rename : toolkit/mozapps/extensions/AddonUpdateChecker.jsm => toolkit/mozapps/extensions/internal/AddonUpdateChecker.jsm
rename : toolkit/mozapps/extensions/LightweightThemeImageOptimizer.jsm => toolkit/mozapps/extensions/internal/LightweightThemeImageOptimizer.jsm
rename : toolkit/mozapps/extensions/PluginProvider.jsm => toolkit/mozapps/extensions/internal/PluginProvider.jsm
rename : toolkit/mozapps/extensions/SpellCheckDictionaryBootstrap.js => toolkit/mozapps/extensions/internal/SpellCheckDictionaryBootstrap.js
rename : toolkit/mozapps/extensions/XPIProvider.jsm => toolkit/mozapps/extensions/internal/XPIProvider.jsm
rename : toolkit/mozapps/extensions/XPIProviderUtils.js => toolkit/mozapps/extensions/internal/XPIProviderUtils.js
2014-01-07 20:14:08 -08:00
Richard Newman
d768f13301
Bug 975774 - Part 26: clean up imports in GeckoApp. r=trivial
2014-02-22 19:53:02 -08:00
Richard Newman
9e275769ab
Bug 975774 - Part 25: clean up imports in preferences/. r=trivial
2014-02-22 19:53:02 -08:00
Richard Newman
50b4ae88db
Bug 975774 - Part 24: clean up imports in menu/. r=trivial
2014-02-22 19:53:01 -08:00
Richard Newman
6d57311743
Bug 975774 - Part 23: clean up imports in home/. r=trivial
2014-02-22 19:53:01 -08:00
Richard Newman
e273a3f8b7
Bug 975774 - Part 22: clean up imports in Prompt. r=trivial
2014-02-22 19:53:01 -08:00
Richard Newman
b2c2ab3ebb
Bug 975774 - Part 20: clean up imports in HomeProvider. r=trivial
2014-02-22 19:53:00 -08:00
Richard Newman
0804ea54cb
Bug 975774 - Part 19: clean up imports in Tab. r=trivial
2014-02-22 19:53:00 -08:00
Richard Newman
e507e77710
Bug 975774 - Part 18: clean up imports in PanelManager. r=trivial
2014-02-22 19:52:59 -08:00
Richard Newman
6f7ba894cf
Bug 975774 - Part 17: clean up imports in GeckoAppShell. r=trivial
2014-02-22 19:52:59 -08:00
Richard Newman
6cfcaf7ab7
Bug 975774 - Part 16: clean up imports in LocalBrowserDB. r=trivial
2014-02-22 19:52:59 -08:00
Richard Newman
563a039811
Bug 975774 - Part 15: clean up imports in DataReportingNotification. r=trivial
2014-02-22 19:52:58 -08:00
Richard Newman
5e8d02c871
Bug 975774 - Part 14: clean up imports in ContactService. r=trivial
2014-02-22 19:52:58 -08:00
Richard Newman
34d516e3c7
Bug 975774 - Part 13: clean up imports in ColorPickerInput. r=trivial
2014-02-22 19:52:57 -08:00
Richard Newman
6f81453e13
Bug 975774 - Part 12: clean up imports in ButtonToast. r=trivial
2014-02-22 19:52:57 -08:00
Richard Newman
861d827ec9
Bug 975774 - Part 11: clean up imports in BrowserToolbar. r=trivial
2014-02-22 19:52:57 -08:00
Richard Newman
b9000cb3db
Bug 975774 - Part 10: clean up imports in BrowserHealthRecorder. r=trivial
2014-02-22 19:52:56 -08:00
Richard Newman
177da916d6
Bug 975774 - Part 9: clean up imports in BrowserDB. r=trivial
2014-02-22 19:52:56 -08:00
Richard Newman
95dbfcd7e4
Bug 975774 - Part 8: clean up imports in BrowserApp. r=trivial
2014-02-22 19:52:56 -08:00
Richard Newman
0f88f52d18
Bug 975774 - Part 7: clean up imports in BookmarksListView. r=trivial
2014-02-22 19:52:56 -08:00
Richard Newman
9395a8d6b6
Bug 975774 - Part 6: clean up imports in BitmapUtils. r=trivial
2014-02-22 19:52:55 -08:00
Richard Newman
7bae45e2e3
Bug 975774 - Part 5: clean up imports in Axis. r=trivial
2014-02-22 19:52:55 -08:00
Richard Newman
2e79ec09c3
Bug 975774 - Part 4: clean up imports in Allocator. r=trivial
2014-02-22 19:52:55 -08:00
Richard Newman
a4f0a68d8f
Bug 975774 - Part 2: clean up imports in ActionModeCompatView. r=trivial
2014-02-22 19:52:54 -08:00
Richard Newman
aa18b0010d
Bug 975774 - Part 1: clean up imports in ANRReporter. r=trivial
2014-02-22 19:52:53 -08:00
Margaret Leibovic
f349824370
Bug 974496 - Enable sync promo banner. r=bnicholson
2014-02-22 09:41:31 -08:00
Margaret Leibovic
728c70e0b2
Bug 975423 - Don't show sync promo banner ever again after user hits close button. r=bnicholson
2014-02-22 09:41:31 -08:00