Commit Graph

1301 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
9c3cf65d09 Merge mozilla-central to fx-team 2016-08-10 16:04:01 +02:00
Florian Quèze
77c40e0e1c Bug 1206233 - Removed the old device/screen sharing doorhangers, r=johannh. 2016-08-09 22:50:53 +02:00
Florian Quèze
ee275bb154 Bug 1206233 - Show devices actively streaming in the control center panel, r=johannh. 2016-08-09 22:50:53 +02:00
Sumit Tiwari
8d27110b79 Bug 1290698 - Replace Iterator() with Object.{values, entries}; r=mossop
MozReview-Commit-ID: DEoVeqEZWpd

--HG--
extra : rebase_source : 53b3a2be2cd5bfc444ce6047c44f20bb176e2337
2016-08-07 21:58:24 -04:00
Wes Kocher
41e9dbb0bb Backed out 4 changesets (bug 1206233) for xpcshell bustage
Backed out changeset 5fd912b9afed (bug 1206233)
Backed out changeset 3e0bcd0f52c7 (bug 1206233)
Backed out changeset c3796270f3c2 (bug 1206233)
Backed out changeset 855fe322a553 (bug 1206233)
2016-08-09 17:24:03 -07:00
Florian Quèze
a0f3dbe1bd Bug 1206233 - Removed the old device/screen sharing doorhangers, r=johannh. 2016-08-09 22:50:53 +02:00
Florian Quèze
26bd96af1b Bug 1206233 - Show devices actively streaming in the control center panel, r=johannh. 2016-08-09 22:50:53 +02:00
Phil Ringnalda
628f428f29 Bug 1287714 - Skip browser_CaptivePortalWatcher.js on OS X debug e10s for constant timeouts 2016-08-07 15:34:55 -07:00
Carsten "Tomcat" Book
2c922beb50 Merge mozilla-central to autoland 2016-08-04 16:04:40 +02:00
Carsten "Tomcat" Book
d036bdb09c merge fx-team to mozilla-central a=merge 2016-08-04 15:54:27 +02:00
Jared Wein
871ed4e3ba Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop
MozReview-Commit-ID: DYOmE6xwMJh

--HG--
extra : rebase_source : bc81b68ea5599fd1815dc34dac7106eef7044483
2016-08-03 18:54:59 -04:00
Nihanth Subramanya
d201f3429d Bug 1282611 - Recheck for captive portal after watcher is initialized. r=MattN
MozReview-Commit-ID: DKUibGPvTrx
2016-08-03 13:46:17 +03:00
Jared Wein
fd84c776c7 Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
MozReview-Commit-ID: EMjJ3yWt9Wt

--HG--
extra : rebase_source : 2b8327e5a7cf0bfd190d696ad5fe475f13faa3cc
2016-08-04 03:28:58 -04:00
Carsten "Tomcat" Book
8dbb362d18 merge mozilla-inbound to mozilla-central a=merge 2016-07-31 17:44:14 +02:00
Horatiu
1a07f5562d Bug 1144749 - Add keyboard shortcut to open ReaderView. r=markh 2016-07-29 22:13:56 -04:00
Mark Banner
c8531f414d Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose 2016-07-30 08:48:31 +01:00
Mark Banner
b5f9f1309f Backed out changeset e9e43e8256e1 (bug 1287827) for breaking tests 2016-07-29 18:17:17 +01:00
Mark Banner
59109f0ef2 Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose 2016-07-29 12:00:27 +01:00
Carsten "Tomcat" Book
220e36cb8d Merge mozilla-central to mozilla-inbound 2016-07-30 16:23:21 +02:00
Thomas Wisniewski
6a1fb99d2b Bug 709991 - Fire onerror instead of throwing on network errors for async XHRs. r=bz 2016-07-30 00:24:56 -04:00
Blake Kaplan
38ab2d74ce Bug 1289944 - Remove now-unneeded blob URL hack for favicons. r=felipe 2016-07-28 11:51:59 -07:00
Wes Kocher
456eb8e899 Backed out 3 changesets (bug 1109146) for being the likely cause of browser_documentnavigation.js bustage CLOSED TREE
Backed out changeset 77ed89a0e8ba (bug 1109146)
Backed out changeset 65d2a173cb20 (bug 1109146)
Backed out changeset 0212e01c7769 (bug 1109146)
2016-07-29 14:48:04 -07:00
Jimmy Wang
928a387706 Bug 1109146 - Pass isContentWindowPrivate from ContentClick.jsm to utilityOverlay.js for saveURL instead of passing a CPOW initiating content document. r=felipe
MozReview-Commit-ID: DWRh7ujqdy0

