Commit Graph

42131 Commits

Author SHA1 Message Date
Dão Gottwald
26c86386d8 Bug 1295038 - Remove leftover transition-delay. r=felipe 2016-08-17 08:14:48 +02:00
Wes Kocher
c84ec3b3f3 Merge m-c to inbound, a=merge 2016-08-16 22:06:58 -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
Wes Kocher
073e095b66 Merge fx-team to central, a=merge CLOSED TREE 2016-08-16 16:37:28 -07:00
Jonathan Hao
cb6f7338c9 Bug 1294237 - Set userContextId when DOMContentLoaded before updateBrowserRemoteness. r=mconley
--HG--
extra : rebase_source : 48e73358f0dd8ebbcfe139bee9dfb734cee4dc43
2016-08-12 02:10:00 -04:00
Rob Wu
cbd2a581f6 Bug 1294920 - Fix test expectation on high-density screens in browser_ext_browserAction_pageAction_icon_permissions r=billm
MozReview-Commit-ID: 8iQXNEmsMJ5

--HG--
extra : rebase_source : a4f4cf9a1d48194a00aff060c199426f3872a1ce
2016-08-12 19:15:28 -07:00
Rob Wu
65acb9a681 Bug 1290157 - Always pass an array to tabs.executeScript on success r=kmag
MozReview-Commit-ID: Ctw8RUtfEZC

--HG--
extra : rebase_source : 7f76c1c99b5948463e5bfa0f7270fe50f6e95a88
2016-08-09 00:28:47 -07:00
Jessica Jong
5a9b39d967 Bug 1278738 - Add 'week' to the list of valid types attributes for <input>. r=smaug 2016-08-15 23:15:00 -04:00
Florian Quèze
b3b059f868 Bug 1206233 - Avoid flickering of the panel when removing permission items, r=jaws
MozReview-Commit-ID: L5LKDawDyCg
2016-08-16 14:30:42 +03:00
Johann Hofmann
f4f68e2da3 Bug 1290927 - Remove hash link from technical info on certerror pages. r=Gijs
MozReview-Commit-ID: 8XKbST09Zrc

--HG--
extra : rebase_source : 0a4802161fb08b57e8cc4a8293bb69f0f9825cca
2016-08-11 14:28:13 +02:00
Wes Kocher
03b3c20a6e Merge fx-team to central, a=merge 2016-08-15 14:49:11 -07:00
Wes Kocher
d602abb016 Merge inbound to central, a=merge 2016-08-15 14:20:38 -07:00
Igor
175543fda8 Bug 1293384 - Part 2: Rename Snprintf.h header to Sprintf.h. r=froydnj 2016-08-14 23:43:21 -07:00
Kris Maglione
9462ff7027 Bug 1225215: Follow-up: ESLint fix. r=me
MozReview-Commit-ID: WP5idmrVE6
2016-08-14 20:05:07 -07:00
Sebastian Hengst
8c843b1739 merge mozilla-central to fx-team. r=merge a=merge 2016-08-13 13:53:42 +02:00
Sebastian Hengst
9ec085584d 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
Drew Willcoxon
4c6d9664f7 Bug 1292321 - Pressing tab key in address bar selects one-off search buttons instead of the entries in the history dropdown list. r=florian
MozReview-Commit-ID: AnUZolRLBcl
2016-08-12 22:25:11 -07:00
Wes Kocher
0fe7a92d47 Merge m-c to fx-team a=merge 2016-08-12 16:39:13 -07:00
Wes Kocher
b44cee8b2a Merge fx-team to central, a=merge CLOSED TREE 2016-08-12 14:37:49 -07:00
Wes Kocher
e9097643d5 Merge inbound to central, a=merge 2016-08-12 13:44:29 -07:00
Katie Broida
51baff5088 Bug 565718 - Adds module for a zoom indicator in the browser's URL bar. r=dao
MozReview-Commit-ID: 7jcAhgUp8RP
2016-08-12 13:48:59 -04: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
Florian Quèze
d99b80b960 Bug 1294680 - instrument the 'Settings page' button, r=past. 2016-08-12 16:16:41 +02:00
Florian Quèze
dcc99335f3 Bug 1294680 - remove the engine drop down, r=past. 2016-08-12 16:16:39 +02:00
Mike Conley
2a5c775eea Bug 1290280 - Make bug_423132.js more resilient to the initial browser being remote by default. r=mikedeboer
The problem with this test was that it was actually relying on the old
broken behaviour where the initial browser of the new window it opens
would be flipped from remote back to non-remote before loading its
contents and flipping remote again. Because it now starts remote
(and stays there instead of doing all of the extra work), the
test was more likely to fall into the trap that I described in
https://groups.google.com/forum/#!searchin/mozilla.dev.platform/1261842%7Csort:relevance/mozilla.dev.platform/gthFqog3J-M/Ypx-SNhEQgAJ
where the promiseBrowserLoaded was firing for the wrong page
load, which meant that the cookie hadn't had a chance to be
set yet.

