Commit Graph

8593 Commits

Author SHA1 Message Date
David Keeler
9e5235aedf bug 1025332 - use nsIDocshell.failedChannel in certificate exception dialog instead of recent bad certs service r=jaws 2014-06-13 16:13:09 -07:00
Jim Blandy
b6b202b6bb Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Brian R. Bondy
cc9a9c1577 Bug 1017156 - Fix tests for blank tab name now expected in TabOpen event. r=dao 2014-06-24 09:45:38 -04:00
Brian R. Bondy
5176e7726c Bug 1017156 - about:preferences briefly shows as the tab title when opening the in-content preferences. r=dao 2014-06-24 09:45:31 -04:00
Ryan VanderMeulen
d81f69eb72 Merge m-c to fx-team. a=merge 2014-06-23 10:59:41 -04:00
Paul Rouget
796dc49465 Bug 1028014 - webide should be named webide, not app manager. r=dcamp 2014-06-23 17:36:11 +08:00
Jared Wein
a5f07c62f8 Bug 754304 - make in-content preferences linkable via URL, follow-up to use the ignoreFragment API change that bug 1025195 landed. r=me
--HG--
extra : rebase_source : 6405245a2ccfdd09cc3cad86cf846d8c71c5abf7
2014-06-20 00:32:58 -04:00
Jared Wein
c0aa2e7ef4 Bug 754304 - make in-content preferences linkable via URL. r=mattn 2014-06-19 16:12:52 -04:00
Ms2ger
7c97cb5850 Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst
This also includes a test that mozMatchesSelector is still exposed and works.

