Commit graph

2994 commits

Author SHA1 Message Date
Wes Kocher
168ce9439e Merge m-c to inbound a=merge
--HG--
rename : toolkit/components/places/tests/expiration/test_removeAllPages.js => toolkit/components/places/tests/expiration/test_clearHistory.js
rename : toolkit/components/places/tests/unit/test_history_removeAllPages.js => toolkit/components/places/tests/unit/test_history_clear.js
extra : rebase_source : 07ea424f44b029b061b0ee863312dff179c760d3
2015-01-21 16:25:22 -08:00
Wes Kocher
f92b976370 Merge fx-team to m-c a=merge 2015-01-21 15:28:31 -08:00
Ryan VanderMeulen
277b23af8a Bug 1115131 - Disable browser_share.js for frequent leaks on all platforms.
CLOSED TREE
2015-01-21 13:46:11 -05:00
Tim Taubert
0d23b8433d Bug 1113178 - Fix all remaining tests using removeAllPages() r=mak 2015-01-17 19:35:59 +01:00
Tim Taubert
bf038848fd Bug 1113178 - Replace removeAllPages() in browser/base/content/test/general/ r=mak 2015-01-16 20:44:30 +01:00
Tooru Fujisawa
777657f883 Bug 1115616 - Part 2: Commit composition string forcibly when search suggestion list is clicked in about:home. r=adw 2015-01-22 07:21:21 +09:00
Olli Pettay
8d1a51d8ab Bug 1089861 - Don't dispatch activate/deactivate to content window objects., r=masayuki
--HG--
extra : rebase_source : 0a6ba0807afeffdbf15176bb2230293881103314
2015-01-21 13:45:47 +02:00
Tooru Fujisawa
d7c9fcba41 Bug 1115616 - Commit composition string forcibly when search suggestion list is clicked. r=gavin,adw 2015-01-21 05:39:27 +09:00
Carsten "Tomcat" Book
a6aca89eaa merge fx-team to mozilla-central a=merge 2015-01-19 16:14:33 +01:00
Blake Kaplan
3d95b83bc4 Bug 1055508 - Make the findbar respect the search clipboard as well as prefillwithselection in e10s. r=mikedeboer 2015-01-16 15:11:00 +01:00
Wes Kocher
9ecc429a06 Merge inbound to m-c a=merge 2015-01-16 17:33:04 -08:00
Florian Quèze
f094fb6f12 Bug 1120546 - getUserMedia used in frames needs tests, r=felipe. 2015-01-16 22:21:13 +01:00
Cosmin Malutan
edf33ecf63 Bug 1110677 - Add automated test for 'Change newtab page appearance'. r=ttaubert 2015-01-12 03:36:00 -05:00
Jim Mathies
4c56e80c34 Bug 1106075 - Fix for double click to try again for offline errors. r=Dao 2015-01-14 04:46:55 -06:00
Phil Ringnalda
ccf6bc241b Bug 792304 - Move the disabling of test_contextmenu.html on OS X 10.8 out of the test and into the manifest, and expand it to disabling the test for all OS X versions other than 10.6
--HG--
extra : rebase_source : 81cab3517ca12b9f69b7c3867949b81df986102c
2015-01-18 17:18:20 -08:00
Masatoshi Kimura
66c53a1838 Bug 1120393 - Mochitest for SSL error reporting. r=felipc 2015-01-16 21:48:38 +09:00
Gijs Kruitbosch
992a5b8a11 Bug 305085 - add a test for beforeunload uses, r=jaws 2014-12-19 21:41:57 +00:00
Florian Quèze
8652169c2a Bug 881331 - PopupNotifications added in background windows should show their anchor icon, r=MattN. 2013-11-14 08:06:45 +05:30
Birunthan Mohanathas
e597ad29ec Bug 1093101 - Use user-set browser.newtab.url pref for new tabs in private windows. r=dao 2015-01-13 06:41:15 +02:00
Carsten "Tomcat" Book
8dcc0a4943 Merge mozilla-central to fx-team 2015-01-09 15:51:09 +01:00
Carsten "Tomcat" Book
9182dc1158 merge fx-team to mozilla-central a=merge 2015-01-09 14:16:30 +01:00
Blair McBride
37950e9923 Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo 2015-01-08 22:38:48 +13:00
Dave Townsend
da3564ca03 Bug 1094312: Fix browser_bug553455.js:test_cancel_restart by pausing the download for long enough for the progress notification to show reliably. r=Gijs
test_cancel_restart needs the progress notification to show reliably so it can
cancel the pending install. To ensure this a sjs script is used to
asynchronously deliever the XPI data. It starts responding but sends no data
until a second request is made to tell it to complete. So the test can start
the install, then do what it likes with the progress dialog before finally
telling the server to complete the download for the install.

