-
CaptainTobin
did c-c drop ldap completely?
-
frg_Away
CaptainTobin reimplmented in js I think:
Bug 1696625
-
CaptainTobin
frg_Away: that's disgusting tho
-
CaptainTobin
js ldap is gross
-
CaptainTobin
so the mozilla ldap component is officially abanoned?
-
CaptainTobin
except for you i guess
-
CaptainTobin
and me
-
CaptainTobin
and /them/
-
CaptainTobin
but not mozilla messenging or whatever they call them selves
-
CaptainTobin
frg_Away: we need to come up with a solution to auto-hide toolbox in full screen that doesn't suck ass like the one in various eras of firefox
-
CaptainTobin
would also be nice to be able to set if a toolbar is visable in full screen as well I know there is an attr and likely a dynamic method that can be called to make that shit happen
-
frg_Away
CaptainTobin I use full sreen rarely. Usually only on the laptop with HD ready only screen to gain some content height. Are toolbars beyond what is there already needed here?
-
CaptainTobin
bookmarks toolbar would be nice to have but that is a unique feature.. enhancement vs what i consider to be a decade's missing feature of being able to have the toolbox autohide or not when in full screen
-
frg_Away
CaptainTobin IanN_Away is more familiar with the toolbar code. I just tinkered a bit.
-
CaptainTobin
and yeah I don't use full screen browsing very often either in my normal browsing flow.. tho it IS kinda nice to be able to test both with chrome and without a page and how it looks on 3 common resolutions.. which I so have.. 1600x900, 1920x1080, and 2560x1440
-
CaptainTobin
frg_Away: it wouldn't have much to do with the binding just the navigator toolbox
-
CaptainTobin
and code in navigator.js for fullscreen
-
frg_Away
If I remember an event is sent but there have been some changes lately. Not sure what is implemented.
-
CaptainTobin
browser fullscreen != html full screen
-
CaptainTobin
those are two slightly different modes
-
CaptainTobin
least in firefox it is
-
CaptainTobin
stupid really
-
CaptainTobin
also dumb that despite the press escape to exit full screen i think the autohiding toolbox should be available even in html full screen
-
CaptainTobin
have a pref disable it if one does html full screen games but otherwise i don't see having the toolbox show up when you go all the way to the top of the screen with video as a bad thing
-
CaptainTobin
do you frg_Away
-
CaptainTobin
hey frg_Away how you doing 3rd party libwise.. even tho they still live in media modules other-licenses third-party and in various trees too
-
CaptainTobin
oh i forgot gfx too lol
-
CaptainTobin
-
CaptainTobin
how are you doing with these and keeping em updated .. any troubles aside from icu of course
-
CaptainTobin
and likely cairo
-
frg_Away
CaptainTobin yes wouldn't hurt but I use it rarely so I didn't loose much sleep about it. I still have a backlog of things to fix in bookmarks and other stuff. Full Screen macOS now too with latest macOS versions. Broken unfortunately if you use the button for it.
-
CaptainTobin
I think I am also gonna modify omnijar's code to just remove all support for anything other than store
-
CaptainTobin
I am still questioning if I should just go flat chrome
-
CaptainTobin
but then i'd have to be even more struct with removed-files
-
CaptainTobin
wouldn't i
-
CaptainTobin
strict*
-
CaptainTobin
well compressing it serves no real purpose except to save a little disk space.. deff doesn't make it faster.. and hinders more advanced compression used for packaging .. well my packaging
-
frg_Away
Just updated zlib and expat. nss nspr are current. Angle almost. sqlite3 is current and a few others too. Slowly working my way up but for some gfx stuff other changes are needed. icu just updated locally to 64.1 but not yet in.
-
CaptainTobin
Moonchild claimed that updating expat from our point in code is more work than it is worth vs just spot patching.. apperently some refactoring may have opened up some security holes that firefox today wouldn't expose but we would.... they .. AND OR I would.
-
frg_Away
They now add some screwy rlbox stuff to some of the stock libraries. Didn't take it. Don't want it too but depends if we can still do later without in the long run. Don't think we need to add a single threaded wasm layer here to screw up debugging and other stuff.
-
CaptainTobin
is that coming from whorezilla or the expat project assuming it still exists
-
CaptainTobin
I do need to plan to do another looksee if there is anything i can bring back to the java html5 parser generator bullshit.. something no one would know how to deal with if not for me .. outside mozilla i mean
-
CaptainTobin
the instructions certainly didn't work as-is
-
frg_Away
Bug 1688452 and others. I think it feeds llvm to create wasm conde which is then compiled. It seriously violates the "kiss principle" which I always try to follow.