summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tighten up DEPS checking in content\browser by explicitely listing the files ↵jam@chromium.org2011-04-283-15/+207
| | | | | | | | that are still being used, so we don't get any more added in the meantime. Review URL: http://codereview.chromium.org/6902131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83451 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83430 - NaCl: Re-enable tests, since they pass on the ↵zea@chromium.org2011-04-281-0/+10
| | | | | | | | | trybotsBUG=noneTEST=nacl_integrationReview URL: http://codereview.chromium.org/6904067 TBR=mseaborn@chromium.org Review URL: http://codereview.chromium.org/6902132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83450 0039d316-1c4b-4281-b951-d872f2087c98
* Prune dead code in autofill_metrics_unittests.ccisherman@chromium.org2011-04-281-6/+0
| | | | | | | | | | | Remove unnecessary overload of AddProfile BUG=none TEST=none Review URL: http://codereview.chromium.org/6905081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83449 0039d316-1c4b-4281-b951-d872f2087c98
* linux: use GURL as a DLL when components are enabledevan@chromium.org2011-04-281-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6902130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83448 0039d316-1c4b-4281-b951-d872f2087c98
* Add a more comprehensive background mode for a process.cpu@chromium.org2011-04-282-8/+40
| | | | | | | | | | | | | | It also lowers the priority of IO. -Windows vista, win7 only -Bad usage of closehandle fixed BUG=none TEST=unittest included Review URL: http://codereview.chromium.org/6880265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83447 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the DCHECK in content/renderer/p2p/socket_client.cc.sergeyu@chromium.org2011-04-281-3/+5
| | | | | | | | | BUG=80870 TEST=Bug doesn't repro anymore Review URL: http://codereview.chromium.org/6893114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83446 0039d316-1c4b-4281-b951-d872f2087c98
* [Extensions] Make SetExtensionState() take an ID instead of an extensionakalin@chromium.org2011-04-284-16/+12
| | | | | | | | | | | | | | This is a prerequisite for sync being able to enable/disable an extension before it's installed. Removed obsolete TODO. BUG=72659 TEST= Review URL: http://codereview.chromium.org/6903121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83445 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-2812-58/+58
| | | | | | | | | | | | this I'm centralizing how we notify the view of menu showing/hiding. BUG=80099 80879 TEST=none R=estade@chromium.org,ben@chromium.org Review URL: http://codereview.chromium.org/6901075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83444 0039d316-1c4b-4281-b951-d872f2087c98
* Rework FlushSync to return early if commands have been processed since the ↵piman@google.com2011-04-2838-1439/+211
| | | | | | | | | | | last update BUG=80480 TEST= Review URL: http://codereview.chromium.org/6883179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83442 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Update the instant checkbox whenever the search engine list has beenjhawkins@chromium.org2011-04-281-2/+4
| | | | | | | | | | | | | updated. BUG=80491 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6880297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83441 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 84939:85242. Also zero out the downstream test expectationdpranke@google.com2011-04-282-19/+1
| | | | | | overrides. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83440 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Somewhat fix the jank when opening the sync setup dialog. Fixing thisjhawkins@chromium.org2011-04-282-6/+7
| | | | | | | | | | | | | | completely will require a major refactoring in SyncSetupWizard and SyncSetupFlow. This is better than before, however. BUG=80477 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6880294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83437 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Navigate to the first page in the plugin when re-rendering ↵thestig@chromium.org2011-04-281-1/+8
| | | | | | | | | | the preview. BUG=80344 TEST=See bug. Review URL: http://codereview.chromium.org/6904107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83436 0039d316-1c4b-4281-b951-d872f2087c98
* Update cert pinning metadata to add pinning for most Google domains.cevans@chromium.org2011-04-282-52/+153
| | | | | | | | | Add new metadata to take care of domains from which subresource loads occurs. TEST=TransportSecurityStateTest.* Review URL: http://codereview.chromium.org/6893083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83435 0039d316-1c4b-4281-b951-d872f2087c98
* Only grab the full-screen image once, not per damage rect.lambroslambrou@chromium.org2011-04-283-7/+19
| | | | | | | | | | BUG=None TEST=Dragging a large window around isn't glacially slow. (ensure "xdpyinfo -ext MIT-SHM" shows SHM enabled, with no pixmap support) Review URL: http://codereview.chromium.org/6905110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83434 0039d316-1c4b-4281-b951-d872f2087c98
* More suppressions for layout test failures.kbr@google.com2011-04-281-0/+1
| | | | | | | | | BUG=none TEST=none TBR=dpranke Review URL: http://codereview.chromium.org/6893113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83433 0039d316-1c4b-4281-b951-d872f2087c98
* When ThreadWatcher detects that a thread is not responding,rtenneti@chromium.org2011-04-282-17/+48
| | | | | | | | | | | | | | record how many other threads are responding and how many are not responding. This is to get more data before we crash the browser when we detect threads are not responding (which could help us to detect the dead locks or hung threads. BUG=80751 Test=thread watcher unit tests R=jar Review URL: http://codereview.chromium.org/6905084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83432 0039d316-1c4b-4281-b951-d872f2087c98
* Mark UnloadDllTest.BaselineAvicapDll as flaky on windows.zea@chromium.org2011-04-281-1/+7
| | | | | | | BUG=80569 TBR=dmaclach@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83431 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Re-enable tests, since they pass on the trybotsmseaborn@chromium.org2011-04-281-10/+0
| | | | | | | | | BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/6904067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83430 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Fix several default focus issues in the setup overlay.jhawkins@chromium.org2011-04-281-7/+11
| | | | | | | | | | | BUG=80531 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6883248 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83427 0039d316-1c4b-4281-b951-d872f2087c98
* Removes a couple of unneeded WidgetGtk forward declarations.sky@chromium.org2011-04-282-2/+0
| | | | | | | | | | BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/6904097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83426 0039d316-1c4b-4281-b951-d872f2087c98
* Favicon file shuffling.avi@chromium.org2011-04-2831-84/+84
| | | | | | | | | | | Moves them to their own directory, renames the Helper to TabHelper in prep for moving it to TabContentsWrapper. BUG=71097 TEST=none Review URL: http://codereview.chromium.org/6902125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83425 0039d316-1c4b-4281-b951-d872f2087c98
* file manager: fix and enable thumbnail viewrginda@chromium.org2011-04-288-17/+52
| | | | | | | | | BUG=chromium-os:14644 TEST=manual testing in chromeos-chrome on linux Review URL: http://codereview.chromium.org/6880289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83424 0039d316-1c4b-4281-b951-d872f2087c98
* Updating atoms.h for WebDriver, also updated WebDriver python binding from ↵hnguyen@chromium.org2011-04-285-1723/+2070
| | | | | | | | | | r11696 to r12081. BUG=none TEST=none Review URL: http://codereview.chromium.org/6905109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83423 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressions for failing layout tests in advance of WebKit roll.kbr@google.com2011-04-281-0/+5
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6893110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83422 0039d316-1c4b-4281-b951-d872f2087c98
* Allow users of URLFetcher to access the IP address of the response server ↵panayiotis@google.com2011-04-283-0/+67
| | | | | | | | and whether the url was fetched via a proxy. Review URL: http://codereview.chromium.org/6873138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83421 0039d316-1c4b-4281-b951-d872f2087c98
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-288-43/+57
| | | | | | | | | | | If server cert received is expected to be bad then don't perform the verification step. BUG=None TEST=net_unittests --gtest_filter=SSL* Review URL: http://codereview.chromium.org/6898033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83420 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify GetFileURLForPath() and GetFileURLForDataPath()nirnimesh@chromium.org2011-04-2814-128/+100
| | | | | | | | | | | | | | | Simplifying so that the caller does not have to join the args. The caller can pass variable number of args which will be joined. This saves typing in the tests. Update some tests to use this format. BUG= TEST= Review URL: http://codereview.chromium.org/6905111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83417 0039d316-1c4b-4281-b951-d872f2087c98
* Support creating panel on windows. Also allow dragging panels to rearrangejianli@chromium.org2011-04-2812-42/+306
| | | | | | | | | | positions. BUG=none TEST=Basic test in panel_browsertest Review URL: http://codereview.chromium.org/6897012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83415 0039d316-1c4b-4281-b951-d872f2087c98
* [Extensions] Remove dead code in PendingExtensionManagerakalin@chromium.org2011-04-283-57/+0
| | | | | | | | | | | AddFromDefaultAppList hasn't been used since 81750. BUG= TEST= Review URL: http://codereview.chromium.org/6893106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83414 0039d316-1c4b-4281-b951-d872f2087c98
* linux components: tag exported Skia functions with SK_APIevan@chromium.org2011-04-285-6/+11
| | | | | | | | | When we build libskia as a component, we need to mark the functions we use from outside of Skia. Review URL: http://codereview.chromium.org/6905077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83413 0039d316-1c4b-4281-b951-d872f2087c98
* Make the output of build.py consistent on linux and os xthakis@chromium.org2011-04-282-239/+241
| | | | | | | | | | | Also run the script and check in its updated artifacts. BUG=none TEST=none Review URL: http://codereview.chromium.org/6905115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83412 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Fix the 'Choose data types' select control in a few corner cases.jhawkins@chromium.org2011-04-282-18/+17
| | | | | | | | | | | BUG=80315 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6903117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83410 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r82950dtseng@chromium.org2011-04-285-9/+50
| | | | | | TBR=estade@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83409 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up ExtensionService shutdown and related notifications.aa@chromium.org2011-04-287-118/+96
| | | | | | | | | | | | It is not necessary to unload extensions during destruction because that only happens when the profile is going away, so the unloading would be wasted effort. With that gone, you can also get rid of DestroyingProfile(), which simplifies things. Also moved all hooking of outside components that happens during extension load and unload into a central location. Review URL: http://codereview.chromium.org/6902059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83408 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Don't touch the passphrase radio option when switching between thejhawkins@chromium.org2011-04-281-3/+2
| | | | | | | | | | | | | 'Sync everything' page and the 'Customize data types' page. BUG=80843 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6904100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83406 0039d316-1c4b-4281-b951-d872f2087c98
* Don't delete networks that have failed until user has been notified.stevenjb@google.com2011-04-286-179/+79
| | | | | | | | | BUG=chromium-os:9607 TEST=Test connecting to networks, including hidden and bogus 'Other' networks. Notification should always occur on failure. Bogus networks should still be removed from list after failure notification. Test normaly and while constantly clicking on network menu (refreshing state). Review URL: http://codereview.chromium.org/6880097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83405 0039d316-1c4b-4281-b951-d872f2087c98
* Include the Canary document.icns in the packaging support directory.mark@chromium.org2011-04-281-0/+1
| | | | | | | | BUG=79814 TEST=none Review URL: http://codereview.chromium.org/6880287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83404 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a valgrind error produced by the Skia update.evan@chromium.org2011-04-281-0/+18
| | | | | | | BUG=80836 TBR=rsesek git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83400 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup popup related browser navigation code.stevenjb@google.com2011-04-2820-68/+118
| | | | | | | | | | | | | | This cleans up some code and fixes a related chromium-os issue: * Adds a user_gesture parameter to browser::NavigateParams * Adds AdjustNavigateParams to BrowserWindow and calls that from browser::NavigateParams to make browser window / view class specific changes * Eliminates Browser::CreateForPopup in favor of browser::Navigate, unifying code paths for spawning popups (thus fixing chromium-os:10978) BUG=chromium:78853,chromium-os:10978 TEST=Test opening popup windows with a range of sizes and parameters on all OSs (panels on ChromeOS) Review URL: http://codereview.chromium.org/6881073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83399 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExecuteScriptApiTest.NavigationRace disabled on OSX as well (timing out)zea@chromium.org2011-04-281-1/+1
| | | | | | | BUG=78802 TBR=dmaclach@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83398 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Mention that the ctor/dtor needs "out of line" implementation.tfarina@chromium.org2011-04-282-5/+8
| | | | | | | | | | | BUG=78743 TEST=None R=erg@chromium.org,thakis@chromium.org Review URL: http://codereview.chromium.org/6901095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83397 0039d316-1c4b-4281-b951-d872f2087c98
* We now have documentation directories specific to c and cpp (under these two ↵jond@google.com2011-04-289-2050/+0
| | | | | | | | directories) Review URL: http://codereview.chromium.org/6903108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83395 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a unnecessary #include.pinkerton@chromium.org2011-04-281-1/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6901066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83394 0039d316-1c4b-4281-b951-d872f2087c98
* Fix random crashes in the ChromeFrame automation proxy mock tests. These ↵ananta@chromium.org2011-04-281-0/+6
| | | | | | | | | | | | | | | | | | | crashes occur when an ASSERTION fails in these tests which causes the ProxyFactory object instantiated at the beginning of the test suite to be destroyed. For the curious the crash occurs in the UMA sending code in ChromeFrame which attempts to dereference the ChromeFrameHistogramSnapshots pointer which has already been destroyed. It is a member of the ProxyFactory class. This crash will not occur in real life as the ProxyFactory is a global singleton in ChromeFrame. Temporary hack to not crash in the test code is to flag the crash metrics object that reporting is active which disables UMA sends to chrome. BUG=none TEST=chrome frame proxy mock tests should not crash. Review URL: http://codereview.chromium.org/6901072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83393 0039d316-1c4b-4281-b951-d872f2087c98
* Removing a couple unused filesjond@google.com2011-04-282-32/+0
| | | | | | Review URL: http://codereview.chromium.org/6880279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83392 0039d316-1c4b-4281-b951-d872f2087c98
* Fix one case where default Non-client painting can occur... before a window ↵ben@chromium.org2011-04-281-1/+2
| | | | | | | | | | is fully activated, WM_NCPAINT can be called and if we do not suppress default handling in that case then Windows will attempt to draw the standard border/controls resulting in an intermittent flicker. BUG=none TEST=alt+tab quickly to and from Chrome in custom frame mode (Vista basic). Should be no non-client window flicker. Review URL: http://codereview.chromium.org/6905099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83391 0039d316-1c4b-4281-b951-d872f2087c98
* Keep track of whether we're getting any certificate pin failures.cevans@chromium.org2011-04-281-4/+9
| | | | | | Review URL: http://codereview.chromium.org/6893087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83389 0039d316-1c4b-4281-b951-d872f2087c98
* Update the URL if the user cancels a beforeunload handler.creis@chromium.org2011-04-286-3/+60
| | | | | | | | | BUG=80401 TEST=BrowserTest.CancelBeforeUnloadResetsURL Review URL: http://codereview.chromium.org/6904039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83388 0039d316-1c4b-4281-b951-d872f2087c98
* cocoa: Move AutocompleteEditViewMac/autocomplete_edit_view_mac.* to ↵tfarina@chromium.org2011-04-2815-182/+174
| | | | | | | | | | | | | | | | ui/cocoa/omnibox directory. - Rename AutocompleteEditViewMac to OmniboxViewMac. - Move autocomplete_edit_view_mac.* to omnibox_view_mac.* BUG=80186 TEST=None R=pkasting@chromium.org Review URL: http://codereview.chromium.org/6904049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83387 0039d316-1c4b-4281-b951-d872f2087c98