Commit Graph

6345 Commits

Author SHA1 Message Date
Ciure Andrei
f54fdb2d83 Backed out 5 changesets (bug 1408044) for failing Android test: TestAboutPagesPreparer.java:24: cannot find symbol. r=backout on a CLOSED TREE
Backed out changeset 5c5152ad910d (bug 1408044)
Backed out changeset c9a062838c12 (bug 1408044)
Backed out changeset 9ceaa645f2a9 (bug 1408044)
Backed out changeset 10fc0a581606 (bug 1408044)
Backed out changeset 513140019014 (bug 1408044)
2017-11-17 12:19:30 +02:00
Gabriele Svelto
fb042b90e2 Bug 1152811 - Re-enable browser_pluginCrashReportNonDeterminism.js; r=mconley
MozReview-Commit-ID: FgGqZG11V1H
2017-11-15 11:20:21 +01:00
Ed Lee
b2302e42c5 Bug 1415812 - Fix broken Pocket disclaimer, missing rich icons and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: CAHA3b13jCE
2017-11-15 12:27:46 -08:00
Gijs Kruitbosch
88a33638ff Bug 1408044 - fix miscellaneous tests that depended on about: existing, r=dao
MozReview-Commit-ID: EKsaFbRoBc4
2017-11-15 17:19:33 +00:00
Drew Willcoxon
ca57d75e25 Bug 1417272 - The "Send Tab to Device" page action can be disabled in the page action menu but enabled in the urlbar. r=Gijs
MozReview-Commit-ID: BZ4CAqG0kkH
2017-11-15 11:25:45 -08:00
Dan Banner
503979c95a Bug 1367704 - Enable the semi ESLint rule across the tree. r=standard8
MozReview-Commit-ID: GrlcOI9K2hJ
2017-05-28 19:57:46 +01:00
Munro Mengjue Chiang
034522a19a Bug 1399413 - add mochitests to check multi-tabs gUM. r=jib
MozReview-Commit-ID: 8ZtD1ArafvN
2017-11-07 18:53:47 +08:00
Dão Gottwald
9c01e71441 Bug 1415863 - Rename mTabBox to tabbox. r=florian
MozReview-Commit-ID: L2mzJnHHwNu
2017-11-09 13:53:48 +01:00
Edouard Oger
2b6aa00c6f Bug 1404427 - Sync multiple form history deletions. r=kitcambridge
MozReview-Commit-ID: H7AmIBtFUOr
2017-11-06 15:50:28 -05:00
Csoregi Natalia
16a1261797 Merge inbound to mozilla-central r=merge a=merge 2017-11-14 00:57:47 +02:00
Jared Wein
8446b3c2ed Bug 1413522 - Use HiDPI icons on Windows for the toolkit warning and question icons, and lower the size of the icons on OSX so the HiDPI versions are not shown blurry. r=nhnt11
MozReview-Commit-ID: 8u3zxE9HiSx
2017-11-02 12:11:42 -04:00
Gijs Kruitbosch
e17c63d00b Bug 1416822 - remove INSTALL_COMPACT_THEMES define now that we always ship compact themes, r=bgrins
MozReview-Commit-ID: 118eGLpRqjg
2017-11-13 17:10:49 +00:00
Gabriele Svelto
a7e625c225 Bug 1416028 - Prevent browser_pluginCrashedCommentAndURL.js from leaking crash dump files; r=mconley
This patch also checks for I/O errors when deleting leftover crashdump files
in the test harness and reports them if the files couldn't be deleted. This
won't prevent tests from leaking crash dumps if they're not written correctly,
but it will make their presence visible and won't cause the harness to hang if
it cannot delete them.

MozReview-Commit-ID: FLvBJxEKkH5
2017-11-06 16:16:13 +01:00
Gijs Kruitbosch
902e32fbc5 Bug 1388029 - make test messages of browser_menu_touch.js more descriptive, r=johannh
MozReview-Commit-ID: BEs6I38l7j6
2017-11-13 14:05:39 +00:00
Joel Maher
02e49c4f60 Bug 1383315 - Disable browser/base/content/test/tabcrashed/browser_noPermanentKey.js on linux for frequent failures. r=me, a=testonly 2017-11-13 12:20:02 -05:00
Paolo Amadini
8e5781f3a7 Bug 1416628 - Wait for the "popupshown" event when opening the Site Identity panel. r=johannh
MozReview-Commit-ID: D6JW4h32O5T
2017-11-13 13:27:54 +00:00
Paolo Amadini
3f2ebfffab Bug 1409301 - Update the site security subview to the Photon style. r=johannh
The site security subview is now implemented using the "photonpanelmultiview" element, replacing the last instance of the "panelmultiview" element. The subview features a standard Photon header, hence the connection state icon was moved to the element below it. This makes the styles more similar between the main view and the subview. The connection state styles are now applied using a class name, and the tests have been updated accordingly.

