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
Paolo Amadini
3c75bbc8d1
Bug 985318 - Convert to Promise.jsm in the Toolkit "content" folder. r=mak
2014-03-20 11:04:37 +01:00
Bill McCloskey
51d681596f
Bug 961529 - Add BrowserUtils module (r=felipe)
2014-02-08 17:40:27 -08:00
Marco Bonardo
5c4267f108
Bug 945707 - Pausing a download fails when done after a retry. r=paolo
2014-01-29 17:00:17 -05:00
Raymond Lee
1863d4ceaa
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
7f896eccdc
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
5dc544505a
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
2013-08-25 16:56:53 -07:00
Drew Willcoxon
b5284d0fde
Bug 906276 - Add attribute to nsIDocShell to disable content retargeting. r=jlebar, sr=biesinger
2013-08-24 01:10:50 -07:00
Felipe Gomes
27cdff0dfc
Bug 854299 - Part 4. Add a callback function to contentAreaUtils's getTargetFile. r=adw
2013-04-01 03:13:37 -03:00
Ms2ger
fc90eb4974
Backout changesets a255a998af6e:9c72d5cfe1fb for bc orange.
2013-04-01 12:00:49 +02:00
Felipe Gomes
22c12c7d5a
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
b31f7c5cc4
Backed out changeset f029edccac09
2013-03-18 16:46:17 +01:00
Josh Matthews
604e47fa2a
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
a02cbc9377
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
3ef3b13269
Bug 802668 - Use Service.jsm in toolkit/content/contentAreaUtils.js. r=gavin
2012-10-18 15:44:36 +01:00
Philip Chee
0598200f66
Bug 795065 - SeaMonkey bustage fix. r=mak
2012-10-08 21:01:29 -04:00
Josh Matthews
f56c4d461a
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
d3510ae5f7
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
fe1c85126f
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
1c61b4bca6
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Josh Matthews
f4e16afc9a
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
c817c80538
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
1b4457cd6a
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
5d52b55ea6
Bug 722995 - DownloadLastDir.jsm uses global Private Browsing state to make decisions, r=ehsan
2012-07-21 11:25:37 +05:30
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Marco Castelluccio
ac62671d70
Bug 728749 - Faster plugins check tab. r=gavin
2012-05-17 17:53:05 -04:00
Dão Gottwald
3a2703e038
Bug 720984 - contentAreaUtils.js: getTargetFile leaks gDownloadLastDir into the global scope. r=gavin
2012-01-26 13:09:45 +01:00
Jonathan Kew
a92164970d
backout ad84dd34e531 (bug 720984) for xpcshell test failures.
2012-01-26 11:16:08 +00:00
Dão Gottwald
479004cfab
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
e0eb9adbb1
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
7560baf014
Bug 620666 - urlSecurityCheck should include the principal uri in its exception; r=dao
2010-12-22 06:10:00 -05:00
Alon Zakai
1a8e6f3025
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
702a3057a6
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
b4046efec1
Bug 475283 - Replace getStringBundle() with ContentAreaUtils.stringBundle. r=gavin
...
--HG--
extra : rebase_source : 887eab46d0104e2692fe74b631e6be2562efcb2c
2010-03-25 14:16:20 +01:00
Blair McBride
c4a43f3551
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
7c5a530f5e
Bug 508526 - Make gDownloadLastDir smarter; r=mconnor
2009-08-25 13:52:43 +04:30
Paolo Amadini
7b5cd072e9
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
930df1b2af
Backed out changeset 27b53ca1b085
2009-07-29 10:49:59 +02:00
Ehsan Akhgari
0a02e029df
Bug 506111 - consolidate getService calls in browser.js. r=dao
2009-07-29 08:22:12 +02:00
Nochum Sossonko
3f2b8bfc51
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
082f188dcb
Backed out changeset 870f451d8385 from bug 506116
2009-07-28 03:41:07 -04:00
Nochum Sossonko
8b1e3cbd38
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
0a56a892c8
Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless
2009-07-27 10:47:05 +02:00
Ehsan Akhgari
bce5e59eed
Bug 504513 - DownloadLastDir.jsm is imported during startup; r=gavin
2009-07-17 23:08:19 +04:30
Mark Smith
bb426c0819
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
0dc12d3413
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
36e86d63df
Bug 485187 - Rename gDownloadLastDir.path to gDownloadLastDir.file and gDownloadLastDirPath to gDownloadLastDirFile; r=gavin
2009-03-28 11:20:36 +03:30
Gavin Sharp
b42d0c252d
Bug 471962: wrong post data sent when saving an inner frame, r=bzbarsky
2009-03-16 14:47:19 -04:00
Ehsan Akhgari
f6cd477e73
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
108bd126ea
Bug 480318. Fix getting of content-disposition for the document save-as case. r=gavin
2009-02-26 15:40:26 -05:00