Kris Maglione
06e48c841b
Bug 1248499: [webext] Implement tabs.detectLanguage. r=billm
...
MozReview-Commit-ID: F4GpSesj2ho
2016-02-26 13:20:28 -08:00
Kris Maglione
571eaa9908
Bug 1251890: Fix RemoveTopWindowID listener. r=billm
...
MozReview-Commit-ID: 4nQdPszQOy
2016-02-27 14:11:25 -08:00
Kris Maglione
a5d98d1dec
Bug 1248497 – Add promise support to the sendMessage APIs. r=billm
...
MozReview-Commit-ID: AZH9LUq8kGr
2016-02-15 17:37:19 -08:00
Kris Maglione
7f5c1e2f4b
Bug 1214955: [webext] Automatically localize all localizable manifest properties. r=billm
...
MozReview-Commit-ID: 2kvYT44NIE8
2016-02-29 19:34:49 -08:00
Matthew Wein
83f557e70b
Bug 1246029 Implement chrome.commands.onCommand. r=kmag
2016-02-29 19:04:03 -08:00
Yury Delendik
ed124e555a
Bug 1250046 - Remove Shumway references from telemetry. r=gfritzsche
2016-02-29 08:04:15 -06:00
Carsten "Tomcat" Book
82e4b3a48c
merge mozilla-inbound to mozilla-central a=merge
2016-03-01 12:01:58 +01:00
Benjamin Smedberg
3fa1f3d4dd
Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r=billm
...
MozReview-Commit-ID: GwLq9EoDEuR
2016-02-16 11:21:11 -05:00
Carsten "Tomcat" Book
b9bfa35950
Merge mozilla-central to mozilla-inbound
2016-02-29 11:44:03 +01:00
Carsten "Tomcat" Book
c8d269cfd6
merge mozilla-inbound to mozilla-central a=merge
2016-02-29 11:35:30 +01:00
Sebastian Hengst
fbac16698b
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: ignore statements which eslint regards as native reassignments. r=MattN
...
It treats Assert, is and ok as natives. eslint rule: http://eslint.org/docs/rules/no-native-reassign
MozReview-Commit-ID: JzwQ37Y97jJ
2016-02-28 14:11:46 -08:00
Sebastian Hengst
39edb4d96a
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: replace conditional catch statements. r=MattN
...
While it doesn't seem like this SpiderMonkey feature will go away soon, replacing it makes tooling easier and is suitable here because the unconditional catch js already used.
MozReview-Commit-ID: 3G3LxrW24HF
2016-02-28 14:11:30 -08:00
Sebastian Hengst
1b5b08cf61
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: replace legacy generators with ES6 generators. r=MattN
...
MozReview-Commit-ID: KxMSovx0mfl
2016-02-28 14:11:17 -08:00
Sebastian Hengst
565bd3a395
Bug 1251916 - Use standard JavaScript features in toolkit/components/passwordmgr to pass eslint checks: general, simple changes. r=MattN
...
MozReview-Commit-ID: IdecwypP6on
2016-02-28 14:10:55 -08:00
Marco Bonardo
d15713c1d4
Bug 1251469 - Add telemetry probes for the time needed to sanitize a loaded or unloaded Flash. r=yoric
...
MozReview-Commit-ID: 8j9teGzMSV2
2016-02-26 14:50:41 +01:00
Ryan VanderMeulen
cdb42a7e99
Backout changeset 49ab89b42dbf (bug 1246029) for browser_ext_commands_onCommand.js permafail.
2016-02-28 19:30:09 -05:00
Franziskus Kiefer
848fe314a2
Bug 1244116 - Telemetry for mixed content requests by plugins. r=smaug, p=ally
...
MozReview-Commit-ID: F9rOb1SdPnL
2016-02-16 15:46:36 +01:00
J. Ryan Stinnett
31686d1240
Bug 1242057 - Enable all responsive probes on release. r=gl p=bsmedberg
...
MozReview-Commit-ID: 6J0bwym78gs
2016-02-26 15:56:51 -06:00
Wes Kocher
57ebe61d17
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: Hc6og2UJTjf
2016-02-26 13:28:45 -08:00
Wes Kocher
fda2ecf8ae
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: 9LaKI6lIClP
2016-02-26 12:19:25 -08:00
Marco Bonardo
dc278f7afe
Bug 976940 - FormHistory.update() should call handleError if form history is disabled and the operation is not a removal. r=markh
...
MozReview-Commit-ID: 94FRqGofGsP
2016-02-22 18:17:43 +01:00
Panos Astithas
425e98be18
Bug 1250581 - Enable the browser_DownloadPDFSaver.js test on e10s. r=me
...
MozReview-Commit-ID: DMVWdfmaIXr
2016-02-26 12:06:36 +02:00
Kris Maglione
e35dee0468
Bug 1213993: [webext] Support frameId/allFrames/runAt in browser.tabs.executeScript and insertCSS. r=billm
...
MozReview-Commit-ID: FgV9vyHVjj8
2016-02-08 17:40:02 -08:00
Alessio Placitelli
74a5faea4b
Bug 1250968 - Link to the correct partner repacks repository in the Telemetry docs. r=gfritzsche
2016-02-26 06:36:00 +01:00
Luca Greco
a5e5c2b26f
Bug 1227462 - tabs.create and tabs.update should check URLs using checkLoadURL. r=kmag
...
MozReview-Commit-ID: EKFRpoSuXrF
2016-02-25 18:13:59 +01:00
Chris H-C
160d65e501
Bug 1219768 - make alert_emails field mandatory for new histograms. r=gfritzsche
...
alert_emails tell us who is interested in a particular histogram. If there's
no one interested, then the histogram shouldn't exist.
MozReview-Commit-ID: 90Yqof3dbsd
2016-02-23 10:48:13 -05:00
Chris H-C
426a56ebc5
Bug 1219768 - make Histograms.json's bug_numbers field mandatory. r=gfritzsche
...
bug_numbers is now mandatory, because we really want to have some explanation
about where the probe came from.
We have a lot of non-bug-numbered probes (including non-Histograms.json-
resident probes like the use counters) that are being "grandfathered in" via
a whitelist in whitelists.json.
MozReview-Commit-ID: 62dN96sEOUf
2016-02-23 10:20:28 -05:00
Chris H-C
dca2dd116b
Bug 1219768 - make histogram_tools' whitelist file generic. r=gfritzsche
...
Future-proofing.
MozReview-Commit-ID: Jz41SWRK0bK
2016-02-22 16:13:02 -05:00
Kris Maglione
25c342fe0a
Bug 1247081: Support fragment IDs and query strings in web_accessible_resources URLs. r=billm
...
MozReview-Commit-ID: KHOnavpnVfA
2016-02-12 22:36:45 -08:00
Margaret Leibovic
2777bc2e6e
Bug 1226238 - (Part 5) Update reader view toolbar styles. r=Gijs,ahunt
...
MozReview-Commit-ID: 6YjmXZgGwOu
2016-02-22 14:28:02 -08:00
Margaret Leibovic
d80bdc295d
Bug 1226238 - (Part 4) Remove reading list toggle button from reader view. r=ahunt,Gijs
...
MozReview-Commit-ID: 3pwOV5BjwC9
2016-02-22 10:35:32 -05:00
Margaret Leibovic
981a623da4
Bug 1226238 - (Part 3) Remove reading list button from reader view. r=Gijs
...
MozReview-Commit-ID: 4QmGlGH8ELA
2016-02-22 10:29:48 -05:00
Margaret Leibovic
7c39667fa9
Bug 1226238 - (Part 2) Remove reader view footer. r=Gijs
...
MozReview-Commit-ID: B474joTtVwa
2016-02-22 10:16:24 -05:00
Margaret Leibovic
83855b42fb
Bug 1226238 - (Part 1) Remove share button from reader view. r=ahunt,Gijs
...
MozReview-Commit-ID: 3TFzz809KcM
2016-02-22 10:09:07 -05:00
Mike de Boer
86128b173d
Bug 1250847: prefix DOMWindowClose and DOMTitleChanged messages with the Social: prefix to assure they won't arrive at the global messageManager instance that TabBrowser is listening to. It mixes things up in twisted, unexpected ways if we don't. r=Standard8
2016-02-25 22:11:08 +01:00
bsilverberg
88a92d61d1
Bug 1251244 - Clean up tests for bookmarks API. r=kmag
...
MozReview-Commit-ID: 4jZZvpIBL6N
2016-02-27 07:58:04 -05:00
Matthew Wein
8192573741
Bug 1246029 - Implement chrome.commands.onCommand. r=kmag
2016-02-26 23:51:19 -08:00
Kit Cambridge
1612b41ca0
Bug 1206560 - Show the site favicon in XUL notifications. r=jaws
...
MozReview-Commit-ID: FMVYO1DCFDm
2016-02-27 13:47:22 -08:00
Kit Cambridge
d2660d8b25
Bug 1250288 - Add a pref for showing favicons in web notifications. r=MattN
...
MozReview-Commit-ID: 9hxv7Ts8L8u
2016-02-22 13:16:27 -08:00
Eric Rahm
c4049150b8
Bug 1251785 - Remove remaining references to MOZILLA_XPCOMRT_API from toolkit. r=froydnj
2016-02-27 11:12:08 -08:00
Wes Kocher
a7eef63c32
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: Aab5zU7Kd3X
2016-02-26 12:38:33 -08:00
Giorgio Maone
3598a71e3a
Bug 1163862 - Switch to HTTP observer + support requestId & data: URIs + test fixes r=billm
...
MozReview-Commit-ID: 30nEXQpWEHg
2016-02-26 19:08:32 +01:00
Sylvestre Ledru
d86d0d8933
Bug 1250897 - Add build number data in Telemetry pings r=gfritzsche
...
MozReview-Commit-ID: 2CB5CMGQN6G
2016-02-26 14:04:12 +01:00
bsilverberg
8f7b0773e7
Bug 1251289 - Fix chrome.i18n.getAcceptLanguages to *not* replace dashes with underscores in language codes. r=kmag
...
MozReview-Commit-ID: 1plfVzxwq3V
2016-02-25 13:18:16 -05:00
David Rajchenbach-Teller
07161a924f
Bug 1249590 - Bullet-proofing AsyncShutdown wrt exceptions;r=froydnj
...
While investigating bug 1248489, we discovered that some code paths in
AsyncShutdown could possibly be sensitive to exceptions being thrown
in unexpected places. This patch attempts to make AsyncShutdown more
robust to such exceptions.
MozReview-Commit-ID: 5ImL9YNVgQr
2016-02-19 12:51:04 +01:00
Phil Ringnalda
e25712e06c
Back out 8ae0fba61023 (bug 1163862) for Win7 e10s test_ext_webrequest.html bustage
2016-02-25 20:41:40 -08:00
Louis Christie
cef4faf6c4
Bug 1249706: Added telemetry for the proportion of frames dropped keyed by several details. r=jya
2016-02-23 13:19:40 +13:00
Dave Townsend
6794df0f92
Bug 1250611: Fix more tests to use signed add-ons. r=rhelmer
...
MozReview-Commit-ID: 97RVVxAM5eo
2016-02-29 10:04:55 -08:00
Kris Maglione
bfeab14d32
Bug 1251892: Fix EventManager cleanup code. r=rpl
...
MozReview-Commit-ID: FUHnELOAeGw
2016-02-27 14:53:09 -08:00
Alessio Placitelli
47c2ac289c
Bug 1249073 - main-ping fields with undocumented structure. r=gfritzsche
2016-02-29 06:47:00 -05:00