Re: [chromium-dev] buildbot failure in Chromium on Mac10.5 Tests (dbg)(2), revision 33293

2009-11-30 Thread Mr. Buildbot
Please ignore, it's was laforge's fault.

Mr. Buildbot says it.

On Mon, Nov 30, 2009 at 12:27 PM,  wrote:

>  http://build.chromium.org/buildbot/waterfall/
>
> Automatically closing tree for "ipc_tests" on "Mac10.5 Tests (dbg)(2)"
>
>
> http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Tests%20%28dbg%29%282%29/builds/9227
>
> Revision: 33293
> Blame list: davemo...@chromium.org
>
>  Mac10.5 Tests (dbg)(2)
> Build 
> 9227<http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Tests%20%28dbg%29%282%29/builds/9227>
>   update
> scripts
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Tests%20%28dbg%29%282%29/builds/9227/steps/shell/logs/stdio>
> update
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Tests%20%28dbg%29%282%29/builds/9227/steps/gclient/logs/stdio>
>   extract
> build
> failed
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Tests%20%28dbg%29%282%29/builds/9227/steps/extract%20build/logs/stdio>
> ipc_tests
> crashed or hung
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Tests%20%28dbg%29%282%29/builds/9227/steps/ipc_tests/logs/stdio>
>
> Changed by: *davemo...@chromium.org*
> Changed at: *Mon 30 Nov 2009 09:19:53*
> Branch: *src*
> Revision: 
> *33293*<http://src.chromium.org/viewvc/chrome?view=rev&revision=33293>
> Changed files:
>
>- *chrome/browser/views/about_chrome_view.cc*
>- *chrome/browser/views/about_chrome_view.h*
>
> Comments:
>
> Show chromium os version in about panel
>
> Review URL: http://codereview.chromium.org/440008
>
> Properties:
>
>
>   --
> Chromium Developers mailing list: chromium-dev@googlegroups.com
> View archives, change email options, or unsubscribe:
> http://groups.google.com/group/chromium-dev

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev

[chromium-dev] Re: invalid literal for int() with base 10

2009-11-20 Thread Mr. Gecko
I didn't know they had a group, and I just decided to download the
binary of Chromium for chrome os. How would i update the depot_tools
anyway? For people trying to figure this out.

On Nov 20, 2:02 pm, Marc-Antoine Ruel  wrote:
> +msb
>
> but I think your depot_tools is old.
>
> Also your question is probably better directed at chromium-os-dev@ (well,
> next time)
>
> M-A
>
>
>
> On Fri, Nov 20, 2009 at 10:08 AM, Mr. Gecko  wrote:
> > When syncing chromium with --deps="unix,chromeos", it gives me the
> > error below
> > Traceback (most recent call last):
> >  File "/bin/gclient.py", line 1681, in 
> >    result = Main(sys.argv)
> >  File "/bin/gclient.py", line 1676, in Main
> >    return DispatchCommand(command, options, args)
> >  File "/bin/gclient.py", line 1607, in DispatchCommand
> >    return command_map[command](options, args)
> >  File "/bin/gclient.py", line 1527, in DoUpdate
> >    return client.RunOnDeps('update', args)
> >  File "/bin/gclient.py", line 1259, in RunOnDeps
> >    scm.RunCommand(command, self._options, args, file_list)
> >  File "/bin/gclient.py", line 706, in RunCommand
> >    return commands[command](options, args, file_list)
> >  File "/bin/gclient.py", line 748, in update
> >    revision = int(components[1])
> > ValueError: invalid literal for int() with base 10: '4659678c'
>
> > I have determined it to be login_manager and when I removed @4659678c
> > from it, I get below
> > svn: Repository moved permanently to 'http://src.chromium.org/git/
> > login_manager.git/'; please relocate
> > Error: failed to run command: svn checkout
> >http://src.chromium.org/git/login_manager.git
> > /home/grmrgecko/chromium/src/third_party/chromeos_login_manager
>
> > Any ideas? Thanks,
> > Mr. Gecko
>
> > --
> > Chromium Developers mailing list: chromium-dev@googlegroups.com
> > View archives, change email options, or unsubscribe:
> >    http://groups.google.com/group/chromium-dev

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev


