Commit graph

26 commits

Author SHA1 Message Date
Ian Moody
e1e8d35847 Bug 1159259 - Add content.js frameScript to the web-panel sidebar so link-related context commands will work. r=enn
MozReview-Commit-ID: 4hATHPLC24Z

--HG--
extra : transplant_source : 2m%A2%1Dvl%0F%00%90%A3%D5H/%0C%E9%5Dt%9B%D6%D6
2016-05-25 15:34:56 +01:00
Dave Townsend
0a6414b898 Bug 1245649: Turn on no-trailing-spaces. r=Gijs
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Jim Blandy
7e20285e70 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
Andres Hernandez
41c0955363 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Oonishi Atsushi
8f0353652d Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Luyun Xie ext:(%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
39d488a08b Bug 113580 - switch uses of getAttribute to hasAttribute whenever possible; r=sdwilsh 2011-05-08 20:14:16 +02:00
Boris Zbarsky
c110005e1f Bug 448572 followup. Remove the gNavigatorBundle here. 2008-07-31 17:08:32 -07:00
asqueella@gmail.com
db810767a3 bug 372210, misc minor cleanup of browser.js:1. moved NS_ERROR_MODULE_NETWORK/NS_NET_STATUS_READ_FROM/NS_NET_STATUS_WROTE_TO from browser.js to web-panels.js, which is the only place they are used.
2. s/nsCI/Ci/g in browser.js, except in the global scope where it can't be used due to the #ifndef MOZ_PLACES at the top
3. switch to nsIPrefBranch2 from nsIPrefBranchInternal in browser.js. Instead of QIing gPrefService every time, just get the appropriate interface at the initialization. Based on IRC discussion, didn't fix the hacky way gPrefService is initialized.r=gavin
2007-03-24 20:41:16 -07:00
mozilla.mano%sent.com
691b0217b6 Bug 361698 - Navigation menuitems don't work in the sidebar's context menu. r=gavin. 2007-01-31 18:10:02 +00:00
gerv%gerv.net
3051ba969b Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:36:54 +00:00
ben%bengoodger.com
8ad2a6daca bug 215892 - context menu for web panel sidebar. 2003-12-03 05:37:53 +00:00
hyatt%mozilla.org
ba3cd61e91 Make sure throbber appears initially for loaded sidebar bookmarks that force the panel to spring open. 2003-08-04 09:18:10 +00:00
hyatt%mozilla.org
cb5ffe8177 Clean up load ordering issues and fix the label on the sidebar to flex and crop. 2003-08-04 07:32:15 +00:00
hyatt%mozilla.org
a0c53c869c Clean up load ordering issues and fix the label on the sidebar to flex and crop. 2003-08-04 07:20:01 +00:00
hyatt%mozilla.org
797cc16704 Work around persiustence bug. 2003-08-04 04:29:35 +00:00
hyatt%mozilla.org
caa6027fcf Separate the Page Holder concept from sidebar bookmarks. 2003-08-04 03:40:27 +00:00
hyatt%mozilla.org
58876decc1 Make sure that panels opened via bookmarks don't have the Add Web Panel button enabled, since they're already bookmarked. 2003-08-04 00:17:08 +00:00
hyatt%mozilla.org
d36a770b6e makke sure the addpanels button is disabled when the placeholder page is loaded in the web panel sidebar 2003-08-03 23:22:00 +00:00
hyatt%mozilla.org
8a43dc6d0e Adding a throbber to the Web Panels sidebar. 2003-08-03 09:10:49 +00:00
hyatt%mozilla.org
3c10065147 Implement the Add Page button in the Web Panels sidebar. 2003-08-03 08:25:19 +00:00
hyatt%mozilla.org
ccf5889b89 implement the grab page button. 2003-08-03 03:41:59 +00:00
hyatt%mozilla.org
568ed646bb Fix race condition between placeholder page and bookmarks when web panel has to be opened dynamically to view the bookmark. 2003-08-03 03:15:45 +00:00
hyatt%mozilla.org
628f2e0877 Implement support for Web Panel bookmarks. 2003-08-03 01:58:52 +00:00
hyatt%mozilla.org
5f4fb78f77 Adding initial panel impl that supports dropping of urls into the Web Panels bar. 2003-08-02 06:15:59 +00:00
hyatt%mozilla.org
8071f1d341 Initial commit of web-panels js/xul/dtd files. 2003-08-02 01:52:18 +00:00