[chromium-dev] gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
This is a (read-only) client that synced without problems 4 days ago. Today gclient sync failed with: running '/usr/bin/python src/build/gyp_chromium' in '/home/nebojsa/chromium' Updating projects from gyp files... Traceback (most recent call last): File src/build/gyp_chromium, line

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
for that dir within the DEPs file. TVL On Tue, Sep 29, 2009 at 12:52 PM, Nebojša Ćirić c...@chromium.org wrote: This is a (read-only) client that synced without problems 4 days ago. Today gclient sync failed with: running '/usr/bin/python src/build/gyp_chromium' in '/home/nebojsa

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
Still the same message (after gclient sync --force). On Tue, Sep 29, 2009 at 10:53 AM, Mark Mentovai m...@chromium.org wrote: gclient may have gotten confused in a previous run. Try gclient sync --force and let us know if you still have a problem with that. Mark

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
Author: kschi...@google.com Last Changed Rev: 728 Last Changed Date: 2009-09-16 14:58:52 -0700 (Wed, 16 Sep 2009) How does that compare with your checkout? - nick On Tue, Sep 29, 2009 at 12:23 PM, Nebojša Ćirić c...@chromium.org wrote: Still the same message (after gclient sync --force

[chromium-dev] Re: gclient fails to update gyp files

2009-09-29 Thread Nebojša Ćirić
in via DEPS: src/native_client: http://nativeclient.googlecode.com/svn/trunk/src/native_cli...@797;, TVL On Tue, Sep 29, 2009 at 3:32 PM, Nebojša Ćirić c...@chromium.org wrote: Hi Nick, As Chris said, src/native_client is missing from the trunk (and I don't have it in my client

[chromium-dev] Re: Extensions i18n Design Doc Draft

2009-07-01 Thread Nebojša Ćirić
I've added new section for Message format - not finalized yet.Also changed format of the message container to be more extensible (separate attributes for comment, message, and type). Thanks for suggestions, Cira P.S. I am going on a vacation today and won't be able to answer

[chromium-dev] Re: Extensions i18n Design Doc Draft

2009-06-30 Thread Nebojša Ćirić
going to become a special case in the code, but it would simplify development process (and it would make _locale/ non-empty folder). wdyt? - a 2009/6/29 Nebojša Ćirić c...@chromium.org: Hi all, I have initial draft for extensions internationalization effort. Take a look at http

[chromium-dev] Re: Extensions i18n Design Doc Draft

2009-06-30 Thread Nebojša Ćirić
Ok, on second thought, I guess JSON is more consistent. If we want to allow ourselves extensibility in the future, we need to have an nesting level in the format. So it can't just be, eg, { greeting: hallo!, exit: goodbye } It needs to be: { strings: { greeting: hallo!,

[chromium-dev] Re: Chrome CHECKs on startup (debug build, from HEAD, last 2 days)

2009-06-22 Thread Nebojša Ćirić
Did clean build (whole solution), got DCHECK on extension_prefs.cc(54), added --enable-extensions to startup and now it works. On Fri, Jun 19, 2009 at 1:48 PM, Nebojša Ćirić c...@chromium.org wrote: I am on Vista (win build). On Fri, Jun 19, 2009 at 1:46 PM, Nebojša Ćirić c...@chromium.org

[chromium-dev] Re: Chrome CHECKs on startup (debug build, from HEAD, last 2 days)

2009-06-22 Thread Nebojša Ćirić
I am on Vista (win build). On Fri, Jun 19, 2009 at 1:46 PM, Nebojša Ćirić c...@chromium.org wrote: For last 2 days when I start chrome I get FATAL:tab_renderer.cc(123) Check failed: waiting_animation_frames-width() % waiting_animation_frames-height() == 0. I am synced to HEAD, rebuild whole

[chromium-dev] Chrome CHECKs on startup (debug build, from HEAD, last 2 days)

2009-06-22 Thread Nebojša Ćirić
For last 2 days when I start chrome I get FATAL:tab_renderer.cc(123) Check failed: waiting_animation_frames-width() % waiting_animation_frames-height() == 0. I am synced to HEAD, rebuild whole solution (debug mode). Did anybody else stumble on this problem? Also, building chrome project doesn't

[chromium-dev] gcl upload fails with AttributeError: 'InputApi' object has no attribute 'DEFAULT_BLACK_LIST'

2009-06-12 Thread Nebojša Ćirić
I've successfully created first CL with gcl change some_name: Fixing problem where ml, hi, pt-PT and bg first run bubbles were truncated or to narrow to hold all of text. Increased width of bubble by 4+ chars, and for bg increased the height of bubble by 1. BUG=12208 ---All lines above this

[chromium-dev] Re: gcl upload fails with AttributeError: 'InputApi' object has no attribute 'DEFAULT_BLACK_LIST'

2009-06-12 Thread Nebojša Ćirić
maruel fixed the issue. On Fri, Jun 12, 2009 at 2:20 PM, Nebojša Ćirić nci...@gmail.com wrote: I downloaded depot_tools today around 10am. On Fri, Jun 12, 2009 at 2:17 PM, Nebojša Ćirić nci...@gmail.com wrote: I've successfully created first CL with gcl change some_name: Fixing problem

[chromium-dev] 2 problems with extension development

2009-06-10 Thread Nebojša Ćirić
I am on Vista 64, Chrome dev ver. 3.0.183.1 I am building simple continuous build extension (fetches last status from the server, as text file, parses result, and sets toolstrip button). Problems: 1. My javascript console is blank. Even simple javascript: console.log (1); doesn't do anything.

[chromium-dev] Re: 2 problems with extension development

2009-06-10 Thread Nebojša Ćirić
, Guria guria...@gmail.com wrote: Have you tried to right click on toolstrip. As I know that should bring up devtools running in yurs toolstrip envionronment. On 10 июн, 03:53, Nebojša Ćirić nci...@gmail.com wrote: I am on Vista 64, Chrome dev ver. 3.0.183.1 I am building simple continuous