05:32:36 ==| frg: http://personal.mattatobin.com/image/capture/21f0b55c-ee6c-441b-b1d3-9d79fe25125a.jpg 05:32:37 http://personal.mattatobin.com/image/capture/170b2f72-a650-4bc5-b8d2-1231783f70a0.jpg 05:33:17 http://personal.mattatobin.com/image/capture/0363261c-3e21-48ff-8fc8-34624e4e38a5.jpg 05:34:32 https://code.binaryoutcast.com/projects/aura-central/commit/aa61c1d091f07e3a4997a094273e4ed460334d36 05:34:40 https://code.binaryoutcast.com/projects/aura-central/commit/9354c963a556fa69af18a6b1ee1748af3074798e 05:36:47 I am calling that done for now 05:36:56 hope some of it is useful 15:14:58 what stops https://news.opensuse.org/2022/10/27/call-for-testing-next-gen-installer/ from working? 16:43:50 a-865: so what.. linux eq of vista's panther image based setup? 17:37:24 btw.. you know if you open an address in a private window from the open location dialog it will be logged in urlbar history 19:20:44 WG9s_: did you see what I posted to frg in the scrollback 19:21:03 MY final solution to the xpfe autocomplete problem 19:21:05 ... 19:21:19 i should REALLY think about how I phrase shit more often 19:57:21 CaptainTobin Looks nice. Booked it. Not sure when I find some time but hopefully in this life :) 20:18:22 frg_Away: like I said your solution may be different but I think I have done enough research and THINGS to allow you to take it further in service of .. whatever the damn vision is lol 20:19:22 and that is the kind of work I am best at .. figuring out just enough that it might help someone else go further .. and hopefully actually serve one of my priorities as well.. that is always nice lol 20:20:13 I like to consider my self good at foundation building and conceptual design creation 20:21:29 frg_Away: thing is the openLocation window which uses the same functions ain't showing the favicons .. have to look into that even tho it should considering i altered the same function 20:21:41 maybe i will just make it a panel instead 20:22:02 i do want to maintain any front facing control has a menu item SOMEWHERE 20:22:12 2 points of access minimum for any major function 20:22:17 well I just need to find time and currently don't know how. If I enhance the ui web compatibility suffers. If I do backports the ui stands still. Too me more than a year to fix the clear private data stuff. blarg... At least ianN found some time for mailnews updates. 20:22:17 that is what I am sticking two 20:22:26 preferably one up front and one in menus or prefpanes 20:23:05 frg_Away: i waited how long for you guys to find the one liner for the rss urlbar issue 20:23:24 you were still on 52 when i first mentioned it.. or just getting ready to switch 20:23:50 yeah these things need not take months or years despite the webcompat priority 20:24:51 if I HAD more time i would have replaced the entire rss ui bits with those from Pale Moon or Basilisk instead of waiting but i didn't and it MOSTLY WORKED lol 20:26:19 OH frg_Away my usage of the placesutils favicon functions because they are async they all kept resolving randomly so it wouldn't work and i don't know how to actually deal with that shit so I moved a weave jsm into toolkit modules which allows me to create a blocking request to any async function in js 20:26:31 Well the rss bug was cosmetic. Could live with it. 20:27:06 no it was functionally busted when it would get into that state until a hard reload 20:27:50 frg_Away: i am conserned opensearch won't survive or won't stay in use and go the way of rss 20:28:43 The favicons stuff has probably changed. All async now. async function might work and/or Async.promoseSpinningly 20:28:45 http://xr.binaryoutcast.com/seamonkey-2.53/source/comm/suite/extensions/debugQA/content/debugQATextEditorShell.xul#32 20:28:57 maybe i will switch it to using static search plugins BUT maintain the open search install functions and just have it package and install the add-on 20:29:15 oh from 22 on many extremely simple and easy to use functions were made async ONLY 20:29:20 from nsIFaviconService 20:29:29 to that mozIAsyncHorseshit 20:29:50 .. i should just restore the nsIFaviconService functions 20:30:04 I don't MIND having async.. i just hate being FORCED to have it BE async 20:30:05 CaptainTobin Firefox already took it out. Allowed too much freedom and was bad for security. 20:31:14 I should also see if I can retrofit the tycho add-ons manager to accept some static web..add-ons the likes of search and dictionaries and just have on the fly translation to standard xpi 21:48:12 FTR https://bugzilla.mozilla.org/show_bug.cgi?id=905155 21:48:23 that was when xpfe ac cpp was removed