-
nsITobin
I am gonna host hg bundles on files dot xulorg because heptapod for me is consistantly intermittent
-
nsITobin
especially on the gre part
-
nsITobin
GRE standing for Good Rendering Engine because Gecko is still technically a trademark
-
nsITobin
one of us needs to figure out some hack to make the build system use the vs2019 downloaded by esr115 in the MOZILLABUILD_STATE_DIR
-
nsITobin
has to be a unique hack cause the mozilla way won't work
-
nsITobin
-
nsITobin
there
-
nsITobin
-
nsITobin
the meat of this is self contained atm dunno if it will stay that way but yeah helps
-
nsITobin
need sleep
-
Sompi
Seems that opening this page completely freezes SeaMonkey:
kauppa.johnnurmisensaatio.fi/products/vaarallisilla-vesilla
-
nsITobin
So what's up?
-
nsITobin
frg_Away: Good morning, Since heptapod has been rather intermittent at least for me when cloning I have generated and uploaded hg bundles to files dot xulorg
-
nsITobin
and I been scripting up downloading em, the patches cloning and applying
-
Sompi
11:18 < Sompi> Seems that opening this page completely freezes SeaMonkey:
kauppa.johnnurmisensaatio.fi/products/vaarallisilla-vesilla
-
nsITobin
hang confirmed
-
nsITobin
uhh
-
Sompi
The whole browser just becomes stuck, nothing works
-
nsITobin
yeah
-
nsITobin
its hung but i dunno what it is doing
-
nsITobin
have to wait for my .. automated wip .. wip script to finish so i can build wip to see if it is still the case and if it is where in the code it might be dying at
-
nsITobin
you do a not difficult but time consuming and slightly tedious string of operations 3-4 times you're gonna script it lol
-
nsITobin
kinda prototyping my own hg workflow cause I am really thinking this is the way forward as a solution to the scailibility problem I have now
-
nsITobin
oh good its done.. lets hook workbench up to it and see if it is a-ok then build and see if this hang persists
-
nsITobin
and if i can figure out somewhere to point to
-
nsITobin
Sompi:
-
Sompi
nsITobin:
-
nsITobin
build kicked off
-
nsITobin
Sompi: using a process I call pauseplay the process IS still chugging along but it may be either doing massive amounts of reflow and restyle evaulations or is stuck in some sort of recursive loop.. I am gonna let it sit and see if it eventually finishes
-
nsITobin
more pauseplay shows the same .. could be recursion
-
nsITobin
yeah its just looping
-
nsITobin
but that's as much as I can tell
-
nsITobin
and consuming memory
-
nsITobin
it's just gonna OOM
-
nsITobin
javascript initiated
-
nsITobin
disabling javascript does not result in a hang
-
nsITobin
the only thing on that page misrendered without js is the review/comments section
-
nsITobin
most likely place for whatever is causing it..
-
nsITobin
customelements and/or shadowdom and or esmodules
-
nsITobin
its webcomponents Sompi
-
nsITobin
that is what is wrong.. but i can't get much more specific
-
nsITobin
I also want to say UXP had a similar problem but there is little chance of finding it .. it was during a very disorganized stretch
-
nsITobin
anyway I am gonna lay back down or just watch something and poke at things .. I woke up not feeling very well .. and I am just gonna blather on about whatever I am doing to distract my self from not feeling well soooo
-
nsITobin
be back later on more than likely
-
Sompi
I hate so much how writing to the address bar in Firefox works nowadays...
-
Sompi
It's now almost impossible to write an URL that is a part of a longer url that has been visited sometime in the past
-
Sompi
It always autofills it with the longer URL and you can't just ignore it or even remove the autofilled part by just pressing backspace
-
Sompi
Why even simple things like that must be broken like that
-
Sompi
Why can't it just have suggestions that come up in a dropdown menu below the address bar, like Seamonkey, and all other browsers in the past
-
Sompi
And then the user can select them by pressing down and up arrow keys
-
Sompi
It's so much more usable that way
-
Sompi
the "modern UI" paradigm is just so broken in countless ways
-
nsITobin
well I can't pass that up ill or not
-
nsITobin
it really does feel like some of these UI flows and changes are just to see if anyone will tollerate it
-
nsITobin
searchbars on websites now will do its own custom autocomplete function and completely replace your search term with something that closely matches like it is now starting to get to you can't even use your own search terms or phrases in a query anymore you MUST select something provided
-
Sompi
yeah
-
Sompi
Google's autocomplete nowadays:
youtube.com/watch?v=FxzIRtWj3JI
-
Sompi
Cannot write keywords normally. Instead I have to write them somewhere else and then copy-paste them to the search box.
-
Sompi
I think I tried to write something like "how many bits can fit into a barcode"
-
nsITobin
Sompi: move your mouse
-
nsITobin
your hovering is overriding what you type
-
nsITobin
and i HATE that it does that
-
nsITobin
that should be by click or cursor and enter not just highlight and enter
-
nsITobin
or highlight and overwrite
-
nsITobin
there is something meta about having revision history for patch files frg_Away
-
frg_Away
nsITobin heaven or hell? :)
-
nsITobin
that will be determined the moment you qfinish and push to heptapod
-
frg_Away
nsITobin well its overdue to push at least the patches till 59a1. Queue gets too long.
-
nsITobin
I should do that search button mod that makes it a split menu button so you can choose your current search engine without having to go to preferences or use the searchbar
-
nsITobin
was something I had planned
-
nsITobin
since most people search from the address bar anyway
-
nsITobin
and there is a search button that only works with the address bar
-
nsITobin
i have automatic search disabled and use the search button actually
-
nsITobin
used to use the search bar but eh.. except for switching .. don't really see a point
-
nsITobin
i WISH search engines still catored to the search SIDEbar that was the best way to search and navigate
-
frg_Away
nsITobin added an additonal serch toolbar where I can just use the drop down.
-
nsITobin
I sure hope I can fix these script issues with fileftp
-
nsITobin
I'd like to refactor it into a legit component
-
nsITobin
and also use it for file manager duities