summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/history_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...tfarina@chromium.org2011-02-171-401/+0
* WebUI: Rename dom_ui_ variable to web_ui_.tfarina@chromium.org2011-02-141-13/+13
* WebUI: Get rid of more referecens to DOMUI. Part 2.tfarina@chromium.org2011-02-101-4/+4
* Attempt 3 at: Splits ChromeURLDataManager into 2 chunks:sky@chromium.org2011-02-101-13/+5
* Revert 74340 - Attempt 2 at: Splits ChromeURLDataManager into 2 chunks:sky@chromium.org2011-02-101-5/+13
* Attempt 2 at: Splits ChromeURLDataManager into 2 chunks:sky@chromium.org2011-02-091-13/+5
* Revert 74292 - Splits ChromeURLDataManager into 2 chunks:sky@chromium.org2011-02-091-5/+13
* Splits ChromeURLDataManager into 2 chunks:sky@chromium.org2011-02-091-13/+5
* WebUI: Rename DOMMessageHandler to WebMessageHandler.tfarina@chromium.org2011-02-081-2/+2
* WebUI: Change DOMUI to WebUI in more two class names.tfarina@chromium.org2011-02-011-3/+3
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-3/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-5/+4
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+4
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-3/+3
* Rename ChromeThread to BrowserThread Part18:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part9:tfarina@chromium.org2010-10-091-4/+4
* DOM UI: Change DOMMessageHandler callback arg type to ListValue.estade@chromium.org2010-08-191-38/+20
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-121-2/+6
* Convert TimeFormat (chrome/common/time_format.*) to string16 (from wstring).viettrungluu@chromium.org2010-08-121-6/+10
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-44/+44
* Remove Value/StringValue's ...UTF16() methods in favour of overloading.viettrungluu@chromium.org2010-08-031-3/+3
* Revert 54560 - nick@chromium.org2010-08-021-6/+2
* Change removing method, GetBrowser from TabContentsDelegate, as this was brea...twiz@google.com2010-08-021-2/+6
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-8/+9
* Use seperate consumers for search and query requests.jochen@chromium.org2010-05-311-10/+9
* Style (indent/spacing) fixes in DOM UI + comment fix.viettrungluu@chromium.org2010-03-281-1/+2
* Implement edit mode for history page.jochen@chromium.org2010-03-051-35/+61
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Do not delete cookies when deleting history.jochen@chromium.org2010-02-111-1/+0
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-1/+1
* Remove ResourceBundle::LoadImageResourceBytes since it appears totony@chromium.org2009-11-231-1/+1
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-2/+2
* Plumb through off the record state from the URL request to thetony@chromium.org2009-11-171-1/+1
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-051-2/+2
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-7/+2
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-301-2/+3
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-301-3/+2
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-301-2/+3
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-7/+11
* First fix to minimize copying of image data.erg@google.com2009-10-191-2/+2
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* BrowsingDataRemover* should not be scoped.kuchhal@chromium.org2009-09-301-6/+7
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-0/+7