Commit Graph

5740 Commits

Author SHA1 Message Date
Johann Hofmann
56bb768096 Bug 1364896 - Part 3 - Add a test for contextmenu touchmode. r=dao,jmaher
This also adds a utility function for synthesizing native touch
events to Eventutils.js.

I did not add a test for searchbar because of intermittent issues
with showing the contextmenu (that are not reproducible manually).
I believe this is rather related to searchbar functionality than
my patches.

MozReview-Commit-ID: Dqm92Saosxz
2017-06-23 11:48:35 +02:00
Frederik Braun
3332995b26 Bug 1351608 - Comment out existing violations to no-unsanitize rule. r=standard8 2017-06-28 12:50:38 -07:00
Edgar Chen
7630b8db1b Bug 1236512 - Part 4: Rewrite browser_fullscreen-window-open.js to use separated browser window running fullscreen test; r=mconley
MozReview-Commit-ID: 6S8dZg16YQF
2017-06-14 11:26:46 +08:00
Edgar Chen
871e4504c2 Bug 1236512 - Part 3: Set docShellIsActive to false when browser window is fully covered by another application; r=mconley
MozReview-Commit-ID: DLsmWp1h8pa
2017-06-05 14:56:00 +08:00
Matthew Noorenberghe
63fba38412 Bug 1374686 - Don't import LoginManagerContextMenu.jsm during startup. r=florian
MozReview-Commit-ID: KgCnds50n8j
2017-06-20 14:33:39 -07:00
Bob Silverberg
85404b9e62 Bug 1369581 - Requesting an optional permission that does not cause a prompt should succeed, r=aswan
Currently, if an extension requests one or more optional permissions,
and those permissions do not cause a prompt to be displayed,
the framework will reject that request and not grant any permissions.
This should be the opposite in that we should grant permission to
those optional permissions event though no prompt is displayed.

MozReview-Commit-ID: 6SeyFSv92Lo
2017-06-02 09:14:22 -04:00
Joel Maher
75e7b5cbcd Bug 1227785 - Intermittent browser_notification_close.js. disable on windows. r=gbrown
MozReview-Commit-ID: 9jmM0jCT74j
2017-06-26 09:54:02 -04:00
Paolo Amadini
489326239e Bug 1242505 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop
The browser-chrome test suite now detects and reports unhandled rejections of native Promises, in addition to those created by Promise.jsm. The whitelisting mechanism is updated to use primarily the PromiseTestUtils.expectUncaughtRejection function. Tests will fail if a rejection that is not whitelisted occurs, or if a whitelisted rejection does not occur anymore.

MozReview-Commit-ID: 1beGB5GG8Ty
2017-06-18 08:05:06 +01:00
Gabriele Svelto
a9796296e0 Bug 1294025 - Ensure the test waits long enough for the success condition to be fullfilled; r=bsmedberg
MozReview-Commit-ID: 8ZerlrOgZa7
2017-06-15 15:16:12 +02:00
Florian Quèze
1c0aa1513f Bug 1373387 - Places should not be initialized by the SanityTest window, r=mak. 2017-06-16 09:58:06 +02:00
Gijs Kruitbosch
cfbb779095 Bug 1372309 - fix browser_sync.js and browser_UITour_availableTargets.js to work with photon structure enabled, r=mikedeboer
MozReview-Commit-ID: 4bsqWScnRo2
2017-06-14 10:18:27 +01:00
Sebastian Hengst
0a4fa6091b merge mozilla-inbount to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 36YqbsnO3en
2017-06-15 11:11:30 +02:00
Gabriele Svelto
cf70211182 Bug 1294025 - Disable browser_CTP_crashreporting.js on Linux debug builds; r=me
MozReview-Commit-ID: Dl1v53VA5OW
2017-06-14 15:00:53 +02:00
Gijs Kruitbosch
c8bb02594a Bug 1370018 - pagehide shouldn't junk all popup data indiscriminately, r=Felipe
MozReview-Commit-ID: JOsKmYsVGbW
2017-06-13 16:26:15 +01:00
Wes Kocher
8cb3f3e868 Merge inbound to central, a=merge
UPGRADE_NSS_RELEASE
MozReview-Commit-ID: CBIFPwA5aNp
2017-06-13 18:27:10 -07:00
Munro Mengjue Chiang
7d4df1e0fb Bug 861716 - add a mochitest for gUM request queue in MediaManager. r=florian,jib
MozReview-Commit-ID: 750T4pzvf95
2017-05-17 10:59:12 +08:00
Edouard Oger
4ab7e3d713 Bug 1368383 part 2 - Handle the Sync-not-ready state in page action send to device. r=markh
MozReview-Commit-ID: JYPCw3OVGXo
2017-06-01 16:52:40 -04:00
Edouard Oger
d1b3d44b3d Bug 1368383 part 1 - Remove services.sync.sendTabToDevice.enabled pref. r=markh
MozReview-Commit-ID: 1C2aqQIpKAJ
2017-06-01 13:02:14 -04:00
Jan de Mooij
3d9440d585 Bug 1352709 - Fix browser_plainTextLinks.js to work around some context menu issues. r=Gijs 2017-06-11 13:21:20 +02:00
Marco Bonardo
999435c9e2 Bug 1370518 - Don't completely detach/attach the autocomplete controller on TabSelect. r=mconley
Due to recent changes to tabbrowser focus behavior, now the "focus" event to the location bar
happens before the "TabSelect" event. On "focus" we would like to open the location bar popup,
but detaching the controller would immediately close it. Thus we don't want "TabSelect" to
detach the controller just to reset its internal state. Moreover, this should be cheaper.

