summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/history_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-3/+2
* Take two for http://codereview.chromium.org/131094tim@chromium.org2009-06-291-17/+23
* Revert cl 19359 due to browser_tests timeout.tim@chromium.org2009-06-261-12/+11
* Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con...tim@chromium.org2009-06-261-11/+12
* Headers cleanup in chrome/commonphajdan.jr@chromium.org2009-05-291-0/+1
* Use a NotificationRegistrar to handle notification observing.pkasting@chromium.org2009-05-211-10/+2
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* History observer was observing the wrong profile in incognito mode.glen@chromium.org2009-04-171-2/+4
* Make the font family and the font size used in dom UI localizable. This is a ...jungshik@google.com2009-04-031-3/+4
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-45/+30
* Stop history search going on beyond the start of history.glen@chromium.org2009-03-111-8/+18
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* revert broken change 10833nsylvain@chromium.org2009-03-031-40/+34
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-34/+40
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-37/+33
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-33/+37
* Resolve crash when deleting history by preventing the deleter from being call...glen@chromium.org2009-03-031-10/+18
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-1/+1
* Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.glen@chromium.org2009-02-251-8/+17
* Add some browser/dom_ui files to Mac and Linux. Fix errors exposed by GCC.pinkerton@chromium.org2009-02-241-5/+6
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-5/+3
* * Add day deletion to historyglen@chromium.org2009-02-191-17/+80
* Move browser_resources.rc into a a grd file. While I'm at it,tc@google.com2009-02-091-1/+2
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-3/+4
* Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.glen@chromium.org2009-01-291-3/+2
* Move metrics files into a subdirben@chromium.org2009-01-161-1/+1
* Remove a std::string static constructor in the new history dom ui.deanm@chromium.org2009-01-131-2/+2
* Reupload of 12418glen@chromium.org2008-12-071-0/+303