| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
TBR=sky
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This removes the "using" in file_path.h for Mac since Mac now passes trybots with no using. It still leaves the using for Windows.
Review URL: https://codereview.chromium.org/12294008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183066 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=173983
TBR=glider@chromium.org, sail@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12208019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180732 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this CL when installing a platform app we do the following
- copy the stub App Mode Loader.app bundle to a tmp folder with the correct app name
- update the info plist
- copy the final app to /Applications
- if we don't have write permission to /Application then we copy the app to ~/Application instead
Note, for now I'm putting this feature behind a --enable-platform-apps flag.
BUG=112651
TEST=
Review URL: http://codereview.chromium.org/9346013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121613 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The interface now conforms to base::mac::GetValueFromDictionary<>(dictionary, key). The tests written have loosely compared it against the original base::mac::GetValueFromDictionary method for expectations.
TEST=FoundationUtilTest.GetValueFromDictionary
Review URL: http://codereview.chromium.org/8540021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109985 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
These methods exist for casting a basic id to a more specific (NSObject derived) type.
BUG=86004
TEST=Initialise common NS objects and confirm ObjCCast*<>() casts to the expected result.
Review URL: http://codereview.chromium.org/8356024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106946 0039d316-1c4b-4281-b951-d872f2087c98
|
|
CF type
BUG=86004
Review URL: http://codereview.chromium.org/8108003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106186 0039d316-1c4b-4281-b951-d872f2087c98
|