MozReview-Commit-ID: 5NZ1TTI9NFW
2017-06-06 18:47:19 +02:00
Sebastian Hengst
85b5dd6554 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: FeTjZsgM7om
2017-06-10 11:18:21 +02:00
Wes Kocher
b06f356e25 Merge m-c to inbound, a=merge
MozReview-Commit-ID: LZOwJMXpznP
2017-06-09 15:58:08 -07:00
Wes Kocher
68f16e8419 Merge inbound to central, a=merge
MozReview-Commit-ID: IrZXJHbiqpa
2017-06-09 15:28:10 -07:00
Wes Kocher
9072d7e7e8 Backed out changeset 9933f2d4d188 (bug 1369095) for timeouts in browser_page_action_menu.js a=backout CLOSED TREE
MozReview-Commit-ID: CErzYNn287D
2017-06-09 09:19:45 -07:00
Benjamin Smedberg
ec0d088115 Bug 1369755 test followup - the infobar no longer shows plugin-specific data, so this subtest is no longer relevant r=trivial 2017-06-09 11:48:40 -04:00
Ricky Chien
5e5b87e8e9 Bug 1370781 - Run offlineQuotaNotification test on new preferences r=jaws
MozReview-Commit-ID: G3y0xDj1egB
2017-06-09 20:56:11 +08:00
Fischer.json
b0fd171a49 Bug 1370780 - Test storage pressure notification according to the browser.preferences.useOldOrganization pref. r=jaws
On Nightly it is the new about:preferences (browser.preferences.useOldOrganization = false) so the siteDataGroup is under about:preferences#privacy.
On Beta and Release it is the old about:preferences (browser.preferences.useOldOrganization = true) so the siteDataGroup is under about:preferences#advanced.

This patch will detect browser.preferences.useOldOrganization to decide the right about:preferences url to check

MozReview-Commit-ID: CFm0ntHfRq6
2017-06-09 11:53:22 +08:00
Florian Quèze
84e78ac10e Bug 1371603 - avoid loading UnifiedComplete.js before first paint, r=mak. 2017-06-09 15:11:10 +02:00
Florian Quèze
7f1db90400 Bug 1369705 - avoid starting the search service or calling the search-one-offs XBL constructor before first paint, r=adw. 2017-06-09 15:11:03 +02:00
Johann Hofmann
4ae3ca5816 Bug 1348549 - Await pageload in browser_bug822367 to avoid intermittents. r=nhnt11
MozReview-Commit-ID: 3riSv5BbJRb
2017-06-08 11:57:49 +02:00
Mike de Boer
919dc0fb1b Bug 1369095 - calculate the size of the panel to be shown off-screen to work around all the panel layout issues. r=Paolo
MozReview-Commit-ID: ENxCccxcUZk
2017-06-09 15:52:18 +02:00
Wes Kocher
e24f47a308 Merge m-c to autoland, a=merge
MozReview-Commit-ID: HYPYecdsMhL
2017-06-09 16:00:04 -07:00
Doug Thayer
7bd96500a7 Bug 1331736 - Use selected search suggestion with one-offs r=mak
Currently in the location bar we don't match the search bar's
behavior of allowing the user to use their currently selected
search suggestion with a one-off search engine. This is due to
logic which is intended to not search for autocompleted text,
instead favoring only what the user has actually typed. This patch
adds an exception to that logic for search suggestions.

