Граф коммитов

19483 Коммитов

Автор SHA1 Сообщение Дата
Andrzej Hunt 87e0b36d2d Bug 1257555 - Move readermode tools into their own package r=rnewman
MozReview-Commit-ID: LaSO3VRUOuA

--HG--
rename : mobile/android/base/java/org/mozilla/gecko/ReaderModeUtils.java => mobile/android/base/java/org/mozilla/gecko/reader/ReaderModeUtils.java
rename : mobile/android/base/java/org/mozilla/gecko/ReadingListHelper.java => mobile/android/base/java/org/mozilla/gecko/reader/ReadingListHelper.java
extra : amend_source : f25e68e1c850a6ad210ff32814c0dfa2f3f11a6c
2016-02-29 18:03:15 -08:00
Andrzej Hunt d80e1e5fd7 Bug 1257555 - Pre: import cleanup r=rnewman
MozReview-Commit-ID: IQQXo7qWokY

--HG--
extra : amend_source : ecf3f329d11f2ddbcbfd286cfe02c2ce715eb0f8
2016-02-24 11:23:44 -08:00
Margaret Leibovic 8dffd68f77 Bug 1253598 - Put offline cache feature behind a switchboard flag. r=sebastian
MozReview-Commit-ID: 2g0JKBopIDB

--HG--
extra : rebase_source : 4258632782753a3a38876bdb1242c2a7c82aebb7
2016-03-10 15:31:30 -05:00
Sebastian Kaspari d785077dda Bug 1255162 - Replace NineOldAndroids with system API. r=liuche
NineOldAndroids is a backport of the animation API that was introduced with Honeycomb.
Since we stopped supporting Gingerbread we do not need this library anymore and can
just use the system API.

MozReview-Commit-ID: Fv6ALlIktt5

--HG--
extra : rebase_source : 1b0b40303edb985361a23536921de38d5295604a
2016-03-10 13:38:28 +01:00
Geoff Brown 6779780fbd Bug 1251013 - Update android_version annotations in test manifests - robocop; r=jmaher 2016-03-17 10:00:49 -06:00
Edwin Flores ef62134a97 Bug 1251370 - Allow all non-touchpad scroll events on Android - r=kats 2016-03-17 11:54:55 +00:00
Richard Newman 89a12baeec Bug 1220184 - Eliminate Gingerbread compatibility. r=froydnj, r=nalexander
MozReview-Commit-ID: E5Ng6Y0IEU9

--HG--
extra : rebase_source : c65fae2ceaf486e536ea617e7912b3e8d97be755
extra : amend_source : cfd90e7b157a23fbe7a07e384d4702dadb603835
2016-02-24 09:25:14 -08:00
Sebastian Kaspari cef56c2a21 Bug 1241810 - Add action for subscribing to new feeds. r=mcomella
MozReview-Commit-ID: 9H4qsEe6P4b

--HG--
extra : rebase_source : eba6c9f111dd28e311b9e8600dc108d29b1aea60
extra : histedit_source : 68e5cfc93591e7d20393f79ebabf09614a4d47f1
2016-02-24 14:47:29 -08:00
Wes Kocher 6ac3ce6d0e Merge m-c to fx-team, a=merge
MozReview-Commit-ID: 7oL9tbPGSDM
2016-03-15 17:33:34 -07:00
Wes Kocher 3b14ab8ca2 Merge inbound to m-c a=merge 2016-03-15 17:24:43 -07:00
Michael Comella 248b859845 Bug 1256405 - Add deprecation warning to SimpleCursorLoader. r=ahunt
Surprisingly, this didn't set off lint locally.

MozReview-Commit-ID: 5SvDS6jalS2

--HG--
extra : rebase_source : 3568d2a9826ae4af1ab5e3ac53dcb1e4b7ce9e66
2016-03-14 12:18:25 -07:00
Sebastian Kaspari 2e79f402dc Bug 1256237 - DynamicToolbarAnimator: Reduce verbose logging. r=snorp
MozReview-Commit-ID: 8UJ6YRvN3pR

