summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/html_dialog_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix potential NULL pointer error in HtmlDialogView::InitDialog.brettw@chromium.org2010-03-301-1/+1
* Implement HandleKeyboardEvent() method in HtmlDialog implementations.suzhe@chromium.org2010-01-111-0/+12
* Created HtmlDialogTabContentsDelegate, which encapsulates the TabContentsDele...akalin@chromium.org2009-12-031-66/+6
* Added an accelerator to the HtmlDialogView class so that hitting the ESC key ...tim@chromium.org2009-09-281-0/+11
* There is a race condition when the HtmlDialogView is closed which causes a cr...ananta@chromium.org2009-09-231-9/+25
* Take two for http://codereview.chromium.org/131094tim@chromium.org2009-06-291-0/+5
* Revert cl 19359 due to browser_tests timeout.tim@chromium.org2009-06-261-5/+0
* Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...tim@chromium.org2009-06-261-0/+5
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-1/+2
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-221-0/+13
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+2
* Undo part of brettw's WebContents refactor that removed TabContentsDelegatempcomplete@google.com2009-05-041-3/+80
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+2
* Remove unused implementation of TabContentsDelegate in HtmlDialogView.stoyan@chromium.org2009-04-221-76/+1
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-4/+0
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-12/+14
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-1/+1
* Move widget related files into views/widgetben@chromium.org2009-03-171-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix.jhawkins@chromium.org2009-02-261-4/+4
* HtmlDialogContentsDelegate should not subclass views::WindowDelegate, for por...ben@chromium.org2009-02-241-2/+10
* HtmlDialogs had focus problems.jcampan@chromium.org2009-02-181-0/+4
* HtmlDialogView is hard-wired to the gears application shortcut dialogs but it...tim@chromium.org2009-01-091-1/+1
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-1/+3
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-3/+3
* Convert GetPreferredSize from:beng@google.com2008-10-151-2/+4
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-121-4/+2
* Fix bug with resizeBy in Gears dialogs.mpcomplete@google.com2008-09-091-11/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-211-1/+1
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-181-2/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-1/+2
* Window Delegate Improvements:beng@google.com2008-07-301-7/+8
* Add chrome to the repository.initial.commit2008-07-261-0/+201