Commit Graph

463138 Commits

Author SHA1 Message Date
Margaret Leibovic
db4aa097f5 Bug 1226238 - (Part 3) Remove reading list button from reader view. r=Gijs
MozReview-Commit-ID: 4QmGlGH8ELA

--HG--
extra : rebase_source : a4b0c81f0849ff77ec41ea6047c4b4066afe6189
2016-02-22 10:29:48 -05:00
Margaret Leibovic
1a7083e099 Bug 1226238 - (Part 2) Remove reader view footer. r=Gijs
MozReview-Commit-ID: B474joTtVwa

--HG--
extra : rebase_source : 18d1f91cf0a70724a3f6ae9ca394a2cb5b91197f
2016-02-22 10:16:24 -05:00
Margaret Leibovic
8db3f1faa4 Bug 1226238 - (Part 1) Remove share button from reader view. r=ahunt,Gijs
MozReview-Commit-ID: 3TFzz809KcM

--HG--
extra : rebase_source : 3cf003c5cbbe02e03bcf6f5f96843ccbc4a26a09
2016-02-22 10:09:07 -05:00
Dave Townsend
fa191fdee2 Bug 1250611: Fix xpinstall mochitests to work when add-ons must be signed by AMO. r=rhelmer
These tests verify that the InstallTrigger API works as expected and that the
old style of signing add-ons is verified correctly. Other applications still
care about this so we don't want to regress it.

This switches most tests that previously expected an unsigned add-on to use an
AMO signed add-on. In apps that care that will allow it to install, in apps that
don't it will be effectively the same as unsigned (untrusted root).

Other tests that actually verify that the old style of signatures are either
seen or not seen are marked as skipped when AMO-signing is required. In some
cases that meant doubling up a few tests to make sure we have coverage.

MozReview-Commit-ID: 6V4U1U1HTqx

--HG--
extra : rebase_source : dff81ecb6f55898296aa3163b25487b7f122c079
extra : amend_source : b2f0083c2c1c936b5f8464ce12a71a9952db0b37
2016-02-24 13:34:08 -08:00
J. Ryan Stinnett
43d0a9d541 Bug 1249702 - Fix e10s feed handling with auto content handler prefs. r=Gijs
MozReview-Commit-ID: 3ggmJxUmuxp
2016-02-25 17:26:15 -06:00
J. Ryan Stinnett
32d1238658 Bug 1250398 - Disable APZ for source editors. r=gl
MozReview-Commit-ID: JmUuoobDr7y
2016-02-25 17:25:08 -06:00
David Critchley
d7fc6d5072 No Bug - Timing change within the check video and switch to chatbox to allow DOM catch up. r=standard8 NPOTB DONTBUILD
--HG--
extra : commitid : CCSEyTA3MJp
2016-02-25 23:04:50 +00:00
Michael Kaply
950282d83b Bug 436564 - Add unit tests for distribution.js; r=mixedpuppy
MozReview-Commit-ID: 47aRIjly0YZ

