- 06 Mar, 2013 1 commit
-
-
dalecurtis@google.com authored
It turns out Chrome doesn't have a minimum requirement of SSE yet, so we can't rely on __SSE__ being set at compile time. To use SSE code we need to put it in a separate GYP target compiled with -msse. This patch set does exactly that for vector_fmac::FMAC_SSE() and SincResampler::Convolve_SSE(). Doing so required some slight rearrangements of constants for SincResampler. Given all of our bots should have SSE I've made it a requirement for passing the tests when run on X86. BUG=none TEST=media_unittests Review URL: https://codereview.chromium.org/12478002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186285 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Mar, 2013 39 commits
-
-
piman@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/12486002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186283 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
BUG=18323 Review URL: https://codereview.chromium.org/12441004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186281 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
The daemon has to provide an implementation of IRdpDesktopSessionEventHandler interface in order to receive events from RdpDesktopSession. It is currently a dual interface (inherited from IDispatch) which either makes the implementation more complex than necessary or makes the daemon to depend on ATL. Switching to raw interfaces allows to both simplify the implementation and avoid ATL dependency. This CL makes remoting_core.dll a proxy/stub DLL used to marshall the raw interfaces that the host defines. BUG=137696 Review URL: https://codereview.chromium.org/12390060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186280 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Running "naclsdk update" should only update bundles that are marked recommended == "yes". Also, the "sdk_tools" bundle is marked as recommended, but should not be added to this list (it is automatically updated). BUG=179648 R=sbc@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12470004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186279 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
Needs https://codereview.chromium.org/12371002 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/12389061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186278 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
* Move code out of libjingle_p2p and libjingle_peerconnection into the libjingle lib. * Update gyp files that previously depended on libjingle_p2p to depend on libjingle. * Only the constant files are left in the extra libs (which is why they exist). * Move the webrtc code out into a separate target. Review URL: https://codereview.chromium.org/12465002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186277 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 R=thakis@chromium.org TEST=platform/chromium/permissionClient tests pass Review URL: https://codereview.chromium.org/12450006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186276 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=marja@chromium.org,michaeln@chromium.org BUG=180381,166470 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12430005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186275 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
When an unknown IPC message is received by the daemon, the sender process is asked to terminate itself to generate a crash dump. When such a message is received by either network or desktop process the receiver CHECK(). The crashed process will be automatically restarted by the daemon (applying exponential backoff as needed). BUG=179215 Review URL: https://codereview.chromium.org/12390027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186274 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
Caused failures in interactive_ui_tests on Mac 10.6 Tests (dbg) bots. > Disable threaded compositing, but leave force compositing > enabled. > > BUG=172015 > TBR=tonyg > > Review URL: https://codereview.chromium.org/12482002 TBR=ccameron@chromium.org Review URL: https://codereview.chromium.org/12494002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186272 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
Some minor refactoring. NOTRY=True BUG=None Review URL: https://chromiumcodereview.appspot.com/12477002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186271 0039d316-1c4b-4281-b951-d872f2087c98
-
about://instantsamarth@chromium.org authored
Allow users to clear all the log messages in about://instant which makes debugging a lot easier. Remove the old "Reset" button since it becomes confusing which one does what (and that button isn't really that useful anyway). TESTED=navigate to about://instant, click "Clear" BUG=none Review URL: https://chromiumcodereview.appspot.com/12377095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186270 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
On Windows echo.bat and empty_app.bat used byt native messaging tests invoke test python scripts. Update these files to all pass the arguments. This is a portion of https://codereview.chromium.org/12406002/ that fails to apply on trybots. BUG=142915 NOTRY=true TBR=mpcomplete@chromium.org Review URL: https://codereview.chromium.org/12480004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186268 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
Most users won't have an idea of what a "chunk" is, and performing calculations with them is difficult because the chunk length differs by platform. This CL switches to registering based on a maximum value length. For Chrome keys, it provides sensible length constants with COMPILE_ASSERT'd guarantees about the chunkiness. BUG=77656 Review URL: https://codereview.chromium.org/12211080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186267 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=176325, 168889 TEST=build/android/run_instrumentation_tests.py Review URL: https://codereview.chromium.org/12378048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186266 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
enabled. BUG=172015 TBR=tonyg Review URL: https://codereview.chromium.org/12482002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186264 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
This commit removes the 'canary' flag from the SyncSessionJob. This makes the code a bit simpler, and makes it slightly more difficult to create bugs that would schedule too many canary jobs. BUG=175024 Review URL: https://chromiumcodereview.appspot.com/12317104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186263 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://gesturesadrul@chromium.org authored
* Make sure 'step' is set to 'any' by default. * Assign 'min' values for some of the fields that accept negative values. BUG=none Review URL: https://codereview.chromium.org/12381045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186262 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
We already have dialogs to take the user through the "make Chrome default" flow on platforms that require user actions to make Chrome default; we shouldn't try to honor the "make default" prefs in the middle of an install. This CL reverts parts of http://crrev.com/142727. BUG=172088 Review URL: https://chromiumcodereview.appspot.com/12398024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186261 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
TBR=maruel@chromium.org NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/12477004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186260 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=117173 Review URL: https://codereview.chromium.org/12389037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186258 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Add a number of connection type fields to ExtraData instead of using the fields on WebURLResponse. They will be removed from WebURLResponse in: https://bugs.webkit.org/show_bug.cgi?id=111237 BUG= Review URL: https://chromiumcodereview.appspot.com/12381054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186257 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Exclude AutocompleteActionPredictorTest.RecommendActionURL on linux/chromeos valgrind bot as it seemed to introduce hang. I'll revert this if this didn't help. NOTRY=true TBR=jknotten@chromium.org BUG=180335 TEST=none Review URL: https://chromiumcodereview.appspot.com/12479002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186256 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=177012 TEST=win_aura bot. TBR=sky Review URL: https://codereview.chromium.org/12435003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186255 0039d316-1c4b-4281-b951-d872f2087c98
-
leozwang@chromium.org authored
Update ndk toolchain to api level 14 to make application to be able to setup SL_ANDROID_RECORDING_PRESET_VOICE_COMMUNICATION mode which was introduced in api level 14 in opensl. BUG=179926 Review URL: https://chromiumcodereview.appspot.com/12379078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186254 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Some fixes from a late code review for: https://codereview.chromium.org/12334124 Review URL: https://chromiumcodereview.appspot.com/12447006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186253 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=180205 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/12406012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186252 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
Also, update the default mipsel sysroot to match the work in issue 12315003. Review URL: https://chromiumcodereview.appspot.com/12387011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186251 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add SPDY/3.1 info for NPN and Alternate-Protocol. BUG=176592 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/12388099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186250 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
We always build with skia now. This change removes dead code, and unnecessary USE_SKIA guards. BUG=110881 Review URL: https://chromiumcodereview.appspot.com/12437007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186249 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=153096 Review URL: https://chromiumcodereview.appspot.com/12428002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186248 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=180218 Test=manually TBR=fsamuel@chromium.org Review URL: https://chromiumcodereview.appspot.com/12425007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186247 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
If a frame passes ownership of a resource, but no quads in the frame use it, the resource should be passed back to the child, not held forever. If a new frame is given to the delegated renderer layer before the taking unused resources from it, they are re-added to the new frame in case it uses any of them. The resources not used by the new frame will be returned after the next commit. Tested by existing delegated renderer tests, and also by: LayerTreeHostDelegatedTestUnnamedResource.runSingleThread LayerTreeHostDelegatedTestUnnamedResource.runMultiThread LayerTreeHostDelegatedTestDontLeakResource.runSingleThread LayerTreeHostDelegatedTestDontLeakResource.runMultiThread LayerTreeHostDelegatedTestResourceSentToParent.runSingleThread LayerTreeHostDelegatedTestResourceSentToParent.runMultiThread LayerTreeHostDelegatedTestCommitWithoutTake.runSingleThread LayerTreeHostDelegatedTestCommitWithoutTake.runMultiThread R=piman BUG=123444 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12385085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186246 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
This CL initializes a single-threaded apartment on the main thread in the daemon and configures COM security in the following way: - The daemon authenticates that all data received is from the expected client. - The daemon can impersonate clients to check their identity but cannot act on their behalf. - The caller's identity on every call (Dynamic cloaking). - Activations where the activated COM server would run under the daemon's identity are prohibited. BUG=137696 Review URL: https://codereview.chromium.org/12378078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186245 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This class vends GTK colors into views. There are a lot of little places where cleanup is needed due to hard coded colors in views, but this is a start and HighContrastInverse doesn't look too terrible. BUG=130810 Review URL: https://chromiumcodereview.appspot.com/12395034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186244 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/12393045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186243 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
Navigating to iwoeaslkdfja.com will now show the alternate error/suggestion page, instead of the net::ERR_NAME_NOT_RESOLVED error page. BUG=179399 Review URL: https://chromiumcodereview.appspot.com/12391082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186242 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
The switch to MessagePopupCollection broke this test but wasn't caught on the try bots since --enable-rich-notifications isn't run there. R=stevenjb@chromium.org TBR=mukai@chromium.org BUG=NONE TEST=ash_unittests --enable-rich-notifications Review URL: https://chromiumcodereview.appspot.com/12391041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186241 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186240 0039d316-1c4b-4281-b951-d872f2087c98
-