summaryrefslogtreecommitdiffstats
path: root/content/shell/mac
Commit message (Collapse)AuthorAgeFilesLines
* Add Debug menu to Mac Content Shell.avi@chromium.org2012-08-101-9/+94
| | | | | | | | | | BUG=141668 TEST=Debug menu, opening inspector works Review URL: https://chromiumcodereview.appspot.com/10823263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151029 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] In all the plists, define the LSMinimumSystemVersion based on ↵rsesek@chromium.org2012-07-202-2/+2
| | | | | | | | | | | | | | | | | | MACOSX_DEPLOYMENT_TARGET. The LSMinimumSystemVersion must be of the form |n.n.n| [1] but the MACOSX_DEPLOYMENT_TARGET is only |n.n|, so add an extra |.0| to the value in the plist key. [1] https://developer.apple.com/library/mac/#documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html BUG=137676 TEST=none TBR=mac people Review URL: https://chromiumcodereview.appspot.com/10810031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147607 0039d316-1c4b-4281-b951-d872f2087c98
* Mac content shell: HTTP auth.avi@chromium.org2012-04-051-0/+350
| | | | | | | | | BUG=120526 TEST=HTTP auth works Review URL: https://chromiumcodereview.appspot.com/9980002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130918 0039d316-1c4b-4281-b951-d872f2087c98
* Make helper app, get closer to working content shell.avi@chromium.org2012-03-091-0/+30
| | | | | | | | | BUG=115784 TEST=none Review URL: https://chromiumcodereview.appspot.com/9656002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125921 0039d316-1c4b-4281-b951-d872f2087c98
* roll gyp 1238:1242thakis@chromium.org2012-03-091-2/+0
| | | | | | | | | | | | | | | | | 1239: Allow specification of VC10 props and configuration attributes in gyp file. 1240: Make _CopyXIBFile() work with Xcode 4.3 1241: mac make and ninja: Don't require CFBundleSignature in Info.plist files. 1242: Add a test case for the CFBundleSignature happy path. Also remove the now-unused CFBundleSignature fron app-Info.plist for launcher apps. BUG=117498,114970 TEST=none TBR=rsesek Review URL: http://codereview.chromium.org/9663010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125895 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at content shell for the Mac. Doesn't work yet.avi@chromium.org2012-03-063-0/+2134
BUG=115784 TEST=none Review URL: https://chromiumcodereview.appspot.com/9513006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125254 0039d316-1c4b-4281-b951-d872f2087c98