Граф коммитов

40 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley 57fe00ab9a Bug 576621 - clearing cache does NOT clear cached images.r=joe,gavin 2010-07-11 21:01:53 -04:00
Dão Gottwald ae30b0fbe8 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 43d1a1d645 Bug 507881 - remove useless "|| null" fallback in browserGlue.sanitize(window) calls. r=gavin 2009-08-04 20:10:23 +02:00
Ehsan Akhgari 95421f45f0 Bug 488706: Migrate clear private data settings. r=mconnor 2009-05-21 10:51:56 +01:00
adw@mozilla.com 5da2e47dea Bug 491883 - Clear Recent History removes pages (URIs) from history instead of visits (r=johnath) 2009-05-20 16:05:25 -07:00
Drew Willcoxon 73f247cb0f Bug 480169 - Clear recent history refresh (sprint)
Item list hidden behind expander/progressive disclosure button, added a warning when clearing all history, added a tree view for selecting a fine-grained timespan.  We decided to remove the tree view at the last minute; code is still there but #ifdef'ed out.
r=mconnor
2009-04-15 10:59:07 -07:00
Doug Turner 441451be3c Bug 487467. Support for a Network Geolocation Provider.
Browser bits for sanitizing.  r=gavin
Mochitest. r=ctalbert
Dom bits. r/sr=jst
Provider component. r=gavin, sr=jst
2009-04-14 09:10:20 -07:00
Michal Novotny 618a8fbb85 Bug 474434 - Active ftp sessions are not closed when clearing recent history; r=bzbarsky sr=cbiesinger 2009-02-23 19:28:17 +01:00
Johnathan Nightingale 04d126b4b4 Bug 474792 - Clear "Never remember passwords for this site" with other site-specific settings in CRH dialog. r=dolske 2009-02-04 14:08:06 -05:00
Ehsan Akhgari 4f15fed377 Bug 475564 - Clear Recent History dialog should not be minimized; r=gavin 2009-01-30 11:43:16 +03:30
Johnathan Nightingale 6783415329 Expose site-specific settings in CRH dialog. b=380852, r=gavin 2009-01-20 10:59:49 -05:00
Ehsan Akhgari 4f803cdd28 Bug 469158 - Remove the 'privacy.sanitize.promptOnSanitize' preference; r=gavin ui-r=beltzner 2009-01-02 03:30:49 +03:30
Ehsan Akhgari 6e6796cce2 Bug 463474 - Make sanitizer's searchbar clearing code a bit cleaner; r=gavin a191=beltzner 2008-11-28 12:51:16 -08:00
Justin Dolske 0310bdcb87 Bug 464947 - Clear Recent History dialog should clear form data by timespan. r=mconnor 2008-11-17 16:46:31 -08:00
Johnathan Nightingale 0ba9c0d0ed Extend "Clear Private Data" with time period option. b=453440, r=mconnor ui-r=beltzner a=blocking-firefox3.1 2008-11-05 19:57:00 -08:00
Gavin Sharp bfe8fbcd61 Bug 446274: make sure to properly enable the 'clear history' menu option if there is search bar state to clear, r=dao 2008-09-15 09:21:28 -04:00
dcamp@mozilla.com a6e912d3e4 Bug 398478: Clear globalStorage for offline apps separately from cookies, and the offline cache separately from the main cache. r=enndeakin, r=mconnor, sr=biesi 2008-01-22 20:06:36 -08:00
dolske@mozilla.com 3cc6dae42a Bug 410042 - Clear Private Data can trigger master password prompt. r=gavin, a1.9=mconnor 2007-12-31 19:16:51 -08:00
reed@reedloden.com e73b8605b0 Bug 398894 - "[linux] Firefox prints sanitizing history exception from sanitize.js to console" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=gavin a=blocking-firefox3+] 2007-10-09 22:11:17 -07:00
reed@reedloden.com 5880e3d758 Bug 397196 - "Clear private data does not clear last URL of Open Web Location dialog" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=gavin a1.9=mconnor] 2007-10-03 14:47:37 -07:00
asqueella@gmail.com 00d81e0617 Bug 394349 - use textbox.editor.transactionManager.clear() instead of textbox.editor.enableUndo(true/false) p=Ryan Jones <sciguyryan@gmail.com> r=gavin 2007-09-02 15:08:10 -07:00
gavin@gavinsharp.com 405957fd02 Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 03:02:45 -07:00
enndeakin%sympatico.ca e9212da0b0 Bug 352704, clear DOM storage when clearing cookies, r=mconnor,jst, sr=dveditz 2006-09-15 21:28:48 +00:00
gavin%gavinsharp.com 721427ae30 Bug 350675: fix the searchbar's value setter to behave correctly (gray text was being removed incorrectly, setting to a non-empty value didn't remove the gray styling), r=mano 2006-09-09 19:25:06 +00:00
gavin%gavinsharp.com 7ea178a06b Bug 347231: "Clear Private Data" doesn't always clear Error Console even though configured to clear history, patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor 2006-08-07 22:43:29 +00:00
bryner%brianryner.com 9ccdd4236a Fix for clearing saved form data using Clear Private Data (bug 333591). Patch by pamg, r+b181=me 2006-05-18 23:14:10 +00:00
benjamin%smedbergs.us a4c515c10e Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner 2006-04-06 18:06:05 +00:00
gavin%gavinsharp.com 44609e49cc Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2006-02-01 15:22:15 +00:00
bryner%brianryner.com daed416e86 Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. 2006-01-26 19:17:04 +00:00
darin%meer.net 7328013630 fixes bug 321833 "Clearing the cache prevents disk cache from working" r=mconnor, alfredkayser 2006-01-24 14:47:06 +00:00
mozilla.mano%sent.com e7ca8085b3 Bug 269799 - Clearing cookies using either Clear Private Data or the Clear All button in the privacy prefpane doesn't update the Cookies Manager until it's reopened. r=mconnor. 2005-10-08 15:44:47 +00:00
rob_strong%exchangecode.com bb4bd56e49 Bug 311169 - typo in sanitize.js pref call (nsIBranch instead of nsIPrefBranch from bug 284086). r=mconnnor 2005-10-05 19:42:00 +00:00
bryner%brianryner.com 8d94bd5c6f Make clearing the disk/memory cache also evict cached viewers in bfcache. Bug 305462, r=marria@gmail.com, sr=darin@meer.net 2005-09-29 20:24:27 +00:00
joshmoz%gmail.com 66191f9a40 make Clear Private Data window app-modal on Mac (otherwise we get odd window positioning). b=309406 r=mano sr=mconnor 2005-09-23 21:53:04 +00:00
gerv%gerv.net 35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
gavin%gavinsharp.com e1400c9125 Bug 284086: "Sanitize on shutdown" fails if the last closed window is not a browser window, patch by Giorgio Maone <g.maone@informaction.com>, r=mconnor 2005-08-23 16:38:28 +00:00
mconnor%steelgryphon.com 2e50ed5ccf bug 285440 - UI to clear SSL session, also clears http auth, r=dveditz, a=bsmedberg 2005-07-26 21:38:23 +00:00
mozilla.mano%sent.com f2f78bdff7 Bug 284655 - Javascript strict warning: trailing comma in sanitize.js. patch from Florian QUEZE <f.qu@laposte.net>, r=mconnor 2005-04-03 15:34:14 +00:00
ben%bengoodger.com 5e7e0b22bd 283601 - cache button remains enabled after clicking. (make it reenable after 10 seconds). also, remove some spurious dumps 2005-02-27 00:41:40 +00:00
ben%bengoodger.com b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00