Jump to content


Support for Chromium-based browsers


74 replies to this topic

#1 OFFLINE   DarkPsY

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 11 June 2009 - 08:49 PM

Hello !
I propose the support for SRWare Iron, the 100% open source browser based on Google Chrome.
This browser can be founded here : SRWare Iron website
It's better than Google Chrome :)
Thanks !

(PS : Excuse my english, I'm french)

#2 OFFLINE   amjams

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 12 June 2009 - 09:41 AM

i use iron, and cc doesnt seem to clear browsing history. no problems on chrome. any suggestions?

#3 OFFLINE   ishan_rulz

    RaZoR

  • Members
  • PipPipPipPip
  • 1,630 posts
  • Gender:Male
  • Location:Bangalore, India.
  • Interests:Geek, Music, Metal, Dreamer, Movies, Escapist, Curious, Hedonist, Books, Psychology, Trance, Eccentricity, Gadgets, Philosophy.

Posted 14 June 2009 - 01:29 PM

You can add the Browser to the Winapp2.ini for now. The Devs would include it later, hopefully.

Winapp2.ini Thread: Follow The Instructions

Posted Image

#4 OFFLINE   darome

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 14 June 2009 - 01:33 PM

View Postamjams, on Jun 12 2009, 04:41 AM, said:

i use iron, and cc doesnt seem to clear browsing history. no problems on chrome. any suggestions?

I have the same problem . I also posted a message but nobody seems to know why this is. I presume that IRON must be caching at different locations or names than regular chrome and thus CC cleaner is missing the sites. I guess we will have to wait for an u pdate that deals with this but if we don't raise enough noise the change will take some time I presume. Any other comments?? Lets get the ball rolling.

#5 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 14 June 2009 - 01:36 PM

View Postdarome, on Jun 14 2009, 07:33 AM, said:

but if we don't raise enough noise the change will take some time I presume.
I think that presumption is correct. SRWare Iron has been previously asked about some time ago to be included but as of yet it hasn't made its way into CCleaner. The same goes for Chromium.

Currently your best bet is to use the winapp2.ini add-on for making your own SRWare Iron cleaner if one isn't already included in winapp2.ini. Of course if anyone makes a winapp2.ini cleaner please post it so others can use it.
Complexity of incoherent design.

#6 OFFLINE   DarkPsY

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 14 June 2009 - 10:28 PM

Thanks !

#7 OFFLINE   Meins321

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 20 June 2009 - 03:28 PM

there's no SRWare Iron script at the moment ;-(

#8 OFFLINE   equazcion

    Member

  • Members
  • PipPip
  • 23 posts
  • Gender:Male
  • Location:NYC

Posted 23 June 2009 - 03:08 AM

This post contains everything you need to add Iron support to CCleaner.

There's no need to read through the entire thread (unless you feel like it). The code in this post has been edited to include all discussed changes and additions found later in the thread.


To add Iron support to CCleaner, copy the code below and paste it onto the end of Winapp2.ini. Save the file and start (or restart) CCleaner. Then look for "SRWare Iron" in the "Applications" tab, at the end of the application list.

(Winapp2.ini is a file you can download from this forum that supports the cleaning of custom applications. Simply place it in your CCleaner installation folder.)

A couple of important notes:
  • CCleaner's include/exclude cookies list won't have any effect on Iron. With the code below, if CCleaner is run with Iron's "Cookies" item checked, all of Iron's cookies will be deleted.

  • If you didn't install Iron to the default folder, you must edit all lines that start with "DetectFile". Make sure they all read the correct path to Iron.exe on your computer. There is a DetectFile line for each item (Cookies, Cache, etc).
The code below contains revisions offered further down this thread by users Andavari and Metalj.

; SRWare Iron starts
[Cache]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%LocalAppData%\Chromium\User Data\Default\Cache|*.*

[Cookies]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%LocalAppData%\Chromium\User Data\Default|Cookies

[Internet History]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%LocalAppData%\Chromium\User Data\Default|*History*
FileKey2=%LocalAppData%\Chromium\User Data\Default|Thumbnails
FileKey3=%LocalAppData%\Chromium\User Data\Default|Visited Links

[Current Session]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%LocalAppData%\Chromium\User Data\Default|Current*

[Last Session]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%LocalAppData%\Chromium\User Data\Default|Last*

[Form Data]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%LocalAppData%\Chromium\User Data\Default|Web Data
; SRWare Iron ends


#9 OFFLINE   ishan_rulz

    RaZoR

  • Members
  • PipPipPipPip
  • 1,630 posts
  • Gender:Male
  • Location:Bangalore, India.
  • Interests:Geek, Music, Metal, Dreamer, Movies, Escapist, Curious, Hedonist, Books, Psychology, Trance, Eccentricity, Gadgets, Philosophy.

Posted 23 June 2009 - 05:52 AM

Thanks Equazcion. Fulfilled many members' wishes :lol:
Posted Image

#10 OFFLINE   equazcion

    Member

  • Members
  • PipPip
  • 23 posts
  • Gender:Male
  • Location:NYC

Posted 21 July 2009 - 02:57 PM

Code updated - I've added a line to the code in my post above:

"FileKey8=%LocalAppData%\Chromium\User Data\Default|Web Data"

This will clear Iron's saved suggestions for form input.

Enjoy :)

#11 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 21 July 2009 - 11:10 PM

View Postequazcion, on Jun 22 2009, 09:08 PM, said:

You won't be able to select individual things to clean (like cache, history, etc). Until Iron support is built into CCleaner by the programmers, I believe this is the only option (but I could be wrong).