--HG--
extra : rebase_source : 2c61fcd06ad4fdae2f775f536c920280058557e6
extra : amend_source : ef42dd19455afc8412f3b87ea423b11a1fcc0c71
2016-03-14 13:43:37 +01:00
Chenxia Liu 3091fdb72a Bug 1249418 - Update illustration image of Sync slide. r=ahunt
MozReview-Commit-ID: LW5SgnnkA95

--HG--
extra : rebase_source : f9f75fc4cd2c233735ffa1280222e2c91e934bd3
2016-03-15 12:30:09 -07:00
Chenxia Liu cecad538b9 Bug 1256400 - Update firstrun search image. r=ahunt
MozReview-Commit-ID: EJTeFrmrKR6

--HG--
extra : rebase_source : c2b7c01a7511ff87b060fd1a258260029438f3de
2016-03-15 12:25:27 -07:00
Andrzej Hunt a474623c85 Bug 1255335 - Ensure we can and should scale image before scaling r=sebastian
We introduced the "if ((flags & FLAG_BYPASS_CACHE_WHEN_DOWNLOADING_ICONS) != 0)" check,
and direct Bitmap scaling in Bug 1238656 to avoid getting the cached icon (which results
in downscaling) for apple-touch-icons (or just any icon that we're using for homescreen shortcuts).
However we need to make sure we can actually scale the icon before performing scaling, hence
this check should have been within our pre-existing "if (image_params_are_valid)" clause.

MozReview-Commit-ID: 4RdHmEia5FR

--HG--
extra : rebase_source : 7c4b62454cb42b63ac00e98fa5476cfcf95e2ee6
extra : amend_source : 0f4c7c17c6ebabea08176969723af8cf9149bd01
2016-03-10 22:50:20 -08:00
Chenxia Liu ce8ba87659 Bug 1254944 - Move changes to generated ThemedImageButton to generator script. r=grisha
MozReview-Commit-ID: Gsnyf1CYE2e

--HG--
extra : rebase_source : 73694dd90180fd42d3d056fd5fd83716ef36ad85
2016-03-09 10:48:02 -08:00
Chenxia Liu 07a3e1a503 Bug 1255127 - Decrease height of bookmark folders to match remote client item height. r=grisha
MozReview-Commit-ID: HIveNuSTuPf

--HG--
extra : rebase_source : 5c6ac74f9e1b53a1f06d2cb4ef203a9d4472e921
2016-03-09 11:48:55 -08:00
Umesh_Kumhar 1bc2236866 Bug 1256288 - Remove unused class Divider. r=sebastian
MozReview-Commit-ID: 42Xv19fhPK9

--HG--
extra : amend_source : b75171802cd9722424f534eff6ccc109feff34ab
2016-03-15 04:09:44 +05:30
Umesh_Kumhar e30233beae Bug 1256236 - Remove unused Distribution.getDescriptor(). r=sebastian
MozReview-Commit-ID: C2I1AJB1xp6

--HG--
extra : amend_source : e8f92237a485151778021a1fc69219de738303ab
2016-03-15 04:24:57 +05:30
Sebastian Kaspari b54b9b35e9 Bug 1241810 - Add background service and action to check feeds for updates. r=mcomella
MozReview-Commit-ID: 5hD4I65OGX3

--HG--
extra : rebase_source : d0e5bb5fd336de8f73ddef0bf1dc603edb5e2853
extra : histedit_source : f97137b389593ac8a3c71167b4f0721c15ce4497
2016-02-24 14:38:44 -08:00
Sebastian Kaspari 10e2d0b90f Bug 1241810 - Add JSON-based storage for feed subscriptions. r=mcomella
MozReview-Commit-ID: 3qeI2wcSQpF

--HG--
extra : rebase_source : 1a9c43e0e122ac04b2f209f19eaa2882508d94bb
extra : histedit_source : 33bc752e99c13d8a414a49f206d3d88f9a590427
2016-02-24 14:27:31 -08:00
Sebastian Kaspari 3cc5209edc Bug 1241810 - FeedFetcher: Simple helper class for fetching feeds using ETag and If-Modified-Since headers. r=mcomella
MozReview-Commit-ID: EHxOcKwBsqe

--HG--
extra : rebase_source : d93d8a3c8a70ae9cb8004ed5b117dbd1423920be
extra : histedit_source : f0a1ab76cccde7afce04dc250f06d68e598f8f0d
2016-02-24 11:49:45 -08:00
Sebastian Kaspari d145b545ef Bug 1241810 - Introduce SimpleFeedParser for implementing "content notifications". r=mcomella
This is just a simple XML Pull Parser that can read arbitrary ATOM and RSS feeds and returns an
object describing the feed and the latest entry. It's goal is to be small and simple rather than
a full-featured feed parser library.

MozReview-Commit-ID: LIa9neYSfCF

--HG--
rename : mobile/android/app/src/main/resources/robolectric.properties => mobile/android/tests/background/junit4/resources/robolectric.properties
extra : rebase_source : 121fe20ce889092c00fc00ea43e69262724c1290
2016-02-24 10:55:35 -08:00
Wes Kocher df770973e9 Merge m-c to inbound, a=merge
MozReview-Commit-ID: BAdnrVKIL0l
2016-03-16 16:51:50 -07:00
Randall Barker e4bd080c0b Bug 1252708 - Able to scroll past the end of the page in Fennec with APZ enabled r=kats 2016-03-16 15:10:41 -07:00
Jim Chen 5252e0a626 Bug 1255586 - Add test cases for more input types in testInputConnection; r=esawin
Add test cases for text areas, content editables, and design mode
editors.
2016-03-16 14:20:30 -04:00
Kartikaya Gupta 8b918e193d Bug 1258384 - Remove some leftover dead code. r=Margaret
MozReview-Commit-ID: 1TG9lj1ZMJF

--HG--
extra : rebase_source : 7e5d8a741980bbdadb7bdee6aae6977d8cf1dc2c
2016-03-21 11:24:09 -04:00
Cykesiopka 1a9cf03eb1 Bug 1251009 - Remove unused nsICertificateDialogs.notifyCACertExists() method. r=keeler, r=mfinkle
MozReview-Commit-ID: 5CFAsy5e1Cl

--HG--
extra : rebase_source : eed2fc5d3511c140dfe6046079347e9a881e2803
2016-03-16 12:48:59 -07:00
Mark Goodwin 985802557a Bug 1224531 - Provide a mechanism for the updater to drive kinto collection sync r=rnewman,mossop
There are two parts to this change. The first is a module to drive kinto
collection sync. This gives server-provided last-update times to each module
managing collection information so that data is only fetched when updates are
necessary. This also keeps track of when pings last took place (for future use)
and any apparent difference between client and server clock (we need this later
for the content signing work).

Currently only one module (the kinto version of the OneCRL client) consumes this
information, though more will follow.

The second is a minor change to nsBlocklistService.js to ensure that this ping
takes place whenever the existing blocklist ping happens.

MozReview-Commit-ID: 7SN03AOJ4Wc
2016-03-15 08:55:23 +00:00
Ryan VanderMeulen 035a81d617 Merge m-c to inbound. a=merge 2016-03-14 22:10:42 -04:00
Michael Comella 5608991058 Bug 1255423 - Prevent crashes when long pressing screenshot items. r=sebastian
MozReview-Commit-ID: DvA8extGrQ4

--HG--
extra : rebase_source : d7709157f335a2187a00df537965b703d35a2306
2016-03-10 15:45:58 -08:00
Sebastian Kaspari fb669505ac Bug 1255767 - ToolbarDisplayLayout: Only use baseDomain if it is available. r=margaret.
MozReview-Commit-ID: 6RXVwv9aN1K

--HG--
extra : rebase_source : de919a12228ef9b065d69459c3ac21728208a323
2016-03-14 12:24:47 +01:00
Wes Kocher 0dfe54cd29 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 8FyycfyonPJ
2016-03-14 17:40:22 -07:00
Randall Barker 4b032322f4 Bug 1256385 - Remove keepInViewCoordinates from NativePanZoomController.java r=kats 2016-03-14 16:56:48 -07:00
Randall Barker 9a7d54c34b Bug 1251346 - Fennec should not generate touch events from mouse events. r=kats 2016-03-14 16:56:46 -07:00
malayaleecoder bbbb64a1d6 Bug 1254983 - Replace toast notification with snackbar when choosing to copy password from doorhanger. r=sebastian
MozReview-Commit-ID: JOHsVv9OChI

--HG--
extra : amend_source : 8b6b1a359a1f092018c7fa4096cea074fe8e223f
2016-03-11 17:48:22 +05:30
Dinesh Polathula c452a67490 Bug 1255374 - Remove unused class BounceAnimatorBuilder. r=sebastian
MozReview-Commit-ID: 6lRFeBGfNVS

--HG--
extra : rebase_source : eb03deb1c060f5810be3e1aa007546e3460329a8
2016-03-14 14:49:06 +01:00
Nick Alexander 7f09195b24 Bug 1255926 - Exclude GCM and Push test files from Gradle configuration when !MOZ_ANDROID_GCM. r=bustage
MozReview-Commit-ID: GsYEyF7PTbS
2016-03-12 16:56:47 -08:00
Nick Alexander 2b40aea31a Bug 1255926 - Exclude GCM and Push files from Gradle configuration when !MOZ_ANDROID_GCM. r=bustage
MozReview-Commit-ID: Cs2dOZy0UUb

--HG--
extra : rebase_source : c9f5c82c4fe94dfe8bbaf6c700984c2c21f5716c
2016-03-12 16:16:01 -08:00
Ryan VanderMeulen da1885e860 Merge inbound to m-c. a=merge 2016-03-12 15:23:38 -05:00
Grigory Kruglov 02c22ae659 Bug 1249783 - Remove ability to disable suggested sites. r=margaret
MozReview-Commit-ID: 4BcJlWV0E9L

--HG--
extra : transplant_source : %A9ADy%1AZd%FA%83%80%CD%A8%DB%F7%0A%7D%AF%91%E8%97
2016-03-08 17:28:20 -08:00
Grigory Kruglov 082769bceb Bug 1255728 - Remove unused string. r=margaret
MozReview-Commit-ID: 5G1Id9w3Whn

--HG--
extra : transplant_source : %93%CCdg%CAGj%DA%D0c%0C%B3%27%1E%89%1E%C3%A1%07%DF
2016-03-11 00:37:19 -08:00
Nick Alexander ec9bb5f508 Bug 1255855 - Make sample partner build actually build with the fennec-distribution-sample. r=me
DONTBUILD NPOTB

MozReview-Commit-ID: Lv8vUN4JSHP

--HG--
extra : rebase_source : bc436be87952007b018abdbb139db30e80c7fc76
2016-03-11 10:48:16 -08:00
Wes Kocher 8d3ad16663 Backed out changeset 14c09980119b (bug 1249783) for android 'unit' test failures
MozReview-Commit-ID: 5kusYiW1bsG
2016-03-11 12:23:24 -08:00
Margaret Leibovic beccd0b6c0 Bug 1255552 - Remove old disabled test_bug720538. r=gbrown
MozReview-Commit-ID: DzQN1kIBzo9

--HG--
extra : rebase_source : 3227f7dc278454f0d6ed2833baeb1ba25e58746f
2016-03-10 14:52:02 -05:00
Carsten "Tomcat" Book 09388646a3 Merge mozilla-central to fx-team 2016-03-11 16:58:46 +01:00
Carsten "Tomcat" Book e070379821 merge mozilla-inbound to mozilla-central a=merge 2016-03-11 16:50:43 +01:00
Grigory Kruglov 9cc8e72cbc Bug 1254729 - Remove about:devices from Fennec. r=nalexander
MozReview-Commit-ID: 2RC82OrrsnA

--HG--
extra : transplant_source : %C3%06%0B%1D%5E%15%60%C3%3BZS%28EB%8B3s%F3%B7k
2016-03-09 15:37:04 -08:00
Grigory Kruglov e3ac74f061 Bug 1249783 - Remove ability to disable suggested sites. r=margaret
MozReview-Commit-ID: 4BcJlWV0E9L

--HG--
extra : transplant_source : %FD%17%87%E0%AAb%81YT%A3y%2C%13%EB5%91i%B7m%13
2016-03-08 17:28:20 -08:00
Myk Melez c0ff981fd3 Bug 1255163 - remove addon install privilege from marketplace.firefox.com; r=ehsan,margaret 2016-03-14 10:42:55 -07:00
Mike Hommey aa23cc29a6 Bug 1254906 - Move --disable-shared-js and --disable-export-js to moz.configure. r=chmanchester 2016-03-11 09:38:28 +09:00
Eugen Sawin ebc61989ff Bug 1255122 - [1.1] Disable Flash on Pixel C devices. r=snorp 2016-03-10 23:11:29 +01:00
Andi-Bogdan Postelnicu 90e3a83b95 Bug 1253555 - avoid memory leak on variable |suggestedSitesCursor|. r=ahunt
MozReview-Commit-ID: 8sTJjVz0WXf

--HG--
extra : rebase_source : 8496533e617e76411fc35926db2761c0207f8ffc
2016-03-10 14:36:29 +02:00
Tristan Martin e86902b888 Bug 1178722 - Don't let hidden Options in Select appear in popup prompt. r=Margaret 2016-03-06 17:42:00 -05:00
Mark Capella aa9ca8ef90 Bug 1252802 - Web page scrolls when dragging caret in editable, r=snorp 2016-03-10 18:06:13 -05:00
Mark Capella 68c04d6dc2 Bug 1224216 - PATCH 01 - Fix browser.getFocusedInput(), r=mounir 2016-03-10 18:06:12 -05:00
Michael Comella 8a286c4423 Bug 1255234 - Fix lint error Assert and add to error list. r=sebastian
MozReview-Commit-ID: 32Uzjjsb5MX

--HG--
extra : rebase_source : fa5dbe2fe5d484349db4673eea949f963a14aa9c
extra : source : 54f6eb2a4ded0df6b4dccdd385ab264113c1acc0
2016-03-09 16:57:06 -08:00
Michael Comella 94074803a5 Bug 1255208 - Force error for UnusedResources lint. r=sebastian
MozReview-Commit-ID: AWfNZGmVwnV

--HG--
extra : rebase_source : 734cd7d3f9cf2fa70b41e6186a64dc5b7367a0d8
2016-03-09 16:37:02 -08:00
Michael Comella d4d555311b Bug 1255208 - Adding clarifying comments to removed string special case. r=sebastian
MozReview-Commit-ID: ECe6iyrLFdJ

--HG--
extra : rebase_source : a31287e3c88a3aeb9432d5c4c8ca3ee28ed3343c
2016-03-09 16:31:38 -08:00
Michael Comella a047e1cf2c Bug 1255208 - Remove unused strings. r=sebastian
MozReview-Commit-ID: 6gB74OCOqpG

--HG--
extra : rebase_source : 4da865ced961678d144ef0796795133bef1f4435
2016-03-09 16:36:56 -08:00
Michael Comella 1f5887ea04 Bug 1255208 - Add bookmarkdefaults to UnusedResourcesUtil. r=sebastian
MozReview-Commit-ID: 4KcIXMlTPy4

--HG--
extra : rebase_source : a94d5c57f7285217e088df74d9e875de988e0902
2016-03-09 16:16:57 -08:00
Michael Comella 1c0b039ada Bug 1255208 - Add crash reporter strings to UnusedResourcesUtil. r=sebastian
MozReview-Commit-ID: KcfbGPrpvoR

--HG--
extra : rebase_source : de41f747581a331d86c7ee9369353623e74ce9c6
2016-03-09 16:02:59 -08:00
Michael Comella 257c949d70 Bug 1255208 - Remove unused services strings. r=sebastian
MozReview-Commit-ID: AKuSLp7NZ9e

--HG--
extra : rebase_source : 82a0b8a94d59100cdac24cd356831ae8849256cb
2016-03-09 15:56:29 -08:00
Michael Comella 6b061b93b8 Bug 1255208 - Remove unused search strings. r=sebastian
MozReview-Commit-ID: DkHcLAkZD6S

--HG--
extra : rebase_source : 688c8d3752eebd0d10f94bd62a7ac868b43f5f12
2016-03-09 15:43:09 -08:00
Michael Comella a33b5c3064 Bug 1255208 - Add preferences_privacy_clear_tablet to UnusedResourcesUtil. r=sebastian
MozReview-Commit-ID: 4YJVkMKC78t

--HG--
extra : rebase_source : e83dfe03e9d23eddcf7de660ed05aa8c7c276764
2016-03-09 15:38:12 -08:00
Michael Comella 9d76f31750 Bug 1255208 - Add suggested sites to UnusedResourceUtil. r=sebastian
MozReview-Commit-ID: 8nmHaUXlmBk

--HG--
extra : rebase_source : dfd45a5cdfca60c19eaa0f4102f7b1f59e48097b
2016-03-09 15:19:13 -08:00
Michael Comella cbd69115b3 Bug 1255208 - Remove unused services resources. r=sebastian
MozReview-Commit-ID: 3DiEqOz0KCC

--HG--
extra : rebase_source : ff2e82f5ef4919b223d6fb9783596793784942bd
2016-03-09 15:19:49 -08:00
Michael Comella 1f7c484c52 Bug 1255208 - Remove miscellaneous unused resources. r=sebastian
MozReview-Commit-ID: GiOPlvICURz

--HG--
extra : rebase_source : c06e48e673ba09a987f0d64d3406bdd0e4d88050
2016-03-09 15:21:54 -08:00
Michael Comella 56f3ffbfc7 Bug 1255208 - Remove unused swipe refresh colors resources. r=sebastian
MozReview-Commit-ID: 2uylLIKZXZn

--HG--
extra : rebase_source : 946e2502bc1dd7db1333273bed5d8a803a63c926
2016-03-09 15:06:00 -08:00
Stanislas Dolcini 1fe4c16534 Bug 1147211 - Replace usages of var with let in LoginManagerPrompter.js in nested code. r=margaret
MozReview-Commit-ID: 7SJtMr5vVMD
2015-10-30 15:31:25 +00:00
Carsten "Tomcat" Book 3bf913ec11 Merge mozilla-central to fx-team 2016-03-10 11:54:59 +01:00
Carsten "Tomcat" Book 1c95c143d4 merge mozilla-inbound to mozilla-central a=merge 2016-03-10 11:51:35 +01:00
Grigory Kruglov 88e03421ff Bug 1248046 - clarify "content updates" label under Home in Settings r=margaret
MozReview-Commit-ID: JBNhZUOel7h
2016-03-09 10:23:07 -08:00
Geoff Brown e37c0a06b0 Bug 1116036 - Avoid failure in robocop testHistoryService and enable on 4.3; r=mfinkle 2016-03-09 21:34:23 -07:00
Nick Alexander 65d4c28a45 Bug 1252928 - Part 3: Replace android-gradle-build-dependencies with android-api-15-gradle-dependencies. r=dustin
The existing task's outcome is best achieved with a special purpose
build task, so here it is.

MozReview-Commit-ID: 3gYnAb69TdK

--HG--
rename : mobile/android/config/mozconfigs/android-api-15-frontend/nightly => mobile/android/config/mozconfigs/android-api-15-gradle-dependencies/nightly
rename : mobile/android/config/tooltool-manifests/android-frontend/releng.manifest => mobile/android/config/tooltool-manifests/android-gradle-dependencies/releng.manifest
extra : rebase_source : 252c283553d64bac17c2b922773023a349c297ea
extra : histedit_source : 2d8becbcdfa5d37829552e55b50fb7f9cbf56dea
2016-03-08 13:06:59 -08:00
Nick Alexander dedaa7d47c Bug 1252928 - Part 1: Use Jake Wharton's sdk-manager-plugin in Fennec's Gradle configuration. r=sebastian
This is a version produced locally from
1d07987217.
I used |./gradlew install| and then copied the pieces out of ~/.m2/repository.

Local builders should never download using this plugin, since |mach configure|
ensures that all the relevant pieces can already be found.  It's just useful in
automation; and as an eventual replacement for chunks of |mach bootstrap|.

MozReview-Commit-ID: 9JiFe0xLr99

--HG--
extra : rebase_source : 5bbe5ada7fce0d3e8a702a09da7ff70fd639dc67
extra : histedit_source : aa7049abefafd652b0db2bd03ab15310967e0ad0
2016-03-01 20:12:04 -08:00
Nick Alexander ef89f5862d Bug 1254233 - Make cacerts an absolute symlink in repackaged Java. r=me,dustin
MozReview-Commit-ID: 9tlVuzTQTJc
2016-03-09 13:16:05 -08:00
Nick Alexander 58145966b8 Bug 1252666 - Part 3: Enable DOM Push API in Fennec Nightly. r=margaret
MozReview-Commit-ID: 19pThtRMN6r
2016-03-04 15:56:36 -08:00
Nick Alexander 5b9b896497 Bug 1252666 - Part 2: Use reflection to start PushService. r=margaret
The alternative is to define an interface and two conditional
implementations, and then build only one depending on MOZ_ANDROID_GCM.
That's what we did for Adjust, and it works; but it's awkward here
because the the PushService code is truly part of the browser, and the
conditional code is compiled very early (much earlier than the
browser).  (The Adjust library was built even earlier than the
existing conditional code, so this wasn't an issue.)  To work around
this, we'd want to add conditional code to the main browser, which
complicates the build.  This is expedient until we get to a proper
dependency injection scheme (for example, Dagger).

MozReview-Commit-ID: 18usWz8oC3B
2016-03-07 14:37:57 -08:00
Nick Alexander d8a65feef6 Bug 1252666 - Part 1: Mark Push* exposed in Fennec Nightly. r=ehsan
MozReview-Commit-ID: GM2YxeAZuVJ
2016-03-07 15:14:06 -08:00
Krishna 469bc2bed3 Bug 1231655 - Remove GeckoApp.showButtonToast(). r=sebastian
MozReview-Commit-ID: K7uzUeHNaC2

--HG--
extra : amend_source : f32deca7572e7f5875f11daa6541188528fbafb7
2016-03-09 23:42:19 +08:00
cijo 2b6599ed5c Bug 1254965 - Remove unused Favicons.getSizedFaviconForPageFromCache(). r=sebastian
MozReview-Commit-ID: F7CsaPYIF9o

--HG--
extra : rebase_source : 67587eacab20f43d4207fb5f60c2e158a6ced91e
2016-03-09 16:55:56 +01:00
Margaret Leibovic fd676ca818 Bug 1253339 - Remove about:feedback code. r=sebastian
MozReview-Commit-ID: 3ASVVlDiJph

--HG--
extra : rebase_source : bf3a9b10cd7c695ad2266132bc3ca900f8defdad
2016-03-03 12:57:54 -05:00
Jalpreet Singh Nanda d5530d2198 Bug 1193208 - Replace ColorUtils.getColor() with ContextCompat.getColor(). r=sebastian
MozReview-Commit-ID: 8ZRF3Kuc1Bl

--HG--
extra : rebase_source : 8d6250254ea389a5088d75489c904ac1d250945c
2016-03-09 12:41:11 +05:30
Carsten "Tomcat" Book 1ca11b97af merge mozilla-inbound to mozilla-central a=merge 2016-03-09 11:46:43 +01:00
Barbara Bermes 9846b8bfbe Bug 1252617 - Probe to measure when offline error page is shown. r=mfinkle 2016-03-02 15:36:05 -05:00
Maurya Talisetti 5f0533a1b3 Bug 1241855 - Suppressg lint checks for location permissions. r=nalexander 2016-03-04 05:48:00 -05:00
Marco Castelluccio db26d80b29 Bug 1255059 - Remove DOMApplicationRegistry lazy getter from browser.js. r=myk 2016-03-09 23:53:12 +00:00
Marco Castelluccio b9b105ac5e Bug 1252276 - Remove Webapp Runtime prefs from b2gdroid.js. r=myk 2016-03-09 23:46:21 +00:00
Wes Kocher a80b3e7f67 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: FyYG71q4yxf
2016-03-08 16:09:09 -08:00
Wes Kocher 0fbf6c1476 merge inbound to m-c a=merge
MozReview-Commit-ID: BHxDQF6gIe3
2016-03-08 16:00:45 -08:00
Mark Hammond 11fd9cd3c1 Bug 1250391 - re-queue the tab for syncing after its favicon changes. r=nalexander 2016-03-09 09:11:37 +11:00
Mike Taylor 8819044f2a Bug 1237087. Consistently pass tab references when reporting site issues. r=margaret 2016-03-08 09:43:28 -06:00
Mike Taylor 3653ab5943 Bug 1237087. Send screenshot of visible window when reporting site issues. r=sebastian, margaret 2016-03-08 09:43:27 -06:00
Michael Comella 9c298fe44b Bug 1243558 - Add nightly flags to screenshots in bookmarks feature. r=sebastian
MozReview-Commit-ID: F3ljXZGNKlJ

--HG--
extra : rebase_source : 4aca60b2b4df4357191768302a82118d42657c08
2016-02-29 17:22:55 -08:00
Michael Comella 72040b49f7 Bug 1243558 - Add telemetry to screenshots click handler. r=sebastian
MozReview-Commit-ID: 1B9nBOrx6TT

--HG--
extra : rebase_source : 9b00f64b4cc579e3d8224a00ec7f28e47be34f04
2016-02-29 17:16:37 -08:00
Michael Comella 18633d483f Bug 1243558 - Add click handler to screenshots items in bookmarks. r=sebastian
MozReview-Commit-ID: FsGom2EANSj

--HG--
extra : rebase_source : 934b00b42bfa223bd5322e1bec9e5391e9ec89e5
2016-02-29 17:15:15 -08:00
Michael Comella b0ff2bf2cf Bug 1243558 - Add proper layout to bookmark_screenshot_row. r=sebastian
An alternative implementation may have re-used TwoLinePageRow by disabling some
views. Disabling views is messy so I opted not to do that but I didn't realize
we needed to add favicons to the view so this may end up occurring in bug
1252309 anyway.

MozReview-Commit-ID: DOrvYryYYP4

--HG--
extra : rebase_source : b80c15427ead8a1557a9c9dc878da82b3d9d491c
2016-02-29 16:32:43 -08:00
Michael Comella 834203e276 Bug 1243558 - Add Screenshots smart folder & unpolished screenshot views. r=sebastian
Modifying the Bookmarks Adapter & wrapped Cursor felt all-over-the place so I'm
concerned the resulting code may be fragile. However, I can't see a better
solution off the top of my head, meaning it's probably not worth the time to
improve.

MozReview-Commit-ID: QgnsMQ3smB

--HG--
extra : rebase_source : 126b32720da759f68f65a57cee8fa173cdf5cbbf
2016-02-26 18:09:48 -08:00
Michael Comella 9bfebe05db Bug 1243558 - Insert metadata into db when the user takes a screenshot. r=sebastian
MozReview-Commit-ID: Cx1I1Ie22kU

--HG--
extra : rebase_source : 8747571738259eeac44671c573cdfeca5b473936
2016-02-26 17:34:50 -08:00