Neil Deakin
b70a7d921f
Bug 1091140, add telemetry for sanitize, r=vdjeric
2015-01-26 20:58:22 -05:00
JW Wang
2aead691b3
Bug 1111788 - Part 1 - include timestamps for "browser:purge-session-history" notification. r=gavin.
2015-01-08 18:50:00 +01:00
Gijs Kruitbosch
5f58df5978
Bug 1094429 - fix strict warning in sanitize.js, r=gavin
2014-11-06 11:53:34 +00:00
Gijs Kruitbosch
0eea7debaa
Bug 1079222 - deny fullscreen from the forget button, r=dolske
2014-10-21 04:19:40 +01:00
Justin Dolske
c028185d38
Bug 1088137 - Forget button can fail to clear cookies by running sanitizer too early. r=MattN
2014-10-26 20:46:03 -07:00
Mark Hammond
58db9abadc
Bug 1058442 - sanitize.js now passes the date range being cleared to the permission manager and content pref service. r=MattN
2014-10-14 16:03:31 +11:00
Gijs Kruitbosch
632712859a
Bug 1069300 - add a privacy/forget/panic button, r=jaws
2014-09-24 17:22:05 +01:00
David Keeler
921747d269
bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith
2014-09-04 10:42:31 -07:00
Jim Blandy
39dc0c6097
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
Jeremy Poulin
ef9b7ddf74
Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
2014-06-03 13:37:46 -07:00
Paolo Amadini
dee31ed8ca
Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak
2014-03-20 22:21:05 +01:00
Malintha Fernando
80b159a843
Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao
2014-01-25 17:12:20 +01:00
Paolo Amadini
e32b4c3d00
Bug 899110 - Remove the code to switch between different back-ends from the Downloads Panel. r=enn
2013-11-04 19:21:13 +01:00
Nicholas Hurley
c3681fa4e7
Bug 881804 (part 6) - Plumb browser UI into predictive network actions to allow clearing data. r=ttaubert r=mossop f=gavin
2013-10-25 14:57:00 -07:00
Honza Bambas
a55f8e6460
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
2013-09-20 11:11:25 +02:00
Paolo Amadini
d5a5a1e0ce
Bug 913118 - Add a combined list of public and private downloads. r=enn
2013-09-12 21:20:30 +02:00
Neil Deakin
53b3c154ff
Bug 847863 - Part 6 of 8 - Convert tests for clearing recent history. r=paolo
2013-08-21 09:36:07 +02:00
Ed Morley
c582b7753b
Backed out changeset 7e8ff4c464f9 (bug 847863) on suspicion of causing failures in browser_sanitize-timespans.js
2013-08-20 11:52:34 +01:00
Neil Deakin
82642267dd
Bug 847863 - Part 6 of 8 - Convert tests for clearing recent history. r=paolo
2013-08-19 23:39:14 +02:00
Neil Deakin
14b9dae085
Bug 899125 - Part 1 of 2 - Allow using the JavaScript API instead of nsIDownloadManager when clearing recent history. r=paolo
2013-08-17 15:19:55 +02:00
Adam Dane [:hobophobe]
515691af5e
Bug 537013 - Make the find bar exist on a per-tab basis. r=dao
2013-07-06 02:56:36 +02:00
Doug Turner
99e8fd3b70
Bug 882485 - Add API keys support for Google Location Service API. r=gps, jdm, gavin. sr=brendan
2013-06-12 19:20:07 -07:00
Mark Hammond
65d594f18f
Bug 566746 - various fixes to sanitize(). r=mak
2013-05-09 09:08:07 +10:00
Gavin Sharp
04991d24e3
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
58a365c977
Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange.
2013-05-02 21:20:08 -04:00
Gavin Sharp
b8dd55e573
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
200191951a
Backed out 17 changesets (bug 566746, bug 697377) for frequent OSX debug mochitest-5 crashes.
2013-04-11 11:53:13 -04:00
Neil Deakin
e9f0eb5800
Bug 566746, use improved callback api for asyncronous form history methods, r=mak
2013-04-11 04:01:49 -04:00
Felix Fung
6250f471ab
Bug 566746 - Use Asynchronous FormHistory.jsm for sanitize.js, p=enndeakin,felix, r=mak
2011-12-17 01:31:50 -08:00
Felipe Gomes
e58c5113e7
Bug 850210 - Part 2. Update removeGroupedPrefs usage to nsIContentPrefService2.removeAllDomains. r=adw
2013-03-29 23:08:49 -03:00
Marco Bonardo
04b4837fa1
Bug 838874 - Stop implementing nsIGlobalHistory2.
...
r=Mano sr=gavin
2013-03-20 18:09:41 +01:00
Josh Matthews
1751e5415b
Bug 722859 - Support concurrent private/public downloads in the download manager. r=paolo/mak sr=bz ui-r=shorlander
2012-05-25 12:24:35 +01:00
Ed Morley
95de4450da
Backout f077ad362ca3 (bug 722859) for bustage
2012-11-16 10:44:20 +00:00
Josh Matthews
b8d89e66fa
Bug 722859 - Support concurrent private/public downloads in the download manager. r=paolo/mak sr=bz ui-r=shorlander
2012-05-25 12:24:35 +01:00
Ed Morley
1c43a0ebb9
Backout 00cc23d1f72b (bug 722859) for compilation failures
2012-11-16 10:01:14 +00:00
Josh Matthews
b01027b918
Bug 722859 - Support concurrent private/public downloads in the download manager. r=mak/paolo
2012-05-25 12:24:35 +01:00
Josh Matthews
0dadc924c1
Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan
2012-06-30 07:50:07 -07:00
Graeme McCutcheon
b911750d2e
Bug 409624 - Sanitizer should clear findBar data. r=adw
2012-10-22 12:42:53 +01:00
Josh Matthews
12bf132b81
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
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Geoff Lankow
2e3f95225f
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg
2012-01-17 14:34:51 +13:00
Michal Novotny
2a319d10e9
Bug 538588 - Split offline storage into http and offline cache in advanced network preferences dialog
2011-12-16 23:36:09 +01:00
arno renevier
9565f2d67d
Bug 680883 - unneeded nsIPluginHost QueryInterface in sanitize.js and nsPrivateBrowsingService.js; r=ehsan
2011-08-22 14:29:20 -04:00
Benjamin Smedberg
5e3d2dd2b5
Bug 617539 - Remove nsIPluginHost_MOZILLA_2_0_BRANCH, nsIPluginInstanceOwner_MOZILLA_2_0_BRANCH, and nsIPluginInstance_MOZILLA_2_0_BRANCH; r=jst
2011-04-11 16:00:30 -04:00
Dan Witte
8b640bc2e8
Bug 625496 - Clear Adobe Flash Cookies (LSOs) when Cookies is selected in Clear Recent History. r=ehsan, a=final+
2011-02-08 14:16:09 -08:00
Bobby Holley
514e262809
Bug 576621 - clearing cache does NOT clear cached images.r=joe,gavin
2010-07-11 21:01:53 -04:00
Dão Gottwald
f0e9c778e4
Bug 5265285 - getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional. r=dolske
2009-11-08 10:22:11 +01:00
Dão Gottwald
35f2149793
Bug 507881 - remove useless "|| null" fallback in browserGlue.sanitize(window) calls. r=gavin
2009-08-04 20:10:23 +02:00
Ehsan Akhgari
c284632fe5
Bug 488706: Migrate clear private data settings. r=mconnor
2009-05-21 10:51:56 +01:00
665f22bac0
Bug 491883 - Clear Recent History removes pages (URIs) from history instead of visits (r=johnath)
2009-05-20 16:05:25 -07:00