Commit Graph

39558 Commits

Author SHA1 Message Date
Matthew Noorenberghe
6f76f345ba Bug 1242176 - Don't migrate privacy.clearOnShutdown.passwords if privacy.sanitize.sanitizeOnShutdown is false. r=dolske 2016-01-28 10:49:00 -08:00
Carsten "Tomcat" Book
811c922735 Merge mozilla-central to mozilla-inbound 2016-01-28 12:27:53 +01:00
Carsten "Tomcat" Book
323b54c218 merge mozilla-inbound to mozilla-central a=merge 2016-01-28 12:13:37 +01:00
Zachary Carter
3f462c3a37 Bug 1243591 - Create a pref to enable/disable the Synced Tabs UI refresh and enable it for Nightly r=markh 2016-01-28 00:52:56 -08:00
Blair McBride
e94a358980 Bug 1235056 - Enable additional logging for intermittent browser_pluginCrashCommentAndURL.js r=mossop
--HG--
extra : transplant_source : %C6%EF%21G%84%AD%10%84%D2%E3%AE%8DC%FF%25%AEXW%12%13
2016-01-27 13:56:59 +13:00
Kris Maglione
840051ba5c Bug 1210583: Part 2 - [webext] Support callbacks in tabs.executeScript/tabs.insertCSS. r=billm
--HG--
extra : commitid : K6slT54Lfwg
extra : rebase_source : d2e519e7932169e59c655ce0013ca7a488cef2d6
extra : histedit_source : b7b8a66f2fd4a0943a8c8c8ca20f8384b999d98e
2016-01-25 20:25:11 -08:00
Kris Maglione
3d50a9eb7e Bug 1210583: Part 1 - [webext] Add support for cross-process messaging with async responses. r=billm
--HG--
extra : commitid : 5deKex3Nhp
extra : rebase_source : 9c31f41230bb46127dead36ccad4449cd35ce1b0
extra : histedit_source : 2646ebbe46d96f8e50db75247a7672e81d57a74c
2016-01-27 12:57:21 -08:00
Chris Peterson
492cf2bd4b Bug 1234355 - Part 2: Remove unused EME drmContentCDMNotSupported.64bit.message. r=spohl 2016-01-26 11:12:11 -08:00
Chris Peterson
266e8ba667 Bug 1234355 - Part 1: Remove "Don't ask me again" footgun option from the "Enable DRM" info bar notification. r=spohl 2016-01-26 11:11:16 -08:00
Olivier Yiptong
34b9965e0a Bug 1240169 - Revert to returning a dynamic newtab URL for BROWSER_NEW_TAB_URL r=mconley
--HG--
extra : commitid : 29XwjrFyLy7
extra : rebase_source : 401613c7d6539d615392bc6a02e819abe1f419ab
2016-01-23 01:17:55 -05:00
Olivier Yiptong
01410530e9 Bug 1240169 - Remove redundant remote-newtab redirector interface contract r=mconley
--HG--
extra : commitid : CAwgV7HaZ93
extra : rebase_source : 7721f16aace6da9013b81ea3ac363f995df11386
2016-01-23 01:17:50 -05:00
Olivier Yiptong
7efb135032 Bug 1240169 - aboutNewTabService relies on AboutRedirector for default URL resolution r=mconley
--HG--
extra : commitid : LGNcbCje6o4
extra : rebase_source : 0476c10707a52f5a559911f01a37cec1fe6cd171
2016-01-27 13:50:18 -05:00
Zachary Carter
f70ec7f297 Bug 1210586 - add entrypoint when opening Sync setup from tabs sidebar r=markh 2016-01-27 14:55:02 -08:00
Zachary Carter
4937ef326e Bug 1210586 - Create a Synced tabs sidebar r=markh 2016-01-27 14:40:30 -08:00
Florian Quèze
7b9e1ca1f7 Bug 1243295 - TypeError: searchbar.inputChanged is not a function from UITour.jsm, r=MattN.
--HG--
extra : commitid : 8rMXH1tfT6V
2016-01-27 12:50:16 +01:00
Matthew Noorenberghe
4406d7d2df Bug 1243289 - UITour: Remove never used UrlbarCapture code. r=Gijs
--HG--
extra : commitid : Dr5J0prCZPN
2016-01-27 11:56:32 -08:00
Panos Astithas
8438f9c10b Fix misaligned advanced panel in about:certerror (bug 1243310). r=ttaubert 2016-01-27 15:48:53 +02:00
Carsten "Tomcat" Book
021613c369 Merge mozilla-central to fx-team 2016-01-27 12:12:26 +01:00
Carsten "Tomcat" Book
b9e929e1a7 merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
Dave Townsend
5537b5c159 Bug 1237820: Track whether a user has been offered a sideloaded add-on or not. r=rhelmer
Previously we just checked every newly sideloaded add-on to decide whether to
offer it to the user for opt-in. This adds a new "seen" property (naming could
be better if you have other suggestions) which tracks whether we've ever shown
the opt-in UI for the add-on. It defaults to true for all add-ons and is only
set to false for sideloaded add-ons that default to being disabled on install.
The seen flag can be set to true through the API but cannot be reset to false
as that would allow add-ons to forcibly re-present themselves to the user when
disabled.

