summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Fetch info about the state of navigation in a tabnirnimesh@chromium.org2010-08-314-0/+133
| | | | | | | | | | | | | This includes info about: - ssl status: allows for automation of ssl tests - page type - favicon TEST=ssl.py Review URL: http://codereview.chromium.org/3266012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58015 0039d316-1c4b-4281-b951-d872f2087c98
* Pyauto: set environment variable so passwords can be imported on Mac. ↵alyssad@google.com2010-08-311-10/+27
| | | | | | | | | | BUG=52124,49378 Full passwords testing on Mac is still blocked by keychain popups. However, this fix removes one barrier to testing password import on Mac. Review URL: http://codereview.chromium.org/3260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58013 0039d316-1c4b-4281-b951-d872f2087c98
* PyAuto test for download from incognito windownirnimesh@chromium.org2010-08-311-0/+18
| | | | | | Review URL: http://codereview.chromium.org/3270010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58010 0039d316-1c4b-4281-b951-d872f2087c98
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-311-1/+2
| | | | | | | | BUG=53386 Review URL: http://codereview.chromium.org/3277002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58007 0039d316-1c4b-4281-b951-d872f2087c98
* Convert wstrings in bookmarks, part 1000000.viettrungluu@chromium.org2010-08-314-43/+50
| | | | | | | | | BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3249013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58006 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Add signing and verification to ownership APIcmasone@google.com2010-08-3112-52/+172
| | | | | | | | | | | Most of the files in here are changed only because I switched to representing digital signatures as std::vector<uint8> instead of std::string, so I had to alter the signatures of a lot of methods. BUG=chromium-os:4488 TEST=unit tests Review URL: http://codereview.chromium.org/3212011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58005 0039d316-1c4b-4281-b951-d872f2087c98
* New images for the page info ssl bubble.finnur@chromium.org2010-08-314-0/+0
| | | | | | | | | | BUG=http://crbug.com/52916 TEST=None TBR=alcor Review URL: http://codereview.chromium.org/3271003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58003 0039d316-1c4b-4281-b951-d872f2087c98
* Chromoting: Get screen size locally if it wasn't given in the mouse message.garykac@google.com2010-08-311-4/+4
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3229007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58002 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the options page css so that things line up a little better.dhg@chromium.org2010-08-311-1/+13
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3269004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58001 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the order of the loading of css files. Seems to improve speed ↵dhg@chromium.org2010-08-311-26/+32
| | | | | | | | | | | significantly. BUG=6140 TEST=try loading the page, is pretty fast. Review URL: http://codereview.chromium.org/3256002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58000 0039d316-1c4b-4281-b951-d872f2087c98
* [win] Add fallback for periodic reload to ConfigurationPolicyProviderWin.mnissler@chromium.org2010-08-312-36/+155
| | | | | | | | | | | | In-the-wild crashes indicate it's possible RegisterGPNotification fails. Handle that case gracefully, i.e. degrade to periodic group policy refresh. BUG=53250 TEST=ConfigurationPolicyProviderWinTest, no more crashes due to CHECKs in ConfigurationPolicyProviderWin::GroupPolicyChangeWatcher::GroupPolicyChangeWatcher() Review URL: http://codereview.chromium.org/3233007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57999 0039d316-1c4b-4281-b951-d872f2087c98
* Disables a couple of tab tests as they're not applicable onsky@chromium.org2010-08-311-3/+4
| | | | | | | | | | | linux/views. BUG=10941 TEST=none Review URL: http://codereview.chromium.org/3244003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57998 0039d316-1c4b-4281-b951-d872f2087c98
* Change the conditions on which the popup blocked animation is shown to be ↵rsesek@chromium.org2010-08-314-18/+31
| | | | | | | | | | | | | | more reliable. This also prevents AnimatableImage from running after the window has been closed. BUG=50000,50395 TEST=Get a blocked popup. Open it. Animation not shown. TEST=Go to a page that creates a popup on document.unload. Close the tab. Animation not shown. Review URL: http://codereview.chromium.org/3169030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57996 0039d316-1c4b-4281-b951-d872f2087c98
* Add unit tests to adm_writergfeher@chromium.org2010-08-311-4/+0
| | | | | | | | | | | Add unit tests to adm_writer, clean up other writer unit tests and fix list policies generated by adm_writer. (Move KEYNAME into the PART structure.) BUG=none TEST=none Review URL: http://codereview.chromium.org/3284006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57995 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show scrollbars in click-to-play UIbauerb@chromium.org2010-08-311-0/+1
| | | | | | | | | BUG=53838 TEST=with click-to-play enabled, go to a page with a small plugin. You shouldn't see scrollbars in the click-to-play UI. Review URL: http://codereview.chromium.org/3240009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57994 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-317-0/+52
| | | | | | | | | TEST=setVersion layout test works in non-single-process-mode BUG=none Review URL: http://codereview.chromium.org/3116043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57988 0039d316-1c4b-4281-b951-d872f2087c98
* Address a TODO in SSLPolicyBackend class.tfarina@chromium.org2010-08-312-56/+45
| | | | | | | | | | | | | | Fix the conversions from wide to string16 in this class and get rid of the base/utf_string_conversions.h. (Note: this was a TODO for evanm). BUG=None TEST=compiles locally and trybots Review URL: http://codereview.chromium.org/3284003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57987 0039d316-1c4b-4281-b951-d872f2087c98
* Tiny fix: ResolveMetricsReportingEnabled() return value honored.glotov@chromium.org2010-08-311-2/+3
| | | | | | | | | BUG=chromium-os:2884 TEST=none Review URL: http://codereview.chromium.org/3109012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57986 0039d316-1c4b-4281-b951-d872f2087c98
* Update browser cache of accessibility tree on renderer sub-tree changes.ctguil@chromium.org2010-08-3117-51/+455
| | | | | | | | | | | | | WebKit sister patch: http://trac.webkit.org/changeset/66305 BUG=13291 TEST=interactive_ui_tests --gtest_filter=AccessibilityWinBrowserTest.TestDynamicAccessibilityTree TEST=unit_tests --gtest_filter=BrowserAccessibilityTest.TestChildrenChange TEST=unit_tests --gtest_filter=BrowserAccessibilityTest.TestChildrenChangeNoLeaks Review URL: http://codereview.chromium.org/3117036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57983 0039d316-1c4b-4281-b951-d872f2087c98
* Removed "New User" label for New user pod in case this pod is the only ↵dilmah@chromium.org2010-08-314-14/+8
| | | | | | | | | | | | | existing pod. Removed "Cant authorize?" link on new user pod because this functionality has moved into a bubble prompt. BUG=http://crosbug.org/5756 TEST=Manual Review URL: http://codereview.chromium.org/3243013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57982 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed hanging gatewaydataprovider test fixtureallanwoj@chromium.org2010-08-312-7/+6
| | | | | | | | | Changed the behaviour of the listener on an update to not wait for pending tasks to quit. Same for the WifiDataProvider. Also gave the fixture a better name. BUG=53472 Review URL: http://codereview.chromium.org/3266002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57981 0039d316-1c4b-4281-b951-d872f2087c98
* Disable UITest.MediaUILayoutTest on Linux valgrind bots.cbentzel@chromium.org2010-08-311-0/+2
| | | | | | | | BUG=53937 TEST=None Review URL: http://codereview.chromium.org/3253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57978 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaking tests for network location providersallanwoj@chromium.org2010-08-312-3/+3
| | | | | | | | | The StartThread fixture now calls main_message_loop_.Run() to release a reference on the provider. Same problem should affect the wifi data provider so added there as well. Also removed the StopProvider call as it is done in the TearDown and change the NoRouterInterval to be 1 millisecond. BUG=53573 Review URL: http://codereview.chromium.org/3264001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57975 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 510.0 to 511.0chrome-release@google.com2010-08-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57974 0039d316-1c4b-4281-b951-d872f2087c98
* Update click-to-play UI and strings.bauerb@chromium.org2010-08-313-39/+42
| | | | | | | | | | | | http://imgur.com/gkbct.png (normal) http://imgur.com/ue6ao.png (hover) BUG=51906 TEST=none Review URL: http://codereview.chromium.org/3218006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57971 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks to the SSL InfoBubble dialog.finnur@chromium.org2010-08-315-34/+69
| | | | | | | | | | | | | Fixed the mixed state icon not showing for section Connection. I overlooked the fact that we already check for mixed content, but reported state as error (whereas now we want warning). Added link to help center explaining what this dialog means. BUG=http://crbug.com/52916 TEST=SSL Infobubble should show link to help center and should show mixed content icon when, for example, you open an email in Gmail with an external image embedded in it. Review URL: http://codereview.chromium.org/3221005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57970 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the wstring FormatUrl() functions (and convert remaining users to the ↵viettrungluu@chromium.org2010-08-3118-58/+58
| | | | | | | | | | | | | string16 verison). Still to do: Actually convert the code underlying FormatUrl(). BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57968 0039d316-1c4b-4281-b951-d872f2087c98
* Mark PluginTest.FlashLayoutWhilePainting as flaky on Windows.viettrungluu@chromium.org2010-08-311-1/+5
| | | | | | | | | | BUG=53926 TEST=slightly greener bots TBR=phajdan.jr@chromium.org,ananta@chromium.org,viettrungluu@chromium.org Review URL: http://codereview.chromium.org/3213007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57967 0039d316-1c4b-4281-b951-d872f2087c98
* Add an accordian effect to NTP.aa@chromium.org2010-08-3114-123/+330
| | | | | | | | BUG=53248 Review URL: http://codereview.chromium.org/3250002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57966 0039d316-1c4b-4281-b951-d872f2087c98
* Unify sidebar identification in the chrome.experimental.sidebar extension ↵aa@chromium.org2010-08-315-14/+7
| | | | | | | | | | | | API implementation. BUG=51084 TEST=Run interactive_ui_tests and browser_tests. Review URL: http://codereview.chromium.org/3212005 Patch from Aleksey Shlyapnikov <alekseys@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57965 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3216008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57959 0039d316-1c4b-4281-b951-d872f2087c98
* A quick fix for Bug 53559.hbono@chromium.org2010-08-311-3/+3
| | | | | | | | | | This change uses a scoped_ptr<FormStructure> variable instead of using a FormStructore pointer to avoid leaking FormStructore objects when continuing the loop in AutofillManager::ParseForms(). BUG=53559 TEST=make the "Linux Tests (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/3245001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57957 0039d316-1c4b-4281-b951-d872f2087c98
* Add final part of IPC plumbing for FileSystem API (retry).kinuko@chromium.org2010-08-3112-26/+414
| | | | | | | | | | | | | Original issue: http://codereview.chromium.org/3208007/show (Reverted due to rebase error) BUG=32277 TEST=none; to be added when we have complete implementation. TBR=phajdan-jr, michaeln Review URL: http://codereview.chromium.org/3256006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57955 0039d316-1c4b-4281-b951-d872f2087c98
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-314-31/+90
| | | | | | | | Also, the javascript version does some fancier output -- it now only displays the relevant fields, and numbers the fallback order. Review URL: http://codereview.chromium.org/3219004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57949 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-3133-118/+300
| | | | | | | | | | | | | | | | This patch allows component (built-in) extension apps to have extension api bindings. Note that this patch adds browser-side api permission checking for extension requests. This is step two along the path to exposing an extension management api to the gallery (webstore). Original Review: http://codereview.chromium.org/3163044 BUG=27431 TBR=mpcomplete Review URL: http://codereview.chromium.org/3263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57941 0039d316-1c4b-4281-b951-d872f2087c98
* Add Mozilla's ISimpleDOM COM interfaces, which are neededdmazzoni@chromium.org2010-08-312-0/+2
| | | | | | | | | | | | | | | | | | in order to fully support Windows screenreaders. Note: it makes sense to check these files into third_party directly (rather than pull from Mozilla's repository) because (1) they're very small (under 500 lines total), and (2) they're stable and unlikely to change frequently. BUG=48185 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51710 Review URL: http://codereview.chromium.org/2802031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57940 0039d316-1c4b-4281-b951-d872f2087c98
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-3111-2/+70
| | | | | | | | | BUG=none TEST=unittest Review URL: http://codereview.chromium.org/3282003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57938 0039d316-1c4b-4281-b951-d872f2087c98
* Fix linux and mac page info windows showing wrong status icons.mattm@chromium.org2010-08-312-2/+4
| | | | | | | | | BUG=52916 TEST=load https://www.google.com, click on page info Review URL: http://codereview.chromium.org/3250009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57936 0039d316-1c4b-4281-b951-d872f2087c98
* Add a string resource for xkb:il::heb.yusukes@chromium.org2010-08-314-8/+6
| | | | | | | | | BUG=chromium-os:6046 TEST=manually Review URL: http://codereview.chromium.org/3218004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57934 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Uncrashy memory_test.phajdan.jr@chromium.org2010-08-301-4/+9
| | | | | | | | | | | | | It's still going to fail randomly, but at least shouldn't crrrrrash. TBR=huanr BUG=53882 TEST=memory_test Review URL: http://codereview.chromium.org/3248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57926 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile bustage for levin.phajdan.jr@chromium.org2010-08-301-1/+1
| | | | | | | | | | | TBR=levin BUG=38475 TEST=compile please Review URL: http://codereview.chromium.org/3280009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57925 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the ExtensionApiTest.Tabs test as flaky for Linux. This test now ↵ananta@chromium.org2010-08-301-2/+2
| | | | | | | | | | | | | fails on the Linux dbg-shlib builder as well. Bug=48920 TBR=timsteele Review URL: http://codereview.chromium.org/3262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57924 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57915 - Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-3012-413/+25
| | | | | | | | | | | | BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3208007 TBR=kinuko@chromium.org,phajdan-jr Review URL: http://codereview.chromium.org/3245010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57923 0039d316-1c4b-4281-b951-d872f2087c98
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-3029-45/+44
| | | | | | | | | BUG=50548 TEST=compiles Review URL: http://codereview.chromium.org/3280008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57922 0039d316-1c4b-4281-b951-d872f2087c98
* Added D3DCompiler_42.dll to the installer.apatrick@chromium.org2010-08-304-0/+27
| | | | | | | | | | | This is a runtime dependency of D3DX9 which is needed to make ANGLE work on Windows. TEST=will run try when blocking CL is landed BUG=none Review URL: http://codereview.chromium.org/3134037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57920 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding this CL that was previously backed-out.jcivelli@chromium.org2010-08-302-5/+2
| | | | | | | | | | | | | | Fix the focus on post reload warning constrained window. The initial focus was not set to the right view. TBR=chase BUG=41926 TEST=Navigate to a page with a post. Reload the page. A constrained window with a warning that it is going to repost. The OK button should be focused. Pressing TAB should move the button to the next button. Pressing ESC should close the dialog. Review URL: http://codereview.chromium.org/3238004 Review URL: http://codereview.chromium.org/3228004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57919 0039d316-1c4b-4281-b951-d872f2087c98
* Allow one to call TemplateURLModel::GenerateSearchURL when not on the UI thread.levin@chromium.org2010-08-3010-97/+279
| | | | | | | | | BUG=38475 TEST=unit_test --gtest_filter=Temp* Review URL: http://codereview.chromium.org/3240005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57918 0039d316-1c4b-4281-b951-d872f2087c98
* Use new labs_section on about:labsthakis@chromium.org2010-08-301-2/+2
| | | | | | | | BUG=53399 TEST=none TBR=trungl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57917 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Extract all preferences-related code from DownloadManager to ↵phajdan.jr@chromium.org2010-08-3018-172/+254
| | | | | | | | | | | DownloadPrefs. TEST=unit_tests, browser_tests, ui_tests BUG=48913 Review URL: http://codereview.chromium.org/3226010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57916 0039d316-1c4b-4281-b951-d872f2087c98
* Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-3012-25/+413
| | | | | | | | | BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3208007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57915 0039d316-1c4b-4281-b951-d872f2087c98