summaryrefslogtreecommitdiffstats
path: root/chrome/browser/iframe_uitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use destroy signal to safe guard TextWidget method.oshima@google.com2011-02-081-7/+1
| | | | | | | | | | | Looks like TextView related function stops working properly when TextView gets destroyed even if the object itself is not deleted. This CL address this case by using destroy signal explicitly. BUG=70192 TEST=FIFrameTest.InEmptyFrame should pass. Review URL: http://codereview.chromium.org/6413021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74203 0039d316-1c4b-4281-b951-d872f2087c98
* Re-disable IFrameTest.InEmptyFrame on Linux, re-enable on Mac/Winisherman@chromium.org2011-02-051-4/+4
| | | | | | | | | | BUG=70192 TEST=none TBR= oshima@chromium.org Review URL: http://codereview.chromium.org/6410108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73922 0039d316-1c4b-4281-b951-d872f2087c98
* Own text_view widget.oshima@google.com2011-02-051-2/+7
| | | | | | | | | | | | | There seems to be the case where TextWidth() method is called after gtk widget hierarchy is destroyed, but before autocomplete_edit_view_gtk object is deleted. This ensures that text_view_ has same lifetime as the autocomplete object. BUG=70192 TEST=InEmptyFrame, PopupBlockedPostBlank should pass for linux builds. Review URL: http://codereview.chromium.org/6368104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73902 0039d316-1c4b-4281-b951-d872f2087c98
* DontCreateIncognitoProfile hangs on linux, disablingthomasvl@chromium.org2011-01-261-7/+2
| | | | | | | | | | | IncognitoSplitMode is having issues on all OSes now. InEmptyFrame is now having issues on all OSes now. BUG=70192,53991,70913 TEST=see bugs Review URL: http://codereview.chromium.org/6399003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72649 0039d316-1c4b-4281-b951-d872f2087c98
* Mark IFrameTest.InEmptyFrame and ↵isherman@chromium.org2011-01-201-1/+7
| | | | | | | | | | | | PopupBlockerBrowserTest.PopupBlockedPostBlank as flaky on ChromeOS BUG=70192 TEST=greener tree TBR= estade@chromium.org, oshima@chromium.org Review URL: http://codereview.chromium.org/6366005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71931 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Various ui tests cleanups:phajdan.jr@chromium.org2010-03-261-7/+0
| | | | | | | | | | | | | | | | - unify timeout handling - remove unneccessary assertions that clutter the code They were mostly there because earlier the automation framework was less reliable. Now the same checks (or equivalent) are always done in the framework itself. TEST=none BUG=none Review URL: http://codereview.chromium.org/1377001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42767 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable IFrameTest.InEmptyFrame.evan@chromium.org2009-05-121-4/+0
| | | | | | | | | BUG=9870 Review URL: http://codereview.chromium.org/113211 Patch from Albert Bachand <albertb@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15822 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more deprecation of the wstring version of PathService::Get() for UI tests.thestig@chromium.org2009-05-021-3/+1
| | | | | | Review URL: http://codereview.chromium.org/99298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15127 0039d316-1c4b-4281-b951-d872f2087c98
* linux: temporarily disable a test due to flakiness.evan@chromium.org2009-04-081-0/+5
| | | | | | | | | | Relevant bugs have been filed. TBR=tony Review URL: http://codereview.chromium.org/64001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13367 0039d316-1c4b-4281-b951-d872f2087c98
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-5/+6
| | | | | | | | | | | | | | | | Remove following deprecated wstring-using functions: net/net_util: FilePathToFileURL net/net_util: FileURLToFilePath Switch net/base/upload_data to FilePath. Switch upload-related parts of net/url_request/url_request to FilePath. Made necessary adjustments in rest of code (a lot). Review URL: http://codereview.chromium.org/63011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13242 0039d316-1c4b-4281-b951-d872f2087c98
* Port more UI tests to Linux.phajdan.jr@chromium.org2009-03-231-3/+3
| | | | | | | | | | | | | | | | | | | | | - enable following ui tests on Linux: history_uitest.cc inspector_controller_uitest.cc browser/history/redirect_uitest.cc browser/locale_tests_uitest.cc browser/sanity_uitest.cc - move information about Linux-specific splash page to more generic location and enable more logic about start page on Linux - maintainability cleanups (DISABLED_ instead of #if 0) - misc GCC-related cleanups Review URL: http://codereview.chromium.org/49006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12281 0039d316-1c4b-4281-b951-d872f2087c98
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
| | | | | | | | | Normalize end of file newlines in chrome/. All files end in a single newline. Review URL: http://codereview.chromium.org/42015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11331 0039d316-1c4b-4281-b951-d872f2087c98
* Remove timeout constants from ui_tests. All tests will nowpaulg@google.com2009-01-161-1/+1
| | | | | | | | | use accessors for various timeouts which can be set (via command line parameters) to values appropriate to the test environment, such as longer timeouts when running under purify. Review URL: http://codereview.chromium.org/18109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8164 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a DCHECK in the IFrameTest.InEmptyFrame by removing it. The behavior isbrettw@google.com2008-12-181-1/+1
| | | | | | | | | correct, and the condition can be hit differently than assumed by the DCHECK. BUG=3035 Review URL: http://codereview.chromium.org/15050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7262 0039d316-1c4b-4281-b951-d872f2087c98
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-1/+3
| | | | | | | up to webkit@36102. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2778 0039d316-1c4b-4281-b951-d872f2087c98
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1287 0039d316-1c4b-4281-b951-d872f2087c98
* Move more net classes into the net namespace. Also remove the net_util ↵darin@google.com2008-07-311-1/+1
| | | | | | | | namespace in favor of the net namespace. This is a purely mechanical change. There should be no logic changes. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome to the repository.initial.commit2008-07-261-0/+58
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98