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

21872 Коммитов

Автор SHA1 Сообщение Дата
Wes Kocher 31ced84f43 Merge m-c to autoland, a=merge 2016-12-22 18:45:10 -08:00
Wes Kocher 60785fce6d Merge inbound to central, a=merge
MozReview-Commit-ID: I54WGOLqHI2
2016-12-22 18:37:07 -08:00
Grisha Kruglov e05b65163b Bug 1320798 - Re-order context menu items for Activity Stream r=ahunt
MozReview-Commit-ID: Ldt0H5XQxsz

--HG--
extra : rebase_source : f5467ada9237ad4db1ce8b481e7c29bcce6e6ec5
2016-12-21 14:30:50 -08:00
Sebastian Hengst 010d63ba33 Bug 1324280 - Revert MarginLayoutParamsCompat with setting margin left/right by current layout direction: lint style fixes. r=lint-fixes 2016-12-22 18:52:34 +01:00
Carsten "Tomcat" Book 0aed7a4ac5 Merge mozilla-central to mozilla-inbound
--HG--
rename : testing/docker/base-build/HASH => taskcluster/docker/base-build/HASH
rename : testing/docker/base-test/HASH => taskcluster/docker/base-test/HASH
rename : testing/docker/centos6-build-upd/HASH => taskcluster/docker/centos6-build-upd/HASH
rename : testing/docker/centos6-build/HASH => taskcluster/docker/centos6-build/HASH
rename : testing/docker/decision/HASH => taskcluster/docker/decision/HASH
rename : testing/docker/image_builder/HASH => taskcluster/docker/image_builder/HASH
rename : testing/docker/recipes/tooltool.py => taskcluster/docker/recipes/tooltool.py
rename : testing/docker/tester/HASH => taskcluster/docker/tester/HASH
2016-12-22 16:25:35 +01:00
maliu 03b008aa5c Bug 1324280 - Revert MarginLayoutParamsCompat with setting margin left/right by current layout direction, r=sebastian
MozReview-Commit-ID: amwDqXRxE5

--HG--
extra : rebase_source : 8561d5541d7aae658c9002d57add058980384fc0
2016-12-21 15:27:09 +08:00
Sebastian Kaspari bbe7ce58a6 Bug 1311434 - Website Metadata: Get provider name from Open Graph tags. r=Grisha
There's a pull request [1] and issue [2] on GitHub tracking the work to land this
in the page-metadata-parser repository. Multiple potential sources for getting a
'provider name' are considered in the linked issue - however they all have
slightly different semantic meanings. Only 'og:site_name' actually has the same
meaning as "provider name". Therefore it is pretty safe to land this part.

[1] https://github.com/mozilla/page-metadata-parser/pull/81
[2] https://github.com/mozilla/page-metadata-parser/issues/79

MozReview-Commit-ID: KQFSLo85JoS

--HG--
extra : rebase_source : ba86e5c3785cda500a1e8f5a8887228c72f6d00f
2016-12-20 14:21:32 +01:00
James Cheng 3b8bb20163 Bug 1325005 - Preference on media.decoder.recycle.enabled not only for Nightly build. r=jolin
MozReview-Commit-ID: Ivsy0Y6ot13

--HG--
extra : rebase_source : 70aefea4badc57f2616e59464c2585b628029cae
2016-12-21 15:50:04 +08:00
Grisha Kruglov 90b4168ba0 Bug 1325446 - Remove "private tab" telemetry from Activity Stream r=liuche
MozReview-Commit-ID: JUHQOxGXvAu

--HG--
extra : rebase_source : a8d73e4b5394be3e27a5831b64d05e46fde40682
2016-12-22 11:57:42 -08:00
Grisha Kruglov 70a40310cc Bug 1319245 - Post: clean up async tasks and access levels r=sebastian
MozReview-Commit-ID: IWwTqkqa2OH

--HG--
extra : rebase_source : 41ffd99339ebb8aae662910c000d64705de76768
2016-12-21 23:01:45 -08:00
Grisha Kruglov e78ac7e0a2 Bug 1319245 - Documentation for Activity Stream telemetry r=liuche,sebastian
MozReview-Commit-ID: DAG9eOOdNn5

