Ryan VanderMeulen
ff1d6f6f88
Merge m-c to autoland. a=merge
2017-05-11 11:30:47 -04:00
Sebastian Hengst
db8f56dd23
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: HWYxZeNWish
2017-05-11 16:50:12 +02:00
Christoph Kerschbaumer
8972930163
Bug 1363687 - Have gBrowser.loadOneTab() provide a valid triggeringPrincipal. r=gijs
2017-05-11 08:43:54 +02:00
Phil Ringnalda
680d3c0bb4
Backed out changeset 18f88f090a65 (bug 1358363) for failures in browser_panelUINotifications.js
...
CLOSED TREE
MozReview-Commit-ID: 3pkGasvy9tf
2017-05-10 19:27:59 -07:00
Doug Thayer
f6aa4fb856
Bug 1358363 - Update notification focuses another window. r=rstrong
...
Right now notifications displayed in non-focused windows are causing that window to be focused. This is annoying. We could work to make the doorhangers not focus the other windows, but a simpler solution is to just not show the doorhanger until the window is focused. This has the added benefit of ensuring that the doorhangers entry animation is seen by the user, increasing the likelihood that they will notice it.
Additionally, some existing tests involving extra windows were refactored. I stripped the old tests of their extra windows and created new tests specifically to test the behavior of background windows. These tests were modeled off of the background window tests of PopupNotifications.jsm, which create a new window knowing that this will cause the existing window to be the background, rather than explicitly manipulating the focus of the two windows.
2017-05-10 17:35:22 -07:00
Birunthan Mohanathas
5e41427024
Bug 903966 - Stop blocking ' http://127.0.0.1/ ' as mixed content. r=ckerschb,kmckinley
...
According to the spec, content from loopback addresses should no longer
be treated as mixed content even in secure origins. See:
- 349501cdaa
- https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy
Note that we only whitelist '127.0.0.1' and '::1' to match Chrome 53 and
later. See:
- 130ee686fa
It is unclear if HTTPS origins should be able to use workers and WebSocket
connections through a loopback HTTP address. They are not supported in Chrome
(whether this is intentional or not is uncertain) so lets just ignore them for
now.
See also: https://github.com/w3c/web-platform-tests/pull/5304
2017-05-10 20:50:00 +03:00
Dão Gottwald
ac96f877a5
Bug 1363909 - Enable browser_menuButtonFitts.js on Mac on Linux. r=nhnt11
...
MozReview-Commit-ID: 1Hn6fam7Lkl
--HG--
extra : rebase_source : a5592dd9604b02a34e3e5be3fc36ed921d801862
2017-05-11 00:44:00 +02:00
Ed Lee
b7eda53134
Bug 1241390 - Remove Suggested Tiles and related features. r=adw,emtwo
...
Remove suggested and enhanced tiles along with related campaign, frequency-cap, inadjacency, pings, preferences, strings, styles, tests.
MozReview-Commit-ID: FkjaSpSFQHu
--HG--
extra : rebase_source : 1c58ac542180f0abb290639ec1c61b9edf3d0a51
2017-05-02 17:09:16 -07:00
Wes Kocher
02015c2300
Merge m-c to autoland a=merge CLOSED TREE
...
MozReview-Commit-ID: 5T8pxvbfKXv
2017-05-10 17:29:04 -07:00
Dão Gottwald
bb5a155daa
Bug 1363902 - Simplify some browser chrome tests by utilizing TestUtils.topicObserved. r=mikedeboer
...
MozReview-Commit-ID: Flc8iE19Gkt
--HG--
extra : rebase_source : ece0308fbf7b8a24abd44ca9b8e3745abdf1cd17
2017-05-11 00:24:37 +02:00
Mark Banner
2bf9485071
Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
...
MozReview-Commit-ID: 5fVG7akPnGM
--HG--
extra : rebase_source : e462e84bf8f2ffd893d1fd6b5ea14bbc093168dd
2017-05-08 10:29:47 +01:00
Sebastian Hengst
95a418ca5b
Backed out changeset e0f9c56c15f0 (bug 1362947) for linting failures, e.g. at accessible/tests/mochitest/jsat/doc_content_text.html:15. r=backout
2017-05-11 10:15:55 +02:00
Mark Banner
256aeb441c
Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
...
MozReview-Commit-ID: 5fVG7akPnGM
--HG--
extra : rebase_source : f1b9eeb1b2048b551ee8c0a596e6395d0031cc4d
2017-05-08 10:29:47 +01:00
Doug Thayer
5361205f4d
Bug 1358363 - Show PanelUI notifications when window focused r=rstrong
...
Right now notifications displayed in non-focused windows are
causing that window to be focused. This is annoying. We could work
to make the doorhangers not focus the other windows, but a simpler
solution is to just not show the doorhanger until the window is
focused. This has the added benefit of ensuring that the doorhangers
entry animation is seen by the user, increasing the likelihood that
they will notice it.
Additionally, some existing tests involving extra windows were
refactored. I stripped the old tests of their extra windows and
created new tests specifically to test the behavior of background
windows. These tests were modeled off of the background window
tests of PopupNotifications.jsm, which create a new window knowing
that this will cause the existing window to be the background,
rather than explicitly manipulating the focus of the two windows.
MozReview-Commit-ID: 1fjrDOhEKCw
--HG--
extra : rebase_source : 954ace7e43da90fcee3da2d70c4bdbcda8456d77
2017-04-21 08:57:28 -07:00
Wes Kocher
91617240e6
Merge m-c to autoland, a=merge
2017-05-09 14:59:18 -07:00
Wes Kocher
e2902f93a3
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: Fp2oBAcru51
2017-05-09 14:34:34 -07:00
Doug Thayer
7e3c287071
Bug 1356675 - Show manual update on cant-apply status r=rstrong
...
If there is an update available but the user can't apply it, we
publish a notification on the update-available topic with the
status "cant-apply". This was previously being ignored by
browser.js. This should fix the bug in question on Windows 10.
MozReview-Commit-ID: 1twRvYEXbiT
--HG--
extra : rebase_source : c116239a35db022f7be13e693702fdff58882fc5
2017-05-04 10:12:52 -07:00
Dan Banner
714fbbd92f
Bug 1343584 - Remove leftover click-to-play-warning-stripes.png file r=florian
...
MozReview-Commit-ID: A7Xa3EI2iPS
--HG--
extra : rebase_source : 5b8e55b78e3da9011e67d1194ef646002d4fde3f
2017-05-06 13:45:28 +01:00
Dão Gottwald
c86e989b1d
Bug 1358809 followup: update browser_windowopen_reflows.js to account for the reflow in ssi_getWindowDimension having been removed (no review)
...
MozReview-Commit-ID: 2eI2CjCEJBH
2017-05-09 16:54:48 +02:00
Dan Banner
eb054662cc
Bug 1320156 - Remove leftover Privacy-16.png files. r=florian
...
MozReview-Commit-ID: GXCfNNwiqFf
--HG--
extra : rebase_source : 8c296d23d6fb4fb9883cd05a4378f032dcfb0d8d
2017-05-07 15:27:05 +01:00
Dan Banner
7d62f38a7b
Bug 1348521 - Remove unreferenced global/skin/linkTree.css files r=florian
...
MozReview-Commit-ID: DXpi0HbLNIq
--HG--
extra : rebase_source : 94e73cdb7b9afdd0a7cf21a66f4e41551d4e1f16
2017-05-07 16:19:13 +01:00
Wes Kocher
4b62b5db39
Backed out 2 changesets (bug 1368383) for a11y failures in test_focus_general.html a=backout
...
Backed out changeset 4eb7778c4325 (bug 1368383)
Backed out changeset 3ca93081969b (bug 1368383)
MozReview-Commit-ID: BZfthG2g9FE
2017-06-07 15:00:41 -07:00
Edouard Oger
273cfad491
Bug 1368383 part 2 - Handle the Sync-not-ready state in page action send to device. r=markh
...
MozReview-Commit-ID: JYPCw3OVGXo
--HG--
extra : rebase_source : 25695e9acb2c74fc72e1705547582a8252939a44
2017-06-01 16:52:40 -04:00
Edouard Oger
fc6b74fa58
Bug 1368383 part 1 - Always show Send Tab to Device in the context menu. r=markh
...
MozReview-Commit-ID: 1C2aqQIpKAJ
--HG--
extra : rebase_source : 2b982b0f47224fd3764eb35a3a63c28a7e43ce56
2017-06-01 13:02:14 -04:00
Ray Lin
3230fd863c
Bug 1357519 - Set media src again after setting .loop attribute to ensure media is always in play state afterwards. r=jaws
...
MozReview-Commit-ID: 1yS5KrfVpAR
--HG--
extra : rebase_source : 688d989df9589fb8b06bec4b595ff8598dcedcfd
2017-05-25 13:54:55 +08:00
k88hudson
9722cb4fed
Bug 1369875 - Turn off activity-stream.enabled for new tab related tests r=Mardak
...
MozReview-Commit-ID: Gx3itUrHICL
--HG--
extra : rebase_source : 24e0c4e9d083aca104ba15dcc2654ad3a4f764b6
2017-06-02 16:33:18 -04:00
Florian Quèze
d0a8fb470b
Bug 1372326 - record services initialized during startup, r=mconley.
2017-06-13 08:39:39 +02:00
Frederik Braun
cd1cbcef0f
Bug 1359350: Add no-eval rule to eslint config (and whitelist failures in tests) r=standard8
...
MozReview-Commit-ID: 4nYlX4sSdbF
--HG--
extra : rebase_source : cf610e7d8bf2b8dbd5a0d40c5b835bc6620c3bba
2017-05-08 14:50:50 +02:00
Kit Cambridge
5fc76a861d
Bug 1361171 - Remove CloudSync. r=markh
...
MozReview-Commit-ID: CjBsEZa6oIP
--HG--
extra : rebase_source : 965db37197242acf63e77dbcca74a2984532b4ff
2017-05-01 14:43:00 -07:00
Jared Wein
8fef752ced
Bug 1355507 - Releasing a tab while dragging through the tabstrip on the same window should show a transition to its final resting place. r=dao
...
MozReview-Commit-ID: Lb7D1wnifBp
--HG--
extra : rebase_source : e0ff3800b5536681afcd79d0e105008049d346ef
2017-05-02 15:51:13 -04:00
Iris Hsiao
0b748916e8
merge mozilla-inbound to mozilla-central a=merge
2017-05-08 11:11:20 +08:00
Bob Owen
e317cff839
Bug 1361992: Ensure that PrintPreviewListener methods all use the same source browser. r=Gijs
2017-05-07 16:11:19 +01:00
Gijs Kruitbosch
cf021da921
Bug 1355020 - part 2: disentangle add-on notifications from 'PanelUI' and their specific spot, r=kmag
...
MozReview-Commit-ID: h2azhwU60S
--HG--
extra : rebase_source : c6bad5785235738161637e9f080faefd4ce2db04
2017-05-03 14:53:07 +01:00
Gijs Kruitbosch
1c3d0e4047
Bug 1355020 - part 1: disentangle update notifications from 'PanelUI' and hardcoded IDs, r=dthayer
...
MozReview-Commit-ID: EqLtDuRC8EH
--HG--
extra : rebase_source : 4508af1a155193ae556c0b9261aeb13a71afb0e9
2017-05-04 12:56:11 +01:00
Andreas Pehrson
da339f960b
Bug 1320994 - Increase retries for screensharing preview window. r=florian
...
MozReview-Commit-ID: IPnLWPT8SNP
--HG--
extra : rebase_source : 21b082ae29fed7332ecafcd500d6cb8e25e42217
2017-05-03 22:58:40 +02:00
Andreas Pehrson
ad7fb286f8
Bug 1320994 - Remove chrome-test hacks that accomodated the misaligned MediaManager model. r=florian
...
MozReview-Commit-ID: BS693gGyVhm
--HG--
extra : rebase_source : 7ce756a9d9b2b965533ceae852fd0c5c95a34a64
2017-04-07 15:30:43 +02:00
Andreas Pehrson
710bb1b2f0
Bug 1320994 - Re-enable tests. r=florian
...
MozReview-Commit-ID: KGe95JhBoVD
--HG--
extra : rebase_source : cddc8cdf72dfd554af5881508e95dcb06a3ff970
2017-03-28 16:03:21 +02:00
Dan Banner
8b7c77d4a9
Bug 1348555 - Remove Unused files in chrome://mozapps/skin/extensions r=dao
...
MozReview-Commit-ID: CtPeuRInbDd
--HG--
extra : rebase_source : ae5b9ef13b014e17ac8980d509cca9ce78b02b8a
2017-05-05 19:21:10 +01:00
Dan Banner
55d44a55b2
Bug 1351658 - Package PropertyListUtils.jsm only on Mac r=florian
...
MozReview-Commit-ID: wnhR1G5v0y
--HG--
extra : rebase_source : 71ad2fe4feb52a4d362059da7f66da809aae6c0b
2017-05-04 16:49:42 +01:00
Carsten "Tomcat" Book
6ae9b7bb71
Merge mozilla-central to autoland
...
--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
2017-05-05 15:27:55 +02:00
Carsten "Tomcat" Book
fdc689ba16
merge mozilla-inbound to mozilla-central a=merge
2017-05-05 15:17:26 +02:00
Jared Wein
c352d05b9b
Bug 1343569 - Delay hiding the popup on blur if the search field gains focus. r=enndeakin+6102
...
Since the order of events is 'blur' followed by 'focus', we send a message from the content process to the parent process and wait for a reply to give enough time for the parent process to signal that the 'blur' was related to the focusing of the search field. If the parent process hasn't signaled as such, then the content process will proceed with hiding the dropdown.
MozReview-Commit-ID: 6ngoo9uHcsM
--HG--
extra : rebase_source : caf43a975827aec71ba82fe39435b05c954673bc
2017-04-25 20:19:42 -04:00
Dão Gottwald
39669a550b
Bug 1054740 - Stop reusing tabs when restoring windows since at this point it's counterproductive rather than a useful optimization. r=mikedeboer
...
MozReview-Commit-ID: EuM08mEhDqZ
--HG--
extra : rebase_source : 43fc0410045f0efe48db2ae14d56994a90bded5f
2017-05-04 14:26:32 +02:00
Luca Greco
f05b5fec60
Bug 1358314 - Fix 'Open Link in New Tab' context menu item after tab navigated in non-e10s mode. r=kmag
...
MozReview-Commit-ID: KIG3QTx4J6b
--HG--
extra : rebase_source : 2441fc11e1d47dbcbc0bfa79d3721703b1476bf9
2017-04-24 16:22:31 +02:00
Mike Conley
34a146fb9b
Bug 1358356 - Flush all pending styles before taking measurement in browser_toolbariconcolor_restyles.js. r=sfoster CLOSED TREE
...
MozReview-Commit-ID: 30DbDFAnTmg
2017-05-04 14:55:09 -04:00
Iris Hsiao
fa6e98e026
Merge mozilla-central to autoland
2017-05-04 13:22:44 +08:00
Edouard Oger
b3b3ff9cc5
Bug 1353571 part 3 - Refactor browser-syncui and browser-fxaccounts. r=markh
...
MozReview-Commit-ID: K790Ag8WZgv
--HG--
rename : browser/base/content/test/general/accounts_testRemoteCommands.html => browser/base/content/test/sync/accounts_testRemoteCommands.html
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/sync/browser_fxa_web_channel.html
rename : browser/base/content/test/general/content_aboutAccounts.js => browser/base/content/test/sync/content_aboutAccounts.js
extra : rebase_source : dcba087df94d06b15c9f073ff2df3324fd646c57
2017-04-18 14:15:43 -04:00
Sebastian Hengst
532800137b
Backed out changeset db9f3b377504 (bug 1054740) for failing Marionette's test_prefs.py TestPreferences.test_clear_pref, at least on Linux in non-e10s mode. r=backout on a CLOSED TREE
2017-05-03 23:15:56 +02:00
Wes Kocher
4e89a77541
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: F7qkNALe0WT
2017-05-03 13:52:24 -07:00
Dão Gottwald
1d352d917c
Bug 1054740 - Stop reusing tabs when restoring windows since at this point it's counterproductive rather than a useful optimization. r=mikedeboer
...
MozReview-Commit-ID: LhJDs9GSxuK
--HG--
extra : rebase_source : 96cb427ada78ee70368f6cb1d4cad4811681c454
2017-05-03 21:57:06 +02:00
Sebastian Hengst
18253e3fa2
Backed out changeset 0a0138825fb5 (bug 1353571)
...
--HG--
rename : browser/base/content/test/sync/accounts_testRemoteCommands.html => browser/base/content/test/general/accounts_testRemoteCommands.html
rename : browser/base/content/test/sync/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/sync/content_aboutAccounts.js => browser/base/content/test/general/content_aboutAccounts.js
2017-05-03 21:56:44 +02:00
Kris Maglione
f62862f632
Bug 1358921: Lazily load webrtcUI.jsm when first needed. r=florian
...
MozReview-Commit-ID: LRtpyBaRCMA
--HG--
extra : rebase_source : 698e702af3893bbbcf544eeb2ef1622072a0b67c
2017-05-02 19:50:20 -07:00
Edouard Oger
c11e66021d
Bug 1353571 part 3 - Refactor browser-syncui and browser-fxaccounts. r=markh
...
MozReview-Commit-ID: K790Ag8WZgv
--HG--
rename : browser/base/content/test/general/accounts_testRemoteCommands.html => browser/base/content/test/sync/accounts_testRemoteCommands.html
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/sync/browser_fxa_web_channel.html
rename : browser/base/content/test/general/content_aboutAccounts.js => browser/base/content/test/sync/content_aboutAccounts.js
extra : rebase_source : aa6cb209d312c6ef3f45589b0fd8fa8a39c612e3
2017-04-18 14:15:43 -04:00
Sebastian Hengst
76d0313771
Backed out changeset 43f195f28f6a (bug 1054740) for failing test_quit_restart.py TestQuitRestart.test_in_app_restart_with_callback in Mn-e10s on OSX 10.10 opt. r=backout
2017-05-03 18:50:18 +02:00
Dão Gottwald
b5ee7d0b7b
Bug 1054740 - Stop reusing tabs when restoring windows since at this point it's counterproductive rather than a useful optimization. r=mikedeboer
...
MozReview-Commit-ID: EgninUdUHir
--HG--
extra : rebase_source : cd5460a09d8e5918a17d964e520d7500348d9a4e
2017-05-03 11:19:31 +02:00
Sebastian Hengst
4cc4fce760
Backed out changeset 82056ff7f987 (bug 1320994) for frequently failing enabled browser_devices_get_user_media_screen.js on Linux in non-e10s mode. r=backout
2017-05-03 13:15:39 +02:00
Sebastian Hengst
4273e34cb0
Backed out changeset 2f475f8d6ffc (bug 1320994)
2017-05-03 13:14:13 +02:00
Swapnesh Kumar Sahoo
c11cf34901
Bug 1354331 - Remove network.http.enablePerElementReferrer usages. r=valentin r=baku
2017-05-01 00:12:34 +05:30
Gabor Krizsanits
eb829f971b
Bug 1341008 - Use the preallocated process manager by default. r=billm, r=kmag
...
To mitigate the delay that a new content process startup might cause, when the
browser reaches a non-busy state we attempt to prelaunch an empty content process
in the background that can be grabbed and used the next time we need one. This patch
enables the preallocated process manager by default and attempts to fix all the
issues that prevented us doing this sooner.
2017-05-03 12:00:20 +02:00
Carsten "Tomcat" Book
b0e1da2a90
merge mozilla-inbound to mozilla-central a=merge
2017-05-03 10:11:26 +02:00
Wes Kocher
e141e24ffb
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 1peTFbNMVnU
2017-05-02 17:38:11 -07:00
Nathan Froyd
629c18d12a
Bug 1351093 - remove Sntp.jsm; r=florian
...
This code was only ever used by now-removed B2G code.
2017-05-02 12:23:45 -04:00
Ehsan Akhgari
64526e4433
Bug 1360788 - Part 2: Remove some dead code that is left over from bug 1077652
2017-05-02 19:03:57 -04:00
Ursula Sarracini
87b3c001bf
Bug 1360854 - Permaorange in browser_all_files_referenced.js caused by bug 1345122 r=florian
...
MozReview-Commit-ID: 7I2ULP0tpTH
--HG--
extra : rebase_source : 82ad4ae275000f1f14c874a8e018ecfa472c1ea9
2017-05-02 15:23:55 -04:00
Johann Hofmann
d9be18a0fe
Bug 1352364 - Share toolbar button styling code between platforms. r=dao
...
MozReview-Commit-ID: 54hKvMmBq22
--HG--
rename : browser/themes/osx/places/bookmarks-notification-finish.png => browser/themes/shared/places/bookmarks-notification-finish.png
rename : browser/themes/osx/places/bookmarks-notification-finish@2x.png => browser/themes/shared/places/bookmarks-notification-finish@2x.png
rename : browser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png => browser/themes/shared/toolbarbutton-dropdown-arrow-inverted.png
rename : browser/themes/windows/browser.css => browser/themes/shared/toolbarbuttons.inc.css
extra : rebase_source : 3cac9d868f799cd19315b6f0756e07c1d238c314
2017-04-05 13:48:16 +02:00
Wes Kocher
213466c2df
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: LDWwyJ6Gdqw
2017-05-01 16:06:49 -07:00
Neil Deakin
8d7a93a4e3
Bug 1354564, add a queue-up mechanism to command dispatchers that lets updates be queued up so that duplicates can be removed. Use this for tab switching to reduce the number of extraneous command updates that occur, r=mconley
2017-05-01 10:42:33 -04:00
Mike Conley
ed52b7ccd0
Bug 1358356 - Avoid intermittent in browser_toolbariconcolor_restyles.js by using Services.focus.activeWindow instead of focus() to activate windows. r=sfoster
...
MozReview-Commit-ID: KQWqZPXg27F
--HG--
extra : rebase_source : 116359ce30726fc2f65a0be95c84696db983687e
2017-05-01 12:43:29 -04:00
Sebastian Hengst
42fd33ff9c
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: ELENTh08Be7
2017-04-29 11:10:31 +02:00
Joel Maher
f4e71843ff
Bug 1358356 - Intermittent browser_toolbariconcolor_restyles.js. disable on windows/debug. r=gbrown
...
MozReview-Commit-ID: EXCtx4hfRoD
2017-04-28 17:03:58 -04:00
Ursula Sarracini
d02542fcae
Bug 1345122 - Update NewTabUtils.jsm for Activity Stream's needs r=mak
...
MozReview-Commit-ID: 3SpJucjKNby
--HG--
extra : rebase_source : 4613cc7c8ab832cbf605d50e385513b6b84a75ee
2017-04-28 10:00:30 -04:00
Andreas Pehrson
aee0a7853c
Bug 1320994 - Remove chrome-test hacks that accomodated the misaligned MediaManager model. r=florian
...
MozReview-Commit-ID: BS693gGyVhm
--HG--
extra : rebase_source : ae85538f9150f8c272ca90ff43a9348b69f7bc22
2017-04-07 15:30:43 +02:00
Andreas Pehrson
12e23499e7
Bug 1320994 - Re-enable tests. r=florian
...
MozReview-Commit-ID: KGe95JhBoVD
--HG--
extra : rebase_source : 23dfba0783dcba9b89955724e62c7c4344262c82
2017-03-28 16:03:21 +02:00
Benjamin Smedberg
eb61894ba9
Bug 1335475 - Switch browser_tab_dragdrop.js to load a plugin from HTTP instead of a no-privilege data: URI which doesn't work any more. Also re-enable this test on Linux now that we don't have windowed-mode plugins any more, so this won't assert (undo bug 1331320). r=jaws
...
MozReview-Commit-ID: D6JzYliULPG
2017-03-07 11:11:54 -05:00
Mark Banner
67b1210c1d
Bug 1358116 - Adapt browser_contextmenu* to take account of Screenshots being in the context menu when it is enabled. r=jaws
...
MozReview-Commit-ID: 9NJvBLnQ0We
--HG--
extra : rebase_source : bd4cd06041ba1aa1865b6a915802f86d938d89b6
2017-04-27 15:46:32 +01:00
Joel Maher
318f4575da
Bug 1358356 - Intermittent browser/base/content/test/windows/browser_toolbariconcolor_restyles.js. disabled for osx/debug. r=gbrown
...
MozReview-Commit-ID: Dlmi20LW0HB
2017-04-27 11:38:33 -04:00
Geoff Brown
a9623d4d6e
Bug 1354415 - requestLongerTimeout for browser_extension_update_background.js; r=aswan
...
This test has been intermittently timing out after 90 seconds on Linux Debug.
2017-04-27 07:52:55 -06:00
Iris Hsiao
1401934d7b
merge mozilla-inbound to mozilla-central a=merge
2017-05-02 11:04:36 +08:00
Sebastian Hengst
f44ee02eec
Backed out changeset 78a53da8a8c1 (bug 1358314) for intermittent, different leaks on Windows 7 VM debug. r=backout on a CLOSED TREE
2017-05-04 21:11:44 +02:00
Dan Banner
7e986db6b0
Bug 1351091 - Remove unreferenced Profiler.jsm file r=BenWa
...
MozReview-Commit-ID: 7nlrsdmEwS8
--HG--
extra : rebase_source : 38259896ef39a9694dbd985714ae430ac245b96f
2017-05-04 17:03:49 +01:00
Martin Giger
df5c55c05d
Bug 1299371 - Show context menu in WebExtension popups; r=mixedpuppy
...
MozReview-Commit-ID: 5bty8uurFns
--HG--
extra : rebase_source : 6b49e37b6173d1d5c219f554ac48c04942060daf
2017-02-19 11:02:14 +01:00
Luca Greco
99ef55dcc5
Bug 1358314 - Fix 'Open Link in New Tab' context menu item after tab navigated in non-e10s mode. r=kmag
...
MozReview-Commit-ID: KIG3QTx4J6b
--HG--
extra : rebase_source : 302b896c87b2516bd7181493abf70fda0d390ee7
2017-04-24 16:22:31 +02:00
Christoph Kerschbaumer
3e5250e481
Bug 1359545 - Update tests to pass triggeringPrincipal to loadURI. r=bz, r=gijs
...
--HG--
extra : rebase_source : 18f001b434fbe0d6075558f086fd8263a7b2a19b
2017-04-26 21:45:30 +02:00
Florian Queze
4b1556a5f2
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Mike Conley
d9a3f851e1
Bug 1357169 - Remove checkmark.svg, indeterminate-checkmark.svg and radio.svg from browser_all_files_referenced.js test. r=mats
...
MozReview-Commit-ID: BKMEyy5D3UU
--HG--
extra : rebase_source : adf6d66026e646ae738533aabec3dab634cde5f7
2017-04-25 17:36:29 -04:00
Mike Conley
365f4e988a
Bug 1352501 - Remove Reader Mode promotion panel. r=jaws,MattN
...
Note that the UITour library can still show a panel in the event that we want to
promote the feature that way.
MozReview-Commit-ID: FzKSzO987h7
--HG--
extra : rebase_source : 8c129106478559f011a3a4e311331851939ab408
2017-04-19 16:42:10 -04:00
Sebastian Hengst
41454e89bf
Backed out changeset dfc0f3c355ff (bug 1352364) for failing browser/components/search/test/browser_oneOffHeader.js on OSX 10.10 debug. r=backout
...
--HG--
rename : browser/themes/shared/places/bookmarks-notification-finish.png => browser/themes/osx/places/bookmarks-notification-finish.png
rename : browser/themes/shared/places/bookmarks-notification-finish@2x.png => browser/themes/osx/places/bookmarks-notification-finish@2x.png
rename : browser/themes/shared/toolbarbutton-dropdown-arrow-inverted.png => browser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png
2017-04-25 20:09:49 +02:00
Johann Hofmann
763a5ff3f9
Bug 1352364 - Share toolbar button styling code between platforms. r=dao
...
MozReview-Commit-ID: 54hKvMmBq22
--HG--
rename : browser/themes/osx/places/bookmarks-notification-finish.png => browser/themes/shared/places/bookmarks-notification-finish.png
rename : browser/themes/osx/places/bookmarks-notification-finish@2x.png => browser/themes/shared/places/bookmarks-notification-finish@2x.png
rename : browser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png => browser/themes/shared/toolbarbutton-dropdown-arrow-inverted.png
rename : browser/themes/windows/browser.css => browser/themes/shared/toolbarbuttons.inc.css
extra : rebase_source : 5b15be4d56b7072e3bdb106e24c5e105e8ee8129
2017-04-05 13:48:16 +02:00
Phil Ringnalda
e02b03e25f
Bug 1359302 - Update the browser_parsable_css.js whitelist to expect that ua.css and html.css might be loaded from gre-resources, r=Gijs
...
MozReview-Commit-ID: HJGL8CUylNi
--HG--
extra : rebase_source : 7ae028a6d9423b45ed68ea76be113bf3731b1678
2017-04-24 21:37:35 -07:00
Shawn Huang
a776ab68f5
Bug 1358160 - Get usage from subject instead of data field, r=Fischer
...
MozReview-Commit-ID: 5UNttoq1jiX
--HG--
extra : rebase_source : b629cf3c33b54fe9a20ceb6e7d996d71917757fe
2017-04-24 21:18:32 +08:00
Wes Kocher
0c551a1721
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 2tbIf1rfy0p
2017-04-24 15:53:30 -07:00
Gijs Kruitbosch
71888fb9ec
Bug 1355331 - Backed out changeset 673ad58aecac in the light of user feedback, r=me,backout
...
MozReview-Commit-ID: AeCCpBfuhtF
2017-04-24 17:51:05 +01:00
Dan Banner
cbf1ee25cc
Bug 1351099 - Remove unused AddonLogging.jsm file r=rhelmer
...
MozReview-Commit-ID: B1mxqNZhpB
--HG--
extra : rebase_source : 02abddd18ec98fdd2d74eda053d161625fd96d3e
2017-04-19 16:28:41 +01:00
Brian Grinstead
02003e000c
Bug 1355331 - Move sidebar to the right edge of the window;r=mikedeboer
...
MozReview-Commit-ID: GTnr6ppleWL
--HG--
extra : rebase_source : 6a1d52177563739fa07be521841688f412aea62b
2017-04-20 09:18:08 -07:00
Dão Gottwald
e70333a23d
Bug 1348359 - Remove unused files from chrome://global/skin/dirListing/. r=florian
...
MozReview-Commit-ID: 4n8KxGUvyVE
--HG--
extra : rebase_source : 450d98c329590260e707731b9c4afc277a67edc8
2017-04-21 16:14:49 +02:00
Sam Foster
1ce685a8c2
Bug 1334642 - Cache luminance values for each toolbar in ToolbarIconColor. r=dao,mconley
...
* Track window states: active, fullscreen and tabsintitlebar for each window
* Use toolbar.id and window state to store and retrieve values from cache
* Note: As each window has its own ToolbarIconColor object, the cache is not currently shared across windows
* inferFromText callers pass in a reason and associated value, which is used to update the state we track, and potentially clear out the cache
* Create new windows test directory for browser-window-specific tests like this
* Test for the ToolbarIconColor changes to avoid sync style flushes when windows activate/deactivate
MozReview-Commit-ID: JDJ3RtL4Lge
--HG--
extra : rebase_source : f944ccd1c2340a5d2973bf47480a6eb78b2aae3b
2017-04-06 10:50:09 -07:00
Dan Banner
a7f5988aec
bug 1351657 - Stop shipping langGroups.properties as it is unused. r=florian
...
MozReview-Commit-ID: L601YNiOVBc
--HG--
extra : rebase_source : c1bf3647c41d2eee3738175d266ca52f80c14d74
2017-04-20 13:34:52 +01:00
Wes Kocher
cb8ce82cca
Merge inbound to m-c a=merge
2017-04-19 17:10:04 -07:00
Andrew Swan
251c58d506
Bug 1357410 follow-up sign remaining unsigned permission test xpis r=andym
...
MozReview-Commit-ID: JA3fAWPIIJn
--HG--
extra : rebase_source : 3d3e64d03cb9e9576ff51efd21049174b7698898
2017-04-19 12:29:34 -07:00
Andrew Swan
c66904017f
Bug 1357419 Sign browser_webext_update1.xpi r=andym
...
MozReview-Commit-ID: 9L1FCI4XPBG
--HG--
extra : rebase_source : 5dc9ff82dd30e965420fd3cda8c0df59744b779a
2017-04-19 09:11:33 -07:00
Mathieu Leplatre
ebb8c8fc93
Bug 1351675 - Add certificates pinning initial JSON to package r=florian
...
MozReview-Commit-ID: EYT0s7xUyKN
2017-04-10 16:50:41 +02:00
Jim Porter
3517459260
Bug 1352069 - Introduce a pref that allows for disabling cosmetic animations r=jaws
...
This rolls browser.tabs.animate, browser.fullscreen.animate, and
alerts.disableSlidingEffect into a single pref; if any of these are disabled,
we'll disable the new pref too (toolkit.cosmeticAnimations.enabled). Most
future animations will also be subject to this pref.
MozReview-Commit-ID: 77pLMtERDna
--HG--
extra : rebase_source : 8939e453c2277caa4a90123ae09bb542aaa421ed
2017-04-11 13:47:31 -05:00
Dão Gottwald
21dfebdfc4
Bug 1357812 - Remove "Upgraded notifications" notification from UI migration. r=kitcambridge
...
MozReview-Commit-ID: 4hrPTyqQ9ge
--HG--
extra : rebase_source : 44b75ff45c463490adbf609c1f5a55002a03d533
2017-04-19 18:43:00 +02:00
Dan Banner
229f42c417
Bug 631271 - Don't ship with defaults/profile/prefs.js r=bsmedberg
...
MozReview-Commit-ID: 1wz3BHEZa8N
--HG--
extra : rebase_source : 2398f3e19d70b7a6a47ba9a80c17029dad1276f0
2017-04-18 14:56:15 +01:00
Edouard Oger
a743c966f7
Bug 1354738 - Don't force Sync initialization on context menu open. r=markh
...
MozReview-Commit-ID: JBwGTW9nLSl
--HG--
extra : rebase_source : 159adab098b4f21a7128ae78a4e25ac6876479e6
2017-04-17 16:52:35 -04:00
Gerald Squelart
3f7d93aadf
Bug 1357209 - Add label=type-media to invoked webcompat URL - r=Gijs
...
Following https://github.com/webcompat/webcompat.com/issues/1360 , WebCompat
now accepts an arbitrary label (to help with sorting incoming reports), which
for media issues should be "type-media".
MozReview-Commit-ID: B3vaUOlhTBm
--HG--
extra : rebase_source : 73b32a3581cec665c11e745e59e6e025d9222e85
2017-04-18 14:11:51 +12:00
Ray Lin
eec2adc8fb
Bug 1270983 - Wait for media to being playing before pause check to avoid timeout. r=jaws
...
MozReview-Commit-ID: 7F18fUU8asl
--HG--
extra : rebase_source : b0495ac5c936009f86f919e14efe71257eb8bf59
2017-04-18 10:48:48 +08:00
Sebastian Hengst
7d471b721c
Backed out changeset abaa83873b88 (bug 1334642) for failing browser_toolbariconcolor_restyles.js. r=backout on a CLOSED TREE
2017-04-18 00:54:25 +02:00
Sam Foster
b29b823ee9
Bug 1334642 - Cache luminance values for each toolbar in ToolbarIconColor. r=dao,mconley
...
* Track window states: active, fullscreen and tabsintitlebar for each window
* Use toolbar.id and window state to store and retrieve values from cache
* Note: As each window has its own ToolbarIconColor object, the cache is not currently shared across windows
* inferFromText callers pass in a reason and associated value, which is used to update the state we track, and potentially clear out the cache
* Create new windows test directory for browser-window-specific tests like this
* Test for the ToolbarIconColor changes to avoid sync style flushes when windows activate/deactivate
* Skip test for windows 8, follow-up filed as bug 1356684
MozReview-Commit-ID: JDJ3RtL4Lge
--HG--
extra : rebase_source : e97bb5c09b2e6d7b264363ccba1b34bf666f31e9
2017-04-06 10:50:09 -07:00
Florian Queze
4c6a68d1c9
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Florian Queze
f935ddc4b3
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
37ff4fc7cc
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
159215e6f4
Backed out changeset 18d45aa984d6 (bug 1355161)
2017-04-14 23:39:23 +02:00
Sebastian Hengst
a07223d699
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
738d097aae
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
3c564a2b02
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
95d4d20c17
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Florian Queze
a363fb8c8b
Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj.
2017-04-14 18:29:12 +02:00
Iris Hsiao
93edef392b
merge autoland to mozilla-central a=merge
2017-04-14 17:09:58 +08:00
Wes Kocher
c8a2033f35
Merge m-c to inbound, a=merge
2017-04-13 17:33:39 -07:00
Wes Kocher
514e230373
Merge inbound to central, a=merge
2017-04-13 17:24:01 -07:00
Ryan VanderMeulen
29f78caa56
Bug 1355984 - Don't run the browser/base/content/test/static directory on ASAN, debug, or Linux32. r=Gijs
...
CLOSED TREE
2017-04-13 14:53:06 -04:00
Dave Townsend
ec5f17632b
Bug 1356292: Switch back to triggering principal checks for add-on install permission checking to allow url bar triggered installs to proceed. r=bz, r=aswan
...
MozReview-Commit-ID: 4HXgGqSGkN0
--HG--
extra : rebase_source : 9a12063d56987d0b9258c88b4d0a2c5cff955210
2017-04-13 14:58:38 -07:00
Wes Kocher
20dd5f52c2
Merge m-c to autoland, a=merge
2017-04-13 17:35:34 -07:00
Doug Thayer
dbf506b14a
Bug 1354855 - Set update timer prefs in new update tests r=rstrong
...
In the log file attached to this bug, we see multiple requests for
background updates come in at the same time. I can't see a way for
this to happen other than notify being called while the test is
running.
MozReview-Commit-ID: Gm0vW32X6mN
--HG--
extra : rebase_source : fe220a940b07bc45c10b460c22408eeecf3a3059
2017-04-12 13:47:42 -07:00
Wes Kocher
2986c817dc
Merge autoland to central, a=merge CLOSED TREE
2017-04-12 15:13:30 -07:00
Wes Kocher
25d50f2c30
Merge inbound to central, a=merge
2017-04-12 14:39:09 -07:00
Olli Pettay
13c3eda8c6
Bug 1352523, add more hacks to browser_parsable_css.js to make it not fail randomly, r=poirot
...
--HG--
extra : rebase_source : c3008d8e8fbb13f64986e5892f654ead7a74be32
2017-04-12 12:55:03 +03:00
Iris Hsiao
944f87c575
merge mozilla-inbound to mozilla-central a=merge
2017-04-12 11:16:46 +08:00
Sebastian Hengst
96a2cd81fe
Backed out changeset afb421c9af44 (bug 1351675) for leaving unreferenced file pins.json in tree. r=backout
2017-04-11 21:23:05 +02:00
Zibi Braniecki
9f6c244d29
Bug 1354445 - Migrate Intl.DateTimeFormat to mozIntl.DateTimeFormat in chrome. r=mak
...
MozReview-Commit-ID: 4z13lcLXN9T
--HG--
extra : rebase_source : 8043212542b95ca76cf5957fa1ca05e6943fb635
2017-04-08 23:04:32 -07:00
Olli Pettay
30d60038dd
Bug 1352523, trying to fix browser_parsable_css.js to not depend on previous tests, r=Gijs
...
--HG--
extra : rebase_source : 4759251a81be9fc1df4ccdb65d0667aeae32d043
2017-04-11 16:25:48 +03:00
Sebastian Hengst
51beeffdec
Backed out changeset bc87945ba833 (bug 1342178)
...
MozReview-Commit-ID: 2TLlzk8hOZY
2017-04-11 11:28:05 +02:00
Jonathan Hao
e5a3b0c533
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
--HG--
extra : rebase_source : 2512cb3e403093e0f18b3b979d7b4a10e3d7c42b
2017-04-11 10:14:10 +08:00
Mike de Boer
d84d119582
Bug 1350053 - Part 2 - Update tests to check the arrow panel to appear, instead of the notification bar. r=mossop
...
MozReview-Commit-ID: G4Hkb7KQ79X
--HG--
extra : rebase_source : cb959e1f87d69f0d89113fdcd15406c187a9e74b
2017-04-10 16:17:36 +02:00
Wes Kocher
59b56514c9
Backed out 4 changesets (bug 1342178) for frequent test_network_security.html failures a=backout
...
Backed out changeset 7f9114ffbcae (bug 1342178)
Backed out changeset f19289f0cfef (bug 1342178)
Backed out changeset 4afce44bc2b9 (bug 1342178)
Backed out changeset db9b64a44012 (bug 1342178)
--HG--
rename : devtools/shared/webconsole/test/test_network_security.html => devtools/shared/webconsole/test/test_network_security-hpkp.html
2017-04-10 12:34:10 -07:00
Mark Striemer
bd06793922
Bug 1329942 - Fix alignment of webextensions permissions doorhanger r=florian
...
MozReview-Commit-ID: K0YM26lgOY5
--HG--
extra : rebase_source : 023e4ad41f0c2457238503e169472393f325ae30
2017-02-28 15:26:12 -06:00
Mathieu Leplatre
8c1fcfd11b
Bug 1351675 - Add certificates pinning initial JSON to package r=florian
...
MozReview-Commit-ID: EYT0s7xUyKN
--HG--
extra : rebase_source : 8ca5a1bd776c8611a6797ac437c4455b744a918d
2017-04-10 16:50:41 +02:00
Iris Hsiao
05ad633169
Merge mozilla-central to autoland
...
--HG--
extra : rebase_source : 191c554cc14a76f0df547033c99e201d1ce7d915
2017-04-12 11:18:49 +08:00
Phil Ringnalda
bf4625c652
Backed out changeset 2a98180ffc2f (bug 1334642) for Win8 failures in browser_toolbariconcolor_restyles.js
...
CLOSED TREE
2017-04-11 18:59:02 -07:00
Drew Willcoxon
cc637153bc
Bug 1295458 - Rework key and mouse handling for the one-off search buttons. r=florian
...
MozReview-Commit-ID: DKbU8r2BrA8
--HG--
extra : rebase_source : 9f0ff5241907455516ddec24f22e6c7f5e52105d
2017-04-11 08:40:11 -07:00
Jared Wein
29cbea21ed
Bug 1355078 - Restore scroll position after updating select popup. r=mossop
...
MozReview-Commit-ID: 7HfuUCymDz
--HG--
extra : rebase_source : ca73fb30b6f77ddfd7718a6dd3fc747a8533bc8c
2017-04-11 01:36:07 -04:00
Jared Wein
169ec2a84e
Bug 1354196 - Forward the text-shadow CSS property to the select popup for styling. r=mossop
...
MozReview-Commit-ID: 3jzZOIiJyXT
--HG--
extra : rebase_source : 1c223d7c90c72c32386a46dccaa745fd19418fae
2017-04-10 16:03:03 -04:00
Sam Foster
4f20cc9f80
Bug 1334642 - Cache luminance values for each toolbar in ToolbarIconColor. r=dao,mconley
...
* Track window states: active, fullscreen and tabsintitlebar for each window
* Use toolbar.id and window state to store and retrieve values from cache
* Note: As each window has its own ToolbarIconColor object, the cache is not currently shared across windows
* inferFromText callers pass in a reason and associated value, which is used to update the state we track, and potentially clear out the cache
* Create new windows test directory for browser-window-specific tests like this
* Test for the ToolbarIconColor changes to avoid sync style flushes when windows activate/deactivate
MozReview-Commit-ID: JDJ3RtL4Lge
--HG--
extra : rebase_source : 7b49921bc653d57117f1c08212acc6c2db537984
extra : source : dd2d15dc577d9ec1ec16eb69d823c793dd1e9db0
2017-04-06 10:50:09 -07:00
Jonathan Hao
851f486bfc
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
--HG--
extra : rebase_source : e8cfe06ac3691d45bf97f61a3f5603cbec1bae39
2017-04-06 15:43:35 +08:00
Prathiksha
68df0b85af
Bug 1224137 - List the 'allow pages from <example.com> to take you to their tab' permission (for alerts/prompts) in the site identity / permission panel. r=johannh
...
MozReview-Commit-ID: LIsJ8VG0stN
--HG--
extra : rebase_source : 975e6684f0872ea3f0e42bf073f1bceec12d5bc7
2017-04-09 11:45:01 +05:30
Mike Conley
7f712307f1
Bug 1349787 - Make sure browser_tabCloseProbes.js waits for tabs to be fully open before closing them. r=mossop
...
The tests in browser_tabCloseProbes.js were closing tabs without waiting for them
to be fully open, and when they're not fully open, closing occurs without animation.
This was intermittently breaking the test for the probe that checks that we add
a count to the right histogram when closing with animation.
MozReview-Commit-ID: 5Qz7mZvtbkB
--HG--
extra : rebase_source : 0d794faebc8e751bfcd15476ae849018dfb1f6c1
2017-04-07 10:45:56 -04:00
Doug Thayer
f463069928
Bug 893505 - Simplify the application update UI r=chmanchester,enndeakin+6102,Gijs,rstrong
...
There's quite a few changes in here. At a high level, all we're trying to do
is to replace the old update popup with a less intrusive and more modern
doorhanger (set of doorhangers) for various update failure conditions.
MozReview-Commit-ID: 24sESMTosNX
--HG--
extra : rebase_source : ee0c1e00fe3f99e16388f0de17274ff97a3b9fcf
2017-03-21 13:50:09 -07:00
Blake Kaplan
971ced558b
Bug 1353910 - Fix intermittents in webrtc tests while removing code duplication. r=florian
...
MozReview-Commit-ID: 83XSsnQ0bBY
--HG--
extra : rebase_source : f476470a9d78b1d820a1aa23263e5b289c1e77fa
2017-04-06 11:41:02 -07:00
Phil Ringnalda
d40c8778b0
Backed out changeset 389893c52830 (bug 1349787) for timeouts in browser_tabCloseProbes.js
2017-04-07 13:36:11 -07:00
Mike Conley
b1321366a3
Bug 1349787 - Make sure browser_tabCloseProbes.js waits for tabs to be fully open before closing them. r=mossop
...
The tests in browser_tabCloseProbes.js were closing tabs without waiting for them
to be fully open, and when they're not fully open, closing occurs without animation.
This was intermittently breaking the test for the probe that checks that we add
a count to the right histogram when closing with animation.
MozReview-Commit-ID: 5Qz7mZvtbkB
--HG--
extra : rebase_source : 3533f2c43091829723463f8943cf43e722bbd70c
2017-04-07 10:45:56 -04:00
Mark Banner
92c422a2d6
Bug 1342459 - Add a rule to automatically detect ContentTask.spawn and inject the relevant globals. r=mossop
...
This reduces the amount of places where we need to specify the mozilla/frame-script environment. It does have
the side effect of allowing those globals in the whole file, but that is what specifying the environment would
do, and this is also for mochitest test files only.
MozReview-Commit-ID: 1LLFbn6fFJR
--HG--
extra : rebase_source : 82a6934d90bbbbd25f91b7b06bf4f9354e38865a
2017-04-05 10:00:25 +01:00
Mark Banner
427e3b23dc
Bug 1342459 - Fix various no-undef issues in browser/base. r=mossop
...
MozReview-Commit-ID: CRYxu7copKb
--HG--
extra : rebase_source : bc176c5e6890ffc6a4e26cb9bc9d441d9486ce7b
2017-04-04 13:42:33 +01:00
Fischer.json
c39e57fe94
Part 2: Bug 1354530 - Disable offline group in Preferences in Nightly because Storage Management v1 spec is done, r=jaws
...
MozReview-Commit-ID: A4xbomLFYlQ
--HG--
extra : rebase_source : 9b5088f65c86ea6eb78b1c020cabed8922555234
2017-04-07 21:21:32 +08:00
Carsten "Tomcat" Book
1aa7e647b7
Merge mozilla-central to autoland
2017-04-06 13:11:40 +02:00
Carsten "Tomcat" Book
207b516e89
merge mozilla-inbound to mozilla-central a=merge
2017-04-06 12:50:50 +02:00
Johann Hofmann
a1d1669ab0
Bug 1334496 - Part 2 - Test that content elements stay focused when showing a popup notification. r=Paolo
...
MozReview-Commit-ID: 2CQ1NNauJ7f
--HG--
extra : rebase_source : ccae9db2d090fd9ab967159bb5a136a9c54ad02b
2017-03-08 11:57:07 +01:00
Johann Hofmann
d9c8f7d70b
Bug 1334496 - Part 1 - Add an autofocus option to PopupNotifications.show. r=Paolo
...
MozReview-Commit-ID: DrJOjUWJJOD
--HG--
extra : rebase_source : 75f395dcadd1134fe7ca6169533ffaa4c65a1485
2017-02-17 14:56:23 +01:00
manotejmeka
d0454ad41d
Bug 1335905 - Add Preferences search feature, preffed off by default. r=jaws,mconley
...
Code written by Manotej Meka <manotejmeka@gmail.com> and Ian Ferguson <fergu272@msu.edu>
This is the initial landing of the search feature, and is preffed off behind
browser.preferences.search.
MozReview-Commit-ID: 7iaeRsIIV3Y
--HG--
extra : rebase_source : 5e875ed0777397ecc6d98731179a1dfbd1f073df
2017-04-04 16:33:34 -04:00
Carsten "Tomcat" Book
7a670cdd01
merge mozilla-inbound to mozilla-central a=merge
2017-04-05 14:33:35 +02:00
Ehsan Akhgari
929501a6eb
Bug 1351980 - Initialize and uninitialize UserAgentOverrides.jsm for Firefox; r=mconley
2017-04-04 21:18:21 -04:00
Mark Banner
1087fc1884
Bug 1352969 - Fix various ESLint no-undef issues in browser/base (no-undef is not enabled yet). r=mossop
...
MozReview-Commit-ID: BuTyJAfUoWR
--HG--
extra : rebase_source : 482bdc039362347f35aec9fd15e07a143dccb860
2017-02-22 17:02:59 +00:00
Jared Wein
8507a1dbb7
Bug 1352963 - Update the styling of the select popup after transitionend. r=mossop
...
MozReview-Commit-ID: 5WuRvMDYahZ
--HG--
extra : rebase_source : ab841ad17194a7ff9506155e13747bb9bd750833
2017-04-03 22:52:16 -04:00
Carsten "Tomcat" Book
14e0b51ace
merge mozilla-inbound to mozilla-central a=merge
2017-04-04 12:35:03 +02:00
Geoff Brown
fbf67d9039
Bug 1341337 - Split test browser_extension_update_background.js; r=kmag
2017-04-03 16:50:13 -06:00
Paul Bignier
9103ac60ef
Bug 1352808 - Typo fixes for 'browser' in comments. r=MattN
...
MozReview-Commit-ID: IA42yQO5Sb8
--HG--
extra : rebase_source : b5426724c5b740639f71e5d058742b01868085e2
2017-04-03 15:26:11 -07:00
Makoto Kato
22627259d4
Bug 1351074 - Part 4. Remove AsyncSpellCheckTestHelper.jsm from whitelist. r=masayuki
...
Since AsyncSpellCheckTestHelper.jsm is test only file, so we have to remove it from whitelist.
MozReview-Commit-ID: J9T6iaUdDgx
--HG--
extra : rebase_source : 6be252f9da67742f9caf63edce037e686a3601ed
2017-04-03 12:28:07 +09:00
Makoto Kato
cd753d1158
Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki
...
TESTING_JS_MODULES uses testing-common, not gre. So we should replace gre with testing-common for mochitest.
MozReview-Commit-ID: BqsS2D3IGR6
--HG--
extra : rebase_source : a8553684f8f106c1dfb6e2d9b51df7ebeb15275d
2017-03-29 15:34:49 +09:00
Florian Queze
77f022ac76
Bug 1351991 - use resource: URIs to test CSS files when possible, r=Gijs
...
MozReview-Commit-ID: JgEhCAhLjOM
--HG--
extra : rebase_source : f25c2f0d2df3b2d5a777cf75d0105fcd65ea24f4
2017-03-30 11:32:20 +02:00
Gijs Kruitbosch
fad6b795cc
Bug 1351991 - use a chrome-privileged frame to test our CSS files, r=florian
...
MozReview-Commit-ID: EQIs7bis5Ag
--HG--
extra : rebase_source : e964a3164b768ce65bd7e652cf73f6035555b8b3
2017-04-03 14:31:00 +01:00
Sebastian Hengst
8858633e3a
Backed out changeset ce87577c5da8 (bug 1224137) for failing xpcshell test browser/modules/test/unit/test_SitePermissions.js. r=backout
2017-04-03 19:07:39 +02:00
Prathiksha
e9f21d2948
Bug 1224137 - List the 'allow pages from <example.com> to take you to their tab' permission (for alerts/prompts) in the site identity / permission panel. r=johannh
...
MozReview-Commit-ID: LGDNUbpVEgX
--HG--
extra : rebase_source : f18d8c15ecb2aab0554d2ce8a9c59619a84b2890
2017-03-23 12:30:57 +05:30
Phil Ringnalda
7ac3bd5b7e
Backed out 3 changesets (bug 1351074) for reftest harness and browser_all_files_referenced.js bustage
...
CLOSED TREE
Backed out changeset 941e0f9ff9a7 (bug 1351074)
Backed out changeset 4fdf3b87a70b (bug 1351074)
Backed out changeset 586428f69838 (bug 1351074)
2017-04-02 19:46:49 -07:00
Makoto Kato
cd8761e0f4
Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki
...
TESTING_JS_MODULES uses testing-common, not gre. So we should replace gre with testing-common for mochitest.
MozReview-Commit-ID: BqsS2D3IGR6
--HG--
extra : rebase_source : 2143fcdf33c428c82c6b2e00b542649b958aeccc
2017-03-29 15:34:49 +09:00
Scott Wu
b57feadb2d
Bug 1019483 - (Part 1) Create interface to manage autofill profiles. r=MattN
...
MozReview-Commit-ID: KrGSPz7B108
--HG--
extra : rebase_source : b858f849c1be8856fb96a9cfbb8777813d65de08
2017-03-06 15:56:51 +08:00
Andrew Swan
c6063b3d85
Bug 1341337 Break up browser_update_background.js r=kmag
...
MozReview-Commit-ID: GUoghOXKUiS
--HG--
rename : browser/base/content/test/webextensions/browser_update_interactive.js => browser/base/content/test/webextensions/browser_update_checkForUpdates.js
rename : browser/base/content/test/webextensions/browser_update_interactive.js => browser/base/content/test/webextensions/browser_update_findUpdates.js
extra : rebase_source : 0671057ef30df32c1f6b3280c3e1c8790c8b5a80
2017-03-31 20:31:01 -07:00
David Keeler
11c347b6b7
bug 1351604 - don't ship DER.jsm and X509.jsm until they're actually used in production r=Cykesiopka
...
MozReview-Commit-ID: 2DlMrB5TfKU
--HG--
extra : rebase_source : 9944352ccc66a5fdbd843bda8e4d2b26328d1bdd
2017-03-30 11:00:54 -07:00
Wes Kocher
f48488db89
Backed out changeset e46f832ac262 (bug 1351604) for browser_all_files_referenced.js failures a=backout
...
--HG--
extra : rebase_source : a091c76e54559dafa6435c22962231249c9dbac1
2017-03-31 13:20:37 -07:00
David Keeler
093a9fef3a
bug 1351604 - don't ship DER.jsm and X509.jsm until they're actually used in production r=Cykesiopka
...
MozReview-Commit-ID: 2DlMrB5TfKU
--HG--
extra : rebase_source : eef6c21564d831feda43c85e14630b495b5b5761
2017-03-30 11:00:54 -07:00
Johann Hofmann
a01a4f8ec3
Bug 1334842 - Fix intermittent browser_temporary_permissions.js. r=Nihanth
...
This intermittent was likely occurring because we set the expiry timeout
for temporary permissions to a really low value in the previous test.
The failing test was only failing on slow machines, leading me to believe
that the time between setting and checking was larger than the 500ms timeout
defined in the previous test. Thus, the permission was reset on checking it.
The expiry pref was set using pushPrefEnv, which restores prefs only after
the entire test was run. To just eradicate this category of problems in
the future I moved the test that manipulates the expiry into its own file.
MozReview-Commit-ID: 3mc5xHY4XLn
--HG--
extra : rebase_source : 40f78258a975da9dca9a47beddcaaeea83649de3
2017-03-29 16:15:56 +02:00
Sebastian Hengst
cb6b27aed8
Backed out changeset ffbf6849c41f (bug 1019483)
2017-03-31 10:07:50 +02:00
Scott Wu
cf289cb4ce
Bug 1019483 - (Part 1) Create interface to manage autofill profiles. r=MattN
...
MozReview-Commit-ID: KrGSPz7B108
--HG--
extra : rebase_source : 29d93d82b5240420121024ec9fb7afea69d5600b
2017-03-06 15:56:51 +08:00
Doug Thayer
355ab813fb
Bug 1356001 - Set MOZ_TEST_SKIP_UPDATE_STAGE in tests r=rstrong
...
"The existing mochitest chrome tests do this since tests that
stage have periodically timed out due to having to copy the
installation directory... especially on Linux." (from bug)
MozReview-Commit-ID: 7Gqqa9hLGVl
--HG--
extra : rebase_source : 46784aebbb7cf9d7148fc80007820874f7a6f5e2
2017-04-12 14:04:18 -07:00
Gijs Kruitbosch
519b14ab26
Bug 1356030 - move HiddenFrame.jsm to toolkit, r=kmag
...
MozReview-Commit-ID: DUuYqamNMdT
--HG--
rename : browser/modules/HiddenFrame.jsm => toolkit/modules/HiddenFrame.jsm
extra : rebase_source : 7624e178fd2ba0ca9ba6d624ff2d18156e8d90fe
2017-04-13 11:42:56 +01:00
Ryan VanderMeulen
84059bb18c
Bug 1347625 - Skip browser_devices_get_user_media_multi_process.js on ASAN due to leaks.
...
--HG--
extra : rebase_source : d8a6962ae4400c9d5d765439056af26f430a04ea
2017-04-05 15:57:59 -04:00
Dan Banner
e4fe8f51e2
bug 1347677 - Use BrowserTestUtils.waitForErrorPage in browser_bug431826.js. r=johannh
...
MozReview-Commit-ID: AnDGq52UfPM
--HG--
extra : rebase_source : 169d111eeb868de4a9395e479e23e262cc7511a9
2017-04-13 13:58:00 +01:00
Edouard Oger
d09f746bfb
Bug 1345955 - Update FxA profile when push notification received. r=markh
...
MozReview-Commit-ID: 4LL6F5Qnnj4
--HG--
extra : rebase_source : 00bc6a445d22fdfb626e7af6ad62fb750f444460
2017-03-16 17:15:18 -04:00
Carsten "Tomcat" Book
74e36e1adb
Merge mozilla-central to autoland on a CLOSED TREE
...
--HG--
extra : amend_source : 5026c19958cdc458c0f0887582fd00b8038fe93e
2017-03-30 16:48:10 +02:00
Florian Queze
8bca08a425
Bug 1349005 - verify that all the resource:// files we ship are actually referenced, r=Gijs.
2017-03-30 09:18:47 +02:00
Andrew Swan
4d9840ea9f
Bug 1344665 Wait for full extension startup in permission tests r=kmag
...
I'm not sure this is necessarily going to do anything about the intermittent,
but at the least it will remove a bunch of noise from the logs hopefully
making it easier to get to the real problem.
MozReview-Commit-ID: KeGWJlHUlzh
--HG--
extra : rebase_source : f1603fe652bace143ff5e73d85181592028dbc24
2017-03-29 16:07:40 -07:00
Zack Herrick
84361e7e85
Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
...
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).
The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).
Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.
MozReview-Commit-ID: 1sx0Wj15yM7
--HG--
extra : rebase_source : 0266027fb3023d4cb155533193d6809d799de1e4
2017-03-29 11:52:08 -04:00
Andrew Swan
d95986248a
Bug 1350773 Remove max_version from webextension update tests r=rhelmer
...
MozReview-Commit-ID: 1kJZou0PHlg
--HG--
extra : rebase_source : 771a359c147b466049138eb10b86d14f09e6a53c
2017-03-28 12:20:51 -07:00
Jared Wein
ea4c7c16b9
Bug 1350670 - Extend the MutationObserver to cover attributes in case the page sets styles through style, class, ID or other attributes. r=mossop
...
MozReview-Commit-ID: 3tYjbqH9zYb
--HG--
extra : rebase_source : ae593c3f8ac627ebb058d5f486d5b34ea2f63c9e
2017-03-29 12:47:13 -04:00
Phil Ringnalda
8198cb8936
Backed out changeset adf939cb9b0b (bug 1350670) for Mac and Windows browser_selectpopup_colors.js failures
...
CLOSED TREE
2017-03-28 19:37:49 -07:00
Sebastian Hengst
e86c4a75af
Backed out changeset 9ef667136bbe (bug 1335907) for failing browser_datachoices_notification.js. r=backout
2017-03-28 23:43:11 +02:00
Leni Kadali
a1e32aff93
Bug 1346995 - Replace promiseErrorPageLoaded with BrowserTestUtils.waitForErrorPage in browser_ssl_error_reports.js r=johannh
...
Replaced it with BrowserTestUtils.waitForErrorPage instead.
MozReview-Commit-ID: KsVjMlaZaa6
--HG--
extra : rebase_source : 7754cd3eab18731b79afa7de0383ccb7fd39eb34
2017-03-28 18:14:16 +03:00
Jared Wein
6ac4051094
Bug 1350670 - Extend the MutationObserver to cover attributes in case the page sets styles through style, class, ID or other attributes. r=mossop
...
MozReview-Commit-ID: 3tYjbqH9zYb
--HG--
extra : rebase_source : 569a036dee7ae690ee4ef5ab8c39e1dad5a7350a
2017-03-28 17:04:32 -04:00
Jared Wein
747461066a
Bug 1350774 - Some pages may style their <option> elements based on the :focus of the <select>, so :focus should be locked on the <select> during color computation. r=mossop
...
MozReview-Commit-ID: D0WZU6wFctG
--HG--
extra : rebase_source : f985fa43fdcf13841e31357b736b5b472a217b36
2017-03-28 15:43:33 -04:00
Jared Wein
ddced6733e
Bug 1350662 - Don't compare the select background color with the foreground color since it may be changed by the options. r=mossop
...
The comparison being removed was only put in place because it seemed like a "good-idea" to prevent <select> from being unreadable, though it's not a fool-proof strategy and it breaks content that uses different styling approaches. This removal does not regress any of the other test cases.
MozReview-Commit-ID: 8HeXZXnjpbl
--HG--
extra : rebase_source : f4eb33de4a8b795fe5dd90c1ede510e8584bf53e
2017-03-28 15:27:57 -04:00
Zack Herrick
18ed059dcd
Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
...
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).
The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).
Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.
MozReview-Commit-ID: 1sx0Wj15yM7
--HG--
extra : rebase_source : 29359bb726a0ac8164d7304a2453ffeb8009e990
2017-03-28 14:32:54 -04:00