-
tomman
welp, Gaggle Docs finally broke our non-Chromed browsers
-
tomman
trying to load a spreadsheet and I get trapped in a endless cycle of "Something happened, we've reported the error to Google so we can ignore it" JS alerts
-
tomman
fortunately no need to kill the browser to escape, but still...
-
nsITobin
not the first time
-
nsITobin
but is it the last time
-
nsITobin
bloop
-
nsITobin
Good morning #SeaMonkey
-
frg_Away
nsITobin blarb
-
nsITobin
I feel like this impl is improper .. not that it is wrong just from a strict sense improper.. Like using Services.jsm from an xpcom component seems incorrect i should be quering the actual component using xpcom not involving the jsm loader until i need to use the InspectElement code and even that I am not sure why its a jsm and not just part of the component.. The lines are blurred lol
-
nsITobin
it does work well though I been using it for years has really been helpful
-
frg_Away
nsITobin for obserer you can use Services.obs.addObserver and .removeObserver
-
nsITobin
I suppose it doesn't matter not like I retained pre-gecko 2.0 compat in it like the inspector commandline hander still has
-
nsITobin
and depending on the future all xpcom components might be jsm'd lol
-
nsITobin
I can get behind registering some jsms as xpcom components but not static registration..
-
nsITobin
if that seems like a good idea at some point
-
frg_Away
nsITobin IanN_Away cleaned out DOMi when we integrated it. At this point it is 2.53 only.
-
nsITobin
yeah frg_Away this component like so many like it are built by copying pasting and modifing across several points so yeah if the thing is to favor Services.jsm over xpcom invocation then that is fine
-
frg_Away
The old method still works but we prefer Services use. Much cleaner looking and internally it does the same anyway I think.
-
nsITobin
I'll switch the component over to Services.obs also dunno why it is calling weekreference
-
nsITobin
Services.jsm does just create an instance of the xpcom component ye later on when services becomes an established global i think they just reimpl in cpp pretty much the same and then expose it ..
-
frg_Away
wrt wekref don't know either
-
nsITobin
I guess one of the previous forms this component had used it.. likely abp
-
nsITobin
I'll revise the patch
-
nsITobin
with the power of mq
-
nsITobin
frg_Away: it looks like every component HAS to have a QueryInterface as part of its object.. most stuff seems to basically put weakreference in when there is nothing else
-
frg_Away
nsITobin thank for the info
-
nsITobin
i am not sure 100% yet but not having it makes it fail to load and this is what surrounding code seems to have when nothing else
-
nsITobin
i get one of those long int error values
-
nsITobin
frg_Away: why does seamonkey think the domi startup component I just unapplied and rebuilt still exists?
-
frg_Away
nsITobin might be cached and needs a restart?
-
nsITobin
looks like dist/xpi-stage is being updated but not the xpi file in dist/bin/extensions if already existing
-
nsITobin
this is a consiquence of not purging dist/bin every time you build
-
nsITobin
the drawback with doing that is each rebuild will have to go through all the xpidl files if it was changed back to how it used it be
-
nsITobin
so its a trade off between faster rebuilds or actually updated rebuilds
-
frg_Away
I think some later build patches fix this but not there yet
-
nsITobin
-
nsITobin
there it is
-
nsITobin
which make backend is it using
-
nsITobin
gah more moz automation moz artifacts moz release engineering .. what is so wrong with build machine produces builds.. see if they work.. and shipping them lol
-
nsITobin
v2 patch is attached to
Bug 1912354
-
frg_Away
nsITobin will take a look tomorrow. nn
-
nsITobin
there I have recompiled the vmware modules
-
nsITobin
hopefully the network stack won't take a crap and take out the system bus
-
nsITobin
I have a new media query for the standards.. prefers-reduced-bullshit indicating your preference for reduced bullshit can be used to say, have paginated pages instead of endless scroll-wait-load-scroll or say have normal size fonts and good readablity, and don't want to be offered services first party or otherwise
-
nsITobin
Let's make it happen!
-
nsITobin
:P
-
nsITobin
and have any ads not be mixed in with content but on the side or the top
-
nsITobin
hi tomman