| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup iOS upstreamed code | sdefresne | 2015-02-19 | 2 | -2/+0 |
* | Upstream CRBProtocolObserver | stuartmorgan | 2015-02-14 | 3 | -0/+294 |
* | Fix ThreadChecker bug in WeakNSObject | droger | 2015-01-16 | 2 | -25/+85 |
* | Upstream WeakNSObject in //base/ios | droger | 2014-12-12 | 3 | -0/+324 |
* | Remove obsolete iOS version checks | stuartmorgan | 2014-12-08 | 2 | -7/+0 |
* | File with simple block types. | eugenebut | 2014-11-25 | 1 | -0/+14 |
* | New function IsRunningOnIOS8OrLater | sdefresne | 2014-09-25 | 2 | -0/+7 |
* | Remove IsRunningOnIOS6OrLater | stuartmorgan@chromium.org | 2014-06-19 | 4 | -15/+3 |
* | Reverted !client_id check because it caused unit test failure. | pkl@chromium.org | 2014-06-12 | 1 | -2/+1 |
* | Fixed string conversions to avoid nil pointers. | pkl@chromium.org | 2014-06-05 | 2 | -6/+6 |
* | Refactors GetDeviceIdentifier() | pkl@chromium.org | 2014-06-03 | 3 | -2/+43 |
* | Remove deprecated IsRunningOnHighRamDevice() method. | lliabraa@chromium.org | 2014-03-20 | 3 | -12/+0 |
* | Refactor IsRunningOnHighRamDevice() to be more specific. | lliabraa@chromium.org | 2014-03-18 | 2 | -1/+32 |
* | Change "high RAM" level for iOS devices from 250 MB to 500MB. | lliabraa@chromium.org | 2013-12-11 | 2 | -3/+3 |
* | Fix threading in ScopedCriticalAction | stuartmorgan@chromium.org | 2013-11-22 | 2 | -14/+44 |
* | [iOS] Adds a version check function for iOS 7. | rohitrao@chromium.org | 2013-06-29 | 2 | -2/+9 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -6/+6 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 1 | -2/+2 |
* | Move sys_string_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 2 | -2/+2 |
* | Remove testing for iOS5+ as this is now the minimal version supported. | qsr@chromium.org | 2012-12-21 | 2 | -7/+0 |
* | Changing device ID when device type changes. | qsr@chromium.org | 2012-12-20 | 2 | -1/+32 |
* | Fixing identifier for device returning a 0 identifierForVendor. | qsr@chromium.org | 2012-12-13 | 2 | -11/+80 |
* | Adding utility method to test the version of the OS. | qsr@chromium.org | 2012-10-05 | 5 | -3/+82 |
* | Implements iOS device util methods. | chenyu@chromium.org | 2012-08-07 | 3 | -0/+244 |
* | Add APIs to protect critical tasks on iOS. | chenyu@chromium.org | 2012-08-01 | 2 | -0/+102 |