This change required some fixes in the "photonpanelmultiview" implementation to make sure the height of the subview is correct and to allow keyboard navigation back to the main view.

Since the expander button and the permission controls in the main view are not visible anymore after the subview is shown, some code related to focus and hover could be removed as well.

MozReview-Commit-ID: 4nIAPWJPV8k
2017-11-11 19:13:43 +00:00
Coroiu Cristina
289d7d5ef9 Backed out changeset d3c111ae8e20 (bug 1415692) for leaks in windows clipboard tests a=backout r=backout 2017-11-12 00:13:33 +02:00
Narcis Beleuzu
a934667a54 Backed out 1 changesets (bug 1404427) for browser failures in browser_sanitize-timespans.js at some times of the day. r=backout a=backout on a CLOSED TREE
Backed out changeset e02d99be7eb0 (bug 1404427)
2017-11-11 05:48:15 +02:00
Matthew Noorenberghe
ae07a923e2 Bug 1415692 - Show the bookmark toolbar in new profiles with > 3 bookmarks on it. r=Gijs,mak
MozReview-Commit-ID: C3tmqIrt5ak
2017-11-10 15:04:22 -08:00
Edouard Oger
62783b8de9 Bug 1404427 - Sync multiple form history deletions. r=kitcambridge
MozReview-Commit-ID: H7AmIBtFUOr
2017-11-06 15:50:28 -05:00
Felipe Gomes
fe951d8b11 Bug 1409148 - Add test to ensure that the plugin overlay is displayed in the correct style. r=johannh
MozReview-Commit-ID: Hn9HtnJvbyC
2017-11-10 14:05:05 -02:00
Felipe Gomes
2894bd6bc4 Bug 1409148 - Add dynamic sizing on the plugin overlay. r=dthayer,johannh
MozReview-Commit-ID: 9cxCs9GeJY8
2017-11-10 14:05:04 -02:00
Drew Willcoxon
7708c2f9fb Bug 1413574 - Hide disabled page actions and offer a "Manage Extension" command for actions in extensions. r=Gijs
MozReview-Commit-ID: HJpu9Jfi2bB
2017-11-10 11:06:02 -05:00
Zibi Braniecki
c82b1b6f78 Bug 1402069 - Add a test string for the new localization API. r=mossop,Pike
MozReview-Commit-ID: KhCW1n9LDka
2017-09-21 19:55:17 +02:00
Neil Deakin
aa2d6774ab Bug 380637, when an Alt+accesskey for a menubar menu is pressed, check if the user has blocked sites from overriding keyboard shortcuts, and don't send the event to the page if so. Add a similar check for the F10 key which focuses the menubar. An additional capturing keydown listener is added because the key needs to be blocked before content sees it. r=masayuki 2017-11-09 18:42:40 -05:00
Neil Deakin
ed7226943c Bug 380637, add site-specific permissions to prevent pages from overriding keyboard shortcuts. This is done by preventing the key combination from being sent to the content page, r=felipe
Users can block the overriding of shortcuts using the permissions tab of the page info dialog, as with other permissions. Site permissions also allows the use of permissions.default.shortcuts to block overriding shortcuts for all sites.
2017-11-09 18:42:39 -05:00
Neil Deakin
4af58e0c26 Bug 380637, add a general preference to prevent pages from overriding keyboard shortcuts. If a key doesn't specify the reserved attribute, this preference will be used, r=felipe 2017-11-09 18:42:39 -05:00
Dale Harvey
c486fa7882 Bug 1385932 - Reenable browser_urlbar_search_reflows.js on Linux. r=mconley
MozReview-Commit-ID: H24TSQKemBp
2017-11-09 09:31:08 +00:00
Marco Bonardo
7bae246779 Bug 1402286 - chunk notifyResults calls so that we don't run all the autocomplete js for each match. r=adw
MozReview-Commit-ID: GuYew5B30WQ
2017-10-31 11:13:47 +01:00
Sebastian Hengst
52ea9f8769 merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-11-09 00:00:16 +02:00
Dale Harvey
e6c402e540 Bug 1384582 - Ensure browser_urlbar_search_reflows.js test runs are isolated. r=mconley
When running these tests with --verify the places results from
previous test runs can effect tests so give each test run a unique
search term to ensure that they do not.

