summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-0615-18/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | If we receive a data frame without a status or without a version header, we close the stream with a PROTOCOL ERROR. Small bug fix to HttpNetworkTransaction to access the ResponseHeaders only if headers are there. In SpdyStream, retrun a SPDY_PROTOCOL_ERROR if we have pending data frames, but we haven't received "status" and "version" headers. (rch: removed the DCHECK for unit tests). SpdyHttpStream's OnDataReceived used to expect that it would be called only when all required headers are received. Converted the DCHECK into an error condition and SpdyStream closes the stream with PROTOCOL ERROR if OnDataReceived returns a network error. BUG=135485 R=rch@chromium.org TEST=network unittests Review URL: https://chromiumcodereview.appspot.com/10836084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150121 0039d316-1c4b-4281-b951-d872f2087c98
* Add comment explaining fix and added explicit HistoryService dependency in ↵dominich@chromium.org2012-08-063-3/+6
| | | | | | | | | | | | predictor. R=scottbyer@chromium.org,shishir@chromium.org BUG=140466 Review URL: https://chromiumcodereview.appspot.com/10825188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150120 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 149892 - Remove cygwin disease from grit (python) invocations :)scottmg@google.com2012-08-061-5/+2
| | | | | | | | | | | | | | | | (Try bots currently failing on pak build. Not sure that this is the cause, but I don't see a lot of other plausible candidates. I'll revert this revert if it doesn't help.) R=scottmg,joi BUG=123026 Review URL: https://chromiumcodereview.appspot.com/10832121 TBR=iannucci@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150118 0039d316-1c4b-4281-b951-d872f2087c98
* SPDY - Deleted SpdyHttpStream.* suppression from DrMemory.rtenneti@google.com2012-08-061-4/+0
| | | | | | | | | | | | | | | | We had fixed race condition bugs with checnked upload in http://src.chromium.org/viewvc/chrome?view=rev&revision=146255 We had renamed all SpdyHttpStreamSpdyTest.* tests as SpdyHttpStreamSpdy2Test and SpdyHttpStreamSpdy3Test and the old suppression is not needed. We have been running SpdyHttpStreamSpdy*Test* for a while. R=rnk@chromium.org BUG=95007 TEST=valgrind unittests Review URL: https://chromiumcodereview.appspot.com/10852005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150117 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the cursor to warp even when a window is dragged.yusukes@google.com2012-08-0618-72/+261
| | | | | | | | | | | This is the first step toward implementing crbug.com/136816 (Implement dragging window from one display to another). BUG=136816 TEST=try Review URL: https://chromiumcodereview.appspot.com/10835047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150116 0039d316-1c4b-4281-b951-d872f2087c98
* Update handling of Android language codescjhopman@chromium.org2012-08-061-4/+6
| | | | | | | | | | | | | | Chrome uses "id" as the Indonesian language code while Android uses the deprecated code "in". Similarly for Yiddish. This handles translating between the two. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10701179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150115 0039d316-1c4b-4281-b951-d872f2087c98
* Implement TLS Channel ID support for SPDY CREDENTIAL framesrch@chromium.org2012-08-068-54/+283
| | | | | | | | | BUG=139700 Review URL: https://chromiumcodereview.appspot.com/10807088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150112 0039d316-1c4b-4281-b951-d872f2087c98
* Try to get more information to track down 140054, specifically to see ↵jam@chromium.org2012-08-061-0/+2
| | | | | | | | whether OnChannelError is being called. Review URL: https://chromiumcodereview.appspot.com/10836115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150111 0039d316-1c4b-4281-b951-d872f2087c98
* Move base/android/path_service.cc|h to path_service_android.cc|hbenm@chromium.org2012-08-064-7/+7
| | | | | | | | | | | Gyp targets shouldn't contain source with identical basenames. Fallout from http://src.chromium.org/viewvc/chrome?view=rev&revision=149842 Review URL: https://chromiumcodereview.appspot.com/10828152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150110 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the notification text to be displayed in Windows 8 metro mode when a ↵ananta@chromium.org2012-08-061-1/+8
| | | | | | | | | | download completes. BUG=133109 R=cpu Review URL: https://chromiumcodereview.appspot.com/10853008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150109 0039d316-1c4b-4281-b951-d872f2087c98
* Extension docs server: make sidebar and search bar compatible with Firefox.mtytel@chromium.org2012-08-062-2/+2
| | | | | | | | BUG=139576 Review URL: https://chromiumcodereview.appspot.com/10826132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150108 0039d316-1c4b-4281-b951-d872f2087c98
* There are two places that log failure to start, tweak the message to tellthomasvl@chromium.org2012-08-061-1/+1
| | | | | | | | which one it was in logs. Review URL: https://chromiumcodereview.appspot.com/10825199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150107 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-08-061-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150106 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia to 4959reed@google.com2012-08-061-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10854006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150105 0039d316-1c4b-4281-b951-d872f2087c98
* Restore NativeWidgetWin::OnSetIcon to eliminate classic theme titlebar ↵msw@chromium.org2012-08-062-2/+9
| | | | | | | | | | | | | | | | | flickering. OnSetIcon (and OnSetText) were removed in crrev.com/111858. That was a speculative fix for crbug.com/97808. DefWindowProc for WM_SETICON does weird non-client painting. We need a ScopedRedrawLock to avoid flickering on title/icon updates. TEST=No Windows classic theme titlebar flickering. BUG=97808,140674 Review URL: https://chromiumcodereview.appspot.com/10826160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150104 0039d316-1c4b-4281-b951-d872f2087c98
* Removing unused assets after https://chromiumcodereview.appspot.com/10837089/saintlou@chromium.org2012-08-069-0/+0
| | | | | | | | | BUG=140336 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10829175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150103 0039d316-1c4b-4281-b951-d872f2087c98
* Destroy SystemTrayDelegate in Shutdown()stevenjb@google.com2012-08-061-0/+1
| | | | | | | | | BUG=140265 R=sadrul Review URL: https://chromiumcodereview.appspot.com/10836094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150102 0039d316-1c4b-4281-b951-d872f2087c98
* Add message to Ash message center for no notificationsstevenjb@google.com2012-08-064-24/+90
| | | | | | | | | | | Also hides tray before login. BUG=137155 TBR=sky@chromium.org (for ash_strings.grd) Review URL: https://chromiumcodereview.appspot.com/10834164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150101 0039d316-1c4b-4281-b951-d872f2087c98
* Allow writing browser_tests that involve a restart. The way to do this:jam@chromium.org2012-08-063-39/+106
| | | | | | | | | | | | | | | IN_PROC_BROWSER_TEST_F(Foo, PRE_Bar) { do something } IN_PROC_BROWSER_TEST_F(Foo, Bar) { verify something persisted from before } This is recursive, so PRE_PRE_Bar works. Review URL: https://chromiumcodereview.appspot.com/10832106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150096 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebSocketError to indicate decoding failure reasontoyoshim@chromium.org2012-08-065-49/+104
| | | | | | | | | BUG=none TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10824081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150095 0039d316-1c4b-4281-b951-d872f2087c98
* Add always on top windows to the alt+tab listzork@chromium.org2012-08-068-26/+374
| | | | | | | | | | BUG=114631 TEST=Open Google Talk. Try to alt+tab away from it, and then back. Review URL: https://chromiumcodereview.appspot.com/10700057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150094 0039d316-1c4b-4281-b951-d872f2087c98
* Retry "Add an interface for PNaCl to check if the session is incognito..."jvoung@google.com2012-08-0610-124/+268
| | | | | | | | | | | | | | | | | (previously 149749). Again, we use the interface to use the cache when available, or to load from a temporary file in incognito, when the cache is not available. Differences from previous try: * double-fd-close bug. * compiler warnings that show up in scons build. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 Review URL: https://chromiumcodereview.appspot.com/10834173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150093 0039d316-1c4b-4281-b951-d872f2087c98
* Fall back to the default favicon on invalid favicon files.thakis@chromium.org2012-08-063-4/+15
| | | | | | | | | | I regressed this in r149891. BUG=140689 Review URL: https://chromiumcodereview.appspot.com/10853018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150092 0039d316-1c4b-4281-b951-d872f2087c98
* Implement favicon.ico variant selection.thakis@chromium.org2012-08-065-0/+313
| | | | | | | | | | Not used anywhere yet. BUG=138550 Review URL: https://chromiumcodereview.appspot.com/10836105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150091 0039d316-1c4b-4281-b951-d872f2087c98
* Allow spoken feedback to be routed to TTS extensions, not just built-in TTS.dmazzoni@chromium.org2012-08-061-7/+13
| | | | | | | | | BUG=140248 TEST=Install pkidpnnapnfgjhfhkpmjpbckkbaodldb from the web store, wait for it to finish downloading voice data, then turn speech feedback on/off with Ctrl+Alt+Z and you should hear the high-quality voice. TBR=derat Review URL: https://chromiumcodereview.appspot.com/10850018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150089 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-08-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150088 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 124732:124752toyoshim@chromium.org2012-08-061-1/+1
| | | | | | | | TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150087 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 149794 - DownloadItem::Observer::OnDownloadDestroyed() replaces ↵rdsmith@chromium.org2012-08-0633-180/+155
| | | | | | | | | | | | | | | | | | | | | | | | DownloadItem::REMOVING Reviewers: Ben Goodger: chrome/browser/ui/views/download/download_item_view.*, chrome/browser/plugin_installer.*, chrome/browser/automation/automation_provider.cc rdsmith, asanka: all Nico (thakis): chrome/browser/ui/cocoa/download/download_item_mac.* Achuith: chrome/browser/chromeos/gdata/gdata_download_observer.* Evan (estade): chrome/browser/ui/gtk/download/download_item_gtk.*, chrome/browser/ui/webui/downloads_dom_handler.* Scott (sky): chrome/browser/history/history_unittest.cc Aaron (aa): chrome/browser/extensions/webstore_installer.* Add DownloadItem::Observer::OnDownloadRemoved() to signal when a download is being removed from history. Make chrome.downloads.onErased trigger from DownloadItem::Observer::OnDownloadRemoved() so that extensions don't think that all downloads are being erased just because the browser is closing. Review URL: https://chromiumcodereview.appspot.com/10704026 BUG=140687 TBR=benjhayden@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150086 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor GrabWindowSnapshot and GrabWindowSnapshotImpl names to ↵qfel@google.com2012-08-0613-47/+60
| | | | | | | | | | | | | | GrabWindowSnapshotForUser and GrabWindowSnapshot respectively. Use GrabWindowSnapshot (the old internal version) in tests. BUG=139694 Review URL: https://chromiumcodereview.appspot.com/10830158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150085 0039d316-1c4b-4281-b951-d872f2087c98
* Add license metadata for fuzzymatchsteveblock@chromium.org2012-08-062-3/+9
| | | | | | | | BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10824164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150084 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SpeechRecognitionBrowserTest.TestCancelAll on Windows and Linux.mnissler@chromium.org2012-08-061-2/+8
| | | | | | | | | | | It fails flakily. BUG=chromium:140765 TBR=satish@chromium.org, hans@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150083 0039d316-1c4b-4281-b951-d872f2087c98
* Fix license for valgrindsteveblock@chromium.org2012-08-062-10/+5
| | | | | | | | | | Make the LICENSE file more explicit about the fact that the headers used by Chromium use a BSD license. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10843032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150082 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-08-061-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150081 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for gold and acid3 to pick up license fixessteveblock@chromium.org2012-08-061-2/+2
| | | | | | | | | | | | - gold - r149858 - Fix license metadata for gold - acid3 - r150075 - Fix license metadata for acid3 BUG=138921 TBR=cmp,thestig Review URL: https://chromiumcodereview.appspot.com/10855005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150080 0039d316-1c4b-4281-b951-d872f2087c98
* Create OWNERS file for chrome/renderer/resources/extensionsbattre@chromium.org2012-08-066-18/+21
| | | | | | | | | | | Creating OWNERS file for extensions team so that this does not need to be covered by chrome/OWNERS. BUG=none Review URL: https://chromiumcodereview.appspot.com/10834151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150079 0039d316-1c4b-4281-b951-d872f2087c98
* Deprecated HideWebStorePromo policy and updated the pyauto test case for it.joaodasilva@chromium.org2012-08-062-2/+3
| | | | | | | | | TBR=nirnimesh@chromium.org BUG=140760 Review URL: https://chromiumcodereview.appspot.com/10825197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150078 0039d316-1c4b-4281-b951-d872f2087c98
* Add OS_CHROMEOS case in file_util::GetHomeDir()haruki@chromium.org2012-08-063-33/+20
| | | | | | | | | BUG=139611 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10843041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150074 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1228.0 to 1229.0chrome-release@google.com2012-08-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150073 0039d316-1c4b-4281-b951-d872f2087c98
* Add webkit/ api to request all frames in an image.thakis@chromium.org2012-08-065-1/+141
| | | | | | | | | | | | Depends on https://bugs.webkit.org/show_bug.cgi?id=92933 Not used anywhere yet, so no observable effect. BUG=138550 Review URL: https://chromiumcodereview.appspot.com/10853010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150071 0039d316-1c4b-4281-b951-d872f2087c98
* Improve accessible name calculation on Windows.dmazzoni@chromium.org2012-08-0613-11/+208
| | | | | | | | | | | | | | | | | This depends on: http://codereview.chromium.org/10662003/ Based on the HTML to Platform Accessibility APIs Implementation Guide (http://www.w3.org/TR/html-aapi/), add some new tests to assert the correct behavior for computing the text alternative for a checkbox, button, and text field, then fix the implementation to match the test. BUG=124314 TBR=dtseng Review URL: https://chromiumcodereview.appspot.com/10823073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150070 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-08-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150069 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 124725:124732toyoshim@chromium.org2012-08-061-1/+1
| | | | | | | | TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150068 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for 104998oshima@chromium.org2012-08-061-44/+0
| | | | | | | | | | TBR=oshima@chromium.org BUG=104998 TEST=none Review URL: https://chromiumcodereview.appspot.com/10836108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150065 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-08-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150064 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 124674:124725toyoshim@chromium.org2012-08-061-1/+1
| | | | | | | | TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150063 0039d316-1c4b-4281-b951-d872f2087c98
* [mac] Implement {frame: 'none'} app window on Mac.jeremya@chromium.org2012-08-064-7/+84
| | | | | | | | | | | | | Support for draggable regions hasn't landed yet, so we hard-code 20px of draggable space at the top of the window. BUG=130182 R=rsesek@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150062 0039d316-1c4b-4281-b951-d872f2087c98
* Drive: Show the total size of cache files at chrome://drive-internals.yoshiki@chromium.org2012-08-063-8/+33
| | | | | | | | BUG=135197 Review URL: https://chromiumcodereview.appspot.com/10834168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150061 0039d316-1c4b-4281-b951-d872f2087c98
* views: Now remove the old files from ash/app_list.tfarina@chromium.org2012-08-0611-1268/+0
| | | | | | | | | | | | | They aren't compiled more, so it's safe to remove them. There references were updated in previous patches. BUG=125846 TBR=ben@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10831173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150060 0039d316-1c4b-4281-b951-d872f2087c98
* base: Fix minor warnings reported by cppcheck.tfarina@chromium.org2012-08-065-17/+16
| | | | | | | | | | | | | | Found with: $ cppcheck --enable=all -j4 --force base 2> base-errors R=jar@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10827112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150059 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regressions in Mac ASAN build due to 150054pkotwicz@chromium.org2012-08-061-4/+7
| | | | | | | | | | Switched to returning std::string instead of base::StringPiece in GetScaleFactorsAsString() as base::StringPiece does not take ownership of data passed to it in the constructor. TBR=sky Review URL: https://chromiumcodereview.appspot.com/10854003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150058 0039d316-1c4b-4281-b951-d872f2087c98