1. 09 Sep, 2013 17 commits
  2. 08 Sep, 2013 19 commits
  3. 07 Sep, 2013 4 commits
    • cpu@chromium.org's avatar
      Revert 221930 "[OSX] Turn on canvas_skia for OSX" · 26281620
      cpu@chromium.org authored
      > [OSX] Turn on canvas_skia for OSX
      > 
      > BUG=151935
      > 
      > Review URL: https://chromiumcodereview.appspot.com/23456020
      
      This broke mac compile:
      
      FAILED: clang++ -MMD -MF obj/ui/gfx/ui_unittests.canvas_unittest_mac.o.d -DANGLE_DX11 -DWTF_VECTOR_INITIAL_SIZE=4 -DCHROMIUM_BUILD -DCOMPONENT_BUILD -DUSE_LIBJPEG_TURBO=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_INPUT_SPEECH -DENABLE_NOTIFICATIONS -DENABLE_HIDPI=1 -DENABLE_GPU=1 -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGIN_INSTALLATION=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_AUTOMATION=1 -DENABLE_GOOGLE_NOW=1 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 -DSKIA_DLL -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DUNIT_TEST -DGTEST_HAS_RTTI=0 -DU_USING_ICU_NAMESPACE=0 -DCHROME_PNG_WRITE_SUPPORT -DPNG_USER_CONFIG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -I../.. -I../.. -I../../third_party/skia/src/core -I../../skia/config -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/effects -I../../third_party/skia/include/pdf -I../../third_party/skia/include/gpu -I../../third_party/skia/include/lazy -I../../third_party/skia/include/pathops -I../../third_party/skia/include/pipe -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../skia/ext -I../../third_party/skia/include/utils/mac -I../../testing/gmock/include -I../../testing/gtest/include -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -I../../third_party/libpng -I../../third_party/zlib -Igen/ui/app_locale_settings -Igen/ui/ui_strings -Igen/ui/ui_resources -isysroot /Developer/SDKs/MacOSX10.6.sdk -O0 -gdwarf-2 -fvisibility=hidden -Werror -Wnewline-eof -mmacosx-version-min=10.6 -arch i386 -Wall -Wendif-labels -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wheader-hygiene -Wno-c++11-narrowing -Wno-char-subscripts -Wno-unused-function -Wno-covered-switch-default -Wstring-conversion -Wno-deprecated-register -std=gnu++11 -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -fno-threadsafe-statics -Xclang -load -Xclang /Volumes/data/b/build/slave/Mac_Builder__dbg_/build/src/tools/clang/scripts/../../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -fno-strict-aliasing -fstack-protector-all -fobjc-call-cxx-cdtors  -c ../../ui/gfx/canvas_unittest_mac.mm -o obj/ui/gfx/ui_unittests.canvas_unittest_mac.o
      ../../ui/gfx/canvas_unittest_mac.mm:12:10: fatal error: 'ui/base/range/range.h' file not found
      #include "ui/base/range/range.h"
               ^
      1 error generated.
      ninja: build stopped: subcommand failed.
      
      
      TBR=groby@chromium.org
      
      Review URL: https://codereview.chromium.org/23622022
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221934 0039d316-1c4b-4281-b951-d872f2087c98
      26281620
    • hubbe@chromium.org's avatar
      Adding my self to media/cast/OWNERS · dd3918f7
      hubbe@chromium.org authored
      Review URL: https://chromiumcodereview.appspot.com/23809008
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221933 0039d316-1c4b-4281-b951-d872f2087c98
      dd3918f7
    • ddorwin@chromium.org's avatar
      Refactor KeySystems code to call a function to populate the info. · 28f45d5c
      ddorwin@chromium.org authored
      This allows KeySystems to call GetContentClient()->AddKeySystems() so we can
      move key system information to chrome/. The new ContentClient API is defined and
      called, but we still rely on key_systems_info.cc.
      
      BUG=224793
      TEST=Existing content_unittests and content_browsertests pass.
      
      Review URL: https://chromiumcodereview.appspot.com/23678008
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221932 0039d316-1c4b-4281-b951-d872f2087c98
      28f45d5c
    • dimich@chromium.org's avatar
      Add Photos to a background permission whitelist. · 1be63b44
      dimich@chromium.org authored
      BUG=286542
      
      Review URL: https://chromiumcodereview.appspot.com/23480046
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221931 0039d316-1c4b-4281-b951-d872f2087c98
      1be63b44