MozReview-Commit-ID: Lp9YCoUdul5
2017-11-07 12:33:50 +00:00
Paolo Amadini
4624dd4889 Bug 1321619. r=mak
MozReview-Commit-ID: 790vVi8cMI0
2017-11-08 14:32:36 +00:00
Dão Gottwald
4e3a5dc1a6 Bug 1415537 - Rename mTabstrip to arrowScrollbox. r=florian
MozReview-Commit-ID: IcGH5npSsrg
2017-11-08 14:53:14 +01:00
Julian Descottes
e9e4e482a0 Bug 1408369 - move back aboutdevtools.dtd to devtools/shim/locales;r=flod
Add localization notes to aboutdevtools.dtd and move it back to the locales
folder where it can be picked up by localization teams.

MozReview-Commit-ID: 8fDimFwdBXv
2017-11-06 15:36:28 +01:00
Margareta Eliza Balazs
d03285c473 Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE 2017-11-08 00:08:26 +02:00
Liang-Heng Chen
7de3cbf75f Bug 1407547 - Wait until all tabs are restored. r=mikedeboer
MozReview-Commit-ID: 8hRibuBOJBf
2017-11-03 17:15:00 -04:00
Marco Bonardo
a549674ce5 Bug 1403829 - Prefer fetching properly sized favicons from pages. r=Mardak
MozReview-Commit-ID: CzMHWzsGuRo
2017-11-03 12:07:16 +01:00
Dão Gottwald
89794336d1 Bug 1414252 - Remove dysfunctional performance optimization in tabbrowser's resize handler. r=daleharvey
MozReview-Commit-ID: 7JzknebfzlV
2017-11-06 12:40:47 +01:00
Mantaroh Yoshinaga
c303cc9cf3 Bug 1411121 - Part 2: Remove printdialog.xul and printjoboptions.xul. r=mconley
This patch will remove printing xul dialog and related files since a caller of
this xul dialog doesn't exist.
The printjoboptions.xul is only used by printdialog.xul.

MozReview-Commit-ID: B6VZuj3Lg1b
2017-11-06 09:27:05 +09:00
Ed Lee
26757837ab Bug 1413550 - Add per-platform styles, per-locale html and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: I7Y4nfrAvLL
2017-11-03 12:08:30 -07:00
Sebastian Hengst
3df89fe400 Backed out changeset def95432b0a1 (bug 1413550) on request from Mardak for test failure. r=backout on a CLOSED TREE 2017-11-04 01:34:19 +01:00
Ed Lee
4f9e6159cf Bug 1413550 - Add per-platform styles, per-locale html and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: I7Y4nfrAvLL
2017-11-03 12:08:30 -07:00
Ursula Sarracini
a0c0d10efb Bug 1373258 - Convert PageThumbsProtocol.js to PageThumbsProtocol.cpp r=adw
MozReview-Commit-ID: tdNee2EPdV
2017-06-05 10:04:06 -04:00
Ed Lee
8d735386ac Bug 1412930 - Package localized prerendered files. r=k88hudson
MozReview-Commit-ID: JUPAkCBhvPc
2017-10-30 13:13:35 -07:00
Gijs Kruitbosch
407ae9a9d6 Bug 1339329 - cert error time warnings should only appear for recent blocklists and if clock skew is sufficient to make cert valid, r=johannh
MozReview-Commit-ID: 6HvOnc54edi
2017-03-28 11:35:27 +01:00
Xidorn Quan
6d5bad5819 Bug 1390694 - Part 5: Enable browser_windowactivation.js test. r=emilio
MozReview-Commit-ID: 3q0KgAx0YWh
2017-11-01 21:20:39 +11:00
Matthew Noorenberghe
9cb729653d Bug 1413092 - Cleanup and move formValidation b-c tests. r=Felipe
MozReview-Commit-ID: 9lVE2ulrtV7
2017-10-31 21:18:07 -07:00
Zibi Braniecki
9291d4c450 Bug 1410731 - Use multilocale.json as a locale set for L10nRegistry sources. r=mossop
MozReview-Commit-ID: 4SsInmlt1C4
2017-10-22 11:09:44 -07:00
Phil Ringnalda
78cf691bc1 Backed out changeset fdebe274e971 (bug 1413092) for failures in test_mozbuild_reading.py
CLOSED TREE

MozReview-Commit-ID: JA9UPvYmWMF
2017-10-31 20:27:48 -07:00