--HG--
extra : rebase_source : 7787682276cc75e2b098e5c5d58431e2e319cd0c
2016-12-21 23:25:27 -08:00
Grisha Kruglov 2f9475c465 Bug 1319245 - Track rich telemetry data for Activity Stream r=sebastian
General concept is to populate the "extras" field with a stringified JSON object
which contains bunch of additional data which, in aggregate, might give insight
into user's actions.

A builder is used in order to make constructing the extras json string easier.
This builder has a concept of a "global state" which lets us easily include some information
with every A-S telemetry ping.
Currently this is used to track whether or not user has a firefox account.

An instance of a builder is passed around, augmented as more information becomes known,
and is materialized into an "extras" string whenever an action occurs and telemetry
event needs to be sent.

MozReview-Commit-ID: GDmxkWChnnA

--HG--
extra : rebase_source : 025d198e16d3a8af8b6e94bd531e916b80f9841a
2016-12-21 22:51:27 -08:00
Chenxia Liu 70fab1925d Bug 1325243 - Update UI Telemetry docs to reflect usage of "extras". r=Grisha
MozReview-Commit-ID: 9FBXQioCZ2A

--HG--
extra : rebase_source : f479791398c94d95bfa4b730d6d57f4dd80580e2
2016-12-21 17:04:45 -08:00
Ralph Giles b548230620 Bug 1322323 - Consolidate common artifact build mozconfig options. r=chmanchester
Collect common options used in artifact build tests in a single
mozconfig so they can be set more consistently.

Use this to make unsetting toolchain defines universal in these
tasks, fixing fallout from bug 1283898 which defined CARGO and
RUSTC everywhere, conflicting with --disable-compiler-environment
just like CC and CXX were conflicts in some artifact tasks.

MozReview-Commit-ID: 4SbxByjClQb

--HG--
extra : rebase_source : d8a48fd2192ceb5ece76c827e2243ae784b991cb
2016-12-21 15:44:48 -08:00
Carsten "Tomcat" Book d1a09e06c8 Merge mozilla-central to autoland 2016-12-21 17:07:24 +01:00
Sebastian Kaspari d259c32a81 Backed out changeset 82753b1778fa (bug 1316011) 2016-12-21 10:41:36 +01:00
Phil Ringnalda 4f5f9f3222 Merge m-i to m-c, a=merge
MozReview-Commit-ID: EI1fU13SR79
2016-12-20 20:15:20 -08:00
Jim Chen 33dd6ce59b Bug 1324817 - Fix NPE in setSearchEngineFromBundle; r=me
Fix a NPE in setSearchEngineFromBundle when mIdentifier is null. r=me
for trivial patch.
2016-12-20 17:01:04 -05:00
Wes Kocher 584a2f0f62 Merge inbound to central, a=merge
MozReview-Commit-ID: Cr9L1dhIzP2
2016-12-20 11:41:57 -08:00
Nevin Chen 87f359cccd Bug 1320889 - Tapping the notification for a downloaded file shouldn't open firefox. r=ahunt
MozReview-Commit-ID: FzBk0TmVlm0

--HG--
extra : rebase_source : f83153ae5519c44d045db6f21df6f8b319723edc
2016-12-16 16:30:19 +08:00
Sebastian Kaspari 0e4dad6928 Bug 1320992 - Enable next set of findbugs checks. r=maliu
The linked bugs are fixed and we can enable those checks now.

MozReview-Commit-ID: 9UdFH1u9D1I

--HG--
extra : rebase_source : 714e8f3e207612d9d21a69f126ab513f036691a6
2016-12-19 17:03:25 +01:00
Nevin Chen b6925d0d93 Bug 1241262 - Use resolveInfo.activityInfo.icon instead of resolveInfo.icon to support SDK 23 and later. r=ahunt
MozReview-Commit-ID: nGV2ElQEO2

