summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-4/+4
* Fix crasher/DCHECK in interstitial code.jcivelli@chromium.org2010-09-271-0/+39
* Adds NavigationController::CopyStateFromAndPrune which merges twosky@chromium.org2010-08-261-0/+89
* Another fix for Bug 53385.hbono@chromium.org2010-08-261-0/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-2/+2
* FBTF: Minor cleanup to testing headers.erg@google.com2010-08-251-0/+1
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-1/+2
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-2/+2
* Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.viettrungluu@chromium.org2010-08-061-0/+2
* Set expectation of default font to Tinos on ChromeOSnick@chromium.org2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Add undeclared virtual destructors part 3ziadh@chromium.org2010-07-301-0/+3
* Revert bookmark bar promo CL, r52993mirandac@google.com2010-07-271-1/+0
* Adjust preference sync code to only sync user modifiable preferences.mnissler@chromium.org2010-07-211-25/+23
* Add bookmark promo to NTP on first run.mirandac@google.com2010-07-201-1/+3
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-6/+1
* Add platform_locale_settings file for CrOS. This is necessary becausejshin@chromium.org2010-06-091-0/+2
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-5/+9
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-1/+1
* Fixes a bug in slow cross-site navigations.creis@chromium.org2010-05-221-0/+38
* Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...sanjeevr@chromium.org2010-05-211-1/+5
* Reland "Factor out reading and writing of preferences into |PrefStore|."bauerb@chromium.org2010-04-221-1/+1
* Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...erikkay@chromium.org2010-04-211-1/+1
* Reland r45028: Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-211-1/+1
* Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.thomasvl@chromium.org2010-04-201-1/+1
* Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-201-1/+1
* Fix sync leaks and some more good stuff.skrul@chromium.org2010-03-301-3/+0
* 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