summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Enable remoting unittests to run on build botshclam@chromium.org2010-06-111-0/+1
| | | | | | | | | | Renamed chromoting.gyp to remoting.gyp. Also enabled remoting_unittests to be executed on the build bots. Review URL: http://codereview.chromium.org/2720007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49609 0039d316-1c4b-4281-b951-d872f2087c98
* This is the first patch to support encryption. The Cryptographer classalbertb@chromium.org2010-06-111-0/+3
| | | | | | | | | | | | manages a map of Nigori instances and allows data encrypted using different pass-phrase to be decrypted easily. BUG=none TEST=CryptographerTest, NigoriTest Review URL: http://codereview.chromium.org/2727006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49608 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Add tests for WillHandleBrowserAboutURL.jhawkins@chromium.org2010-06-111-0/+1
| | | | | | | | | BUG=none TEST=BrowserAboutHandlerTest.WillHandleBrowserAboutURL Review URL: http://codereview.chromium.org/2712007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49585 0039d316-1c4b-4281-b951-d872f2087c98
* Move the resources used by net-internals into a pak file.tony@chromium.org2010-06-111-0/+4
| | | | | | | | | | We don't use this yet, but the plan is to move everything in the resources directory into here. BUG=42770 Review URL: http://codereview.chromium.org/2667001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49507 0039d316-1c4b-4281-b951-d872f2087c98
* Detach reload from omnibox, combine with stop, and eliminate go.pkasting@chromium.org2010-06-111-5/+5
| | | | | | | | | | This does the basic surgery on all three OSes without trying to fix up the visual appearance. As a result, things look pretty ugly. My intent is to at least put endcaps on the omnibox in a subsequent patch. BUG=45745,45762,45763 TEST=Reload and stop should be combined; go should be gone. Review URL: http://codereview.chromium.org/2677003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49492 0039d316-1c4b-4281-b951-d872f2087c98
* Replace changes_channel with an observer list.zork@chromium.org2010-06-111-0/+1
| | | | | | | | | BUG=none TEST=Run unit tests Review URL: http://codereview.chromium.org/2075012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49490 0039d316-1c4b-4281-b951-d872f2087c98
* Merging issue 2067023 for bryner@google.comian@chromium.org2010-06-101-1/+0
| | | | | | | | | BUG=none TEST=safe_browsing_blocking_page_unittest.cc Review URL: http://codereview.chromium.org/2737005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49437 0039d316-1c4b-4281-b951-d872f2087c98
* Wrappers around BrowsingDataHelpers that returned canned responses.jochen@chromium.org2010-06-101-0/+3
| | | | | | | | | BUG=45230 TEST=CannedBrowsingData*HelperTest.* Review URL: http://codereview.chromium.org/2707001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49388 0039d316-1c4b-4281-b951-d872f2087c98
* Move npapi_layout_test_plugin target to webkit_support to use it fromtkent@google.com2010-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | WebKit DumpRenderTree. The following code change affects only WebKit DumpRenderTree. * webkit_support.cc - WebPluginImplWithPageDelegate passes a plugin path and MIME type to WebPluginImpl. - CreateWebPlugin checks a MIME type. This is the same logic as test_shell. * test_webplugin_page_delegate.h Creates and returns a WebPluginDelegateImpl instance. BUG=none TEST=none Review URL: http://codereview.chromium.org/2729004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49372 0039d316-1c4b-4281-b951-d872f2087c98
* Add bzip2 to the list of libs linked to for unit_tests.ananta@chromium.org2010-06-101-0/+1
| | | | | | | | TBR=wtc Review URL: http://codereview.chromium.org/2770010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49356 0039d316-1c4b-4281-b951-d872f2087c98
* Run in-process browser tests using the sandbox.jam@chromium.org2010-06-091-0/+2
| | | | | | Review URL: http://codereview.chromium.org/2729002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49308 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored the translate infobars.jcivelli@chromium.org2010-06-091-4/+7
| | | | | | | | | | | | | | Since some work is needed on Linux and Mac to use the new translate infobar delegate, I created a new version of the refactored classes instead of replacing them. Once Linux and Mac use the new classes, we can make the swicth. The TranslateInfoBarDelegate now contains all states, so there is no more logic on the infobar classes. I broke down the single infobar class into multiple ones (there is now an infobar for each state: before translate, translating, after translate, error): it makes the code simpler. I had to fix ReplaceInfoBar on Windows as it was not working properly. BUG=40828 TEST=Test thoroughly the translate feature. Review URL: http://codereview.chromium.org/2602003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49307 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill Profiles dialog implemented according to new mocks on Macdhollowa@chromium.org2010-06-091-5/+2
| | | | | | | | | | | | | | New mocks are attached to bug 44622. These changes replace the in-place editing of address and credit card records with a table of records and separate sheets for manipulating the record data. Changes to the layout of fields on the sheets has been done also. AutoFillDialog.xib changes: Replaced disclosure based list of address and credit cards with an NSTableView of the same data. Added buttons for "Add", "Edit", and "Remove". Replaced AutoFillAddressViewController.xib with sheet-based AutoFillAddressSheetController.xib. Replaced AutoFillCreditCardViewController.xib with sheet-based AutoFillCreditCardSheetController.xib. BUG=44621 TEST=AutoFillAddressModelTest,AutoFillAddressSheetControllerTest,AutoFillCreditCardModelTest,AutoFillCreditCardSheetControllerTest,AutoFillDialogControllerTest Review URL: http://codereview.chromium.org/2673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49274 0039d316-1c4b-4281-b951-d872f2087c98
* Putting this back in since it didn't solve the failures.thomasvl@chromium.org2010-06-081-0/+1
| | | | | | | | | | | | | | | | | | | Revert 49164 - Backing this out to see if it fixes the failures on the two windows bots (landed about when they started). Revert 49030 AutoFill: Don't save credit card numbers from Autocomplete to the WebDB. BUG=8026 TEST=AutocompleteHistoryManagerTest Review URL: http://codereview.chromium.org/2676003 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/2748002 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/2770001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49165 0039d316-1c4b-4281-b951-d872f2087c98
* Backing this out to see if it fixes the failures on the two windows bots ↵thomasvl@chromium.org2010-06-081-1/+0
| | | | | | | | | | | | | | | | (landed about when they started). Revert 49030 - AutoFill: Don't save credit card numbers from Autocomplete to the WebDB. BUG=8026 TEST=AutocompleteHistoryManagerTest Review URL: http://codereview.chromium.org/2676003 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/2748002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49164 0039d316-1c4b-4281-b951-d872f2087c98
* Managed preferences warning banner for the Linux preferences dialog.mnissler@chromium.org2010-06-081-0/+1
| | | | | | | | | BUG=43423 TEST=Unit test in managed_prefs_banner_base_unittest.cc, manual UI tests Review URL: http://codereview.chromium.org/2425006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49151 0039d316-1c4b-4281-b951-d872f2087c98
* Adjusted icons, control sizes, etc.georgey@chromium.org2010-06-071-0/+1
| | | | | | | | BUG=44622 TEST=in the bug Review URL: http://codereview.chromium.org/2638003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49108 0039d316-1c4b-4281-b951-d872f2087c98
* Renaming chrome sync integration test files so that they are uniformly named.rsimha@chromium.org2010-06-071-3/+3
| | | | | | | | | BUG=45887 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/2644002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49074 0039d316-1c4b-4281-b951-d872f2087c98
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-0/+3
| | | | | | | | | | | | Add interface for multi_pref_store_manager. BUG=40259 TEST=Unittests in pref_service_unittest.cc, pref_value_store_unittest.cc Review URL: http://codereview.chromium.org/1957005 Patch from Markus Heintz <markusheintz@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49048 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Don't save credit card numbers from Autocomplete to the WebDB.jhawkins@chromium.org2010-06-071-0/+1
| | | | | | | | | BUG=8026 TEST=AutocompleteHistoryManagerTest Review URL: http://codereview.chromium.org/2676003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49030 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48997 [causes Windows unit_tests to hang] - Group plugins in ↵viettrungluu@chromium.org2010-06-051-1/+0
| | | | | | | | | | | | | | | | | | | | | about:plugins and show update link for out-of-date ones. Patch by mavrommatis, original review here: <http://codereview.chromium.org/1991005>. Original description follows: (1) Group plugins with the same name together. (2) Show a download link for plugin versions with known security problems in about:plugins. BUG=3910 TEST=Open "chrome://plugins", see that plugins are grouped, and that any vulnerable plugins are marked red. Try enabling and disabling plugin groups. Review URL: http://codereview.chromium.org/2686001 TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/2652002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49003 0039d316-1c4b-4281-b951-d872f2087c98
* Group plugins in about:plugins and show update link for out-of-date ones.viettrungluu@chromium.org2010-06-051-0/+1
| | | | | | | | | | | | | | | | Patch by mavrommatis, original review here: <http://codereview.chromium.org/1991005>. Original description follows: (1) Group plugins with the same name together. (2) Show a download link for plugin versions with known security problems in about:plugins. BUG=3910 TEST=Open "chrome://plugins", see that plugins are grouped, and that any vulnerable plugins are marked red. Try enabling and disabling plugin groups. Review URL: http://codereview.chromium.org/2686001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48997 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Change content settings from showing tabs on top to showing a list on ↵thakis@chromium.org2010-06-041-0/+1
| | | | | | | | | | | | | | | | | the side. xib changes: * Set NSTabView's style to "Tabless" (but kept panes in an NSTabView, since it's a convenient method to handle multiple overlapping views in IB) * Put NSTabView into a split view, put a table view in the other split pane of the split view, gave it class TabViewSwitcherTable * changed autosize flags of all child views of the tab view items * Made the NSTabView the tabView_ of the table view BUG=45546 TEST=Content settings window should still work. If it's opened through an omnibox bubble, the right section should still be autoselected. Review URL: http://codereview.chromium.org/2534001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48956 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Image-drawing which doesn't require image-flipping.shess@chromium.org2010-06-041-0/+1
| | | | | | | | | | | | | | | Snow Leopard deprecated -[NSImage setFlipped:] for good reasons. This implements a method similar to the new -[NSImage drawInRect:*:respectFlipped:] method, which allows images to be drawn so that they always look right visually regardless of the -isFlipped status of the view being drawn. BUG=38943 TEST=Autocomplete, download, and reload button look right. Review URL: http://codereview.chromium.org/2587003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48954 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48932 - Merge certain preferences during model association.skrul@chromium.org2010-06-041-2/+0
| | | | | | | | | | | | | | | | Previously, local preference values would always be clobbered by values in the cloud during model association. This change defines a list of preferences where we will merge the local value and cloud value at association time. Also, sync nodes are no longer created during model association when the local preference has a default value. This also required changes in the change processor since it is not possible for a change to come from the cloud as an "add" (rather than always "updates") since a new preference sync node can be created at run time. Finally, this change includes the first steps into creating a base class for all of the ProfileSyncService* unit tests. The autofill and preference unit tests have been refactored to use this base class. BUG=44772,40129 Review URL: http://codereview.chromium.org/2473004 TBR=skrul@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48941 0039d316-1c4b-4281-b951-d872f2087c98
* Merge certain preferences during model association.skrul@chromium.org2010-06-041-0/+2
| | | | | | | | | | | | | | Previously, local preference values would always be clobbered by values in the cloud during model association. This change defines a list of preferences where we will merge the local value and cloud value at association time. Also, sync nodes are no longer created during model association when the local preference has a default value. This also required changes in the change processor since it is not possible for a change to come from the cloud as an "add" (rather than always "updates") since a new preference sync node can be created at run time. Finally, this change includes the first steps into creating a base class for all of the ProfileSyncService* unit tests. The autofill and preference unit tests have been refactored to use this base class. BUG=44772,40129 Review URL: http://codereview.chromium.org/2473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48932 0039d316-1c4b-4281-b951-d872f2087c98
* Move import in Mac OS X into its own process.mirandac@chromium.org2010-06-041-0/+5
| | | | | | | | BUG=18774 TEST=import still works. Review URL: http://codereview.chromium.org/502045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48928 0039d316-1c4b-4281-b951-d872f2087c98
* Add some basic Linux GPS tests.joth@chromium.org2010-06-041-0/+1
| | | | | | | | | Refactors the lib loader to be more of a dumb library wrapper, to avoid spreading knowledge of different library versions over multiple classes and to simplify testing. Auto reconnect to gpsd after connection failure. Makes error handling consistent across Poll() and DataWaiting(). Review URL: http://codereview.chromium.org/2555002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48926 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some test file complitation exceptions from chrome_tests.gypistuartmorgan@chromium.org2010-06-031-8/+2
| | | | | | | | | | | Adds bug annotation to the tests that still needs porting work. BUG=45766,45753,45770,45771 TEST=Compling ui_tests still works Review URL: http://codereview.chromium.org/2605001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48875 0039d316-1c4b-4281-b951-d872f2087c98
* Move MouseLeave ui test to interactive ui tests target.estade@chromium.org2010-06-031-1/+0
| | | | | | | | | BUG=45581,26349,45581 TEST=it runs, succeeds on bots Review URL: http://codereview.chromium.org/2520002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48860 0039d316-1c4b-4281-b951-d872f2087c98
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-021-0/+2
| | | | | | | | | | This removes a dependency cycle and should also make life easier for DRT. Revert http://codereview.chromium.org/1658012 Review URL: http://codereview.chromium.org/2358001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48731 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at experimental omnibox API. There are plenty of rough edges and ↵mpcomplete@chromium.org2010-05-281-0/+1
| | | | | | | | | | | | | | | features to work on, but it's in a usable state. When an extension is installed that specifies an omnibox keyword in its manifest, we add that keyword to the user's list of Search Engines. The user can then edit this keyword later. I'm leveraging most of the original search engine keyword code. An extension keyword has a special URL that identifies it as an extension keyword. There is some special case code to treat these keywords slightly differently throughout the omnibox code. BUG=38884 Review URL: http://codereview.chromium.org/2078021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48503 0039d316-1c4b-4281-b951-d872f2087c98
* Re-landing mistakenly reverted CL http://codereview.chromium.org/2101021.denisromanov@chromium.org2010-05-281-0/+1
| | | | | | | | | | | | Adding initial implementation of the PartnerCustomization classes. BUG=chromiumos:3176 TEST=Run out/Debug/unit_tests. Run out/Debug/chrome --login-manager --startup-manifest=./chrome/browser/chromeos/testdata/startup_manifest.json. There should be no asserts. TBR=avayvod Review URL: http://codereview.chromium.org/2333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48473 0039d316-1c4b-4281-b951-d872f2087c98
* Compile all the chrome_test UI tests on the Macstuartmorgan@chromium.org2010-05-271-7/+0
| | | | | | | | | | | Removes the last of the ui test exceptions on the Mac, disabling a couple of tests as necessary to keep things green. BUG=45108,45243 TEST=Tests run Review URL: http://codereview.chromium.org/2234007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48447 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48424 - Adding initial implementation of the PartnerCustomization ↵jrg@chromium.org2010-05-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classes. BUG=chromiumos:3176 TEST=Run out/Debug/unit_tests. Run out/Debug/chrome loginmanager startupmanifest=./chrome/browser/chromeos/testdata/startup_manifest.json. There should be no asserts. Review URL: http://codereview.chromium.org/2101021 TBR=denisromanov@chromium.org Build error below. I don't immediately see how this CL caused the problem, but the only other things on the blamelist are valgrind suppressions which don't change code. Linking... LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored Creating library C:\b\slave\chromium-rel-builder\build\src\build\Release\lib\npchrome_frame.lib and object C:\b\slave\chromium-rel-builder\build\src\build\Release\lib\npchrome_frame.exp chrome_tab.obj : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA) chrome_frame_ie.lib(chrome_active_document.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA) chrome_frame_npapi.lib(utils.obj) : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" (?g_pfnGetThreadACP@ATL@@3P6GIXZA) C:\b\slave\chromium-rel-builder\build\src\build\Release\servers\npchrome_frame.dll : fatal error LNK1120: 1 unresolved externals Error executing link.exe (tool returned code: 1120) 2 build system warning(s): - VS settings folder not found - Interoperability reenabled Review URL: http://codereview.chromium.org/2224008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48428 0039d316-1c4b-4281-b951-d872f2087c98
* Adding initial implementation of the PartnerCustomization classes.denisromanov@chromium.org2010-05-271-0/+1
| | | | | | | | | BUG=chromiumos:3176 TEST=Run out/Debug/unit_tests. Run out/Debug/chrome --login-manager --startup-manifest=./chrome/browser/chromeos/testdata/startup_manifest.json. There should be no asserts. Review URL: http://codereview.chromium.org/2101021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48424 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring of LoginManagerView in two separate classes NewUserView and ↵dpolukhin@chromium.org2010-05-271-1/+1
| | | | | | | | | | | | | LoginScreen. NewUserView will be reused for other user login on images login screen. TEST=No visible changes. BUG=crosbug.com/2320 Review URL: http://codereview.chromium.org/2253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48405 0039d316-1c4b-4281-b951-d872f2087c98
* Add the libwebcore.a dependencies hack on Mac for sync_unit_tests to ↵rsesek@chromium.org2010-05-271-0/+5
| | | | | | | | | | | hopefully fix the link step. BUG=43791 TEST=Mac Valgrind can link sync_unit_tests Review URL: http://codereview.chromium.org/2276006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48398 0039d316-1c4b-4281-b951-d872f2087c98
* Renames GeolocationContentSettingsTableModel to GeolocationExceptionsTableModelbulach@chromium.org2010-05-271-1/+1
| | | | | | | | | TEST=Compiles BUG=40286 Review URL: http://codereview.chromium.org/2069016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48385 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the SessionRestoreUITest tests on the Macstuartmorgan@chromium.org2010-05-261-2/+0
| | | | | | | | | | | Changes the shutdown type in the test on the Mac, since closing the last window (the default) destroys the session on the Mac. Marks two tests that fail consistently accordingly. BUG=45108 TEST=SessionRestoreUITest tests should run. Review URL: http://codereview.chromium.org/2280002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48297 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Linux coverage which doesn't like a gyp 'inputs' to contain non-files.jrg@chromium.org2010-05-261-1/+17
| | | | | | | | Tested on Linux and Mac. Review URL: http://codereview.chromium.org/2262001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48255 0039d316-1c4b-4281-b951-d872f2087c98
* chrome_tests.gypi: give better deps to make sure coverage_bundles.py ↵jrg@chromium.org2010-05-261-1/+1
| | | | | | | | | | generated more appropriately. coverage_posix.py: Properly catch syntax errors on eval'd files. Review URL: http://codereview.chromium.org/2259001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48246 0039d316-1c4b-4281-b951-d872f2087c98
* Add tooltip to the language indicator.yusukes@google.com2010-05-261-0/+1
| | | | | | | | | | | When UI locale is set to US, "Hebrew: Standard input method" would be shown for the Hebrew input method, and "Japanese: Google Japanese Input" for Japanese. BUG=chromium-os:2539 TEST=manually Review URL: http://codereview.chromium.org/2178002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48243 0039d316-1c4b-4281-b951-d872f2087c98
* Third time's the charm.rsesek@chromium.org2010-05-261-7/+16
| | | | | | | | | BUG=none TEST=jrg doens't punch me in the face. Review URL: http://codereview.chromium.org/2241002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48241 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some syntax errors in chrome_tests.gypi.rsesek@chromium.org2010-05-261-14/+7
| | | | | | | | | | | | | Re-apply http://codereview.chromium.org/2172002. It was reverted in http://codereview.chromium.org/2222001 because I was too agressive with my ^K. TBR=jrg BUG=none TEST=none Review URL: http://codereview.chromium.org/2242001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48232 0039d316-1c4b-4281-b951-d872f2087c98
* Build and run layout_plugin_uitest on Mac and Linuxstuartmorgan@chromium.org2010-05-251-5/+0
| | | | | | | | | | | Ported the test using our existing plugin-copying UI test helper base class. Also fixes the license in the file to make presubmit happy. BUG=45016 TEST=LayoutPluginTester.UnloadNoCrash should build and run on Mac and Linux. Review URL: http://codereview.chromium.org/2193001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48221 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48155 - Fix some syntax errors found when running ↵jrg@chromium.org2010-05-251-6/+14
| | | | | | | | | | | | | | | | | | | | | | | ./build/gyp_chromium check. Looks like this broke coverage bots. Example: 1st broken build with this revision on the blame list: http://buildbot.jail.google.com/buildbot/waterfall.fyi/builders/Linux%20Coverage%20(dbg)/builds/4095 Example compile failure showing chunks blown at the use of the changed line: http://buildbot.jail.google.com/buildbot/waterfall.fyi/builders/Linux%20Coverage%20(dbg)/builds/4125/steps/compile/logs/stdio BUG=none TEST=./build/gyp_chromium check succeeds. Review URL: http://codereview.chromium.org/2172002 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/2222001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48213 0039d316-1c4b-4281-b951-d872f2087c98
* Build unload_uitest.cc on the Mac, with a few of the tests disabledstuartmorgan@chromium.org2010-05-251-2/+0
| | | | | | | | | | | | | Enables all the unload UI tests on the Mac that don't put up modal dialogs. Disables those that do, and adds a tracking bug for them. Also switches the hanging Linux test to DISABLED instead of not being compiled. BUG=45021,45031 TEST=More tests run Review URL: http://codereview.chromium.org/2202001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48210 0039d316-1c4b-4281-b951-d872f2087c98
* Move the BrowserViewsAccessibilityTest and AccessibilityWinBrowserTest tests ↵ctguil@chromium.org2010-05-251-2/+0
| | | | | | | | | | | | | from browser_tests to interactive_ui_tests. Currently the AccessibleObjectFromWindow API used in these tests is failing with E_FAIL. I'm moving these tests to be run on a machine where a user is always logged in. BUG=44486,44546, TEST=none Review URL: http://codereview.chromium.org/2185002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48204 0039d316-1c4b-4281-b951-d872f2087c98
* Added code to read the cloud print proxy URL from prefs. Changed the default ↵sanjeevr@chromium.org2010-05-251-0/+1
| | | | | | | | | | | URL to https://www.google.com/cloudprint which is the official URL. BUG=None. TEST=Unit-tests provided. Review URL: http://codereview.chromium.org/2157003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48182 0039d316-1c4b-4281-b951-d872f2087c98