--HG--
rename : js/xpconnect/tests/chrome/test_mozMatchesSelector.xul => js/xpconnect/tests/chrome/test_matches.xul
rename : js/xpconnect/tests/mochitest/file_mozMatchesSelector.html => js/xpconnect/tests/mochitest/file_matches.html
2014-08-12 14:30:59 +02:00
Wes Kocher
c2ecdbcdd9 Backed out 4 changesets (bug 1032878) for probably introducing a leak, creating a CLOSED TREE
Backed out changeset 780c948d79f3 (bug 1032878)
Backed out changeset 0cfcc44660a8 (bug 1032878)
Backed out changeset 991f8d5da382 (bug 1032878)
Backed out changeset f54984be223e (bug 1032878)
2014-08-11 14:27:57 -07:00
Martijn Wargers
37c3c7166b Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce 2014-08-10 20:03:50 -07:00
Birunthan Mohanathas
c910458886 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Jared Wein
b76cc438a6 Bug 1025195 - switchToTabHavingURI should have an option to ignore URL hashes when looking for already opened tabs. r=dao
--HG--
extra : rebase_source : 02cf11785573131ac8d0b267512e4cf93c43eb31
2014-06-17 10:01:41 -04:00
Drew Willcoxon
d2858ae3b1 Bug 1021110 - Icons in about:newtab's search panel should be high-res (2x DPI) on high-res displays. r=ttaubert 2014-06-17 15:23:52 -07:00
Gijs Kruitbosch
4804d24895 Bug 934103 - aURL is undefined, r=dao
--HG--
extra : rebase_source : f2a98e2ebf7ed8237518d429ce3ee0ca1dc4c943
2014-06-17 16:05:10 +01:00
Ryan VanderMeulen
aab8220978 Merge m-c to fx-team. a=merge 2014-06-17 15:42:06 -04:00
Drew Willcoxon
716ace3d71 Bug 1019990 - about:newtab preloader should load content.js. r=ttaubert 2014-06-17 12:35:34 -07:00
Drew Willcoxon
a43be88cae Bug 1019991 - about:newtab should lazily build its search panel popup. r=ttaubert 2014-06-17 12:35:34 -07:00
Drew Willcoxon
a6a43e5c5b Bug 1019989 - ContentSearch should pass images as shared ArrayBuffers instead of data URI strings. r=felipe 2014-06-17 12:35:34 -07:00
Carsten "Tomcat" Book
f72b2aa35a merge fx-team to mozilla-central a=merge 2014-06-17 14:09:46 +02:00
Allison Naaktgeboren
9094d5ebb6 Bug 1016138 followup - only call add on the master-password probe when a MP is enabled. r=markh 2014-06-17 10:03:47 +10:00
Neil Deakin
e01fbaad97 Bug 994117, disable transition for popups in social tests, r=mixedpuppy 2014-06-16 14:43:10 -04:00
Mike Conley
dbae7cd940 Bug 988133 - Workaround crashes in nsDocShellEditorData::ReattachToWindow() when doing view source in a remote tab. r=felipe.
This bug works around the crash by not retrieving the document from the cache, but by
hitting the network again for the document source. That's clearly not ideal, but the
crash is worse. This is a band-aid solution until we can get the cache retrieval
working properly. This workaround should not ride the trains to release.
2014-06-13 14:22:06 -04:00
Mark Hammond
d6d311b723 Bug 1016138 - Add telemetry probe for master password usage. r=dolske 2014-06-14 11:45:52 +10:00
Patrick Brosset
f7fa4585a3 Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins 2014-06-13 16:27:10 +02:00
Florian Quèze
a631f20793 Bug 1000253 - Background tabs with persistent device permissions can access devices without the user noticing, r=jesup,MattN. 2014-06-13 14:51:12 +02:00
Mark Hammond
7a632f16ca Bug 1023734 - make show() method sane and remove hide() method in about:accounts. r=ttaubert 2014-06-12 13:01:04 +10:00
Gijs Kruitbosch
2b73e730fa Bug 908534 - test that chromeUI notification is shown for about:support when opened as a new tab, r=ttaubert 2014-06-11 11:56:30 +01:00
Shashank Sabniveesu
87c6213671 Bug 1022214 - Remove the obsolete mTabstripCloseButton property. r=dao 2014-06-11 11:55:44 +02:00
Ed Lee
1dc6e00ac8 Bug 975235 - Send click pings for Directory Tiles (including which link, tile, other metadata) [r=adw]
Send a ping from the DirectoryLinks module on various click actions from newtab page.
2014-06-09 22:03:23 -07:00
Mark Banner
356f49114f Merge Elm to m-c. a=merge 2014-06-09 23:04:43 +01:00
Ryan VanderMeulen
743b35bc83 Merge fx-team to m-c. a=merge 2014-06-09 16:47:38 -04:00
Ed Morley
f4d70ca746 Merge mozilla-central and inbound 2014-06-09 17:18:00 +01:00
Masayuki Nakano
9bf881aa8e Bug 1020832 tabbrowser's constructor shouldn't use Cc and Ci since using it sometimes causes undefined error r=enndeakin 2014-06-09 22:42:02 +09:00
Florian Quèze
eed8652934 Bug 1015527 - Back/Forward navigation shouldn't break the Translation UI, r=felipe. 2014-06-09 16:50:58 +02:00
Mark Banner
f6a8923cd9 Merge m-c to elm. a=merge 2014-06-09 13:00:42 +01:00
Nicolas Perriault
3d73b85b47 Bug 1003029 Use local versions of OT assets. r=Standard8,rs=gijs,r=abr 2014-06-05 17:01:18 +01:00
Gijs Kruitbosch
524efc2f7c Bug 1016419 - implement showing lwt in customization mode, r=mconley,jaws 2014-06-02 21:59:38 +01:00
Mark Hammond
365f799d7d Bug 1017941 - Initialize loop during delayedStartup() to avoid observer leaks. r=Unfocused 2014-05-30 12:19:41 +10:00
Mark Banner
f23ef1f28c Bug 1008116 Show the Loop button by default and update the tooltip and panel text. r=mhammond 2014-05-29 21:13:48 +01:00
Mark Banner
0f0d05150c Bug 1007601 Fix styling of the loop panel so it is laid out properly and without a white border. Also make the iframe creation dynamic, to avoid an iframe in the DOM when we don't need one. r=mhammond 2014-05-29 21:13:47 +01:00
Mark Banner
f9cd53127f Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond 2014-05-29 21:13:46 +01:00
Tim Taubert
9452a49bfc merge m-c to inbound 2014-05-29 08:32:31 +02:00
Wes Kocher
d727696b11 Merge m-c to fx-team 2014-05-28 17:26:00 -07:00
Wes Kocher
136c755b0f Merge m-c to inbound 2014-05-28 17:23:23 -07:00
Wes Kocher
64b9c15c25 Backed out changeset 94eef72cb9b7 (bug 993901) for causing OSX bc1 to frequently fail in browser_tabopen_reflows.js 2014-05-28 17:00:32 -07:00
Dão Gottwald
576a76e765 Bug 1016834 - Replace errant NIGHTLY_BUILD ifdefs with E10S_TESTING_ONLY. r=gijs 2014-05-28 21:26:37 +02:00
Carsten "Tomcat" Book
a33cd9bbff Merge mozilla-central to mozilla-inbound 2014-06-17 14:32:55 +02:00
Mark Banner
80acdfc820 Bug 1011392 - Make Social API's panel handling generic so that Loop can use it as well, enabling Loop to function properly in the Application menu. r=mhammond 2014-06-17 11:23:40 +01:00
Gijs Kruitbosch
b75fbd4b78 Bug 1021969, r=bholley,jaws
--HG--
extra : rebase_source : f8bc835a5bfcd62e1d59b31d75841d1cc6339634
2014-06-06 17:33:50 +01:00
Bernardo P. Rittmeyer
7087798029 Bug 1010402- Fix full block width of some hit areas in sync dialogs. r=mconley 2014-06-06 07:47:00 -04:00
Gijs Kruitbosch
6cd5bee13d Bug 761566 - add per-OS settings/options/preferences string, r=mak 2014-06-04 17:37:54 +01:00
Jonathan Kew
a32cc70c4a bug 1007639 - stop shipping .woff fonts as part of the desktop browser product. r=gavin 2014-06-06 08:30:54 +01:00
Honza Bambas
420f7458b0 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 20:14:07 +02:00
Ryan VanderMeulen
a399b90ef2 Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
6a323418e1 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 18:27:38 +02:00
Carsten "Tomcat" Book
7b58e11c4e merge fx-team to mozilla-central a=merge 2014-06-05 15:08:55 +02:00
Masayuki Nakano
ea57c1a8ae Bug 1008772 part.2 Add tests for tabbrowser key navigation which isn't blocked by content r=enndeakin 2014-06-05 11:57:53 +09:00
Masayuki Nakano
6ecdb49317 Bug 1008772 part.1 tabs should handle non-printable keys with keydown event handlers in the system group rather than keypress event handlers in the normal group r=smaug+enndeakin 2014-06-05 11:57:53 +09:00
Carsten "Tomcat" Book
7327e91ad4 Merge mozilla-central to fx-team 2014-06-04 15:54:11 +02:00
Marco Bonardo
4b1691192c Bug 1003461 - Shift + Switch to Tab no longer respected. r=mano 2014-06-04 14:23:31 +02:00
Jeremy Poulin
ab83f7f8dd Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
2014-06-03 13:37:46 -07:00
Wes Kocher
3a93b233a4 Merge fx-team to m-c 2014-06-02 19:00:58 -07:00
Wes Kocher
2d69a3daca merge inbound to m-c 2014-06-02 18:37:29 -07:00
Michael Pruett
f498366465 Bug 1016039 - Fix switching between tab groups when cursor is on a tab. r=dao 2014-05-31 13:34:58 -05:00
Gijs Kruitbosch
f607020b0a Bug 1016582 - pin new back/fwd/refresh/stop/star group at the top of the context menu, r=jaws
--HG--
extra : rebase_source : 26b6555b405e247daab91317ac9bed284fb7fb63
2014-05-29 12:08:32 +01:00
Maxim Zhilyaev
8c54b93c39 Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Mike de Boer
d9a78d1d0f Bug 1014482: initialize bookmarkData variable to prevent failing tests and other unexpected bugs. r=gps,smacleod 2014-05-30 16:26:46 +02:00
Tom Schuster
803d770712 Bug 961360 - Try again on the about:tabcrashed page should reload all crashed tabs. r=felipe 2014-05-29 21:55:44 +02:00
Ted Mielczarek
6322893432 bug 815002 - fix browser_device_get_user_media.js to work with --use-test-media-devices. r=florian 2014-06-02 10:41:57 -04:00
Michael Ratcliffe
0b314dcb2d Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker 2014-06-04 16:38:41 +01:00
Ed Lee
e113211257 Bug 1019298 - Use Telemetry to count which directory links were shown in which tile position [r=adw f=gfritzsche]
Remember the directory index and trigger the telemetry probe for link0-8 and tile0-8.
2014-06-05 00:29:51 -07:00
Carsten "Tomcat" Book
093f4c3fbe Merge mozilla-central to moyilla-inbound 2014-07-17 16:41:00 +02:00
Olli Pettay
8a95213cde backout Bug 378775 because of several regressions, r=backout 2014-07-17 13:27:27 +03:00
Ryan VanderMeulen
9c632012fc Merge m-c to inbound. 2014-05-28 16:28:34 -04:00
Bobby Holley
ff76317c68 Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
Paolo Amadini
09b1551f2c Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske 2014-01-07 17:29:41 +01:00
Carsten "Tomcat" Book
74c34d7401 Backed out changeset ca4caf0d721c (bug 853549) for valgrind testfailures 2014-05-28 15:53:13 +02:00
Carsten "Tomcat" Book
34e7a08682 Merge mozilla-central to fx-team 2014-05-28 15:29:24 +02:00
Carsten "Tomcat" Book
61cb55cfb0 merge mozilla-inbound to mozilla-central 2014-05-28 14:22:02 +02:00
Jared Wein
8fac0fcbc2 Bug 980043 - Backed out changeset 7e0adf1211a7 (bug 905695). r=MattN 2014-05-27 12:56:00 +02:00
Tim Taubert
84308dafb0 Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw 2014-05-23 14:22:36 +02:00
Florian Quèze
98fafda0d9 Bug 1000253 - Fix a mistake in the browser_devices_get_user_media.js test, r=MattN. 2014-05-28 00:48:05 +02:00
Maxim Zhilyaev
56afd1fd01 Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Myk Melez
cfce59b710 Bug 938303 - enable user to reassign "quit application" shortcut on Mac; r=enndeakin
--HG--
extra : rebase_source : d4abe64845be02909cb946be8ce01c27b1e02477
2014-05-27 10:02:13 -07:00
Carsten "Tomcat" Book
d0dfd2fcc1 Backed out changeset 1eb359cf7ac0 (bug 1013448) for xperf test failures 2014-05-26 10:12:16 +02:00
Mark Hammond
4214e2ac12 Bug 1013448 (part 1) - add telemetry probe for master-password usage. r=dolske 2014-05-26 09:48:41 +10:00
Jared Wein
b48e20c1ef Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused
--HG--
extra : rebase_source : 925b6991f3444ff197b166f1e4234f1f19fe321d
2014-05-15 18:14:15 -04:00
Jared Wein
8a1f26a78b Bug 1000513 - Combined navigation items in the context menu. r=Unfocused,dao
--HG--
extra : rebase_source : 90f7c49cf5b4917527bc310d74f5f8327191ca22
2014-05-12 17:35:39 -04:00
Wes Kocher
4ecf639fcc Merge fx-team to m-c 2014-05-23 17:04:56 -07:00
Dão Gottwald
14986bd791 Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:41:31 +02:00
Dão Gottwald
981a313be2 Backed out changeset d670f361bbb6 2014-05-23 20:39:46 +02:00
Dão Gottwald
7884635744 Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:34:03 +02:00
Carsten "Tomcat" Book
ef87b38291 merge fx-team to mozilla-central 2014-05-23 15:49:37 +02:00
Wes Kocher
1658ce7988 Backed out changeset d36b2edb017b (bug 1014523) for OSX bc1 bustage 2014-05-23 10:06:19 -07:00
Dão Gottwald
9744d17730 Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 17:49:47 +02:00
Wes Kocher
d7647deae8 Merge m-c to inbound 2014-05-22 17:55:00 -07:00
Allison Naaktgeboren
5863724ec4 Bug 1004533 - Guard all e10s testing UI behind an E10S_TESTING_UI ifdef.r=mconley,r=nalexander 2014-05-22 09:09:32 -07:00
Jared Wein
0b0da9015a Bug 759252 - Use CSS animations for the connecting and progress throbbers. r=fryn, r=Dao 2014-05-21 09:48:00 -04:00
Tim Taubert
4ea5851934 Bug 973532 - Remove legacy NEWTAB_PAGE_SHOWN probe for homepage r=adw 2014-05-21 11:17:58 +02:00
Dão Gottwald
f0d134d084 Bug 1008424 - Remove unintended gradient from the tab toolbar's background. r=mconley,jjmathies 2014-05-21 22:26:37 +02:00
Ryan VanderMeulen
f33ebb0000 Merge m-c to fx-team. 2014-05-21 08:56:33 -04:00
Carsten "Tomcat" Book
d0b0dc9883 merge fx-team to mozilla-central 2014-05-21 13:57:43 +02:00
Gijs Kruitbosch
84c5c34a64 Bug 1008793 - add open location back on Mac hidden window and other macBrowserOverlay-using windows, r=dao
--HG--
extra : rebase_source : 75317372ddc73c16698f7ae7b3c64c654a5df420
2014-05-20 18:44:14 +01:00
Carsten "Tomcat" Book
fd2f1f60b2 Merge mozilla-central to fx-team 2014-05-20 16:17:08 +02:00
Dão Gottwald
bfd4554f8e Bug 1012629 - Infer from each toolbar's text color whether we should use inverted icons. r=gijs 2014-05-20 15:41:11 +02:00
Jonathan Kew
46e7c1ae48 bug 992650 - eliminate use of "embedded" fonts in about:accounts. r=gavin 2014-05-20 09:41:17 +01:00
Jonathan Kew
acc1279f1b bug 992650 - preliminary cleanup, remove CRLF line endings in aboutaccounts/main.css. r=gavin 2014-05-20 09:41:12 +01:00
Valentin Tsatskin
3be280fa3a Bug 1009552 - Fix overlap of neterror icon with header in RTL mode. r=jaws 2014-05-15 11:19:00 -04:00
Michael Pruett
5a6a0ae5cb Bug 1004903 - Update about dialog to use UpdateChannel.jsm. r=gavin 2014-05-15 13:55:41 -05:00
Tim Taubert
4d11c9a4b4 Bug 973532 - Let the preloader's docShells be inactive so that about:newtab can rely on document.hidden r=adw 2014-05-19 23:33:59 +02:00
Jonathan Kew
0e7a463634 bug 1012638 - ensure info icon stays the proper size even if the title wraps to multiple lines. r=Unfocused 2014-05-21 08:55:35 +01:00
Monica Chew
f398ab2371 Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret) 2014-05-22 16:26:57 -07:00
Felipe Gomes
a600846501 Bug 971054 - Parts 5 and 6. Move translation content handler to its own jsm and hook up it with the UI and engine. r=florian 2014-05-19 17:33:41 -03:00
Shane Caraveo
bc19c5cbd7 Bug 1003523 make share button customizable, r=Gijs 2014-05-19 09:38:38 -07:00
Ryan VanderMeulen
5e5ef7b927 Merge m-c to fx-team. 2014-05-16 15:31:28 -04:00
Carsten "Tomcat" Book
4de81fcbca Merge mozilla-central to mozilla-inbound 2014-05-16 14:31:46 +02:00
Jonathan Kew
b8c6c746d2 bug 1009563 - let the Info icon on the neterror page auto-size according to line height. r=Unfocused 2014-05-16 08:44:35 +01:00
Drew Willcoxon
5457406994 Bug 998303 - browser/base/content/test/general/browser_urlbar_search_healthreport.js attempts to connect to www.google.com. r=mak 2014-05-15 19:04:47 -07:00
Gijs Kruitbosch
4c84e04fae Bug 1006379 - don't attempt language detection if the document is gone, r=felipe 2014-05-15 13:56:37 +01:00
Gijs Kruitbosch
b192b36c2d Bug 998523 - updateUI after logout, r=markh 2014-05-15 00:09:23 +01:00
Jared Wein
1b5b27eb05 Bug 738797 - Enable the in-content preferences by default. r=Unfocused
--HG--
extra : rebase_source : bcff4e914e2b66da1b7a5b93ef21dc153519b6e4
2014-05-04 15:54:29 -05:00
Jared Wein
0fb18867b2 Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
--HG--
extra : rebase_source : 9b9c58a967bb52b596457f41b697085c46fb0ba6
2014-05-11 15:52:33 -04:00
Biraj Karmakar
9824b7f218 Bug 998207 - Update privacy policy url in the about dialog. r=dao 2014-04-22 23:04:34 +05:30
Hernan Rodriguez Colmeiro
800ac10b0b Bug 881576 - "Convert storage quota notifications test to use in-content preferences". r=jaws 2014-05-22 08:23:00 +02:00
Paolo Amadini
ae7450d465 Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske 2014-01-07 17:29:41 +01:00
Blake Kaplan
7ea79fde2b Bug 949617 - Make the login manager work in e10s. r=dolske
--HG--
extra : rebase_source : 412da12f3c916a2e57092943096a15b2c38955e7
extra : histedit_source : 030de4e9454cd4c150126fdb7500ab27023ad244
2014-06-24 16:57:39 -04:00
Shane Caraveo
8c84e9bd70 Bug 1029098 support global sidebar state for users who do not turn on restore session state, r=felipe 2014-06-25 13:15:08 -07:00
Carsten "Tomcat" Book
014baeb0e1 Backed out changeset 49859608dbb8 (bug 741047) for bc1 memory leaks 2014-05-15 10:31:36 +02:00
Carsten "Tomcat" Book
8fb80a8215 Backed out changeset 25fa9e0e5b06 (bug 738797) 2014-05-15 10:31:04 +02:00
Mark Hammond
23e16d2eaa Bug 961471 - ensure the initial sync prefs pane writes the sync preferences. r=ttaubert 2014-05-15 12:10:41 +10:00
Jared Wein
e4757cb9af Bug 738797 - Enable the in-content preferences by default. r=Unfocused
--HG--
extra : rebase_source : 4c06ec299a082f4a2c587fe5cbeff3b0e5b21548
2014-05-04 15:54:29 -05:00
Jared Wein
b297792021 Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
--HG--
extra : rebase_source : cf486a6e5c8673d66a57e3b726b58073c694a338
2014-05-11 15:52:33 -04:00
Gijs Kruitbosch
2190fdd20e Bug 1008647 - fix left padding and remove separator for top show all bookmarks item, r=mak 2014-05-14 11:33:30 +01:00
Wes Kocher
89b7bae7d0 Backed out changeset b9cee613c432 (bug 999865) for bc1 bustage on a CLOSED TREE 2014-05-13 20:29:28 -07:00
Wes Kocher
486fb70cea Merge m-c to fx-team 2014-05-13 18:59:41 -07:00
Wes Kocher
d5f8d3fbea Merge fx-team to m-c 2014-05-13 18:49:09 -07:00
Shane Caraveo
88852bec9b Bug 999865 provide ui indication of new provider buttons after activation, r=markh, r=unfocused 2014-05-13 18:05:54 -07:00
Ryan VanderMeulen
a5c6e0d478 Merge m-c to inbound. 2014-05-13 16:27:45 -04:00
Drew Willcoxon
5894decd7f Bug 1009266 - Make about:newtab use 2x-DPI logos in 1x-DPI windows when a 1x logo isn't available. r=ttaubert 2014-05-13 12:37:13 -07:00
Shane Caraveo
a4fd1ceaf6 Bug 960991 support for standard share endpoints, r=markh 2014-05-13 11:10:47 -07:00
Philipp Sackl
be06238ed6 Bug 994582 - Tweak panel animation so that it looks good on all platforms/systems. r=enndeakin 2014-05-06 07:57:00 -04:00
Dão Gottwald
b773010ae4 Bug 1007418 - Disable browser_visibleTabs_tabPreview.js for optimized builds on Windows 2014-05-13 06:56:55 +02:00
Carsten "Tomcat" Book
012c32e909 merge mozilla-inbound to mozilla-central 2014-05-12 13:33:19 +02:00
Jared Wein
6c6b68714d Backed out changeset 0e11a16741bf (bug 741047) 2014-05-11 17:37:57 -04:00
Jared Wein
50e546f84d Backed out changeset 4ac25e196c7a (bug 738797) 2014-05-11 17:37:40 -04:00
Jared Wein
f538071e39 Bug 738797 - Enable the in-content preferences by default. r=Unfocused 2014-05-04 15:54:29 -05:00
Jared Wein
73ee48e23c Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs 2014-05-11 15:52:33 -04:00
Tom Schuster
7b6a11f421 Bug 1004693 - [e10s] Add keyword search does not work. r=felipe 2014-05-10 15:28:42 +02:00
Valentin Tsatskin
8807e241b3 Bug 982347 - Implement netError design changes. r=Unfocused
--HG--
rename : docshell/resources/content/netError.xhtml => browser/base/content/aboutneterror/netError.xhtml
2014-02-10 16:59:00 -05:00
Gijs Kruitbosch
51ca63edcc Bug 986866 - duplicate the 'show all bookmarks' item, r=mak, ui-r=shorlander
--HG--
extra : rebase_source : 1b42817c44085d13ef2a17501f8b437be3e28b06
2014-04-14 11:38:39 +01:00
Dão Gottwald
88f3adfe8a Bug 1008134 - darkwindowframe attribute should be set before the first paint. r=gijs 2014-05-09 13:53:34 +02:00
Mike de Boer
455c040bdb Bug 1006490: revert changes made to the print button tooltip in bug 979479. r=dao. 2014-05-08 14:35:43 +02:00
Carsten "Tomcat" Book
d0e4dcf7e6 Merge mozilla-central to fx-team 2014-05-08 14:32:22 +02:00
Mike de Boer
cdc2c69daa Bug 947344: add more shortcut tooltip and label helpers where possible. r=mconley. 2014-05-08 11:14:20 +02:00
Richard Newman
12ddde1050 Bug 995412 - Graphic assets for desktop Sync should be run through an optimizer to reduce size. r=trivial DONTBUILD 2014-05-07 21:00:41 -07:00
Ryan VanderMeulen
3c1768e7a4 Backed out changesets 2f3f35b8cea3 and 7824a3826963 (bug 1002914) for intermittent mochitest-bc failures. 2014-05-07 16:56:28 -04:00
Chris Peterson
ede204a24f Bug 982396 - Initialize PlacesToolbarHelper _shouldWrap before using it. r=mak 2014-04-29 21:09:36 -07:00
Dão Gottwald
ec98c17ca6 Bug 805068 - Make browser chrome tests more self-contained by giving each test a new blank tab. r=ttaubert 2014-05-07 15:08:05 +02:00
Mark Hammond
eef4227d00 Bug 1002914 (part 2) - remove SocialChatBar, add chat specific tests and refactor social tests. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Mark Hammond
80da9e20fd Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Carsten "Tomcat" Book
bb770f4d6b Merge m-c to mozilla-inbound 2014-05-06 14:40:37 +02:00
Neil Deakin
0f4e9d2353 Bug 1001234, disable arrow panel animation on linux, r=dao 2014-05-06 08:33:12 -04:00
Mark Hammond
da217a0d47 Bug 966579 - fix intermittent browser_social_chatwindow_resize oranges. r=mixedpuppy 2014-05-06 15:25:58 +10:00
Wes Kocher
db9e1a87e5 merge fx-team to m-c 2014-05-05 20:52:49 -07:00
Tim Taubert
297e906969 Bug 1002843 - Wait until important parts have been initialized before restoring tabs into windows r=smacleod 2014-05-03 08:11:43 +02:00
Bernd Loeber
adf6edaff5 Bug 980911 - Rewrite inline script/style in browser/base/content/aboutaccounts/aboutaccounts.xhtml (about:accounts). r=ttaubert 2014-04-26 08:32:00 -04:00
Dão Gottwald
1be05b363d Bug 585361 - Remove dead parts from browser_bug380960.js
--HG--
extra : rebase_source : f1b562f18e0be9545191cbaf4782138944d9e585
2014-05-03 01:49:11 +02:00
Bill McCloskey
fecb3b35ca Bug 1002000 - Make sure to register listeners before loading content script (r=ttaubert) 2014-05-05 13:12:50 -07:00
Bill McCloskey
0eb75f652f Bug 986845 - Fix merge that resulted in two contentAreaClick calls (r=felipe) 2014-05-05 13:11:22 -07:00
Mark Hammond
94cee3cc2c Bug 966579 - Tweaks to mutation observer usage for fix intermittent chat orange. r=mixedpuppy 2014-05-10 02:02:00 -04:00
Ed Lee
4936fc8615 Backed out changeset 0d2f538bddde (bug 1036284) for Windows 7 bc1 crashes. 2014-07-19 08:34:48 -07:00
Ed Lee
98c6a4ae85 Bug 1036284 - Update styling of newtab tiles to enhanced tiles spec [r=adw]
Set appropriate sizes, coloring, opacity, etc.
2014-07-18 23:14:33 -07:00
Ed Lee
05cde61ff5 Bug 1036288 - Fix search box to 2 columns width instead of stretching all the way [r=adw]
Make the search as big as possible but contained within 2 columns.
2014-07-18 23:14:32 -07:00
Paolo Amadini
5835cd73c6 Bug 856470 - Login Manager no longer requires initialization at startup. r=dolske 2013-09-14 20:24:00 +02:00
Drew Willcoxon
34ad0847b3 Bug 1008160 - Rename newtab.sponsored.trial.message to reflect new string content. r=mardak 2014-05-09 19:54:13 -07:00
Mark Hammond
2cc52d7beb Bug 1002914 (part 2) - remove SocialChatBar, add chat specific tests and refactor social tests. r=mixedpuppy 2014-05-10 12:03:08 +10:00
Mark Hammond
30e85277b1 Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-10 12:03:07 +10:00
Gavin Sharp
24f5a48b6e Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert/vporof 2013-07-27 17:32:40 -07:00
Mike de Boer
2f86e622b7 Bug 979479: add dynamic tooltips, including keyboard shortcuts, to various buttons. r=mconley 2014-05-01 12:37:24 +02:00
YFdyh000
19449300c8 Bug 1001794 - ""Help, About" does not show proper update channel in 29rc updated on beta channel" r=gavin 2014-04-30 17:03:00 +02:00
Wes Kocher
39189296b1 Merge fx-team to m-c 2014-05-01 18:16:02 -07:00
Gijs Kruitbosch
568f536328 Bug 971096 - followup: remove extra newlines at the bottom, rs=mconley, forgot a review nit, DONTBUILD 2014-05-01 18:08:44 +01:00
Gijs Kruitbosch
bdeafb5e1f Bug 971096 - add test to parse all our CSS and check for obvious issues, r=mconley
--HG--
extra : rebase_source : 3f17fbda86aa13155c970e157dcec0ae67042696
2014-05-01 13:04:47 +01:00
Ed Morley
b048a8dbd7 Merge mozilla-central and inbound 2014-05-01 16:23:05 +01:00
Honza Bambas
f58519de04 Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-05-01 13:28:12 +02:00
Shane Caraveo
5e2b9e7c72 Bug 983481 open a post activation landing page, r=markh 2014-04-30 12:08:23 -07:00
Carsten "Tomcat" Book
697641a848 Merge m-c to fx-team 2014-04-30 15:28:33 +02:00
Roberto A. Vitillo
a6791b2423 Bug 785487 - Have AboutHomeUtils use the asynchronous search service initialization API and adjust browser_aboutHome.js accordingly. r=felipe, r=gavin 2014-04-30 11:33:58 +01:00
Harry Kaimenas
732379923d Bug 997436 - Add context menu option to open a tab in a non-remote window. r=felipe 2014-04-29 13:20:00 -04:00
Allison Naaktgeboren
c9fd8c581b Bug 930863 - update CharsetLoadListener() to be e10s compliant.r=felipc 2014-04-29 11:05:57 -07:00
Dão Gottwald
d751146e4e Bug 1001995 - Remove / fix remnants of the forwarddisabled attribute. r=mdeboer
--HG--
extra : rebase_source : 4c94c0cb923183353ee7ba9105b917ae3836b811
2014-04-29 18:33:58 +02:00
Giovanni Sferro
0ae500127b Bug 952982 - Submit inputs are subject to constraint validation and match :valid/:invalid as needed. r=bz 2014-04-29 18:58:00 +02:00
David Rajchenbach-Teller
90def1c09a Bug 985412 - Don't fail when FrameWorker.jsm raises legitimate async errors. r=mixedpuppy 2014-04-02 05:59:00 -04:00
Carsten "Tomcat" Book
b65adffe20 Backed out changeset 948ac73a8cc0 (bug 785487) for test failures on a CLOSED TREE
--HG--
extra : amend_source : 1d2c229ab3be4737af7b57159f2781f17157a8fb
2014-04-29 15:51:09 +02:00
Roberto A. Vitillo
c3b3e591aa Bug 785487 - Have AboutHomeUtils use the asynchronous search service initialization API and adjust browser_aboutHome.js accordingly. r=felipe, r=gavin 2014-04-25 12:39:17 -07:00
Ed Lee
af8ae0f478 Bug 1001854 - Search field length does not consistent after toggle "Hide the new tab page" and restart [r=adw]
Trigger load event if the document was loaded before init such as the user toggling the page.
2014-04-28 11:00:41 -07:00
Maxim Zhilyaev
a46ea1f691 Bug 995436 - Use different sponsored panel text for Release and non-Release [r=adw]
Package both text and hide the one that shouldn't be shown.
2014-04-26 13:39:58 -07:00
Ed Lee
4d3300ab80 Bug 1001523 - New Tab grid does not provide enough padding below the grid [r=adw]
Calculate offsetHeight from parent containers that includes the margin/padding specified by the children.
2014-04-25 15:33:59 -07:00
Jared Wein
aaeb57ed1e Bug 940174 - "Bookmarks Toolbar Items" centers its contents when placed in the tabstrip. r=mikedeboer 2014-04-24 20:13:00 -04:00
Dão Gottwald
3f34edfeeb Bug 997681 - Allow closing the last tab with a middle click. r=gijs 2014-04-25 16:06:26 +02:00
Dão Gottwald
6d33d9b85d Bug 865826 - Remove the browser.tabs.closeButtons pref. r=jaws 2014-04-25 14:30:18 +02:00
Carsten "Tomcat" Book
f7b071cb25 Backed out changeset 1c2ef0d3d997 (bug 865826) for failing jetpack tests 2014-04-25 14:13:33 +02:00
Dão Gottwald
63e55755db Bug 865826 - Remove the browser.tabs.closeButtons pref. r=jaws 2014-04-25 11:48:33 +02:00
Drew Willcoxon
e2cdc8af54 Bug 962490 - Add a search field to the new tab page (part 2: about:newtab changes). r=ttaubert 2014-04-24 19:09:23 -07:00
Drew Willcoxon
e5872075c1 Bug 962490 - Add a search field to the new tab page (part 1: ContentSearch). r=felipe 2014-04-24 19:09:20 -07:00
Wes Kocher
2e003f97d2 Backed out 7 changesets (bug 942756) for Gi bustage
Backed out changeset 87b1be303630 (bug 942756)
Backed out changeset eb385c85d88b (bug 942756)
Backed out changeset d234447173a8 (bug 942756)
Backed out changeset f7b85c252914 (bug 942756)
Backed out changeset 4e540736b330 (bug 942756)
Backed out changeset 824aec2863f5 (bug 942756)
Backed out changeset 43feed75916e (bug 942756)
2014-04-24 14:30:44 -07:00
Allison Naaktgeboren
abe08dff00 Bug 921947 - openNewTabWith/openNewWindowWith reference content document which may be null. r=felipc 2014-04-24 12:43:00 -04:00
Paul Rouget
61e509ae1a Bug 942756 - Unify debugger server startup: devtools and browser code. r=ochameau 2014-04-18 10:45:00 -04:00
Drew Willcoxon
cf3f9b737b Bug 995041 - Fix browser_aboutHome.js to not touch the outside network and re-enable it on all trees. r=mak 2014-04-23 17:31:09 -07:00
Dão Gottwald
e5e1c7fc10 Bug 997131 - Simplify conditional forward button CSS by making the forward button a direct sibling of the location bar. r=mdeboer
--HG--
extra : rebase_source : e9c7c70d5295564dc61766fdaf1eec620e90d77a
2014-04-23 19:26:32 +02:00
Carsten "Tomcat" Book
55eaa87d56 Merge m-c to fx-team 2014-04-23 15:04:22 +02:00
Nicholas Nethercote
4cfd24151e Bug 996448 - Lazify the loading of PluralForm.jsm everywhere. r=mak.
--HG--
extra : rebase_source : 371f4ed436bbdb864edcb593f55bad325d98cfca
2014-04-22 20:19:12 -07:00
Adam Dane [:hobophobe]
daa9e0417d Bug 892926 - Findbar steals focus from content when switching tabs r=mconley 2014-04-22 15:37:47 -05:00
Dão Gottwald
6017930166 Backed out changeset 1adbd1657ba1 2014-04-22 12:17:46 +02:00
Ed Lee
3ba0d9efda Bug 994185 - When dragging tiles on a 3x2 view, a third row of tiles shows up inexplicably [r=adw]
Also fixes Bug 988907 - Context menu and clicking-to-focus do not work in empty space above/below newtab grid
Cover up the sites that become position: absolute (and escape the flow for overflow: hidden) with an explicit background color for the bottom margin.
2014-04-18 17:55:06 -07:00
Edward Lee
d49c2ec1e0 Bug 998387 - Middle click on newtab block button blocks the site [r=me]
Update test to check middle click not blocking by potentially triggering the block() codepath in onClick.
2014-04-18 14:22:50 -07:00
Edward Lee
9e49a38d29 Bug 998163 - 8% Tp5 Optimized regression on inbound for most all platforms [r=adw]
Bug 998387 - Middle click on newtab block button blocks the site
Only add click listener once at the page level and filter/delegate click handling looking for primary/middle clicks.
2014-04-18 13:58:24 -07:00
Dão Gottwald
03de42ec13 Bug 997382 - The tab label and close button shouldn't be animated in closing tabs. r=jaws 2014-04-18 18:52:11 +02:00
Ryan VanderMeulen
ee76280adc Merge inbound to m-c. 2014-04-17 22:31:17 -04:00
Florian Quèze
279816f19f Bug 993495 - Update WebRTC UI and add test, r=felipe. 2014-04-18 00:37:59 +02:00
Praveenkumar
133de4becf Bug 996632 - Close tab' option from the tab context menu should be active for the last tab. r=dao 2014-04-17 03:26:00 +02:00
Tim Taubert
c3a93c2128 Bug 966098 - Handle inactive/no windows case for "sync started" notification r=markh 2014-04-09 16:59:16 +02:00
Mike Conley
d5f90edd83 Bug 997227 - Entering and exiting tabview makes items in tabs toolbar collide with fullscreen button. r=Gijs, MattN. 2014-04-16 19:48:01 -04:00
Mike Conley
ab076913da Backout 47845138fae1 (bug 996148) because the solution from bug 997227 is better. r=backout. 2014-04-16 19:47:32 -04:00
Florian Quèze
6e082922a8 Bug 971048 - Run language detection on webpages and display infobar when language is not the current UI locale, r=felipe. 2014-04-17 00:02:33 +02:00
Jared Wein
e52a9f66d5 Bug 985509 - Edit Bookmark panel button doesn't have an open state. r=mconley
--HG--
extra : rebase_source : 7b8ccb4da59629dda5102be02e4ec6eee219dc2a
2014-04-16 17:45:43 -04:00
Gavin Sharp
e8ca6f53e8 Bug 989825: remove broken Sync UI code, r=rnewman
--HG--
extra : transplant_source : %E2F%BD%9E%B9i%A3U%B6%98LP%C1%B1%C6%3B%EA%B8%D4U
2014-04-16 14:06:59 -07:00
Valentin Tsatskin
2672ecf027 Bug 986153 - Consolidate browser fonts. r=zaach, r=Unfocused
--HG--
rename : browser/base/content/aboutaccounts/fonts/clearsans-regular.woff => browser/base/content/fonts/ClearSans-Regular.woff
rename : browser/base/content/aboutaccounts/fonts/firasans-light.woff => browser/base/content/fonts/FiraSans-Light.woff
rename : browser/base/content/aboutaccounts/fonts/firasans-regular.woff => browser/base/content/fonts/FiraSans-Regular.woff
2014-04-16 17:04:47 -04:00
Carsten "Tomcat" Book
b2148d7f1c merge fx-team to mozilla-central 2014-04-16 14:52:39 +02:00
Randell Jesup
44384d2552 Bug 993495: Update MediaManager UI r=jesup,florian,smaug 2014-04-16 02:22:19 -04:00
Nathan Froyd
e3346a5a98 Bug 996019 - fix browser_bug435325.js to not connect to example.com; r=ehsan 2014-04-15 16:14:10 -04:00
Mike Conley
a1b253d755 Bug 996148 - With tabs in titlebar disabled, the private browsing mask can be incorrectly positioned in certain modes. r=MattN.
The positioning of the private browsing mask depends on us correctly setting the fullscreen placeholder
width. Unfortunately, we only ever did that when kicking off the tabs-in-titlebar code. This patch makes
it so that we set the width regardless of whether or not tabs in titlebar is enabled.
2014-04-15 14:11:19 -04:00
Marco Bonardo
2b41888dd7 bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Dão Gottwald
59ff5a3d22 Bug 995626 - Fade in tab titles and close buttons when opening a tab. r=jaws
--HG--
extra : rebase_source : 1f0579ad698d3d54e5896ec2fbd60b9b56251234
2014-04-11 03:13:36 -04:00
Mark Hammond
df6265d9a7 Bug 992371 - Avoid promise rejection messages from FxAccounts. r=ttaubert 2014-04-10 17:13:53 +10:00
Ed Lee
a04b78f621 Bug 991210 - [new tab page] Tiles are sometimes arranged all in a single line (wrapping as appropriate, e.g. to two lines with 5 items and then 4 items), instead of 3x3 grid [r=adw]
Always Grid_init before "load", defer size calculation to "load", and only wait for links cache for site rendering. Clean up timers triggered from previous tests to avoid unexpected updates.

