uppet / speedtracer

Automatically exported from code.google.com/p/speedtracer
1 stars 0 forks source link

OS X install fails. ChromeWithSpeedTracer does not launch browser with --enable-extension-timeline-api #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After launching the dev version of Chrome (11.0.686.1 dev) with the 
ChromeWithSpeedTracer bootstrap (on OS X 10.5) the SpeedTracer extension fails 
to run.

What steps will reproduce the problem?
1. Install Chrome (11.0.686.1 dev).
2. Install SpeedTracer extension.
3. Launch ChromeWithSpeedTracer which launches Chrome browser.
4. Click on the SpeedTracer icon to right of url box.

Give a description of the behavior you expected to see.

Expect SpeedTracer window to launch and start to display stats about the 
currently loaded page.

Actual behavior is the SpeedTracer window opens with no stats. after a few 
seconds displays a warning dialog: No data received in 6 seconds. Chrome must 
be run with the flag: 
'--enable-extension-timeline-api'.
See getting started for more details.

Then when Chrome is exited the ChromeWithSpeedTracer process continues to run 
(confirmed by running top in Terminal). The only way to exit the 
ChromeWithSpeedTracer bootstrap is to `kill <process_id>`

The version of Speed Tracer (check the chrome://extensions url)
Version: 0.20

The build of Chrome you are using (check the About Chrome dialog)
11.0.686.1 dev on OS X 10.5.8

Original issue reported on code.google.com by johnhunt...@gmail.com on 2 Mar 2011 at 1:52

GoogleCodeExporter commented 9 years ago

Original comment by knor...@google.com on 21 Jun 2011 at 7:24

GoogleCodeExporter commented 9 years ago
Installs and launches with OS X 10.6.7 and Chrome (14.0.797.0 dev). Run:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome 
--enable-extension-timeline-api &
(see Getting Started for more info - 
http://code.google.com/webtoolkit/speedtracer/get-started.html)

Original comment by sarahgsm...@google.com on 22 Jun 2011 at 3:55