| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -2/+2 |
* | Coverity: Initialize got_thumbnail_callback_, query_url_success_, and redirec... | jhawkins@chromium.org | 2009-09-29 | 1 | -2/+7 |
* | Coverity: Initialize all member variables in the default constructor. | jhawkins@chromium.org | 2009-09-28 | 1 | -4/+16 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -2/+2 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -2/+2 |
* | Re-ban chrome:// URLs from being added to history until I can craft a more fi... | pkasting@chromium.org | 2009-09-25 | 1 | -2/+4 |
* | Coverity: Initialize statement_cache_ in the constructor. | jhawkins@chromium.org | 2009-09-24 | 1 | -2/+4 |
* | Coverity: Initialize statement_cache_ in the constructor. | jhawkins@chromium.org | 2009-09-24 | 1 | -1/+5 |
* | Coverity: Initialize statement_cache_ in the constructor. | jhawkins@chromium.org | 2009-09-24 | 1 | -1/+4 |
* | Add about: and chrome:* to history. Patch by Pierre-Antoine LaFayette (see h... | pkasting@chromium.org | 2009-09-24 | 1 | -3/+3 |
* | Add some new histograms for history, and UMA-enable a few others. | brettw@chromium.org | 2009-09-23 | 3 | -9/+36 |
* | Switch history thread back to base::Thread. Sync unit tests require more than... | chron@chromium.org | 2009-09-21 | 1 | -2/+7 |
* | Some history backend fixes for database corruption. | shess@chromium.org | 2009-09-17 | 2 | -0/+20 |
* | Fixed a few data races on reference counters. | timurrrr@chromium.org | 2009-09-17 | 1 | -1/+2 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 1 | -1/+2 |
* | Add a new wrapper for sqlite. This is mostly a large cleanup of the existing | brettw@chromium.org | 2009-09-11 | 2 | -134/+100 |
* | While importing favicon, make sure there is an entry in the history db. | kuchhal@chromium.org | 2009-09-11 | 3 | -7/+87 |
* | Metrics for the in-memory DB size to see if we spend too much time loading it, | brettw@chromium.org | 2009-09-11 | 1 | -0/+7 |
* | Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... | jhawkins@chromium.org | 2009-09-10 | 1 | -14/+16 |
* | Retry 25770 after fixing Valgrind issue. | huanr@chromium.org | 2009-09-10 | 3 | -3/+33 |
* | Revert r25770 due to valgrind failures on Linux. | huanr@chromium.org | 2009-09-09 | 1 | -23/+3 |
* | Enable database logging on history thread. | huanr@chromium.org | 2009-09-09 | 1 | -3/+23 |
* | Move the "history is too new" dialog out of | tony@chromium.org | 2009-09-05 | 1 | -17/+3 |
* | Adding in memory log of history visit database. This | huanr@chromium.org | 2009-09-02 | 4 | -0/+178 |
* | Remove most Sleeps from RedirectTest and wait properly. | phajdan.jr@chromium.org | 2009-09-02 | 1 | -30/+14 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -2/+2 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 3 | -90/+71 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 4 | -19/+15 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 4 | -15/+19 |
* | Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo... | pkasting@chromium.org | 2009-08-28 | 1 | -2/+12 |
* | Convert internal time format to Windows 1601 epoch on Linux & Mac. | brettw@chromium.org | 2009-08-26 | 3 | -3/+82 |
* | Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on... | jshin@chromium.org | 2009-08-18 | 1 | -5/+5 |
* | Linux: Add CHECKs to track down source of history std::string out of range ex... | willchan@chromium.org | 2009-08-11 | 1 | -0/+14 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 2 | -4/+4 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 2 | -4/+4 |
* | First cut at Safari Import - Home Page & History Only. | jeremy@chromium.org | 2009-07-31 | 1 | -0/+2 |
* | Assorted fixes for 64-bit. | deanm@chromium.org | 2009-07-28 | 1 | -2/+3 |
* | Make ThumbnailStore broadcast a notification when it has finished reading thu... | meelapshah@chromium.org | 2009-07-28 | 2 | -6/+9 |
* | Fix memory leak in VisitSegmentDatabase::QuerySegmentUsage and HistoryBackend... | meelapshah@chromium.org | 2009-07-23 | 2 | -3/+8 |
* | Reduce header dependencies in browser/history | phajdan.jr@chromium.org | 2009-07-13 | 28 | -79/+97 |
* | Fix Acid3 Test 48: LINKTEST, Chromium side.... | dglazkov@chromium.org | 2009-07-03 | 9 | -39/+288 |
* | Foundations for Print Preview and Setup | mhm@chromium.org | 2009-07-03 | 1 | -1/+2 |
* | Fix: Spurious SQL error message is logged in priming SQLite database cache. | yuzo@chromium.org | 2009-07-02 | 2 | -21/+2 |
* | Moved typedef of RedirectList from HistoryService class to history namespace. | meelapshah@chromium.org | 2009-07-01 | 10 | -49/+51 |
* | Temporary fix for page_cycler perf regression. | meelapshah@chromium.org | 2009-07-01 | 1 | -1/+3 |
* | Add a function to the History to return a list of the top n visited URLs wher... | meelapshah@chromium.org | 2009-07-01 | 6 | -0/+68 |
* | Whoops, accidentally committed a debug line | pinkerton@chromium.org | 2009-07-01 | 1 | -1/+0 |
* | Added unit tests for ClearBrowsingDataController. | pinkerton@chromium.org | 2009-07-01 | 1 | -0/+1 |
* | Fix: Certain redirections remove sites from the history | yuzo@chromium.org | 2009-07-01 | 7 | -30/+107 |
* | Disables unit test as starting failing due to close to end of month. | sky@chromium.org | 2009-07-01 | 2 | -2/+3 |