--HG--
extra : rebase_source : aba79dc12fd3660c50d8004197a6b2f5a23419cb
2014-04-15 12:14:09 -07:00
Ed Lee
72f2f5bf48 Bug 991111 - Middle clicks on tiles are not counted [r=adw]
Move the click listener to the xul window to correctly get the click event to filter for site-related clicks.

--HG--
extra : rebase_source : 3fd8b2c658a695fbc9aa79d09f461acaeef2078f
2014-04-15 12:14:08 -07:00
Ryan VanderMeulen
00f0552ac3 Backed out changeset 15877522f55d (bug 980360) for intermittent mochitest-dt failures. 2014-04-12 22:38:03 -04:00
Mike Conley
5573ca1b38 Bug 973694 - Fix glitchy-looking private browsing indicator on OS X when tabs in titlebar are disabled. r=MattN
This also has the benefit of fixing bug 989604.
2014-04-12 11:10:17 -04:00
Valentin Tsatskin
3e42a6aa2d Bug 951618 - Always show the close button on the last tab. r=dao 2014-04-12 15:54:21 +02:00
Jared Wein
36eaaf4ce2 Bug 980360 - Fade in tab titles and close buttons when opening a tab. r=Gijs 2014-04-11 03:13:36 -04:00
Heather Arthur
fedc6105dc Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Mike de Boer
418c886c28 Bug 989466: revert clip-path change made in bug 893661 to fix font scaling. r=dao 2014-04-11 14:36:33 +02:00
Maxim Zhilyaev
4521f6727d Bug 993329 - Remove inline event handlers in newTab.xul [r=adw]
Add listener from page's init instead of inline.

--HG--
extra : rebase_source : 3a635d20bbb2b35caa23c4d7a5823172d066aee9
2014-04-10 23:15:59 -07:00
Gavin Sharp
4020424477 Properly disable the problematic portions of browser_aboutHome.js for bug 992485, undoing the dumb thing khuey did on a CLOSED TREE 2014-04-10 22:07:45 -04:00
Kyle Huey
661954ff3b Bug 992485: Disable browser_aboutHome.js on this CLOSED TREE. 2014-04-10 16:52:42 -07:00
Tim Taubert
2d570228a2 Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz 2014-04-02 08:21:14 +02:00
Jared Wein
93ab79817f Bug 993299 - Australis - There is no minimum width set in customization mode. r=mconley 2014-04-08 09:38:00 +02:00
Matthew Noorenberghe
1b9b5a6c2f Bug 993802 - Re-enable browser_save_private_link_perwindowpb.js on Linux which bug 987404 accidentally re-disabled. r=markh 2014-04-08 19:02:00 +02:00