The opt-in UI sets the seen flag to true only when it has focus which fixes a
long-standing bug where if you accept the first add-on you see and restart the
other tabs might not show up.

The one slight downside of this approach is that it now requires loading the
full add-ons database on every startup in order to check the seen flag for all
installed add-ons. There are hacky ways we might get around this but they all
involve overloading prefs with even more object data. The good thing is that
we do the load and check asynchronously after most of startup is complete and
the UI is fully loaded so there shouldn't be any percieved impact to startup
time. I've run multiple talos runs to verify that none of the numbers appear to
regress.

--HG--
extra : commitid : AG6pELCYJDa
extra : rebase_source : b824c1626d0c5a77416fa4349ed3dd4d0e96418b
2016-01-26 14:31:33 -08:00
Zachary Carter
47f0fb3765 Bug 1221294 - adds Android and Apple logos to the Android and iOS download links on the Sync preferences pane. r=markh 2016-01-26 14:18:00 +01:00
Bill McCloskey
5d3da00102 Bug 1233497 - Disallow unsafe CPOWs in browser code. r=mrbkap.
--HG--
extra : commitid : 2sUjSTv5XJT
extra : rebase_source : cb6a85709fd61385d95d17896f1e376f1f871478
2016-01-20 17:09:41 -05:00
Mike Conley
d4d3b9cd5e Bug 1233497 - Stop using TabState.flushAsync in session store tests. r=billm
--HG--
extra : commitid : ngARcwlMC1
extra : rebase_source : 91280a832703291b7ff6da7c6d6b3d364445e9fb
2016-01-05 19:19:51 -05:00
Mike Conley
07ce57a942 Bug 1233497 - Make browser_bug710878.js avoid CPOW usage in utilityOverlay.js. r=felipe
--HG--
extra : commitid : 8T6UtoIE8fe
extra : rebase_source : 11681a8e4cbd65f007f9307df251187c1e7b2972
2016-01-05 13:53:27 -05:00
Mike Conley
c41732b8a2 Bug 1233497 - Disable tests that use fillInPageTooltip for e10s. r=Enn
--HG--
extra : commitid : HgypbNMmqWJ
extra : rebase_source : 79c6c34a0d35f34b959bc7a0890cf587dd8cde0c
2016-01-05 13:52:38 -05:00
Mike Conley
3e8d3c6baf Bug 1233497 - Run translation tests within ContentTasks to avoid CPOW usage. r=mikedeboer
--HG--
extra : commitid : KH3tKDdO8Az
extra : rebase_source : 0dab2b7d0760bbc18f9380fb5507fb63a94b96bc
2016-01-04 17:33:19 -05:00
Mike Conley
ffae266735 Bug 1233497 - Remove a CPOW from browser/components/places/tests/browser/head.js r=mak
--HG--
extra : commitid : LOu8UNmUqWG
extra : rebase_source : ceed0232f5a4d0ff9dfc1bedf9b4a25e9ca60a29
2016-01-04 16:25:30 -05:00
Wes Kocher
5db3056dd4 Backed out 2 changesets (bug 1037483) for many ESLint failures
Backed out changeset de364648e24c (bug 1037483)
Backed out changeset c697940b6f5c (bug 1037483)

--HG--
extra : commitid : Dze5NbyixG6
2016-01-26 11:26:23 -08:00
Wes Kocher
586e77f182 Backed out 2 changesets (bug 1226781) for e10s bc7 failures in browser_invalid_uri_back_forward_manipulation.js
Backed out changeset 3ae6880a94e4 (bug 1226781)
Backed out changeset 627ac298f230 (bug 1226781)

