Commit Graph

443 Commits

Author SHA1 Message Date
Ehsan Akhgari
c4e74b26fa Bug 816406 - Disallow dragging a private tab into a non-private window and vice versa; r=dao 2012-12-02 15:57:06 -05:00
David Keeler
b2d4529e8c bug 818009 - canActivate: only click-to-play-type plugins are valid r=jaws 2012-12-05 13:00:52 -08:00
Ehsan Akhgari
7c4f2cbbf8 Bug 806708 - Remove the global private browsing checks from browser_tabMatchesInAwesomebar.js in per-window PB mode; r=jdm
--HG--
rename : browser/base/content/test/browser_tabMatchesInAwesomebar.js => browser/base/content/test/browser_tabMatchesInAwesomebar_perwindowpb.js
2012-12-05 09:03:38 -05:00
Ehsan Akhgari
1fd1e07333 Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin
This patch makes sure that when you have a tab open in a private window,
we would never switch to it from either a private or non-private window.
Also, this disabled switching to tabs inside private windows.

This patch uses the autocompletesearchparam attribute to convey whether
the autocomplete search is coming from a private window, to disable
finding open pages in nsPlacesAutoComplete.  It also changes the
behavior of switchToTabHavingURI to make sure that switch to tab
actually fails if somehow attempted (this is used in the test.)  It also
prevents pages opened in a private window to be registered with
nsPlacesAutoComplete as open pages, in order to make sure that those
pages do not appear as switch to tab entries in the autocomplete list
for other windows.

The test for this patch is based on browser_bug555767.js, and tests all
of the four possible interactions here.
2012-11-30 02:40:47 -05:00
Ed Morley
08abd11595 Merge mozilla-central to mozilla-inbound 2012-12-03 15:49:45 +00:00
Mario Alvarado [:marioalv]
98c55ea0f3 Bug 806707 - Port browser_save_private_link.js to the new per-window PB APIs; r=ehsan
DONTBUILD since this is NPOTB in global PB builds

