- 10 Jul, 2012 40 commits
-
-
junov@chromium.org authored
BUG=133432 TEST=none Review URL: https://chromiumcodereview.appspot.com/10702038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145925 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
This is the Chromium side of http://webk.it/87399. BUG=130425 TEST=None yet. Confirmed plugin is instantiated when GetClient()->createHelperPlugin(frame_); is added to WebMediaPlayerImpl::play(). Review URL: https://chromiumcodereview.appspot.com/10442102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145924 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145923 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10695123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145922 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
BUG=153115 TEST=self Review URL: https://chromiumcodereview.appspot.com/10701124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145920 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
Ran in on Windows. It worked here. Not sure why it failed on bots a week ago. BUG=135229 TEST=it IS a test Review URL: https://chromiumcodereview.appspot.com/10748014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145916 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
BUG=136548 TBR=yzshen@chromium.org Review URL: https://chromiumcodereview.appspot.com/10736012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145915 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=benrg@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10689136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145913 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This code hasn't been used since M19 - as of M20 canvas_skia.cc is used instead. BUG=105550 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10735009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145911 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This causes a compile warning. Review URL: https://chromiumcodereview.appspot.com/10702124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145910 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
I suspect that some of the version shear crashes happen to users with non-local profiles. In this case, it's easy to imagine that the version info in the registry is out of sync with that on the filesystem. Copied from http://codereview.chromium.org/10740003/. Try jobs on the first pass missed a compile break in chrome_nacl_win64. BUG=78585 TEST=none TBR=siggi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10698129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145908 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@google.com authored
BUG= none TEST= none Review URL: https://chromiumcodereview.appspot.com/10762009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145907 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
A crash can happen when the token is received after the NavigationController is destroyed. This change prevents this by listening to WebContents being destroyed. BUG=None TEST=None R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10692074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145903 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
CID=104368 R=miket@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10765014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145902 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10765008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145901 0039d316-1c4b-4281-b951-d872f2087c98
-
rbultje@chromium.org authored
Some FFmpeg SIMD functions overread/write slightly to have more efficient buffer access code. Not adding padding thus can lead to overreads/bytes (and crashes) when the buffer pointer points near the end of the frame boundaries. BUG=136231 Review URL: https://chromiumcodereview.appspot.com/10765015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145900 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
This is speculative, since we don't have the underlying support in NaClIPCAdapter. But I verified locally that it works as well as it did before (i.e., sending data works). BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10750005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145899 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Moved ExtensionPrefs, ExtensionPrefsScope, and TestExtensionPrefs into extensions namespace. BUG=135024, 117261 Review URL: https://chromiumcodereview.appspot.com/10704023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145898 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10700127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145897 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
The owner of an infobar delegate might be NULL if the infobar is already in the process of being deleted. Checking for this before asking it to dismiss in the auto-login infobar. TEST=None BUG=None Review URL: https://chromiumcodereview.appspot.com/10701080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145896 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=none TEST=none TBR=fischman Review URL: https://chromiumcodereview.appspot.com/10704130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145895 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
I suspect that some of the version shear crashes happen to users with non-local profiles. In this case, it's easy to imagine that the version info in the registry is out of sync with that on the filesystem. BUG=78585 TEST=none Review URL: https://chromiumcodereview.appspot.com/10740003 TBR=grt@chromium.org Review URL: https://chromiumcodereview.appspot.com/10704132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145894 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
ExternalTabContainerWin wasn't forwarding requests for media access permission over to Browser's implementation BUG=134624 TEST=visit http://www.corp.google.com/~xians/webrtc_getusermedia.html, click the "GetUserMedia" button, and notice the infobar. Review URL: https://chromiumcodereview.appspot.com/10692113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145893 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
I suspect that some of the version shear crashes happen to users with non-local profiles. In this case, it's easy to imagine that the version info in the registry is out of sync with that on the filesystem. BUG=78585 TEST=none Review URL: https://chromiumcodereview.appspot.com/10740003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145892 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is part of the unit_tests linking effort. This will later have to be implemented (upstreamed) properly. Review URL: https://chromiumcodereview.appspot.com/10701092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145891 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove browser::FindLastActiveWithProfile call in importer code. There are many ways to create an ImporterHost, but only when it's created from the webui do we give the option to import from Google Toolbar. In that case, pass the Browser* directly. BUG=129187 Review URL: https://chromiumcodereview.appspot.com/10750018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145890 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
(from @google). NOTRY=true BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10756019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145889 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145888 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
Problem was the following. Sometimes mount completed event comes before volume list initialized. In this case DirectoryModel sees that something has changed and the current volume is not mounted. Solution consists in not firing the 'change' event before the volume list has initialized. BUG=135477 TEST=Insert and remove a USB stick several times. Review URL: https://chromiumcodereview.appspot.com/10735031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145887 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10689135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145886 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
This doesn't hook it up yet. Pepper Flash needs this for RTMPT. BUG=134615 TEST=not really (except for trivial URL request test) Review URL: https://chromiumcodereview.appspot.com/10762017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145885 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145884 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
All files under LayoutTests/http/tests/websocket/tests/hixie76 where removed from WebKit at r122199 which was rolled into chromium in r145860. Since these files do not exist anymore, remove them from browser_tests.isolate. TBR=thakis@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10696149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145883 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
The only CL that's in that roll is the one adding iOS support to nss.gyp BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10694114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145882 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145881 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=4 CID=104409,104410,104411,104412 BUG=none TEST=none R=groby TBR=sky,hans,darin Review URL: https://chromiumcodereview.appspot.com/10703108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145880 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
Pick up use_system_icu support for Android in icu.gyp Review URL: https://chromiumcodereview.appspot.com/10696146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145879 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Cyberoam report that they have already pushed a fix to their boxes. BUG=none TEST=none https://chromiumcodereview.appspot.com/10763006/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145877 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
According to math.h in the 10.6 SDK, finite is deprecated in favor of isfinite, and finite isn't available on iOS. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10704126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145876 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=135092 TEST=Manually. Review URL: https://chromiumcodereview.appspot.com/10757004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145875 0039d316-1c4b-4281-b951-d872f2087c98
-