[chromium-dev] invalid literal for int() with base 10

2009-11-20 Thread Mr. Gecko
When syncing chromium with --deps="unix,chromeos", it gives me the
error below
Traceback (most recent call last):
  File "/bin/gclient.py", line 1681, in 
result = Main(sys.argv)
  File "/bin/gclient.py", line 1676, in Main
return DispatchCommand(command, options, args)
  File "/bin/gclient.py", line 1607, in DispatchCommand
return command_map[command](options, args)
  File "/bin/gclient.py", line 1527, in DoUpdate
return client.RunOnDeps('update', args)
  File "/bin/gclient.py", line 1259, in RunOnDeps
scm.RunCommand(command, self._options, args, file_list)
  File "/bin/gclient.py", line 706, in RunCommand
return commands[command](options, args, file_list)
  File "/bin/gclient.py", line 748, in update
revision = int(components[1])
ValueError: invalid literal for int() with base 10: '4659678c'

I have determined it to be login_manager and when I removed @4659678c
from it, I get below
svn: Repository moved permanently to 'http://src.chromium.org/git/
login_manager.git/'; please relocate
Error: failed to run command: svn checkout 
http://src.chromium.org/git/login_manager.git
/home/grmrgecko/chromium/src/third_party/chromeos_login_manager

Any ideas? Thanks,
Mr. Gecko

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev


[chromium-dev] I restarted, please try again

2009-11-17 Thread Mr. Try Server


-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev


[chromium-dev] Re: buildbot failure in Chromium on Linux Perf, revision 0

2009-10-07 Thread Mr. Buildbot
A fix just got in this morning that will hopefully fix recent buildbot
spamming habits. It'll still send emails to chromium-dev@ but only when it's
actually closing the tree. There was a mismatch between the rules used to
close the tree and the rules used to send an email. I'll let you guess which
rules were the more lax. :)
Sorry for the noise.
M-A

On Wed, Oct 7, 2009 at 12:37 AM,  wrote:

>  http://build.chromium.org/buildbot/waterfall/
>
> Automatically closing tree for "compile" on "Linux Perf"
>
>
> http://build.chromium.org/buildbot/waterfall/builders/Linux%20Perf/builds/2843
>
> Revision:
> Blame list:
>
>  Linux Perf
> Build 
> 2843
> The web-page 'force build' button (clobbered) was pressed by rafaelw:  update
> scripts
> stdio
> update
> stdio
> compile
> failed
> stdio
>
>
> >
>
>

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Buffed-data-source Question

2009-06-05 Thread mr

Does buffered data source cache entire media data, e.g. a 2GB file? or
just part of it?

BR
Mary


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: media player - can't open movie from: error

2009-06-01 Thread mr


> Great to hear!  We use the media player to test and debug our playback code
> without having to build all of Chrome.  It's a little rough around the edges
> :)

I compiled in VS2008 and Vista. It has shortest startup delay when I
ran it from both command line and open file Dlg.

 Great job indeed!

Mary
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: media player - can't open movie from: error

2009-06-01 Thread mr


I did as your instructions, and now It works!
Thanks!

Mary

On May 31, 10:33 pm, Andrew Scherkus  wrote:
> Currently you need to build your own FFmpeg binaries and have them present
> alongside the exe.
> You need to use mingw to build FFmpeg.  The version we use and instructions
> can be found 
> here:http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/mingw/
>
> And our FFmpeg source code can be found 
> here:http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/ffmpeg/
>
> The README.chromium files should explain everything you need to know.  There
> are also some known issues with mingw on Vista 64-bit systems.
>
> Andrew
>
>
>
> On Fri, May 29, 2009 at 2:36 AM, mr  wrote:
>
> > Hi
>
> > I  compiled the media project, and run player.
> > when I opened a video file (.mp4), it shows can't open movie
> > from: 
>
> > What codecs are supported?
>
> > Thanks
> > Mary- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] media player - can't open movie from: error

2009-05-30 Thread mr

Hi

I  compiled the media project, and run player.
when I opened a video file (.mp4), it shows can't open movie
from: 


What codecs are supported?

Thanks
Mary

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---