--HG--
extra : rebase_source : 9bd5c617a28ee4edaa8e18599ad8eca0b52f7133
2014-12-26 14:06:43 -08:00
Dave Townsend
dd39072355 Bug 1094312: Fix browser_bug553455.js to handle the cases where the progress notification is hidden before it has fully appeared. r=Gijs
This test includes a race condition between showing the install progress
doorhanger and the XPI download completing. When the download completes before
the popup finishes showing (there is some animating going on there) the popup
is hidden and never shows properly, the test promptly breaks. Something about
the e10s support changes made this far more frequent.

This change makes us only listen for the popupshowing event for progress
notifications and then move on to wait for the following notification or dialog
that we care about after that.

test_cancel_restart is the exception that actually needs to interact with the
progress dialog so it is disabled here and will be fixed in a separate change.

--HG--
extra : rebase_source : 2a1d8c1b89a88275e37f6ecb6e13afeac0e98f8f
2014-12-26 09:05:42 -08:00
Carsten "Tomcat" Book
2712806979 Backed out changeset c5feceed953a (bug 1094567) 2015-01-08 12:17:20 +01:00
Blair McBride
f8efcaaf01 Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo 2015-01-08 22:38:48 +13:00
Sai Prathik
813f3f6fe1 Bug 1118768 - Redundant PopupNotifications.transitionsEnabled code removed, r=gijs 2015-01-08 23:56:00 +00:00
Mark Goodwin
3e0221da03 Bug 1096197 - Ensure SSL Error reports work when there is no failed certificate chain. r=keeler
--HG--
rename : browser/base/content/test/general/browser_bug846489.js => browser/base/content/test/general/browser_ssl_error_reports.js
rename : browser/base/content/test/general/browser_bug846489_content.js => browser/base/content/test/general/browser_ssl_error_reports_content.js
2015-01-07 02:28:00 -05:00
Tim Taubert
cc79d7a098 Bug 1008029 - Fix intermittent browser_newtab_update.js failures r=Gijs 2014-11-14 20:21:17 +01:00
Blair McBride
0f72f4bec2 Bug 1099046 - Autocomplete popup displays "moz-action:searchengine,..." for keyword searches while pressing Shift. r=mak 2015-01-06 19:13:46 +13:00
Gavin Sharp
25ad02d5cb Bug 1115696: fix browser_aboutHome.js to work correctly with inContent prefs enabled/disabled, r=mak
--HG--
extra : rebase_source : 32f8ce678741f5f92fe9e997eca8d575694ae5b0
2015-01-05 07:59:12 -08:00
Ehsan Akhgari
9e1c842f01 Bug 1116669 - Wait for focus before running test_offlineNotification.html; r=dao 2015-01-03 12:25:48 -05:00
Tom Schuster
286dcbbfc3 Bug 1110759 - Remove Iterator() from some tests. r=smaug 2015-01-08 19:58:45 +01:00
Paolo Amadini
25526cf364 Bug 432425 - Remove unused test for downloads in the Clear Recent History dialog. r=gavin 2014-12-30 21:05:12 +00:00
Paolo Amadini
b1cbe401e1 Bug 480169 - Remove unused tree view test for the Clear Recent History dialog. r=mak 2014-12-30 21:05:12 +00:00
Gijs Kruitbosch
02652044b5 Bug 1079303 - part 2: fix tests to not expect sync behaviour from notification.reshow, r=dolske 2014-11-25 01:06:36 +00:00
Gijs Kruitbosch
a648dfb0cf Backed out changeset c8f1dab5c9e5 (bug 305085) 2014-12-24 16:14:09 +00:00
Gijs Kruitbosch
9d67d39aaf Bug 305085 - add a test for beforeunload uses, r=jaws
--HG--
extra : rebase_source : 56f5d53be23a811d9a5eeec68a089824f538942b
extra : histedit_source : af42dfab71d3c56a54ff337b0c02e05dde856572
2014-12-19 21:41:57 +00:00
Gijs Kruitbosch
749b499277 Bug 1104755 - really disable the test on Linux, implied-rs=mak 2014-12-23 12:21:20 +00:00
Shane Caraveo
9e04066b1d Bug 1087934 Share panel UI updates, r=markh 2014-12-22 16:11:56 -08:00
Ryan VanderMeulen
93534bdf01 Merge inbound to m-c. a=merge 2014-12-22 17:55:32 -05:00
abdelrhman
b1c1b6380c Bug 1112552 - Clean up global-scope pollution from browser-fxaccounts.js. r=dao
--HG--
extra : rebase_source : 17c65f8c9f40df6e1cd49f07a779b71b002a5e23
2014-12-22 15:14:17 +01:00
Neil Deakin
afbba9218f Bug 1066383, rework custom html menu item handling to support contextmenu attribute in separate process, r=janv,mconley,peterv 2014-12-16 11:21:11 -05:00
Gijs Kruitbosch
e33d4616a3 Bug 1104755 - disable test on Linux only to avoid the very-frequent-orange, implied-rs=mak
--HG--
extra : rebase_source : bc91fc98dc395e701599e7bb04dd96dc29f12b8c
2014-12-22 00:13:16 +00:00
Shane Caraveo
86661a50ea Bug 1026444 fix error pages in social panels, r=markh 2014-12-19 12:41:09 -08:00
Gijs Kruitbosch
a7187e2134 Backed out changeset eef487a50fb0 (bug 1079303)
--HG--
extra : rebase_source : 62c4e6effbf055472c0e7256a4f8882c0b95fa9c
2014-12-19 20:14:59 +00:00
Gijs Kruitbosch
d86d39e668 Bug 1079303 - part 2: fix tests to not expect sync behaviour from notification.reshow, r=dolske 2014-11-25 01:06:36 +00:00
Michael Lopez
c785686157 Bug 963945 - Add about:addons URI as whitelisted so that it can be refocused instead of opening duplicate tabs in private browsing. r=jdm 2014-12-16 21:45:00 -05:00
abdelrhman
6cf86471ca Bug 1110109 - Use Services.focus instead of Cc["@mozilla.org/focus-manager;1"].getService(Ci.nsIFocusManager). r=dao 2014-12-16 21:38:33 +01:00
Gijs Kruitbosch
4a1b5156d6 Bug 1043584 - fix mouseover vs. enter issue in the urlbar, r=mak
--HG--
extra : rebase_source : a44d3e897a6ae930119fff45b6babc7a0ad8bcbb
2014-12-02 15:52:26 -08:00
Tim Taubert
dda74f46e4 Bug 1073339 - Convert from CRLF to LF for autocomplete tests r=Unfocused 2014-11-28 12:03:34 +01:00
Tim Taubert
4c223e8cb9 Bug 1073339 - Enable autocomplete tests for Linux and e10s r=Unfocused 2014-12-11 19:06:14 +01:00
Matthew Noorenberghe
c673460607 Bug 1111013 - Add aOpenParams.ignoreQueryString to switchToTabHavingURI to ignore query params without replacing. r=dolske
--HG--
rename : browser/base/content/test/general/browser_bug1025195_switchToTabHavingURI_ignoreFragment.js => browser/base/content/test/general/browser_bug1025195_switchToTabHavingURI_aOpenParams.js
extra : rebase_source : 201b4ff0e007045d73884de51a8f6574a82c1e64
2014-12-16 01:26:24 -08:00
abdelrhman
3990efb3f1 Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Dave Townsend
3c7f55c8ce Bug 1101624. Try loading a real page after starting the progress listeners to fix browser_alltabslistener.js. r=Gijs 2014-12-15 14:32:29 -08:00
Drew Willcoxon
8e8d87b6b5 Bug 1016825 - Show legacy-Sync-to-Firefox-Accounts migration notifications in the main browser window. r=markh 2014-12-11 21:06:55 -08:00
Tim Taubert
8bec2e8b93 Bug 1077652 - Update browser_newtab_background_captures.js to work with the new preloader r=adw 2014-11-19 16:21:22 +01:00
Shane Caraveo
76a726f48e Bug 1090633 fix intermittent failure, r=markh 2014-12-10 14:53:43 -08:00
Drew Willcoxon
494752c549 Bug 1026342 - Show legacy-Sync-to-Firefox-Accounts migration indicators in the app menu panel. r=markh 2014-12-10 09:33:36 -08:00
Gijs Kruitbosch
180612cfeb Bug 1099095 - delay checking webrtc window until it closes, r=florian
--HG--
extra : rebase_source : a80d27b122ab2d62215cc79f98532e7c9b332370
2014-12-05 16:14:11 -08:00
Wes Kocher
280a38ff20 Backed out 2 changesets (bug 1060529) for introducing a new intermittent bc1 orange
Backed out changeset 5ddd9eb25925 (bug 1060529)
Backed out changeset d4f962fb38be (bug 1060529)
2014-12-08 16:40:55 -08:00
Carsten "Tomcat" Book
7bccfba59f Backed out changeset 8455b9eef8f8 (bug 1066383) for bustage on a CLOSED TREE 2014-12-22 14:36:02 +01:00
Carsten "Tomcat" Book
6a9193cd5b Merge mozilla-central to mozilla-inbound 2014-12-22 14:02:45 +01:00
Neil Deakin
ee70891e45 Bug 1066383, rework custom html menu item handling to support contextmenu attribute in separate process, r=janv,mconley,peterv 2014-12-16 11:21:11 -05:00
Neil Deakin
2e2109d0f9 Bug 1060529, send the enabled state of child process commands to the parent on update, now with improved test, r=smaug,ehsan 2014-12-08 08:12:22 -05:00
Dão Gottwald
3c7965141f Bug 1059600 - Set the URI as the initial tab label for javascript links opened in new tabs. r=gijs
--HG--
extra : rebase_source : 3a28661f42daa9ec6243234d9d1eaf8b01055e32
2014-12-05 09:42:56 -08:00
Phil Ringnalda
db85b3268a Backed out 5 changesets (bug 1077652) for a11y bustage
CLOSED TREE

