Commit Graph

3902 Commits

Author SHA1 Message Date
Gijs Kruitbosch
63ec35d6b6 Bug 1238032 - fix dependent tab close issues by part-reverting bug 305085, r=jaws
MozReview-Commit-ID: IRaytDjRHe6
2016-04-04 14:43:37 +01:00
Wes Kocher
d34e61e3ec Merge m-c to inbound, a=merge
MozReview-Commit-ID: 9YZdlIARozU
2016-04-08 16:47:03 -07:00
Wes Kocher
8a80b14f72 Merge fx-team to central, a=merge
MozReview-Commit-ID: yuSA0kqs0F
2016-04-08 15:26:49 -07:00
Ryan VanderMeulen
5bf882a61e Bug 1253956 - Skip the browser/base/content/test/general test directory on Windows debug e10s due to permanent shutdown asserts/crashes. r=jimm 2016-04-07 19:04:58 -04:00
Florian Quèze
44b6f7d1f7 Bug 1243378 - Enable the browser_devices_get_user_media_about_urls.js test for e10s, r=mconley. 2016-04-08 18:15:04 +02:00
Shane Caraveo
d3ffe88fe3 Bug 1263032 turn on pocket addon during tests, r=markh 2016-04-08 08:06:46 -07:00
Drew Willcoxon
18cd07a42f Bug 1195054 - The location bar should display 10 autocomplete suggestions without scrollbar instead of 6. r=mak 2016-04-07 22:03:45 -07:00
Phil Ringnalda
aa31b913b5 Back out changeset 5815d4fc3043 (bug 1195054) for failures in browser_urlbarEnterAfterMouseOver.js 2016-04-07 19:57:15 -07:00
Drew Willcoxon
795052faf9 Bug 1195054 - The location bar should display 10 autocomplete suggestions without scrollbar instead of 6. r=mak
MozReview-Commit-ID: L0dFVZYsvhT
2016-04-07 16:20:27 -07:00
Mike Conley
334224aa0c Bug 1262946 - Update browser_bug495058.js to account for initial browser focus changes. r=Gijs
MozReview-Commit-ID: BtjM4eYU0Rc
2016-04-08 13:58:57 -04:00
Mike Conley
951014ee8e Bug 1262946 - Add focus tests for newly opened windows. r=Gijs
MozReview-Commit-ID: 2353D0oA0yO
2016-04-07 17:05:54 -04:00
Nihanth Subramanya
6d04c738dc Bug 1240594 - Update tests that touch about:certerror. r=Gijs
MozReview-Commit-ID: 6dUWaq6eNbZ
2016-03-15 02:36:21 -07:00
Drew Willcoxon
be5007495c Bug 1181078 - Implement new awesomebar popup design. r=mak
Based on an earlier patch by Marco Bonardo <mbonardo@mozilla.com>.

MozReview-Commit-ID: 7S0OoTGivbC
2016-04-05 18:56:54 -07:00
Thom Chiovoloni
5648288004 Bug 1246606 - Ensure a tooltip is present on the 'Sign in to sync' button in the customizable menu. r=markh 2016-04-05 14:52:00 -07:00
Chris Manchester
a3478d13f6 Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps
Previously, every test and support file would be synced to the objdir
when running any test. Now that only those support files and tests requested
are synced, we note support files required beyond those in a test's
directory in ini manifests.

