summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Move app/surface to ui/gfx/surface.backer@chromium.org2011-03-2544-91/+146
| | | | | | | | | | | | | This is progress towards moving app/gfx/gl to ui/gfx/gl. Currently, surface depends on gl, but gl depends on app_base (which contains surface). This refactor gets rid of this potential cyclic dependency. surface.gyp is in a separate file (not a .gypi include) because cyclic dependency checking is at the file level (not target level). BUG=none TEST=by hand and try bots Review URL: http://codereview.chromium.org/6718027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79396 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Add UMA logging to Firefox warning dialog.tfarina@chromium.org2011-03-254-0/+10
| | | | | | | | | | | BUG=51100 TEST=None R=avi@chromium.org,mirandac@chromium.org Review URL: http://codereview.chromium.org/6676138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79393 0039d316-1c4b-4281-b951-d872f2087c98
* ServiceProcessStateFileManipulationTest.ChangeAttr is flakymaruel@chromium.org2011-03-251-1/+2
| | | | | | | | TBR=dmaclach@chromium.org BUG=77391 TEST= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79392 0039d316-1c4b-4281-b951-d872f2087c98
* Add unit test ResourceDispatcherHostTest.IgnoreCancelForDownloadsasanka@chromium.org2011-03-251-0/+38
| | | | | | | | | | | | Tests whether a request being processed as a download isn't prematurely terminated. BUG=76202 TEST=unit_tests --gtest_filter=ResourceDispatcherHostTest.IgnoreCancelForDownloads Review URL: http://codereview.chromium.org/6676116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79391 0039d316-1c4b-4281-b951-d872f2087c98
* Update protobuf definitions for ChromeOS device policy supportjkummerow@chromium.org2011-03-258-22/+70
| | | | | | | | | BUG=chromium-os:11258 TEST=compiles; existing unit tests pass Review URL: http://codereview.chromium.org/6727027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79390 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress unitialized accesses in Mac unit_tests (issue 77388)glider@chromium.org2011-03-251-0/+66
| | | | | | | | BUG=77388 TBR=timurrrr Review URL: http://codereview.chromium.org/6733062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79389 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: migrate to the new updatream willSendRequest method.pfeldman@chromium.org2011-03-251-5/+2
| | | | | | Review URL: http://codereview.chromium.org/6744002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79388 0039d316-1c4b-4281-b951-d872f2087c98
* Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs.dilmah@chromium.org2011-03-2511-20/+88
| | | | | | | | | | | | | We need to land pending writes to disk before doing chromeos::RestartJob. However SavePersistentPrefs is not lazy and takes time even if there is nothing to write. Fix it. BUG=chromium-os:13102,chromium-os:6924 TEST=Manual Review URL: http://codereview.chromium.org/6713032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79387 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 81934:81946.yutak@chromium.org2011-03-252-5/+1
| | | | | | | | | | TBR=scheib BUG=none TEST=none Review URL: http://codereview.chromium.org/6733059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79381 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leaks introduced by r79313 (issue 77376)glider@chromium.org2011-03-252-1/+51
| | | | | | | | BUG=77376 TBR=ahendrickson Review URL: http://codereview.chromium.org/6676142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79380 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.2.4.2sgjesse@google.com2011-03-251-1/+1
| | | | | | | | | | BUG=none TEST=none R=ager@chromium.org Review URL: http://codereview.chromium.org/6733057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79379 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 714.0 to 715.0chrome-release@google.com2011-03-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79378 0039d316-1c4b-4281-b951-d872f2087c98
* Mark OptionsUITest.LoadOptionsByURL as flakyisherman@chromium.org2011-03-251-1/+2
| | | | | | | | | | BUG=77375 TEST=none TBR= csilv@chromium.org Review URL: http://codereview.chromium.org/6713123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79376 0039d316-1c4b-4281-b951-d872f2087c98
* Don't autofill fields styled to be non-user visible.isherman@chromium.org2011-03-253-5/+37
| | | | | | | | | | | Depends on https://bugs.webkit.org/show_bug.cgi?id=56809 BUG=72918 TEST=browser_tests --gtest_filter=FormManagerTest.FillForm Review URL: http://codereview.chromium.org/6675024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79375 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 81877:81934.yutak@chromium.org2011-03-252-1/+5
| | | | | | | | | | TBR=scheib BUG=none TEST=none Review URL: http://codereview.chromium.org/6733054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79374 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check_perms failure from r79368.thestig@chromium.org2011-03-251-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79373 0039d316-1c4b-4281-b951-d872f2087c98
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-2513-35/+467
| | | | | | | | | | Added a command-line switch: --enable-ip-pooling BUG=42669 TEST=SpdySessionTest.IPPool* Review URL: http://codereview.chromium.org/6594116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79372 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure the system request context specifies a user agent.eroman@chromium.org2011-03-251-2/+16
| | | | | | | | | BUG=76833 TEST=open about:net-internals. Change your proxy settings to use an http:// URL for PAC. Check that the request headers sent contains a User-Agent line. Review URL: http://codereview.chromium.org/6732048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79371 0039d316-1c4b-4281-b951-d872f2087c98
* Promote some DCHECKs to CHECKs, to help narrow issue 77227.eroman@chromium.org2011-03-252-12/+12
| | | | | | | | BUG=77227 Review URL: http://codereview.chromium.org/6737002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79370 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding this as this broke chrome frame net tests as we were not sending ↵ananta@chromium.org2011-03-251-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the response for the initial request initiated by IE. We need to check whether the request id on the initial request is -1 before deciding whether we should send over a response to Chrome. ChromeFrame would fail to load the page correctly if a manifest was specified in the html tag. This would work the first time and fail on subsequent attempts. Basically the manifest specifies portions of the website that is cached locally. In this case when there is a subsequent navigation to the original URL the cached resource can be served out of the appcache which lives in chrome. ChromeFrame expects the first url request from chrome to match that of the url which the user navigated to. This url is served out of chrome'a app cache thus causing the pending url reques checks to fail. Fix is to validate the pending url request with the request received and stop the pending request if there is no match. We just trace the fact and stop this request. A new request object is created to handle the request received and life goes on. Fixes bug http://code.google.com/p/chromium/issues/detail?id=76439 BUG=76439 TEST=manually as described in the bug. TBR=amit Review URL: http://codereview.chromium.org/6736022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79369 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new 7zr.exebradnelson@google.com2011-03-251-0/+0
| | | | | | | | | | | (Part of http://codereview.chromium.org/6730044/) Submitting exe separately to allow testing on trybots. TBR=robertshield@chromium.org Review URL: http://codereview.chromium.org/6735002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79368 0039d316-1c4b-4281-b951-d872f2087c98
* Limit impact of large result sets in the HistoryQuickProvider by ↵mrossetti@chromium.org2011-03-253-10/+57
| | | | | | | | | | short-circuiting any scoring if a certain maximum number of results is exceeded. That limit is currently set to 500. BUG=None TEST=Using a large history database enter a term of 'h' in the omnibox. No HQP results should be presented since 'h' occurs in nearly all URLs. Continue typing a URL from the history and after getting to the domain portion the HQP should start returning results. Alternatively, type a word starting with 'h' and which matches a term in an historical page title. Added a unit test. Review URL: http://codereview.chromium.org/6676051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79365 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Add enum-to-string conversions for syncable enumsakalin@chromium.org2011-03-256-0/+282
| | | | | | | | | | BUG=76813 TEST= Review URL: http://codereview.chromium.org/6732039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79364 0039d316-1c4b-4281-b951-d872f2087c98
* Move spellcheck messages into their own file, and dispatch them all in ↵jam@chromium.org2011-03-2522-229/+231
| | | | | | | | SpellCheckMessageFilter. The next step would be to make WebView have a setter for a WebSpellCheckClient that SpellCheckProvider implements so that spelling can be taken out of RenderView completely. Review URL: http://codereview.chromium.org/6730045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79362 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 79352 - ChromeFrame would fail to load the page correctly if a ↵mrossetti@chromium.org2011-03-251-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | manifest was specified in the html tag. This would work the first time and fail on subsequent attempts. Basically the manifest specifies portions of the website that is cached locally. In this case when there is a subsequent navigation to the original URL the cached resource can be served out of the appcache which lives in chrome. ChromeFrame expects the first url request from chrome to match that of the url which the user navigated to. This url is served out of chrome'a app cache thus causing the pending url reques checks to fail. Fix is to validate the pending url request with the request received and stop the pending request if there is no match. We just trace the fact and stop this request. A new request object is created to handle the request received and life goes on. Fixes bug http://code.google.com/p/chromium/issues/detail?id=76439 BUG=76439 TEST=manually as described in the bug. Review URL: http://codereview.chromium.org/6713112 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/6741001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79361 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling all the pyauto popup testssunandt@google.com2011-03-251-1/+0
| | | | | | | | BUG=70659 TEST=Tests should pass on pyauto bots Review URL: http://codereview.chromium.org/6733050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79360 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Remove typedef from struct declaration.tfarina@chromium.org2011-03-251-15/+15
| | | | | | | | | | | BUG=None TEST=out/Debug/unit_tests --gtest_filter=ImporterTest.* R=avi@chromium.org,jam@chromium.org Review URL: http://codereview.chromium.org/6713118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79359 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a few issues with 802.1x UI.chocobo@chromium.org2011-03-254-78/+85
| | | | | | | | TEST=none BUG=chromium-os:11412 Review URL: http://codereview.chromium.org/6730041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79358 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of extra padding on product_logo.pngestade@chromium.org2011-03-252-0/+0
| | | | | | | | | BUG=none TEST=visual (NTP) Review URL: http://codereview.chromium.org/6732035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79357 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a memory leak in the AutomationResourceMessageFilter while processing a ↵ananta@chromium.org2011-03-251-0/+1
| | | | | | | | | | | | request from the renderer to set cookies. The completion callback was being leaked. BUG=none TEST=none Review URL: http://codereview.chromium.org/6696091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79355 0039d316-1c4b-4281-b951-d872f2087c98
* Modify #include order slightly to clearly put ATL headers first.pkasting@chromium.org2011-03-253-13/+13
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6676120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79353 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeFrame would fail to load the page correctly if a manifest was ↵ananta@chromium.org2011-03-251-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | specified in the html tag. This would work the first time and fail on subsequent attempts. Basically the manifest specifies portions of the website that is cached locally. In this case when there is a subsequent navigation to the original URL the cached resource can be served out of the appcache which lives in chrome. ChromeFrame expects the first url request from chrome to match that of the url which the user navigated to. This url is served out of chrome'a app cache thus causing the pending url reques checks to fail. Fix is to validate the pending url request with the request received and stop the pending request if there is no match. We just trace the fact and stop this request. A new request object is created to handle the request received and life goes on. Fixes bug http://code.google.com/p/chromium/issues/detail?id=76439 BUG=76439 TEST=manually as described in the bug. Review URL: http://codereview.chromium.org/6713112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79352 0039d316-1c4b-4281-b951-d872f2087c98
* fix mac buildjamesr@chromium.org2011-03-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79351 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove src/contents dependency on PrintPreviewTabController.thestig@chromium.org2011-03-254-11/+18
| | | | | | | | BUG=76795 TEST=none Review URL: http://codereview.chromium.org/6732016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79350 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a TransportDIB::Id value that is explicitly invalid and use it when ↵jamesr@chromium.org2011-03-2513-29/+80
| | | | | | | | | | | compositing BUG=76001 TEST= Review URL: http://codereview.chromium.org/6665029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79349 0039d316-1c4b-4281-b951-d872f2087c98
* Removed --no-gpu-sandbox.apatrick@chromium.org2011-03-254-6/+1
| | | | | | | | | | | | It now uses --disable-gpu-sandbox on all platforms. The confusion arose because I didn't know that --no-gpu-sandbox existed when I enabled the sandbox on windows. TEST=try BUG=none R=darin@chromium.org,brettw@chromium.org,jam@chromium.org,ben@chromium.org Review URL: http://codereview.chromium.org/6731029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79348 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-241-1/+2
| | | | | | | | | | | | CID=15859 BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6676097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79345 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Refactor DataTypeManager to not allow Configure call while configuring.zea@chromium.org2011-03-248-104/+97
| | | | | | | | | | | The DataTypeManager will now automatically call Configure after the current configure is done. As a result, we no longer need the RESTARTING state either. BUG=77240 TEST=DataTypeManager unit tests Review URL: http://codereview.chromium.org/6730015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79344 0039d316-1c4b-4281-b951-d872f2087c98
* Removing GetData helper from NativeMetafile interface and also renaming it ↵dpapad@chromium.org2011-03-244-10/+12
| | | | | | | | | | | | | to GetDataAsVector to avoid overloading. Also making it private since it is only used internally. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6713081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79343 0039d316-1c4b-4281-b951-d872f2087c98
* Add net/testserver.log to .gitignorejoi@chromium.org2011-03-241-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6736013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79342 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Use base::win::GetVersion() instead of the custom IsWindowsVista() ↵tfarina@chromium.org2011-03-241-10/+4
| | | | | | | | | | | | | function. BUG=None TEST=None R=avi@chromium.org,jam@chromium.org Review URL: http://codereview.chromium.org/6676130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79341 0039d316-1c4b-4281-b951-d872f2087c98
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-2422-403/+413
| | | | | | | | already in the net namespace. Review URL: http://codereview.chromium.org/6730034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79340 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ANGLE from r591 to r594.zmo@google.com2011-03-241-1/+1
| | | | | | | | | BUG=none TEST=bots green TBR=kbr@chromium.org,apatrick@chromium.org Review URL: http://codereview.chromium.org/6726030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79336 0039d316-1c4b-4281-b951-d872f2087c98
* Removed DownloadManagerTest.StartDownload from ChromeOS.ahendrickson@chromium.org2011-03-241-0/+4
| | | | | | | | | | | TBR: rdsmith BUG=None TEST=DownloadManagerTest.StartDownload no longer runs on ChromeOS buildbots. Review URL: http://codereview.chromium.org/6676129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79335 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Delete ServerNotifierThread and refactor InvalidationNotifierakalin@chromium.org2011-03-2419-510/+727
| | | | | | | | | | | | | | | | Basically replace the InvalidationNotifier/ServerNotifierThread combo with InvalidationNotifier and NonBlockingInvalidationNotifier. Some minor cleanup in jingle files. This finishes steps 1 and 2 in the bug. BUG=76764 TEST= Review URL: http://codereview.chromium.org/6696051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79334 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Rip out ImporterObserver::ImportCanceled().tfarina@chromium.org2011-03-245-19/+7
| | | | | | | | | | | | | (Note: This was a TODO). BUG=4164 TEST=None R=avi@chromium.org,jam@chromium.org Review URL: http://codereview.chromium.org/6731027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79333 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed header guard.ddorwin@chromium.org2011-03-241-3/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6733038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79332 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity PASS_BY_VALUE fixesdpapad@chromium.org2011-03-246-7/+7
| | | | | | | | | | CID=2660,2611,2584,2582 BUG=none TEST=none Review URL: http://codereview.chromium.org/6736001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79330 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled delete tests of ServiceProcessStateFileManipulationTestdmaclach@chromium.org2011-03-241-3/+4
| | | | | | | | | | | Need to fix race condition in FilePathWatcher BUG=77326 TEST=BUILD Review URL: http://codereview.chromium.org/6736008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79329 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize a local var.jhawkins@chromium.org2011-03-241-1/+5
| | | | | | | | | | | | CID=14893 BUG=none TEST=none R=ctguil@chromium.org Review URL: http://codereview.chromium.org/6730005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79328 0039d316-1c4b-4281-b951-d872f2087c98