[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-07-16 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873996 Title: DevTools does not open at 84.0.4115.5 To manage

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-06-04 Thread guest271314
DevTools opens at 85.0.4158.4 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (32-bit) Revision 14899d5fe32117d53661101cc845d0da3eab0fb5-refs/branch-heads/4158@{#9} -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-29 Thread Olivier Tilloy
Confirmed to be fixed with https://bazaar.launchpad.net/~chromium-team /chromium-browser/bionic-dev/revision/1552. ** Changed in: chromium-browser (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~chromium-team/chromium-browser/bionic-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873996 Title: DevTools does not open at 84.0.4115.5 To manage notifications about

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-28 Thread Olivier Tilloy
Some progress at last: using the Node.js binary downloaded by the chromium build tools (third_party/node/update_node_binaries) generates a complete devtools_resources.pak, as opposed to using the older, system- wide binary (/usr/bin/node). This patch

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-27 Thread Olivier Tilloy
84.0.4147.21-0ubuntu0.18.04.1 is still equally affected ** Description changed: - https://bugs.chromium.org/p/chromium/issues/detail?id=1071961 + https://bugs.chromium.org/p/chromium/issues/detail?id=1072187 Steps to reproduce the problem: 1. Ctrl+Shift+I or right-click, click Inspect

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-27 Thread Olivier Tilloy
Yes indeed, feel free to close it. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873996 Title: DevTools does not open at 84.0.4115.5 To manage notifications about this bug go to:

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread guest271314
Ok. Should the upstream bug be closed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873996 Title: DevTools does not open at 84.0.4115.5 To manage notifications about this bug go to:

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread Olivier Tilloy
Neither a solution nor a temporary patch, this is just me digging into the issue and commenting on my findings along the way. As soon as I have a fix, I will state it here and push new builds to the PPA. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread guest271314
> Bug reports are welcome if you undertake some serious testing Yes. That will be the case. > I replaced resources.pak from the deb by the one from the edge snap, and devtools work again, so there's something wrong with packing the devtools-frontend resources. Yes, gather something is wrong. Is

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread Olivier Tilloy
That first link (in comment #7) contains incorrect information. Official documentation is at https://snapcraft.io/docs. For the chromium snap, the edge channel contains the dev builds of chromium (so equivalent to ppa:chromium-team/dev). There are a few known issues with the snap package

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread Olivier Tilloy
Back to the issue at hand here: I replaced resources.pak from the deb by the one from the edge snap, and devtools work again, so there's something wrong with packing the devtools-frontend resources. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread guest271314
A caveat "By default, snap isolation allows camera but not microphone." https://askubuntu.com/a/1222063 ? Look before leap. Use getUserMedia() and microphone frequently here. What else needs to be adjusted or known to have similar functionality to apt download version? Will snap version allow

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread guest271314
Can the stable version 81.0.4044.138 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (32-bit) and the snap version be run at the ssame time? Or does a separate user data dir need to be created to avoid conflicts? -- You received this bug notification because you are a member of Ubuntu

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread guest271314
Is this https://askubuntu.com/a/1190417 the basic installation procedure? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873996 Title: DevTools does not open at 84.0.4115.5 To manage notifications

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread guest271314
Have no experience with snap. What is edge channel? Browsed through an article/thread a few days ago where snap was being discussed (could have been a thread started by you?) and observed mixed reviews. Six of one half dozen of the other re bugs? Where and how to download and test? -- You

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-26 Thread Olivier Tilloy
One interesting data point: the chromium snap in the edge channel (currently at version 84.0.4147.13), built on bionic, isn't affected by this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-25 Thread guest271314
Ok. Thanks. The console is open all of the time here for testing and experimentation. Random tabs crashing are simpler to deal with than console not opening at all. Not sure what precisely is undefined at root-legacy.js and devtools_compatibility.js. Did notice that changes were recently made at

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-25 Thread Olivier Tilloy
I haven't had a chance to look into it yet, but it is on my radar. ** Changed in: chromium-browser (Ubuntu) Assignee: (unassigned) => Olivier Tilloy (osomon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-05-24 Thread guest271314
Any progress towards fixing or workarounds for this bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873996 Title: DevTools does not open at 84.0.4115.5 To manage notifications about this bug

[Bug 1873996] Re: DevTools does not open at 84.0.4115.5

2020-04-21 Thread Olivier Tilloy
I can reliably reproduce the problem with chromium-browser 84.0.4115.5-0ubuntu0.18.04.1 from the dev PPA (ppa:chromium-team/dev). The relevant error messages are: [22305:22305:0421/034620.183897:ERROR:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'Runtime' of undefined", source: