| Commit message (Expand) | Author | Age | Files | Lines |
* | Renames AccessibleWrapper to ViewAccessibilityWrapper for clarity. | klink@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Don't leak AutocompleteEditViewGtk objects. I meant reset() not release(). | deanm@chromium.org | 2009-03-17 | 1 | -2/+2 |
* | Porting unit tests in chrome/ | phajdan.jr@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move controls into their own dir under chrome/views/controls | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move a bunch of our GTK code that was previous manually handling references (... | deanm@chromium.org | 2009-03-16 | 2 | -30/+29 |
* | Enable AutocompleteTest, HistoryURLProviderTest, | shess@chromium.org | 2009-03-16 | 4 | -17/+17 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 3 | -2/+1 |
* | Fix ownership error with GtkTextTagTable and GtkTextTag. | deanm@chromium.org | 2009-03-13 | 1 | -3/+2 |
* | Improve the look of the Linux omnibox. | deanm@chromium.org | 2009-03-13 | 1 | -6/+8 |
* | Revert a change made to try and make purify errors go away now that Erik Kay ... | pkasting@chromium.org | 2009-03-13 | 1 | -5/+2 |
* | Cleanup AutocompleteEditViewGtk's resources and widgets. | deanm@chromium.org | 2009-03-13 | 1 | -0/+19 |
* | Call into the IM hooks from the Linux Omnibox keyboard handling. | deanm@chromium.org | 2009-03-13 | 1 | -14/+28 |
* | Make toggling fullscreen mode on/off significantly less janky-looking by mean... | pkasting@chromium.org | 2009-03-12 | 2 | -0/+17 |
* | Hookup the escape key on Linux Omnibox to revert to the permanent text (like ... | deanm@chromium.org | 2009-03-12 | 1 | -2/+7 |
* | Fix a Linux Omnibox bug where a widget was used after it was destroyed. | deanm@chromium.org | 2009-03-12 | 1 | -0/+4 |
* | Better keyboard and mouse handling in Omnibox: | deanm@chromium.org | 2009-03-12 | 2 | -33/+64 |
* | Add a GDK_COLOR_RGB macro for constructing GdkColors. | deanm@chromium.org | 2009-03-12 | 2 | -5/+7 |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 1 | -1/+1 |
* | Some cleanups and hookups to LocationBarViewGtk. | deanm@chromium.org | 2009-03-10 | 2 | -4/+8 |
* | Implement a GTK LocationBarView and Autocomplete{Edit,Popup}View. | deanm@chromium.org | 2009-03-10 | 4 | -0/+854 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 4 | -8/+12 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 3 | -8/+8 |
* | Try to fix a Purify UMR error. This isn't great, but it's better than nothing. | deanm@chromium.org | 2009-03-04 | 1 | -2/+5 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -2/+1 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -1/+2 |
* | Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded. | ben@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -1/+1 |
* | Cleanup the autocomplete model includes. Move from a deprecated std::wstring... | deanm@chromium.org | 2009-03-03 | 2 | -29/+4 |
* | Remove includes to the newly removed edit_drop_target.h header. | deanm@chromium.org | 2009-03-02 | 2 | -2/+0 |
* | Separate the AutocompleteEditView from the cross-platform code. | deanm@chromium.org | 2009-03-02 | 11 | -2652/+2786 |
* | Create the PopupView from the EditView, not the PopupModel. | deanm@chromium.org | 2009-03-02 | 7 | -228/+240 |
* | Remove Windows ifdefs, all views will need to implement this method. | deanm@chromium.org | 2009-02-28 | 1 | -5/+1 |
* | Make AutocompletePopupView a virtual interface. | deanm@chromium.org | 2009-02-27 | 3 | -310/+346 |
* | Pull the autocomplete popup into separate model and view files. | deanm@chromium.org | 2009-02-27 | 5 | -507/+562 |
* | Misc formatting / cleanup in the autocomplete code. | deanm@chromium.org | 2009-02-27 | 15 | -77/+62 |
* | Try a new approach to fixing IAT unpatch crashes when the DLL is gone. | deanm@chromium.org | 2009-02-26 | 2 | -44/+70 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 2 | -5/+10 |
* | Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl() | estade@chromium.org | 2009-02-25 | 4 | -10/+11 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -2/+4 |
* | Move windows specific functions from l10n_util.h to l10n_util_win.h. | tc@google.com | 2009-02-24 | 1 | -0/+1 |
* | Some cleanups in response to brettw's comments to r10277. | jhawkins@chromium.org | 2009-02-24 | 3 | -7/+3 |
* | Make autocomplete.cc and dependencies compile on Posix. | jhawkins@chromium.org | 2009-02-24 | 4 | -16/+45 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 2 | -3/+2 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 6 | -11/+6 |
* | Reformat some omnibox enum comments. This helps readability a bit by using m... | deanm@chromium.org | 2009-02-20 | 1 | -8/+10 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+2 |
* | Platform cleanup in autocomplete unit tests. | phajdan.jr@chromium.org | 2009-02-16 | 2 | -43/+43 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -1/+1 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 1 | -1/+1 |