| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: Fix regression in sending rlz parameters | thakis@chromium.org | 2012-10-31 | 1 | -0/+2 |
* | RLZ: remove hard-coded Win || Mac conditions. | ivankr@chromium.org | 2012-10-29 | 2 | -4/+4 |
* | rlz: Move initialization delay from file thread to blocking pool now that it ... | thakis@chromium.org | 2012-10-03 | 1 | -3/+1 |
* | Send C2F events and add X-Rlz-String http header for google.com set as a | rogerta@chromium.org | 2012-09-28 | 3 | -49/+140 |
* | rlz: Do not record omnibox events for non-branded builds | thakis@chromium.org | 2012-08-13 | 1 | -14/+17 |
* | Disable ExtensionApiTest.Rlz which has become too flaky | atwilson@chromium.org | 2012-07-25 | 1 | -1/+8 |
* | Added support for multiple parameters to Extension API callbacks. | mtytel@chromium.org | 2012-07-12 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 2 | -2/+0 |
* | rlz: Change omnibox / homepage access points from C1/C2 to C5/C6 on mac | thakis@chromium.org | 2012-07-03 | 3 | -108/+152 |
* | browser: Extract AutocompleteLog from autocomplete.*. | tfarina@chromium.org | 2012-06-27 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, chrome/browser/ part 6 | rsleevi@chromium.org | 2012-04-27 | 2 | -11/+37 |
* | Update uses of TimeDelta in chrome/browser/rlz. | tedvessenes@gmail.com | 2012-04-10 | 1 | -1/+1 |
* | [Coverity] Fix uninitialized member | groby@chromium.org | 2012-04-09 | 1 | -2/+4 |
* | system_request_context() has to be called on the UI thread. | thakis@chromium.org | 2012-03-29 | 1 | -2/+1 |
* | rlz: Hook up on mac, switch to chrome's network stack on win. | thakis@chromium.org | 2012-03-26 | 6 | -64/+174 |
* | roll rlz 94:99 | thakis@chromium.org | 2012-03-17 | 4 | -11/+12 |
* | roll rlz 87:94 | thakis@chromium.org | 2012-03-16 | 1 | -6/+3 |
* | Roll rlz 59:66 | thakis@chromium.org | 2012-02-24 | 1 | -4/+4 |
* | build fix attempt | thakis@chromium.org | 2012-02-18 | 1 | -1/+1 |
* | rlz: Remove #include <windows.h> | thakis@chromium.org | 2012-02-16 | 3 | -27/+15 |
* | 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 | 2 | -9/+9 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 2 | -11/+15 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Make NavigationEntry and friends use content::Referrer instead of plain URLs | jochen@chromium.org | 2011-12-05 | 1 | -2/+2 |
* | Add support for reactivating a chrome install that originally used an | rogerta@chromium.org | 2011-12-03 | 2 | -39/+127 |
* | base::Bind() conversion for chrome/browser/rlz | dcheng@chromium.org | 2011-11-19 | 2 | -9/+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 |
* | Move RLZ extension api implementation to rlz directory. | aa@chromium.org | 2011-10-25 | 3 | -0/+349 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -12/+12 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 3 | -16/+17 |
* | Don't show URL for pending new navigations initiated by the renderer. | creis@chromium.org | 2011-10-13 | 1 | -2/+2 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 2 | -3/+4 |
* | Move brand code related function to a common place for all platforms. These | rogerta@chromium.org | 2011-10-07 | 3 | -59/+53 |
* | 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 | 2 | -23/+47 |
* | Adding owners file to RLZ subdirectory. | rogerta@chromium.org | 2011-09-12 | 1 | -0/+4 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 3 | -8/+3 |
* | Revert 99283 - When the user navigates to the home page, make sure to set the... | rogerta@chromium.org | 2011-09-02 | 3 | -3/+8 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 3 | -8/+3 |
* | Adding unit tests to RLZ code. Refactoring RLZ code to make it more testable. | rogerta@chromium.org | 2011-08-30 | 3 | -296/+893 |
* | Fix two problems found while testing chrome reactivation: | rogerta@chromium.org | 2011-07-29 | 3 | -40/+9 |
* | 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 | 2 | -33/+26 |
* | 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 |