summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename test_web_contents.* to test_tab_contents.*tony@chromium.org2009-09-161-1/+1
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-3/+4
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-4/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+4
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* This CL makes sure JavaScript alerts are not shown while an interstitial is s...jcampan@chromium.org2009-07-071-0/+34
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-1/+1
* Fix interstitial crash.willchan@chromium.org2009-06-241-1/+26
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-0/+2
* Fix leak in my interstitial page test.willchan@chromium.org2009-06-121-1/+1
* Oops, disable the correct test this time :)willchan@chromium.org2009-06-121-3/+3
* Disable leaky web_contents_unittest.cc interstitial test.willchan@chromium.org2009-06-121-1/+2
* Make sure view-source: is applied to RenderView when it is reused for a newbrettw@google.com2009-06-111-1/+1
* Fix crash on interstitial page when the renderer crashed.willchan@chromium.org2009-06-111-0/+35
* Adding a test for a testing that the bug http://crbug.com/9791 is really fixed.jcampan@chromium.org2009-05-061-0/+76
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-34/+34
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-1/+1
* Check for view source mode in DOM UI mode.thestig@chromium.org2009-04-231-2/+22
* Fix a leak of the NavigationController during many tests. A duplicatebrettw@chromium.org2009-04-211-2/+1
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-83/+77
* Reverting 14005.brettw@chromium.org2009-04-181-77/+83
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-83/+77
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-17/+17
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-4/+2
* This CL adds unit-tests for the SafeBrowsingBlockingPage class.jcampan@chromium.org2009-04-031-0/+3
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* The URL in the bug triggers an SSL interstitial for a redirect that redirects...jcampan@chromium.org2009-03-271-0/+55
* Add a couple more unit tests to the Mac buildpinkerton@chromium.org2009-03-111-1/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* Add FilePath setter/getter to pref service. Change callers to use it rather t...estade@chromium.org2009-03-041-4/+3
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-4/+4
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-5/+3
* The WebContents CL broke unit testscpu@google.com2009-01-221-0/+3
* Factor out the test web contents from the WebContents unit test so that it canbrettw@chromium.org2009-01-211-310/+228
* Reverting 8263.brettw@chromium.org2009-01-201-147/+7
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-3/+3
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-0/+1271