summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Converted CanonicalCookies over to containing a domain.rdsmith@google.com2010-07-146-36/+180
| | | | | | | | | | | Added perftest for getters in nested subdomains. BUG=8850 TEST=[Linux] net_unittests --gtest_filter=CookieMonsterTest.*:ParsedCookieTest.*, net_perftests --gtest_filter=CookieMonsterTest.* Review URL: http://codereview.chromium.org/2847046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52350 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r52336.erg@chromium.org2010-07-1469-76/+110
| | | | | | | | | | | | | | (I accidentally committed a previous version of the patch (the fixed version was in codereview since I had switched to my mac to address this exact compile failure.) BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/2937010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52349 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for pyauto extensions tool to allow for multiple browser windows to be openalyssad@chromium.org2010-07-141-3/+4
| | | | | | Review URL: http://codereview.chromium.org/2991004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52348 0039d316-1c4b-4281-b951-d872f2087c98
* Hookup pepper v2 zoom interface.jam@chromium.org2010-07-143-6/+23
| | | | | | Review URL: http://codereview.chromium.org/2900012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52347 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-1468-109/+76
| | | | | | | | | | | | | | | | - Some cleanup to url_request.h - Remove task.h from headers that don't need it. - Remove histogram.h from message_loop.h BUG=none TEST=none Review URL: http://codereview.chromium.org/2986002 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/2969006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52343 0039d316-1c4b-4281-b951-d872f2087c98
* First step in moving the password autocomplete code from the WebKit APIjcivelli@google.com2010-07-147-1/+892
| | | | | | | | | | | | | | | | | | | | | | to the Chromium code. This is currently behind a #define that will be defined in the WebKit API when the change is finished on that side. PasswordAutocompleteManager replaces webpasswordautocompletelistener_impl.cc, it is responsible for trigering password autocomplete The unit-tests in webpasswordautocompletelistener_unittest.cc have been ported to password_autocomplete_manager_unittest.cc. They are now test shell unit-tests so we don't have to use a wrapper around WebElements. BUG=None TEST=The new code is not yet enabled. Test that the password autocomplete still works as expected. Review URL: http://codereview.chromium.org/2827030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52342 0039d316-1c4b-4281-b951-d872f2087c98
* Indenting fix.avi@chromium.org2010-07-141-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2981006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52341 0039d316-1c4b-4281-b951-d872f2087c98
* Init GSSAPI library in HttpAuthHandlerNegotiate.cbentzel@chromium.org2010-07-141-0/+6
| | | | | | | | | BUG=33033 TEST=net_unittests Review URL: http://codereview.chromium.org/2909012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52340 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up download code: extract some small helpers from RDH download code.phajdan.jr@chromium.org2010-07-142-42/+46
| | | | | | | | | TEST=unit_tests, browser_tests, ui_tests BUG=48913 Review URL: http://codereview.chromium.org/2944014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52339 0039d316-1c4b-4281-b951-d872f2087c98
* Sample of running integration test as a simple performance test.stoyan@chromium.org2010-07-141-0/+227
| | | | | | Review URL: http://codereview.chromium.org/2934005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52338 0039d316-1c4b-4281-b951-d872f2087c98
* Implement HTTP headers sniffing in the ProtocolSinkWrap, instead of relying ↵stoyan@chromium.org2010-07-143-40/+71
| | | | | | | | | | | | on IHttpNegotiate patch. Moved some code based on over-conservative assumptions to execute earlier in pipeline. Will prevent BUG=38480 to manifest itself. BUG=47879 Review URL: http://codereview.chromium.org/2987001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52337 0039d316-1c4b-4281-b951-d872f2087c98
* More header cleanup:erg@chromium.org2010-07-1468-76/+109
| | | | | | | | | | | | | - Some cleanup to url_request.h - Remove task.h from headers that don't need it. - Remove histogram.h from message_loop.h BUG=none TEST=none Review URL: http://codereview.chromium.org/2986002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52336 0039d316-1c4b-4281-b951-d872f2087c98
* Implement default browser pref in DOMUIstuartmorgan@chromium.org2010-07-147-28/+164
| | | | | | | | | | | | | Also disables all the not-yet-implemented controls so it's clear what works and what doesn't. Fixes a earlier bad merge that introduced a duplicate include of the sync options. BUG=48713 TEST=Running with --enable-tabbed-options, default browser display and button should work in prefs. Review URL: http://codereview.chromium.org/2945017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52335 0039d316-1c4b-4281-b951-d872f2087c98
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-146-6/+55
| | | | | | | | | | | | | | | | | | | access to an entry to the transaction that has exclusive access to that entry. This means that requests that are blocked on the single writer lock of the http cache will report the load state of the request that has the lock, and WAITING_FOR_CACHE is reserved for requests that are actually waiting for the entry to be created by the cache. BUG=43582 TEST=net_unittests Review URL: http://codereview.chromium.org/2976004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52334 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize was_alternate_protocol_available_.lzheng@chromium.org2010-07-141-1/+2
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2968010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52333 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r52326 since it's causing unit tests to fail.jeremy@chromium.org2010-07-143-39/+14
| | | | | | Review URL: http://codereview.chromium.org/2958011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52330 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: except when signing off, disallow closing of last NTP of last ↵kuan@chromium.org2010-07-1431-18/+990
| | | | | | | | | | | non-incognito normal browser, in which case, the window also cannot be closed. if the last normal browser is closeable and user closes it or the last tab in it, if it's a incognito browser, a new non-incognito browser will be opened, else the browser stays opened with all tabs closed and a NTP opened. before-unload-handlers are also taken care of. BUG=chromium-os:2711,chromium-os:3479,chromium-os:2568 TEST=verify per bug report. Review URL: http://codereview.chromium.org/2069002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52328 0039d316-1c4b-4281-b951-d872f2087c98
* Download code cleanup:phajdan.jr@chromium.org2010-07-145-202/+169
| | | | | | | | | | | | | | | - convert some private static members to anonymous functions - move some methods from public to private This should make the interface of some download classes smaller, and hopefully easier to understand. BUG=48913 TEST=unit_tests, browser_tests, ui_tests Review URL: http://codereview.chromium.org/2974007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52327 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Use canonicalization rather than absolute paths for sandbox.jeremy@chromium.org2010-07-143-14/+39
| | | | | | | | | BUG=None TEST=Installing themes should continue to work. Review URL: http://codereview.chromium.org/2834044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52326 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Reduce console spew when stats reporting ids disabled.jeremy@chromium.org2010-07-141-1/+1
| | | | | | | | | | | Demote "Breakpad Disabled" console message from WARNING->INFO to reduce console spew. BUG=None TEST=None Review URL: http://codereview.chromium.org/2991001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52325 0039d316-1c4b-4281-b951-d872f2087c98
* Add "idle" permission to the manifest page.kathyw@chromium.org2010-07-142-8/+18
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2897014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52324 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Adds Cmd-Shift-Delete as the keyboard shortcut to clear browsing data.andybons@chromium.org2010-07-141-105/+808
| | | | | | | | BUG=1404 TEST=Hit cmd-shift-delete and the clear browsing data data dialog should come up. Review URL: http://codereview.chromium.org/2980012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52323 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Context Menu broken when tab dragged out to new window.jeremy@chromium.org2010-07-143-3/+6
| | | | | | | | | | | | | | | The cause of this bug was that in new windows created by dragging a tab out, the content view was ending up in front of the TabStripView and eating it's right-clicks. The reason this was happening has to do with the order that the views were reconstitued in the new window in [TabWindowController moveViewsBetweenWindowAndOverlay]. This CL also fixes a few minor spelling issues seen in passing. BUG=44023 TEST=Drag a tab out into a new Window, right click on the bottom half of the newly dragged out tab. Context menu should open. Previously such a click would do nothing. See comment #10 on the bug for a screenshot of the area that used to be problematic. Review URL: http://codereview.chromium.org/2918009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52322 0039d316-1c4b-4281-b951-d872f2087c98
* This ensures ATs read the correct selected tab when the containing tabbed ↵dtseng@chromium.org2010-07-141-1/+6
| | | | | | | | | | pane gets focus. BUG=48885 TEST=none Review URL: http://codereview.chromium.org/2974006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52321 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 52318 - Implement default browser pref in DOMUIstuartmorgan@chromium.org2010-07-147-164/+28
| | | | | | | | | | | | | | Also disables all the not-yet-implemented controls so it's clear what works and what doesn't. BUG=48713 TEST=Running with --enable-tabbed-options, default browser display and button should work in prefs. Review URL: http://codereview.chromium.org/2927012 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/2891025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52320 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 4556 - ensure the SystemInfo stays in scope for durection of ↵joth@chromium.org2010-07-142-14/+12
| | | | | | | | | | | UpdateNetworkStatus call BUG=crosbug.com/4556 TEST=see crbug.com/45671 Review URL: http://codereview.chromium.org/2927007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52319 0039d316-1c4b-4281-b951-d872f2087c98
* Implement default browser pref in DOMUIstuartmorgan@chromium.org2010-07-147-28/+164
| | | | | | | | | | | Also disables all the not-yet-implemented controls so it's clear what works and what doesn't. BUG=48713 TEST=Running with --enable-tabbed-options, default browser display and button should work in prefs. Review URL: http://codereview.chromium.org/2927012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52318 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disabling svg/custom/clip-path-child-changes.svg (already fixed ↵podivilov@chromium.org2010-07-141-0/+3
| | | | | | | | upstream) Review URL: http://codereview.chromium.org/2924018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52317 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Replace current, colored omnibox icons with appropriate gray versions.andybons@chromium.org2010-07-147-2735/+3775
| | | | | | | | BUG=45746 TEST=compile? good. Review URL: http://codereview.chromium.org/2946015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52315 0039d316-1c4b-4281-b951-d872f2087c98
* Remove fields that are unused and reference classes that do not exist.rsesek@chromium.org2010-07-143-6/+2
| | | | | | | | | BUG=none TEST=compile Review URL: http://codereview.chromium.org/2906009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52314 0039d316-1c4b-4281-b951-d872f2087c98
* The Chrome half of implementing get/put/remove for object stores ↵jorlow@chromium.org2010-07-1415-60/+552
| | | | | | | | | | | (https://bugs.webkit.org/show_bug.cgi?id=41250). TEST=none BUG=none Review URL: http://codereview.chromium.org/2830030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52313 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Make Chrome work correctly in the case of AquaConnect OS X Terminal server.jeremy@chromium.org2010-07-141-0/+3
| | | | | | | | | | | Allow access to the /System/Library/ColorSync on all system version since it's apparently causing the renderer to display all colors as black when run from AquaConnect OS X terminal server, and there doesn't seem to be any point in blocking it. BUG=46648 TEST=Web pages should render the same. Review URL: http://codereview.chromium.org/2991002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52312 0039d316-1c4b-4281-b951-d872f2087c98
* EULA screen implemented.glotov@chromium.org2010-07-147-12/+345
| | | | | | | | | BUG=crosbug.com/3178, crosbug.com/2884 TEST=out/Debug/browser_tests --gtest_filter=WizardControllerFlowTest.* Review URL: http://codereview.chromium.org/2920001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52311 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: provide network log details to the WebCore's InspectorController.pfeldman@chromium.org2010-07-149-0/+367
| | | | | | Review URL: http://codereview.chromium.org/2645006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52310 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.2.24.ager@chromium.org2010-07-142-1/+45
| | | | | | | | | | This version contains an implementation of ES5 Object.freeze. This is the reason for the temporary test_expectations. I will upstream them if/when this update shows no problems. Review URL: http://codereview.chromium.org/2997003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52309 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 63173 -> 63272podivilov@chromium.org2010-07-142-90/+1
| | | | | | | | | Also prune src/webkit/tools/layout_tests/test_expectations.txt since they've all been upstreamed or resolved. Review URL: http://codereview.chromium.org/2997004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52308 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out PluginGroup into a separate class in common/.bauerb@chromium.org2010-07-149-493/+485
| | | | | | | | | | | | | Moving PluginGroup into common is necessary in order to enable the renderer process to check if a plugin is outdated. Also, make PluginUpdater static since it doesn't contain any state anymore. BUG=47731 TEST=PluginGroupTest.* Review URL: http://codereview.chromium.org/2955005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52307 0039d316-1c4b-4281-b951-d872f2087c98
* Fix wording of "plug-in".bauerb@chromium.org2010-07-141-13/+13
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2946009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52306 0039d316-1c4b-4281-b951-d872f2087c98
* Add methods for determining which PrefStore contains a given preference, and ↵pam@chromium.org2010-07-145-27/+167
| | | | | | | | | | | | for which store is currently controlling it. BUG=48952 TEST=covered by unit tests Review URL: http://codereview.chromium.org/2989002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52305 0039d316-1c4b-4281-b951-d872f2087c98
* Update effective-TLD data files using the latest data from Mozilla.pam@chromium.org2010-07-143-4749/+4789
| | | | | | | | | | This data file is their changeset 43173:ac1ed3f6b2e7, from 2010-06-05 21:23 -0400. BUG=37436 TEST=none Review URL: http://codereview.chromium.org/2935007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52304 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude one test from TSan/Win runtimurrrr@chromium.org2010-07-141-0/+1
| | | | | | | | TBR=glider TEST=TSan/Win bot should stop failing on net tests Review URL: http://codereview.chromium.org/2892008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52301 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 52249 - Windows: Fix opacity of drag images.nkostylev@google.com2010-07-141-27/+2
| | | | | | | | | | | | | | This CL broke Interactive Tests (dbg) buildbot. BUG=11457 TEST=Go to google.com, drag logo around. Preview image should now look nice. Review URL: http://codereview.chromium.org/2963009 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2935010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52300 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 466.0 to 467.0chrome-release@google.com2010-07-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52298 0039d316-1c4b-4281-b951-d872f2087c98
* The "ask" setting is still required for geolocation and notifications.jochen@chromium.org2010-07-141-0/+4
| | | | | | | | | | BUG=48941 TEST=OptionsUITest.LoadOptionsByURL TBR=nkostylev Review URL: http://codereview.chromium.org/2910011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52296 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Webkit roll: 63173 -> 63272"podivilov@chromium.org2010-07-142-1/+90
| | | | | | This reverts commit 51367e86e8d7e4cc409b49b7662710afd7b9b107. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52295 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll: 63173 -> 63272podivilov@chromium.org2010-07-142-90/+1
| | | | | | | | | | | Also prune src/webkit/tools/layout_tests/test_expectations.txt since they've all been upstreamed or resolved. TBR=oshima Review URL: http://codereview.chromium.org/2998003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52294 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent non-visible views from getting focused.mnissler@chromium.org2010-07-142-4/+56
| | | | | | | | | BUG=48719 TEST=FocusManagerTest.TraversalWithNonVisibleViews Review URL: http://codereview.chromium.org/2935005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52293 0039d316-1c4b-4281-b951-d872f2087c98
* Add recording capability to AudioManager, and implemented on windows using ↵satish@chromium.org2010-07-1414-5/+696
| | | | | | | | | | | | | the WaveIn APIs. Implementation for other platforms will follow in future patches. Also includes a unit test. BUG=none TEST=no user visible change yet, just adding audio recording backend. Review URL: http://codereview.chromium.org/2966005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52292 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the cookie prompt from the settings UI and migrate prefs from ask to ↵jochen@chromium.org2010-07-1415-77/+38
| | | | | | | | | | | block. BUG=48941 TEST=none Review URL: http://codereview.chromium.org/2963006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52291 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at adding Chromium OS's "Languages and Input" options sub page.satorux@chromium.org2010-07-147-1/+85
| | | | | | | | | | | | This is more like a boilerplate place holder. Will add the contents in a separate change. BUG=chromiumo-os:4573 TEST=manually Review URL: http://codereview.chromium.org/2958003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52290 0039d316-1c4b-4281-b951-d872f2087c98