Kirk Steuber
2c1ac87580
Bug 1206133 - Add popuppositioning state and popuppositioned event to improve arrow panel position handling. r=enndeakin
...
MozReview-Commit-ID: Dh1npORCQ6J
2016-08-16 15:33:05 -07:00
Kartikaya Gupta
e8e8181406
Bug 1302737 - Add rudimentary touch-scrolling support to the XUL scrollbox widget. r=dao
...
MozReview-Commit-ID: DmXgox2R3uX
2016-09-29 10:05:25 -04:00
Kartikaya Gupta
9aaae459de
Bug 1302736 - Add rudimentary touch-scrolling support to the XUL tree widget. r=dao
...
MozReview-Commit-ID: 7dHpl3EsRZk
2016-09-29 10:05:24 -04:00
Carsten "Tomcat" Book
2db5a1e1dc
Merge mozilla-central to mozilla-inbound
2016-09-27 11:26:17 +02:00
Carsten "Tomcat" Book
3ba1f84cdf
merge mozilla-inbound to mozilla-central a=merge
2016-09-27 11:21:25 +02:00
Gijs Kruitbosch
c7f64966e7
Bug 1304492 - use frameloader's context to get contentPrincipal, r=mconley
...
MozReview-Commit-ID: DdzGwIJye14
2016-09-26 14:47:31 +01:00
Tooru Fujisawa
a5de27f8d2
Bug 1148716 - Do not re-open location bar suggestion when dropmarker is clicked while the suggestion is opened. r=mak
2016-09-27 10:42:13 +09:00
Gijs Kruitbosch
a5f81387b8
Bug 1284395, r=bz,mconley,baku
...
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Carsten "Tomcat" Book
ff5b25e2c0
merge mozilla-inbound to mozilla-central a=merge
2016-09-21 12:03:31 +02:00
Gijs Kruitbosch
087aed34d8
Bug 1211637 - if there's no docShell (on a local tab) or permitUnload times out (on a remote tab), close the tab, r=billm
...
MozReview-Commit-ID: Cihru0TVxNc
2016-09-15 16:17:17 +01:00
Mike de Boer
7ad84cdd25
Bug 1293197 - make sure that toggling Entire Words mode also retriggers the active search. Also fixes a JS error that crept in recently. r=jaws
...
MozReview-Commit-ID: DcXhhRxk3Mw
2016-09-16 11:54:02 +02:00
Phil Ringnalda
52f9a608e2
Merge m-i to m-c, a=merge
2016-09-17 13:44:34 -07:00
Bill McCloskey
1680d779a9
Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap)
2016-09-16 20:35:11 -07:00
Marco Bonardo
35b0bdd606
Bug 1283329 - Perceptible pause when quickly typing and hitting enter in the urlbar. r=adw
...
MozReview-Commit-ID: 2NdTvY9H25Z
2016-09-15 18:55:12 +02:00
Marco Bonardo
785ad45550
Bug 1301093 - Part 3: fix delayed handleEnter regression. r=adw
...
MozReview-Commit-ID: 1SZeMUtLjNg
2016-09-13 09:35:00 +02:00
Mike Conley
5bca601646
Bug 1287178 - Add a dismissed event for <xul:notification> when they're dismissed via the close button. r=Felipe
...
MozReview-Commit-ID: 4bTq0g5a33j
2016-09-02 14:09:42 -04:00
Joseph Yeh
905944896a
Bug 1184989 - Prevent flipping preference will scroll the page as well. r=jaws
...
MozReview-Commit-ID: 5j5FN8aFDlX
2016-08-25 10:51:43 +08:00
Mike de Boer
06dc0c6d3b
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: INYobXmrVj5
2016-09-08 22:38:55 +02:00
Johann Hofmann
8d04ffdfab
Bug 1291642 - Part 1 - Add an optional checkbox to PopupNotifications. r=paolo
...
MozReview-Commit-ID: 9wzV6kNt5pV
2016-09-06 18:36:23 +02:00
Tooru Fujisawa
f499fceb2f
Bug 92737 - Part 3: Open multiple tabs when multiple items are dropped on remote content area. r=enndeakin
2015-11-11 07:35:12 +09:00
Tooru Fujisawa
18ba27eb76
Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on non-remote content area. r=Gijs
2015-08-15 07:20:15 +09:00
Gijs Kruitbosch
4e46c07c42
Bug 1286389 - fix focusing if nothing is focused when panel closes, r=Enn
...
MozReview-Commit-ID: DzNnQZjuXK2
2016-07-19 15:56:15 +01:00
Aryeh Gregor
fd7d844ea6
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
Fischer.json
2e9ee44874
Bug 1113581 - Artifact when editing a keyword, the keyword is displayed under the text-area. r=jaws
...
MozReview-Commit-ID: 6toSvZlJeBz
2016-08-01 11:32:24 +08:00
Ryan VanderMeulen
0e4c1b03d5
Merge m-c to inbound. a=merge
2016-08-26 09:39:29 -04:00
Yoshi Huang
d1b4579af0
Bug 1244340 - Part 3: pass userContextId to search suggestions r=mak
2016-08-26 18:59:00 +08:00
Mike de Boer
7e1c629660
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
faf402f266
Merge inbound to m-c. a=merge
2016-08-23 10:05:18 -04:00
Wes Kocher
9836520505
Backed out 2 changesets (bug 1279086) for causing painting issues a=backout
...
Backed out changeset b1c893387fdd (bug 1279086)
Backed out changeset 277c54118c8a (bug 1279086)
2016-08-22 16:00:34 -07:00
Blake Kaplan
1b46f2e538
Bug 1296785 - Make view-source in a new window work correctly. r=mconley
...
This patch also makes sure that we correctly grab a weak reference to the
related window instead of just setting a "relatedBrowser" property directly on
the JS object (which shadows the XBL property getter).
MozReview-Commit-ID: 97VQyCoY1Cj
2016-08-22 14:49:20 -07:00
Bill McCloskey
6b326939fd
Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap)
2016-08-19 14:41:26 -07:00
Wes Kocher
bd5bb0eef4
Backed out 2 changesets (bug 1279086) for failures in browser_menu_item_01.js a=backout
...
Backed out changeset 00bb53b58e96 (bug 1279086)
Backed out changeset cff59fe2b933 (bug 1279086)
2016-08-19 12:31:55 -07:00
Bill McCloskey
003cabfc2c
Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap)
2016-08-19 09:59:40 -07:00
Ryan VanderMeulen
576edfd1fd
Merge inbound to m-c. a=merge
2016-08-19 09:52:53 -04:00
Blake Kaplan
9e13c6ac8f
Bug 1165309 - Make view source and print preview work in e10s-multi. r=mconley
2016-08-18 16:47:28 -07:00
Sebastian Hengst
68b358f6c4
Backed out changeset c5cb27604f9f (bug 1206133) for timing out in notification tests of passwordmanager on Linux. r=backout
2016-08-18 19:58:44 +02:00
Mike Conley
52640eb7e4
Bug 1294502 - Make content in non-e10s use the same nsIFormAutoComplete as e10s. r=MattN
...
MozReview-Commit-ID: 7JmkKsbbTYw
2016-07-28 14:20:05 -04:00
Mike Conley
98c0a7fdf7
Bug 1294502 - Move AutoCompletePopup implementation for content to browser-content.js so that non-e10s can use it in a later patch. r=MattN
...
MozReview-Commit-ID: 2fB4M3lqpLK
2016-07-28 14:18:50 -04:00
Jared Wein
8860cdf2c1
Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Wes Kocher
884240f673
Merge fx-team to central, a=merge
2016-08-15 14:49:11 -07:00
Sebastian Hengst
13d973aea6
merge mozilla-central to fx-team. r=merge a=merge
2016-08-13 13:53:42 +02:00
Sebastian Hengst
10c1305bca
Backed out changeset 0c4f81bc2b52 (bug 1252224) for permafailing in browser_ext_browserAction_popup_resize.js on Linux after merge to mozilla-central. r=backout a=backout
...
MozReview-Commit-ID: KUARkl7QxB7
2016-08-13 13:27:15 +02:00
Jared Wein
99638e1465
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
58d77ecf26
Bug 1233198 - Remove preprocessing from toolkit/content/widgets/videocontrols.xml. r=Gijs
...
MozReview-Commit-ID: LXAxCTf4OEg
2016-08-13 19:04:09 -04:00
Sebastian Hengst
82a124132f
merge mozilla-central to autoland. r=merge a=merge
2016-08-13 13:54:41 +02:00
Wes Kocher
aecd5f5f0e
Merge m-c to autoland, a=merge
2016-08-12 16:30:03 -07:00
Ray Lin
705325a670
Bug 1291013 - Adjust closed caption button spacing. r=jaws
...
MozReview-Commit-ID: 68jaHKezap1
2016-08-05 10:32:29 +08:00
Jared Wein
cfe3213e30
Bug 1252224 - Remove synchronous layout flushes and style invalidations during the opening of multiview panels. r=mconley
...
MozReview-Commit-ID: 9T4gAPwFrXp
* * *
[mq]: temp
MozReview-Commit-ID: Bj91OhNd8ed
* * *
[mq]: temp
MozReview-Commit-ID: J8h8InaMRP4
2016-08-04 17:30:54 -04: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
Neil Rashbrook
1d6f0642f1
Bug 1279911 Use content-safe platform detection r=enndeakin
2016-08-05 14:25:57 +01:00