Wes Kocher
b6639dcfb3
Merge m-c to inbound, a=merge
2016-08-16 22:06:58 -07:00
Randall Barker
bac11cde77
Bug 1291373 - [geckoview] part 3, Remove MOZ_ANDROID_APZ r=botond,snorp
2016-08-16 14:33:43 -07:00
Carsten "Tomcat" Book
e2a4027c20
merge fx-team to mozilla-central a=merge
2016-08-10 15:52:07 +02:00
Mike de Boer
330852d2ea
Bug 1279843 - update the design of the modal highlight feature. ui-r=sevaan, r=jaws
...
MozReview-Commit-ID: FITLzg98Nku
2016-08-09 12:48:40 +02:00
Mike de Boer
684e34014f
Bug 1290913 - prevent flushing the layout when dimmed highlight background is constructed. r=jaws
...
MozReview-Commit-ID: LWNAEbcrZl0
2016-08-09 12:48:38 +02:00
Mike de Boer
9e4a7c375b
Bug 1280876 - don't take screenshots of pages that have the findbar open. r=jaws,mconley
...
MozReview-Commit-ID: Dmz0MaukNVq
2016-08-10 11:23:47 +02:00
Kashyap Gajera
d2e13ffd80
Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend
2016-08-03 11:53:10 +05:30
Chris Pearce
f887556252
Bug 1291537 - Assume GMPs are unsupported when running in 32bit mode on MacOS. r=spohl
...
Users may have opted into running in 32bit mode if they have certain plugins,
or manually from Finder's Info dialog.
We end up downloading the 64bit GMP and installing it when running in 32bit mode,
and it will crash.
Since we're dropping 32bit MacOS Firefox in 52, there doesn't seem to be
much point doing work to make us install the 32bit GMP on 32bit mode on
MacOS, and pushing out new 32bit GMPs. So just mark them as unsupported.
MozReview-Commit-ID: KRZKPKZkmKB
2016-08-03 15:19:00 +12:00
Carsten "Tomcat" Book
93f24e51f4
merge mozilla-inboudn to mozilla-central a=merge
2016-08-05 12:01:14 +02:00
Kris Maglione
d1cd3911ce
Bug 1291199: Retry subprocess perf tests on failure. r=aswan
...
MozReview-Commit-ID: 9PDT9tcYFqf
2016-08-02 15:37:34 -07:00
Kris Maglione
f778674fc0
Bug 1290598: Manage and terminate Windows subprocess trees as a single job object. r=mhowell
...
MozReview-Commit-ID: 80K5YyDWmn3
2016-08-03 09:39:19 -07:00
Jared Wein
4518d81cb5
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
2016-08-04 03:28:58 -04:00
Jared Wein
e8b20b6db5
Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
...
MozReview-Commit-ID: 2XVoU05YvES
2016-08-04 03:20:25 -04:00
Mike Conley
cb291759e9
Bug 1291078 - More closely mimic non-e10s order of events when choosing <select> elements in e10s mode. r=enndeakin+6102
...
MozReview-Commit-ID: 4CkFUy1nLbo
2016-08-02 15:09:59 -04:00
Jared Wein
7c35c99d2d
Bug 1292008 - Enable the no-empty rule for eslint. r=markh
...
MozReview-Commit-ID: EfM3YOUjClW
2016-08-04 00:55:07 -04:00
Jared Wein
ebf1ccbe46
Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop
...
MozReview-Commit-ID: DYOmE6xwMJh
2016-08-03 18:54:59 -04:00
Alexandre Lissy
b2834a3543
Bug 1284674 - Remove NUWA r=cyu
...
MozReview-Commit-ID: GyMRNzOBKw6
2016-08-02 14:54:00 +02:00
Carsten "Tomcat" Book
50b047ceb4
Merge mozilla-central to autoland
2016-08-03 17:08:48 +02:00
Carsten "Tomcat" Book
d1dd2425cb
Backed out changeset 3242411d3294 (bug 1290598)
2016-08-03 15:12:32 +02:00
Neil Deakin
28758779ab
Bug 1194027, add a flag to select elements to indicate if the parent process has the popup open, r=mrbkap
2016-08-03 07:45:46 -04:00
Neil Deakin
68d1763f98
Bug 1289528, don't fire click event when option selected with keyboard, r=mconley
2016-08-03 07:45:45 -04:00
Neil Deakin
f7450fb468
Bug 1289528, fire click event at option, not at select, r=mconley
2016-08-03 07:45:45 -04:00
Mike de Boer
b2279c10ee
Bug 1279802 - do not hide the modal highlight on middle click. r=jaws
...
MozReview-Commit-ID: AAWIysniyuv
2016-08-02 10:51:53 +02:00
Mike de Boer
4292ac8e62
Bug 1290842 - reduce the amount calls to the highlighter upon the first find action and improve the behavior when modal highlighting is not enabled now that we have a FinderHighlighter class we can use. r=jaws
...
MozReview-Commit-ID: K01dpqp8LSf
2016-08-02 10:40:21 +02:00
Justin Dolske
595b77ccf9
Bug 1277910 - about:support should use nsIWindowMediator rather than nsIWindowWatcher r=felipe
2016-08-01 15:52:08 -07:00
Giorgio Maone
fe97eb7f75
Bug 1201979 - Support requestBody in onBeforeRequest. r=kmag
...
MozReview-Commit-ID: LAHKN5uZO0
2016-07-29 23:38:43 +02:00
Kris Maglione
eb9af54a1d
Bug 1290598: Manage and terminate Windows subprocess trees as a single job object. r=mhowell
...
MozReview-Commit-ID: 80K5YyDWmn3
2016-08-02 17:39:57 -07:00
Carsten "Tomcat" Book
ea8104a5ce
merge mozilla-inbound to mozilla-central a=merge
2016-07-29 11:56:43 +02:00
Wes Kocher
489fbc57b2
Merge m-c to fx-team, a=merge
2016-07-28 17:04:33 -07:00
Kris Maglione
bf1d63376b
Bug 1276390 - Use blocking polling in worker to handle subprocess IO. r=aswan
...
MozReview-Commit-ID: KXqgCLnO7dR
2016-07-28 16:27:25 -07:00
Mike de Boer
00eb7c01c4
Bug 1281171 - implement a debug mode for the finder highlighter. r=jaws
...
MozReview-Commit-ID: Ay0yNw94qsS
2016-07-28 17:53:20 +02:00
Carsten "Tomcat" Book
186ae7c42a
Merge mozilla-central to fx-team
2016-07-28 17:44:58 +02:00
Mike de Boer
09c6e01b6b
Bug 1281421 - followup - fix ESLint error, even though the syntax was correct. r=me
...
MozReview-Commit-ID: GXEEeuoqlxt
2016-07-28 13:15:09 +02:00
Mike de Boer
d5e6f96d31
Bug 1281421 - add new test to cover the new FinderIterator module code. r=jaws
...
MozReview-Commit-ID: HZHdjyqFiYq
2016-07-28 12:34:17 +02:00
Mike de Boer
0145f8eec4
Bug 1281421 - Merge the find counter and highlighter iterators into a FinderIterator singleton. r=jaws
...
MozReview-Commit-ID: 9fhOKWIkOXN
2016-07-28 12:34:13 +02:00
Chris Pearce
41f5f3e7f0
Bug 1288311 - Remove GMP install failed/unsupported telemetry reporting code. r=spohl
...
The telemetry result indicate that unexplained install failures are very rare,
so we don't need to bother keeping this probe.
We should still need to check whether the GMP files disappear from disk, as
telemetry indicates this does happen, though quite rarely.
MozReview-Commit-ID: K64tlRajACJ
2016-07-21 16:31:56 +12:00
Carsten "Tomcat" Book
334520276b
Merge mozilla-central to fx-team
2016-07-27 16:40:43 +02:00
Mike de Boer
1269be4829
Bug 1279684 - make sure that toggling 'Highlight All' also hides the found occurrences from the mask. r=jaws
...
MozReview-Commit-ID: 2AmSwNgE1if
2016-07-27 16:37:26 +02:00
Jared Wein
05f9b81fa7
Bug 1285464 - Keep focus handling in the chrome process so focus will move back to the content out of the typeahead findbar but not change which chrome window has focus. r=mikedeboer
...
MozReview-Commit-ID: Ga8QFFgX0ZZ
2016-07-26 14:53:32 -04:00
Matthew Gregan
f47ad8a984
Bug 1288980 - Add libcubeb backend to about:support. r=felipc
2016-07-26 10:50:14 +12:00
Neil Deakin
172c6efdbb
Bug 1256313, clear active state on select button when releasing the mouse in e10s, r=mconley
2016-07-25 09:09:11 -04:00
Neil Deakin
ea37b37afb
Bug 1253975, don't reset the scroll position of a menulist when it opens as it should scroll to its selection instead, r=mconley
2016-07-25 09:08:36 -04:00
Neil Deakin
6c7939e16b
Bug 1128156, set the maximum height of the select popup to exactly 20 rows, r=mconley
2016-07-25 09:08:34 -04:00
Chris Pearce
015ea41b36
Bug 1288580 - Mark Widevine as supported on Linux and remove Mac OSX version check. r=spohl
...
This means if Widevine is preffed visible on Linux it will show up in the
plugin list.
We only support Mac OSX 10.9 and later, so we don't need the >= 10.7 check any
more.
MozReview-Commit-ID: BjgMKeIIrrI
2016-07-22 14:21:19 +12:00
Chris Pearce
873cc91f28
Bug 1288582 - Hide Adobe Primetime plugin on Windows < Vista. r=spohl
...
We're not going to get a supported Adobe GMP on WinXP, so we shouldn't download
it or show it in our add-on manager.
MozReview-Commit-ID: I3cNsStmzsV
2016-07-22 14:30:22 +12:00
Carsten "Tomcat" Book
257284300c
Backed out changeset d78a8f4bd9cc (bug 1288582) for windows failures in browser_gmpProvider.js
2016-07-22 11:25:18 +02:00
Iris Hsiao
dbe824625a
Backed out changeset d3d51e9cdbef (bug 1288580) for Mochitest browser_gmpProvider.js failure
2016-07-22 13:50:51 +08:00
Chris Pearce
0b9b86cef1
Bug 1288580 - Mark Widevine as supported on Linux and remove MacOSX version check. r=spohl
...
This means if Widevine is preffed visible on Linux it will show up in the
plugin list.
We only support MacOSX 10.9 and later, so we don't need the >= 10.7 check any
more.
MozReview-Commit-ID: BjgMKeIIrrI
2016-07-22 14:21:19 +12:00
Chris Pearce
2dab22896f
Bug 1288582 - Hide Adobe Primetime plugin on Windows < Vista. r=spohl
...
We're not going to get a supported Adobe GMP on WinXP, so we shouldn't download
it or show it in our add-on manager.
MozReview-Commit-ID: I3cNsStmzsV
2016-07-22 14:30:22 +12:00
Tom Tromey
1b5a2bdb96
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
2016-07-14 10:16:42 -06:00