[chromium-dev] WebKit Sheriff swap: 12/26-29 ?

2009-12-08 Thread
I am currently scheduled to be on WebKit Sheriff duty 12/26 and 12/29, but will be on vacation from 12/21. Anyone able to swap? Thanks, ukai -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe:

[chromium-dev] Re: Compiling error after I did a 'gclient sync'

2009-11-05 Thread
seems git.webkit.org/WebKit.git is out of sync? it only has r50565, but should have r50584 or later to build chromium. On Fri, Nov 6, 2009 at 11:42 AM, n179911 n179...@gmail.com wrote: On Thu, Nov 5, 2009 at 9:23 AM, Evan Martin e...@chromium.org wrote: On Wed, Nov 4, 2009 at 11:55 PM, Chase

[chromium-dev] Re: Change to default build architecture

2009-10-15 Thread
On x86_64 machine, I couldn't build even if I clobber.. /usr/bin/ld: skipping incompatible /usr/local/google/home/ukai/src/chromium1/src/sconsbuild/Release/lib/libnpGoogleNaClPluginChrome.a when searching for -lnpGoogleNaClPluginChrome /usr/bin/ld: cannot find -lnpGoogleNaClPluginChrome

[chromium-dev] Re: HTML5 Web Socket design doc

2009-06-26 Thread
2009/6/26 Michael Nordman micha...@google.com 2009/6/25 Fumitoshi Ukai (鵜飼文敏) u...@chromium.org Thanks for review. 2009/6/25 Michael Nordman micha...@google.com Only skimmed thusfar as well... but from what i've seen, looks reasonable to me. * A version of the diagram you have

[chromium-dev] Re: HTML5 Web Socket design doc

2009-06-25 Thread
platform code is required in WebSocketHandle in webkit part design doc. I just added JavaScript binding section. Do we need more detailed information for these part? Thanks, ukai J On Wed, Jun 24, 2009 at 2:32 AM, Fumitoshi Ukai (鵜飼文敏) u...@chromium.orgwrote: Hi, yuzo, tyoshino and I start

[chromium-dev] Re: HTML5 Web Socket design doc

2009-06-25 Thread
to didReceiveMessage() to help distinguish between raw 'data' being surface by the 'handle', and complete 'messages' being surfaced by the 'channel'. Sure. Fixed. Thanks! ukai On Wed, Jun 24, 2009 at 2:32 AM, Fumitoshi Ukai (鵜飼文敏) u...@chromium.orgwrote: Hi, yuzo, tyoshino and I start working

[chromium-dev] Re: HTML5 Web Socket design doc

2009-06-25 Thread
this to channel client api to didReceiveMessage() to help distinguish between raw 'data' being surface by the 'handle', and complete 'messages' being surfaced by the 'channel'. On Wed, Jun 24, 2009 at 2:32 AM, Fumitoshi Ukai (鵜飼文敏) u...@chromium.org wrote: Hi, yuzo, tyoshino and I start working

[chromium-dev] Re: HTML5 Web Socket design doc

2009-06-25 Thread
2009/6/25 Chris Evans cev...@google.com On Wed, Jun 24, 2009 at 2:32 AM, Fumitoshi Ukai (鵜飼文敏) u...@chromium.orgwrote: Hi, yuzo, tyoshino and I start working to implement HTML5 Web Socket and write design docs WebKit part: http://docs.google.com/View?id=dfm7gfvg_0fpjg22gh Chromium

[chromium-dev] Re: HTML5 Web Socket design doc

2009-06-25 Thread
Hi, 2009/6/25 Hironori Bono (坊野 博典) hb...@chromium.org Hi Ukai-san, ViewHostMsg_WebSocket*: IPC messages sent from renderer to browser. ViewHostMsg_WebSocketOpen: open a new Web Socket. called by WebSocketHandle::connect(). int request_id // idenfity WebSocket object {GURL url,

[chromium-dev] Re: HTML5 Web Socket design doc

2009-06-25 Thread
2009/6/26 John Abd-El-Malek j...@chromium.org 2009/6/25 Fumitoshi Ukai (鵜飼文敏) u...@chromium.org Thanks for review. 2009/6/25 Michael Nordman micha...@google.com Only skimmed thusfar as well... but from what i've seen, looks reasonable to me. * A version of the diagram you have

[chromium-dev] HTML5 Web Socket design doc

2009-06-24 Thread
Hi, yuzo, tyoshino and I start working to implement HTML5 Web Socket and write design docs WebKit part: http://docs.google.com/View?id=dfm7gfvg_0fpjg22gh Chromium part: http://docs.google.com/View?id=dfm7gfvg_1dm97qxgm We'll send WebKit part to webkit-dev, if it looks ok. We'd welcome if you

[chromium-dev] Re: chrome always break in debugger when run under XCode

2009-06-10 Thread
Hi, You should check the code just before logging::LogMessage::~LogMessage(). In this case, you hit DCHECK(!update_in_progress_) in safe_browing_service.cc at line 466, so that DCHECK breaks here. Because of DCHECK, I think SafeBrowsingService::UpdateStarted() expects it never called when