| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 1 | -0/+3 |
* | Use GetTitleAsString16 instead of GetTitle that returns std::wstring. | tfarina@chromium.org | 2010-08-12 | 1 | -23/+25 |
* | Added a method to check if a browser is closing. | pinkerton@chromium.org | 2010-08-10 | 1 | -0/+3 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 6 | -11/+3 |
* | Rename GetStringAsUTF16() to GetString() (and overload), etc. | viettrungluu@chromium.org | 2010-08-04 | 2 | -25/+25 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 3 | -8/+15 |
* | Fix bad license header under chrome/ directory. | tfarina@chromium.org | 2010-07-31 | 1 | -28/+3 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 3 | -11/+13 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 2 | -3/+0 |
* | browser: Fix some presubmit errors. | tfarina@chromium.org | 2010-07-28 | 1 | -4/+4 |
* | Fix lines longer than 80 characters. | tfarina@chromium.org | 2010-07-28 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 17 | -0/+17 |
* | GTK: improve clipboard compatibility with firefox + evolution. | estade@chromium.org | 2010-07-20 | 1 | -2/+5 |
* | Fixes bug in pasting bookmarks from the context menu that could result | sky@chromium.org | 2010-07-01 | 1 | -1/+1 |
* | Make a new yes/no messagebox wrapper function, use it in the bookmark alert. | avi@chromium.org | 2010-06-25 | 1 | -30/+6 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 3 | -29/+41 |
* | Split RecentlyUsedFolderComboModel into its own module, so we can share it | tfarina@chromium.org | 2010-06-12 | 2 | -0/+114 |
* | Cleanup: Remove some obsolete bookmark manager preferences. | tfarina@chromium.org | 2010-06-04 | 2 | -17/+1 |
* | Moved ImportantFileWriter to chrome/common in preparation of moving JsonPrefS... | sanjeevr@chromium.org | 2010-05-20 | 2 | -2/+3 |
* | Implement drag from bookmark manager to bookmark bar or a folder thereof. Imp... | mrossetti@chromium.org | 2010-05-18 | 2 | -3/+10 |
* | Linux: Null terminate text/html data we send to the clipboard. Change WriteHy... | thestig@chromium.org | 2010-05-17 | 1 | -3/+3 |
* | Get rid of some dead bookmark context menu code. | viettrungluu@chromium.org | 2010-05-06 | 3 | -104/+38 |
* | Fix various uses of release() that did not check its value | estade@chromium.org | 2010-05-04 | 2 | -10/+8 |
* | Make PROFILE_DESTROYED notifications work with OTR profiles. | mnissler@chromium.org | 2010-05-04 | 1 | -2/+2 |
* | Revert 46101 - Make a new yes/no messagebox wrapper function, use it in the b... | avi@chromium.org | 2010-04-30 | 1 | -4/+29 |
* | Make a new yes/no messagebox wrapper function, use it in the bookmark alert. | avi@chromium.org | 2010-04-30 | 1 | -29/+4 |
* | Add and implement cut/copy/paste to the bookmark bar and folder context menus... | mrossetti@chromium.org | 2010-04-29 | 1 | -36/+11 |
* | Get rid of BookmarkEditor::Handler entirely. | viettrungluu@chromium.org | 2010-04-29 | 3 | -26/+9 |
* | Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument. | viettrungluu@chromium.org | 2010-04-28 | 2 | -5/+3 |
* | GTK: make tabbed bookmark manager compatible with more types of drops. | estade@chromium.org | 2010-04-28 | 2 | -7/+23 |
* | Windows/Views: delete native bookmark manager code. | viettrungluu@chromium.org | 2010-04-28 | 9 | -1495/+6 |
* | Linux/GTK: delete native bookmark manager code. | viettrungluu@chromium.org | 2010-04-26 | 3 | -14/+22 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 2 | -4/+5 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 2 | -5/+4 |
* | Lands http://codereview.chromium.org/1649009/show from Thiago: | sky@chromium.org | 2010-04-20 | 2 | -69/+6 |
* | Remove extra notification from BookmarkModel::Copy. | skrul@chromium.org | 2010-04-16 | 1 | -3/+2 |
* | Lands http://codereview.chromium.org/1600010/show for Thiago: | sky@chromium.org | 2010-04-12 | 3 | -149/+176 |
* | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 2 | -4/+5 |
* | detect preferences errors | erikkay@chromium.org | 2010-04-06 | 1 | -1/+1 |
* | Fix copying/dragging of empty folders in BMM on mac | feldstein@chromium.org | 2010-04-02 | 1 | -0/+4 |
* | Remove bookmarks log message. | dhollowa@chromium.org | 2010-04-02 | 1 | -2/+0 |
* | gtk: Show confirmation dialog while opening a lot of bookmarks. | evan@chromium.org | 2010-03-31 | 1 | -1/+20 |
* | Minor style fixes to bookmark_pasteboard_helper_mac.mm. | viettrungluu@chromium.org | 2010-03-29 | 1 | -33/+38 |
* | Fix the logic in extensions GetCurrentWindow: | mpcomplete@chromium.org | 2010-03-26 | 1 | -1/+1 |
* | Makes adding a new folder from the bookmark context menu add the | sky@chromium.org | 2010-03-25 | 4 | -27/+60 |
* | UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure. | evan@chromium.org | 2010-03-23 | 1 | -15/+28 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -5/+6 |