summaryrefslogtreecommitdiffstats
path: root/ui/base/clipboard/custom_data_helper_mac.mm
Commit message (Collapse)AuthorAgeFilesLines
* Make aura_demo work on Macccameron@chromium.org2014-01-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Fix a few instances where !Windows is assumed to be Linux. Chang many instances of !USE_GTK_MESSAGE_PUMP && !OS_MACOSX && !OS_ANDROID to just USE_AURA (they are equivalent now). Add a very minimal RootWindowHostMac. Of note is that building with Aura requires running "gyp_chromium --no-circular-check" (the circular check is only enabled on Mac, and doesn't work with Aura). Also note that the demo does not work properly unless BGRA support is disabled (in FeatureInfo::InitializeBasicState these extensions can be disabled). BUG=331669 Review URL: https://codereview.chromium.org/110283005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243392 0039d316-1c4b-4281-b951-d872f2087c98
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-181-0/+14
BUG=31037 TEST=manual Review URL: http://codereview.chromium.org/8833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114947 0039d316-1c4b-4281-b951-d872f2087c98