1. 18 Nov, 2011 1 commit
    • xiyuan@chromium.org's avatar
      [Aura] Fix HtmlDialogBrowserTest.SizeWindow. · fc2436ba
      xiyuan@chromium.org authored
      - Fix HtmlDialogBrowserTest.SizeWindow for Linux + Aura + Chromeos==0.
      - Remove minimum_size_ from auralWindow and add an OnBoundsChanging to aura::WindowDelegate so that a delegate can apply bounds constriant;
      - NativeWidgetAura uses OnBoundsChanging to apply Widget's minimum size;
      - Remove minimum_size_ member from Widget because it is only used for widget with no frame (i.e. no non_client_view_) and such widget should have no minimum size;
      
      BUG=104412
      TEST=Verify the HtmlDialogBrowserTest.SizeWindow should pass for Linux + Aura + Chromeos==0.
      
      
      Review URL: http://codereview.chromium.org/8574049
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110608 0039d316-1c4b-4281-b951-d872f2087c98
      fc2436ba
  2. 17 Nov, 2011 39 commits