ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Chrome updates - breaks shit.

    Scheduled Pinned Locked Moved IT Discussion
    23 Posts 9 Posters 512 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Emad RE
      Emad R @Dashrender
      last edited by Emad R

      @Dashrender said in Chrome updates - breaks shit.:

      Our EHR which is a browser only based EHR contantly breaks when Chrome does updates.

      Anyone else use web apps that break all the time because of browser updates?

      Sadly - as a total non developer, I have no idea if this is Chrome just changing shit that requires devs to constantly update their site/apps to work with Chrome OR the apps themselves are just that poorly written that they break when Chrome updates OR my app dev is using such rare stuff in Chrome that that rare stuff is constantly being removed, etc, etc.

      It's a constant battle.

      In fact it's so bad that the EHR company is making their own Chromium based "desktop app" that won't be updated unless the vendor wants to update it. I suppose as long as this 'app' is really locked down and nothing else can invoke it to take advantages of discovered Chromium flaws, then this might be a doable setup. The app can also be locked down (by the vendor) to only be used to access the EHR system, making it less of an issue being updated less frequently.

      Thoughts, opinions, etc?

      We suffered same issue we had Bahmni EMR, and Google chrome change log was lacking serverly with stuff like
      many bugs fixes and enhacnemnts

      We suffered from issues due to under the hood change many times, like the ability to make only 6 connections to SSL https socket thing

      https://stackoverflow.com/questions/32697909/how-to-solve-chromes-6-connection-limit-when-using-xhr-polling

      You dont need Chromuim app, just use this
      https://chromium.woolyss.com/

      Or run linux and saltstack and run command to upgrade chrome when it is tested . Thats what we did . sadly we didnt manage moving all to Linux cause of the dam MS Office.

      ALso run some users or yourself on the Chrome BEta, to catch issues prior

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @Dashrender
        last edited by

        @Dashrender said in Chrome updates - breaks shit.:

        The Chromium project recently announced the retirement of some feature that would basically kill ad-block addons. After the extension makers/consumers complaints about this, they changed their minds.

        Which is not related for several reasons...

        1. We are talking web apps using the Chrome browser platform, ad-ons are fat software that works with, not in, the browser. Those are totally different things and don't apply to this conversation.
        2. Chome did not break them, it gave them warning, they failed to change, and still Chrome decided to not update so that they would keep working.

        You are giving examples of how this is not something Chrome does.

        JaredBuschJ DashrenderD 2 Replies Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @scottalanmiller
          last edited by

          @scottalanmiller said in Chrome updates - breaks shit.:

          @Dashrender said in Chrome updates - breaks shit.:

          The Chromium project recently announced the retirement of some feature that would basically kill ad-block addons. After the extension makers/consumers complaints about this, they changed their minds.

          Which is not related for several reasons...

          1. We are talking web apps using the Chrome browser platform, ad-ons are fat software that works with, not in, the browser. Those are totally different things and don't apply to this conversation.
          2. Chome did not break them, it gave them warning, they failed to change, and still Chrome decided to not update so that they would keep working.

          You are giving examples of how this is not something Chrome does.

          Also Chromium is not Chrome.

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender @scottalanmiller
            last edited by

            @scottalanmiller said in Chrome updates - breaks shit.:

            @Dashrender said in Chrome updates - breaks shit.:

            The Chromium project recently announced the retirement of some feature that would basically kill ad-block addons. After the extension makers/consumers complaints about this, they changed their minds.

            Which is not related for several reasons...

            1. We are talking web apps using the Chrome browser platform, ad-ons are fat software that works with, not in, the browser. Those are totally different things and don't apply to this conversation.
            2. Chome did not break them, it gave them warning, they failed to change, and still Chrome decided to not update so that they would keep working.

            You are giving examples of how this is not something Chrome does.

            Yes I know this this was an example of something not being broken because they declared an intention before just doing it.

            But there have been past things (likely to long ago to find easily) where a great many sites were broken by an update that Chrome made. Now sure - you could say ALL those sites did something wrong and Chrome exposed that wrong thing - but you could see it from the other POV, that this was an accepted method, until Chrome change it, which suddenly made it unacceptable/broken.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @Dashrender
              last edited by

              @Dashrender said in Chrome updates - breaks shit.:

              But there have been past things (likely to long ago to find easily) where a great many sites were broken by an update that Chrome made. Now sure - you could say ALL those sites did something wrong and Chrome exposed that wrong thing - but you could see it from the other POV, that this was an accepted method, until Chrome change it, which suddenly made it unacceptable/broken.

              Except only one view is correct. I can't say which one is without digging into a specific example and showing if a bug was fixed, or created. But I'm not aware of this ever happening. Do you have any examples?

              Sites do break all of the time. So does any software that is ghost ship or heading towards ghost ship. Software is a living thing and being unmaintained is the same as being broken.

              1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @Emad R
                last edited by

                @Emad-R said in Chrome updates - breaks shit.:

                @Dashrender said in Chrome updates - breaks shit.:

                Our EHR which is a browser only based EHR contantly breaks when Chrome does updates.

                Anyone else use web apps that break all the time because of browser updates?

                Sadly - as a total non developer, I have no idea if this is Chrome just changing shit that requires devs to constantly update their site/apps to work with Chrome OR the apps themselves are just that poorly written that they break when Chrome updates OR my app dev is using such rare stuff in Chrome that that rare stuff is constantly being removed, etc, etc.

                It's a constant battle.

                In fact it's so bad that the EHR company is making their own Chromium based "desktop app" that won't be updated unless the vendor wants to update it. I suppose as long as this 'app' is really locked down and nothing else can invoke it to take advantages of discovered Chromium flaws, then this might be a doable setup. The app can also be locked down (by the vendor) to only be used to access the EHR system, making it less of an issue being updated less frequently.

                Thoughts, opinions, etc?

                We suffered same issue we had Bahmni EMR, and Google chrome change log was lacking serverly with stuff like
                many bugs fixes and enhacnemnts

                We suffered from issues due to under the hood change many times, like the ability to make only 6 connections to SSL https socket thing

                https://stackoverflow.com/questions/32697909/how-to-solve-chromes-6-connection-limit-when-using-xhr-polling

                You dont need Chromuim app, just use this
                https://chromium.woolyss.com/

                Or run linux and saltstack and run command to upgrade chrome when it is tested . Thats what we did . sadly we didnt manage moving all to Linux cause of the dam MS Office.

                ALso run some users or yourself on the Chrome BEta, to catch issues prior

                Except that the spec for this (RFC2616) should actually be 2. The fact that the browsers let you have six ignores the spec. This page lists all modern browsers at 6.

                XHR Polling is obviously abused and most solutions should be updated to websockets.

                1 Reply Last reply Reply Quote 0
                • jt1001001J
                  jt1001001
                  last edited by

                  Use FireFox ESR??

                  DashrenderD 1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @jt1001001
                    last edited by

                    @jt1001001 said in Chrome updates - breaks shit.:

                    Use FireFox ESR??

                    The vendor specifically checks for the browser and disables use on anything they don't approve.

                    scottalanmillerS black3dynamiteB 2 Replies Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @Dashrender
                      last edited by

                      @Dashrender said in Chrome updates - breaks shit.:

                      @jt1001001 said in Chrome updates - breaks shit.:

                      Use FireFox ESR??

                      The vendor specifically checks for the browser and disables use on anything they don't approve.

                      More evidence of who is responsible for breaks.

                      1 Reply Last reply Reply Quote 4
                      • black3dynamiteB
                        black3dynamite @Dashrender
                        last edited by

                        @Dashrender said in Chrome updates - breaks shit.:

                        @jt1001001 said in Chrome updates - breaks shit.:

                        Use FireFox ESR??

                        The vendor specifically checks for the browser and disables use on anything they don't approve.

                        Damn, that's some Internet Explorer type nonsense right there.

                        1 Reply Last reply Reply Quote 0
                        • DustinB3403D
                          DustinB3403 @Dashrender
                          last edited by

                          @Dashrender said in Chrome updates - breaks shit.:

                          Chrome clearly has/does and will continue to make updates that breaks things - but not as a general rule.

                          Chrome isn't breaking things though, they are finding and resolving security/stability issues when they update. They don't update to disable things on purpose.

                          1 Reply Last reply Reply Quote 0
                          • wrx7mW
                            wrx7m
                            last edited by

                            I am guessing that Chrome doesn't have an ESR like FF.

                            black3dynamiteB 1 Reply Last reply Reply Quote 0
                            • black3dynamiteB
                              black3dynamite @wrx7m
                              last edited by

                              @wrx7m said in Chrome updates - breaks shit.:

                              I am guessing that Chrome doesn't have an ESR like FF.

                              You can probably control Chrome updates using the msi installer and the ADMX templates plus you also have Legacy Browser Support extension too.
                              https://cloud.google.com/chrome-enterprise/browser/download/

                              1 Reply Last reply Reply Quote 1
                              • scottalanmillerS
                                scottalanmiller
                                last edited by

                                @LindaStull said in Chrome updates - breaks shit.:

                                The vendor specifically checks for the browser and disables use on anything they don't approve.

                                Not surprising.

                                1 Reply Last reply Reply Quote 0
                                • 1
                                • 2
                                • 1 / 2
                                • First post
                                  Last post