--HG--
rename : browser/components/test/.eslintrc => browser/components/tests/browser/.eslintrc
rename : browser/components/test/browser.ini => browser/components/tests/browser/browser.ini
rename : browser/components/test/browser_bug538331.js => browser/components/tests/browser/browser_bug538331.js
extra : rebase_source : fc14d5b2b9806936ca73262cfe1660390d5af7d3
extra : amend_source : 3e9b0fdd86550782b800da6dcf02236bbde56c2d
2016-02-25 12:40:39 -06:00
Wes Kocher
4bbb7318d8 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: BUCPntgguRg
2016-02-25 14:42:14 -08:00
Wes Kocher
26b29ca867 Merge fx-team to central, a=merge
--HG--
extra : commitid : KVRr2YdF27V
2016-02-25 14:32:51 -08:00
Mike de Boer
67d259ac60 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
Marco Bonardo
f769db6251 Backed out changeset 12c77a8f0e4a (bug 976940) cause consumers are not ready for it. r=post-facto
MozReview-Commit-ID: HGOeEgMFTLk
2016-02-25 17:15:01 +01:00
Nicolas B. Pierron
b6bf8bb8b7 Bug 1249736 - Remove redundant StartType from MStart. r=jandem 2016-02-25 14:21:46 +00:00
Ehsan Akhgari
40429e1dd8 Bug 1250987 - Make RequestInit.body nullable; r=bzbarsky 2016-02-25 09:12:42 -05:00
Ehsan Akhgari
47f74311fc Bug 1250986 - Make Request.referrer a USVString; r=bzbarsky 2016-02-25 09:11:35 -05:00
Jan de Mooij
00e09981fa Bug 1250165 - Implement wasm i64 bitwise ops. r=luke 2016-02-25 14:59:32 +01:00
Jan de Mooij
73767fc447 Bug 1249601 - Implement wasm i64 comparisons. r=sunfish 2016-02-25 14:59:01 +01:00
Nicolas Silva
60f1ac8846 Bug 1250873 - Rename HasInternalBuffer into HasIntermediateBuffer in layers. r=sotaro 2016-02-25 14:15:58 +01:00
Nicolas Silva
9e20942d69 Bug 1250500 - Avoid copying BufferTextureHost when possible. r=sotaro 2016-02-25 14:15:52 +01:00
Nicolas Silva
2b9dadff72 Bug 1249273 - Lazily prepare TextureSources and recycle them when possible in ImageHost. r=sotaro 2016-02-25 14:15:40 +01:00
Nicolas Silva
e8b70b860b Bug 1249273 - Enable BufferTextureHost to recycle a TextureSource that is not marked as owned. r=sotaro 2016-02-25 14:15:34 +01:00
Nicolas Silva
6f996f44e4 Bug 1250117 - Trivial b2g build fix. r=me 2016-02-25 13:50:27 +01:00
Joel Maher
be768c0a8d Bug 1250635 - remove ENABLE_TESTS from dom/media cpp files. r=esawin
MozReview-Commit-ID: D6T1253vNwP

--HG--
extra : rebase_source : a247b10446bf8aaa03f0aad55d4c451aad3c2fe2
2016-02-23 12:04:27 -08:00
Boris Chiou
f7bc255d47 Bug 1234403 - Part 5: Test for CSSPseudoElement.getAnimations. r=birtles 2016-02-24 19:12:00 +01:00
Boris Chiou
0a915f46c1 Bug 1234403 - Part 4: Test for the animation order returned by document.getAnimations(). r=birtles 2016-02-24 03:13:00 +01:00
Boris Chiou
72df62cbf6 Bug 1234403 - Part 3: Test for the CSSPseudoElement objects returned by effect.target. r=birtles 2016-02-24 03:12:00 +01:00
Julian Descottes
b84da33d51 Bug 1250002 - part2: about:debugging switch to browserLoader;r=ochameau
MozReview-Commit-ID: G4O19TOTWOy

--HG--
extra : rebase_source : 444aa09b859bd2ef04856dc0db4ca52bc05e7906
2016-02-23 02:00:51 +01:00
Julian Descottes
535caf34e2 Bug 1250002 - part1: add loader to globals exposed by require from browser-loader;r=jryans
MozReview-Commit-ID: Dzv5AdksdnP

--HG--
extra : rebase_source : bd31080b2d678ee4f003386145b3f954e3ee16ca
extra : source : 2a560ee5cbedda47b73abee46c6fc383b4c0475e
2016-02-23 23:31:32 +01:00
bsilverberg
ad65868512 Bug 1213450 - Complete the implementation of chrome.i18n - getAcceptLanguages, r=kmag
Implement browser.i18n.getAcceptLanguages() including tests
Rebase against fx-team, resolving some conflicts
Fix eslint errors/warnings

MozReview-Commit-ID: 52sZWsIHbl4

--HG--
extra : amend_source : 2339e42a83460682a8d6df206c10849b38a288eb
2016-02-25 07:29:09 -05:00
Carsten "Tomcat" Book
efcd855704 Merge mozilla-central to fx-team 2016-02-25 11:59:56 +01:00
Carsten "Tomcat" Book
3695dd59e0 merge mozilla-inbound to mozilla-central a=merge 2016-02-25 11:57:51 +01:00
Carsten "Tomcat" Book
33ebf93dd6 merge fx-team to mozilla-central a=merge 2016-02-25 11:53:19 +01:00
Nihanth Subramanya
3ba8a40226 Bug 1201437 - Add tests to ensure correct icon is displayed in control center for user-added security exceptions. r=paolo
MozReview-Commit-ID: 1WDKYOhbzUf

--HG--
extra : rebase_source : 24f61418c3d6f9c7466bb49701b29ce1e7f1031e
2016-02-24 22:45:59 -08:00
Nihanth Subramanya
6e71a5e6cf Bug 1201437 - Degrade control center/identity box icons to grey lock with yellow triangle for user-added security exceptions. r=paolo
MozReview-Commit-ID: 92m7Rhjufv4