I've converted the test to use the properly instrumented
BrowserTestUtils functions which wait for the window to be
properly ready, and it appears to pass on try with multiple
retriggers.

MozReview-Commit-ID: BtQRx7og52A

--HG--
extra : rebase_source : 83a9c36533505167198b62ddc189c6fa62cec8cd
2016-08-13 18:46:38 -04:00
Mike Conley
e5d369da14 Bug 1290280 - Add tests for window state restoration remoteness flips. r=mikedeboer
MozReview-Commit-ID: ARtmju65xR9

--HG--
extra : rebase_source : 166dbace15bf8215d0cf0155b8e167a69c91ac5b
2016-08-10 15:46:03 -04:00
Mike Conley
bb89bb5f47 Bug 1290280 - Improve the logic for flipping the remoteness of the initial browser back to non-remote. r=mikedeboer
The code that checks to see whether or not we should flip the remoteness of a browser
before loading the session state into it wasn't accounting for the fact that oftentimes,
restoreImmediately isn't included, so it's undefined, which coerces to "false-y".

This caused us to very quickly destroy a TabParent, very soon after creating it. In
some cases, the IPC layer seems to not like that, and throws an OnChannelError,
which causes the TabParent ActorDestroy method to be called with an abnormal
shutdown reason, which causes the tab crash observer to fire, which bubbles the
tab crash event.

We should probably make the IPC layer more resilient to this sort of thing, but
we should also probably not flip remoteness when we really don't need to.

Now instead, when restoring a tab, we detect whether or not it's going to
be restored automatically in the near future. If it's not going to be
restored automatically, and the browser is remote, we flip its remoteness -
otherwise we leave it alone.

MozReview-Commit-ID: 5AmPHvzDZlX

--HG--
extra : rebase_source : 0bfeb2cdb0c5849a65bc9a0855c6209d693e5ff4
2016-08-09 13:32:21 -04:00
Jared Wein
d181ed5303 Bug 1294531 - Use a className instead of an ID to alter the state of the search engine list to allow add-ons to add their own buttons to the page and choose the behavior that they want. r=Gijs
MozReview-Commit-ID: 78VufTvjYVC

--HG--
extra : rebase_source : 5e5e2aa646a9c010ac2ad6683734173b3508ea31
2016-08-13 22:15:58 -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
Drew Willcoxon
560391bae0 Bug 1294733 - Awesomebar search buttons show auto completed text not user input. r=florian
MozReview-Commit-ID: BmxFd7fgdA6

--HG--
extra : rebase_source : 92a6a2259761f16e078c2b765ff3e747af79c477
2016-08-13 12:20:42 -07:00
Sebastian Hengst
0d0d1992db Backed out changeset 1e57110913fc (bug 1290280) for timeouts of added test and remoteness issues e.g. in cookie tests like browser_423132.js. r=backout 2016-08-13 15:27:48 +02:00
Sebastian Hengst
5073e10f9a Backed out changeset 2b50b05f8929 (bug 1290280) 2016-08-13 15:26:39 +02:00
Sebastian Hengst
d11b74103a merge mozilla-central to autoland. r=merge a=merge 2016-08-13 13:54:41 +02:00
Wes Kocher
7636e9aaaf Backed out changeset 33fcf83eefe4 (bug 1171746) for browser_visibleFindSelection.js failures a=backout 2016-08-12 19:11:21 -07:00
Wes Kocher
fb10711286 Backed out changeset a31f07fbdc2e (bug 1292321) for browser_urlbarOneOffs.js failures a=backout 2016-08-12 19:07:47 -07:00
Wes Kocher
4aec37ca6e Merge m-c to autoland, a=merge 2016-08-12 16:30:03 -07:00
Rob Wu
f50a92851a Bug 1293583 - add test that checks whether the main frame has frame ID 0 r=billm
Tests cannot be run in a new process, so when this test is run along
with other tests, the faulty behavior is not caught.
You can manually check whether the bug is still present by running the
test in isolation:

    mach mochitest browser/components/extensions/test/browser/browser_ext_webNavigation_frameId0.js