It can work as a more customizable ("enable/disable") cleaner sort of like Google Chrome, etc., if all of the cleaners are completely separated. ;) And by the wonders of alphabetization they'd all be grouped together.

Just two examples using your provided code so people understand what I'm referring to:
[*SRWare Iron (History)]
LangSecRef=3022
DetectFile=%ProgramFiles%\Iron\iron.exe
FileKey1=%LocalAppData%\Chromium\User Data\Default|History
FileKey2=%LocalAppData%\Chromium\User Data\Default|History Index*.*

[*SRWare Iron (Cache)]
LangSecRef=3022
DetectFile=%ProgramFiles%\Iron\iron.exe
Default=True
FileKey1=%LocalAppData%\Chromium\User Data\Default\Cache|*.*

Complexity of incoherent design.

#12 OFFLINE   equazcion

    Member

  • Members
  • PipPip
  • 23 posts
  • Gender:Male
  • Location:NYC

Posted 21 July 2009 - 11:49 PM

View PostAndavari, on Jul 21 2009, 07:10 PM, said:

It can work as a more customizable ("enable/disable") cleaner sort of like Google Chrome, etc., if all of the cleaners are completely separated. ;) And by the wonders of alphabetization they'd all be grouped together.

Good idea. I've added that to the post above.

#13 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 22 July 2009 - 10:56 PM

@ equazcion
It's probably a good ideal to submit your cleaning routine to TwistedMetal via the winapp2.ini topic. That way when he updates winapp2.ini it will be included, and anybody else wondering about SRWare Iron support can be directed to it.
Complexity of incoherent design.

#14 OFFLINE   metalj

    Advanced Member

  • Members
  • PipPipPip
  • 362 posts
  • Gender:Male
  • Location:My own little world
  • Interests:All about computers, and gaming.

Posted 23 July 2009 - 12:36 AM

An SRWare Iron fan here :)
I made some changes to the winapp2.ini made by equazcion.

Here are the list of changes:

> Changed %ProgramFiles%\Iron\Iron.exe to %ProgramFiles%\SRWare Iron\Iron.exe (for default installations)
> Changed %LocalAppData% to %userprofile%\Local Settings\Application Data\ (I used piriform docs)
> Placed all the stuff into it's own section (SRWare Iron).
> Added Archived History, Visited Links and Thumbnails cleaning into History cleaning.
> Added Current Session cleaning.
> Added * to remove some FileKey#

Btw, nice job equazcion. ;)

[Internet Cache]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default\Cache|*.*

[Cookies]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default|Cookies

[Internet History]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default|*History*
FileKey2=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default|Thumbnails
FileKey3=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default|Visited Links

[Current Session]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default|Current*

[Last Session]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default|Last*

[Form Data]
Section=SRWare Iron
DetectFile=%ProgramFiles%\SRWare Iron\Iron.exe
Default=True
FileKey1=%userprofile%\Local Settings\Application Data\Chromium\User Data\Default|Web Data


#15 OFFLINE   equazcion

    Member

  • Members
  • PipPip
  • 23 posts
  • Gender:Male
  • Location:NYC

Posted 23 July 2009 - 01:15 AM

View Postmetalj, on Jul 22 2009, 08:36 PM, said:

An SRWare Iron fan here :)
I made some changes to the winapp2.ini made by equazcion.
Awesome metalj, I didn't know you could enter a custom section name. They should put that in the docs, unless its there and I missed it. Now Iron comes up basically like other browsers would. :)

#16 OFFLINE   equazcion

    Member

  • Members
  • PipPip
  • 23 posts
  • Gender:Male
  • Location:NYC

Posted 23 July 2009 - 01:40 AM

View PostAndavari, on Jul 22 2009, 06:56 PM, said:

It's probably a good ideal to submit your cleaning routine to TwistedMetal via the winapp2.ini topic. That way when he updates winapp2.ini it will be included, and anybody else wondering about SRWare Iron support can be directed to it.

I did submit it a couple days ago, but it was my original code without your/metalj's changes. I guess I'll submit it again now.

#17 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 27 August 2009 - 11:50 PM

Since SRWare Iron is constantly be asked for support I'm pinning this topic title to make is much easier for people to find.
Complexity of incoherent design.

#18 OFFLINE   equazcion

    Member

  • Members
  • PipPip
  • 23 posts
  • Gender:Male
  • Location:NYC

Posted 28 August 2009 - 12:16 AM

View PostAndavari, on Aug 27 2009, 07:50 PM, said:

Since SRWare Iron is constantly be asked for support I'm pinning this topic title to make is much easier for people to find.

Sounds great. I simplified my original posting of the code, to show just the code as revised by you and Metalj (and crediting you both), since it's so much better than my original code anyway, and this way people won't need to read through the whole thread.

#19 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 28 August 2009 - 12:20 AM

View Postequazcion, on Aug 27 2009, 06:16 PM, said:

this way people won't need to read through the whole thread.
Good ideal!

For anyone wanting SRWare Iron support you can go directly to post #8 by equazcion by clicking this link.
Complexity of incoherent design.

#20 OFFLINE   Aethec

    Red Panda

  • Members
  • PipPipPipPip
  • 1,714 posts
  • Gender:Male
  • Location:Lausanne, Switzerland

Posted 31 August 2009 - 05:47 PM

metalj >> "%userprofile%\local settings\application data\" >> Will only work on XP.
"%LocalAppData%\" >> Will work on XP, Vista and 7. ^_^
Piriform French translator