| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of RenderViewHostDelegate::BrowserIntegration since it was unnecessar... | jam@chromium.org | 2011-01-22 | 1 | -3/+2 |
* | String changes for sync dialog suggested by Brian. | johnnyg@chromium.org | 2011-01-22 | 3 | -9/+6 |
* | views: Move box_layout.[cc,h] into the new layout directory. | tfarina@chromium.org | 2011-01-22 | 2 | -2/+2 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 262 | -280/+279 |
* | Internationalize the prefix of unconfirmed download file. | tfarina@chromium.org | 2011-01-21 | 2 | -2/+2 |
* | Change DCHECK in BookmarkBarGtk to DLOG and return. | tessamac@google.com | 2011-01-21 | 1 | -4/+1 |
* | Revert 72153 - Remove user-related data from local_state and add to user_pre... | mirandac@chromium.org | 2011-01-21 | 12 | -73/+63 |
* | Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... | pkasting@chromium.org | 2011-01-21 | 14 | -401/+605 |
* | Clean up WebNavigationObserver by taking out password specific callbacks, and... | jam@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Remove user-related data from local_state and add to user_preferences, in pr... | mirandac@chromium.org | 2011-01-21 | 12 | -63/+73 |
* | Stop login prompt from showing for prefetches | gavinp@chromium.org | 2011-01-21 | 1 | -0/+46 |
* | views: Make CreatePanelGridLayout a static method of GridLayout class. | tfarina@chromium.org | 2011-01-21 | 25 | -28/+28 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 3 | -11/+11 |
* | Make bookmark_utils::GetNameForURL return a string16. | evan@chromium.org | 2011-01-21 | 2 | -4/+4 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 123 | -126/+126 |
* | [Mac] Merge single-function file about_ipc_dialog.{h,mm} and about_ipc_bridge... | rsesek@chromium.org | 2011-01-20 | 5 | -62/+40 |
* | chromeos: Notify window manager earlier about signout. | derat@chromium.org | 2011-01-20 | 2 | -1/+25 |
* | Accept keyword by pressing space. | suzhe@google.com | 2011-01-20 | 1 | -7/+2 |
* | Keep visibility state in sync between the native window and view | asanka@chromium.org | 2011-01-20 | 1 | -0/+7 |
* | [gtk] un-break status bubble. | estade@chromium.org | 2011-01-20 | 1 | -2/+3 |
* | Hook TaskbarCreated message to recreate status tray icons. | atwilson@chromium.org | 2011-01-20 | 4 | -26/+75 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 169 | -420/+452 |
* | Removes the link in the omnibox for searching history. | sky@chromium.org | 2011-01-20 | 2 | -5/+0 |
* | [Mac] Organize some files into chrome/browser/ui/cocoa/content_settings/. | rsesek@chromium.org | 2011-01-20 | 24 | -21/+24 |
* | A workaround for Bug 36939. | hbono@chromium.org | 2011-01-20 | 1 | -1/+2 |
* | Add OWNERS files to bookmarks, gtk, and status_icons subdirs. | tfarina@chromium.org | 2011-01-20 | 1 | -0/+2 |
* | Adjustments to bookmark bar folder menu placement issues. | mrossetti@chromium.org | 2011-01-20 | 5 | -74/+64 |
* | Move BiDiLineIterator to base/i18n/ directory. | tfarina@chromium.org | 2011-01-20 | 1 | -2/+2 |
* | Fix for regression: Any window of type APP should create APP_POPUP windows. | stevenjb@google.com | 2011-01-19 | 2 | -3/+55 |
* | Removes some code we no longer care about. | sky@chromium.org | 2011-01-19 | 6 | -17/+0 |
* | Remove action_max_timeout_ms and fix all the callers. | tfarina@chromium.org | 2011-01-19 | 1 | -1/+1 |
* | [gtk] Don't show empty status bubble in kiosk mode. | estade@chromium.org | 2011-01-19 | 1 | -0/+1 |
* | Move UI-relevant Windows files to ui/base. | ben@chromium.org | 2011-01-19 | 6 | -13/+13 |
* | [Mac] Organize some files into chrome/browser/ui/cocoa/toolbar/. | rsesek@chromium.org | 2011-01-19 | 22 | -32/+37 |
* | Change all the places where the multi-purpose sync error link is surfaced to ... | johnnyg@chromium.org | 2011-01-19 | 5 | -5/+7 |
* | Revert 71837 - Do not include GTK file on Windows. | apatrick@chromium.org | 2011-01-19 | 1 | -4/+1 |
* | Do not include GTK file on Windows. | apatrick@chromium.org | 2011-01-19 | 1 | -1/+4 |
* | Move more dnd related files to ui/base | ben@chromium.org | 2011-01-19 | 17 | -136/+125 |
* | [Mac] Organize all tab/tab strip files into chrome/browser/ui/cocoa/tabs/. | rsesek@chromium.org | 2011-01-19 | 35 | -70/+74 |
* | Update references part 2: files in chrome/browser/ui/ | msw@chromium.org | 2011-01-19 | 141 | -381/+384 |
* | Stop rebuilding the task manager list view after every new row added. | atwilson@chromium.org | 2011-01-19 | 1 | -4/+14 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 17 | -68/+77 |
* | Pass correct dummy filename ("name.html" instead of "name./html") to GTK MIME... | sergeyu@chromium.org | 2011-01-19 | 1 | -2/+2 |
* | Quick simple cleanup changes to TabContentsWrapper. | avi@chromium.org | 2011-01-19 | 3 | -6/+6 |
* | Make sure we show the restart message if system level Chrome has been upgrade... | finnur@chromium.org | 2011-01-19 | 1 | -0/+8 |
* | Adjust the Find test for unselectable test so that it has the right expectati... | finnur@chromium.org | 2011-01-19 | 1 | -10/+3 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 2 | -3/+3 |
* | Remove unused language options code, which has been superseded by DOMUI. | satorux@chromium.org | 2011-01-19 | 1 | -2/+1 |
* | Modify a method that was added mid-refactoring so that it follows the new str... | anicolao@google.com | 2011-01-19 | 3 | -11/+16 |
* | Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",... | mattm@chromium.org | 2011-01-19 | 5 | -94/+103 |