--HG--
extra : rebase_source : cdd45c34d1cae326c56ad5ca064505aaa2b9b0f3
2016-12-01 15:56:41 +08:00
Sebastian Kaspari 950d0c704a Bug 1323952 - Preferences: Set default 'compact tabs' value based on experiment. r=ahunt,nechen
MozReview-Commit-ID: EbE1Lrk90bc

--HG--
extra : rebase_source : 6f9511ec1dc24abba3222cf95370e46141e3994e
2016-12-20 19:28:08 +01:00
Sebastian Kaspari b03a7aaf91 Bug 1323952 - Tabs panel: Update default based on compact tabs experiment. r=ahunt,nechen
MozReview-Commit-ID: GTJ3YMLvHup

--HG--
extra : rebase_source : 6a20a286d230e363989e79d2d10b96268b06770a
2016-12-20 15:43:12 +01:00
Sebastian Kaspari 428eb34b95 Bug 1323952 - Add compact tabs experiment. r=ahunt,nechen
MozReview-Commit-ID: DSoEm62tLRW

--HG--
extra : rebase_source : 9e986517eeeaf95d0b4eb3b2ed0b393e11534eaf
2016-12-20 15:41:42 +01:00
Sebastian Hengst 0d4188dc3d Backed out changeset b9d69795947d (bug 1075025) for crashing in xpcshell test test_setUsePrivateBrowsing.js and test_ext_alarms.js on Android. r=backout 2016-12-21 09:35:38 +01:00
Wes Kocher 0b3c388b2f Merge m-c to autoland, a=merge 2016-12-20 11:48:21 -08:00
Tom Klein c89557df1c Bug 1324034 - Remove TwoWayView. r=sebastian
MozReview-Commit-ID: GaqJEmi4dG7

--HG--
extra : rebase_source : 6a146bba60fea5972de0a3945a2afd49cf7988e5
2016-12-20 00:54:12 -06:00
Masayuki Nakano 7436f01057 Bug 564411 Move all methods/attributes of nsIEditorIMESupport to nsIEditor r=smaug
Doing QI from nsIEditor to nsIEditorIMESupport doesn't make sense because editor should always support all methods and attributes of nsIEditorIMESupport (it does NOT mean that all nsIEditor implementation need to support IME).

This patch moves all of them to nsIEditor for avoiding redundant QIs.

MozReview-Commit-ID: DzIKuGHG4iy

--HG--
extra : rebase_source : cc5e9a6ae4572ebe461d9770ffa5c23d33dc8526
2016-12-20 21:47:31 +09:00
Carsten "Tomcat" Book 97d9339674 Merge mozilla-central to mozilla-inbound 2016-12-19 16:04:33 +01:00
Phil Ringnalda 5b605a1320 Merge m-c to autoland 2016-12-18 20:24:15 -08:00
Phil Ringnalda a6a339991d Merge m-i to m-c, a=merge
MozReview-Commit-ID: DIIe4uRVqAO
2016-12-18 20:22:37 -08:00
Jim Chen c98ff94c00 Bug 1323577 - Convert "SearchEngines:Data" event to bundle event; r=sebastian
Convert "SearchEngines:Data" to use BundleEventListener/GeckoBundle,
including usages in BrowserSearch, SearchPreferenceCategory,
testAddSearchEngine, testDistribution, etc. Also, convert JSON parsing
code in various classes. UI thread is used because the event listeners
perform various UI operations based on the event data.
2016-12-18 08:10:19 -05:00
Jim Chen 23c3c2e325 Bug 1323576 - Convert GeckoNetworkManager events to bundle events; r=sebastian
Convert "Wifi:Enable" and "Wifi:GetIPAddress" events to GeckoBundle
events. Use the UI thread because we do things like starting activities
and using system services, which are best done on the UI thread.
2016-12-18 08:10:18 -05:00
owais bef90a7cdd Bug 1220316-Removed explicit use of AppCompactCheckBox in the following files Part 2. r=sebastian.
MozReview-Commit-ID: EifGBrM87Xj

