summaryrefslogtreecommitdiffstats
path: root/chrome/browser/rlz
Commit message (Expand)AuthorAgeFilesLines
* mac: Fix regression in sending rlz parametersthakis@chromium.org2012-10-311-0/+2
* RLZ: remove hard-coded Win || Mac conditions.ivankr@chromium.org2012-10-292-4/+4
* rlz: Move initialization delay from file thread to blocking pool now that it ...thakis@chromium.org2012-10-031-3/+1
* Send C2F events and add X-Rlz-String http header for google.com set as arogerta@chromium.org2012-09-283-49/+140
* rlz: Do not record omnibox events for non-branded buildsthakis@chromium.org2012-08-131-14/+17
* Disable ExtensionApiTest.Rlz which has become too flakyatwilson@chromium.org2012-07-251-1/+8
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-121-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* rlz: Change omnibox / homepage access points from C1/C2 to C5/C6 on macthakis@chromium.org2012-07-033-108/+152
* browser: Extract AutocompleteLog from autocomplete.*.tfarina@chromium.org2012-06-271-1/+1
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-272-11/+37
* Update uses of TimeDelta in chrome/browser/rlz.tedvessenes@gmail.com2012-04-101-1/+1
* [Coverity] Fix uninitialized membergroby@chromium.org2012-04-091-2/+4
* system_request_context() has to be called on the UI thread.thakis@chromium.org2012-03-291-2/+1
* rlz: Hook up on mac, switch to chrome's network stack on win.thakis@chromium.org2012-03-266-64/+174
* roll rlz 94:99thakis@chromium.org2012-03-174-11/+12
* roll rlz 87:94thakis@chromium.org2012-03-161-6/+3
* Roll rlz 59:66thakis@chromium.org2012-02-241-4/+4
* build fix attemptthakis@chromium.org2012-02-181-1/+1
* rlz: Remove #include <windows.h>thakis@chromium.org2012-02-163-27/+15
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-2/+2
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-1/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-282-9/+9
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-282-11/+15
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Make NavigationEntry and friends use content::Referrer instead of plain URLsjochen@chromium.org2011-12-051-2/+2
* Add support for reactivating a chrome install that originally used anrogerta@chromium.org2011-12-032-39/+127
* base::Bind() conversion for chrome/browser/rlzdcheng@chromium.org2011-11-192-9/+7
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Move RLZ extension api implementation to rlz directory.aa@chromium.org2011-10-253-0/+349
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-12/+12
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-193-16/+17
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-2/+2
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-132-3/+4
* Move brand code related function to a common place for all platforms. Theserogerta@chromium.org2011-10-073-59/+53
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2011-09-271-0/+1
* After a successful ping of the RLZ server, make sure to update the cachedrogerta@chromium.org2011-09-222-23/+47
* Adding owners file to RLZ subdirectory.rogerta@chromium.org2011-09-121-0/+4
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-023-8/+3
* Revert 99283 - When the user navigates to the home page, make sure to set the...rogerta@chromium.org2011-09-023-3/+8
* When the user navigates to the home page, make sure to set the RLZ stringrogerta@chromium.org2011-09-023-8/+3
* Adding unit tests to RLZ code. Refactoring RLZ code to make it more testable.rogerta@chromium.org2011-08-303-296/+893
* Fix two problems found while testing chrome reactivation:rogerta@chromium.org2011-07-293-40/+9
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Add support for sending reactivations RLZ pings.rogerta@chromium.org2011-07-121-25/+73
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+5
* Remove reference to DefaultProfile from rlz.mirandac@chromium.org2011-06-102-33/+26
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-3/+4
* Allows distributions to send a finanacial ping immediately after a firstrogerta@chromium.org2011-04-021-15/+47