Commit Graph

251 Commits

Author SHA1 Message Date
Tim Taubert
5982a00404 merge m-c to fx-team 2014-01-19 10:42:28 +01:00
Jim Chen
57092e14bb Bug 959237 - Add AndroidBridge::HasEnv checks; r=blassey
For certain tests, the AndroidBridge is not initialized, but some GeckoAppShell functions are still called indirectly. For now, this patch adds checks to skip these calls if there's no AndroidBridge. However, in the future, most of the affected code should be refactored to not require these checks.
2014-01-17 23:32:24 -06:00
Margaret Leibovic
f41c504216 Bug 958891 - Make Fennec about:home advertise Firefox Accounts + Sync banner. r=bnicholson 2014-01-17 16:08:44 -08:00
Margaret Leibovic
cdaf79d7e4 Bug 957881 - Get rid of recommended addons code. r=bnicholson 2014-01-10 17:18:14 -08:00
Mark Finkle
a7dd1dae4a Bug 958087 - nsAndroidHistory::SetURITitle is called for iframes and embeds r=blassey 2014-01-09 15:43:14 -05:00
Mark Finkle
646c00af5e Bug 955870 - Cache the array length in IsRecentlyVisitedURI r=blassey 2014-01-02 14:36:06 -05:00
Mark Finkle
90d7f89771 Bug 955870 - Do some quick checks before calling CheckURIVisited r=blassey 2014-01-02 14:36:03 -05:00
Wes Kocher
d2d2c65cbe Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Mark Finkle
977c311988 Bug 952473 - SessionStore should only watch for top-level pageshow events r=wesj 2013-12-20 16:41:11 -05:00
Nick Alexander
03c3ebeefc Bug 951883 - Part 2: Remove temporary compile time guards. r=me
--HG--
extra : rebase_source : 51325eeea8fc1d5b2e7cd84e8977072b030496c8
2013-12-18 15:13:26 -08:00
Nick Alexander
24197dea4b Bug 899217 - Part 1: Register about:accounts code. r=rnewman
This is temporary code for our first engineering milestone.  I know of
the following issues:

* the page doesn't implement the full interface and spec that the
  loaded content expects; it just does enough to work.
* logs are repeated if about:accounts is re-loaded.
2013-12-17 15:14:56 -08:00
Wes Johnston
29094409f6 Bug 921804 - Show checkboxes at the bottom of prompts. r=mfinkle 2013-12-17 10:15:14 -08:00
Mark Finkle
8ff13c3208 Bug 949913 - Don't store page refreshes as history visits r=blassey 2013-12-16 16:00:08 -05:00
Mark Finkle
954b4417a5 Bug 949639 - Move CanAddURI to nsAndroidHistory r=blassey 2013-12-12 23:09:16 -05:00
Wes Johnston
3ad0f3a8aa Bug 875750 - Provide a basic color picker for Android. r=mfinkle 2013-12-11 15:51:01 -08:00
Randell Jesup
fac641fbfb Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
Alfredo Yang
e36a238d1e Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-12-06 17:38:51 -05:00
Margaret Leibovic
825e8d3671 Bug 946486 - Don't cache "browser.snippets.enabled" value. r=bnicholson 2013-12-05 12:43:22 -08:00
Lucas Rocha
7a812d26d4 Bug 944537 - No need to store showProgress as a Tab state/param (r=mfinkle) 2013-12-03 16:20:31 +00:00
Margaret Leibovic
73928f1858 Bug 941685 - Ping metrics server with snippets impression data. r=bnicholson 2013-12-02 16:54:21 -08:00
Mike Hommey
9245936f8b Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
2b828323f2 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Mike Hommey
d210f8ff00 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Wes Johnston
5307abad89 Bug 921112 - Expose MCC/MNC in payments on Android. r=mfinkle 2013-11-25 09:42:25 -08:00
Margaret Leibovic
b2f1c051bf Bug 937820 - Create Snippets XPCOM component. r=bnicholson 2013-11-22 16:55:33 -08:00
Chris Kitching
a23ca26511 Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
7144e8c767 Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Ryan VanderMeulen
99217d0d2e Backed out 7 changesets (bug 913985) for intermittent Android crashes.
Backed out changeset 53513a959cf0 (bug 913985)
Backed out changeset d23d1e678417 (bug 913985)
Backed out changeset a9c9187b4f4a (bug 913985)
Backed out changeset c6b02e4a3e35 (bug 913985)
Backed out changeset 895dae322e3c (bug 913985)
Backed out changeset 3d97e6a53313 (bug 913985)
Backed out changeset 892bb017f8ba (bug 913985)

--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
2013-11-19 10:56:09 -05:00
Chris Kitching
49274d490a Bug 913985 - Part 6: remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
6ba50c4b94 Bug 913985 - Part 5: refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Mike Hommey
8ceb917350 Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
9fe772e7fd Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Mike Hommey
d7b6f95761 Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps 2013-11-19 11:47:14 +09:00
Wes Johnston
87e8e358f3 Bug 938304 - Pass messages from payment providers back to requester. r=mfinkle 2013-11-18 13:46:09 -08:00
Wes Johnston
109d2cd66a Bug 924693 - Add payment callbacks earlier in startup. r=mfinkle 2013-11-11 13:56:10 -08:00
Mark Finkle
3ab8921ba4 Bug 928756 - [geckoview] Convert prompt-based actions into separate GeckoView endpoints r=bnicholson 2013-11-06 17:59:11 -05:00
Reuben Morais
cd93ebe5c9 Backed out 4 changesets (bug 853356) for breaking permission prompts. 2013-11-06 01:32:42 -02:00
Carsten "Tomcat" Book
3009e7cb5d merge mozilla-central to b2g-inbound 2013-11-05 15:55:09 +01:00
Errietta Kostala
c9e3fef940 Bug 910768 - Add a link to the marketplace in the "No apps installed for this url" toast; r=wesj 2013-11-04 16:29:07 -08:00
Alfredo Yang
d986bb0870 Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 16:29:27 +08:00
Kan-Ru Chen (陳侃如)
3e69e11d54 Backout 3903cb4b779f 2013-11-05 15:00:31 +08:00
Alfredo Yang
cbe0ab494e Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 14:05:52 +08:00
Doug Turner
28599ccc63 Backing out 7fe2c77ebbf2 2013-10-31 20:25:03 -07:00
Bill Gianopoulos
2ee0d6c6eb Bug 931469 - Remove redundant app.launch(aLauncher.source). r=wesj 2013-10-27 15:08:36 -04:00
Brian Nicholson
004cae4355 Bug 931876 - Rev UUID for SessionStore.idl. r=mfinkle
--HG--
extra : rebase_source : 1d6bdc60c6a6769a0518ac195807f71c699c8e06
2013-10-28 12:15:13 -07:00
Alfredo Yang
7adc033362 Bug 853356 - Part 1: Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-10-26 21:19:32 -04:00
Mike Hommey
1d566f7586 Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
Birunthan Mohanathas
babfc6b761 Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
2013-10-23 16:36:09 -04:00
Wes Johnston
074d2e908c Bug 780379 - Add buttons to download prompts. r=mfinkle 2013-10-21 08:34:27 -07:00
Ms2ger
3b1af10f4f Bug 923395 - Part b: Remove makefiles that only set LOCAL_INCLUDES and DEFINES; r=gps 2013-10-20 09:25:19 +02:00