--HG--
extra : transplant_source : %D8%22%BDg%E6%24%2A6%26X%DB%26%E5%A3%93%18%CD%9D%B3%AF
2016-05-11 17:33:09 -04:00
Brad Lassey
912016dcd7 bug 1289496 - Ask to Activate makes Flash plugin dropdown appear on every github pageload r=mconley 2016-07-26 17:07:02 -04:00
Carsten "Tomcat" Book
8b6316ec5f Merge mozilla-central to mozilla-inbound 2016-07-22 11:59:06 +02:00
Carsten "Tomcat" Book
336105a0de merge mozilla-inbound to mozilla-central a=merge 2016-07-22 11:58:02 +02:00
Tom Tromey
5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Alessio Placitelli
949c30e1e1 Bug 1271313 - followup for bug 1271313 to fix eslint bustage a=sheriffduty 2016-07-21 15:03:19 +02:00
Alessio Placitelli
53d0cc13d6 Bug 1271313 - Measure the number of total URIs and unique domains visited in a "session fragment". r=gijs, data-review=rweiss
MozReview-Commit-ID: 4sYvZTcSM3u
2016-07-20 10:46:00 +02:00
Carsten "Tomcat" Book
ca457776f8 merge mozilla-inbound to mozilla-central a=merge 2016-07-18 17:07:59 +02:00
Alessio Placitelli
1cb76d6faf Bug 1271304 - Fix browser_SelfSupportBackend.js to only send "sessionstore-windows-restored" to SelfSupportBackend.jsm. r=Gijs 2016-07-15 03:27:00 +02:00
Pushpankar
c6670d980f Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao
--HG--
extra : rebase_source : 72d50e73baf595840a2aade57ae782e4c40d4c27
2016-07-16 10:20:04 +02:00
Allasso Travesser
f5545cdfb4 Bug 1285789 - Implement TabBrowserCreated event. r=dao
--HG--
extra : rebase_source : 23ce02dddc6e4be01ab034735df2b9ed0d3ac3a7
2016-07-15 16:10:27 +02:00
Johann Hofmann
7169999bc7 Bug 1206252 - Part 2: Indicate blocked permissions in the identity box. r=paolo
MozReview-Commit-ID: LpJY4RatsHP

--HG--
extra : rebase_source : 7925c1ec0ca4676935f4c5f90521a2675d09d9d2
2016-06-30 17:08:16 +02:00
Timothy Guan-tin Chien
f99c08a81a Bug 1260276 - Replace the dead reader page in history when we are being redirected, r=gijs
MozReview-Commit-ID: ChSCHuBKT1l

--HG--
extra : rebase_source : ce65eef72769abe2cc90cec9592e819ededa8f16
2016-07-13 16:14:34 +08:00
Gijs Kruitbosch
72706654c8 Bug 1285196 - followup: fix leaking of taskbartabgroup object on windows when disabling and fix test issues that assume previews persist when the pref disables us, rs=bustage 2016-07-13 14:31:13 +01:00
Gijs Kruitbosch
f16b17e11a Bug 1285196 - make WindowsPreviewPerTab.jsm do nothing if disabled, r=mak
MozReview-Commit-ID: IipisU8fnUW

--HG--
extra : rebase_source : 6bb1a85b43f06d38840f27d15422eafb1c4dbb7a
2016-07-07 18:38:43 +01:00
Benjamin Smedberg
be3857f963 Bug 1277905 - Remove in-product links to plugincheck. Also remove support for startup prompting about outdated plugins, since that's annoying to users. r=Gijs r=mconley
MozReview-Commit-ID: 69tMivPVxuW

--HG--
extra : rebase_source : bd4d2979beff0f460a20156b0f954e2f1a2a5e85
2016-07-01 11:01:07 -04:00
Dale Harvey
45e036dff5 Bug 1273351 - Remove pointerlock permission requirement. r=dao
--HG--
rename : browser/base/content/browser-fullScreen.js => browser/base/content/browser-fullScreenAndPointerLock.js
2016-07-08 13:58:31 +01:00
Dão Gottwald
8dc6e0c14b Bug 1282267 - Properly handle 0 as a possible registry key value when determining the window frame color. r=jaws 2016-07-07 20:55:19 +02:00
Gijs Kruitbosch
26985de045 Bug 1283067 - followup, rs=obvious-oversight
MozReview-Commit-ID: 4aosVpyiOFO
2016-07-06 23:12:42 +01:00
Gijs Kruitbosch
ad8a268479 Bug 1283067, r=mak
MozReview-Commit-ID: JJpepH22gY5

--HG--
extra : rebase_source : 190fff1d031422198f0651a155556613fc5f6f32
2016-06-29 23:30:51 +01:00
Alessio Placitelli
6619bdb380 Bug 1271304 - Add test coverage for browser usage metrics. r=Gijs
MozReview-Commit-ID: 3ZHA5AYnHhg
2016-05-12 09:31:00 +02:00
Alessio Placitelli
0f0b2b22da Bug 1271304 - Measure the tabs/window open events and max number of tab/window per subsession. r=Gijs, r=gfritzsche, data-review=bsmedberg
MozReview-Commit-ID: 6vYfoEb8VvB
2016-05-12 09:30:00 +02:00
Mike Conley
4cdd10cd4c Backed out changeset 776f0bb21587 for causing bug 1284203.
MozReview-Commit-ID: KtsmLahe1hC

--HG--
extra : rebase_source : a2ae9fbf3bf7b9301c389331ba7f6cbfee3148ba
2016-07-04 13:38:52 -04:00
Mike Conley
72965dae83 Backed out changeset aa4557a5485f for causing bug 1284203.
MozReview-Commit-ID: IWWF3q6OZjA

--HG--
extra : rebase_source : e6ad625ab44475845969d29cfed2e1251d75d837
2016-07-04 13:36:02 -04:00
Brad Lassey
b1a7d53d2f bug 1186948 - Follow up, need to QI the plugin tag r=mconley 2016-06-10 16:41:31 -04:00
Brad Lassey
b3e11b9f98 Bug 1186948 - remove plugins that are click-to-play from navigator.plugins (restricted to Flash). r=jst,mconley,mrbkap 2015-08-03 19:24:35 -04:00
Brad Lassey
e680d73b96 bug 1186948 - remove plugins that are click-to-play from navigator.plugins (restricted to Flash) r=jst 2015-08-03 19:24:35 -04:00
gasolin
75c86d739f Bug 1193006 - Show icons next to non-default permissions in the Permissions section of the Control Center. r=paolo
MozReview-Commit-ID: 1YeU5ECOHYL

--HG--
extra : rebase_source : 9f79b819312c1dda77daf2841e561a8bcc60b418
2016-06-24 13:02:08 +01:00