| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RLZ Access points for the app launcher. | sammc@chromium.org | 2014-04-03 | 1 | -3/+152 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -10/+10 |
* | Use base namespace for string16 in chrome/browser. | brettw@chromium.org | 2013-12-06 | 1 | -8/+8 |
* | Use RegistryOverrideManager properly in RLZ tests. | grt@chromium.org | 2013-11-14 | 1 | -69/+5 |
* | Revert r228333 "RLZTracker refactoring/cleanup" | oshima@chromium.org | 2013-10-24 | 1 | -98/+127 |
* | RLZTracker refactoring/cleanup | oshima@chromium.org | 2013-10-12 | 1 | -127/+98 |
* | Use a direct include of the message_loop header in chrome/browser/, part 9. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/browser/r*-s*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Rename AutocompleteLog to OmniboxLog and move it into c/b/omnibox. | tfarina@chromium.org | 2013-06-01 | 1 | -2/+2 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -1/+1 |
* | RLZ on ChromeOS-related polishing. | ivankr@chromium.org | 2012-12-25 | 1 | -24/+26 |
* | [cros] Clear RLZ data when switching RLZ enabled/disabled state. | ivankr@chromium.org | 2012-12-24 | 1 | -0/+19 |
* | Revert 174575 | bryeung@chromium.org | 2012-12-24 | 1 | -17/+0 |
* | [cros] Clear RLZ data when switching RLZ enabled/disabled state. | ivankr@chromium.org | 2012-12-24 | 1 | -0/+17 |
* | [rlz,cros] RLZ glue for ChromeOS. | ivankr@chromium.org | 2012-12-05 | 1 | -19/+20 |
* | [cros] RlzValueStore made protected by a cross-process lock and not persisted... | ivankr@chromium.org | 2012-11-29 | 1 | -37/+5 |
* | Fix rlz_unittest after r168281. | thestig@chromium.org | 2012-11-17 | 1 | -8/+2 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+8 |
* | Add dedicated thread for RLZ I/O instead of blocking | ivankr@chromium.org | 2012-11-16 | 1 | -108/+162 |
* | Send C2F events and add X-Rlz-String http header for google.com set as a | rogerta@chromium.org | 2012-09-28 | 1 | -18/+69 |
* | rlz: Change omnibox / homepage access points from C1/C2 to C5/C6 on mac | thakis@chromium.org | 2012-07-03 | 1 | -93/+117 |
* | browser: Extract AutocompleteLog from autocomplete.*. | tfarina@chromium.org | 2012-06-27 | 1 | -1/+1 |
* | rlz: Hook up on mac, switch to chrome's network stack on win. | thakis@chromium.org | 2012-03-26 | 1 | -16/+53 |
* | roll rlz 94:99 | thakis@chromium.org | 2012-03-17 | 1 | -0/+1 |
* | rlz: Remove #include <windows.h> | thakis@chromium.org | 2012-02-16 | 1 | -2/+2 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -7/+6 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -8/+12 |
* | 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 | 1 | -12/+96 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+6 |
* | 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 | 1 | -2/+2 |
* | Move brand code related function to a common place for all platforms. These | rogerta@chromium.org | 2011-10-07 | 1 | -11/+10 |
* | After a successful ping of the RLZ server, make sure to update the cached | rogerta@chromium.org | 2011-09-22 | 1 | -19/+36 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 1 | -2/+1 |
* | Revert 99283 - When the user navigates to the home page, make sure to set the... | rogerta@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | When the user navigates to the home page, make sure to set the RLZ string | rogerta@chromium.org | 2011-09-02 | 1 | -2/+1 |
* | Adding unit tests to RLZ code. Refactoring RLZ code to make it more testable. | rogerta@chromium.org | 2011-08-30 | 1 | -31/+516 |
* | Fix two problems found while testing chrome reactivation: | rogerta@chromium.org | 2011-07-29 | 1 | -15/+1 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 1 | -8/+9 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -1/+4 |
* | Link with RLZ library from open source repo. | rogerta@google.com | 2010-06-10 | 1 | -13/+7 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+92 |