Commit Graph

9995 Commits

Author SHA1 Message Date
Gian-Carlo Pascutto
2504134266 Bug 877248 - Use a TextureView and setAlpha to make preview invisible. r=blassey 2013-07-01 08:01:57 +02:00
Max Li
539909bb77 Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr
Relanded because bug 887020 accidentally reverted this patch.
2013-06-29 17:18:38 -04:00
Wes Johnston
9e027d11ac Bug 888949 - Return hours in 0-23 range for time input types. r=mounir 2013-07-02 09:42:20 -07:00
Brian Nicholson
8f2fc50e46 Bug 886123 - Handle locale changes with BroadcastReceiver instead of getLastCustomNonConfigurationInstance(). r=sriram 2013-07-02 11:36:33 -07:00
Michal Kajda
01b0227d72 Bug 888641: NPE in BrowserToolbar's setProgressVisibility(). [r=sriram]
--HG--
extra : rebase_source : 02f7b680e58f8b5b52972de403e05c2a227250cd
2013-07-02 10:48:02 -07:00
Chris Peterson
0f101490b8 Bug 889036 - Fix test build instructions in Robocop README.rst. DONTBUILD NPOTB r=gbrown 2013-07-01 12:33:43 -07:00
Chris Kitching
a4c2cddf35 Bug 888053 - Fix for Cursor leak in TopSitesView.java. r=bnicholson 2013-07-02 15:49:07 -04:00
Nicolas Carlo
32f486b3cf Bug 884336 - Remove trailing "/" from URLs when pref to show URLs in titlebar is enabled. r=wesj 2013-07-02 15:49:06 -04:00
Nathan Froyd
4dd8a1955e Bug 887906 - use the correct ctypes types for long and short function parameters in JNI.jsm; r=wesj
long might be 32-bit or 64-bit, depending on the architecture.  short is usually
16 bits, but we might as well specify a 16-bit type directly.
2013-06-27 14:02:19 -04:00
Scott Johnson
8fce66a029 Bug 878931: Add a FontSizeInflation() method to Element in order to retrieve font size inflation to use during reflow-on-zoom. [r=kats,mounir]
The reflow-on-zoom behavior needs a more robust determination of the font size inflation, so
that it can adjust its behavior depending on whether font size inflation has been
enabled for a given element's text. This patch also modifies the behavior of reflow-
on-zoom such that it will zoom in to piece of text, with reflow, if the minimum
specified font size in the font size inflation preferences is greater than the
current font size, with font size inflation, of the element.
2013-07-02 09:04:27 -05:00
Chris Kitching
d909f4bec8 Bug 888074 - Replacing single-threaded uses of StringBuffer with StringBuilder. r=rnewman 2013-07-02 08:12:17 -04:00
Chris Kitching
1e8750f70d Bug 886472 - Dividers default to invisible, redundant call to hideDivider removed, showDividers() now hides divider of final visible DoorHanger. r=mleibovic 2013-07-02 08:10:27 -04:00
Brad Lassey
927915b3cb backout 1c865eaf5dd8 for red/orange tests 2013-07-01 19:20:40 -04:00
Brad Lassey
8d36e80284 bug 880259 - Firefox should use GeckoView r=mfinkle
--HG--
extra : rebase_source : 5f804d6f345b7dbbfcb9607b735a3b4e34ffe3f6
2013-06-06 08:33:39 -04:00
Wes Johnston
b62238b9a9 Bug 888836 - Turn off audio channels for non apps. r=mfinkle 2013-07-01 14:46:30 -07:00
Chenxia Liu
961b7f4b7c Bug 888374 - crash: Clicking link in about:healthreport for Choose what I share. r=nalexander 2013-06-28 16:38:51 -07:00
Brian Nicholson
28819bdc9b Bug 887069 - Fix focus behavior of go button in URL bar. r=sriram 2013-06-28 14:58:18 -07:00
Sriram Ramasubramanian
a56afe2ca3 Bug 888381: NPE on closeOptionsMenu() in BrowerToolbar. [r=mfinkle]
--HG--
extra : rebase_source : f779107a2893ae2d40113bc67f461adc0fa6767b
2013-06-28 11:19:06 -07:00
Wes Johnston
2efea53f15 Bug 888145 - Use browser content windows when deciding whether to ignore location changes. r=mfinkle 2013-06-28 11:23:13 -07:00
Wes Johnston
527f5a8b3c Bug 866787 - Support orientation in manfiest for packaged apps. r=mfinkle 2013-06-28 11:19:34 -07:00
Nick Alexander
f0ec9e6ba3 Bug 887840 - Add viewport to Android about:healthreport wrapper. r=rnewman 2013-06-28 10:30:55 -07:00
Brad Lassey
7f9ac93921 bug 888201 - java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.collectAndReportLocInfo(GeckoApp.java) r=kats 2013-06-28 12:42:28 -04:00
Nick Alexander
af8ed74358 Bug 887121 - Make packager install and szip .so libraries in assets/ directly. r=glandium
This adds a Component type to the mozbuild.mozpack package manifest
parser, and teaches the packager to accept components of the form
[name destdir="dir"].  Then we update the Android package manifest and
simplify the packager code.

