summaryrefslogtreecommitdiffstats
path: root/chrome/browser/login_prompt_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-4/+4
* reland r57885 with a fix for the DCHECK failures observed by nsylvain.estade@chromium.org2010-09-041-31/+45
* Revert 58259 - reland r57885 with a fix for linux/views.nsylvain@chromium.org2010-09-021-45/+31
* reland r57885 with a fix for linux/views.estade@chromium.org2010-09-011-31/+45
* Reverting to fix Chromium Arm compile failures. Please reland after fixing.ananta@chromium.org2010-08-301-41/+31
* [GTK] a couple of constrained window fixes:estade@chromium.org2010-08-301-31/+41
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Notify all active login prompts when one login prompt is submitted. This allows tonyg@chromium.org2010-04-011-4/+6
* Revert 42770 - Notify all active login prompts when one login prompt is submi...tonyg@chromium.org2010-03-261-6/+4
* Notify all active login prompts when one login prompt is submitted. This allowstonyg@chromium.org2010-03-261-4/+6
* Factoring duplicate code from platform-specific LoginHandlers into a base tonyg@chromium.org2010-03-231-202/+11
* Revert 41739 - Factoring duplicate code from platformspecific LoginHandlers i...erg@chromium.org2010-03-161-11/+202
* Factoring duplicate code from platform-specific LoginHandlers into a baseerg@chromium.org2010-03-161-202/+11
* chrome 4: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* GTK: remove superflous focus grabbing calls that cause crashes in debug mode.estade@chromium.org2010-01-221-6/+0
* Tab-modal dialog improvements:zelidrag@google.com2010-01-151-6/+24
* GTK: don't dereference stale ConstrainedWindow pointer.estade@chromium.org2009-11-231-2/+4
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-44/+45
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-201-2/+2
* Linux: don't crash when closing tabs that have open login prompts.mdm@chromium.org2009-09-121-0/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Autofill http auth dialog on os x and linux.thakis@chromium.org2009-08-251-2/+33
* gtk: Post the SendNotification in a task on the UI thread. In rare instances...jhawkins@chromium.org2009-08-111-1/+2
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-2/+2
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-2/+2
* First run bubble polish:estade@chromium.org2009-07-151-1/+1
* Fix missing include.brettw@chromium.org2009-06-301-0/+1
* Move GetTabContentsID out of tab util because it has nothing to do with tabs orbrettw@chromium.org2009-06-301-3/+4
* GTK: Polish HTTP Auth UI. Adds standard border and word wraps the label.erg@google.com2009-06-221-3/+3
* GTK: HTTP Auth dialogs under linux.erg@google.com2009-06-191-0/+312