summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove DeleteOnIOThread from Datatype controller to fix Valgrind and remove t...zork@chromium.org2010-03-051-3/+10
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-3/+3
* Revert 35735 - Relanding the language detection code.jcampan@chromium.org2010-01-071-103/+1
* Relanding the language detection code.jcampan@chromium.org2010-01-071-1/+103
* Fix the crashing chromeos sync tests and revert the patch that disabled them.albertb@google.com2009-12-101-8/+1
* Disables a handful of tests for chromeos as they're crashing.sky@chromium.org2009-12-101-1/+8
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-101/+9
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-9/+101
* Prevents an old RenderViewHost from preempting a cross-site navigation once t...creis@chromium.org2009-11-071-0/+123
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-1/+6
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-1/+1
* Trim unused members from SearchableFormData. Remove copies of WebCore functi...pkasting@chromium.org2009-10-211-1/+0
* Use Mac fonts in Mac Chrome.mark@chromium.org2009-09-291-1/+6
* Remove the enable-sync flag from the Chrome command line and enable sync by d...brg@chromium.com2009-09-291-0/+4
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-1/+1
* Makes it so that you shouldn't be able to get a big fat bookmarksky@chromium.org2009-09-251-2/+2
* 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