Search found 12 matches

by whileloop
Tue Nov 24, 2015 7:58 am
Forum: SRWare Iron Support (English)
Topic: Can't get Twitter video to work on Iron portable
Replies: 3
Views: 5047

Re: Can't get Twitter video to work on Iron portable

Twitter video use HTML5 <video> tag. If the video source's format is webm or ogg then Iron can play. If the video is MP4 then Iron can't play.
by whileloop
Wed Jul 09, 2014 5:52 pm
Forum: SRWare Iron Support (English)
Topic: Developer, would you please disable protected preference?
Replies: 0
Views: 3291

Developer, would you please disable protected preference?

Since Iron 35, extensions settings are moved to "Protected Preference" file and the settings can't be changed by text editor because it is protected by hash. The trick to prevent extension update by modifying update_url do not work any more. Also can't change extension's incognito mode between "spli...
by whileloop
Tue May 13, 2014 11:42 pm
Forum: SRWare Iron Support (English)
Topic: New Iron-Version: 34.0.1850.0 Stable for Windows
Replies: 93
Views: 139648

Re: New Iron-Version: 34.0.1850.0 Stable for Windows

Please ignore my previous post.
IronPortable.exe pass only the first 4 command line arguments to chrome.exe, everything beyond are discarded.

Would you please fix this bug?
by whileloop
Tue May 13, 2014 11:12 pm
Forum: SRWare Iron Support (English)
Topic: New Iron-Version: 34.0.1850.0 Stable for Windows
Replies: 93
Views: 139648

Re: New Iron-Version: 34.0.1850.0 Stable for Windows

IronPortable.exe truncate command line string to shorter than 255 chars.
I guess this the maximum of filename/path length, not command line string length.
According to this page, command line string can contain 2047 chars for windows.
by whileloop
Fri May 09, 2014 3:36 am
Forum: SRWare Iron Support (English)
Topic: New Iron-Version: 34.0.1850.0 Stable for Windows
Replies: 93
Views: 139648

Re: New Iron-Version: 34.0.1850.0 Stable for Windows

I hex edited resources.pak to hide the search box in NewTab page and show 12 thumbnails. And I made a patch by using dUP2 patch creator. If you are interest to try it, you can get it here . It include .exe patcher and .dup2 patcher source. Linux and Mac user may be able to run the patch by using wine.
by whileloop
Fri May 09, 2014 2:32 am
Forum: SRWare Iron Support (English)
Topic: Reload adblock.ini without restart
Replies: 0
Views: 2446

Reload adblock.ini without restart

adblock.ini is good but change to it require restart of Iron to take effect.
I suggest use system API to watch the Iron directory for change.
If adblock.ini is changed reload it.
by whileloop
Thu May 08, 2014 6:46 am
Forum: SRWare Iron Support (English)
Topic: Return chrome's userAgent string for google's websites.
Replies: 0
Views: 2420

Return chrome's userAgent string for google's websites.

Hi, SRWare Iron developers. Google search detect userAgent string. If browser is not google chrome, some functions are disabled and return search result page in old style. So I suggent make window.navigator.userAgent always return google chrome userAgent string when domain of webpage contain 'google...
by whileloop
Mon May 27, 2013 12:54 pm
Forum: SRWare Iron Support (English)
Topic: New Iron-Version: 27.0.1500.0 Stable for Windows
Replies: 70
Views: 117598

Re: New Iron-Version: 27.0.1500.0 Stable for Windows

Sync work again. Thank you for the release!
by whileloop
Thu Jan 31, 2013 7:22 pm
Forum: SRWare Iron Support (English)
Topic: "CHROMIUM_FLAGS" feature for windows version
Replies: 1
Views: 4367

"CHROMIUM_FLAGS" feature for windows version

On Linux platform users can change the default options of chromium by setting "CHROMIUM_FLAGS" in config file. I think it is good idea to save default cmdline options in a config file. It is easier to modify a config file than the cmdline options in shortcut's properties dialog box and in the regist...
by whileloop
Sat Nov 03, 2012 12:07 am
Forum: SRWare Iron Support (English)
Topic: New Iron-Version: 22.0.1250.0 Stable for Windows
Replies: 60
Views: 90722

Re: New Iron-Version: 22.0.1250.0 Stable for Windows

whileloop wrote:There is not "search elements" field in Developer Tools.
Is this a bug?
I answer myself. The search field is now hidden. Press Ctrl+F to display it.