MozReview-Commit-ID: LwumSU7zh8R

--HG--
extra : rebase_source : c09fae54cd94af90d7d5391361b33532df6a8d72
2016-08-09 00:12:09 -07:00
Kris Maglione
73fba51beb Bug 1280128: Follow-up: Remove unnecessary negative margin. r=me
MozReview-Commit-ID: JFrzo6EWbx

--HG--
extra : rebase_source : 1c9309c04e76a6e8e6e685a134ec17868cbc0475
2016-08-11 18:30:10 -07:00
Dão Gottwald
7cff244225 Bug 1022601 followup, fixing broken syntax 2016-08-11 23:04:00 +02:00
Dão Gottwald
2dba4a33c9 Bug 1022573 - Make icons in the app menu work better with high-contrast settings. r=mconley 2016-08-11 20:22:08 +02:00
Dão Gottwald
992aafd140 Bug 1022601 - Fix up identity block styling for high contrast mode. r=felipe
--HG--
extra : rebase_source : d43ff15d005a7cbe4b79761decbab8567e30f054
2016-08-11 19:50:54 +02:00
Lee Salzman
6869b3965f Bug 1259384 - request longer timeout in browser_privacypane_4.js mochitest. r=ehsan
MozReview-Commit-ID: 7RBqq0XUbaR
2016-08-11 13:07:17 -04:00
Dão Gottwald
7708926ca5 Bug 1294136 - Don't use !important for -moz-appearance on toolbarseparator and menuseparator. r=paolo 2016-08-11 17:53:33 +02:00
Dão Gottwald
46dfd3443b Bug 1293967 - Use --panel-separator-color instead of hsla(210,4%,10%,...) more consistently. r=jaws 2016-08-11 17:48:28 +02:00
Neil Deakin
5cb9bd82d8 Bug 52106, open menulist popup with selection over cursor, r=mstange 2016-08-11 10:37:25 -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
Katie Broida[:ktbee]
b9d80840e4 Bug 1171746 - ensure tab specific panels close when you switch the tab r=jaws
Adds a tabspecific attribute to the edit bookmarks panel and the Pocket subview panel to signal that these popups should close when the user navigates away from the tab. It also specifies that the localized keyboard short cut for closing a  window should close the edit bookmarks panel and the tab by adding a general function to check whether a certain <key> has been pressed. Adds tests for both closing specific tabs and checking keys.

MozReview-Commit-ID: AxW5uQgDQQB

--HG--
extra : rebase_source : 76f649492e719317a9ef71895e9cb1d600ea67b1
2016-08-11 16:51:45 -04:00
Wander Lairson Costa
7e70d8d8a1 Bug 1294090: Update rust compiler for mac cross build. r=ted
We update the rust compiler for cross build as well as use rust-std for
mac.

MozReview-Commit-ID: JgqKTtqXKqK

--HG--
extra : rebase_source : 21286ecdf28a0cf2f8a5e7e81609b418c83b1f15
2016-08-12 16:14:21 -03:00
Drew Willcoxon
f9d35c97ba Bug 1292321 - Pressing tab key in address bar selects one-off search buttons instead of the entries in the history dropdown list. r=florian
MozReview-Commit-ID: 6hbW7n5jiLS

--HG--
extra : rebase_source : da16f6925a5dac03df7c4fa12dfdb9c97b0dd362
2016-08-11 14:46:02 -07:00
Drew Willcoxon
a79a933b9a Bug 1293300 - Accidental one-off search if mouse pointer hovers over a search engine when typing in location bar and pressing enter. r=florian
MozReview-Commit-ID: 53MGnGs6CxF

--HG--
extra : rebase_source : b10ba570bf62750266e62863674d275c76cd7904
2016-08-11 13:56:25 -07:00