| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -8/+9 |
* | Use seperate consumers for search and query requests. | jochen@chromium.org | 2010-05-31 | 1 | -10/+9 |
* | Style (indent/spacing) fixes in DOM UI + comment fix. | viettrungluu@chromium.org | 2010-03-28 | 1 | -1/+2 |
* | Implement edit mode for history page. | jochen@chromium.org | 2010-03-05 | 1 | -35/+61 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Do not delete cookies when deleting history. | jochen@chromium.org | 2010-02-11 | 1 | -1/+0 |
* | The search terms are escaped using + or %20 for space depending on whether re... | avayvod@google.com | 2010-01-15 | 1 | -1/+1 |
* | Remove ResourceBundle::LoadImageResourceBytes since it appears to | tony@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 1 | -2/+2 |
* | Plumb through off the record state from the URL request to the | tony@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | Coverity: Fix unnecessary Singleton object instantiation. | mattm@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o... | pkasting@chromium.org | 2009-11-03 | 1 | -7/+2 |
* | Convert chrome_url_data_manager (previously a global) into a Singleton. This | tony@chromium.org | 2009-10-30 | 1 | -2/+3 |
* | Revert "Convert chrome_url_data_manager (previously a global) into a" | tony@chromium.org | 2009-10-30 | 1 | -3/+2 |
* | Convert chrome_url_data_manager (previously a global) into a | tony@chromium.org | 2009-10-30 | 1 | -2/+3 |
* | First of several patches to get rid of MessageLoop caching now that we have C... | jam@chromium.org | 2009-10-28 | 1 | -7/+11 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -2/+2 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | BrowsingDataRemover* should not be scoped. | kuchhal@chromium.org | 2009-09-30 | 1 | -6/+7 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 1 | -0/+7 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 1 | -3/+2 |
* | Take two for http://codereview.chromium.org/131094 | tim@chromium.org | 2009-06-29 | 1 | -17/+23 |
* | Revert cl 19359 due to browser_tests timeout. | tim@chromium.org | 2009-06-26 | 1 | -12/+11 |
* | Add a 'RegisterMessages' function to DOMMessageHandler to make it easy to con... | tim@chromium.org | 2009-06-26 | 1 | -11/+12 |
* | Headers cleanup in chrome/common | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Use a NotificationRegistrar to handle notification observing. | pkasting@chromium.org | 2009-05-21 | 1 | -10/+2 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | History observer was observing the wrong profile in incognito mode. | glen@chromium.org | 2009-04-17 | 1 | -2/+4 |
* | Make the font family and the font size used in dom UI localizable. This is a ... | jungshik@google.com | 2009-04-03 | 1 | -3/+4 |
* | Merge DOMUIContents into WebContents. | brettw@chromium.org | 2009-03-17 | 1 | -45/+30 |
* | Stop history search going on beyond the start of history. | glen@chromium.org | 2009-03-11 | 1 | -8/+18 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -40/+34 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -34/+40 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -37/+33 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -33/+37 |
* | Resolve crash when deleting history by preventing the deleter from being call... | glen@chromium.org | 2009-03-03 | 1 | -10/+18 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 1 | -1/+1 |
* | Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI. | glen@chromium.org | 2009-02-25 | 1 | -8/+17 |
* | Add some browser/dom_ui files to Mac and Linux. Fix errors exposed by GCC. | pinkerton@chromium.org | 2009-02-24 | 1 | -5/+6 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -5/+3 |
* | * Add day deletion to history | glen@chromium.org | 2009-02-19 | 1 | -17/+80 |
* | Move browser_resources.rc into a a grd file. While I'm at it, | tc@google.com | 2009-02-09 | 1 | -1/+2 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -3/+4 |
* | Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. | glen@chromium.org | 2009-01-29 | 1 | -3/+2 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |