Carl
Carl
@uazo I am tentatively changing the code so that it will allow adding search engines also from incognito mode; > in addition I would add the URL of the template...
> I think the time has come to remove this piece of code: > > ``` > +// if (is_incognito) { > +// return CalculateIncognitoDynamicSettings( > +// device_info_helper->AmountOfPhysicalMemory()); > +//...
@uazo take your time, I will leave it assigned to you.
Fixed in `105.0.5195.41`.
I am commenting here on the topic of "multiple projects working towards similar goals" and open source software. # Premise about FOSS There is [this young attempt](https://github.com/thermatk/Unobtainium) by @thermatk which...
@gcarq @Eloston thanks for your replies, it makes the overview more clear. > That is one way to look at it. Yes, sorry - just my "external" POV, but I...
@Eloston sure :) For the records, I just realised that some unattributed patches (disabling GCM, battery etc) I picked from ungoogled-chromium/Inox are actually from Iridium, so now I am going...
IIRC I had tried these but they were not effective, although I cannot say if it was due to pre-existing stored settings or other reasons. Did anyone else test them?
In [Bromite](https://github.com/bromite/bromite) I simply build without webRTC to get rid of all its woes; this will however be extremely more difficult from v68 onwards since the Chromium devs have dropped...
@gcarq they fixed it...by removing it altogether (I'd hardly call that "fixed", but I understand it is an "optimisation" if nobody cares about building without webRTC) I always build the...