[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2010-01-08 Thread chromium
Updates: Status: Fixed Comment #17 on issue 28891 by e...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 There may be another bug about incremental builds, but I think this bug is fixed. -- You received this

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2010-01-04 Thread chromium
Comment #15 on issue 28891 by tha...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 In my case, doing rm -rf xcodebuild/Debug/resources/inspector fixed the problem. With hindsight, I found

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2010-01-04 Thread chromium
Updates: Cc: mnaga...@chromium.org Comment #16 on issue 28891 by pfeld...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 [+mnaganov]. Mikhail, it seems like concatenated files for the frontend is still causing

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2010-01-03 Thread chromium
Comment #13 on issue 28891 by tha...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 Some information that might be related: I see this problem with my local os x chromium build. However, the chromium zip from the continuous

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2010-01-03 Thread chromium
Comment #14 on issue 28891 by tha...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 Deleting all .js files in inspector except for devtools.js fixes the problem too. -- You received this message because you are listed in

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-25 Thread chromium
Comment #12 on issue 28891 by mycpowah: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 FYI, latest packages (at least fedora 12 32bits) fix this issue. Thanks! -- You received this message because you are listed in the owner or CC fields

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-17 Thread chromium
Updates: Summary: Inspect Tool doesn't work in Linux (Fedora) Cc: spotrh Comment #5 on issue 28891 by e...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 Hm, maybe Tom has ideas then. -- You received this

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-17 Thread chromium
Comment #6 on issue 28891 by spotrh: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 I'm wondering if this is because the Fedora package only builds targets chrome and chrome_sandbox. Is there another target to enable the Inspect Tool? --

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-17 Thread chromium
Comment #7 on issue 28891 by e...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 Hm, it seems you just need the resources/inspector/ directory (and its contents) next to the binary. $ find

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-17 Thread chromium
Comment #8 on issue 28891 by e...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 http://code.google.com/p/chromium/wiki/LinuxPackaging#Install_and_directories mentions the directory list -- You received this message because

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-17 Thread chromium
Comment #9 on issue 28891 by spotrh: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 Okay, so that isn't it, because I've got those files packaged next to the binary: /usr/lib64/chromium-browser/resources/inspector/

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-17 Thread chromium
Comment #10 on issue 28891 by e...@chromium.org: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 Hrm. I wonder if strace shows it trying to open the files? Maybe it looks in the wrong place or something? -- You received this message

[chromium-bugs] Re: Issue 28891 in chromium: Inspect Tool doesn't work in Linux (Fedora)

2009-12-17 Thread chromium
Comment #11 on issue 28891 by spotrh: Inspect Tool doesn't work in Linux (Fedora) http://code.google.com/p/chromium/issues/detail?id=28891 Maybe. I'm working on a new build at the moment, and as soon as I can get it to compile cleanly on x86_64 (shared library fPIC issues), I'll poke this