--HG--
extra : rebase_source : 1cd3fdcb18aab4073919bd451ddcaab63d84751c
2016-12-16 23:42:43 +05:30
Tom Klein d611d76a94 Bug 1323951 - Don't show the compact tabs setting on tablets. r=sebastian
preferences_general_tablet.xml actually only applies on tablets with enough room
for multiple panes, otherwise preferences_general.xml is used; so the fix here
is necessary to remove the pref on tablets not large enough for multiple
preferences panes.

MozReview-Commit-ID: Ff7VebVYV10

--HG--
extra : rebase_source : fda5012f3edd371de5c431e6c50258de4017f547
2016-12-16 15:12:16 -06:00
Phil Ringnalda c04c07394e Merge m-c to m-i
MozReview-Commit-ID: CiAsqfePW9u
2016-12-17 14:02:39 -08:00
Kris Maglione 22eba76d86 Bug 987512: Part 5 - Remove manual AddonManager promise wrappers. r=rhelmer
MozReview-Commit-ID: LrEiGbQGrt6

--HG--
extra : rebase_source : 38971f7242261e5d8b11d586f6eb033b6364c6cf
extra : histedit_source : 0b9403a97d3f3092b8991e8e6af5095b898dd8c3
2016-12-15 12:03:24 -10:00
maliu e2d1077fac Bug 927667 - [RTL] Align suggestion to end of icon, r=sebastian
MozReview-Commit-ID: 57V2HAYizTu

--HG--
extra : rebase_source : 9f2962e5978ee48a5a83d5853613f87281954ecc
2016-12-15 14:04:34 +08:00
Carsten "Tomcat" Book 2a375bb528 Merge mozilla-central to autoland 2016-12-16 16:10:51 +01:00
Carsten "Tomcat" Book a244c7fb4a merge mozilla-inbound to mozilla-central a=merge 2016-12-16 16:04:50 +01:00
Tom Klein b42dfe45bd Bug 1323945 - Update summary copy for compact tabs. r=sebastian
MozReview-Commit-ID: DKviWFzltc2

--HG--
extra : rebase_source : 0825642105fec55a76db3d84eca09a4745489318
2016-12-16 03:06:46 -06:00
Evan Tseng 0eebd3161c No bug - Update readability from github repo, includes fix for Bug 1142312 and Bug 1285543, r=Gijs
MozReview-Commit-ID: 5hi1iuDO3XE

--HG--
extra : rebase_source : 9c15ccde6cadc4df3d7751ca90a53dc4c0d021c3
2016-12-15 12:03:53 +08:00
Phil Ringnalda e3ceaf61be Merge m-c to m-i
MozReview-Commit-ID: FArqhSVQLaT
2016-12-15 17:53:14 -08:00
Phil Ringnalda f680e72cc6 Merge m-i to m-c, a=merge
MozReview-Commit-ID: 4iKvEwhyJQJ
2016-12-15 17:47:41 -08:00
Eugen Sawin cbc1668ca6 Bug 1322585 - [1.0] Remove GeckoView.Browser. r=snorp 2016-12-15 20:22:11 +01:00
Eugen Sawin 6ac3765414 Bug 1322584 - [1.0] Remove GeckoView.ChromeDelegate.onScriptMessage. r=snorp 2016-12-15 20:22:10 +01:00
Eugen Sawin fa847d4f26 Bug 1322582 - [1.0] Remove GeckoView.ChromeDelegate.onReady. r=snorp 2016-12-15 20:21:46 +01:00
Grisha Kruglov 1a37ce6e11 Bug 1321368 - Exclude remote-only visits from AS Top Sites r=ahunt
MozReview-Commit-ID: Jacc3SGT2pw

--HG--
extra : rebase_source : afb826015a2196144457d48370ce94b77a450cb0
2016-12-14 16:53:31 -08:00
Gijs Kruitbosch cb6c0c81ac Bug 1322414 - part 2,3,4: use a separate 'primary' attribute for primary child browsers, r=bz,mconley
MozReview-Commit-ID: 2yb0WGFYBsH

--HG--
extra : rebase_source : 376171077c577e41e82cec5e994c425c6d9f2d80
extra : histedit_source : 39aad91381749a263042cd0452fe32019a1974b8
2016-12-09 09:23:24 -10:00