MozReview-Commit-ID: 13sA3r5zXvO
2017-06-07 11:51:23 -07:00
Ryan VanderMeulen
75cc747ca2 Merge m-c to autoland. a=merge
UPGRADE_NSPR_RELEASE UPGRADE_NSS_RELEASE
2017-06-07 22:55:56 -04:00
Joel Maher
07cc8fd85f Bug 1369731 - Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js- temporarily disable. r=gbrown 2017-06-07 08:40:25 -06:00
Mark Banner
2a8a52f6e3 Bug 1370507 - browser_all_files_referenced.js should be able to handle template strings. r=florian
MozReview-Commit-ID: FQZjG1i0ddk
2017-06-06 17:07:47 +01:00
Joel Maher
d1f0b3328d Bug 1368364 - backout bug 1242505 as it causes browser/modules/ intermittent failures. r=paolo 2017-06-03 10:34:14 +02:00
Florian Quèze
35d0023e0b Bug 1369467 - Move a few module imports off of app-startup, r=mconley. 2017-06-02 22:08:21 +02:00
John Underwood
0648b44d82 Bug 1326910 - wait for a loadend event before using the width and height of the Page Info media preview, r=florian. 2017-06-02 22:08:21 +02:00
Carsten "Tomcat" Book
075d760145 Merge mozilla-central to mozilla-inbound 2017-06-02 14:32:35 +02:00
Andrea Marchesini
a64229ff92 Bug 1369323 - Get rid of nsScriptSecurityManager::GetNoAppCodebasePrincipal, r=bholley 2017-06-02 11:05:28 +02:00
Wes Kocher
262e7d84fc Backed out 4 changesets (bug 1365419) for android mochitest failures in test_bug583533.html a=backout
Backed out changeset d82aa6aec2c1 (bug 1365419)
Backed out changeset 9aafdd1ca0bd (bug 1365419)
Backed out changeset 261eecf8497f (bug 1365419)
Backed out changeset 1d9b50fadc05 (bug 1365419)

MozReview-Commit-ID: HkhXf1Dkkbk
2017-06-01 18:39:21 -07:00
Mike Hommey
7342aebf05 Bug 1365419 - Rename global-platform/gtk back to global-platform/unix. r=bsmedberg
In case some legacy third-party things were relying on those files being
under a unix/ directory, revert the part of changeset c94e87a18096 that
renamed global-platform/unix to global-platform/gtk.
2017-05-26 10:24:20 +09:00
Ryan VanderMeulen
4cb4a6af0c Merge m-c to autoland. a=merge 2017-06-01 16:44:19 -04:00
Ryan VanderMeulen
5b52a683ec Merge inbound to m-c. a=merge 2017-06-01 16:43:30 -04:00
Ryan VanderMeulen
67a4a73de2 Merge m-c to autoland. a=merge 2017-06-01 11:55:30 -04:00
Mike Conley
fc867cc35b Bug 1363505 - Add tab switch reflow test. r=florian on a CLOSED TREE
MozReview-Commit-ID: 9A77Fi6Kroi
2017-05-25 16:05:53 -04:00
Mike Conley
a8c8e2f8d7 Bug 1363505 - Add tab growth reflow test. r=florian
MozReview-Commit-ID: 8Qes9Srkskm
2017-05-25 15:49:37 -04:00
Mike Hommey
1c4546cca6 Bug 1365419 - Rename global-platform/gtk back to global-platform/unix. r=bsmedberg
In case some legacy third-party things were relying on those files being
under a unix/ directory, revert the part of changeset c94e87a18096 that
renamed global-platform/unix to global-platform/gtk.
2017-05-26 10:24:20 +09:00
Wes Kocher
4cb9c0aa9a Merge m-c to autoland, a=merge
MozReview-Commit-ID: GZPNfYTsjn1
2017-06-01 18:43:48 -07:00