--HG--
rename : browser/base/content/test/browser_save_private_link.js => browser/base/content/test/browser_save_private_link_perwindowpb.js
2012-12-03 01:36:43 -06:00
Tom Schuster
7704a9e130 Bug 676619 - Tests for a[download]. r=smaug 2012-12-02 21:56:00 +01:00
Ehsan Akhgari
901b9131f5 Bug 456884 - Provide a way to open a link into private browsing mode; r=dao ui-r=madhava 2012-11-27 10:09:24 -05:00
Bellindira Castillo [:bellindira]
f0476a06a1 Bug 806705 - Port browser_bug767836.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/base/content/test/browser_bug767836.js => browser/base/content/test/browser_bug767836_perwindowpb.js
2012-11-28 21:06:22 -06:00
David Keeler
c8167b14b8 bug 816059 - properly reset blocklist in browser-chrome tests r=jaws 2012-11-29 12:18:53 -08:00
Marco Bonardo
fd391c1a50 Bug 814264 - Restore the ability to call openUILink without an event parameter.
r=gavin
2012-11-27 17:06:17 +01:00
Ed Morley
b0c6f14427 Backout fae627fef335 (bug 795065) for browser-chrome failures 2012-11-27 17:34:42 +00:00
Marco Bonardo
9247e18290 Bug 814264 - bug 795065 broke calling openUILink without an event parameter.
r=gavin
2012-11-27 17:06:17 +01:00
David Keeler
cbec1edc43 bug 812562 - click-to-play: reshow notification for blocklisted plugins r=jaws 2012-11-20 16:58:22 -08:00
Josh Matthews
4565c1cb00 Bug 814513 - Enable browser_save_link-perwindowpb.js. r=ehsan 2012-11-22 15:50:06 -05:00
Mario Alvarado [:marioalv]
27c843f966 Bug 806704 - Port browser_bug763468.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/base/content/test/browser_bug763468.js => browser/base/content/test/browser_bug763468_perwindowpb.js
2012-11-23 03:01:32 -06:00
Seth Fowler
630ed49838 Bug 812241 - Remove disabled test warnings. r=khuey 2012-11-20 16:13:04 -08:00
Ehsan Akhgari
fe377636d2 Bug 806706 - Port browser_save_link.js to the new per-window PB APIs; r=jdm
--HG--
rename : browser/base/content/test/browser_save_link.js => browser/base/content/test/browser_save_link-perwindowpb.js
2012-11-07 21:14:41 -05:00
Shane Caraveo
42c5738c3d Bug 807217 - Disable Social in private browsing mode. r=gavin,felipe 2012-11-06 12:50:08 -08:00
Graeme McCutcheon
9cf360ac6d Bug 409624 - Sanitizer should clear findBar data. r=adw 2012-10-22 12:42:53 +01:00
Jared Wein
aa4b4bc91e Backed out changeset ca101d926240 (bug 787767) 2012-10-22 01:56:10 -07:00
Jared Wein
c574388835 Bug 787767 - Implement runtime performance monitoring for Worker API abuse. r=felipe
--HG--
extra : rebase_source : 93e027809cc3f6ceb2939cb2e3919c3516d05be7
2012-10-21 17:26:11 -07:00
Georg Fritzsche
bb7ad29ae8 Bug 787619 - Test that click events on the C2P overlay don't trigger other handlers. r=jaws 2012-10-19 15:21:19 +02:00
Ryan VanderMeulen
6a974d796e Backed out changeset 779550569432 (bug 787767) 2012-10-18 21:43:12 -04:00
Jared Wein
d8810e9d3c Bug 787767 - Implement runtime performance warnings for Worker API abuse. r=felipe 2012-10-18 18:02:42 -07:00
David Keeler
41bfcc82c0 bug 798237 - add test for bug 797677 r=jaws 2012-10-08 10:01:19 -07:00
Ehsan Akhgari
0dd7c92a0b Bug 798508 - Part 2: Add a browser-level API for opening new Private Browsing windows; r=jdm
This is currently hidden behind the per-window PB build option.
2012-10-07 15:39:42 -04:00
Josh Matthews
e7055454ba Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
9f8074ca32 Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE. 2012-10-04 19:34:19 -04:00
Josh Matthews
9fa9982775 Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Josh Matthews
d5c8d93586 Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan 2012-10-03 15:33:54 -04:00
Josh Matthews
6758610a3e Backed out changeset 71a2a9d7618e 2012-10-03 13:12:12 -04:00
Josh Matthews
9e619eab5c Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan 2012-10-03 13:10:55 -04:00
David Keeler
14ceb60a79 Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich 2012-08-28 09:23:10 -07:00
Ed Morley
1d6637f2e6 Backout 62ef2365014e (bug 583890), 8c3df98a9f06 (bug 583890) for intermittent failures in browser_bug583890.js 2012-09-17 17:35:46 +01:00
Adam Dane [:hobophobe]
0ef50937c9 Bug 583890 - Tab Title Abridger module and tests. r=ttaubert 2012-09-13 14:00:13 -05:00
Adam Dane [:hobophobe]
724e609a69 Bug 583890 - Add visibleLabel attribute/property and tests. r=ttaubert,jaws 2012-08-23 20:15:50 -05:00
Ed Morley
970e1b69f3 Backout 1d89bc229215 (bug 784142) for bug 787744 2012-09-03 10:04:49 +01:00
Neil Deakin
3b9299ae04 Bug 784142, assertion and crash calling alert while closing a window, r=smaug 2012-08-30 15:39:39 -04:00
Mark Hammond
7a3a685290 Bug 780987 - implement social.user-recommend-* messages. r=mixedpuppy 2012-08-27 21:16:38 +10:00
Mark Hammond
09f9483ab0 Backout f79e4c7902a1 (Bug 780987) due to talos being angry and red-faced 2012-08-27 16:17:22 +10:00
Mark Hammond
949e962f6c Bug 780987 - implement social.user-recommend-* messages. r=mixedpuppy 2012-08-27 14:48:17 +10:00
Yury
e2cff80fb8 Bug 776208 - Plugin preview overlay test. r=jaws 2012-08-25 17:18:44 -04:00
Shane Caraveo
4bfc87bd67 Bug 779923 - implement social activity flyout panel. r=jaws 2012-08-23 17:11:02 -07:00
Mark Hammond
7556d50cbe Bug 780010 - Update browser_shareButton.js to use common SocialAPI test functions. r=jaws 2012-08-25 13:11:55 +10:00
Benjamin Smedberg
b8603666c1 Revert bug 776208 for semi-consistent failures:
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html

CLOSED TREE
2012-08-24 13:08:15 -04:00
Yury
9ebd4239db Bug 776208 - Tests for plugin preview overlay. r=jaws 2012-08-24 16:18:17 -04:00
Benjamin Smedberg
583084b3a2 Revert bug 776208 for semi-consistent failures:
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html

