-
IsambardPrince
Interestingly, blocking remote fonts on WordPress fixes Bold lettering from not appearing. :)
-
tomman
dear Delta Airlines, you suck
-
tomman
go to delta.com, try to book a ticket
-
tomman
any route will do, but make it roundtrip
-
tomman
pick your first flight... and it dies there
-
tomman
their toxic bloaty framework DOES catch the error:
-
tomman
-
tomman
it DOES work on FF91ESR
-
tomman
their airplanes might be old (they still fly the DC-9 descendants!), but their website is way too modern
-
tomman
-
tomman
and some features remain unimplemented, and only Chrome™, MS Chrome™ and Chinese Chrome™ fully support that API
-
tomman
"The PointerEvent interface represents the state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc."
-
tomman
uh, that's WAY too overkill for an airline booking site - all they need is to process a click (or tap), nothing else!
-
tomman
Oh wait, you CAN pick a fare if you click on the cabin name on the schedules - it will open a DIV with a photo of their old planes and a SELECT FLIGHT button that works!
-
tomman
as I not traveling, I can't ensure that Delta will take your money and let you fly on them from SeaMonkey, but that might work...
-
CaptainTobin
frg i just realized something... when I set up the xref I set it up in the traditional comm setup.. but it occured to me you might be using comm under mozilla now
-
CaptainTobin
so i was wondering if you wanted it changed to how it actually is
-
CaptainTobin
or retained for better cross-reference with 52
-
CaptainTobin
i figure you guys are still in the habit of doing the translation in your heads automatically when you check shit like this but I wanted to make sure it is setup how you want it
-
CaptainTobin
personally at this rate I dunno why you are keeping seperate repos anyway .. just simplfy and merge the two
-
CaptainTobin
oh wait.. it IS a proper comm build
-
CaptainTobin
well in that case I can make that happen pretty simply
-
CaptainTobin
oh my mistake yeah
-
njsg
tomman: " Oh wait, you CAN pick a fare if you click on the cabin name" <-- maybe it needs a cabin so it can populate the pressure value in the PointerEvent? (Sorry, sorry)
-
frg_Away
Pointer Events could probably be activated. Not sure what is still missing but we are far into 58 here already.
Bug 1411467
-
njsg
dom.w3c_pointer_events.enabled?
-
njsg
ah yes, that's what
bug 1411467 toggles
-
frg_Away
Doubt the remaining issues will burn the house down.
-
frg_Away
CaptainTobin comm/* would be correct but I can "translate" mentally. There might be some minor overlap in the directories.
-
CaptainTobin
frg_Away: i figired out WHY i did that
-
CaptainTobin
becaus ethe default branch
-
CaptainTobin
the one that should be used as a trunk?
-
CaptainTobin
IT is still in its orginal comm configuration cause that is how it landed in the repo when it was created
-
CaptainTobin
but an ACTIVE branch shows jcrammer's handywork
-
CaptainTobin
so if you want it how it is layed out tree wise tell me how it is.. mozilla/comm?
-
CaptainTobin
or how doe sthat work now
-
frg_Away
CaptainTobin comm-release is as comm under the mozilla-release source. The mozilla directory is gone unless you name the root directory mozilla.
-
CaptainTobin
where is comm under mozilla tho
-
CaptainTobin
is it comm/?
-
frg_Away
So it is
-
frg_Away
/browser
-
frg_Away
/toolkit
-
frg_Away
/blablabla
-
frg_Away
/comm/mail
-
frg_Away
/comm/mailnews
-
CaptainTobin
kk
-
frg_Away
/comm/suite
-
frg_Away
/comm/blablala
-
CaptainTobin
so comm is cloned to a dir called comm
-
CaptainTobin
no problem
-
frg_Away
correct
-
CaptainTobin
frg_Away: have you considered dropping comm and just having the one repo with it all like it was?
-
CaptainTobin
I can make it happen if you desire it
-
CaptainTobin
from a repo management aspect nothing will change cause i would merge comm ontop of mozilla after first removing any conflicts before hand.. configuration is simple too.. go through and make everything actually obey MOZILLA_DIR/MOZILLA_SRCDIR properly THEN fix it in mozilla which is shit i already did years ago .. also exclude mail cause there is literally nothing you are using from it
-
CaptainTobin
but yeah i will fix the xr for you today at some point
-
frg_Away
CaptainTobin for one minute but mozilla is a monster and operations on it slow. Really prefer it this way. Also we update suite and then still push to comm-central. Makes patch management easier. Maybe one day when mozilla is no more.
-
CaptainTobin
that's the thing .. as a comm app already setup to use the right variable unlike say if you were doing firefox.. and it is just some path and build files nothing that would really affect porting or repo operations but i do understand.. BUT if you guys do decide to venture that way let me know cause I have done it both gitwise and buildwise back and forth
-
CaptainTobin
I think I am gonna split all the third_party libs out of the codebase into another repo given I moved em all anyway and ain't gonna move em back simple patching is out the window
-
frg_Away
It not about style but survival mostly. Makes backporting and forward porting easy and takes less time rebasing patches. When we are at esr 78 level and have python 3 compatibility I will start ripping out build stuff for android and telemtry in earnest.
-
CaptainTobin
i am gonna include the php interpreter with a customized version of mozillabuild
-
CaptainTobin
I have already figured out how to get a base of mozillabuild 3.4 still able to be like 2.2 it is all in the batch files so i am gonna have an msys1 package with a new main startup script with a menu to access 2.2 mode with visual studio or 3.4 mode where it guesses THAT way once I transition to newer vs support i don't have to redo my tools .. again
-
CaptainTobin
of course getting to a point where i can build from inside of msys2 is a huge goal