| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few test failures when landing http://trac.webkit.org/changeset/57178. | jnd@google.com | 2010-08-24 | 1 | -3/+33 |
* | Fix broken thumbnails for sites with redirects. | nshkrob@chromium.org | 2010-08-23 | 3 | -7/+57 |
* | Spelling correction: "nonexistant" -> "nonexistent". | viettrungluu@chromium.org | 2010-08-22 | 2 | -10/+10 |
* | History provider: style cleanup | isherman@chromium.org | 2010-08-21 | 2 | -81/+1 |
* | Re-land r56742 now with correct database files | brettw@chromium.org | 2010-08-21 | 19 | -93/+580 |
* | Revert 56962 - Next step integrating the HistoryQuickProvider: Implement inde... | mrossetti@chromium.org | 2010-08-21 | 4 | -406/+11 |
* | Next step integrating the HistoryQuickProvider: Implement index initializatio... | mrossetti@chromium.org | 2010-08-21 | 4 | -11/+406 |
* | Revert 56939 - History provider: style cleanup | thestig@chromium.org | 2010-08-20 | 2 | -1/+81 |
* | History provider: style cleanup | isherman@chromium.org | 2010-08-20 | 2 | -81/+1 |
* | Remove wstrings in bookmarks, part 5. | viettrungluu@chromium.org | 2010-08-20 | 2 | -4/+4 |
* | Revert 56834 - Fix a few test failures when landing http://trac.webkit.org/ch... | jnd@google.com | 2010-08-20 | 1 | -25/+2 |
* | Fix a few test failures when landing http://trac.webkit.org/changeset/57178. | jnd@google.com | 2010-08-20 | 1 | -2/+25 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Revert 56742 - A new field to describe the sources of history urls(visits) is... | brettw@chromium.org | 2010-08-19 | 19 | -580/+93 |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 19 | -93/+580 |
* | Remove web store icon from most visited per Glen. | aa@chromium.org | 2010-08-19 | 3 | -119/+0 |
* | Remove wstrings from bookmarks, part 1 (of many). | viettrungluu@chromium.org | 2010-08-18 | 2 | -5/+7 |
* | Fix MultipartResponseUITest.SingleVisit after my test server change. | phajdan.jr@chromium.org | 2010-08-17 | 1 | -1/+2 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 2 | -46/+36 |
* | Regression fix: Downloads page in Incognito mode works fine now. | phajdan.jr@chromium.org | 2010-08-16 | 7 | -56/+0 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -2/+2 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 5 | -8/+1 |
* | Add TopSites::ProcessPendingCallbacks and call it after ReadDatabase. | nshkrob@chromium.org | 2010-08-13 | 3 | -45/+60 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 1 | -1/+4 |
* | Fix more races in TopSites: race on waiting_for_results_ and on top_sites_.size. | nshkrob@chromium.org | 2010-08-13 | 1 | -9/+10 |
* | Remove (deprecated) wstring version of DictionaryValue::RemoveWithoutPathExpa... | viettrungluu@chromium.org | 2010-08-13 | 2 | -6/+6 |
* | Fix race conditions in TopSites. | nshkrob@chromium.org | 2010-08-12 | 1 | -3/+3 |
* | FBTF: Clean up some headers in tab_contents_delegate.h. | erg@google.com | 2010-08-10 | 1 | -0/+1 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-10 | 13 | -141/+290 |
* | Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ... | viettrungluu@chromium.org | 2010-08-08 | 2 | -5/+5 |
* | Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t... | phajdan.jr@chromium.org | 2010-08-06 | 13 | -287/+141 |
* | Rebase ThaiUTF8 unit test. | agl@chromium.org | 2010-08-06 | 1 | -49/+47 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-06 | 13 | -141/+287 |
* | Fix a crash in the history publisher. This is caused by me changing the | brettw@chromium.org | 2010-08-04 | 1 | -1/+4 |
* | Add Framework for History Quick Provider | mrossetti@chromium.org | 2010-08-04 | 9 | -10/+124 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | enable apps by default | erikkay@chromium.org | 2010-08-02 | 1 | -1/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+4 |
* | Revert "Incorporate 'quick' history provider index as an autocomplete ..." | phajdan.jr@chromium.org | 2010-07-30 | 9 | -124/+10 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Incorporate 'quick' history provider index as an autocomplete provider in pre... | mrossetti@chromium.org | 2010-07-30 | 9 | -10/+124 |
* | Update bug number for Snippets.FAILS_ThaiUTF8. | huanr@chromium.org | 2010-07-30 | 1 | -2/+1 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 2 | -12/+21 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 8 | -8/+1 |
* | Unpin deleted URLs + better deleting algorithm. | nshkrob@chromium.org | 2010-07-28 | 3 | -9/+101 |
* | Fix the pinning algorithm so that pinned URLs are not shifted during insertio... | nshkrob@chromium.org | 2010-07-27 | 2 | -23/+66 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 27 | -0/+27 |
* | Only add Chrome App Store if the apps flag is on. | nshkrob@chromium.org | 2010-07-26 | 1 | -0/+5 |
* | Fix memory leaks in TopSites. | nshkrob@chromium.org | 2010-07-26 | 1 | -4/+2 |
* | Fix a typo in previous attempt at disabling a test. | asargent@chromium.org | 2010-07-24 | 1 | -1/+1 |