--HG--
extra : rebase_source : e000988677d466b4796c5b2a51968f586743e6db
2012-08-24 13:08:15 -04:00
Ed Morley
6c6f70fd7d Backout 9c2c1987abc4 & ecaff5097b0b (bug 583890) for intermittent failures in browser_bug583890.js 2012-08-24 13:16:38 +01:00
Yury
72679e34aa Bug 776208 - Plugin preview overlay test. r=jaws
--HG--
extra : rebase_source : e92f58a5f1defdfb90067386da1f6c38f8c9268e
2012-08-23 17:12:03 -04:00
Adam Dane [:hobophobe]
4e4af73c64 Bug 583890 - Tab Title Abridger module and tests. r=ttaubert 2012-08-23 20:16:13 -05:00
Adam Dane [:hobophobe]
3906ace2fc Bug 583890 - Add visibleLabel attribute/property and tests. r=ttaubert,jaws 2012-08-23 20:15:50 -05:00
Ed Morley
3197149f5c Merge mozilla-central to mozilla-inbound 2012-08-21 21:16:49 +01:00
Gavin Sharp
ac923ca26d merge fx-team into mozilla-central 2012-08-21 10:27:25 -07:00
Blair McBride
9bc4755453 Bug 783763 - Move browser_bug435325.js to /browser/ and remove reference to nsIDOMWindowUtils. r=dolske
--HG--
rename : docshell/test/browser/browser_bug435325.js => browser/base/content/test/browser_bug435325.js
2012-08-21 19:42:30 +12:00
Shane Caraveo
ce4474f75e Bug 779686 - implement docked chat content areas, r=felipe
--HG--
extra : transplant_source : c%29h%B5%89%27%F3S%C0%B6%CB%82%A27%3C%0D%AEL%14V
2012-08-20 17:52:26 -07:00
Jared Wein
8ccee29469 Bug 779360 - Implement mozSocial.isVisible API for social sidebar window, r=felipe
--HG--
extra : transplant_source : %1FB%A6T%7B%9D%60T%E6%95%CD%A7%27%E5%00%60%A5%B8%84%F8
2012-08-20 14:18:50 -07:00
Dão Gottwald
0a6a0c0268 Bug 783614 - Cutting a sub string from the location bar value can unexpectedly modify the value further. r=Unfocused 2012-08-21 09:56:59 +02:00
Jared Wein
92692e1a2d Bug 777176 - Preload SocialAPI panels. r=felipe 2012-08-16 18:02:23 -07:00
Ed Morley
d52d7568dd Backout 34d187fac5f7 (bug 777176) for possibly causing bug 782901 on a CLOSED TREE 2012-08-15 10:48:13 +01:00
Jared Wein
9f3bbcb381 Bug 777176 - Preload SocialAPI panels. r=felipe 2012-08-14 23:56:19 -07:00
Neil Deakin
9b35869d1b Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin 2012-08-13 15:05:34 -04:00
David Keeler
25c92f504d Bug 741130 - Attach XBL bindings for html:objects in nsElementSH::PostCreate. r=bz, r=jwein 2012-08-10 09:19:24 -07:00
Gavin Sharp
eb7f0ad2b8 Bug 781386: add pref to avoid loading built-in providers during test runs, r=markh/mixedpuppy
--HG--
rename : browser/base/content/test/browser_shareButton.js => browser/base/content/test/browser_social_shareButton.js
extra : rebase_source : df925f95972462d0f8d07f1e0810dc22da0f1911
2012-08-08 18:09:37 -07:00
Mike Hommey
6173fa297f Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Shane Caraveo
4997d4e0d4 Bug 770695: land support for Social "service window" - chromeless window opened by social provider, r=gavin
--HG--
extra : rebase_source : a3994283b352378358ad3c0a8de1fa7c3c984a2d
2012-07-24 14:29:46 -07:00
Gavin Sharp
7d24bcd830 Bug 773351: hook up the mozSocial API to social provider windows, r=markh 2012-07-13 13:51:35 -07:00
Shane Caraveo
291c979327 Bug 755136: implement social sidebar, r=gavin
--HG--
extra : rebase_source : ac8b48de10334af10b0019d25cd59411e9928618
2012-07-18 11:40:05 -07:00
Shane Caraveo
d309cf5f50 Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
--HG--
extra : rebase_source : 62924e7f08b182d4ac9bd19521794d0e8eb5ebd9
2012-07-15 16:12:13 -07:00
Dão Gottwald
944476b0ab Bug 767896 - disable browser_pageInfo.js
--HG--
extra : rebase_source : 315e8b6c151c6c2c23fd2b3275addc7178dd36c2
2012-07-15 17:04:07 +02:00
Jared Wein
9356e47254 Bug 765874 - Implement recommend/share button, r=gavin
--HG--
extra : transplant_source : %A6%EC%03Q%AD%F8%CC%08NK%81%D15S%7C%21%7B%B8%E0C
2012-07-11 18:31:19 -07:00
Tim Taubert
aa3440397a Bug 724239 - Loading a page in a new tab enables the back button; r=gavin,bz 2012-07-10 17:54:41 +02:00
Nathan Froyd
a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Saurabh Anand
ebfafc4b21 Bug 767836 - show custom newtab page in private browsing mode if configured; r=ttaubert 2012-07-04 02:37:22 +05:30
Saurabh Anand
f28d039c54 Bug 763468 - Use about:privatebrowsing for new tabs opened in private browsing mode; r=ttaubert 2012-06-21 03:13:19 +05:30
Ryan VanderMeulen
891e38e528 Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
f497d31a0a Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
David Keeler
a8f237eaa9 Bug 749455 - Use mContentType for click-to-play plugins in nsObjectLoadingContent::OnStartRequest. r=josh 2012-04-27 17:01:07 -07:00
Dão Gottwald
f2cdb65455 Bug 760083 - Clean up and consolidate toolbar customization tests. r=ttaubert 2012-06-06 13:01:19 +02:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Devan Sayles
560e09e2d8 Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride 2012-05-08 19:31:51 -07:00
Gavin Sharp
a4a4d8383b Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao
--HG--
extra : transplant_source : %D6%90%13%91%EA%3D3%CB%93B1%CD%7F%0Cf%D1%08%00%A4%E6
2012-04-18 15:44:02 -07:00
Matt Brubeck
0d05a87aaa Bug 749738 - Use weak references to avoid accessing dead objects in findbar [r=mak] 2012-05-05 08:09:50 -07:00
Jared Wein
d8f6107735 Bug 743421 - Automated tests for anchor navigation and history.pushState with click-to-play plugins. r=felipe 2012-05-04 11:15:06 -04:00
David Keeler
2b77d52a66 Bug 739575 - Prioritize click-to-play over alternate content in nsObjectLoadingContent::GetPluginSupport. r=josh 2012-04-26 16:25:21 -07:00
Paul ADENOT
a4640d7b1b Bug 557278 - OGG audio handled as OGV video. r=dolske, a=desktop-only 2012-04-20 22:33:42 -04:00
Jared Wein
09670f08c6 Bug 711618 - Automated tests for plugin activation permissions. r=felipe a=blassey 2012-04-18 11:41:26 -07:00
Pallani Kumaran
6984ac06d5 Bug 739866 - Store last accessed timestamp for tabbrowser tabs [r=zpao] 2012-04-16 23:17:54 -07:00
Jared Wein
f0e9716818 Bug 711552 - Automated tests for click-to-play plugins on desktop Firefox. r=felipe 2012-04-04 15:32:54 -07:00
Dão Gottwald
2b7d63f8bb Bug 724599 - r=gavin,neil 2012-03-29 11:36:34 +02:00
Dão Gottwald
5a38314fbb Backed out changeset 36d7b3b02016 2012-03-29 11:28:38 +02:00
Dão Gottwald
11e2cb7cf9 Bug 724599 - r=gavin,neil 2012-03-29 10:22:53 +02:00
Marco Bonardo
52e694862b Bug 720792 - Implement a better solution to start selected searches without a timeout.
r=gavin
2012-03-01 14:37:13 +01:00
Dão Gottwald
69181a3e83 Bug 729244 - ESC doesn't revert the location bar value anymore. r=gavin 2012-02-24 14:32:00 +01:00
Gavin Sharp
90b4228ae6 Bug 724161: simplify some javascript:/data: drop checks, r=dao
--HG--
extra : transplant_source : q%C4%92%1C%BA%11/%93%85f%9D%26%A1%8AE%A1O%07%C7b
2012-02-14 15:08:35 -08:00
Maxim Iorsh
b490210404 Bug 460146 - CSS3 border-image images should appear in Page Info -> Media; r=db48x 2012-02-05 19:07:18 +00:00
Gavin Sharp
6fe4e4bc0c Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
2012-01-30 17:58:30 -08:00
Marco Bonardo
9c707020de Bug 720792 - browser_urlbarAutoFillTrimURLs.js cause can't work with autoFill nonzero delay 2012-01-31 12:29:51 +01:00
Tim Taubert
a94af4f75b Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich 2012-01-25 23:44:41 +01:00
Matt Brubeck
9200c09831 Bug 719271 - Site-specific zoom level shouldn't apply to media documents [r=gavin] 2012-01-20 11:43:24 -08:00