summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/shell_dialogs_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that <input type=file multiple> doesn't accept many files.tkent@chromium.org2010-10-271-3/+4
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-4/+4
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-2/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-071-14/+14
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-1/+1
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-1/+1
* When picking a filename to save, check whether the user's extension is regist...pkasting@chromium.org2010-08-031-5/+6
* Win: Don't give some downloads duplicate extensions like .arj.arjthakis@chromium.org2010-08-021-2/+5
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Clean up and simplify how we deal with filename extensions on Windows. Allow...pkasting@chromium.org2010-07-081-33/+23
* Only save pure filename in lpstrFile.jnd@chromium.org2010-06-251-3/+27
* Cleanup: Add a bunch of missing includes.thestig@chromium.org2010-05-101-1/+2
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Remove some unnecessary dependencies on net from app/win_util and app/resourc...ben@chromium.org2010-03-121-2/+350
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-111-1/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-4/+3
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-3/+2
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-2/+4
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-23/+35
* The focus is not restored properly when a Windows modal dialogjcampan@chromium.org2009-09-141-42/+1
* The shell dialog code explicitly disables the browser HWND before calling the...jcampan@chromium.org2009-09-111-1/+42
* Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL.jhawkins@chromium.org2009-09-041-4/+4
* A quick fix for Issue 3803.hbono@chromium.org2009-06-221-0/+17
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-1/+1
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* move chrome_font to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Properly construct shell filters (forgetting the asterisk means it works but ...avi@chromium.org2009-04-221-1/+1
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-22/+55
* Fix "Save page as..." functionality. Fix by Roland Steiner.avi@google.com2009-04-071-1/+5
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-43/+44
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-36/+63
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Build break. In revision 9958, I hadn't intented to commit this change.maruel@chromium.org2009-02-181-1/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-3/+3
* Make the shared shell dialog not use Windows types, as well as the web contentsbrettw@chromium.org2009-01-291-0/+668