- 06 Sep, 2011 40 commits
-
-
thakis@chromium.org authored
This makes it a lot easier to build with clang, since setting the GYP_DEFINES is now the only thing one has to do. The rest is set automatically. In preparation of setting clang=1 in build/common.gypi on mac. Depends on http://codereview.chromium.org/7779041/ . Idea and xcode part of the patch by Mark. BUG=none TEST= Set GYP_DEFINES=clang=1, create xcode and make projects 1.) Building with Xcode 3.2 uses clang 2.) Building with Xcode 4 gives functional fixits 3.) Building with make uses clang both for host and target 4.) Building with xcodebuild and goma still works on mac 5.) Building with make and goma still works Review URL: http://codereview.chromium.org/7779039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99835 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Revert 99802 - Valgrind test failures on Mac in test NPAPIVisiblePluginTester.DeletePluginInDeallocate The exception this CL adds is no longer necessary since the test itself has been determined to be flaky on Mac. BUG=95547 TEST=Mac Valgrind goes green. TBR=wez@chromium.org Review URL: http://codereview.chromium.org/7840009 TBR=dhollowa@chromium.org Review URL: http://codereview.chromium.org/7840014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99834 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99833 0039d316-1c4b-4281-b951-d872f2087c98
-
bsalomon@google.com authored
Review URL: http://codereview.chromium.org/7841003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99832 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
This patch adds the plumbing to use the theme provider for panel windows: - Updated the xib so the created window is a ThemedBrowserWindow, which knows how to delegate theming related calls to the window delegate. - Implemented -[ThemedWindow themeProvider] for PanelWindowController. BUG=none TEST=no more yellow panel titlebars. Review URL: http://codereview.chromium.org/7734003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99831 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/93947 TEST=none Review URL: http://codereview.chromium.org/7839002 Review URL: http://codereview.chromium.org/7839002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99830 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Expands test exclusion for failing test on TSAN / Mac bot. BUG=93245 TEST=TSAN bot goes green. TBR=allanwoj@chromium.org Review URL: http://codereview.chromium.org/7839011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99829 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=91840 TEST=BUILD Review URL: http://codereview.chromium.org/7810001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99828 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=87378 TEST=None Review URL: http://codereview.chromium.org/7782012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99827 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
BUG=95274 TEST=none Review URL: http://codereview.chromium.org/7789007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99826 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Revert 99648 - Reland 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into two stages. After the context is created, the remaining calls should be done on the compositor thread. This CL adds a MaybeInitializeGL() method, which we run on each call to makeContextCurrent(). Added asserts to RendererGLContext to check that it's always used on the same thread. Original review URL: http://codereview.chromium.org/7713015 Reverted due to buildbot errors: http://codereview.chromium.org/7745042 Review URL: http://codereview.chromium.org/7828046 TBR=husky@google.com Review URL: http://codereview.chromium.org/7838008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99825 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
BUG=95356 TEST=NULL Review URL: http://codereview.chromium.org/7835042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99824 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
TEST= ./generator.py & try BUG= http://code.google.com/p/chromium/issues/detail?id=89968 Review URL: http://codereview.chromium.org/7833031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99823 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
GpuChannelHost can actually outlive the GPUChannel instance (if there is still a context referencing it). Therefore filter destruction can legally happen on IO, main, or compositor thread. Put more explicit DCHECK()s to for the member function that must be called on the IO thread instead. BUG=95148 Review URL: http://codereview.chromium.org/7835010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99822 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG=95558 Review URL: http://codereview.chromium.org/7840011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99821 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
Inside driver change: http://codereview.chromium.org/7737032/ BUG= http://code.google.com/p/nativeclient/issues/detail?id=1554 TEST= build chrome, host files for "run_pnacl_example_browser_test" and "run_pnacl_bad_browser_test" from a nacl repo (since there is no pnacl toolchain downloaded in chrome repo) and load the test. Review URL: http://codereview.chromium.org/7828088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99820 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=95557 TEST=None TBR=dmichael Review URL: http://codereview.chromium.org/7837009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99819 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99818 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
copy over .pak files and it works on a clean build. Also define NativeComboboxWrapper::CreateWrapper for aura. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/7779053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99817 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
1028: Change how hard_dependencies of static_libraries are computed 1029: Change to the json backend 1030, 1031: make_global_settings support BUG=none TEST=none Review URL: http://codereview.chromium.org/7839006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99816 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Get rid of a LazyInstance usage to get rid of code execution at static init time. This doesn't need to be thread safe. BUG=94925 Review URL: http://codereview.chromium.org/7756015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99815 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
A stab at fixing a crashing bug and a bandaid to prevent the crash if that stab is in the wrong place. BUG=94620 Review URL: http://codereview.chromium.org/7835023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99814 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/93947 TEST=none Review URL: http://codereview.chromium.org/7839002 TBR=ben@chromium.org Review URL: http://codereview.chromium.org/7840010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99813 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
- DBus.SyncMethodCallTime: time spent to perform synchronos method calls - DBus.AsyncMethodCallTime: time spent to perform asynchronos method calls - DBus.SyncMethodCallSuccess: success ratio of synchronous method calls - DBus.AsyncMethodCallSuccess: success ratio of asynchronous method calls - DBus.ExportedMethodHandleTime: time spent to handle calls to export methods - DBus.ExportedMethodHandleSuccess: success ratio of the exported method calls - DBus.SignalHandleTime: time spent to handle signals - DBus.SignalSendTime: time spent to send signals BUG=chromium:90036 TEST=dbus_unittests Review URL: http://codereview.chromium.org/7824054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99811 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/93947 TEST=none Review URL: http://codereview.chromium.org/7839002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99810 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=95317 TEST=Check that querying for mail.google.com in the HSTS debug UI (under about:net-internals), works. Review URL: http://codereview.chromium.org/7739031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99809 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This is neccessary to make the interface usable with stanzas generated by JingleMessage::ToXml(). BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/7809003 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/7841006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99807 0039d316-1c4b-4281-b951-d872f2087c98
-
imasaki@google.com authored
Review URL: http://codereview.chromium.org/7789008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99805 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
beta give 20 mins for shutdown. BUG=95506 TEST=shutdown R=jar Review URL: http://codereview.chromium.org/7839003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99804 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
BUG=95547 TEST=Mac Valgrind goes green. TBR=wez@chromium.org Review URL: http://codereview.chromium.org/7840009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99802 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This is neccessary to make the interface usable with stanzas generated by JingleMessage::ToXml(). BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/7809003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99801 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
This is the remains of http://codereview.chromium.org/6904063/, a 4-part commit that stalled with full functionality but before full cleanup because I went on leave. Reviewers: Tony for webkit/tools/test_shell ownership, Michael for everything else. BUG=none TEST=existing filesystem tests Review URL: http://codereview.chromium.org/7820005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99800 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Moving generic flex box CSS rules to a more shared location. BUG=87378 TEST=None, everything should look and work the same. Review URL: http://codereview.chromium.org/7739030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99798 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
Fix source-tree paths passed to compiler and linker flags of nacl_helper_bootstrap so that they are correct when building with ninja. BUG=None TEST=Manual: nacl_helper_bootstrap target should build both with make and ninja. Review URL: http://codereview.chromium.org/7828095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99796 0039d316-1c4b-4281-b951-d872f2087c98
-
mdm@chromium.org authored
This allows us to use BrowserThread::GetMessageLoopProxyForThread() to specify the DBus thread. Also do a little bit of unrelated comment cleanup. BUG=90036 Review URL: http://codereview.chromium.org/7800023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99794 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7834007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99792 0039d316-1c4b-4281-b951-d872f2087c98
-
kathyw@chromium.org authored
packaged the extension you're uploading. (This page is in the extension doc set, thus the references to "extension". We should eventually move all .crx and manifest-related docs out of the extension doc set and into a Chrome-wide doc set.) BUG=93218 TEST=none Review URL: http://codereview.chromium.org/7824048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99790 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
Identical change previously reviewed as 7789006, couldn't commit due to git issues. TBR=jam@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7839007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99789 0039d316-1c4b-4281-b951-d872f2087c98
-
ftp://ftp.emea.ibm.com/toibm/tivoliphajdan.jr@chromium.org authored
Recognize a slightly different format of a "Permission denied" error. BUG=95443 TEST=Navigate to ftp://ftp.emea.ibm.com/toibm/tivoli; no error message should appear. Review URL: http://codereview.chromium.org/7795024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99788 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
This gets browser.lib to build. http://crbug.com/93947 TEST=none Review URL: http://codereview.chromium.org/7834048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99787 0039d316-1c4b-4281-b951-d872f2087c98
-