- 04 Dec, 2012 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171004 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r10361: (mseaborn) Performance tests: Print more digits for timing results r10362: (mseaborn) Fix __nacl_tls_combined_size() to account for ARM header alignment properly r10363: (mcgrathr) toolchain_build: Fix stripping of objects and archives so they remain usable r10364: (bsy) Add testing scons option tsan_command to work the same way as memcheck_command, and memcheck_trusted_only to skip untrusted code valgrind memcheck tests r10365: (kschimpf) Add uses to decoders in table miscellaneous_instructions r10366: (mseaborn) IRT: Fix free() of invalid address in thread_exit() r10367: (jfb) ARM validator: reject conditionalized memory accesses as a proper SFI mechanism. r10368: (mseaborn) Cleanup: Combine two TLS initialisation functions into one function r10369: (mseaborn) Fix Chrome's irt_variant_test_scons_files to be added to nacl_irt_test_env r10370: (jfb) s/NaClCPUFeature_/NaClCPUFeatureX86_/g r10371: (sbc) Add gcc arm toolchain support to gyp build. r10372: (hamaji) Fix pnacl-clang -v with no inputs r10373: (sbc) Remove unused --save-downloads-dir option download_toolchains.py. BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/11412317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171003 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This involved: a) Removing methods that used PrefObserver from PrefChangeRegistrar and PrefMember. b) Removing implementation of PrefObserver from a few remaining classes. c) Removing NULL PrefObserver parameter for classes using PrefMember but not wishing for a callback. d) Updating unit tests and test utility classes. Also fixed what was most likely a bug (or at least an unintentional change in behavior) that I had introduced in CoreChromeOSOptionsHandler in a previous change. Before my series of PrefObserver-related changes, there was polymorphism involved and the subclass was only handling pref changes for a couple of preferences (kProxy and kUseSharedProxy, only one of which it registers for itself) if the PrefService was the standard one, not the incognito one, otherwise delegating to the parent class. TBR=ben@chromium.org BUG=155525 Review URL: https://chromiumcodereview.appspot.com/11316163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171002 0039d316-1c4b-4281-b951-d872f2087c98
-
digit@chromium.org authored
The Skia build depends on arm_neon_optional=1 being defined in GYP_DEFINES to enable dynamic NEON support. It looks like this option was lost in translation during the upstreaming of build/android/. Note that this won't fix crbug.com/161834, i.e. on JB and higher, the sandboxing currently prevents the CPU feature detection from working, but it's a first step in the right direction (it fixes the code for ICS devices though). BUG=164002 R=joth@chromium.org,torne@chromium.org,djsollen@chromium.org,tomhudson@chromium.org,reed@chromium.org Review URL: https://chromiumcodereview.appspot.com/11419299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171001 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=81265 TEST=When setting up sync using the gaia-based web flow, the user should have the option to configure sync before it starts. The UX should be same as the native ui flow. Review URL: https://chromiumcodereview.appspot.com/11418200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170999 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170998 0039d316-1c4b-4281-b951-d872f2087c98
-
mmassi@chromium.org authored
TBR=svenpanne@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11348379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170997 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
- "total ..." lines can have values bigger than 32-bit - some servers use "l" as a flag in permission listing - some servers prepend garbage to the month column - NetWare directory listings can have spaces in file names - one additional variant of VMS error message BUG=none Review URL: https://codereview.chromium.org/11418296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170996 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=163755 TEST=EncryptedMediaTest.FrameChangeVideo in content_browsertests using externalclearkey. Review URL: https://codereview.chromium.org/11414226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170995 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:152937 TEST=Manual, user policy still works. Review URL: https://codereview.chromium.org/11434053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170991 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=163209, 162733 Review URL: https://codereview.chromium.org/11414271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170990 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11428136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170989 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/162100 R=sadrul@chromium.org Review URL: https://codereview.chromium.org/11414304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170988 0039d316-1c4b-4281-b951-d872f2087c98
-
pshenoy@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11415264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170987 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=164176,164178,164179 TBR=glider Review URL: https://codereview.chromium.org/11411360 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170986 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/11434091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170985 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=157093 Review URL: https://codereview.chromium.org/11421209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170984 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Completely unmodified resubmit of https://codereview.chromium.org/11361265/ Actual bug causing previous submission to fail is fixed in https://codereview.chromium.org/11413054/ TBR=rlp@chromium.org,sky@chromium.org BUG=154918 Review URL: https://codereview.chromium.org/11316090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170983 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=67957,125928 TBR=glider Review URL: https://codereview.chromium.org/11308352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170982 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=163728 TBR=robertshield Review URL: https://codereview.chromium.org/11411359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170979 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=161880 TBR=nkostylev Review URL: https://codereview.chromium.org/11428124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170977 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This code was accessing preferences and it was asserting in Debug mode because it was being run on another thread. BUG=99504,164000 Review URL: https://codereview.chromium.org/11299312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170976 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This is in preparation for refreshing public account policy, which doesn't have a PrefService at its disposal. CloudPolicyManager now takes care of extracting the pref value and passing it on to CloudPolicyRefreshScheduler. BUG=chromium:152937 TEST=unit tests Review URL: https://chromiumcodereview.appspot.com/11299305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170974 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=161233 Review URL: https://codereview.chromium.org/11428083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170973 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170972 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/11316240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170969 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11364068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170968 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Move a number of static variables SPDY to HttpNetworkSession::Params. Simplifies the creation of HttpNetworkSession::Params in IOThread by creating a method to do just that. Fixes a bug in chrome/browser/profiles/profile_io_data.cc where some of the Globals were not being consulted when the HttpNetworkSession was constructed. BUG=162571 Review URL: https://chromiumcodereview.appspot.com/11415219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170967 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170966 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL does follow-up work to https://chromiumcodereview.appspot.com/11412101/ : 1. Turns on MessageLoop unittests on iOS. 2. Fixes a bug that the |FileDescriptorWatcherOutlivesMessageLoop| test uncovered wherein |FileDescriptorWatcher| needs to retain its pump to ensure that it can safely call |RemoveRunLoopSource()| on the pump at destruction if necessary. 3. Stops message_pump_libevent being built on iOS. Review URL: https://chromiumcodereview.appspot.com/11299301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170965 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
Apparently it's possible for mHandler to run after .destroy has been called on mContentViewCore. Since the ContentViewCore.destroy() documentation states that no other methods may be called on it after destroy() it seems like the right fix is to add a check to the handler. BUG=None Review URL: https://chromiumcodereview.appspot.com/11412273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170964 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/11418308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170963 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=155069 Saves 170k in libchromeview.so Review URL: https://chromiumcodereview.appspot.com/11411324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170962 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=156041 Review URL: https://chromiumcodereview.appspot.com/11416339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170961 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
Delay the calls to CheckForExternalUpdates() and GarbageCollectExtensions() until onload fires for the first frame to reduce IO at startup. For newly created profiles we don't delay CheckForExternalUpdates(). BUG=136623 TEST=All unit tests should pass, external extension updates should continue to work. Review URL: https://chromiumcodereview.appspot.com/10914076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170960 0039d316-1c4b-4281-b951-d872f2087c98
-
olonho@chromium.org authored
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3174 TEST=along with IRT init and va_list fixes allows to run ARM nexes Review URL: https://chromiumcodereview.appspot.com/11348347 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170959 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170958 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
It was introduced in https://codereview.chromium.org/6625037 to prevent the toast from being shown when Chrome was already running; however, now that Chrome returns early if it fails to grab the singleton, this code is never reached in a state where the current process doesn't hold the singleton. Review URL: https://chromiumcodereview.appspot.com/11419258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170957 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Before full screen magnifier was enabled by default, instead of disabled. Also, it didn't listen to state switches. This patch addresses these issues. BUG=163147 Review URL: https://chromiumcodereview.appspot.com/11412264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170956 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11348377/ Review URL: https://codereview.chromium.org/11414309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170955 0039d316-1c4b-4281-b951-d872f2087c98
-