[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-19 Thread Akhil Wali
Pi, If you've tested this on a Vista lemme know.Plz check on WinRC6 coz there might be changes in the latest Vista RC; not to mention chrome version changes. This looks like a k00l bug :P On Thu, Jun 18, 2009 at 1:53 PM, pi zhu.she...@gmail.com wrote: Thank Nicolas for your clarify. Today I

[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-18 Thread pi
Thank Nicolas for your clarify. Today I find the exception in AutocompleteEditViewWin::EraseTopOfSelection is caused by the rong compiler option of 2.0.172.28 official build. autocomplete_edit_view_win.cc: HDC BeginPaintIntercept(HWND hWnd, LPPAINTSTRUCT lpPaint) { BOOL EndPaintIntercept(HWND

[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-18 Thread Peter Kasting
On Thu, Jun 18, 2009 at 1:53 PM, pi zhu.she...@gmail.com wrote: Today I find the exception in AutocompleteEditViewWin::EraseTopOfSelection is caused by the rong compiler option of 2.0.172.28 official build. autocomplete_edit_view_win.cc: HDC BeginPaintIntercept(HWND hWnd, LPPAINTSTRUCT

[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-18 Thread cpu
filed the bug: http://code.google.com/p/chromium/issues/detail?id=14631 --~--~-~--~~~---~--~~ 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: What's the TabRestoreUITest bug 1215881?

2009-06-17 Thread Dan Kegel
On Tue, Jun 16, 2009 at 12:04 PM, pizhu.she...@gmail.com wrote: tab_restore_uitest.cc: TEST_F(TabRestoreUITest, RestoreToDifferentWindow) {  // This test is disabled on win2k. See bug 1215881. I cant find anything about  bug 1215881 on http://code.google.com/p/chromium/issues/list, where

[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-17 Thread pi
That comment was removed 4 weeks ago in revision 16206. In the latest revision 18442, there are comments such as Bug 1230446, Bug 1204135. Is there any means to view these internal bug reports? Huan Ren wrote: Are you looking at the latest version of file tab_restore_uitest.cc? That comment

[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-17 Thread Dan Kegel
On Wed, Jun 17, 2009 at 1:07 PM, pizhu.she...@gmail.com wrote: In the latest revision 18442,  there are comments such as Bug 1230446, Bug 1204135. Is there any means to view these internal bug reports? Not directly. What are you trying to do?

[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-17 Thread pi
I'm trying to find out if it's possible to patch chrome to run on my old windows 2000 machine. When I debugging chrome 2.0.172.28, the Browser::CreateTabContentsForURL sometimes will raise exception. According to those comments in the source files, the TabUI indeed has some incompatibility on

[chromium-dev] Re: What's the TabRestoreUITest bug 1215881?

2009-06-17 Thread Nicolas Sylvain
I filed this bug with this comment:-- TabRestoreUITest.RestoreToDifferentWindow fails on win2k debug. I disabled it. This is not reproducible outside the buildbot environment. The problem seems to be that chrome cannot access a font. I was not able to determine what the font was. --- Later on I