| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll rlz 59:66 | thakis@chromium.org | 2012-02-24 | 1 | -4/+4 |
* | rlz: Remove #include <windows.h> | thakis@chromium.org | 2012-02-16 | 1 | -16/+7 |
* | Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. | ajwong@chromium.org | 2012-01-06 | 1 | -2/+2 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -1/+1 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -3/+3 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Add support for reactivating a chrome install that originally used an | rogerta@chromium.org | 2011-12-03 | 1 | -27/+31 |
* | base::Bind() conversion for chrome/browser/rlz | dcheng@chromium.org | 2011-11-19 | 1 | -3/+7 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -3/+4 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+2 |
* | Move brand code related function to a common place for all platforms. These | rogerta@chromium.org | 2011-10-07 | 1 | -41/+36 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2011-09-27 | 1 | -0/+1 |
* | After a successful ping of the RLZ server, make sure to update the cached | rogerta@chromium.org | 2011-09-22 | 1 | -4/+11 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Revert 99283 - When the user navigates to the home page, make sure to set the... | rogerta@chromium.org | 2011-09-02 | 1 | -2/+1 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Adding unit tests to RLZ code. Refactoring RLZ code to make it more testable. | rogerta@chromium.org | 2011-08-30 | 1 | -255/+265 |
* | Fix two problems found while testing chrome reactivation: | rogerta@chromium.org | 2011-07-29 | 1 | -20/+7 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -1/+1 |
* | Add support for sending reactivations RLZ pings. | rogerta@chromium.org | 2011-07-12 | 1 | -25/+73 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -4/+5 |
* | Remove reference to DefaultProfile from rlz. | mirandac@chromium.org | 2011-06-10 | 1 | -32/+24 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -3/+4 |
* | Allows distributions to send a finanacial ping immediately after a first | rogerta@chromium.org | 2011-04-02 | 1 | -15/+47 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -4/+4 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | The function is now only used with the CHROME_OMNIBOX point and the value is ... | pastarmovj@chromium.org | 2011-01-24 | 1 | -14/+35 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -2/+2 |
* | Adding a couple more ScopedAllowIO to RLZ until it has been inspected. | finnur@chromium.org | 2010-11-09 | 1 | -1/+7 |
* | Adding ScopedAllowIO to RLZ until it has been inspected. | finnur@chromium.org | 2010-11-08 | 1 | -0/+4 |
* | Makes RLZ listen for changes to instant so that it can update at the | sky@chromium.org | 2010-10-21 | 1 | -0/+4 |
* | Reduce the number of files that recompile when changing template_url.h or tem... | levin@chromium.org | 2010-08-31 | 1 | -0/+1 |
* | Fix for issue 51693, which was a regression from integrating the open source | rogerta@google.com | 2010-08-13 | 1 | -2/+2 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Refactor check for organic install into GoogleUpdateSettings, for use elsewhere. | mirandac@google.com | 2010-07-02 | 1 | -19/+1 |
* | Link with RLZ library from open source repo. | rogerta@google.com | 2010-06-10 | 1 | -124/+47 |
* | Adds brand codes CHHS and CHHM to "organic" list. | gwilson@google.com | 2010-04-13 | 1 | -5/+6 |
* | Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C... | thestig@chromium.org | 2010-04-06 | 1 | -8/+8 |
* | Chrome-side change to call new RLZ API. | gwilson@google.com | 2010-04-01 | 1 | -17/+19 |
* | Changes RLZ organic wildcards to include GGR* | gwilson@google.com | 2010-03-04 | 1 | -1/+2 |
* | Have rlz record first search event in a corner case | cpu@chromium.org | 2010-02-18 | 1 | -6/+7 |
* | More brands for rlz | cpu@chromium.org | 2010-01-30 | 1 | -4/+6 |
* | Include the EUB* and EUC* brands to be excluded from RLZ | cpu@chromium.org | 2010-01-20 | 1 | -1/+6 |
* | Disable RLZ for organic chrome installs | cpu@chromium.org | 2010-01-07 | 1 | -1/+21 |
* | Coverity: check module for NULL before calling GetProcAddress. | mattm@chromium.org | 2009-10-06 | 1 | -1/+3 |