Sign in
chromium
/
external
/
rlz
/
HEAD
078c43c
URLFetcher has moved from content to net, update references.
by thakis@chromium.org
· 11 years ago
master
90fb5ca
Update the DEPS file so that the RLZ project can build standalone. It
by rogerta@google.com
· 11 years ago
f36b420
The last commit was missing the change to this file.
by thakis@chromium.org
· 11 years ago
7260a08
Use char version functions in base/stringprintf.h.
by thakis@chromium.org
· 11 years ago
c6536c5
rlz: Move UrlFetcher to net, part 1
by thakis@chromium.org
· 11 years ago
3fca437
Fix deps file
by jam@chromium.org
· 11 years ago
249043c
Rename user_key to registry_util.
by thakis@chromium.org
· 11 years ago
250c68f
mac: Make ScopedRlzValueStoreLock handle nested lock failures.
by thakis@chromium.org
· 11 years ago
384a68b
Remove UserKey class, move registry-related functions out of string_util.
by thakis@chromium.org
· 11 years ago
31612fe
Try to fix a windows warning.
by thakis@chromium.org
· 11 years ago
f74aa81
Set chromium_code for rlz.
by thakis@chromium.org
· 11 years ago
20d29d6
rlz: Add a dependency on dynamic_annotations
by thakis@chromium.org
· 11 years ago
5c3c590
Speculative fix for mini_installer size increase.
by thakis@chromium.org
· 11 years ago
0c753a3
Remove a static initializer from rlz.
by thakis@chromium.org
· 11 years ago
bbc3299
Use base::mac::ScopedNSAutorleasePool only on mac.
by thakis@chromium.org
· 11 years ago
c1b5098
Push RLZ_NETWORK_IMPLEMENTATION_ define to dependent targets.
by thakis@chromium.org
· 11 years ago
ab82473
Tweaks to make the use of chrome's net stack forceable through gyp.
by thakis@chromium.org
· 11 years ago
4b0f6f7
mac: Implement the locking part of ScopedRlzValueStoreLock.
by thakis@chromium.org
· 11 years ago
19b439b
mac: Implement GetMachineId().
by thakis@chromium.org
· 11 years ago
3da2d45
Rename rlz_lib2.cc and win/lib/rlz_lib.cc to win/lib/rlz_lib_win.cc
by thakis@chromium.org
· 11 years ago
2c70f68
Don't pay a static initializer for expected_assertion_ when it's not used.
by thakis@chromium.org
· 11 years ago
b01fb2e
Minor cleanups.
by thakis@chromium.org
· 11 years ago
9805e83
Implement GetSystemTimeAsInt64() on mac.
by thakis@chromium.org
· 11 years ago
66db722
Move GetMachineId() to its own file.
by thakis@chromium.org
· 11 years ago
dd49aa1
Implement RlzValueStoreMac.
by thakis@chromium.org
· 11 years ago
05a033b
rlz: Add an implementation of PingServer() that uses chrome's net stack.
by thakis@chromium.org
· 11 years ago
b15019f
Fix "expression result unused" warning caused by VERIFY() use.
by thakis@chromium.org
· 11 years ago
65cafbb
Move rlz_lib_test.cc and financial_ping_test.cc to common directory.
by thakis@chromium.org
· 11 years ago
e733324
Move rlz_test_helpers from win\test to test.
by thakis@chromium.org
· 11 years ago
409d46a
Add OVERRIDE annotations to rlz_test_helpers.
by thakis@chromium.org
· 11 years ago
a1075fe
Move registry functions from lib_values into rlz_value_store_registry.
by thakis@chromium.org
· 11 years ago
4fd337e
Make rlz_lib_test.cc and financial_ping_test.cc build on mac.
by thakis@chromium.org
· 11 years ago
7437f5e
Let FinancialPingTest use RlzValueStore instead of doing direct registry access.
by thakis@chromium.org
· 11 years ago
5cc2762
Move ClearProductState() to common code.
by thakis@chromium.org
· 11 years ago
4892bb3
Move ClearProductState() to RlzValueStore.
by thakis@chromium.org
· 11 years ago
4425b6f
Move ClearAllProductEvents() to shared code. Pure code move.
by thakis@chromium.org
· 11 years ago
2f975bb
Move ClearAllProductEvents() to use RlzValueStore.
by thakis@chromium.org
· 11 years ago
1fa1242
Move SupplementaryBranding from win/lib/rlz_lib.h to lib/rlz_lib.h
by thakis@chromium.org
· 11 years ago
92d9d01
Move GetProductEventsAsCgi() to shared code
by thakis@chromium.org
· 11 years ago
9e1915d
Windows build fix.
by thakis@chromium.org
· 11 years ago
6b90565
.
by thakis@chromium.org
· 11 years ago
e9c75d8
.
by thakis@chromium.org
· 11 years ago
a69a3c5
wip
by thakis@chromium.org
· 11 years ago
fa84f2e
Change the return type of GetProductEventsAsCgiHelper() from DWORD to bool.
by thakis@chromium.org
· 11 years ago
0ebc044
Add a ReadProductEvents() method to RlzValueStore.
by thakis@chromium.org
· 11 years ago
956b42b
Move SendFinancialPing() and ParseFinancialPingResponse() to the shared code.
by thakis@chromium.org
· 11 years ago
f1b9a90
Move a few functions from win/lib/rlz_lib.cc ot the shared code.
by thakis@chromium.org
· 11 years ago
1a44dce
Tiny change to prepare moving ParsePingResponse to the shared part.
by thakis@chromium.org
· 11 years ago
b6f0aa6
Mac build fix after my last CL.
by thakis@chromium.org
· 11 years ago
3eea1b9
Change ClearProductEvent to use RlzValueStore.
by thakis@chromium.org
· 11 years ago
7e5ab10
Move RecordProductEvent to use RlzValueStore.
by thakis@chromium.org
· 11 years ago
825fd87
Move stateful events to RlzValueStore.
by thakis@chromium.org
· 11 years ago
6f85da0
mac: Remove stub GetPingParams(), since the real implementation is now available.
by thakis@chromium.org
· 11 years ago
4e7ec67
Address comments from https://codereview.appspot.com/5823050/
by thakis@chromium.org
· 11 years ago
f0c4d8b
Move FormFinancialPingRequest() to the common part.
by thakis@chromium.org
· 11 years ago
7a88d3d
Move PingFinancialServer to common part.
by thakis@chromium.org
· 11 years ago
cb74620
Move GetPingParams() and ParseFinancialPingResponse() to the common code.
by thakis@chromium.org
· 11 years ago
2b06b72
Start moving functions from win/lib/rlz_lib.h to lib/rlz_lib.h
by thakis@chromium.org
· 11 years ago
bdfb9aa
Change the unit of several constants from WCHARs to bytes.
by thakis@chromium.org
· 11 years ago
a78f1b8
Delete unused function IsGoodRlz().
by thakis@chromium.org
· 11 years ago
3750a75
Start moving FinancialPing over to the cross-platform part.
by thakis@chromium.org
· 11 years ago
ab88db9
Remove unused user_key parameter from a few functions.
by thakis@chromium.org
· 11 years ago
116c1c4
Various minor behavior-preserving changes to financial_ping.cc
by thakis@chromium.org
· 11 years ago
6091671
Remove declaration of a method that isn't defined or used anywhere.
by thakis@chromium.org
· 11 years ago
084792f
Remove now-unused static UserKey::HasAccess() method.
by thakis@chromium.org
· 11 years ago
edb7f60
Remove an effectively unused overload of GetAccessPointRlz().
by thakis@chromium.org
· 11 years ago
989bdfb
Windows build fix: Remove sid from the exports file too.
by thakis@chromium.org
· 11 years ago
fb1b494
Remove sid parameter from UserKey constructor.
by thakis@chromium.org
· 11 years ago
56f2c22
Remove sid from FinancialPing.
by thakis@chromium.org
· 11 years ago
4a9e2d7
Remove pointless indirection.
by thakis@chromium.org
· 11 years ago
780c800
Remove the "sid" parameter from the interface.
by thakis@chromium.org
· 11 years ago
b665a48
Roll gyp to the version currently used by chromium (1233).
by thakis@chromium.org
· 11 years ago
086767e
Remove an unused parameter.
by thakis@chromium.org
· 11 years ago
d9386b1
Attempted windows build fix.
by thakis@chromium.org
· 11 years ago
bfdd899
Move lib_values to cross-platform part.
by thakis@chromium.org
· 11 years ago
b7f8c1b
Move crc32 to cross-platform part.
by thakis@chromium.org
· 11 years ago
62a0d60
Remove some "win"s I missed when moving assert.h.
by thakis@chromium.org
· 11 years ago
7527ff0
Move string_utils to the cross-platform part.
by thakis@chromium.org
· 11 years ago
e944995
Move assert.h to the cross-platform part.
by thakis@chromium.org
· 11 years ago
c1df91a
Introduce toplevel lib/ and test/ directories for cross-platform code.
by thakis@chromium.org
· 11 years ago
9cf86e5
Unreviewed build fix.
by thakis@chromium.org
· 11 years ago
a58c4e7
Explicitly make the rlz targets win-only (for now).
by thakis@chromium.org
· 11 years ago
9e6b5c3
Updating RLZ code to use new SHA1 constant since the name has changed.
by rogerta@google.com
· 11 years ago
b45f360
Remove CHECK which causes crash if there are registry problems on the machine.
by rogerta@google.com
· 11 years ago
a2459c4
Refactoring registry initialzation code for testing pursposes, and exposing
by rogerta@google.com
· 11 years ago
55012f9
Include stringprintf.h for StringPrintf/Append functions.
by rogerta@google.com
· 11 years ago
ce953a6
Add a test to make sure that clearing all product events clears the values
by rogerta@google.com
· 12 years ago
138abd5
When clearign the product state, make sure to clear the stateful events
by rogerta@google.com
· 12 years ago
7a81d76
Cleanup: use base/memory/scoped_ptr.h instead of base/scoped_ptr.h.
by rogerta@google.com
· 12 years ago
c15f871
Segment RLZ persistence based on branding information.
by rogerta@google.com
· 12 years ago
005fe9c
Adding definitions for new Product and access point enums.
by rogerta@google.com
· 12 years ago
1d56d8f
The RLZ unit tests override the HKCU and HKLM registry hives while they run
by rogerta@google.com
· 12 years ago
4d4949b
Make sure gmock is included when doing a checkout of the RLZ project. Seems
by rogerta@google.com
· 12 years ago
1c68930
Fixing DEPS file to get correct version of chrome base, needed for r33.
by rogerta@google.com
· 12 years ago
a93330b
Base: Adjust dependencies to build with base.dll BUG=76996 TEST=none Submitted by rvargas@google.com
by rogerta@google.com
· 12 years ago
094d00e
Changes the svn:ignore property of the root directory to include .sln and .vcproj files.
by gwilson@chromium.org
· 12 years ago
9f28c6a
RegKey return value changes for RLZ
by gwilson@chromium.org
· 12 years ago
a2e22f8
Include base/win/scoped_handle.h instead of base/scoped_handle_win.h.
by gwilson@chromium.org
· 12 years ago
e6a9480
Append base:: in the calls to SStringPrintf.
by rogerta@google.com
· 12 years ago
4de50be
Append base:: in all the remaining calls to StringAppendF.
by rogerta@google.com
· 12 years ago
Next »