- 22 May, 2012 14 commits
-
-
jamesr@chromium.org authored
Chromium-side patch for API change in https://bugs.webkit.org/show_bug.cgi?id=87046. After the WebKit patch lands and rolls, I'll remove the #ifdef and the old branch. BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10414030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138190 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=crosbug.com/p/8288 TEST=manual and ran unit_tests Review URL: https://chromiumcodereview.appspot.com/10408040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138189 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=scheib@chromium.org BUG=129102 TEST= Review URL: https://chromiumcodereview.appspot.com/10388222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138188 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This was introduced by r135054, which moved some code that derefed owner() up above the check to see whether it was NULL. BUG=128714 TEST=none Review URL: https://chromiumcodereview.appspot.com/10392189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138187 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously when receiving disconnection event the host was stopping screen recorder even when there are other active sessions. Obviously this is wrong. BUG=128643 Review URL: https://chromiumcodereview.appspot.com/10409021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138185 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Values seem stable around ~55ms locally. Will monitor on the bots to see if we need to add some additional loops. BUG=128615 TEST=This fabulous new test! Review URL: https://chromiumcodereview.appspot.com/10411007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138184 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
The part of chromium that is DEPSed in to WebKit depends on ppapi.gyp via webkit/glue. This puts the conditional include of ppapi_proxy_untrusted.gypi in to a new gyp file creatively named ppapi_proxy_untrusted.gyp. This way we can add it to all.gyp, and we're sure it's not used by WebKit. See also the previous attempt: http://codereview.chromium.org/10399068/ And the partial revert of that: http://codereview.chromium.org/10414010/ BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10409061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138183 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138182 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Redness on GPU bots is expected. Will update the test expectations later. BUG= TEST=gpu bots TBR=jbates Review URL: https://chromiumcodereview.appspot.com/10411065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138181 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=129088 Review URL: https://chromiumcodereview.appspot.com/10383274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138180 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Rename it to AssociateURLFetcherWithRenderView(). This will enable us to remove content::URLFetcher completely and use net::URLFetcher exclusively. BUG=118220 TEST= TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138178 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=129047 TEST=manually checked on Goobuntu and Lumpy Review URL: https://chromiumcodereview.appspot.com/10413040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138177 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=125059 TEST= Review URL: https://chromiumcodereview.appspot.com/10414034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138176 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Failing net_unit_tests RequestSocketsMultipleTimesDoesNothing. When uploading a file with http authentication, UploadData is reused for a new UploadDataStream. Hence, we should close the files in UploadData if already opened and read, so we can reread the files from the beginning. The regression was caused by r123677. Special thanks to thomas.themel for identifying the offending patch and helping us to fix the issue. BUG=128574 TEST=added a unit test; manually confirmed that uploading a file with basic authentication, and multi-round authentication with NTLM and Negotiate worked. Review URL: https://chromiumcodereview.appspot.com/10408042 TBR=satorux@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138175 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 May, 2012 26 commits
-
-
groby@chromium.org authored
BUG=128089 TEST=Select an intent with inline disposition, watch picker resize Review URL: https://chromiumcodereview.appspot.com/10411010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138172 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10411043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138170 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Also modified naclsdk_manifest2.json to allow update_nacl_manifest to upload pepper_20 bundles. BUG=none TEST=tests/test_update_manifest.py Review URL: https://chromiumcodereview.appspot.com/10414011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138169 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
When uploading a file with http authentication, UploadData is reused for a new UploadDataStream. Hence, we should close the files in UploadData if already opened and read, so we can reread the files from the beginning. The regression was caused by r123677. Special thanks to thomas.themel for identifying the offending patch and helping us to fix the issue. BUG=128574 TEST=added a unit test; manually confirmed that uploading a file with basic authentication, and multi-round authentication with NTLM and Negotiate worked. Review URL: https://chromiumcodereview.appspot.com/10408042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138168 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=129059 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10411062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138165 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
TBR=sky@chromium.org BUG=119779 TEST= Review URL: https://chromiumcodereview.appspot.com/10407079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138162 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10389138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138161 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=129030 TEST=fast/canvas/webgl/ layouttests all pass Review URL: https://chromiumcodereview.appspot.com/10332275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138160 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Add the HasAreaOpen method to DomStorageHost. Intended for use to make event propagation less chatty. BUG=128482 Review URL: https://chromiumcodereview.appspot.com/10413018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138158 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=groby TBR=aa Review URL: https://chromiumcodereview.appspot.com/10413039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138156 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=1 CID=104054 BUG=none TEST=none R=groby TBR=aa Review URL: https://chromiumcodereview.appspot.com/10383272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138155 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
TBR=bartfab@chromium.org BUG=129065 TEST= Review URL: https://chromiumcodereview.appspot.com/10420002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138152 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
Allows mouse lock to be entered outside of fullscreen. The root changes are in chrome/browser/ui/fullscreen_controller They require the user interface bubble to be more tolerant of state changes. Three versions of that code are modified: Views: chrome/browser/ui/views/frame/browser_view.cc GTK: chrome/browser/ui/gtk/browser_window_gtk.cc Mac: chrome/browser/ui/cocoa/... Testing is expanded in: chrome/browser/ui/browser_browsertest.cc BUG=107013 TEST=Entering and exiting of mouse lock and fullscreen. chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html Review URL: https://chromiumcodereview.appspot.com/10261011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138150 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=included Review URL: https://chromiumcodereview.appspot.com/10332190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138148 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=129065 TEST= Review URL: https://chromiumcodereview.appspot.com/10407076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138146 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
This adds a webui overlay on the extensions page for showing what Extension keybindings are active. Doesn't allow you to change anything yet (future changelist). This is the precursor to Extension Commands Conflict Resolution. BUG=121420 TEST=None Review URL: https://chromiumcodereview.appspot.com/10383240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138145 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=128429 TEST=Connect to a wimax network with a bad passphrase (anything staring with "bad" in the stub implementation). Dialog should come up again after conenction fails. Review URL: https://chromiumcodereview.appspot.com/10409057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138144 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=127931 TEST=green bots TBR=jhawkins, willchan Review URL: https://chromiumcodereview.appspot.com/10392188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138143 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138142 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=steveblock Review URL: https://chromiumcodereview.appspot.com/10332279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138141 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138139 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Pulls in: ffa61fc mp3: fix start band index for block type 2 in 8kHz audio 9894d3a mpegaudidec: 10l forgot buf_size ed6e594 mpegaudiodec: skip initial zeros. 555537f mp3demux: fix id3 discard code 5ecdf34 mp3demux: fix off by 1 error 598bd74 mp3decoder: discard ID3 tags 0c706ac Mark truncated packets as corrupt in av_get_packet. BUG=69730,128826 TEST=mp3 files in bugs. media_unittests. ffmpeg_regression_tests. TBR=scherkus Review URL: https://chromiumcodereview.appspot.com/10399110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138138 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
It's not clear to me why this is happening frequently. This should only fail if there is no default provider, but if that's true how are we doing instant? ...Whatever. BUG=128575 TEST=none Review URL: https://chromiumcodereview.appspot.com/10392184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138135 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=103539 TEST= Review URL: https://chromiumcodereview.appspot.com/10332277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138132 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
libjingle expects socket state to be in BOUNDED when it receives SignalAddressReady. But chrome does the state change after signal is delivered. Changed state to BOUND before signal is sent. Review URL: https://chromiumcodereview.appspot.com/10411039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138131 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Timing out on windows and linux. BUG=128412 TEST= Review URL: https://chromiumcodereview.appspot.com/10417015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138130 0039d316-1c4b-4281-b951-d872f2087c98
-