Brindusan Cristian
0c919122c7
Backed out changeset cbf007a7027f (bug 1371523) for browser chrome failures on toolkit/content/tests/browser/browser_findbar.js CLOSED TREE
2018-03-31 01:16:09 +03:00
Gijs Kruitbosch
2a9cd6d415
Bug 1371523 - remove find bar sync ipc message, r=mikedeboer
...
MozReview-Commit-ID: C0VO0U3UJ76
2018-03-21 17:10:40 +00:00
Olli Pettay
9fca4dc42c
Bug 1443958 - Synthesizing a click() on input type=date should not show the date picker UI , r=mconley
2018-03-30 02:51:17 +03:00
Boris Zbarsky
9b6f2f7bff
Bug 1448391. Remove pointless QI in tree's 'view' getter. r=gijs
2018-03-26 13:35:04 -04:00
Tim Nguyen
06d8af81bb
Bug 1445099 - Remove unused properties from browser binding. r=enndeakin
2018-03-26 16:32:37 +02:00
Tim Nguyen
d49de43825
Bug 1444760 - Combine loadURIWithFlags and loadURI methods. r=dao
...
MozReview-Commit-ID: 5dsyKwvjYht
2018-03-16 23:21:46 +00:00
Tim Nguyen
c389c6cf9c
Bug 1444760 - Support only one form of loadURIWithFlags calls. r=dao
...
MozReview-Commit-ID: A5rMjQ6xnRw
2018-03-25 14:35:17 +02:00
Margareta Eliza Balazs
8ad3204b44
Backed out 2 changesets (bug 1444760) for ES lint failure in /builds/worker/checkouts/gecko/browser/base/content/browser.js on a CLOSED TREE
...
Backed out changeset 71f61091a716 (bug 1444760)
Backed out changeset 4956db1e9bdd (bug 1444760)
2018-03-25 15:29:54 +03:00
Tim Nguyen
76bd43b52d
Bug 1444760 - Combine loadURIWithFlags and loadURI methods. r=dao
...
MozReview-Commit-ID: 5dsyKwvjYht
2018-03-16 23:21:46 +00:00
Tim Nguyen
9f6b37eabb
Bug 1444760 - Support only one form of loadURIWithFlags calls. r=dao
...
MozReview-Commit-ID: A5rMjQ6xnRw
2018-03-25 13:59:50 +02:00
Olli Pettay
a0c82593ab
Bug 1445207, populate input type=date's .value when changing the value in the UI, r=mconley
2018-03-23 20:06:01 +02:00
Timothy Guan-tin Chien
943b30167b
Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
...
MozReview-Commit-ID: KWC9HpTzig
2018-03-20 17:21:19 +08:00
Andreea Pavel
7bcb3e8cb2
Backed out 3 changesets (bug 1446157) for browser chrome failures at browser/base/content/test/static/browser_all_files_referenced.js on a CLOSED TREE
...
Backed out changeset 2491f8caeffa (bug 1446157)
Backed out changeset be65061c2d72 (bug 1446157)
Backed out changeset de560a993de1 (bug 1446157)
2018-03-22 18:49:31 +02:00
Timothy Guan-tin Chien
7afec4bfc9
Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
...
MozReview-Commit-ID: KWC9HpTzig
2018-03-20 17:21:19 +08:00
Timothy Guan-tin Chien
0381c07143
Bug 1444489 - Part VIII, Transition the visibility property instead of using transitionend event r=Gijs
...
Fades out all the UIs by applying CSS transition on opacity and visibility.
Stop relying on transitionend event to set the hidden state.
This removes a source of intermittent failure and while making sure UIs are
hidden.
MozReview-Commit-ID: FR7JQn4eO3X
2018-03-16 06:55:58 +08:00
Timothy Guan-tin Chien
65fb8f8384
Bug 1444489 - Part VII, nit: Improve naming consistency in videocontrols.xml r=Gijs
...
Convert all is* methods to getter or rename them if they take arguments.
MozReview-Commit-ID: GOJzz0JYGnq
2018-03-14 13:41:20 +08:00
Timothy Guan-tin Chien
66d1a4f27e
Bug 1444489 - Part VI, Enlarge the size of controls on mobile r=e7358d9c+590837,Gijs
...
Enlarge controls by around 1.3x, which is the size of the original touch controls.
MozReview-Commit-ID: kpgFFIW2hh
2018-03-09 17:00:51 -08:00
Timothy Guan-tin Chien
360df46463
Bug 1444489 - Part IV, Implement Casting UI on videoControls r=Gijs
...
Optimize and re-commit the casting buttons SVG removed from the previous commit.
MozReview-Commit-ID: GICxaRZXTiJ
2018-03-09 17:39:44 -08:00
Timothy Guan-tin Chien
32c47bcbf9
Bug 1444489 - Part III, Workaround bug 718107 r=Gijs
...
The videocontrols binding will be destroyed and reattached when the video
enters/leaves fullscreen. This change accounts for that so that screen
orientation is correctly set on mobile.
MozReview-Commit-ID: 7D1gkiuXZtX
2018-03-21 15:19:00 +08:00
Timothy Guan-tin Chien
00fdf79b83
Bug 1444489 - Part II, Replace touchControls with videoControls and remove touchControls r=Gijs
...
Also migrates TouchUtils to videoControls in order to keep some interactions.
Removed the casting button from TouchUtils (to be add back to Utils in the next
commit; not removing the SVG images for hg annotation)
MozReview-Commit-ID: DzhmjykCLzu
2018-03-21 15:10:20 +08:00
Timothy Guan-tin Chien
88b40be532
Bug 1444489 - Part I, Convert noControls binding to HTML content r=Gijs
...
The noControls binding is bound to <video> without controls on mobile
(see geckoview/content.css), and is only visible when the video is
blocked because of background autoplay.
MozReview-Commit-ID: KZqlQedCjd5
2018-03-12 22:30:03 +08:00
Timothy Guan-tin Chien
a1b97e21fb
Bug 1446009 - Remove groupbox-base binding by moving groupbox.css into components.css r=enndeakin+6102
...
MozReview-Commit-ID: 1XVuuXNX0Eq
2018-03-20 15:15:40 +08:00
Matt Claypotch
f8e96e0813
Bug 1446163 - Remove the splitter binding r=enn
2018-03-16 14:53:00 +02:00
Emilio Cobos Álvarez
63543e10fd
Bug 1446342: Don't include forms in the scope chain for XBL datetime bindings. r=smaug
...
Reviewers: smaug
Bug #: 1446342
Differential Revision: https://phabricator.services.mozilla.com/D769
MozReview-Commit-ID: HK7nChYf0X6
2018-03-20 01:34:09 +01:00
Dão Gottwald
5edc4b02c3
Bug 1446414 - Remove underutilized browser.homePage and browser.goHome. r=enn
2018-03-16 16:31:59 +01:00
Gijs Kruitbosch
0ca6e1b639
Bug 1358815 - remove sync reflow from find bar initialization, r=jaws
...
This removes the sync reflow from almost all cases. The only case where we keep it is when a keypress
caught in content triggers a sync message to the parent process. We should clean this up in bug 1371523.
I've tried to fix the tests, but a lot of them seem to be disabled anyway...
MozReview-Commit-ID: 9k36p7q8MKy
2018-03-12 14:01:44 +00:00
Tim Nguyen
af25ee00d3
Bug 1445100 - Remove pageReport property from browser binding. r=Paolo
2018-03-15 17:56:48 +00:00
Dão Gottwald
6abf877ed5
Bug 1443937 - Make the autoscroll popup explicitly consume outside clicks. r=enn
2018-03-15 13:14:50 +01:00
Shane Caraveo
1726fd8fdf
Bug 1445080 - fix handling of remote web progress for non-tab browsers, r=Gijs,mconley
...
Ensure remoteWebProgress is initialized for remote browsers. Includes devtools fix from jryans.
MozReview-Commit-ID: Ce3TzwkNnyi
2018-03-14 09:12:26 -05:00
Tim Taubert
28467af293
Bug 1430150 - Implement WebAuthentication permission prompts r=jcj,johannh
...
Reviewers: jcj, johannh
Reviewed By: jcj, johannh
Bug #: 1430150
Differential Revision: https://phabricator.services.mozilla.com/D638
2018-03-11 18:47:14 +01:00
Prathiksha
872d37cca3
Bug 1435160 - Format notification popup description message in a helper function. r=johannh
...
MozReview-Commit-ID: Bwy2WrbXjUf
2018-02-28 02:01:55 +05:30
Timothy Guan-tin Chien
e42dccb7f5
Bug 1442795 - Remove scale-thumb and scale-slider bindings r=enndeakin+6102
...
Both bindings contain no content to be styled, and their own styles are applied by
<resources> import from the scale binding.
This patch also moves the binding rules from minimal-xul.css to xul.css, given that
while <scale> is used in <videocontrols>, HTML documents containing <video> or <audio>
will load the full xul.css.
MozReview-Commit-ID: JrmMqsWhnhd
2018-03-02 17:03:13 -08:00
Neil Deakin
14e7b8ec32
Bug 1440146, remove unused menubutton-item binding, r=bgrins
2018-03-06 10:10:34 -05:00
Dão Gottwald
9a202786b2
Bug 1442961 - Remove the windowdragbox element and binding. r=jaws
...
MozReview-Commit-ID: JZVMty8qMCP
2018-03-05 14:54:03 +01:00
Timothy Guan-tin Chien
85f95b5a4c
Bug 1442029 - Move XBL accessibility role="xul:colorpicker" and role="xul:colorpickertile" into XULMap.h r=enndeakin+6102,surkov
...
- Remove the colorpickertile binding as it's no longer useful.
- Remove nsAccessibilityService::CreateAccessibleByType() as it has nothing to do anymore.
- Remove nsCoreUtils::XBLBindingRole()
MozReview-Commit-ID: E21yljdsSLl
2018-03-02 09:53:55 -08:00
Timothy Guan-tin Chien
fc90735895
Bug 1439773 - Move XBL accessibility role="xul:text" and role="xul:link" into XULMap.h r=enndeakin+6102
...
MozReview-Commit-ID: 4RY0ttkwbCB
2018-03-02 09:50:39 -08:00
Timothy Guan-tin Chien
e17bec3986
Bug 1439778 - Move XBL accessibility role="xul:panel" into XULMap.h r=surkov
...
MozReview-Commit-ID: LqdGEZqRTWA
2018-03-01 13:21:00 -08:00
Brian Grinstead
b9ed4f3552
Bug 1442507 - Remove unused sborient attribute in scrollbar binding; r=enndeakin+6102
...
MozReview-Commit-ID: 5nsunzHMJVu
2018-03-01 20:18:28 -08:00
Tiberius Oros
0e49912cc8
Merge inbound to mozilla-central. a=merge
2018-03-01 19:29:00 +02:00
62f43c81e6
Bug 1410498 - Fix autoscroll image. r=dao
2018-02-27 12:46:00 +02:00
Florian Quèze
753d731eec
Bug 1433175 - enable the use-cc-etc eslint rule, r=Standard8.
2018-02-28 18:51:35 +01:00
Florian Quèze
5715aadbec
Bug 1433175 - more aggressive scripted patch to replace remaining Components.classes, Components.interfaces, Components.utils and Components.results uses with Cc, Ci, Cu and Cr, r=Mossop.
2018-02-28 18:51:35 +01:00
Florian Quèze
306a1f27d1
Bug 1433175 - remove by hands some variations of Cc,Ci,Cu definitions, r=Standard8.
2018-02-28 18:51:34 +01:00
Florian Quèze
f6add2cafd
Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop.
2018-02-28 18:51:33 +01:00
Brian Grinstead
fcccebabcc
Bug 1431522 - Remove the 'thumb' binding;r=enndeakin+6102+6102
...
MozReview-Commit-ID: JioZr8WAuPw
2018-01-19 08:08:49 -08:00
Andreea Pavel
cd212f5763
Backed out changeset ba1524e32b04 (bug 1373055) for causing a frequency uptick of bug 1430466
2018-02-25 15:09:08 +02:00
Timothy Guan-tin Chien
9d83f1b71e
Bug 1439761 - Move XBL accessibility role="xul:textbox" and role="xul:combobox" into XULMap.h r=enndeakin+6102
...
MozReview-Commit-ID: uKaDb2QafK
2018-02-28 11:47:58 -08:00
Timothy Guan-tin Chien
62b7e6242d
Bug 1437873 - Move XBL accessibility role="xul:toolbarbutton" and role="xul:button" into XULMap.h r=enndeakin+6102
...
This patch intentionally re-map the following controls from button to toolbarbutton
- browser/components/downloads/content/download.xml#download-subview-toolbarbutton
- toolkit/content/widgets/toolbarbutton.xml#menu-button
MozReview-Commit-ID: E806LA6NAvC
2018-02-28 11:35:57 -08:00
Timothy Guan-tin Chien
5d23cccba7
Bug 1440392 - Move XBL accessibility role="xul:menupopup" into XULMap.h r=enndeakin+6102
...
MozReview-Commit-ID: IeR805H6qW8
2018-02-28 11:26:51 -08:00
Timothy Guan-tin Chien
f18bfc4a42
Bug 1440393 - Move XBL accessibility role="xul:scale" and "xul:thumb" into XULMap.h r=enndeakin+6102
...
MozReview-Commit-ID: 2A264v5AdSV
2018-02-22 10:24:25 -08:00