--HG--
extra : rebase_source : 3e392e1d3012093edf30eee2c5d5cb77a2da8a10
2016-02-24 22:45:23 -08:00
Nihanth Subramanya
45a1207cdf Bug 1201437 - Make cert override tests check for STATE_CERT_USER_OVERRIDDEN. r=keeler
MozReview-Commit-ID: G6KQPXHbEPL

--HG--
extra : rebase_source : 9ed61d521996d96d2d18f5d602439bedc46393c0
2016-02-24 22:45:12 -08:00
Nihanth Subramanya
0147157053 Bug 1201437 - Add new WebProgress state flag for user-overridden cert. r=keeler
MozReview-Commit-ID: cvBYSZykK0

--HG--
extra : rebase_source : 68038f9d21a33efac139eedd26636f815217d2d6
2016-02-24 22:46:52 -08:00
Matthew Noorenberghe
32304ae25a mozscreenshots: Change init logging to "debug" level and follow-up on bug 1248027. r=me
MozReview-Commit-ID: 6GjBRJ2C787

--HG--
extra : rebase_source : 34bcdc3214f1696215a8ce6c1cfb3767a501e51c
2016-02-24 22:41:56 -08:00
Honza Bambas
540b56cf15 Bug 1250141 - Remove NS_WARN_IF after AppendOriginNoSuffix in DOMStorageManager::CheckStorage, r=ehsan 2016-02-24 22:27:09 -08:00
Cameron McCormack
995d7af691 Preemptive unified build fix; no bug. 2016-02-25 17:26:12 +11:00
Jared Wein
083646b004 Bug 1250732 - Disable browser_bookmark_popup.js on Linux debug builds due to flakiness of moueover/mouseout events. r=gijs, a=tomcat
MozReview-Commit-ID: KQ8FNFaieIy

--HG--
extra : transplant_source : %8A%F4%7D%DD%19%5Dx%14%9BS0%7E%9C%D7%96%B0%8A%9DX%EE
2016-02-25 00:34:44 -05:00
Varun Naganathan
391cf4e5db Bug 1236387 - Add a URL and length filter for search history suggestions r=ahunt
MozReview-Commit-ID: 9EFgukC0imw

--HG--
extra : amend_source : 809bf6d603c931b0cafacf05b8b5d2469765b8e3
2016-02-24 20:46:03 -08:00
Patrick Brosset
fb434e2e1e Bug 1035661 - Remove useless test browser_inspector_scrolling.js; r=miker
MozReview-Commit-ID: 5PU2iXMFcIZ

--HG--
extra : rebase_source : 7af9eaf6b9f5500511ec5ea85bea3c3528ce38b4
2016-02-24 17:29:22 +01:00
Patrick Brosset
79edff1525 Bug 1250925 - Enable browser_inspector_gcli-inspect-command.js with e10s; r=miker
MozReview-Commit-ID: I9yvp7JEsef

--HG--
extra : rebase_source : 7609f80929faf916686a109d531f9726de2697f5
2016-02-24 17:20:36 +01:00
Panos Astithas
333e89b7b3 Bug 1250577 - Enable browser_basic_functionality.js and browser_iframe_gone_mid_download.js tests on e10s. r=me
MozReview-Commit-ID: BuDLbO95bGO
2016-02-25 11:35:47 +02:00
Matthew Wein
c822f61ac1 Bug 1246028 Implement chrome.commands.getAll. r=kmag 2016-02-24 17:29:04 -08:00
Andrew Swan
c5a9db2a6b Bug 1245597 - implement the basics of chrome.downloads.download(). r=kmag 2016-02-24 11:16:32 -08:00
Matthew Wein
5acdfcf336 Bug 1243602 - don't expose browser.* properties that lack required permissions. r=kmag 2016-02-24 18:08:59 -08:00
Carsten "Tomcat" Book
20095687cf merge fx-team to mozilla-central a=merge 2016-02-24 12:04:15 +01:00
Carsten "Tomcat" Book
3d5797401d merge mozilla-inbound to mozilla-central a=merge 2016-02-24 12:01:56 +01:00
Kris Maglione
042bc9b036 Bug 1249055: Follow-up: Fix ESLint errors. r=me
MozReview-Commit-ID: IF7xGqr2HJ2

--HG--
extra : rebase_source : 4e9de005edd2354a05bb4479f00df944d50276c1
2016-02-23 18:46:56 -08:00