Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Issue 99008: Port unload_uitest.cc and enable some of the tests on linux.... (Closed)

Created:
11 years, 8 months ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Port unload_uitest.cc and enable some of the tests on linux. Make WaitForSingleProcess respect base::kNoTimeout (which is equivalent to INFINITE on windows). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14508

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -10 lines) Patch
M base/process_util_posix.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/unload_uitest.cc View 1 6 chunks +17 lines, -7 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Stade
11 years, 8 months ago (2009-04-24 23:15:42 UTC) #1
tony
http://codereview.chromium.org/99008/diff/1/3 File chrome/browser/unload_uitest.cc (right): http://codereview.chromium.org/99008/diff/1/3#newcode14 Line 14: #include "chrome/views/window/dialog_delegate.h" You should be able to remove ...
11 years, 8 months ago (2009-04-24 23:23:45 UTC) #2
Evan Stade
http://codereview.chromium.org/99008/diff/1/3 File chrome/browser/unload_uitest.cc (right): http://codereview.chromium.org/99008/diff/1/3#newcode14 Line 14: #include "chrome/views/window/dialog_delegate.h" On 2009/04/24 23:23:45, tony wrote: > ...
11 years, 8 months ago (2009-04-24 23:32:16 UTC) #3
tony
11 years, 8 months ago (2009-04-24 23:36:34 UTC) #4
I'm not sure.  I would try to implement some of the methods in
app_modal_dialog_gtk.cc and maybe it'll start working?

On 2009/04/24 23:32:16, Evan Stade wrote:
> http://codereview.chromium.org/99008/diff/1/3
> File chrome/browser/unload_uitest.cc (right):
> 
> http://codereview.chromium.org/99008/diff/1/3#newcode14
> Line 14: #include "chrome/views/window/dialog_delegate.h"
> On 2009/04/24 23:23:45, tony wrote:
> > You should be able to remove this and use chrome/common/message_box_flags.h
> > instead.
> 
> Done.
> 
> http://codereview.chromium.org/99008/diff/1/3#newcode146
> Line 146: EXPECT_TRUE(automation()->WaitForAppModalDialog(3000));
> On 2009/04/24 23:23:45, tony wrote:
> > We need to implement or refactor into common code some methods in
> > chrome/browser/app_modal_dialog_gtk.cc for these to start working.  It was
on
> my
> > TODO list, but you've beaten me to it.
> 
> you don't have any idea why the renderer process is loitering around after the
> browser is gone, do you?

Powered by Google App Engine
This is Rietveld 408576698