Slashdot Mirror


Google Denies Altering YouTube Code To Break Microsoft Edge (theverge.com)

Earlier this week, a former Microsoft Edge intern alleged that Google deliberately introduced bogus changes to YouTube to break the functionality of the video portal when users on Edge and other browsers tried to access the website. Google today denied the allegation. From a report: Google disputes Bakita's claims, and says the YouTube blank div was merely a bug that was fixed after it was reported. "YouTube does not add code designed to defeat optimizations in other browsers, and works quickly to fix bugs when they're discovered," says a YouTube spokesperson in a statement to The Verge. "We regularly engage with other browser vendors through standards bodies, the Web Platform Tests project, the open-source Chromium project and more to improve browser interoperability." In a statement, Microsoft said, "Google has been a helpful partner and we look forward to the journey as we work on the future of Microsoft Edge."

135 comments

  1. And so did Microsioft by DarkRookie2 · · Score: 2, Interesting

    Or at least I think they did.
    Wasn't that old when all that Navigator mess.

    --
    http://progressquest.com/spoltog.php?name=Son+Of+Son+Of+DarkRookie
    1. Re:And so did Microsioft by neilo_1701D · · Score: 2

      Or at least I think they did.

      Wasn't that old when all that Navigator mess.

      "YouTube ain't done 'til Edge can't run"?

    2. Re:And so did Microsioft by Anonymous Coward · · Score: 0

      He did work at Google as an entry-level janitor.

    3. Re:And so did Microsioft by Anonymous Coward · · Score: 0

      He only apprenticed as an entry-janitor, and that was on the condition that he stop harassing employees at the entrance for their leftover turds.

    4. Re:And so did Microsioft by Anonymous Coward · · Score: 0

      There you go! Then, he sure had an opportunity to spread his spores all over the company.

    5. Re: And so did Microsioft by Anonymous Coward · · Score: 0

      Oh I forgot to say aluminum

    6. Re:And so did Microsioft by jellomizer · · Score: 5, Informative

      While Netscape wasn't Mr. Standard Complaint. IE, with Active X combined with being installed and integrated in the OS so it couldn't be removed. Is what really got it, more then any coding fault in Netscape.
      Being integrated in the OS, meant the browsers components started up when you booted the OS, and took less foot print, because it was used for other components, (such as the file browser). Active X was faster then Java Applets, because they only ran on Windows so it was just running the application, with the browser replacing window frame.

      Back when PCs were just breaching 200mhz, and 16megabytes of RAM was considered a common amount. Waiting about a minute to load up a browser was common. To have it pop up after a double click was a big deal. And for the Web-Applications to have it run snappy was a big deal too. As on these old system, Running Java Byte Code was a big process.

      Now granted Active-X combined with high level browser OS integration was a long term Stupid idea, because it turned your computer into a pile of goo. Because a bad Active-X control can take over your computer, and via the browser you have access all areas of your OS outside your normal permissions. But at the time, people didn't care about it, because "Why would anyone want to hack me? My computer isn't special"

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    7. Re:And so did Microsioft by Anonymous Coward · · Score: 0

      Creimer went to a Shake Shack and only had a strawberry milkshake.

    8. Re: And so did Microsioft by Anonymous Coward · · Score: 0

      Been spamming that link for 3 days and only 14 views. LUL.

    9. Re:And so did Microsioft by fizzer06 · · Score: 2

      MS made sure Windows 3.1 wouldn't run on DR DOS.

    10. Re:And so did Microsioft by Anonymous Coward · · Score: 0

      Yeah I remember that. It made 98's explorer work much worse than 95's explorer.

    11. Re: And so did Microsioft by Anonymous Coward · · Score: 0

      It's still shit now. Try deleting a folder with 10000 files in subfolders. Even with the recycle bin turned off it takes a excruciatingly long time to do, while the dos prompt does it almost instantaneously.

  2. we believe by zlives · · Score: 4, Insightful

    1. we believe google when they say that they didn't blank microsoft
    2. we believe microsoft that the blank div is the only reason edge was a massive fuckin piece of crap and failed.

    1. Re:we believe by Anonymous Coward · · Score: 5, Insightful

      I believe Microsoft suspected Google of playing dirty, because that's exactly what Microsoft would have done.

    2. Re: we believe by Anonymous Coward · · Score: 0

      I suppose if they do not figure it out there will be a long pain in the ass public civil litigation with a lot of talking

    3. Re:we believe by DarkRookie2 · · Score: 4, Interesting

      I believe neither of them
      Google can't make a webpage properly, and Microsoft can't make a browser.

      --
      http://progressquest.com/spoltog.php?name=Son+Of+Son+Of+DarkRookie
    4. Re:we believe by Anonymous Coward · · Score: 0

      Who is this 'we' you speak of? You mean 'you.' And why would you ever believe the word of a corporation?

    5. Re:we believe by Oswald+McWeany · · Score: 1

      I believe Microsoft suspected Google of playing dirty, because that's exactly what Microsoft would have done.

      I wouldn't put it past any of the big tech firms to play dirty. I'd be shocked if anyone could name a major tech firm that HASN'T played dirty.

      --
      "That's the way to do it" - Punch
    6. Re:we believe by Desler · · Score: 1

      But Google said they would "Do no evil"! How dare you claim they are no different from any other money-grubbing corporation!

    7. Re:we believe by Anonymous Coward · · Score: 0

      Naw, Google just published a spec and then followed it, instead of allowing all sorts of haphazard kludges that break security... ...and that is what broke Edge

    8. Re:we believe by Oswald+McWeany · · Score: 1

      But Google said they would "Do no evil"!

      That was in their mission statement once upon a time- but didn't they take it out several years ago? They're allowed to do evil now.

      --
      "That's the way to do it" - Punch
    9. Re:we believe by Desler · · Score: 0

      I was being sarcastic, aspie.

    10. Re:we believe by Anonymous Coward · · Score: 0

      They currently do this with AdWords help pages. I had to load Chrome to use them. So somehow simplistic web pages are failing on their main competitor's website. I have doubled up my resolve to not use Chrome on the regular.

    11. Re:we believe by Anonymous Coward · · Score: 5, Informative

      Well, it certainly was either incompetence or malice. Google were (actually are) using a non-standard "Shadow DOM v0" model that was only implemented in the Google Chrome browser. On non-chrome, a "polyfill" or pure javascript implementation of that DOM engine was used instead.

      And it's not just Microsoft that are complaining here.

      That's right, all you anti-microsoft blinkered people out there, Mozilla has the same complaint about Google.

      YouTube basically uses an experimental version ("v0") of the shadow DOM API that is officially oboslete before it really got any traction (it's been superceeded by other versions). It was so obsolete that only Chrome implements. it is officially "depcreated" by Google, but we'll see what happens in April 2019.

    12. Re:we believe by bobbied · · Score: 2

      But Google said they would "Do no evil"! How dare you claim they are no different from any other money-grubbing corporation!

      The official statement was "Don't be evil" which generally allows money grabbing, assuming you are grabbing it fairly with good motives.

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
    13. Re:we believe by Anonymous Coward · · Score: 0

      Wow, dude doesn't get sarcasm over text and your response is to assume he has autism? You are a sack of shit.

    14. Re:we believe by squiggleslash · · Score: 3, Insightful

      Nobody's accusing them of blanking Microsoft Edge. The conspiracy theory the former Edge engineer spouted is that Google defeated an Edge optimization by inserting a hidden HTML element on their YouTube pages.

      The problem with the theory is that to accept this, you have to pretty much accept that Microsoft optimized Edge to render YouTube really well, which means almost any changes would have broken the optimization, and moreover the intent of those optimizations was probably to cheat on benchmarks. If adding a DIV is enough to break an optimization, then that suggests Edge's performance on YouTube was out of whack with its normal performance and you'd expect slower performance on normal websites.

      So, it's kinda like Microsoft and Google running an race, Microsoft sneaking into a car and driving half way, only for the car to break down, and then complaining Google must have poured sugar in the gas tank.

      --
      You are not alone. This is not normal. None of this is normal.
    15. Re:we believe by Desler · · Score: 2

      Cool story, aspie #2

    16. Re:we believe by pak9rabid · · Score: 1

      I wouldn't put it past any of the big tech firms to play dirty. I'd be shocked if anyone could name a major tech firm that HASN'T played dirty.

      Red Hat?

    17. Re:we believe by Dan667 · · Score: 1

      The problem is microsoft has a very very long history of playing dirty. I kind of dismissed their edge optimization complaint when I found out they made it due to their history.

    18. Re:we believe by F.Ultra · · Score: 1

      Also we have to accept that Google somehow knew that adding a blank DIV would throw a spanner in the works for Edge. We also would have to accept that Google never thought that Microsoft would be able to code around it with an update either.

    19. Re: we believe by Anonymous Coward · · Score: 0

      Rate this loser up! Change your UA to chrome and try to load YouTube.

      Google are making chrome ie6 and chromium et al are being screwed

    20. Re:we believe by Anonymous Coward · · Score: 0

      It was a really special kind of blank div. It was a transparent div that actually was on top of the video output area. I suspect that if there were text on it, the text would appear on top of the video. I can see exactly why that would drive the video fast path bonkers.

    21. Re: we believe by Anonymous Coward · · Score: 0

      Systemd? Disqualified.

    22. Re:we believe by hairyfeet · · Score: 5, Insightful

      If you believe either company isn't running on maximum nastiness setting these days? I have a bridge you might be interested in. From GOOG locking more and more of Android behind the Playwall and making what SHOULD be bog standard X86 laptops that are so locked down you have to jailbreak them (and still can't run any OS you want like on a standard X86 lappy) to MSFT using the poor Windows Home peasants as beta testers for their Enterprise customers? Frankly both companies have become so damn douchey they give Massengill a run for their money.

      I've said it before and I'll say it again, they should have broken up MSFT in 00 and they should break up GOOG now, you have too much power in too small a space and nothing good will come of it. We saw what it was like during the "Requires IE 6" days and its looking like its gonna get that way again with Chrome and it wasn't good then but will be even worse now with the push for SaaS.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    23. Re:we believe by Anonymous Coward · · Score: 0

      Insensitive clod, much?

      Talk to the hand, then.

    24. Re:we believe by epine · · Score: 1

      Yeah, Microsoft used to pack lead foil into their hockey gloves. Best case, you get a concussion; worst case, you shuffle off this mortal coil.

      Google raps the unprotected part of your arm above the glove with their stick, when they think the referee is looking away. You get a bruise, and continue to play with your head up.

      Brought to you by the Encyclopedia of False Equivalency (and a stick tap from a butter-soft fast path that might very nearly trip over its own skates if they so much as repainted the blue lines—in fairness, though, that can actually change the texture of the ice for a few hours afterwards, and speed daemons are finely tuned).

    25. Re:we believe by Anonymous Coward · · Score: 0

      It's not difficult to believe that a browser would have an optimization for videos that are not obscured by any page elements. You can just play the video on top of the page content in that case. And it's a lot cheaper to determine if there is anything on top of the video than to determine if there is any non-blank pixel rendered on top of it.

    26. Re:we believe by sheramil · · Score: 1

      I'd have to check, but I think google said "Do no evil" as an imperative, not as a description of how they operate.

      "I don't practice what I preach because I'm not the kind of person I'm preaching to."

      - J.R. "Bob" Dobbs

    27. Re:we believe by sheramil · · Score: 1

      Yeah, Microsoft used to pack lead foil into their hockey gloves. Best case, you get a concussion; worst case, you shuffle off this mortal coil.

      Google raps the unprotected part of your arm above the glove with their stick, when they think the referee is looking away. You get a bruise, and continue to play with your head up.

      OGELT'ORPE!

    28. Re:we believe by bob4u2c · · Score: 2

      Your right. . . only IE isn't supporting shadow dom (v0 was experimental, v1 is used now):
      Shadow Dom Support

      Now it is being included in the standard Dom/Html/CSS/Event W3C specs.
      W3C


      So yes, YouTube (ie Google) provided a hacked "pollyfill" and/or javascript version to emulate what was spec by W3C but not implemented by IE.

    29. Re:we believe by yodleboy · · Score: 2

      wahhhh. and MS has improved, sometimes voluntarily, sometimes due to legal action. What MS has never done, at least not close to the scale of Google, is sell every bit of data they get about you to damn near anyone who asks. Some telemetry back home is a far cry from direct access to your emails, contacts, personal interests, shopping habits etc.
       
      America, where no one is ever forgiven for wrongdoing. Corporation or petty criminal, no amount of atonement or punishment is ever enough. Yeah, MS did some unethical crap, the most egregious of it 25 years ago (and yes, I was there and in IT at that time) but at what point are people going to let it go? Plenty of modern companies make using MS as the benchmark for "bad" pretty silly.

    30. Re:we believe by Gavagai80 · · Score: 1

      Microsoft made no allegations against google whatsoever. A former intern of no importance out of their hundreds of thousands of current and former employees made an off-hand frustrated remark that was probably a joke, and of course the media ran with it to invent newsworthy controversy.

      --
      This space intentionally left blank
    31. Re: we believe by Anonymous Coward · · Score: 0

      They could still do a lot better. I'm glad I don't work there.

    32. Re:we believe by angel'o'sphere · · Score: 1, Insightful

      And what has that to do with an *empty* DIV disabling hardware acceleration of video decoding on Edge?

      A video is simply a byte stream, I put it through the decoding API and get frames to display. How the funk can an HTML element have any influence on the decoding happening behind the API? The API does not even know if it is called by a web browser, browser extension or VLC.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    33. Re:we believe by Anonymous Coward · · Score: 0

      The problem with the theory is that to accept this, you have to pretty much accept that Microsoft optimized Edge to render YouTube really well, which means almost any changes would have broken the optimization

      Render video websites using the GPU accelerated 'fast path' rather than the in CPU version - totally accept that MS would have optimised Edge's video playback for arguably one of the larger video playback websites out there...

      and moreover the intent of those optimizations was probably to cheat on benchmark
      Occam's Razor: At the time, Microsoft were demonstrating dramatically better battery life with Edge over Chrome. It's very very likely to me that the fast-path optimisation results in singificantly less power consumption as it can exile that out to the GPU instead of the CPU doing it. So, no, cheating on benchmark? No. They highlighed the battery life benchmark which everyone else was ignoring. Look at the references in this article.

      I suspect someone at Google accidentally discovered this. But I don't know if it was delibrate by Google (taht's the million dollar quesiton). Yes, MS would eventually patch around it, but unfortunately MS are caught between those that say "stablity at all costs" and complain when Microsoft updates things -- and those that wish MS updated things more often. And, of course, MS isn't a monolithic organisation!

    34. Re:we believe by Anonymous Coward · · Score: 1

      Well, yeah, I did confound this with a different issue--which does still stand though.

      However, to address your point, a transparent div over the video that might be used for text and thus require a different video decoding code path to combine both HTML and Video? Absoultely could because it could be the difference between 'render via GPU into the screen directly' and 'render via CPU into memory for further processing'.

      "The API does not even know if it is called by a web browser, browser extension or VLC."
      Ah, the API does need to know its render target. This is for videos inside a web browser so obviously coordination with the host process is required. (That's what it sounds like happened here - the transparent div forcing the slow decoding path presumably because it was a corner case to allow blending with HTML elements, triggering fallback to a CPU-based rendering engine.)

    35. Re:we believe by drinkypoo · · Score: 1

      Google is claiming they didn't act willfully, you are ascribing incompetence to them, sounds like you believe them. Me too. Any time Google does something dumb, I have no trouble believing that who ever did it was incompetent given Google's past record with web applications. Most of the ones they have now have problems, and most of the ones they've canned did too.

      The time when we can believe the myth of the superior Google employee has passed, much like the days when we could believe Google wasn't evil.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    36. Re:we believe by drinkypoo · · Score: 1

      Not just that, but this revelation implies that edge's acceleration features have to be special-cased EVERY TIME. Why? Because this is a trivial case. There is clearly nothing going on that needs to be accelerated in a div that requires no drawing. There is zero defense for the browser choosing to accelerate undrawn elements. Frankly, if the engineer is not a total moron then his only meaningful goal would have been exposing just how poorly this browser is designed. Even if Google did it intentionally, there's no defense for falling there.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    37. Re:we believe by drinkypoo · · Score: 1

      " What MS has never done, at least not close to the scale of Google, is sell every bit of data they get about you to damn near anyone who asks. Some telemetry back home is a far cry from direct access to your emails, contacts, personal interests, shopping habits etc. "

      No, they only hand it to those we most fear having it. Not corporations, but governments. And telemetry can spy on literally everything you do on your PC, and the EULA gives them the right to do most anything with your data. Trusting Microsoft while distrusting Google is like trusting the mob while fearing... The mob

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    38. Re:we believe by thegarbz · · Score: 1

      If you believe either company isn't running on maximum nastiness setting these days?

      I believe a company that has spent the past 2 years endlessly fucking with their UI every other day is covered by Occam's Razor when it comes to some other company's browser not being able to handle a crapy div element.

    39. Re:we believe by thegarbz · · Score: 1

      Google can't make a webpage properly

      So you just did believe Google, because that was ultimately their excuse.

      Mind you that's also quite a believable excuse given in the past 2 years the Youtube website probably went a grand total of 7 days in a row without some kind of another busybody UI change. "Oh noes a div element that does nothing but broke our browser, it must be because they hate us and we are perfect at coding in every way! Just don't ask us why we can't handle a div."

    40. Re:we believe by Anonymous Coward · · Score: 0

      wahhhh. and MS has improved, sometimes voluntarily, sometimes due to legal action. What MS has never done, at least not close to the scale of Google, is sell every bit of data they get about you to damn near anyone who asks. Some telemetry back home is a far cry from direct access to your emails, contacts, personal interests, shopping habits etc.

      I think you have confused Google and Facebook. Facebook has certainly sold your data. Google does not sell your data. Instead they sell ads and the promise that they will use your data to maximize the impact of the ads based on who the ad-buyer is trying to reach. The data stays in-house.

      Of course, there is no reason Google couldn't change their business model and start selling the data too if they decide that's a better way to make money. And you can decide for yourself if it is the selling of the data or the collecting of the data is the root of the problem.

      In other words, I'm not trying to imply one thing (Google) is better than another (Facebook, Microsoft). Just giving the facts so you can decide for yourself.

    41. Re:we believe by Bite+The+Pillow · · Score: 1

      Your conspiracy bullshit falls apart when you realize it was not an optimization just for YouTube.

    42. Re:we believe by Oswald+McWeany · · Score: 1

      I was being sarcastic, aspie.

      Rather an ironic post considering you completely missed the joke in mine.

      --
      "That's the way to do it" - Punch
    43. Re: we believe by Anonymous Coward · · Score: 0

      You are both fucking aspie and need to stfu. Dumbasses.

  3. Re:Baghdad Bob now works at Google? by Anonymous Coward · · Score: 0

    Nah, he's long since retired. I think you're thinking of Sean Spicer.

  4. What else are they going to do? by Anonymous Coward · · Score: 0

    They are legally obligated to their shareholders to deny abusing their virtual monopoly.

    1. Re:What else are they going to do? by fuzznutz · · Score: 1

      They are legally obligated to their shareholders to deny abusing their virtual monopoly.

      Virtual monopoly. Parker Brothers on an Oculus Rift.

  5. A-Ha! Gotcha! by Cowardly+Lurker · · Score: 2

    That's exactly what a saboteur would say!

  6. yeah, no shit by ChoGGi · · Score: 2

    This whole thing came from a single hacker news post, and where does it say he's an intern?
    https://news.ycombinator.com/i...

    1. Re:yeah, no shit by Desler · · Score: 2

      It comes from his LinkedIn page:

      Software Engineering Intern
      Company NameMicrosoft
      Dates EmployedMay 2018 – Aug 2018
      Employment Duration4 mos
      LocationGreater Seattle Area
        Implemented the background-blend-mode and mix-blend-mode CSS properties in the Edge browser and Windows (C++).
        Wrote web platform standardization tests in HTML, CSS, and JavaScript to verify Edge interoperability. Found bugs in both Chrome and Firefox during this process.

      https://www.linkedin.com/in/jo...

    2. Re:yeah, no shit by Anonymous Coward · · Score: 0

      Typical M$

      " Wrote web platform standardization tests in HTML, CSS, and JavaScript to verify Edge interoperability. Found bugs in both Chrome and Firefox during this process."

      Which means, "I implemented some interoperability BS in Edge, that didn't work, decided that the other two major browsers, which did work, had bugs"

    3. Re:yeah, no shit by Luckyo · · Score: 1

      It doesn't. Firefox and Chrome like all other browsers have problems with buggy implementation of standards. And it's often rival product developers that find them.

    4. Re:yeah, no shit by Kulahan · · Score: 1

      Typical M$

      Careful on that 1995-era edge

    5. Re: yeah, no shit by Anonymous Coward · · Score: 0

      Edge want released until 2015, so all angst towards Microsoft before that should be referred to as "childish IE"

  7. Seems plausible to me by Anonymous Coward · · Score: 0

    Just look at what they did with the Youtube app on Windows Phone. Just because microsoft had made a better app than them, they decided to outright block the app from working. Resulting in microsoft having to pull it out of their store.
    So Google screwing with the code just to annoy users of competing products, is 100% plausible to me.

    1. Re:Seems plausible to me by darkain · · Score: 1

      Google would never screw with YouTube on competing platforms!!

      https://tech.slashdot.org/stor...

      https://news.slashdot.org/stor...

  8. Congressional hearing! by BosstonesOwn · · Score: 1

    We need a congressional hearing to prove that it wasn't intentional.

    --
    This package Does Not Contain a Winner
    1. Re: Congressional hearing! by Anonymous Coward · · Score: 0

      And while you're at it, check her emails!

    2. Re:Congressional hearing! by Actually,+I+do+RTFA · · Score: 1

      I think this was intended as a joke, but yes. We need government at least paying attention to why the number of browsers continues to shrink. We have anti-trust laws, and should enforce them.

      It's possible Google didn't intentionally do this. It seems more likely to me that they did. But we should find out, because monopolies* are bad. And even if they didn't do so intentionally, it probably is worth splitting up Google (and Amazon, and probably MS although that seems less important now.)

      * And so are close-to-monopolies.

      --
      Your ad here. Ask me how!
    3. Re: Congressional hearing! by Anonymous Coward · · Score: 0

      âwhy the number of browsers continues to shrink"

      What are you going on about? The number of browsers is insanely higher than it used to be. A short list:
      Firefox, chromium, safari, edge, palemoon, basilisk, k-meleon, sogou, blink, avant, lunascape, konqueror, internet channel (old opera base), dooble, falkon, abaku, Charon, dillo, gazelle, ibrowse, mothra, net positive, netsurf, phoenix, links, lynx, webbie, and emacs.

      Unlike the old days, when all the internet browsers just reused the internet explorer engine, or grabbed gecko, these generally have their own engine code, some borrow from other projects, but they're all independent, not just same engine clones (which would have an enormously longer list).

  9. When Asking Google .. by corezz · · Score: 5, Insightful

    ... does this reporter seriously think Google was ever going to say: "We sure did try to cripple Edge! Guilty as charged! Oh and bring on the anti-trust lawsuits because we don't give a fook."

    1. Re:When Asking Google .. by Anonymous Coward · · Score: 0

      Bingo!!!!

    2. Re: When Asking Google .. by Anonymous Coward · · Score: 0

      I actually expected Google to respond with "bitch please! Your laughably worthless excuse for a browser that nobody wanted and next to nobody uses isn't worth our time or effort to bother intentionally messing with. The fact that Edge optimization was even assigned to a fucking intern should itself reflect Microsoft's level of commitment."

    3. Re:When Asking Google .. by angel'o'sphere · · Score: 1

      because we don't give a fook.
      Oh, did you want to say: we don't give a fork? Hm, hm ... that sounds martial somehow!

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  10. Google intentionally breaks youtube in iOS by xack · · Score: 2

    They intentionally disable full screen on youtube videos embedded on web pages in iOS, trying to make the aple experience worse.

    1. Re:Google intentionally breaks youtube in iOS by mea2214 · · Score: 1

      They also have full screen disabled in Chrome on my Android tablet. They want us to use their youtube app.

    2. Re:Google intentionally breaks youtube in iOS by Anonymous Coward · · Score: 0

      Nah they do this on all mobile devices. They want you to use the app because you can't block the ads and they can get more information out of you.

    3. Re:Google intentionally breaks youtube in iOS by Anonymous Coward · · Score: 0

      On my iphone, iOS runs youtube videos on web pages fullscreen exclusively. It's annoying that you can't leave the web page, or even browse the web page and continue to listen to the video. You used to be able to, but obviously what is possible and business decisions are two separate things.

    4. Re:Google intentionally breaks youtube in iOS by Anonymous Coward · · Score: 0

      Specifically they want to eliminate the possibility of you running it in an environment where their ad scripts would be blocked, since on youtube you will have a hard time blocking them with just pi hole.

    5. Re: Google intentionally breaks youtube in iOS by Anonymous Coward · · Score: 0

      On android I use OGYoutube and AdAway (root required). Youtube app, no ads (well save for some preroll ones) and can background vids.

    6. Re:Google intentionally breaks youtube in iOS by thegarbz · · Score: 1

      They intentionally disable full screen on youtube videos embedded on web pages in iOS

      Err no. They disable videos fullscreen embedded on webpages in all browsers, on all platforms where the ebedded iframe doesn't expressly implement allowfullscreen. The fact that Apple's locked down only rendering engine allowed on their platform doesn't implement it properly has nothing to do with the reason they added the option in the first place which was done at the request of the media so they could control the behaviour.

  11. It's a loving embrace and a helpful extension. by Anonymous Coward · · Score: 0

    Shhh, Microsoft, it'll all be over soon.

    1. Re:It's a loving embrace and a helpful extension. by Anonymous Coward · · Score: 0

      ummm, over soon? Didn't Microsoft just pass Apple in market cap?

    2. Re: It's a loving embrace and a helpful extension. by Anonymous Coward · · Score: 0

      You're thinking of amazon.

  12. Not there now by Anonymous Coward · · Score: 0

    Just checked the source - I don't see a blank div anywhere around the video. I mean there are a crapton of divs, but it looks like they are all used to apply various styles.

    1. Re:Not there now by Desler · · Score: 1

      No shit Sherlock?

      and says the YouTube blank div was merely a bug that was fixed after it was reported.

      Straight from the summary...

    2. Re:Not there now by Anonymous Coward · · Score: 0

      Please fondle my buttocks.

    3. Re:Not there now by Anonymous Coward · · Score: 0

      Sure, with forks!

  13. Alligation from Intern. by jellomizer · · Score: 1

    Did anyone seem to get this was from a Microsoft Intern who was complaining about this?
    Unless Intern now means something different today. But usually the Intern is the college student who is doing work that the Jr. Developers pawn off on them because the work is too humdrum for them.

    I expect what was happening was Google You Tube service supported a feature, that wasn't in Edge. So someone task the Intern to put that fix into the code to make it work, probably due to it being a simple fix and most likely from an oversight or a misinterpretation on how the implementation of the standard suppose to work. However being an Intern, it probably took him more work and effort then he expected because it was more complex then most college programming assignments, and to hear that Google has it working fine for Chome, came up with perception that Google Did this feature to break Edge.

    As I stated in the earlier post on this topic, Microsoft IE/Edge team isn't use having to fix their browser due to its past dominance in the field, where they implement the standards their own way, and the developers had to write their code to work on the browser despite what the standards were. Being that Microsoft lost so much ground in the Browser dominance they are probably a bit bitter that they are playing second fiddle to Google and under pressure that they are no longer #1

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  14. Except.. by Anonymous Coward · · Score: 0

    Except Edge was already broken.

  15. How long before "bug" was fixed and distributed? by Anonymous Coward · · Score: 0

    How long from when 'bug' was 1st distributed till a distribution eliminated the so-called 'bug'?

    How long from when 'bug' was specifically reported by anyone till it was eliminated in an official release? If more than 7 days, then it wasn't accidental.

    How many instances of the 'bug' distribution are still being used? !!!!!! Google should have to notify every instance and user that they still have the bug and the specific version where the bug is 'eliminated'? And that version should have NO other changes to it....because that is how unwanted changes are forced on users.

  16. Re:Baghdad Bob now works at Google? by Anonymous Coward · · Score: 0

    I was thinking of Mr. "it wasn't me" Shaggy for a musical keynote, but James "least untruthful" Clapper would do, too. Such job opportunity, wow.

    Anyway, a single empty div is just noise, compared to the utter bullshit you see to, say, embed a single movie in a page. That somehow needs easily a dozen nested tags for no discernible reason. And then there's the js-overload of a "player" that doesn't work in my browser though the browser can play the format just fine. Or the inability to gracefully degrade, like first showing a still but just when you're about to look at it, that gets replaced by a gray screen with a slightly darker gray message blaming my browser for the webmonkeys fucking it up again. How edge could possibly have such trouble with something so minor... hard to blame google for that. For all both companies are utterly evil.

  17. Everyone did the same thing!!! by sentiblue · · Score: 1

    Correct me if I'm wrong. Long time ago Apple and Microsoft did the same thing to each other. IE couldn't open the apple front page and vice versa. A simple [A]Link name href=something[/A] tag didn't work. So don't go and cry about why others do the same thing.

    1. Re:Everyone did the same thing!!! by Anonymous Coward · · Score: 0

      Cool story, Faggo Magoo.

    2. Re:Everyone did the same thing!!! by squiggleslash · · Score: 0

      You're wrong, Apple and Microsoft never blocked each other's websites, and this isn't about blocking websites, it's about Microsoft optimizing Edge to render YouTube really, really, fast, and then finding it stopped being optimal and rendered at the same speed as normal websites when Google inserted a hidden div, upending all the assumptions Microsoft's engineers had made about how YouTube works.

      In other words, if the allegations of said intern are correct, Google sneakily made Edge treat YouTube as a normal website. Oh the horror.

      --
      You are not alone. This is not normal. None of this is normal.
  18. Microsoft says Google is helpful by SocietyoftheFist · · Score: 1

    Sorry Intern, they didn't have your back...

  19. A bug. by QuietLagoon · · Score: 4, Funny

    Yup, that's the ticket, a bug. Funny how the bug just happened to affect the performance of a competitor's browser.

    1. Re: A bug. by Anonymous Coward · · Score: 0

      "Competitor" is being generous. Microsoft got so slapped with that anti-trust lawsuit they must have said "fine, we'll make the crappiest browser possible to compensate for integrating the os and the browser. See what tou made us do?"

    2. Re:A bug. by thegarbz · · Score: 1

      Nothing funny at all. When someone designs a browser to an artifical benchmark rather than to a webstandard, expect that benchmark to break.

      Or do you somehow doubt that a company that seemingly changes their interface in some way every other fucking weekend (OMG Youtube is black today!) is capable of writing bugs? What do you expect? Regression testing a competitor's browser?

  20. TBH, Edge never impressed me by sn0wflake · · Score: 1

    TBH, Edge never impressed me. I am saying that as an Edge user for the past 1½ years. To even get to the point of where Edge was "good enough(TM)" took two years of fixing from 2015 to 2017. The number of addons compared to Chrome was ridiculous. I went from Chrome, with thousands of addons, to Edge with a two-digit amount of addons, many of them completely pointless "services" that could be found elsewhere, and many of them duplicates of each others. I still use Edge because it has certain traits that I find good, but I am in no way impressed and look forward to Edge switching to the Chromium engine ASAP.

    1. Re:TBH, Edge never impressed me by sn0wflake · · Score: 1

      These Microsoft engineers complain a lot about Google websites... Meanwhile a sure way to give Edge a heatstroke on my PC would be to open the emoticon window in a Twitter message. Typically 3-5 icons would be displayed (probably from harddisk cache), and then the CPU went nuts for 30 seconds until I had to recover the webpage, thrashing my message because I wanted to add an emoji. That bug has been there for years now, and Twitter isn't owned by Google. Another example is streaming for a long time on Twitch. At some random time the browser starts performing really sluggish for some reason... Twitch isn't owned by Google. Basically anywhere where there is a lot of dynamic content, Edge seems to have some leaking problem. I have learned to circumvent YouTube "leaking" chat boxes by opening streaming links using the "/embed/" YouTube URL option. So Microsoft engineers... I am not impressed by your browser to be honest.

    2. Re:TBH, Edge never impressed me by Anonymous Coward · · Score: 0

      Stop trying to give yourself head. You won't succeed.

  21. Standards by PPH · · Score: 1

    We regularly engage with other browser vendors through standards bodies,

    That's a pretty low blow. Google is really going after Microsoft's Achilles Heel with that strategy.

    --
    Have gnu, will travel.
  22. I don't know all the details by rsilvergun · · Score: 2

    but from what I can tell Microsoft put some hacks in place to post better in benchmarks. Google made some minor changes to Youtube.com (as they're wont to do) and it broke Microsoft's hacks and revealed their actual performance numbers.

    I'm inclined to side with Google on this one, not because I hate Microsoft (I do, but that's besides the point) but because IE and Edge always felt way, way slower than their benchmark numbers would leave you to believe. Like buying one of those $100 GTX 1070s from Alibaba and finding out it's a bios flashed 2GB GTX 1050 kinda slow...

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    1. Re: I don't know all the details by Anonymous Coward · · Score: 0

      So then why was Youtube broke on Firefox earlier this week too?
      I couldn't get that sidebar with all my subs and history to show up for days.

    2. Re:I don't know all the details by mrfaithful · · Score: 1

      but from what I can tell Microsoft put some hacks in place to post better in benchmarks.

      Probably not. It's a common thing for hardware accelerated video playback to be a problem if you need to overlay stuff on top of the video. This basically comes down to: if the video is obscured in any way, neither Google nor Microsoft can use the super optimised hardware path and have to use the hardware decode and compositor rendering path. The difference is Google's browser appears to optimise away empty elements resulting in a non-obscured video where Microsoft's doesn't.

      It happens that optimisations occur purely because of someone noticing and saying "that's weird." So someone notices an obscure edge case and puts in a fix, and the relationship between both halves of the business make it look like collusion.

  23. Yeah... by The+MAZZTer · · Score: 2

    YouTube shows a lot of stuff on top of the video. Ads, the controls, recommended videos (at the end or when paused), annotations, and so forth. So it's not surprising to see an empty div over the video, since such a div was probably related to one of those items.

    1. Re:Yeah... by Anonymous Coward · · Score: 0

      I was thinking that youtube breaks all the "youtube downloader" applications from time to time, so there's no intended target; Edge was merely affected by a DIV this time around. If they want to be a snowflake about it, better get in line, then.

  24. Google would never cop to it by Anonymous Coward · · Score: 0

    Why would Google ever admit anti-competitive behavior? Even if Google did it, they would never admit it, there is nothing to gain from admitting it.

    On the flip side, yes it another mole to whack but there is no special reason that this particular YouTube issue is the straw that broke Edge's back. MS could have just kept on improving Edge, just fixed the issue and moved on.

  25. Google is so not trustworthy. by Anonymous Coward · · Score: 1

    I just had to go back to Chrome because of Firefox not working on a simple Adwords help page. After a few minutes, I gave up and loaded Chrome where the scrollbar magically appeared making the page usable. Not even a complicated page.

  26. More info by Anonymous Coward · · Score: 1

    A post on another forum regarding this article from an ex-Google engineer who said he didn't work on YouTube infrastructure said Microsoft's Edge browser's optimizations were very fragile and making small changes to the HTML would slow down page load considerably.

    Another post on the same forum said that unexplainable HTML sequences were used to thwart fraud (e.g. automated scripts) and that invisible divs over video content were a common tactic.

  27. Oops! by Lost+Race · · Score: 1

    "Oops! It was an accident! We never meant to get caught!"

  28. grabs the rant ball away from the moderator by Thud457 · · Score: 1

    ooohhhhh don't get me started on Parker Brothers' monopoly on the Monopoly game![1]
    If I want to sell my own version of "Monopoly" with blackjack and hookers, I should damn well be able to sell my own version of "Monopoly" with blackjack and hookers!


    [1] GEEZUS XRIST, that's a lot of versions of Monopoly!

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    1. Re:grabs the rant ball away from the moderator by molarmass192 · · Score: 1

      TIL there is a Rick and Morty Monopoly game. Too late for Santa delivery by the 25th?

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
    2. Re:grabs the rant ball away from the moderator by Anonymous Coward · · Score: 0

      do yourself a favor and buy something else Rick & Morty related. Because at the end of the day, you'll just have another copy of Monopoly.

  29. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  30. code's not done until Edge won't run by jsepeta · · Score: 1

    good for the goose, good for the gander

    --
    Remember kids, if you're not paying for the service, YOU ARE THE PRODUCT THAT IS BEING SOLD.
    1. Re:code's not done until Edge won't run by OrangeTide · · Score: 1

      Every goose I've met has a bad attitude. A brick to the head is what's good for the gander.

      --
      “Common sense is not so common.” — Voltaire
  31. New app in Google Play, just announced - Install? by Provocateur · · Score: 1

    Google Denies, out now!

    Must be 18 or older.

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  32. Google denies by Livius · · Score: 1

    I know I should assess the assertion based on its merits, but "Google denies" really lends it an undeserved credibility.

  33. Microsoft Edge by JustAnotherOldGuy · · Score: 1

    Microsoft Edge, AKA "The Little Browser That Couldn't".

    --
    Just cruising through this digital world at 33 1/3 rpm...
  34. Be reasonable people! by fuzzyfuzzyfungus · · Score: 1

    We surely can't expect Google to tailor Youtube's behavior to some Edge case; can we?

    1. Re:Be reasonable people! by Anonymous Coward · · Score: 0

      Not unless it helps shine their own Chrome.

  35. Microsoft's cheating bit them back by Vapula · · Score: 0

    From this story, it looks like Microsoft tooks some "shortcuts" while displaying Youtube video in order to get "better performances"...

    Shortcuts like not actually parsing the whole page but grabbing some specific parts, less to process = running "better"...

    And then google changed youtube page... the parts that Edge used to grab directly were not at the same place anymore and the optimization were lost...

    What could have been the result is Edge showing it's true speed... The speed that could be expected on web sites not taken in account in Edge...

    And they blame google for exposing the whole thing...

  36. You ever notice by nehumanuscrede · · Score: 3, Insightful

    Anytime a company gets caught doing something stupid these days that it's always a bug, glitch or software error ?
    " Oh, it was a bug. "

    It's like a perfect digital scapegoat where no one has to face any consequences.

    Oh the algorithm accidentally sold all of our stock at .1 instead of 100 dollars a share ?
    " Not our fault, the computer did it ! "

    Oh we accidentally shared all of your personal info online.
    " Bug "

    No matter how epic a problem that gets created, they always go to the same excuse.
    " Bug "

    1. Re:You ever notice by Anonymous Coward · · Score: 0

      Which is why E.W. Dijkstra advocated to let go of the term "bug" and talk about "defect" instead. Yes, sure the computer did it, but someone told it to do that and that was wrong.

      Similarly, "hacker" is used to blame some unknowable bogeyman elsewhere. Another term to let go of entirely.

    2. Re:You ever notice by thegarbz · · Score: 1

      Anytime a company gets caught doing something stupid these days that it's always a bug, glitch or software error ?

      The claim: A div tag that was invisible broke our super tuned browser.
      The defense: It was a bug and was removed when reported.
      The context: We are talking about a site that has seen a shitton of UI changes over the past year.

      Occam's Razor: It was a bug, and there's no way Google is regression testing their website on Edge.
      Tinfoil hatter: Google is Teh Evil (TM).

  37. Why would Google try to break Edge? by SpaceCracker · · Score: 1

    Nowadays most people know how to download Chrome to their fresh copy of Windows. For those who don't, the YouTube video "How to download Chrome to your new Windows installation" is actually expected to work properly without a bug.

    --
    sigo ergo sum