Commit Graph

265 Commits

Author SHA1 Message Date
Wes Johnston
38b87a8009 Backed out changeset ed28aeea074a (bug 964511) r=margaret 2014-02-06 15:12:47 -08:00
Brian Nicholson
7ab064ef5d Bug 965137 - Replace SessionStore pageshow listener with DOMTitleChanged listener. r=mfinkle 2014-02-05 23:47:51 -08:00
Brian Nicholson
d65b69f986 Bug 965137 - Synchronously write session on application-background. r=mfinkle 2014-02-05 23:47:51 -08:00
Brian Nicholson
a5ec420cd6 Backout 12ca455a3f09 and 580de0df77e9 for rc failures 2014-02-05 13:44:45 -08:00
Wes Johnston
89da27910e Bug 959230 - Use DOMWindowCreated events to add payments listeners. r=mfinkle 2014-02-05 12:15:44 -08:00
Brian Nicholson
84428bebb2 Bug 965137 - Replace SessionStore pageshow listener with onLocationChange listener. r=mfinkle 2014-02-05 11:05:51 -08:00
Brian Nicholson
7884015e63 Bug 965137 - Synchronously write session on application-background. r=mfinkle 2014-02-05 11:05:50 -08:00
Wes Johnston
48c5d2a8cc Bug 961369 - Fallback when no file picker available in about:memory. r=njn,mfinkle 2014-02-05 10:04:32 -08:00
Richard Newman
e3ee07c9ef Merge m-c to s-c. 2014-02-04 20:30:20 -08:00
Richard Newman
fcebec6381 Bug 961499 - Return correct size favicons for Top Sites' add to home screen functionality. r=bnicholson 2014-02-04 17:58:15 -08:00
Nick Alexander
5be6793b5c Merge m-c to s-c 2014-01-29 20:01:11 -08:00
Richard Newman
df21e27958 Bug 965064 - Part 1: back out non-native about:accounts. r=nalexander 2014-01-28 16:49:54 -08:00
Wes Johnston
43fc13a1ac Bug 964511 - Delay snippets initialization until after first page load. r=margaret 2014-01-27 23:01:00 -08:00
Brian Nicholson
5ec39de586 Bug 965017 - Remove session restore shutdown handling. r=mfinkle 2014-01-28 15:21:47 -08:00
Tim Taubert
0f78b6c5d8 merge m-c to fx-team 2014-01-19 10:42:28 +01:00
Jim Chen
d5b9a4492a 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
4a237045ae Bug 958891 - Make Fennec about:home advertise Firefox Accounts + Sync banner. r=bnicholson 2014-01-17 16:08:44 -08:00
Margaret Leibovic
ee6b3dbd97 Bug 957881 - Get rid of recommended addons code. r=bnicholson 2014-01-10 17:18:14 -08:00
Mark Finkle
fa8896a870 Bug 958087 - nsAndroidHistory::SetURITitle is called for iframes and embeds r=blassey 2014-01-09 15:43:14 -05:00
Mark Finkle
282a52f345 Bug 955870 - Cache the array length in IsRecentlyVisitedURI r=blassey 2014-01-02 14:36:06 -05:00
Mark Finkle
dd3dff1aa9 Bug 955870 - Do some quick checks before calling CheckURIVisited r=blassey 2014-01-02 14:36:03 -05:00
Wes Kocher
18ed09c2b6 Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Mark Finkle
091b5fc98e Bug 952473 - SessionStore should only watch for top-level pageshow events r=wesj 2013-12-20 16:41:11 -05:00
Nick Alexander
6c562c4afe 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
01ef2f3313 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
5aa908c783 Bug 921804 - Show checkboxes at the bottom of prompts. r=mfinkle 2013-12-17 10:15:14 -08:00
Mark Finkle
3568e33c2c Bug 949913 - Don't store page refreshes as history visits r=blassey 2013-12-16 16:00:08 -05:00
Mark Finkle
d40840477a Bug 949639 - Move CanAddURI to nsAndroidHistory r=blassey 2013-12-12 23:09:16 -05:00
Wes Johnston
632126b8d6 Bug 875750 - Provide a basic color picker for Android. r=mfinkle 2013-12-11 15:51:01 -08:00
Randell Jesup
e2ddafcdc2 Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
Alfredo Yang
6a6930d332 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
997837256b Bug 946486 - Don't cache "browser.snippets.enabled" value. r=bnicholson 2013-12-05 12:43:22 -08:00
Lucas Rocha
a9d124893b Bug 944537 - No need to store showProgress as a Tab state/param (r=mfinkle) 2013-12-03 16:20:31 +00:00
Margaret Leibovic
c83c5afaca Bug 941685 - Ping metrics server with snippets impression data. r=bnicholson 2013-12-02 16:54:21 -08:00
Mike Hommey
fdd3247a81 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
2f727b6d62 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
b038245b8d Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Wes Johnston
eef493bef3 Bug 921112 - Expose MCC/MNC in payments on Android. r=mfinkle 2013-11-25 09:42:25 -08:00
Margaret Leibovic
7c0a8fca8c Bug 937820 - Create Snippets XPCOM component. r=bnicholson 2013-11-22 16:55:33 -08:00
Chris Kitching
b3ed714288 Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
43102ed4c2 Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Ryan VanderMeulen
51ab56ef96 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
5d45fe16d7 Bug 913985 - Part 6: remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
fc69db0ffb Bug 913985 - Part 5: refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Mike Hommey
db9e5129bc Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
b18be7aacd Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Mike Hommey
f81885e53b 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
bf3ad3401c Bug 938304 - Pass messages from payment providers back to requester. r=mfinkle 2013-11-18 13:46:09 -08:00
Wes Johnston
42dd065a9e Bug 924693 - Add payment callbacks earlier in startup. r=mfinkle 2013-11-11 13:56:10 -08:00
Mark Finkle
ab4332f81d Bug 928756 - [geckoview] Convert prompt-based actions into separate GeckoView endpoints r=bnicholson 2013-11-06 17:59:11 -05:00