summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net: disable DNS lookup tests.agl@chromium.org2011-01-313-51/+1
| | | | | | | | | | | | | These tests have yielded useful data and I'll probably tweak them for the future. However, I want a CL which disables them so that I can merge it into the release branch for M10. BUG=none TEST=net_unittests Review URL: http://codereview.chromium.org/6287023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73189 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for: Some forms have incorrect signature for querying with toolbar serversgeorgey@chromium.org2011-01-313-20/+80
| | | | | | | | BUG=71236 TEST=Unit-test + compare request with tolbar request using WireShark Review URL: http://codereview.chromium.org/6366030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73188 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a command to the AutomationProvider for sending WebKeyboardEvents to ↵kkania@chromium.org2011-01-318-5/+188
| | | | | | | | | | | the selected tab. BUG=none TEST=none Review URL: http://codereview.chromium.org/6298013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73186 0039d316-1c4b-4281-b951-d872f2087c98
* Small fixes for GPU process in single process mode.backer@chromium.org2011-01-312-4/+7
| | | | | | | | | | | | | ChildThread::current() doesn't necessarily refer to the GpuThread in single-process mode. Disabled about:gpu logging for single process mode. BUG=none TEST=by hand Review URL: http://codereview.chromium.org/6312031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73183 0039d316-1c4b-4281-b951-d872f2087c98
* move skia to top 746reed@google.com2011-01-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6347043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73182 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Relax checks for received XMPP messagesakalin@chromium.org2011-01-312-16/+10
| | | | | | | | | | | Basically they caused more bugs than they fixed (see discussion in bug). BUG=71285 TEST= Review URL: http://codereview.chromium.org/6392014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73180 0039d316-1c4b-4281-b951-d872f2087c98
* Unbreak touchui unit testsrjkroege@google.com2011-01-311-5/+1
| | | | | | | | | | | | | | | | Currently unittests for touchui==1 and chromeos==1 are currently broken. This patch should fix this in the interim to allow development to continue while I resolve the overarching issues related to this. Patch from Ryan Harrison <rharrison@chromium.org> BUG=none TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=73162 Review URL: http://codereview.chromium.org/6357022 Patch from Ryan Harrison <rharrison@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73179 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting client extension: Properly encode ClientLogin request.sergeyu@chromium.org2011-01-311-2/+4
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6378015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73178 0039d316-1c4b-4281-b951-d872f2087c98
* Include remoting/ in test coverage dashboardhclam@chromium.org2011-01-311-1/+1
| | | | | | | | | | | Adding remoting in common.croc. BUG=None TEST=None Review URL: http://codereview.chromium.org/6312035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73176 0039d316-1c4b-4281-b951-d872f2087c98
* Memory leak on ChromeOS in PersonalDataManager::LoadProfilesdhollowa@chromium.org2011-01-311-0/+21
| | | | | | | | | | | | Generalizing suppression for PersonalDataManager::LoadProfiles / ProfileImpl::CreateWebDataService BUG=56090 TEST=ChromeOS memory bot goes green TBR=tim@chromium.org Review URL: http://codereview.chromium.org/6347041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73175 0039d316-1c4b-4281-b951-d872f2087c98
* Add channel_id parameter for NamedProxyLauncher constructor.dtu@chromium.org2011-01-315-9/+27
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6336018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73173 0039d316-1c4b-4281-b951-d872f2087c98
* Remove integration points for the NPAPI NaCl pluginabarth@chromium.org2011-01-312-61/+0
| | | | | | | | | | Now that we've finished integratin the PPAPI NaCl plugin, we can remove the integration points for the deprecated NPAPI NaCl plugin. Review URL: http://codereview.chromium.org/6409014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73172 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia 741->745vandebo@chromium.org2011-01-311-1/+1
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6293028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73171 0039d316-1c4b-4281-b951-d872f2087c98
* Histogram why a prerendered page was used or abandoned.cbentzel@chromium.org2011-01-315-28/+116
| | | | | | | | | | | Examples include that the page was used, that it timed out, that it was canceled due to the page trying to create a new window, etc. BUG=71065 TEST=unit_tests --gtest_filter="*Prerender*" Review URL: http://codereview.chromium.org/6402005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73169 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: introduce tab contents list provider for remote debugging.pfeldman@chromium.org2011-01-316-41/+108
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6409013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73168 0039d316-1c4b-4281-b951-d872f2087c98
* BUG=71223rohitbm@google.com2011-01-311-1/+5
| | | | | | | | Due to http://src.chromium.org/viewvc/chrome?view=rev&revision=72766, disabling Java tests. Review URL: http://codereview.chromium.org/6352026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73167 0039d316-1c4b-4281-b951-d872f2087c98
* [mac accessibility] Fix an uncaught exception that would occur if VoiceOver ↵csilv@chromium.org2011-01-313-18/+13
| | | | | | | | | | is enabled. BUG=71245 TEST=Verify that mouse-over and mouse-down on tabs do not cause uncaught exception w/ VoiceOver enabled. Review URL: http://codereview.chromium.org/6312021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73166 0039d316-1c4b-4281-b951-d872f2087c98
* Marks test as flaky on mac.sky@chromium.org2011-01-311-1/+8
| | | | | | | | | | BUG=52022 TEST=none TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/6260037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73164 0039d316-1c4b-4281-b951-d872f2087c98
* Unbreak touchui unit testsrjkroege@google.com2011-01-311-0/+1
| | | | | | | | | | | | | | Currently unittests for touchui==1 and chromeos==1 are currently broken. This patch should fix this in the interim to allow development to continue while I resolve the overarching issues related to this. Patch from Ryan Harrison <rharrison@chromium.org> BUG=none TEST=manual Review URL: http://codereview.chromium.org/6357022 Patch from Ryan Harrison <rharrison@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73162 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 71157 (caused 70644) - This is an alternate CL to the fix in ↵thakis@chromium.org2011-01-313-3/+26
| | | | | | | | | | | | | | | | | | | | | | | http://codereview.chromium.org/5553002. The earlier fix changes the behaviour of the find bar text field such that whenever the textfield is focused, all of the text inside it is selected. This was done to fix a regression where the text was not getting selected when switching tabs (read description on that issue for more info). However, this new behaviour could be undesirable as we may not need to select the whole text everytime find bar gains focus. Hence, in this fix, we undo the changes from the earlier fix and add the selectall behaviour at the right place (when the tab is switched). BUG=56326,70644 TEST=Test added in the earlier CL still passes. Review URL: http://codereview.chromium.org/6188005 TBR=varunjain@chromium.org Review URL: http://codereview.chromium.org/6347040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73161 0039d316-1c4b-4281-b951-d872f2087c98
* Removes known crash that hasn't happened in the last 50 or so runs.sky@chromium.org2011-01-311-3/+0
| | | | | | | | | | BUG=57188 TEST=none TBR=willchan Review URL: http://codereview.chromium.org/6287020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73159 0039d316-1c4b-4281-b951-d872f2087c98
* net: update False Start blacklist.agl@chromium.org2011-01-311-0/+3
| | | | | | | | | These sites are using Brocade hardware which should be updated in a few months. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73157 0039d316-1c4b-4281-b951-d872f2087c98
* Couple of changes in hopes of finally making ShareProcessesOnRestoresky@chromium.org2011-01-3115-35/+175
| | | | | | | | | | | | | | | | | | | | | | | not flakey. Here's the set of changes: . Before getting the process count we wait for the PROCESS_LAUNCHER thread to go idle. On linux we push process shutdown to the PROCESS_LAUNCHER thread. So, it's important we wait for this thread to process all requests before getting the process count. . Makes TabRestore take a boolean indicating if it succeeded. . Change IDC_NEW_TAB from waiting for INITIAL_NEW_TAB_UI_LOAD to waiting until the tab loads. INITIAL_NEW_TAB_UI_LOAD isn't really a good indication that the new tab has finished loading. A key part of making this test not flakey is http://codereview.chromium.org/6398005/, but that'll be landed separately. BUG=52022 TEST=none Review URL: http://codereview.chromium.org/6263018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73156 0039d316-1c4b-4281-b951-d872f2087c98
* Landing http://codereview.chromium.org/6326013/ on behalf of ↵zelidrag@chromium.org2011-01-315-0/+24
| | | | | | | | | | | | | dgozman@chromium.org: Added labels 'less' and 'more' under trackpad sensitivity slider in settings->system->touchpad. BUG=chromium-os:9004 TEST=Open chrome://settings, navigate to System->Touchpad and observe labels under the sensitivity slider. Review URL: http://codereview.chromium.org/6344019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73155 0039d316-1c4b-4281-b951-d872f2087c98
* Changes how autocomplete updates results in hopes of keeping the popupsky@chromium.org2011-01-318-183/+433
| | | | | | | | | | | | | | | | | | | | | | | more consistant while typing. Specifically autocomplete now copies results from the last result set so that there are at least as many results in the new set as the old set. The copying is done per provider and keeps the relevance of the old match (unless the copied relevance is > than new max relevance). The copied results are removed after a delay when the user stops typing. I went with this approach as it mirrors how SearchProvider queries. One thing to note. Previously when you started typing AUTOCOMPLETE_CONTROLLER_DEFAULT_MATCH_UPDATED was sent before AUTOCOMPLETE_CONTROLLER_RESULT_UPDATED, it is now sent after. I didn't come across any problems in my testing or when stepping through a debugger. If you think this is wrong, let me know. BUG=65592 TEST=make sure the omnibox popup still behaves sanely. Review URL: http://codereview.chromium.org/6241017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73154 0039d316-1c4b-4281-b951-d872f2087c98
* Move plugin message handling from TabContents into PluginMessageFilter.bauerb@chromium.org2011-01-315-269/+337
| | | | | | | | | | | Also, close infobars after allowing plugins to run (regressed in http://crrev.com/72166). BUG=71116 TEST=none Review URL: http://codereview.chromium.org/6336021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73153 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring to use a new IPC message filter.backer@chromium.org2011-01-3112-93/+168
| | | | | | | | | | | There were several ViewHostMsgs being sent to the GpuProcessHost via a RenderMessageFilter. This patch creates a GpuMessageFilter and renames the ViewHostMsgs to GpuHostMsgs. This will clean up some of the clutter in render_messages_internal and render_message_filter. It will also allow us to easily add new messages to the GpuProcessHost in the future. BUG=none TEST=by hand and trybots Review URL: http://codereview.chromium.org/6401003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73152 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Disable -Wuninitialized for now.thakis@chromium.org2011-01-311-0/+4
| | | | | | | | | | | Hopefully it can be turned on again soon. BUG=71375 TEST=none Review URL: http://codereview.chromium.org/6386024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73151 0039d316-1c4b-4281-b951-d872f2087c98
* Require NTLM identity earlyasanka@chromium.org2011-01-312-26/+42
| | | | | | | | | | | Don't wait until we receive an NTLM challenge to request username/password BUG=22845 TEST=net_unittests --gtest_filter=HttpNetworkTransactionTest.NTLMAuth* Review URL: http://codereview.chromium.org/6326016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73150 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 77124:77131yurys@chromium.org2011-01-311-1/+1
| | | | | | | | | | TBR=rniwa BUG= TEST= Review URL: http://codereview.chromium.org/6409010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73149 0039d316-1c4b-4281-b951-d872f2087c98
* Memory leak on ChromeOS in DOMUI file browserdhollowa@chromium.org2011-01-311-1/+1
| | | | | | | | | | | | Name change in Valgrind suppression. DOMUIFactory -> WebUIFactory BUG=43914 TEST=ChromeOS memory bot goes green TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/6312030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73147 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: enable remote debugging with front-end served from the cloud.pfeldman@chromium.org2011-01-3112-128/+128
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6356015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73146 0039d316-1c4b-4281-b951-d872f2087c98
* Add failure reason histogram to SandboxedExtensionUnpackerskerner@chromium.org2011-01-312-101/+227
| | | | | | | | | BUG=none TEST= Manually fake failures, SandboxedExtensionUnpackerTest.* . Review URL: http://codereview.chromium.org/6294014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73145 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to 3.1.0.whesse@chromium.org2011-01-312-1/+9
| | | | | | Review URL: http://codereview.chromium.org/6347036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73144 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 77121:77124yurys@chromium.org2011-01-311-1/+1
| | | | | | | | | | TBR=rniwa BUG= TEST= Review URL: http://codereview.chromium.org/6250048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73143 0039d316-1c4b-4281-b951-d872f2087c98
* Spruce up close buttons for blocked/click-to-play plugins.bauerb@chromium.org2011-01-314-9/+39
| | | | | | | | | | | The close buttons now look like in chrome://settings: Light by default, dark on hover and even darker when clicked. And they have a tooltip. BUG=63695 TEST=none Review URL: http://codereview.chromium.org/6308023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73142 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 77088:77121yurys@chromium.org2011-01-311-1/+1
| | | | | | | | | | TBR=rniwa BUG= TEST= Review URL: http://codereview.chromium.org/6260036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73141 0039d316-1c4b-4281-b951-d872f2087c98
* Rename {Pref,Policy}ContentSettingsProvider to ↵markusheintz@chromium.org2011-01-3113-73/+110
| | | | | | | | | | | | {Pref,Policy}DefaultContentSettingsProvider BUG=63656 TEST=pref_content_settings_provider_unittest.cc, policy_content_settings_provider_unittest.cc Review URL: http://codereview.chromium.org/6274016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73140 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Move NavigateToURLAsync function from UITestBase into UITest.tfarina@chromium.org2011-01-312-11/+14
| | | | | | | | | BUG=56865 TEST=trybots Review URL: http://codereview.chromium.org/6386015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73139 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Refactoring login controllers.nkostylev@chromium.org2011-01-3116-448/+695
| | | | | | | | | | | | | | | | | | | | | | | | | 1. Move trusted settings check from UC to EUC. 2. Move SetStatusAreaEnabled calls from UC to EUC. 3. Rename LoginOffTheRecord to GuestLogin in couple of places. 4. Sort method implementations in EUC. 5. Introduce LoginDisplay / ViewsLoginDisplay and move Views login UI specific code there (working with UserControllers). 6. Cleanup some CreateAccount screen callbacks; AddStartUrl methods. existing_user_view.cc guest_user_view.cc new_user_view.* are just a few removal/renames of methods. TBD: 1. Move common code out of UserController (generating user tooltip), tracking user picture load. 2. Move BackgroundView to ViewsLoginDisplay. BUG=chromium-os:11268 TEST=bots, manual Review URL: http://codereview.chromium.org/6394002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73138 0039d316-1c4b-4281-b951-d872f2087c98
* Always use forward slash when generating name of manifest filecaseq@google.com2011-01-311-1/+4
| | | | | | | | | BUG=71184 TEST=Successful run of common/extensions/docs/build/build.py Review URL: http://codereview.chromium.org/6294019/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73137 0039d316-1c4b-4281-b951-d872f2087c98
* Don't make blocking IO on UI thread in hot pathsdpolukhin@chromium.org2011-01-311-24/+55
| | | | | | | | | BUG=70131 TEST=no IO asserts Review URL: http://codereview.chromium.org/6264019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73133 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 655.0 to 656.0chrome-release@google.com2011-01-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73131 0039d316-1c4b-4281-b951-d872f2087c98
* For chromeos, ensure page info bubble is closed when link is clicked.falken@chromium.org2011-01-311-0/+5
| | | | | | | | | BUG=chromium-os:10186 TEST=Tested manually on netbook. Review URL: http://codereview.chromium.org/6335015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73129 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PasswordStoreWinTest.ConvertIE7Login, hangs flakilyphajdan.jr@chromium.org2011-01-311-1/+2
| | | | | | | | | | TBR=albertb BUG=71385 TEST=unit_tests Review URL: http://codereview.chromium.org/6312029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73128 0039d316-1c4b-4281-b951-d872f2087c98
* Reset paused_ to false when speaking to fix a bug where Stop() didn't always ↵dmazzoni@chromium.org2011-01-311-1/+3
| | | | | | | | | | | work. BUG=none TEST=manual testing, trybots Review URL: http://codereview.chromium.org/6385007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73127 0039d316-1c4b-4281-b951-d872f2087c98
* Add GetInputMethodDescriptorFromId() and fix GetKeyboardLayoutName()satorux@chromium.org2011-01-316-99/+88
| | | | | | | | | | | | | | Before this fix, GetKeyboardLayoutName() didn't return keyboard layout names for non-XKB input methods. Along the way, refactor the code and add more tests. BUG=11099 TEST=unit_tests Review URL: http://codereview.chromium.org/6336020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73126 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the Flaky flag on FindByXPath as this might not be failing anymore.nsylvain@chromium.org2011-01-311-10/+3
| | | | | | | | BUG=61636 Review URL: http://codereview.chromium.org/6386018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73125 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73121 - Remove obsolete files from 'sources'. This causes needless ↵nsylvain@chromium.org2011-01-3116-22/+43
| | | | | | | | | | | | | | | | | | work on incremental builds in VS2010. This is breaking clobber builds with this error : e:\b\build\slave\google-chrome-rel-win\build\src\chrome_frame\iids.cc(6) : fatal error C1083: Cannot open include file: 'chrome_tab.h': No such file or directory BUG=71130 TEST=Check that Chrome builds. Review URL: http://codereview.chromium.org/6307018 TBR=jeanluc@chromium.org Review URL: http://codereview.chromium.org/6347032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73124 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete files from 'sources'. This causes needless work on ↵jeanluc@chromium.org2011-01-3016-43/+22
| | | | | | | | | | | incremental builds in VS2010. BUG=71130 TEST=Check that Chrome builds. Review URL: http://codereview.chromium.org/6307018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73121 0039d316-1c4b-4281-b951-d872f2087c98