--HG--
extra : commitid : FYdURr43oJM
2016-01-26 11:09:04 -08:00
Shane Caraveo
ff4fb121c8 Bug 1037483 replace microdata with microformats in share, r=dietrich 2016-01-26 10:53:00 -08:00
Ed Lee
ea0da6902e Bug 1239976 - Change conversation window title to have ellipses at the end, rather than in the middle. r=mixedpuppy 2016-01-26 05:46:06 -07:00
Gijs Kruitbosch
0f1604de71 Bug 1226781 - add a regression test for going back from pages that cause about:neterror to be shown, r=mconley
--HG--
extra : commitid : DFW2kFNgfqs
extra : rebase_source : 4d196bc9b3303eb9ff407435f098d71bfd8b5934
2016-01-26 16:20:51 +00:00
Gijs Kruitbosch
f6f7600762 Bug 1226781 - only manually switch remoteness if we were trying to switch remoteness to begin with, r=mconley
--HG--
extra : commitid : 4aiPYOh6YsK
extra : rebase_source : d591dce10c87d85ec39af6aed2e73d5ece016260
2016-01-22 11:27:06 +00:00
Florian Quèze
7787b9faec Bug 1239985 - make the browser_devices_get_user_media_about_url.js test pass with e10s, r=felipe. 2016-01-26 17:50:55 +01:00
Mark Banner
cd4bd64797 Bug 1149955 - Renable test_shared_all.py as intermittents seem resolved. r=mikedeboer 2016-01-26 14:50:32 +00:00
Alessio Placitelli
b1d0b9f9dc Bug 1234518 - Clean MOZ_SERVICES_HEALTHREPORT and and MOZ_SERVICES_METRICS. r=gfritzsche 2016-01-21 07:59:00 +01:00
Wes Kocher
9d24ca2703 Merge m-c to fx-team, a=merge
--HG--
extra : commitid : KSEbGPeZZae
2016-01-25 14:07:49 -08:00
Matthew Noorenberghe
e4427e6f59 Bug 1242101 - Only capture mozscreenshots for Nightlies, try pushes and local builds. r=felipe
Don't generate images unless they're wanted and useful.

--HG--
extra : commitid : UHOnVpEOos
2016-01-25 13:57:37 -08:00
Wes Kocher
4c903e5685 Merge fx-team to m-c a=merge
--HG--
extra : commitid : FjB8gobt4Wu
2016-01-25 13:57:54 -08:00
Wes Kocher
d1e2ce658e Merge inbound to central, a=merge
--HG--
extra : commitid : F8p9ipIdXut
2016-01-25 13:17:08 -08:00
Mike Conley
9ac8204e89 Backout 28e3554983f6 (bug 1088763) for causing bug 1223550
--HG--
extra : commitid : HuUjL5ew6Lu
2016-01-25 12:04:56 -05:00
Neil Deakin
84e05df0dd Bug 1241703, set selection events enabled before running test, r=me 2016-01-25 09:32:47 -05:00
ffxbld
13bf763708 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-01-25 09:01:00 -05:00
Paolo Amadini
80cafb07ab Bug 1236231 - Make sure the Tracking Protection tour doorhanger is not shown when the tour starts from about:privatebrowsing. r=past
--HG--
extra : commitid : fwfrZp33lp
extra : rebase_source : 5637764c31d2c0285501877b9302300ce8e7f8ed
2016-01-11 14:40:31 +00:00
Paolo Amadini
5d6adcf3b8 Bug 1231757 - Notification on first activation of Tracking Protection in normal mode. r=past
--HG--
extra : commitid : AoAhzfhqUSd
extra : rebase_source : 041cd0e64748692d5cb13cc470bc8c1c06f38095
2016-01-22 13:02:50 +00:00
Jared Wein
3f6801477a Bug 1242137 - Fix eslint errors in /browser/components/customizableui. r=gijs
--HG--
extra : commitid : CTMv8KOMjRK
extra : rebase_source : 768fb80e4652c1f0e14eea9e32da8eff795f1659
extra : amend_source : bd695a57c00c8004b048ccd4673465d66bea22c6
extra : histedit_source : ca0c6fcb719d0e7f0895de1bd429fa9804833f65
2016-01-23 14:55:27 -05:00
Jared Wein
2dbe57ccdf Bug 1241993 - Fix eslint errors in nsBrowserGlue.js. r=gijs
--HG--
extra : commitid : 5XwsMNzJWOo
extra : rebase_source : 979ff3d416d2e56defbcae2416a33b2662c2d543
extra : amend_source : 8388277586649e30da71f469eab172b647e76265
extra : histedit_source : 39b723f2eeaa1aee216c80bc637994a0a2089881
2016-01-22 15:48:20 -05:00
Phil Ringnalda
cddc9d5228 Merge m-c to f-t 2016-01-23 18:20:54 -08:00
Phil Ringnalda
6aeccf0426 Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
Phil Ringnalda
a747e7e178 Merge m-i to m-c, a=merge 2016-01-23 17:42:50 -08:00