Backed out changeset eda93688e4b5 (bug 1077652)
Backed out changeset 00bdefd9c4fa (bug 1077652)
Backed out changeset 31c163560ed4 (bug 1077652)
Backed out changeset afd5df8ab5af (bug 1077652)
Backed out changeset 884ce04c007f (bug 1077652)
2014-12-04 21:12:35 -08:00
Blair McBride
1603c59730 Bug 1105911 - Can't arrow back into location bar once the autocomplete popup has been shown by arrowing down. r=mak 2014-12-04 15:31:30 +13:00
Tim Taubert
0ab902ec77 Bug 1077652 - Update browser_newtab_background_captures.js to work with the new preloader r=adw 2014-11-19 16:21:22 +01:00
Dão Gottwald
453a5b53fb Bug 1105579 - increase browser_lastAccessedTab.js error tolerance further
--HG--
extra : rebase_source : ae86e46ae659fc797cf8f20ae8c909f0a2f3cee9
2014-12-04 17:03:43 -08:00
Phil Ringnalda
a9f8d89c2f Merge f-t to m-c, a=merge 2014-11-28 14:52:29 -08:00
Gavin Sharp
ce93d8354d Bug 1102416: make Yahoo the default search plugin for en-US in American time zones, r=dolske, a=me 2014-11-23 20:38:22 -08:00
Felipe Gomes
67d33145ed Bug 1101147 - Update about:newtab search styling. r=Mossop 2014-11-24 08:40:22 -02:00
Dave Townsend
b244015e73 Bug 1101122 - Update about:home search styling. r=felipe 2014-11-24 08:40:22 -02:00
Phil Ringnalda
88598d3fbc Merge m-c to f-t 2014-11-27 17:45:52 -08:00
Phil Ringnalda
8d8a729d78 Merge f-t to m-c, a=merge 2014-11-27 17:33:42 -08:00
Dão Gottwald
6cbad9fcb2 Bug 1105579 - increase browser_lastAccessedTab.js error tolerance, DONTBUILD 2014-11-27 16:16:16 +01:00
Dão Gottwald
07b6e80459 Bug 980231 followup: speed up browser_lastAccessedTab.js 2014-11-27 15:22:21 +01:00
Carsten "Tomcat" Book
72621a3548 Merge mozilla-central to mozilla-inbound 2014-11-27 17:03:44 +01:00
Neil Deakin
4d77f120ba Bug 1072342, propagate the window activation state down to child process windows, r=smaug,mstange 2014-11-27 08:28:26 -05:00
Ryan VanderMeulen
99e4cde2a2 Merge m-c to fx-team. a=merge 2014-11-26 21:44:26 -05:00
Ryan VanderMeulen
05536d8139 Merge fx-team to m-c. a=merge 2014-11-26 21:08:54 -05:00
Marco Bonardo
4882f7c4ff bug 1105456 (follow-up) Make autocomplete tests not hit the new "failure on no test" behavior, so we can merge to Aurora too. r-irc=Unfocused a=bustage on CLOSED TREE 2014-11-27 00:41:50 +01:00
Dave Townsend
8599032cc9 Bug 1101654: First use tour for search UI. r=felipe 2014-11-20 15:27:10 -08:00
Dão Gottwald
62a3c63ef4 Bug 1105579 - Add fuzz to browser_lastAccessedTab.js 2014-11-27 12:18:29 +01:00
Gijs Kruitbosch
7b7c876367 Bug 1101624 - use dummy page instead of about:blank to avoid a race, r=mconley
--HG--
extra : rebase_source : c4857c425e10096c30dfe01af7ea99f2a8c69c8e
2014-11-26 23:52:50 +00:00
Tim Taubert
9b290427fb Bug 1075450 - Rename tests (part 2/2) r=mak
--HG--
rename : browser/base/content/test/general/browser_bug816527.js => browser/base/content/test/general/browser_tabMatchesInAwesomebar_perwindowpb.js
2014-11-21 23:40:33 +01:00
Tim Taubert
0e5faec09a Bug 1075450 - Rename tests (part 1/2) r=mak
--HG--
rename : browser/base/content/test/general/browser_tabMatchesInAwesomebar_perwindowpb.js => browser/base/content/test/general/browser_tabMatchesInAwesomebar.js
2014-11-21 23:39:11 +01:00
Tim Taubert
46ac2d37ce Bug 1075450 - Disable some Awesomebar actions for private windows r=mak 2014-11-21 23:39:44 +01:00
Blair McBride
9bb41734f6 Bug 1060642 - Improve display of entries without a title in the Awesomebar. r=mak
--HG--
extra : transplant_source : %E5%0C%03N%1D%99%C4%F3%16MK%C1%E7%88%C5%A7%FE%0D%28%9B
2014-11-24 13:11:12 +13:00
Blair McBride
6a76308101 Bug 1067903 - Part 3: Update tests to deal with autoselect and textValue. r=mak
--HG--
extra : transplant_source : %27%23%DC/%3E%866%CB%AC%FD%87%8C%16hP%28%B8%04%F4O
2014-11-24 12:19:44 +13:00
Blair McBride
4d36389195 Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
--HG--
extra : transplant_source : %82D%C62%20OSI%DBx%22%5C%FB%A6%606n%FE7%3D
2014-11-24 12:00:02 +13:00
Dão Gottwald
3e743519df Update browser_lastAccessedTab.js for bug 980231 2014-11-26 15:09:01 +01:00
Tim Taubert
dee3c94d20 Bug 1104755 - Re-enable browser_tabMatchesInAwesomebar_perwindowpb.js r=mak 2014-11-27 15:50:33 +01:00
Gijs Kruitbosch
7d59d7e03d Bug 1080801 - re-disable browser_bug678392.js again for e10s because of bustage on fx-team 10.8, rs=bustage 2014-11-20 17:08:35 +00:00
Gijs Kruitbosch
8b32c4bdd8 Bug 1080801 - update bug633691.js with nit from Dao 2014-11-20 14:20:54 +00:00
Gijs Kruitbosch
655ac4f94a Bug 1080801 - fix browser_bug633691.js to work in e10s mode, r=MattN 2014-11-17 22:14:52 +00:00
Dão Gottwald
0f541d7b81 Bug 1102018 - Fix and enable browser_bug481560.js for e10s. r=gijs 2014-11-20 14:36:04 +01:00
Gijs Kruitbosch
e8d6be26c1 Bug 1080801 - enable more tests for e10s, rs=tested-on-try 2014-11-20 12:57:22 +00:00
Wes Kocher
c2db08051e Merge m-c to fx-team a=merge 2014-11-19 19:08:27 -08:00
Gijs Kruitbosch
357f435a6c Bug 1080801 - update more test comments, rs=comments-only
DONTBUILD because only comments in browser.ini file changed
2014-11-20 02:14:07 +00:00
Carsten "Tomcat" Book
336a2bda13 merge fx-team to mozilla-central a=merge 2014-11-19 13:43:59 +01:00
Wes Kocher
5eea4ded15 Merge m-c to inbound a=merge 2014-11-18 18:37:10 -08:00
Dave Townsend
939acc4d04 Bug 1093594: Fix browser_alltabslistener.js to work in e10s. r=gijs 2014-11-18 09:53:43 -08:00
Carsten "Tomcat" Book
4f0f16c656 Merge mozilla-central to fx-team 2014-11-18 17:34:34 +01:00
Carsten "Tomcat" Book
6a293a24ca merge mozilla-inbound to mozilla-central a=merge 2014-11-18 17:25:29 +01:00
Gijs Kruitbosch
0cde514cfb Bug 1080801 - re-enable tests that already work in e10s mode, r=tested-on-try
--HG--
extra : rebase_source : 88d0fccddcc34fbdcc5d16f29299cd6813e3e6e1
2014-11-18 11:53:41 +00:00
Gijs Kruitbosch
6421bf9a78 Bug 1093997 - check before cancelling the tab switch, r=mconley 2014-11-13 16:08:39 +00:00
Gijs Kruitbosch
fa942d7281 Bug 1080801 - update more test comments, rs=comments-only
DONTBUILD because comments only change...
2014-11-18 01:30:54 +00:00
Gijs Kruitbosch
f85ff6dc63 Bug 1080801 - add bug numbers to e10s-failing tests that touch content, rs=comments-only
DONTBUILD because only comments in ini file changed
2014-11-17 23:55:23 +00:00
Brian Grinstead
ea407e3732 Bug 1093790 - Add the brighttitlebarforeground attribute for dark devedition theme. r=Gijs 2014-11-14 14:15:00 +01:00
Tim Taubert
888dbec214 Bug 1077652 - Fix browser_bug906190.js to only listen for loads associated with a tab r=ckerschb 2014-11-05 14:07:00 +01:00
Blake Kaplan
a050ce3db5 Bug 1093607 - Enable this test. r=mmc/sworkman 2014-11-18 13:38:39 -08:00
Ryan VanderMeulen
45dc96e55f Merge m-c to inbound. a=merge 2014-11-17 16:28:46 -05:00
Ryan VanderMeulen
5d1c019808 Bug 1008029 - Disable browser_newtab_update.js for failing frequently across all platforms.
CLOSED TREE
2014-11-13 21:33:48 -05:00
Dão Gottwald
1c3c92db22 Bug 1101268 - enable browser_ctrlTab.js for e10s. r=gijs 2014-11-19 02:15:25 +01:00
Connor
6ac643be3c Bug 1045100 - This is 1 of 2 patches. This patch implements on the front end the new "PluginCrashedEvent" WebIDL binding. r=gfritzsche,mconley 2014-10-22 00:41:32 -04:00
Joel Maher
7f1ef4eab3 Bug 1057512 - --run-by-dir enabled for browser-chrome on trunk. r=RyanVM 2014-11-17 11:01:23 -05:00
Gijs Kruitbosch
c3882b9ccd Bug 1094179 - use uriFixup for trimURL, r=dao
--HG--
extra : rebase_source : 2b779b615854513d0bfdce6f13fc56f00e69d29d
2014-11-05 14:17:42 +00:00
Paolo Amadini
7f16e2f321 Bug 1094208 - Part 1 of 3 - Fix browser_restore_isAppTab.js to work with the DOM Promise scheduling. r=mconley 2014-11-13 11:19:08 +00:00
Blair McBride
9015325353 Bug 1096248 - Disable restyling of autocomplete search page items. r=paolo 2014-11-12 23:24:28 +13:00
Tim Taubert
e2f56217e8 Bug 1077652 - Simplify about:newtab page update mechanism and correct behavior to work better with preloading r=gijs 2014-11-07 14:56:30 +01:00
Tim Taubert
b584f990fc Bug 1077652 - Hide xul:panels by default when not opened r=gijs
We need to hide <xul:panel>s by default for performance reasons. The RefreshDriver calls gtk/nsWindow::GetClientOffset() in a hot loop and causes a lot of communication between us and the XServer. We and up poll()ing and waiting for XServer responses in RefreshDriver::Tick() which regresses performance on Linux by 50-100%.
2014-11-03 23:50:57 +01:00
Joel Maher
8579187896 Bug 1095723 - browser_addons.js fails quite frequently in e10s and --run-by-dir. r=mixedpuppy 2014-11-11 14:56:00 +01:00
Brian Grinstead
3a75421f43 Bug 1096469 - Make devedition theme work with custom devtools themes;r=Gijs 2014-11-11 17:33:18 -08:00
Dão Gottwald
b605783cb3 Bug 1093368 - Customize mode theme picker shouldn't pass the default theme object to LightweightThemeManager.previewTheme. r=jaws 2014-11-08 20:30:00 +01:00
Panos Astithas
92d7e302aa Bug 1095420 - UI Tour should cause a migration to aurora when highlighting Sync. r=markh 2014-11-08 10:53:00 +02:00
Brian Grinstead
0d4e083af3 Bug 1094509 - Switch to light devedition theme when light devtools theme is applied;r=Gijs 2014-11-07 15:29:25 -08:00
Gijs Kruitbosch
9df3eb992d Bug 1080801 - re-disable browser_visibleTabs.js, rs=thetreeissad 2014-11-07 20:14:23 +00:00
Michael Ratcliffe
926bf1ca5d Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00:00
Michael Ratcliffe
239fba2d47 Backed out changeset 3500854d791b for test log breakage 2014-11-07 13:32:09 +00:00
Michael Ratcliffe
f827243aac Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher 2014-11-05 16:00:52 +00:00
Gijs Kruitbosch
0e3cdf2c51 Bug 1094421 - prepend www. to the search suggestion URL to avoid intermittent timeouts, rs=Mossop,me 2014-11-07 11:06:03 +00:00
Gijs Kruitbosch
0f96775118 Bug 1080801 - re-enable some more tests, rs=sent-to-try-and-passing
--HG--
extra : rebase_source : f25878036b1e39f593ccb7f9c0ddbe973213cd6e
2014-11-05 16:35:00 +00:00
Mark Hammond
e42b3b0a84 Bug 1079563 (part 2) - allow white-listed sites to request troubleshooting info. r=MattN 2014-11-07 18:12:26 +11:00
Dave Townsend
141b372d19 Bug 1093161: Fix load flags for new loads when transitioning from non-remote to remote processes. r=ttaubert 2014-11-06 11:04:59 -08:00
Joel Maher
74944f6a58 Bug 1092587 - TypeError: Promise.defer is not a function, causing browser chrome failures. r=Yoric 2014-11-05 09:47:00 -05:00
Patrick Brosset
432a34f1a4 Bug 985597 - Use the AnonymousContent Document API for the highlighters; r=miker r=Gijs
--HG--
rename : browser/themes/shared/devtools/highlighter.inc.css => browser/themes/shared/devtools/highlighter.css
2014-11-06 13:04:23 +01:00
Gijs Kruitbosch
403befe731 Bug 1080801 - Adjust comments for failing tests in e10s-mode, rs=comments-only 2014-11-06 12:04:49 +00:00
Shane Caraveo
dbfe786800 bug 1053973 fix opengraph builder for e10s, r=markh 2014-11-05 17:26:36 -08:00
Shane Caraveo
3fde9c9124 Bug 915547 fix activation in e10s windows, r=markh 2014-11-05 17:22:27 -08:00
Wes Kocher
abfdcdc51f Merge m-c to fx-team a=merge to open this CLOSED TREE 2014-11-05 15:17:35 -08:00
Wes Kocher
c44a46f049 Bug 1094312 - Disabling browser_bug553455.js made browser_bug585558.js permafail a=permafail CLOSED TREE 2014-11-05 13:05:26 -08:00
Gijs Kruitbosch
3127dbbb62 Bug 690307 - add more tests for the localhost + spaces case, r=mak 2014-11-05 19:08:45 +00:00
Dave Townsend
408b31ab59 Bug 1094312: Disable browser_bug553455 for high intermittent failures. 2014-11-05 10:05:57 -08:00
Gijs Kruitbosch
75a2005996 Bug 1080801 - update more test disabling comments, rs=comments-only
DONTBUILD because only comments change

--HG--
extra : rebase_source : d07e98fd864e9dd9f52797dc9c1cd0ed5753f625
2014-11-05 16:18:39 +00:00
Gijs Kruitbosch
1280113569 Bug 690307 - make trimURL not generate URLs that parse back into search queries, r=mak
--HG--
extra : rebase_source : ef509eef3a3427288ba204b32046c4565f3c5cc2
2014-11-01 22:57:56 +00:00
Gijs Kruitbosch
452547227c Bug 1093997 / bug 1080801 - re-disable browser_urlbarSearchSingleWordNotification.js for intermittently failing in e10s, rs=test-disabling 2014-11-05 11:22:45 +00:00
Gijs Kruitbosch
f46e825a3a Bug 1069757 - re-enable browser_urlbarCopying.js in e10s mode, r=markh 2014-11-05 00:04:27 +00:00
Gijs Kruitbosch
a3e0d25dfb Bug 1080801 - re-enable the working urlbar tests, rs=gavin 2014-11-05 00:33:02 +00:00