Commit Graph

157 Commits

Author SHA1 Message Date
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
Paolo Amadini
9af8f10a05 Bug 985318 - Convert to Promise.jsm in the Toolkit "content" folder. r=mak 2014-03-20 11:04:37 +01:00
Bill McCloskey
6fd99b1808 Bug 961529 - Add BrowserUtils module (r=felipe) 2014-02-08 17:40:27 -08:00
Marco Bonardo
3a79e9b75a Bug 945707 - Pausing a download fails when done after a retry. r=paolo 2014-01-29 17:00:17 -05:00
Raymond Lee
b420bd9fc0 Bug 875731 - /toolkit/content/ Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory. r=paolo 2013-10-25 14:03:18 +08:00
Dão Gottwald
9a0dd76982 Bug 914748 - Let openURL call openUILinkIn rather than browserDOMWindow.openURI, as the latter may do nothing and return null. r=felipe
--HG--
extra : rebase_source : ca103aae1589352bd5ee3d9deb8c23f2770d912e
2013-09-16 11:27:22 +02:00
Doug Turner
3de9e6a0cf Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns 2013-08-25 16:56:53 -07:00
Drew Willcoxon
b7e11dbae6 Bug 906276 - Add attribute to nsIDocShell to disable content retargeting. r=jlebar, sr=biesinger 2013-08-24 01:10:50 -07:00
Felipe Gomes
914c44d4d7 Bug 854299 - Part 4. Add a callback function to contentAreaUtils's getTargetFile. r=adw 2013-04-01 03:13:37 -03:00
Ms2ger
bfb2ade97b Backout changesets a255a998af6e:9c72d5cfe1fb for bc orange. 2013-04-01 12:00:49 +02:00
Felipe Gomes
e22099b82a Bug 854299. Part 4. Add a callback function to contentAreaUtils's getTargetFile. r=adw 2013-04-01 03:13:37 -03:00
Dão Gottwald
50d99510cf Backed out changeset f029edccac09 2013-03-18 16:46:17 +01:00
Josh Matthews
1a96454dca Bug 847971 - Make openURL select recent windows that match the current privacy state. r=dolske
--HG--
rename : browser/modules/RecentWindow.jsm => toolkit/modules/RecentWindow.jsm
2013-03-14 17:41:52 -04:00
Saurabh Anand
664f20a153 Bug 722995 - Part 2: Make DownloadLastDir.jsm use per-window privacy status instead of global service. r=ehsan 2012-07-21 11:24:41 +05:30
OHZEKI Tetsuharu
08cb53175c Bug 802668 - Use Service.jsm in toolkit/content/contentAreaUtils.js. r=gavin 2012-10-18 15:44:36 +01:00
Philip Chee
087efdaacf Bug 795065 - SeaMonkey bustage fix. r=mak 2012-10-08 21:01:29 -04:00
Josh Matthews
a9c2289382 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
44a8d6faa6 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
13630d0f8f 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
be721d5624 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
Josh Matthews
c5574afd30 Bug 789546 - Convert all JS users of imgICache service to use privacy-aware imgITools API instead. r=ehsan 2012-09-17 12:18:40 -04:00
Chris Peterson
c697119a08 Bug 254139 - Prefer document title over original filename for default "Save Page As" filename. r=gavin ui-r=madhava 2012-08-03 00:12:24 -07:00
Ryan VanderMeulen
f83e43c722 Backout 53d053772879, e68d8406541e, 1a18d1d71ddf, 705c22e17976, 73f73097fb1a, and 8b28f53415fe (bug 722995) due to frequent linux32 mochitest-other orange. 2012-07-21 14:29:50 -04:00
Saurabh Anand
a36f961729 Bug 722995 - DownloadLastDir.jsm uses global Private Browsing state to make decisions, r=ehsan 2012-07-21 11:25:37 +05:30
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Marco Castelluccio
d5ab7999ee Bug 728749 - Faster plugins check tab. r=gavin 2012-05-17 17:53:05 -04:00
Dão Gottwald
3216b07af4 Bug 720984 - contentAreaUtils.js: getTargetFile leaks gDownloadLastDir into the global scope. r=gavin 2012-01-26 13:09:45 +01:00
Jonathan Kew
66db6a416a backout ad84dd34e531 (bug 720984) for xpcshell test failures. 2012-01-26 11:16:08 +00:00
Dão Gottwald
a606a2e469 Bug 720984 - contentAreaUtils.js: getTargetFile leaks gDownloadLastDir into the global scope. r=gavin
--HG--
extra : rebase_source : 7c6959f7e854c34262acddd3e1a174ce165abf39
2012-01-26 10:57:47 +01:00
Geoff Lankow
5d1ade2f4b Bug 536503 - Last downloaded-to directory should be remembered on a site-by-site basis. r=gavin 2011-06-10 11:19:16 +12:00
Mano
90af140600 Bug 620666 - urlSecurityCheck should include the principal uri in its exception; r=dao 2010-12-22 06:10:00 -05:00
Alon Zakai
3c7159de0d bg 624344 - File name not parsed correctly while trying to save page via 'Save link' r=enn a=blocking-fennec 2011-03-04 18:29:01 -05:00
Paolo Amadini
57ade91b4c Bug 485196 - Web page generated by POST is retried as GET when Save Frame As used, and the page is no longer in the cache. r=smaug, r=gavin
--HG--
rename : toolkit/content/tests/browser/browser_bug471962.js => toolkit/content/tests/browser/browser_save_resend_postdata.js
extra : rebase_source : e985407c54fcd0f138bb7c1bf350356aa4dec2de
2010-06-08 03:15:00 -04:00
Paolo Amadini
f90168fb7f Bug 475283 - Replace getStringBundle() with ContentAreaUtils.stringBundle. r=gavin
--HG--
extra : rebase_source : 887eab46d0104e2692fe74b631e6be2562efcb2c
2010-03-25 14:16:20 +01:00
Blair McBride
239ca6d319 Bug 468881 - Save Frame As… option appears when not necessary in File Menu. r=dao, ui-r=beltzner 2009-10-02 08:21:48 +02:00
Ehsan Akhgari
b524a66e69 Bug 508526 - Make gDownloadLastDir smarter; r=mconnor 2009-08-25 13:52:43 +04:30
Paolo Amadini
5c0b5a959f Bug 498695 - Refactoring: in contentAreaUtils.js, clean up the getTargetFile function, aligning it to the SeaMonkey version; r=(mconnor + sdwilsh) 2009-08-08 12:01:50 +02:00
Dão Gottwald
fb3a400fec Backed out changeset 27b53ca1b085 2009-07-29 10:49:59 +02:00
Ehsan Akhgari
219ec79cb2 Bug 506111 - consolidate getService calls in browser.js. r=dao 2009-07-29 08:22:12 +02:00
Nochum Sossonko
dea1a49128 Bug 506116 - speed up makeURI(str) and use it in browser.js. r=gavin, sr=vlad 2009-07-29 07:55:03 +02:00
Gavin Sharp
8b1660b31d Backed out changeset 870f451d8385 from bug 506116 2009-07-28 03:41:07 -04:00
Nochum Sossonko
53240b4c3c Bug 506116 - speed up makeURI(str) and use it in browser.js. r=gavin, sr=vlad 2009-07-28 08:01:31 +02:00
Michael Kohler
cc3bd3ad50 Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless 2009-07-27 10:47:05 +02:00
Ehsan Akhgari
0ffe947eb7 Bug 504513 - DownloadLastDir.jsm is imported during startup; r=gavin 2009-07-17 23:08:19 +04:30
Mark Smith
83c646ef2f Bug 437174 - Disabling 3rd party cookies breaks sending cookies for
channels with no docshell.  r+sr=bzbarsky.
  Added forceAllowThirdPartyCookie to nsIHttpChannelInternal.
  Added LOAD_FLAGS_FORCE_ALLOW_COOKIES to nsIWebNavigation.
  Added PERSIST_FLAGS_FORCE_ALLOW_COOKIES to nsIWebBrowserPersist.

--HG--
extra : rebase_source : 0ea11e1ed53d75152f57ffed74f44fc749a7a567
2009-06-16 10:30:25 -04:00
Paolo Amadini
585d6afd8f Bug 471875 and bug 300032. Refactor the saving code in contentAreaUtils a bit, and make sure that POST data gets correctly sent when saving non-HTML documents (e.g. text, image, etc). r=bzbarsky 2009-03-30 14:47:31 -04:00
Ehsan Akhgari
da8c6a0982 Bug 485187 - Rename gDownloadLastDir.path to gDownloadLastDir.file and gDownloadLastDirPath to gDownloadLastDirFile; r=gavin 2009-03-28 11:20:36 +03:30
Gavin Sharp
fd0cd80a06 Bug 471962: wrong post data sent when saving an inner frame, r=bzbarsky 2009-03-16 14:47:19 -04:00
Ehsan Akhgari
71fabb9b29 Bug 464795 - Persist "save as" directory during private browsing, but restore previous value after (follow-up fix); r=gavin 2009-03-12 12:27:53 +03:30
Boris Zbarsky
cac1840ae6 Bug 480318. Fix getting of content-disposition for the document save-as case. r=gavin 2009-02-26 15:40:26 -05:00