Sebastian Hengst
d681f73ddc
Backed out changeset e6f59b598c17 (bug 1290914)
2016-09-07 18:37:20 +02:00
Carsten "Tomcat" Book
7c6c7db247
Merge mozilla-central to autoland
2016-09-07 17:26:11 +02:00
Mike de Boer
0cd658c763
Bug 1290914 - use inline styles for the modal highlighting anonymous content nodes to dramatically improve performance when find in page is used on large documents. r=jaws
...
MozReview-Commit-ID: 3mw0gfn0w4p
--HG--
extra : rebase_source : a666239484d9a0e46b8fe062c913b1b60867742b
2016-09-07 12:03:47 +02:00
Mike de Boer
ec93a96045
Bug 1290914 - move the matches count and highlight-all request from the findbar binding to the JS module in the content process, so it's closer to the metal. r=jaws
...
MozReview-Commit-ID: IgPlFro1bg9
--HG--
extra : rebase_source : 67e1f08003e26295377ffb0d17ffe902ea49970f
2016-09-07 12:03:45 +02:00
Rutuja Surve
27b6de8e73
Bug 1255843 - Add process memory reporting tool to about:performance. r=mconley
...
MozReview-Commit-ID: EHCkl6G3bTT
--HG--
extra : rebase_source : 2e9d711aa977e6d0313f07d28e1a2a4861b501c0
extra : source : 5ad925dd2e4e9f6943b228f0173d01278a74c2a8
2016-09-02 00:21:00 -04:00
Johann Hofmann
aa0121a4fe
Bug 1291642 - Part 1 - Add an optional checkbox to PopupNotifications. r=paolo
...
MozReview-Commit-ID: 9wzV6kNt5pV
--HG--
extra : rebase_source : b0fa1dea0c23197a795076e1cb3c1be091c18872
2016-09-06 18:36:23 +02:00
Eric Rahm
5740f7f8da
Bug 1299596 - Handle failure to remove event listener in ChromeMessagePort.destroy. r=mconley
...
It's possible this._browser is already a dead wrapper when trying to
unregister the event listener. In that case we can carry on with destruction.
2016-09-06 10:33:55 -07:00
Mike Conley
445be7ebea
Backed out changeset 5ad925dd2e4e for epic build bustage.
...
MozReview-Commit-ID: 2TwkxThgvV4
2016-09-02 02:21:39 -04:00
Rutuja Surve
c7539febee
Bug 1255843 - Add process memory reporting tool to about:performance. r=mconley
...
MozReview-Commit-ID: EHCkl6G3bTT
--HG--
extra : rebase_source : c4fb7a04996bc4ecdf87531c58e9fd26af2ace1d
2016-09-02 00:21:00 -04:00
Ryan VanderMeulen
44f02640c6
Merge fx-team to m-c. a=merge
2016-09-01 11:48:45 -04:00
Ryan VanderMeulen
60c3cb1548
Merge m-c to fx-team. a=merge
2016-08-31 22:37:49 -04:00
Jared Wein
97e69eb233
Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp
...
MozReview-Commit-ID: Duwu5vZOhtF
--HG--
extra : rebase_source : 564542010fd854c92978defba889b18a73f398f9
2016-08-31 19:28:29 -04:00
Aryeh Gregor
76862dadad
Bug 1299453 - Stop using createEvent("DragEvents"/"KeyEvents") internally; r=smaug
...
They are non-standard aliases for "DragEvent" and "KeyboardEvent" that
are not supported by any other UA, and we would like to drop support.
So first let's stop using them ourselves, so we can use telemetry to see
if any sites are using them.
MozReview-Commit-ID: ICC33ORa2st
2016-08-31 20:38:50 +03:00
Mike de Boer
79ac1d383d
Bug 1280149 - rework and fix the positioning for range rects to work better with iframes and try better to not draw rects that are not visible from the top document. This basically means to leverage the Geometry.jsm API more and better. r=jaws
...
MozReview-Commit-ID: Kdr5FWzhxM4
--HG--
extra : rebase_source : 91eaa9db85faa54ac33eefacfbb54a3405d7d466
2016-08-31 09:59:56 +02:00
Mike de Boer
3052a476c3
Bug 1298438 - add modal highlighting stylesheet to each document, not only for each window. r=jaws
...
The reason this works is because the window object stays the same between location
changes, but the document object changes.
Since stylesheets are applied to documents, not windows, we need to make sure to
inject a stylesheet for each document, otherwise the find toolbar highlights will
look unstyled and wonky.
In bug 1279695 I made a change - to make tests pass and patch landable - to keep
track of all the things (state, mainly range sets) mapped to window objects, because
I hadn't thought of the fact that the content scripts and JSMs that are loaded in
its scope will see many different window objects. As many as there are tabs open,
actually (not counting frames).
The mistake I made there was to keep track of the state flag 'did I already install
the stylesheet?' on a per-window basis, unlike I did before. This patch corrects
this back to the way it was and should be, really.
MozReview-Commit-ID: 2t0mer2s10x
--HG--
extra : rebase_source : 6e793b695a4a86874898ca470639b60d5a91a001
2016-08-31 09:53:35 +02:00
Mike de Boer
7919e32b36
Bug 1296822 - ignore the scrollbar size when nsIDOMWindowUtils.getRootBounds is used when fetching the page size for the findbar. r=jaws
...
MozReview-Commit-ID: 8chEDzgNVsL
--HG--
extra : rebase_source : 9dade23c76e41375e078db0147b2ef1a3f6e5c1e
2016-08-27 11:43:09 +02:00
Mike de Boer
8c6203d47d
Bug 1298435 - upon browser window resize, update all the rects we track for each range we found and correctly reposition all oulines atop the mask. r=jaws
...
MozReview-Commit-ID: 46q0hVxfczW
--HG--
extra : rebase_source : aa33f2cc5432aa61ba8074af72109d0aeaadde99
2016-08-30 13:25:58 +02:00
Wes Kocher
08fbeaaf2e
Merge m-c to autoland, a=merge
2016-08-29 17:57:01 -07:00
Mike de Boer
d826244682
Bug 1295759 - make sure selected ranges in iframes are cleared when the findbar is hidden as well. Adds a test to guard against regressions. r=jaws
...
MozReview-Commit-ID: 5rudNSNK8GK
--HG--
extra : rebase_source : 03dc19bc9ba83f7601d4d57d2bd9b78d312fda1b
2016-08-29 16:22:29 +02:00
Mike de Boer
94d4264d11
Bug 1298323 - do not destroy the Finder instance when only a single window closes in e10s mode, because that render the findbar useless. r=jaws
...
MozReview-Commit-ID: 4kxdba41n8k
--HG--
extra : rebase_source : 21f2341ae260309bbf99dbdd97f130baf77972aa
2016-08-26 10:07:54 +02:00
Mike de Boer
915c0ea08b
Bug 1279695 - update the position of ranges that are inside fixed, sticky positioned container nodes or frameset or iframe at each repaint or scroll. r=jaws
...
MozReview-Commit-ID: J8YK1s2kArq
2016-08-25 20:11:46 +02:00
Mike de Boer
56661a22a9
Bug 1294392 - consolidate the highlight and counter timers into one iterator timer. r=jaws
...
This introduces a new NLP (Natural Language Processing) module with only one
method: 'levenstein'. We're using it to allow the highlighter to keep running
when the it starts the iterator with a word that's one edit distance behind the
value in the findField.
MozReview-Commit-ID: K8oeiXoiLUe
2016-08-25 20:11:44 +02:00
Ryan VanderMeulen
520acfd195
Merge inbound to m-c. a=merge
2016-08-25 08:10:52 -04:00
Yura Zenevich
f9a9742e3a
Bug 1297456 - use nsIXULRuntime's accessibilityEnabled attribute in Troubleshoot.jsm to check if accessibility service is enabled. r=Felipe
...
MozReview-Commit-ID: C5YPq58yemB
--HG--
extra : rebase_source : dd939482501af829122c1191d5632b73ea3c1b58
2016-08-24 11:09:55 -04:00
Benjamin Smedberg
3d12a30eed
Bug 1294529
- Wrap .getContext in a try/catch block so that if it throws it doesn't break the rest of about:support, r=jrmuizel
...
MozReview-Commit-ID: 9OGrjbRdBqr
--HG--
extra : rebase_source : cd5405e4259290a6a76c025a0a5c1f9fccb0b4eb
2016-08-18 14:10:47 -04:00
Ryan VanderMeulen
1c0c6ec5d4
Merge m-c to inbound. a=merge
2016-08-29 12:56:19 -04:00
Neil Deakin
3e94bf69d0
Bug 1297909, improve handling when option elements are hidden inside a select, r=mconley
2016-08-29 12:34:45 -04:00
Kris Maglione
c327297913
Bug 1295867: Wait for all IO operations to complete before ending test tasks. r=aswan
...
MozReview-Commit-ID: A6DIpXE5M1R
--HG--
extra : source : 64fc57e6ee841f55e2d2f196b51aff11b71a428e
extra : amend_source : 9106416154aaaa4ca63f147b45cb98fd328cf311
2016-08-20 15:32:42 -07:00
Sebastian Hengst
6323aa3ab2
Backed out changeset 64fc57e6ee84 (bug 1295867) for windows xpcshell failure test_native_messaging.js | test_native_app_shutdown. r=backout
2016-08-21 23:50:36 +02:00
Kris Maglione
5f2a25f86e
Bug 1295867: Wait for all IO operations to complete before ending test tasks. r=aswan
...
MozReview-Commit-ID: A6DIpXE5M1R
--HG--
extra : rebase_source : 386f3e602a169ad105dc4bf9abe74c4c6ffe10c2
2016-08-20 15:32:42 -07:00
Mike de Boer
8a56860e70
Bug 1282070 - repaint the modal highlight mask when the page resizes or changes size due to added/ removed content. r=jaws
...
MozReview-Commit-ID: 1j0C0BUfT8r
2016-08-19 17:18:41 +02:00
Andrea Marchesini
e8d47ac312
Bug 790919 - Don't dispatch close event in Workers, r=bkelly
2016-08-31 21:33:05 -07:00
Wes Kocher
ae78ab94fa
Merge fx-team to central, a=merge
2016-08-17 16:53:20 -07:00
Wes Kocher
f90f3d11fd
Merge m-c to fx-team, a=merge
...
a=release for the webidl hook due to comment-only changes
--HG--
extra : amend_source : d988a8a774085539988d1d964c4beb2d07eecb50
2016-08-16 22:09:34 -07:00
Wes Kocher
48b8d407c8
Merge inbound to central, a=merge
...
a=release to get around the webidl hook for a comment-only change
--HG--
extra : amend_source : f7e57101e1a25d3cf3536a256898ec2a21c54b38
2016-08-16 17:05:30 -07:00
Sebastian Hengst
8505f067f2
Backed out changeset bc160abe215b (bug 1282070) for docshell leakage in browser_visibleFindSelection.js. r=backout
2016-08-16 16:05:45 +02:00
Jared Wein
ea0b3d77bc
Bug 1294542 - Enable the block-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: GDfvwWRLNm5
2016-08-16 21:27:37 -04:00
Sebastian Hengst
c66c2fee3a
Backed out changeset 7914e9dc6f88 (bug 1294542) for xpcshell failure in test_Log.js. r=backout
2016-08-17 01:24:58 +02:00
Jared Wein
e6276ea7f5
Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Jared Wein
b82aa6f6de
Bug 1294542 - Enable the block-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: AAXqh63QNv3
2016-08-16 15:44:13 -04:00
Wes Kocher
e9556c03b7
Backed out changeset af4cc6c04573 (bug 1282070) for failures in test_bug263683.xul CLOSED TREE
2016-08-16 11:58:33 -07:00
Mike de Boer
f4c829a76c
Bug 1282070 - repaint the modal highlight mask when the page resizes or changes size due to added/ removed content. r=jaws
...
MozReview-Commit-ID: JrTOarWMEQQ
2016-08-16 18:01:19 +02:00
Mike de Boer
010418133a
Bug 1282070 - repaint the modal highlight mask when the page resizes or changes size due to added/ removed content. r=jaws
...
MozReview-Commit-ID: JKzUehP4pyP
2016-08-16 12:16:29 +02:00
Mike de Boer
e557b7eff0
Bug 1294644 - prevent drawing the rectangles all too often when modal highlighting is off and make sure to restore the outline of found links and the highlight color of the currentle highlighted occurrence. r=jaws
...
Many thanks to Tooru Fujisawa [:arai] for helping write this patch and testing it.
MozReview-Commit-ID: BxAd3WdqUXU
2016-08-16 11:25:56 +02:00
Wes Kocher
03b3c20a6e
Merge fx-team to central, a=merge
2016-08-15 14:49:11 -07:00
Wes Kocher
0fe7a92d47
Merge m-c to fx-team a=merge
2016-08-12 16:39:13 -07:00
Jared Wein
d3e296107e
Bug 1294621 - Enable the no-lonely-if rule for eslint. r=gijs
...
MozReview-Commit-ID: 8izEqc8IyCu
2016-08-12 11:50:35 -04:00
Jared Wein
8d45b8762e
Bug 1294989 - Enable eslint for browser/components/preferences. r=Gijs
...
MozReview-Commit-ID: 62ymdZhluHx
--HG--
extra : rebase_source : 330d512f91d840a47e48f39c21d70d13b2953d2d
2016-08-13 21:58:42 -04:00
Neil Deakin
5a19f58959
Bug 1249177, close select popup when fullscreen is entered or exited, r=mconley
2016-08-11 10:37:00 -04:00
Bob Owen
1bf3aae304
Bug 1259601: Add content process sandbox level to about:support sandboxing information. r=jld, r=mossop
...
MozReview-Commit-ID: HFRiEbkEztp
2016-08-16 07:40:43 +01:00
Towkir Ahmed
63867da04a
Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske
...
a=release to get around a hook that's catching these comment-only idl changes
--HG--
extra : rebase_source : a7353680777fd2eeea24c9993f9937bbbcfb9e4f
2016-08-15 17:28:05 -07:00
Wes Kocher
c84ec3b3f3
Merge m-c to inbound, a=merge
2016-08-16 22:06:58 -07:00
Randall Barker
9a3fae864f
Bug 1291373 - [geckoview] part 3, Remove MOZ_ANDROID_APZ r=botond,snorp
2016-08-16 14:33:43 -07:00
Carsten "Tomcat" Book
5a14c558ee
merge fx-team to mozilla-central a=merge
2016-08-10 15:52:07 +02:00
Mike de Boer
9306ff8c3d
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
70940e2b2b
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
7c49e1e69b
Bug 1280876 - don't take screenshots of pages that have the findbar open. r=jaws,mconley
...
MozReview-Commit-ID: Dmz0MaukNVq
--HG--
extra : rebase_source : dc359e5bc31d86fa01caf6c8d9d4fc359251d9f3
2016-08-10 11:23:47 +02:00
Kashyap Gajera
a2fde92e87
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
243006e385
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
--HG--
extra : rebase_source : 98cb35ec9469b136a744fe7a2423de6a7e143489
2016-08-03 15:19:00 +12:00
Carsten "Tomcat" Book
cf611bec79
merge mozilla-inboudn to mozilla-central a=merge
2016-08-05 12:01:14 +02:00
Kris Maglione
c9c66a60a7
Bug 1291199: Retry subprocess perf tests on failure. r=aswan
...
MozReview-Commit-ID: 9PDT9tcYFqf
--HG--
extra : rebase_source : 6c69e13162a5849cb7cd0205ed94da322c158f38
2016-08-02 15:37:34 -07:00
Kris Maglione
84ef185a5c
Bug 1290598: Manage and terminate Windows subprocess trees as a single job object. r=mhowell
...
MozReview-Commit-ID: 80K5YyDWmn3
--HG--
extra : rebase_source : dd42f8c22ac92df3b7b06713e2de015bcf7c8782
extra : source : 3242411d3294521508f34d1b5beee52b1ae986ea
2016-08-03 09:39:19 -07: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
Jared Wein
169d66a3ed
Bug 1292035
- Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
...
MozReview-Commit-ID: 2XVoU05YvES
--HG--
extra : rebase_source : e7ed2d094c21b59dd59476b8930b75da2e6d6980
2016-08-04 03:20:25 -04:00
Mike Conley
85245516b8
Bug 1291078 - More closely mimic non-e10s order of events when choosing <select> elements in e10s mode. r=enndeakin+6102
...
MozReview-Commit-ID: 4CkFUy1nLbo
--HG--
extra : rebase_source : 5965a9a377da6ce510354469b0bb9fb4ace80328
2016-08-02 15:09:59 -04:00
Jared Wein
be454cdf36
Bug 1292008 - Enable the no-empty rule for eslint. r=markh
...
MozReview-Commit-ID: EfM3YOUjClW
--HG--
extra : rebase_source : 47cb04f0a58df6ae810cbf41f7a09e3bb0130997
2016-08-04 00:55:07 -04: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
Alexandre Lissy
0af5b943b6
Bug 1284674 - Remove NUWA r=cyu
...
MozReview-Commit-ID: GyMRNzOBKw6
--HG--
extra : rebase_source : 293af1cd55f2035ce6a99f4ebf144059c32a2b8f
2016-08-02 14:54:00 +02:00
Carsten "Tomcat" Book
6b13b3cde6
Merge mozilla-central to autoland
2016-08-03 17:08:48 +02:00
Carsten "Tomcat" Book
92e652598d
Backed out changeset 3242411d3294 (bug 1290598)
2016-08-03 15:12:32 +02:00
Neil Deakin
147caccc2c
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
a59eab8dbf
Bug 1289528, don't fire click event when option selected with keyboard, r=mconley
2016-08-03 07:45:45 -04:00
Neil Deakin
165602e28b
Bug 1289528, fire click event at option, not at select, r=mconley
2016-08-03 07:45:45 -04:00
Mike de Boer
c3efcc2e4c
Bug 1279802 - do not hide the modal highlight on middle click. r=jaws
...
MozReview-Commit-ID: AAWIysniyuv
--HG--
extra : rebase_source : c1ae56424072f1c361a2c4a6ea1f4830e2905896
2016-08-02 10:51:53 +02:00
Mike de Boer
ebc9f1764d
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
0de19dd2b0
Bug 1277910 - about:support should use nsIWindowMediator rather than nsIWindowWatcher r=felipe
2016-08-01 15:52:08 -07:00
Giorgio Maone
3345af4b54
Bug 1201979 - Support requestBody in onBeforeRequest. r=kmag
...
MozReview-Commit-ID: LAHKN5uZO0
--HG--
extra : rebase_source : 4abe13bea2d21eece768a600f0d76aea42617747
2016-07-29 23:38:43 +02:00
Kris Maglione
6fa31b3322
Bug 1290598: Manage and terminate Windows subprocess trees as a single job object. r=mhowell
...
MozReview-Commit-ID: 80K5YyDWmn3
--HG--
extra : rebase_source : 281440bc64602a9243ac73c2d76829020fe931d1
2016-08-02 17:39:57 -07:00
Carsten "Tomcat" Book
8c47612fee
merge mozilla-inbound to mozilla-central a=merge
2016-07-29 11:56:43 +02:00
Wes Kocher
2e8a001926
Merge m-c to fx-team, a=merge
2016-07-28 17:04:33 -07:00
Kris Maglione
bd7e3664e4
Bug 1276390 - Use blocking polling in worker to handle subprocess IO. r=aswan
...
MozReview-Commit-ID: KXqgCLnO7dR
--HG--
extra : source : 48cff1c9b619bb224dd763332836522fd60c160f
extra : histedit_source : dd214d7b0835a3dcf361b9a6f65625fa2434cd81%2Cd7c9dc53cb4e020a66d716ec538e2f7c7664e91c
2016-07-28 16:27:25 -07:00
Mike de Boer
0fb50c0670
Bug 1281171 - implement a debug mode for the finder highlighter. r=jaws
...
MozReview-Commit-ID: Ay0yNw94qsS
--HG--
extra : rebase_source : dd309f036e370c2850389bf8eed1c49317197c6b
2016-07-28 17:53:20 +02:00
Carsten "Tomcat" Book
1e0260eddf
Merge mozilla-central to fx-team
2016-07-28 17:44:58 +02:00
Mike de Boer
aad7a3f94c
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
ab362b9a3a
Bug 1281421 - add new test to cover the new FinderIterator module code. r=jaws
...
MozReview-Commit-ID: HZHdjyqFiYq
--HG--
extra : rebase_source : 61f320059e6296e3752c27b07e885d27db83ea7f
2016-07-28 12:34:17 +02:00
Mike de Boer
33aa207132
Bug 1281421 - Merge the find counter and highlighter iterators into a FinderIterator singleton. r=jaws
...
MozReview-Commit-ID: 9fhOKWIkOXN
--HG--
extra : rebase_source : 7a2bc23383b99b0a13ef49121f168bd03399b4a9
2016-07-28 12:34:13 +02:00
Chris Pearce
9d4e51cf50
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
--HG--
extra : rebase_source : 0778f4bdf85cbd448ca71694c65bd99806307386
2016-07-21 16:31:56 +12:00
Carsten "Tomcat" Book
bd055a6272
Merge mozilla-central to fx-team
2016-07-27 16:40:43 +02:00
Mike de Boer
938576136a
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
35fa19bc95
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
--HG--
extra : rebase_source : 51053e8f539e7d358bd16c36b30bb72fef2ecaa1
2016-07-26 14:53:32 -04:00
Matthew Gregan
5e5637e77f
Bug 1288980 - Add libcubeb backend to about:support. r=felipc
2016-07-26 10:50:14 +12:00
Neil Deakin
04490012b0
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
f78e0b2fe2
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
c28d438340
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
888002acb9
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
--HG--
extra : rebase_source : 46740a9d40f8ae700b6a47eb488a2435e48c1e99
2016-07-22 14:21:19 +12:00
Chris Pearce
93e60feb01
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
--HG--
extra : rebase_source : b67c7cbec013f83bcf7d24cac99755faf1b5e07e
2016-07-22 14:30:22 +12:00
Carsten "Tomcat" Book
ed7f93d17e
Backed out changeset d78a8f4bd9cc (bug 1288582) for windows failures in browser_gmpProvider.js
2016-07-22 11:25:18 +02:00
Iris Hsiao
5efae7da53
Backed out changeset d3d51e9cdbef (bug 1288580) for Mochitest browser_gmpProvider.js failure
2016-07-22 13:50:51 +08:00
Chris Pearce
338523a382
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
--HG--
extra : rebase_source : d642736ed80f71b34c79e2d15d005c8e29769733
2016-07-22 14:21:19 +12:00
Chris Pearce
c64bfd323a
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
--HG--
extra : rebase_source : 18dc3e18d2e18b403bfbd31b30577f00c2af489b
2016-07-22 14:30:22 +12:00