summaryrefslogtreecommitdiffstats
path: root/base/ios
Commit message (Expand)AuthorAgeFilesLines
* Remove myself from most OWNERS filesstuartmorgan2016-03-011-1/+0
* [iOS] Allow overriding icuctl.dat file location.justincohen2016-01-082-0/+25
* Switch to standard integer types in base/.avi2015-12-268-9/+17
* Cleanup: Use ContainsValue() instead of std::find() in base/thestig2015-12-071-2/+2
* ios: Stop using __weak.Nico Weber2015-11-041-1/+1
* Correct attribute name in IsInForcedRTL()marq2015-09-212-2/+5
* Support XCode's "Right to Left Pseudolanguage" on iOS.marq2015-08-102-0/+11
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1
* Updated error translation logic.kkhorimoto2015-07-062-0/+78
* Adds IsRunningOnIOS9OrLater() utility function.pkl2015-07-062-0/+7
* Add mention of iOS7-support-drop TODO list.jif2015-06-221-0/+1
* Correct iOS build for latest Xcode beta.justincohen2015-06-101-2/+7
* CRBProtocolObservers can now be mutated while forwarding methods.jbbegue2015-06-053-14/+238
* Add droger as owner of //base/iosdroger2015-06-051-0/+1
* [iOS] WeakNSObject assignment is consistent with copy constructordroger2015-03-172-5/+11
* Cleanup iOS upstreamed codesdefresne2015-02-192-2/+0
* Upstream CRBProtocolObserverstuartmorgan2015-02-143-0/+294
* Fix ThreadChecker bug in WeakNSObjectdroger2015-01-162-25/+85
* Upstream WeakNSObject in //base/iosdroger2014-12-123-0/+324
* Remove obsolete iOS version checksstuartmorgan2014-12-082-7/+0
* File with simple block types.eugenebut2014-11-251-0/+14
* New function IsRunningOnIOS8OrLatersdefresne2014-09-252-0/+7
* Remove IsRunningOnIOS6OrLaterstuartmorgan@chromium.org2014-06-194-15/+3
* Reverted !client_id check because it caused unit test failure.pkl@chromium.org2014-06-121-2/+1
* Fixed string conversions to avoid nil pointers.pkl@chromium.org2014-06-052-6/+6
* Refactors GetDeviceIdentifier()pkl@chromium.org2014-06-033-2/+43
* Remove deprecated IsRunningOnHighRamDevice() method.lliabraa@chromium.org2014-03-203-12/+0
* Refactor IsRunningOnHighRamDevice() to be more specific.lliabraa@chromium.org2014-03-182-1/+32
* Change "high RAM" level for iOS devices from 250 MB to 500MB.lliabraa@chromium.org2013-12-112-3/+3
* Fix threading in ScopedCriticalActionstuartmorgan@chromium.org2013-11-222-14/+44
* [iOS] Adds a version check function for iOS 7.rohitrao@chromium.org2013-06-292-2/+9
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-6/+6
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-2/+2
* Move sys_string_conversions to base/strings.brettw@chromium.org2013-02-072-2/+2
* Remove testing for iOS5+ as this is now the minimal version supported.qsr@chromium.org2012-12-212-7/+0
* Changing device ID when device type changes.qsr@chromium.org2012-12-202-1/+32
* Fixing identifier for device returning a 0 identifierForVendor.qsr@chromium.org2012-12-132-11/+80
* Adding utility method to test the version of the OS.qsr@chromium.org2012-10-055-3/+82
* Implements iOS device util methods.chenyu@chromium.org2012-08-073-0/+244
* Add APIs to protect critical tasks on iOS.chenyu@chromium.org2012-08-012-0/+102