MozReview-Commit-ID: EmlDz9d4lqt
2016-04-04 14:56:52 -07:00
Jared Wein
344dc31204 Backout the backout because follow-up fix got pushed. Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 10:50:50 +02:00
Sebastian Hengst
0fb917a8da Backed out changeset a877338b4740 (bug 1259859) for failures in devtools mochitest browser_cmd_highlight_03.js. r=backout 2016-04-02 10:45:08 +02:00
Jared Wein
b9795f7bf4 Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 02:27:36 -04:00
Kirk Steuber
97322d898c Bug 1235056 - browser_pluginCrashCommentAndURL.js test needs to wait for the crash reporter to be displayed, not just for the plugin to crash r=mconley
MozReview-Commit-ID: 2PaMjqYu54Y
2016-03-31 14:47:34 -07:00
Wes Kocher
257d7ae283 Merge inbound to central, a=merge
MozReview-Commit-ID: FSnrOgtIFer
2016-03-31 13:04:19 -07:00
Gijs Kruitbosch
de14d37ffd Bug 1257804 - avoid copy-pasting about:reader and copy-paste the URL instead, r=dolske
MozReview-Commit-ID: IzBVSG4ZUte
2016-03-21 11:25:17 +00:00
Blake Kaplan
f05d3c313f Bug 1211081 - Wait for tabs to close. r=felipe
MozReview-Commit-ID: 5k1hVXntMBl
2016-03-27 14:18:00 +02:00
Blake Kaplan
fec8c7026e Bug 1186139 - Don't use a sync message where we don't have to. r=felipe 2016-03-25 15:38:10 -07:00
Carsten "Tomcat" Book
37a652cb85 Merge mozilla-central to mozilla-inbound 2016-03-29 14:28:13 +02:00
Gabriele Svelto
9de305f584 Bug 1259431 - Fix test_feed_discovery.html to work with e10s enabled r=jaws 2016-03-29 11:05:49 +02:00
Jared Wein
e40b6f1f88 Bug 1150036 - Fix leaks within browser_tab_dragdrop.js by making sure references to tabs are deleted and message listeners are removed. r=Felipe
MozReview-Commit-ID: Dz12fmHsJyo
2016-03-23 11:32:55 -04:00
Mike de Boer
685528a032 Bug 1257017 - Use the global browser progress listener in 'withSnippetsMap' to make it more reliable, make search engine state cleanup more consistent and request a longer timeout for browser_aboutHome.js due to it taking longer than before the refactor. r=mak 2016-03-22 16:10:10 +01:00
Gabriel Luong
febaaddf22 Bug 1241714 - Implement a selectable device list that applies settings to the viewport r=jryans 2016-03-21 14:48:31 -04:00
Gijs Kruitbosch
de3295f8da Bug 621158 - fix typo in advanced.js, actually enable test in e10s, rs=bustage,me
MozReview-Commit-ID: JCEoHxw5UPZ
2016-03-21 11:52:36 +00:00
Gijs Kruitbosch
edeaa2122a Bug 621158 - make appcache use messaging for quota management, r=mayhemer,jaws
MozReview-Commit-ID: GfHbERuzuW8
2016-03-21 10:22:16 +00:00
Gabriele Svelto
569dedbd65 Bug 1257488 - Fix test_gzip_offline.html to work with e10s enabled, r=mayhemer
MozReview-Commit-ID: Fv3ECOAlJ2b
2016-03-17 11:58:14 +01:00
Franziskus Kiefer
226c736e16 Bug 1186072 - Add trailing slash to origin referer header when policy is set. r=sworkman
MozReview-Commit-ID: 3PYuODmqpbL
2016-02-24 10:51:54 +01:00
Gijs Kruitbosch
7c82609ebb Backed out changeset c95124453340 (bug 621158) for mochitest-1 bustage
MozReview-Commit-ID: Lm3ex8nnLJ6
2016-03-19 01:52:18 +00:00
Gijs Kruitbosch
978570f317 Bug 621158 - make appcache use messaging for quota management, r=mayhemer,jaws
MozReview-Commit-ID: GfHbERuzuW8
2016-02-29 17:52:35 +00:00
Shane Caraveo
cc3ea83ed8 Bug 1257746 fix chatwindow intermittent orange, test change only, r=me 2016-03-18 15:07:33 -07:00
Shane Caraveo
ed4aef64bd Bug 1032398 repalce socialShow/Hide with visibility api, r=markh 2016-03-17 18:25:09 -07:00
Shane Caraveo
1159f1e084 Bug 898706 remove frameworker and all associated code and tests, r=markh 2016-03-17 16:46:41 -07:00
Gijs Kruitbosch
5ccbc59f69 Bug 1167896 - attempt to fix intermittent failures in browser_tabs_close_beforeunload.js, rs=test-only
MozReview-Commit-ID: HYoRGdy12qk
2016-03-16 19:31:53 +00:00
Mike de Boer
9300850a9e Bug 1254104: fix timing issues in browser_bug553455.js, which started perma-failing after fixing docShellIsActive getters in PopupNotifications.jsm. r=Mossop 2016-03-16 12:51:53 +01:00
Masayuki Nakano
b76555991c Bug 1203059 part.5 Rewrite browser_ctrlTab.js with generators r=smaug 2016-03-16 10:58:29 +09:00
Wes Kocher
68dc62a716 Merge m-c to inbound, a=merge
MozReview-Commit-ID: LKkCpwt95EJ
2016-03-15 17:32:53 -07:00
Mike de Boer
28972ae5d2 Bug 1093153: enabled and re-factored browser_aboutHome.js to work correctly in e10s mode. r=mak 2016-03-15 11:09:34 +01:00
Christoph Kerschbaumer
e551012cfc Bug 1122236 - Test CSPs block-all-mixed-content does not affect UI (r=tanvi) 2016-03-15 16:08:23 -07:00
Sebastian Hengst
7fc42e5e74 Backed out changeset 5fa79c7ea7ae (bug 1093153) 2016-03-14 17:44:37 +01:00
Mike de Boer
eb00d2588a Bug 1093153: enabled and re-factored browser_aboutHome.js to work correctly in e10s mode. r=mak 2016-03-14 14:35:48 +01:00
Mike de Boer
b30bbc5fd2 Bug 1245798: re-enable browser_social_activation.js, browser_social_chatwindowfocus.js and browser_social_contextmenu.js. r=mixedpuppy 2016-03-14 13:14:00 +01:00
Xidorn Quan
054c3a98fc Bug 1255659 part 2 - Add 'fullscreen' tag to tests which ever put window into fullscreen. r=smaug
MozReview-Commit-ID: EBynEGbpYQU
2016-03-11 10:45:00 +08:00
Xidorn Quan
8a54ed482e Bug 1255659 part 1 - Remove test_contextmenu.html which is no longer used. r=jaws
MozReview-Commit-ID: IHK9x9FhfOS
2016-03-11 10:43:20 +08:00
Mike de Boer
58725d4788 Bug 1245937: actually enable the test again. r=Standard8 2016-03-09 11:53:45 +01:00
Tracy Walker
f13f7c6a22 Bug 1237713 - Modernize browser_tabkeynavigation. r=jimm 2016-03-08 12:38:19 -06:00