- 04 Dec, 2012 8 commits
-
-
mseaborn@chromium.org authored
These days, Linux Chromium uses two sandboxes simultaneously: a SUID sandbox and (on recent kernels) a seccomp-BPF sandbox. There's no reason to disable the seccomp-BPF sandbox when running NaCl tests. There's not much reason to disable the SUID sandbox either: the SUID helper should be installed on the bots these days, but if it's not present Chromium should continue fine without it. BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/11412294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170855 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
R=piman,enne BUG=152337 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11419296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170854 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Tests: content_unittests:CCMessagesTest.AllQuads content_unittests:CCMessagesTest.Resources BUG=152337 R=piman NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11308306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170853 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
of HMAC::Init() and HMAC::Sign(). R=agl@chromium.org,bradnelson@chromium.org,thakis@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11419270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170852 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This class behaves like scoped_refptr and wraps the raw SkRefCnt subclass so that we don't have to call ref() and unref() directly on the pointers. Tested by: unit_tests:RefPtrTest.ReferenceCounting unit_tests:RefPtrTest.Construct unit_tests:RefPtrTest.DeclareAndAssign unit_tests:RefPtrTest.Assign unit_tests:RefPtrTest.Upcast BUG=163454 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11418217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170851 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Revert 170800 - Speculatively reverting 166585 to see if it fixes issue 160300 - 6% startup regression on Mac 10.6 Revert 166585 - Add a histogram enum to determine the cat's flavor and how many bits there are in it. BUG=159886, 160300 Review URL: https://codereview.chromium.org/11391002 TBR=mark@chromium.org Review URL: https://codereview.chromium.org/11348360 TBR=mark@chromium.org Review URL: https://codereview.chromium.org/11411343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170850 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
by making timeout from 5 (default) to 15 seconds. BUG=152033 Android java test change. Ran through android trybot NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11316304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170848 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
NOTRY=true R=yusukes@chromium.org BUG=162268 Depends on: https://codereview.chromium.org/11421055/ Depends on: https://codereview.chromium.org/11417144/ Depends on: https://codereview.chromium.org/11415124/ Review URL: https://chromiumcodereview.appspot.com/11280153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170847 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Dec, 2012 32 commits
-
-
benwells@chromium.org authored
There will be system tray support for these coming out in future. In the meantime we don't want apps to start relying on the background mode. BUG=163770 Review URL: https://chromiumcodereview.appspot.com/11421193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170844 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
These functions are not used. We can add them back if needed. Less code to maintain is preferable. BUG=none TEST=none Review URL: https://codereview.chromium.org/11419283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170843 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This function is not used anywhere and has been superceded by the CalculateKMeanColor functions in color_analysis. BUG=None Review URL: https://chromiumcodereview.appspot.com/11418280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170842 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This makes Graphics2D resource creation no longer under the "dev" flag. It also makes binding a graphics context non-synchronous. It doesn't need to be synchronous other than returning success/failure, which almost nobody will check anyway, and most success/failure cases we can detect in the proxy anyway. Doing this prevents the synchronous bind from racing with the async creation in the nested-message-loop case which can run sync messages out-of-order. BUG= Review URL: https://codereview.chromium.org/11308332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170841 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Instead if deleting the pixel buffer when released, just redefine it as size 0 and reuse the pixel buffer object next time a buffer is acquired. BUG=163482 TEST=manual Review URL: https://chromiumcodereview.appspot.com/11428127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170834 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Most of these tests will actually not really run, since the probe process will fail / crash under Valgrind. At least this allows us to test syscall.cc and in the future, the compiler (once policies get compiled even when we lack kernel support). BUG=163996 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11411326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170833 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This file isn't used on any bots, but is useful for development. BUG= Review URL: https://chromiumcodereview.appspot.com/11415251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170832 0039d316-1c4b-4281-b951-d872f2087c98
-
mkearney@google.com authored
TBR=miket@chromium.org Review URL: https://codereview.chromium.org/11308300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170831 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
BUG=164036 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11434093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170830 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170829 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG= TEST=tree TBR=tasak Review URL: https://codereview.chromium.org/11428145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170828 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@google.com authored
BUG=127536 Review URL: https://codereview.chromium.org/11418277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170827 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
BUG=163599 Android only change. Ran through Android trybots. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11418293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170826 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
> [Mac] Temporarily stop clearing zombie objects. > > Zombie objects are cleared to '!' to force faster failure. The bug > involves a containing object being zombied, and then trying to message > something it owns. This change will provide info on the object being > messaged, and perhaps info on who deallocated it. > > BUG=154483 > > > Review URL: https://chromiumcodereview.appspot.com/11359117 TBR=shess@chromium.org Review URL: https://codereview.chromium.org/11428147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170825 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This reverts r159875 and r170640. It cause a performance regression that's not easy to fix, as detailed in the bug. BUG=163706 TBR=asargent@chromium.org,erg@chromium.org,pkotwicz@chromium.org Review URL: https://codereview.chromium.org/11416324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170824 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/11280270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170823 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
> abort SendFinancialPing if process is shutting down > > > BUG=160810 > > > Review URL: https://chromiumcodereview.appspot.com/11419137 TBR=bcwhite@chromium.org Review URL: https://chromiumcodereview.appspot.com/11421201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170822 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
The experimental --site-per-process and --enable-strict-site-isolation modes disable reuse of renderer processes to improve security. The previous approach of making IsSuitableHost return false was breaking HasWrongProcessForURL, so we now return false in ShouldTryToReuseExistingProcessHost instead. BUG=160671 TEST=none Review URL: https://chromiumcodereview.appspot.com/11421179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170821 0039d316-1c4b-4281-b951-d872f2087c98
-
shashishekhar@chromium.org authored
Apks currently are not rebuilt when proguard flags change, add gyp dependency on proguard flags. Review URL: https://chromiumcodereview.appspot.com/11419249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170820 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/11308333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170818 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It was converted to a Telemetry test which the perf bots are using now. That makes one less user of the automation proxy. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11419268 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170817 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170816 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
gtest: 622: Fixes gtest-tuple.h in Visual C++ 7.1. 623: Removes obsolete debug code. 624: wiki change 625: Improves Android support (by David Turner). 626: wiki change 627: wiki change 628: combines 8 changes: * Fixes some python shebang lines. * Add ElementsAreArray overloads to gmock. * Templatize MatchAndExplain to allow independent string types. * Fix bug where the constructor of the return type of ElementsAre() saves a reference instead of a copy of the arguments. * Extends ElementsAre() to accept arrays whose sizes aren't known. * Switches gTest's internal FilePath class to std::string * Switches gTest & gMock from using testing::internal::String objects to std::string. 629: Unbreak building gtest with -std=c++11 on Mac OS X 10.6. gmock: 406: wiki change 407: Pulls in gtest r615 (Renames internal enums to the kFoo naming style.) 408: Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin). 409: wiki change 410: Same commit message as gtest 628. BUG=none Review URL: https://codereview.chromium.org/11431003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170815 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
BUG=163902 Review URL: https://chromiumcodereview.appspot.com/11428141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170812 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170811 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG= TEST=tree TBR=tasak Review URL: https://codereview.chromium.org/11411323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170810 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
This CL introduces two new concepts: - API permissions that cannot be found in the manifest (and therefore need not be in the optional permissions section to be optionally requested) - optional API permission requests that have associated data BUG=119473 TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170514 Review URL: https://chromiumcodereview.appspot.com/11413099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170809 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Removed a file that's not used any more TBR=rlp@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/11416297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170807 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
WebKit is expecting a fresh geolocation positions from the GeolocationClient, so we should try to send a fresh geolocation position. TEST= BUG=157244 Review URL: https://chromiumcodereview.appspot.com/11312210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170806 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Move many ProcessSingleton methods to "protected" visibility as an upcoming refactoring of ProcessSingleton on Windows requires that only NotifyOtherProcessOrCreate() be callable from the public interface. This doesn't change any code logic, just moves things around. BUG=None Review URL: https://codereview.chromium.org/11415237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170805 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Make it easier to reproduce simple bugs and issues by adding a trivial test for system calls with one argument. BUG=163904 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11434088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170804 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=151400 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/11411317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170803 0039d316-1c4b-4281-b951-d872f2087c98
-