Chromium Code Reviews
DescriptionWebUI TaskManager: Add method to set minimum window size on HTMLDialog.
Previously, the saved window size is used as the "minimum" size of window on HTMLDialog (cf. http://crbug.com/115403). This CL make the saved size as default size and adds the GetMinimumDialogSize() method in HTMLDialogUI to set minimum size of window separately.
This CL also enables the viwes::Widget::SaveWindowPlacement() on TaskManagerDialog by adding HtmlDialogView::GetWindowName() and HtmlDialogUIDelegate::GetDialogName() virtual functions. And this CL disables to save the window placement on TaskManagerDialog on views, since views::Widget has same feature which is enabled by this CL.
BUG=115403
TEST=manual on Windows, Linux with gtk and Linux with chromiumos=1
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127660
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128372
Patch Set 1 #
Total comments: 8
Patch Set 2 : review fix #
Total comments: 4
Patch Set 3 : review fix #
Total comments: 1
Patch Set 4 : review fix #
Total comments: 5
Patch Set 5 : review fix #
Total comments: 4
Patch Set 6 : review fix #
Total comments: 1
Patch Set 7 : review fix #Patch Set 8 : merge with master #Patch Set 9 : prevent from failing the tests #Messages
Total messages: 31 (0 generated)
|