I would have liked to make the packager put mozglue.so and
MOZ_CHILD_PROCESS_NAME in lib/$(ABI_DIR) directly, but this turned out
to be awkward.  Since MOZ_CHILD_PROCESS_NAME needs to have lib/ in its
name to load successfully on Android, we would have to add notation in
package manifests to install bin/lib/*plugin-container* to
lib/$(ABI_DIR)/*plugin-container*.
2013-06-28 09:10:57 -07:00
Sriram Ramasubramanian
06d9864f6d Bug 887572: Kill GeckoViewsFactory. [r=bnicholson] 2013-06-27 16:51:55 -07:00
Sriram Ramasubramanian
02a84efb54 Bug 855888: Remove "Gecko." namespace in XML files. [r=bnicholson] 2013-06-27 16:51:50 -07:00
Sriram Ramasubramanian
a5f01ee613 Bug 887020: Remove mLayout from BrowserToolbar. [r=mfinkle] 2013-06-25 16:10:52 -07:00
Nick Alexander
fc7e7d8ec5 Bug 847178 - Avoid exceptions in CryptoRecord.fromJSONRecord. r=rnewman 2013-06-27 15:14:09 -07:00
Jim Chen
25b847a4ce Bug 879568 - Make the ANR reporter use SysInfo class; r=rnewman 2013-06-27 14:25:57 -04:00
Brian Nicholson
0d693e50c5 Bug 887051 - Fix gamepad action key behavior in AwesomeScreen. r=kats 2013-06-26 16:42:49 -07:00
Sriram Ramasubramanian
ccda9118ec Bug 886528: Move onCreatePanelView to GeckoApp. [r=mfinkle]
--HG--
extra : rebase_source : 4383294087f67382e8f96e9351f41ce6a61b7cf8
2013-06-25 14:26:01 -07:00
Sriram Ramasubramanian
e6bbcc526e Bug 886528: Postpone popup menu initialization. [r=mfinkle]
--HG--
extra : rebase_source : 063c64a6340b92a75d00b1a5ed434b0a249827d6
2013-06-25 11:39:54 -07:00
Jim Chen
83438a2314 Bug 864040 - Send key events from the UI thread the right way; r=cpeterson 2013-06-26 17:28:21 -04:00
Brad Lassey
7437e16b8c bug 886921 - Crash [@ org.mozilla.gecko.GeckoApp.getCellInfo(GeckoApp.java:2336)] r=mfinkle 2013-06-25 14:53:43 -04:00
Nick Alexander
72e9d59e80 Bug 885951 - Find jarsigner and keytool during configure. r=gps 2013-06-26 11:49:27 -07:00
Chenxia Liu
30b27916e4 Bug 872329 - Part 3: Apply new settings layout - tests. r=gbrown 2013-06-26 10:57:52 -07:00
Chenxia Liu
fcbf79e6a5 Bug 872329 - Part 2: Apply new settings layout - xml layouts. r=wesj 2013-06-26 10:57:49 -07:00
Chenxia Liu
8999a919e7 Bug 872329 - Part 1: Apply new settings layout - strings. r=wesj 2013-06-26 10:57:46 -07:00
Jim Chen
b6986ad28f Bug 887097 - Get rid of Gecko event sync time out; r=kats 2013-06-26 10:59:37 -04:00
Max Li
c203244414 Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr 2013-06-25 06:34:03 -04:00
Chris Kitching
6c5d882abe Bug 885941 - Homogenize privacy links in Fennec. r=mleibovic 2013-06-26 09:46:14 -04:00
Richard Newman
c8f898fb4f Bug 886156 - Part 2: don't initialize PIC with null add-ons. r=nalexander 2013-06-25 22:34:43 -07:00
Richard Newman
ccf78e8bcd Bug 886156 - Part 1: belt-and-braces safety in initialization of ProfileInformationCache. r=nalexander 2013-06-25 22:34:42 -07:00
Garrett Robinson
0a39a62d18 Bug 858780 - Turn on CSP 1.0 spec compliant flag in Android settings. r=mfinkle 2013-06-25 20:08:58 -04:00
Geoff Brown
d1c02ea68b Bug 882191 - Wait for Settings item to be enabled before selecting; r=liuche 2013-06-25 15:33:01 -07:00
Jonathan Kew
d5b73eda46 bug 878674 - pt 2 - clean up obsolete copies of packaged fonts from the Android filesystem. r=blassey 2013-06-25 22:30:58 +01:00
Chenxia Liu
8c3f9daa5f Bug 886916 - Regression: Multiple-level settings screens do not handle "back" correctly. r=margaret 2013-06-25 14:22:19 -07:00
James Hugman
228b79b0ec Bug 860782 - Move Android permission install to first run, from install. r=wesj, r=fabrice
* * *
Bug 860782 - Use app when requesting permissions. r=mfinkle
* * *
Bug 860782 - Disable permissions tests on platforms where they shouldn't work. r=mfinkle
2013-06-20 12:51:18 -04:00
Sriram Ramasubramanian
dd1b6d573a Bug 884566: Don't show default activity until some activity is choosen for first time in QuickShare. [r=mfinkle]
--HG--
extra : rebase_source : 4ede125667edcbed18559f3346ee559f5d5cb7bc
2013-06-24 15:49:16 -07:00
Ed Morley
b068dae3e8 Backed out changeset 30bf232b44f7 (bug 878674) 2013-06-25 11:25:30 +01:00
Jonathan Kew
c3b3a2eb65 bug 878674 - pt 2 - clean up obsolete copies of packaged fonts from the Android filesystem. r=blassey 2013-06-25 09:14:37 +01:00
Brian Nicholson
e74572c8bc Bug 849847 - Make about:home scrollable with the analog stick. r=Cwiiis 2013-06-24 21:44:07 -07:00
Phil Ringnalda
5ae7b08b00 Merge m-c to m-i 2013-06-24 16:51:59 -07:00
Alex Keybl
821f644108 Merging in version bump NO BUG 2013-06-24 11:37:32 -07:00
Richard Newman
639ce9a3c8 Bug 886231 - Rename datareporting_fhr_summary to reflect string change (follow-up from Bug 879558). r=trivial 2013-06-24 08:40:35 -07:00
Richard Newman
74b997bffe Bug 886155 - GeckoSubdocumentScrollHelper logspew. r=kats 2013-06-23 23:39:14 -07:00
Max Li
a96f11d3dc Bug 885298 - warning: redundant cast to android.os.IInterface in ISelfBrailleService.java. r=kats
--HG--
extra : rebase_source : 1e89c31b2d79ff262113b0d4b1cf37110f1f4882
extra : amend_source : 23f3cc6cb2b6f064b97130d6cc94aad7f41a0992
2013-06-21 14:27:38 -04:00
Jim Chen
d7a68d8aaa Bug 837379 - Log main thread stack for off-main-thread exceptions; r=cpeterson 2013-06-24 16:10:03 -04:00
Richard Newman
64a8beb86e Bug 886231 - Rename datareporting_fhr_summary to reflect string change (follow-up from Bug 879558). r=trivial 2013-06-24 08:40:35 -07:00
Brian Smith
0272350848 Bug 867465: Remove the "Revocation Lists" feature, r=cviecco, r=mattn 2013-06-02 23:37:47 -07:00
Brian Smith
25ff7ceed9 Backout 308e3cd73c5f, cc9980cb3db2, f5591bedc40e due to build failure 2013-06-22 16:45:47 -07:00
Brian Smith
83b30629cc Bug 867465: Remove the Revocation Lists feature, r=cviecco, r=mattn
--HG--
extra : rebase_source : f17ab5ff048777e059bc287f01fe4a0d80965966
extra : histedit_source : 24c6c568f419d4eeeace0b0b8e1e0ce71d9b0cd8
2013-06-02 23:37:47 -07:00
Phil Ringnalda
fbec0d00df Merge m-c to m-i 2013-06-22 15:56:20 -07:00
Phil Ringnalda
35fb20e4a7 Merge s-c to m-c 2013-06-22 15:50:51 -07:00
Richard Newman
4183555b92 Merge m-c to s-c. 2013-06-22 11:58:51 -07:00
Richard Newman
be929a2ba6 Bug 879558 - Add entry point to about:healthreport in Settings > Data choices on Android. r=rnewman 2013-06-22 12:25:50 -07:00
Nick Alexander
8c06db6464 Bug 885582 - Append version number query parameter to Android about:healthreport URL. r=rnewman 2013-06-21 17:42:46 -07:00
Nick Alexander
fa2746cfd2 Bug 882745 - Add LaunchUpdater message to Android about:healthreport wrapper. r=rnewman 2013-06-21 14:00:40 -07:00
Nick Alexander
790f330ec7 Bug 879555 - Add ShowSettings message to Android about:healthreport wrapper. r=rnewman 2013-06-21 14:00:40 -07:00
Nick Alexander
a3277c8b49 Bug 738890 - Fix testJarReader. r=wesj 2013-06-21 14:00:39 -07:00
Nick Alexander
92361edab1 Bug 884626 - Make UpdateServiceHelper read update.locale from correct omni.ja location. r=mfinkle 2013-06-21 14:00:38 -07:00
Richard Newman
99bbc881ed Bug 885042 - Remove vestigial add-on ignoring code. r=gps 2013-06-20 18:39:14 -07:00
Bill McCloskey
2e3db4ed09 Bug 871005 - Add a pref for GC decommit threshold (r=gregor) 2013-06-20 18:06:53 -07:00
Sriram Ramasubramanian
11504e0b54 Bug 874014: Revert back to icon based TabsPanel headers. [r=margaret]
--HG--
extra : rebase_source : e6410e0fec37c7386a8770fa243afda3f092eeec
2013-06-20 16:52:02 -07:00
Jim Chen
d8d660431d Bug 880650 - Don't try to dismiss VKB during testBookmarksTab; r=adrian.tamas 2013-06-18 15:49:14 -04:00
Jim Chen
1e76614adb Bug 880650 - Add selectAll call to URL bar initialization; r=cpeterson 2013-06-18 15:49:14 -04:00
Jim Chen
257553f813 Bug 880650 - Clean up hiding/showing VKB in the awesome screen; r=cpeterson 2013-06-18 15:49:14 -04:00
Wes Johnston
3e5e835e53 Bug 879482 - Use correct function when mapping results from file pickers. r=mfinkle 2013-06-18 09:39:33 -07:00
Nick Alexander
96772eac21 Bug 874132 - Part 2: Add custom debug signing tool. f=mcomella, r=jmaher
--HG--
extra : rebase_source : 0372a7a3718f409ce8bd1aa2f78ce0387a98f06d
2013-06-18 09:25:15 -07:00
Phil Ringnalda
7d168d7315 Back out 35bf7e6dbf90 (bug 882120) for reftest and crashtest failures 2013-06-18 09:00:56 -07:00
Nicolas Carlo
bdc734b300 Bug 875852 - Make ambient light changes in auto-mode for Reader more reliable and less sensitive in aboutReader.js. r=margaret 2013-06-18 11:53:51 -04:00
Kartikaya Gupta
2bb34972bf Bug 882120 - Apply rounding to the layer-pixel rect in Java to fix robopan regression. r=kentuckyfriedtakahe 2013-06-18 09:27:45 -04:00
Max Li
d8a5222e3e Bug 756690 - Add option to not land on images with no alt text. r=eeejay 2013-06-17 16:25:24 -04:00
Phil Ringnalda
848f38f7dc Back out b5854baf067d (bug 884004) for Android mochitest failures 2013-06-17 19:47:39 -07:00
Margaret Leibovic
5604435af7 Bug 860581 - Add support for Mixed Content Blocking. r=wesj 2013-06-21 20:36:38 -07:00
Margaret Leibovic
76437ec0bc Bug 884069 - Refactor DoorHanger to create a better Java API that doesn't depend on JSON. r=sriram,wesj 2013-06-21 20:36:35 -07:00
Margaret Leibovic
42edd8d348 Bug 885357 - Migrate "plugins.click_to_play" pref to "plugin.default.state" on upgrade. r=wesj 2013-06-21 20:36:32 -07:00
Joey Armstrong
177893ac53 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal 2013-06-20 15:59:59 -04:00
Sriram Ramasubramanian
5a77d35813 Bug 884133: Kill sAppContext in GeckoApp. [r=blassey]
--HG--
extra : rebase_source : 28ce06926299a7d6c9f1413a9de89ea535ae60a3
2013-06-17 17:31:17 -07:00
Chenxia Liu
24699fc626 Bug 877725 - Provide user visible opt in UI for cell tower and wifi data collection and reporting. r=wesj 2013-06-20 12:11:26 -07:00
Ryan VanderMeulen
759d45e79e Backed out changeset 72affddbc575 (bug 860782) for mochitest-bc orange. 2013-06-20 15:07:31 -04:00
Nick Alexander
dc310122de Bug 874132 - Second reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle
This incorporates follow-ups including: rename the debug key; check if
key alias exists rather than just testing for keystore existence; set
$(AIDL).

Renaming the debug key works around an un-confirmed JDK bug in
jarsigner, where '-debug' and 'debug' compare the same.
2013-06-20 11:50:28 -07:00
Kartikaya Gupta
709894d739 Bug 882120 - Apply rounding to the layer-pixel rect in Java to fix robopan regression. r=kentuckyfriedtakahe 2013-06-18 09:27:45 -04:00
James Hugman
a1f26cfb98 Bug 860782 - Move Android permission install to first run, from install. r=wesj, r=fabrice 2013-06-20 12:51:18 -04:00
James Hugman
b71ef09dc8 Bug 854934 - Add production cert for privileged apps on Android. r=wesj, r=mfinkle 2013-06-20 12:51:17 -04:00
Sriram Ramasubramanian
e6d07dc1fb Bug 884004: DexClassLoader should use context's class loader. [r=kats]
--HG--
extra : rebase_source : ef88af9ee62fb357528c4116247a7f57bae70cf3
2013-06-17 12:55:01 -07:00
Ryan VanderMeulen
7fbacac802 Backed out changeset ec7bccd33fc0 (bug 846340) for frequent failures.
CLOSED TREE
2013-06-17 19:18:37 -04:00
Brad Lassey
c08786522e bug 882196 - Android crash in nsXPCWrappedJS::AddRef, remove nsAppShell::NotifyObservers r=kats 2013-06-17 17:09:09 -04:00
Brad Lassey
bf0cb53536 bug 882196 - Android crash in nsXPCWrappedJS::AddRef, remove nsAppShell::CallObservers r=snorp 2013-06-15 17:40:27 -04:00
Nick Alexander
abc25d8d70 Bug 883921 - Make testFindInPage close PaintedSurface. r=gbrown
--HG--
extra : rebase_source : 9531f3c74e01edb1fad635f9ced333362daed527
2013-06-17 13:57:04 -07:00
Catalin Suciu
6f4021edcf Bug 846340 - Add test for 'Clear Site Settings'. r=jmaher 2013-06-17 11:49:17 +03:00
Margaret Leibovic
3610e4d1c4 Bug 883287 - Add null checks to Prompt.jsm constructor. r=wesj 2013-06-17 13:06:56 -04:00
Federico Paolinelli
8ccd4abde2 Bug 880661 - Corrected check for default handler existence. Added check for download's mimeinfo not nullness. r=margaret; 2013-06-17 13:06:53 -04:00
Max Li
b68ed19c15 Bug 876475 - Make braille output less verbose. r=eeejay r=kats r=ted
--HG--
rename : accessible/src/jsat/UtteranceGenerator.jsm => accessible/src/jsat/OutputGenerator.jsm
rename : accessible/tests/mochitest/jsat/utterance.js => accessible/tests/mochitest/jsat/output.js
2013-06-17 10:36:41 -04:00
Gian-Carlo Pascutto
c844448aa0 Bug 881875 - Pref on WebRTC on Firefox for Android. r=blassey 2013-06-20 18:16:25 +02:00
Brad Lassey
fbe796c4d5 bug 884792 - crash in nsXPCWrappedJS::Release, removeObserver being called off main thread r=kats 2013-06-19 13:55:35 -04:00
Margaret Leibovic
33a05e6bb6 Bug 751205 - (Part 4) Rename resources to be more generic for arrow popups. r=sriram
--HG--
rename : mobile/android/base/resources/drawable-hdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-hdpi/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-hdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-mdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-xhdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-mdpi/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-xhdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-xhdpi/arrow_popup_bg.9.png
2013-06-20 08:06:15 -07:00
Margaret Leibovic
434ba47231 Bug 751205 - (Part 3) Factor out arrow/anchor positioning code to ArrowPopup. r=wesj 2013-06-20 08:06:15 -07:00
Margaret Leibovic
ff3db4d072 Bug 751205 - (Part 2) Un-singleton-ify SiteIdentityPopup. r=wesj 2013-06-20 08:06:15 -07:00
Margaret Leibovic
b2a147234e Bug 751205 - (Part 1) Refactor site identity popup and doorhanger popup to use common arrow panel container. r=wesj
--HG--
rename : mobile/android/base/resources/layout/site_identity_popup.xml => mobile/android/base/resources/layout/site_identity.xml
2013-06-20 08:06:15 -07:00
Max Li
762ef8e5ee Bug 785852 - Support editing mode navigation in Jelly Bean. r=eeejay r=kats 2013-06-19 16:11:46 -04:00
Brian O'Keefe
11bcc1cd9e Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Ryan VanderMeulen
2a07e1ed8c Backed out changeset 833ca9a17792 (bug 874132) for Android bustage on a CLOSED TREE. 2013-06-19 20:32:47 -04:00
Nick Alexander
ead6ac6942 Bug 874132 - Reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle
This incorporates follow-ups including: rename the debug key; check if
key alias exists rather than just testing for keystore existence; set
$(AIDL).

Renaming the debug key works around an un-confirmed JDK bug in
jarsigner, where '-debug' and 'debug' compare the same.
2013-06-19 17:05:14 -07:00
Justin Dolske
47e57df0f0 Bug 839961 - Refactor login manager's content actions into a separate JSM. (mobile and metro changes) r=mfinkle 2013-06-19 16:30:53 -07:00
Chris Peterson
cf570bc98e Bug 880245 - Move Android's .jsm modules from Makefile.in to moz.build. r=joey 2013-06-17 17:00:58 -07:00
Benjamin Smedberg
1b2fc55d63 Bug 884694 - Fix the android preference to always enable plugins, r=margaret 2013-06-19 17:01:46 -04:00
Wes Johnston
5fe6767477 Bug 882136 - Remove notifications created by NotificationHelper when Fennec is killed. r=lucasr 2013-06-19 13:29:48 -07:00
Nick Alexander
aca88101ad Bug 878079 - Clarify |make install| message when no Android devices are connected. r=ted
DONTBUILD since NPOTB
2013-06-14 16:17:42 -07:00
Chris Peterson
b82bc8ad72 Bug 882959 - Initialize app.geo.reportdata pref to avoid annoying nsIPrefBranch.getCharPref() exceptions. r=blassey 2013-06-13 15:54:30 -07:00
Vladimir Vukicevic
f4af325139 b=882906; remove EXTRA_DSO_LIBS; r=ted 2013-06-13 22:58:22 -04:00
Joey Armstrong
0a0e08cb9c bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1) r=mshal 2013-06-14 14:07:19 -04:00
Jim Chen
43b7d54799 Bug 863777 - Get native stack in ANR report; r=blassey 2013-06-14 12:42:10 -04:00
Jim Chen
3f9f3d0dd5 Bug 863777 - Add native stack JNI method definitions; r=kats 2013-06-14 12:42:10 -04:00
Jim Chen
cece851ab2 Bug 863777 - Add types to jni-generator.py; r=kats 2013-06-14 12:42:10 -04:00
Timothy Nikkel
d0a02501d7 Bug 876562. Fix scrollport size calculation that didn't make a lot of sense. r=kats
It was taking the min over two values that weren't in the same unit (the first in CSS pixels, the second in dev pixels).
2013-06-14 10:53:39 -05:00
Chenxia Liu
cb1ce0f2a3 Bug 873072 - Launching settings from Android system notification crashes if Gecko has been killed. r=sriram 2013-06-13 18:58:26 -07:00
Wes Johnston
7c48823e90 Bug 872142 - Make selecthelper use async prompts. r=bnicholson 2013-06-13 14:19:04 -07:00
Max Li
d21228aea6 Bug 803021 - Doorhanger notifications do not retain accessibility focus. r=mleibovic 2013-06-13 15:42:45 -04:00
Mark Capella
4abbba9d72 Bug 868222 - Tab increment animation displays an artifact, r=wesj 2013-06-13 02:58:59 -04:00
Nick Alexander
1bfce55b1b Bug 880234 - Use add_test in testDeviceSearchEngines. r=mfinkle 2013-06-12 19:17:26 -07:00
Wes Johnston
8ff9a33fba Bug 878415 - Return early if the user cancels a file picker. r=liuche 2013-06-12 16:43:15 -07:00
Richard Newman
87d52b34f8 Bug 882319 - Page load fixes for first release. r=nalexander 2013-06-12 16:17:48 -07:00
Nick Alexander
1d992b39e6 Bug 828654, Bug 840127 - Android service for submitting Firefox Health Report payloads. r=rnewman 2013-06-12 16:17:47 -07:00
Chris Peterson
6b8fe5f75e Bug 834033 - Part 3: Add Android JSONUtils for parsing URLs and UUIDs. r=blassey 2013-06-12 10:07:34 -07:00
Chris Peterson
36a9d4e8ab Bug 834033 - Part 2: Import koush's android-websockets library. r=blassey 2013-05-09 14:51:27 -07:00
Nick Alexander
4923ffdcd2 Bug 873569 - Part 1: Move omni.ja into assets/ directory of Android APK. r=glandium 2013-06-12 13:24:14 -07:00
Nick Alexander
c6a1247bd9 Bug 873569 - Part 0: Add a sanity test for JNI.jsm. r=wesj 2013-06-12 13:24:01 -07:00
Sriram Ramasubramanian
37ae47fd21 Bug 881507: NoSuchMethodError on MenuItem. [r=mfinkle] 2013-06-11 10:47:30 -07:00
Sriram Ramasubramanian
a445a337dc Bug 881828: Add MenuItemDefault to GeckoViewsFactory. [r=mfinkle] 2013-06-11 13:38:52 -07:00
Wes Johnston
0aeaa1ffa3 Bug 878848 - Use Prompt.jsm for NSS prompts. r=kats 2013-06-12 09:14:58 -07:00
Wes Johnston
f769d0cfb4 Bug 877911 - Make prompt service use Prompts.jsm. r=margaret 2013-06-12 09:14:57 -07:00
Wes Johnston
8e6e3b324e Bug 872388 - Show a button toast when bookmarks are created. r=bnicholson 2013-05-30 17:03:20 -07:00
Wes Johnston
4efe423c34 Bug 872388 - Move EditBookmark dialog into its own class. r=bnicholson 2013-05-30 17:03:18 -07:00
Wes Johnston
5f85a25cda Bug 872388 - Create a buttonToast class. r=bnicholson
* * *
Bug 872388 - Style button toasts. r=bnicholson
2013-05-30 17:02:30 -07:00
Doug Turner
56ec59c248 Bug 882485 - Add API keys support for Google Location Service API. r=gps, jdm, gavin. sr=brendan 2013-06-12 19:20:07 -07:00
Paul Feher
55c12c531a Bug 878587 - Fixes for testMasterPassword to diminish intermittent-failures caused by slow devices. r=jmaher 2013-05-10 10:56:53 +03:00
Jonathan Kew
49a9cbdcc4 bug 881640 - update CharisSILCompact fonts in the mobile product to release 4.114. r=blassey 2013-06-12 10:44:19 +01:00
Phil Ringnalda
35b1928977 Back out 9f76571216ff (bug 880650) for test failures
CLOSED TREE
2013-06-11 20:43:00 -07:00
Shilpan Bhagat
3f69e59770 Bug 860089: Changed the find in page bar to match the current theme. [r=sriram]
--HG--
extra : rebase_source : 2395ea36010168f6498b645f27ddb0c5f689d50b
2013-06-11 15:27:02 -07:00
Jim Chen
aae869aa82 Bug 880650 - Clean up hiding/showing VKB in the awesome screen. r=cpeterson 2013-06-11 21:41:22 -04:00
Wes Johnston
87c638ae73 Bug 874401 - Add a missing image file. r=mfinkle CLOSED TREE 2013-06-11 14:57:08 -07:00
Wes Johnston
d6a0348221 Bug 878613 - Fix styling of spinner popups. r=sriram 2013-06-11 12:14:44 -07:00
Wes Johnston
e2c420c39b Bug 874401 - Show an ongoing notification when webrtc is active. r=mfinkle 2013-06-11 12:14:43 -07:00
Richard Newman
c4865281e8 Bug 881763 - Append /mobile/ to about:healthreport URL. r=trivial 2013-06-11 09:29:37 -07:00
Kartikaya Gupta
dc77049db1 Bug 785929 - Kill FrameMetrics.mContentRect. r=kentuckyfriedtakahe 2013-06-11 09:46:51 -04:00
Adrian Tamas
8768b11e87 Bug 879767 - Intermittent testMasterPassword | GeckoEventExpecter - blockForEvent timeout: DOMContentLoaded. r=jmaher 2013-06-10 18:55:04 +03:00
Brian Nicholson
39e4e57b44 Bug 880599 - Remove GeckoProfile.get() from provider creation. r=gbrown 2013-06-10 15:37:39 -07:00
Brian Nicholson
25612b1b66 Bug 879505 - Use getCurrentActivity() in getActivityFromClick(). r=gbrown 2013-06-10 15:37:39 -07:00
Sriram Ramasubramanian
c63d00cd5e Bug 878929: Fix robocop testShareLink to pass in the ListView. [r=mfinkle]
--HG--
extra : rebase_source : be564d2726e31a5c1b6bd19575fe23db6f7e11bf
2013-06-07 10:50:43 -07:00
Sriram Ramasubramanian
2a35c9cd96 Bug 878929: Optimize custom menu's list view. [r=mfinkle] [r=wesj]
--HG--
extra : rebase_source : 58caf961c4d7a0521224508b44a605c466968543
2013-06-05 15:28:02 -07:00
Chris Peterson
21b22ec691 Bug 878327 - Disable the Marketplace payment provider prefs in Beta and Release channels. r=wesj 2013-06-06 16:02:49 -07:00
Chris Peterson
106883e26c Back out changeset 12cdc8931e48 (Bug 857730) to remove Android Contacts permission. 2013-06-10 11:24:27 -07:00
Mark Capella
57652d7851 Bug 802093 - Reader Mode:Update reading list button state if the list is empty, r=lucasr
--HG--
rename : mobile/android/themes/core/images/reader-list-icon-hdpi.png => mobile/android/themes/core/images/reader-list-on-icon-hdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-mdpi.png => mobile/android/themes/core/images/reader-list-on-icon-mdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-xhdpi.png => mobile/android/themes/core/images/reader-list-on-icon-xhdpi.png
2013-06-10 12:25:35 -04:00
Federico Paolinelli
7b8fbcb01d Bug 684380 - Add context menu to add mail / phone links to address book. r=mfinkle 2013-06-10 12:17:56 -04:00
Jim Chen
d61b66bb9b Bug 837379 - Log better exception messages in GeckoEditable; r=cpeterson 2013-06-10 10:15:41 -04:00
Jim Chen
14d5a85185 Bug 876739 - restart and show/hide IME for input types with native widgets; r=cpeterson 2013-06-10 10:13:31 -04:00
Jim Chen
0e55621efe Bug 876739 - Reset extracted text request in notifyIMEContext; r=cpeterson 2013-06-10 10:13:31 -04:00
Mark Capella
8aaafed7e7 Bug 880592 - Wrong tab count after killed by OS and restored, r=lucasr 2013-06-10 06:14:43 -04:00
Ehsan Akhgari
f3d7666cee Merge mozilla-central into mozilla-inbound 2013-06-09 19:03:37 -04:00
Mike Hommey
a4a818a5ac Bug 874708 - Backout changeset 4655d7317a03 (part of bug 875824) now that the linker itself has a mitigation that works on the SGS4 2013-06-09 09:24:56 +02:00
Richard Newman
7eb58c5052 Merge m-c to s-c. 2013-06-07 13:04:39 -07:00
Richard Newman
c3f0c6a173 Bug 880549 - Include add-on blocklist state in payload. r=mfinkle 2013-06-07 10:20:59 -07:00
Richard Newman
0b4684d370 Bug 880171 - Part 2: handle failure to retrieve storage from EnvironmentBuilder. r=nalexander 2013-06-07 10:20:59 -07:00
Richard Newman
3ac6fcae8a Bug 880171 - Part 1: return null if unable to retrieve storage in EnvironmentBuilder. r=nalexander 2013-06-07 10:20:58 -07:00
Nick Alexander
bd81df283c Bug 879956 - Don't print email address to logcat when syncing. r=rnewman 2013-06-07 10:20:58 -07:00
Marcos A. Di Pietro
e6e79e3bb0 Bug 871524 - Fine tune Reader Mode margins for tablet landscape mode. r=mleibovic 2013-06-07 08:40:18 -04:00
Ryan VanderMeulen
21dc555a78 Merge m-c to inbound. 2013-06-07 08:01:37 -04:00
Trevor Saunders
4aee4931c9 bug 880457 - try and fix android l10n builds by using gcc 4.6 for them only since they're still done on i686 r=khuey DONTBUILD 2013-06-06 18:32:37 -04:00
Gavin Sharp
debecfa94e Fix stupid now-incorrect comment that keeps getting copied to new tests, no bug, r=ARGH 2013-06-05 23:53:17 -07:00
Trevor Saunders
273dc60c54 bug 877503 - build firefox for android with gcc 4.7 r=ted, blassey, nthomas 2013-06-05 23:43:05 -04:00
Brad Lassey
a5ec74e1fb bug 876689 - Virtual keyboard does not invoke on text input field focus if 'Don't keep activities' is enabled r=jchen 2013-06-06 14:05:06 -04:00
Brad Lassey
0614a12fea bug 876689 - Virtual keyboard does not invoke on text input field focus if 'Don't keep activities' is enabled r=jchen 2013-06-06 14:05:32 -04:00
Geoff Brown
b687c1a092 Bug 869030 - Enable robocop testSystemPages; r=jmaher 2013-06-06 11:42:01 -06:00
Nicolas Carlo
da672121e7 Bug 879088 - Replace XPCOMUtils.defineLazyGetter with XPCOMUtils.defineLazyModuleGetter where modules are loaded in browser.js, AddonUpdateService.js, and SessionStore.js. r=margaret 2013-06-06 12:37:21 -04:00
Mark Finkle
c933212b6c Bug 861164 - use different search URLs for tablet vs. non-tablet [tests] r=margaret 2013-06-05 22:29:44 -04:00
Shane Tully
30605782b4 Bug 857730 - Add read and write contacts Android permissions to Android manifest file. r=cpeterson 2013-06-04 10:18:28 -07:00
Federico Paolinelli
19199dbcd1 Bug 876485 - Moved clipboard code from GeckoAppShell to a separate Clipboard class. Changed jni calls to new methods. r=cpeterson 2013-06-07 13:39:37 -07:00
Brian Nicholson
06fc54c01e Bug 878491 - Save about:home top padding in BrowserApp instead of AboutHome fragment. r=lucasr 2013-06-07 12:27:21 -07:00
Marcos A. Di Pietro
6cf43a077e Bug 867567 - JavaScript Error: "TypeError: focused is null". r=kats 2013-06-07 15:20:09 -04:00
Ryan VanderMeulen
01ff5c0dc3 Merge inbound to m-c. 2013-06-05 16:29:54 -04:00
Richard Newman
4748a5630e Merge m-c to s-c. 2013-06-05 11:52:39 -07:00
Geoff Brown
08ac38eb57 Bug 869030 - Enable robocop testDoorHanger; r=jmaher
--HG--
extra : rebase_source : 926feb6671d1b8b6e2afe5961e28b919fa016ec3
2013-06-05 11:48:21 -06:00
Richard Newman
f3c24f3932 Bug 868445 - Follow-up: correct missing import. r=trivial 2013-06-05 08:45:30 -07:00
Wes Johnston
1001929a6c Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-05 10:04:11 -07:00
Gian-Carlo Pascutto
7c61d5c20a Bug 874572 - Suspend and resume the camera together with the application. r=blassey 2013-06-05 08:26:11 +02:00
Richard Newman
e8e1fe64e9 Bug 868445 - Part 2: sessions provider for FHR on Android. r=nalexander
* * *
More sessions.
2013-06-04 17:16:57 -07:00
Richard Newman
431f2c510a Bug 868445 - Part 1: allow recording of JSON objects. r=nalexander 2013-06-04 17:16:56 -07:00
Wes Johnston
10d885d829 Bug 877200 - Make history menu use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
18cfebc03c Bug 872149 - Make Payments ui use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
d690940572 Bug 872147 - Make FeedHandler use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
930bf4daab Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
487f97b0ef Bug 877467 - Use a flat list when showing prompts. r=mfinkle 2013-06-04 14:38:01 -07:00
Kartikaya Gupta
7747c1fe52 Bug 876348 - Fix possible NPE in GLController. r=snorp 2013-06-05 12:07:04 -04:00
Brad Lassey
072bb4a99c bug 866957 - Collect and report cell tower and WiFi AP info, put it all behind a default-off pref r=mfinkle 2013-05-31 17:32:12 -04:00
Brad Lassey
0c8ff56b77 bug 866957 - Collect and report WiFi AP info r=hannos,snorp 2013-06-04 11:09:54 -04:00
Brad Lassey
8031797b6e bug 866957 - Collect and report cell tower info r=hannos,snorp 2013-05-30 12:50:45 -04:00
Lucas Rocha
ad4c467134 Bug 813546 - Guard against null keys when queryng favicon mem cache (r=mfinkle) 2013-06-04 15:14:06 +01:00
Margaret Leibovic
34288bd4dd Bug 878692 - Form history should use FormHistory.jsm instead of nsIFormHistory2. r=wesj 2013-06-04 15:59:50 -07:00
Sriram Ramasubramanian
453940d813 Bug 876938: MenuItem should handle closing the menu of share action. [r=wesj]
--HG--
extra : rebase_source : ca005ac974e3efbf858edac3fd360a3cfddc21b9
2013-05-29 21:54:57 -07:00
Sriram Ramasubramanian
84ab0aba58 Bug 869123: Optimize action-provider by using it only when needed. [r=mfinkle]
--HG--
extra : rebase_source : 88637ae2c299e34a25a3d7fe424bc637635cbec5
2013-06-04 14:08:31 -07:00
Sriram Ramasubramanian
519bb91c66 Bug 869123: Fix testShareLink to support submenu in 14+. [r=mfinkle]
--HG--
extra : rebase_source : 5291de20acb1e4c4500b8ef26eaf1a6816f3647f
2013-05-29 16:06:41 -07:00
Sriram Ramasubramanian
546e95fd31 Bug 869123: Fix setIntent() call in ActionProvider. [r=mfinkle]
--HG--
extra : rebase_source : 413831c09b3df15383ba07671468af999e89134d
2013-06-04 14:07:42 -07:00
Scott Johnson
807c4e8412 Bug 873721: Remove positioning code for reflow-on-zoom when pinch-zooming to provide a better user experience.[r=kats]
Now that double-tap reflow-on-zoom has landed, we need to be a bit more careful about how the position maintenance code for reflow-on-zoom happens and which events trigger it. This patch removes the code that previously did position maintenence for reflow-on-zoom during a pinch-zoom event, but adds back the onPinchFinish() handler so that when pinch-zooming out, we can reset the max line box width if it changed due to a double-tap zoom event previously encountered.
2013-06-05 09:30:37 -05:00
Adrian Tamas
1893314182 Bug 877659 - Robocop: Find a way to check if the vkb is opened and close it without using a BACK action. r=jmaher 2013-06-04 15:16:07 +03:00
Sriram Ramasubramanian
a0b9679d98 Bug 869123: Quick share action for android menu. [r=wesj]
--HG--
extra : rebase_source : bf6885fb80770efef32d91bd984871db67b78f2b
2013-05-15 10:55:06 -07:00
Kartikaya Gupta
7830e812ea Bug 879369 - Make NFC not a required hardware feature. r=blassey 2013-06-04 15:44:46 -04:00
Axel Hecht
f635232207 bug 878568, localize a11y strings on android, r=marco.zehe 2013-06-04 19:02:52 +02:00
Richard Newman
8649cc9838 Bug 878303 - Part 2: use COUNTED_DISCRETE type for searches. r=nalexander 2013-06-03 14:12:17 -07:00
Richard Newman
34127c9567 Bug 878303 - Part 1: implement TYPE_COUNTED_STRING_DISCRETE. r=nalexander 2013-06-03 14:12:16 -07:00
Brian Nicholson
09a251680e Bug 779497 - Clear addons list inside of async callback. r=wesj 2013-06-03 12:55:46 -07:00
Ryan VanderMeulen
69145aa804 Backed out 7 changesets (bug 872147, bug 872143, bug 877467, bug 877200, bug 870063, bug 872149) for robocop-2 failures on a CLOSED TREE.
Backed out changeset 3a1e8e7ac07e (bug 870063)
Backed out changeset 8904d2bf5da0 (bug 877200)
Backed out changeset 80455a25276b (bug 872149)
Backed out changeset c3b5567f1271 (bug 872147)
Backed out changeset d3106edd4a5a (bug 872143)
Backed out changeset 4fd2ae88da98 (bug 870063)
Backed out changeset 1797dc46e862 (bug 877467)
2013-06-03 15:04:51 -04:00
Brad Lassey
fd58e3fbf4 bug 878868 - Need to bump build id of x86 builds for the play store r=mfinkle 2013-06-03 13:22:18 -04:00
Wes Johnston
4ff8c5dfa4 Bug 870063 - Fix context menu typo. r=mfinkle 2013-06-03 10:22:09 -07:00
Richard Newman
00801b3000 Bug 878670 - Version profile information cache file. r=nalexander 2013-06-03 10:07:43 -07:00
Wes Johnston
80113af956 Bug 877200 - Make history menu use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
7d8470019a Bug 872149 - Make Payments ui use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
5a6a497045 Bug 872147 - Make FeedHandler use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
64cfbc65b9 Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
8e13486670 Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
99e6f6ab63 Bug 877467 - List API for prompt.jsm should take a flat list. r=mfinkle 2013-06-03 09:20:43 -07:00
Margaret Leibovic
97c84b18b0 Bug 867354 - Don't prompt for feedback in distribution builds. r=mfinkle 2013-06-03 08:37:29 -07:00
Margaret Leibovic
034f4c27fa Bug 874888 - Update privacy policy link URL on about:rights for Fennec. r=wesj 2013-06-03 08:37:29 -07:00
Kartikaya Gupta
f7d4c267eb Bug 876060 - Handle medium-length taps as clicks. r=Cwiiis 2013-06-03 10:05:59 -04:00
Lucas Rocha
b7355f5c4d Bug 877735 - Slide menu icon with other buttons in toolbar animation (r=mfinkle) 2013-05-30 19:47:44 +01:00
Lucas Rocha
9610fd4fab Bug 877140 - Fade in toolbar buttons while hiding tabs tray (r=mfinkle) 2013-05-30 19:47:44 +01:00
Lucas Rocha
e5aca3f6c7 Bug 877140 - Add duration getter to PropertyAnimator (r=mfinkle) 2013-05-30 19:47:44 +01:00
Lucas Rocha
814b590776 Bug 877140 - Fix type of constructor argument for duration (r=mfinkle) 2013-05-30 19:47:44 +01:00
Alex Keybl
30a7a23b0c Bug 872809 – Add sk to multi-locale APK for beta 2 r=akeybl a=akeybl
--HG--
extra : transplant_source : %B1%1C%04%03%08%16%EEY%9D%CD%60%24%A1%EF%FF%C8j%AB%04%C2
2013-05-21 12:50:08 -07:00
Jim Blandy
78b89f1c5a Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice 2013-06-02 10:19:41 +03:00
Panos Astithas
03ab87f879 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Jim Blandy
3923f3e983 Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Jim Blandy
816e6cfe91 Use DebuggerServer.addGlobalActor to register ChromeDebuggerActor, instead of writing out code with the same effect (bug 863936). r=past,mfinkle,fabrice 2013-04-19 17:33:00 +03:00
paul.feher@softvision.ro
898d4da981 Bug 838596 - Robocop: Add test for 'Master Password' feature. r=jmaher 2013-05-10 10:56:53 +03:00
Ryan VanderMeulen
dc9e4bb7ab Backed out 5 changesets (bug 872388) for Android 2.2 bustage on a CLOSED TREE.
Backed out changeset f2fbb5c6cfc7 (bug 872388)
Backed out changeset 416f9cdde0f7 (bug 872388)
Backed out changeset 684ba082942b (bug 872388)
Backed out changeset 7acb6c63fdf4 (bug 872388)
Backed out changeset 2076903c21fa (bug 872388)
2013-05-30 22:11:26 -04:00
Nick Alexander
23648dc3f2 Bug 876473 - Provide Java-generated Firefox Health Report to about:healthreport. r=rnewman 2013-05-30 17:42:57 -07:00
Richard Newman
5eb58c3d2a Bug 873496 - Part 2: add provider filtering to search provider. r=nalexander 2013-05-30 17:42:57 -07:00
Richard Newman
ec48faa83f Bug 873496 - Part 1: searches provider for FHR on Android. r=cpeterson
* * *
part of searches-1
2013-05-30 17:42:56 -07:00
Richard Newman
8a4af7f535 Bug 875400 - Part 2: provide add-ons and pref changes to FHR. r=mfinkle
* * *
Bug 875400 - Part 2a: review comments.
* * *
Bug 875400 - Part 2b: add flag to ignore add-ons.
2013-05-30 17:42:56 -07:00
Richard Newman
203e8b3ef2 Bug 875400 - Part 1: add-on support and hashing changes for Environment. r=nalexander 2013-05-30 17:42:56 -07:00
Wes Johnston
bf4fc9d9a6 Bug 872388 - Cleanup review nits. r=bnicholson 2013-05-30 17:14:37 -07:00