summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* Fix for pyauto AutoFill tests on Leopard.alyssad@chromium.org2010-07-191-1/+1
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-163-7/+9
* New PyAuto hook to get saved passwords. BUG=36179alyssad@chromium.org2010-07-164-6/+130
* Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-162-0/+14
* (Reland reverted r52628 after fix)nirnimesh@chromium.org2010-07-165-331/+272
* Revert 52628 - Refactor json automation interface for pyauto hooks.tyoshino@chromium.org2010-07-165-272/+331
* Refactor json automation interface for pyauto hooks.nirnimesh@chromium.org2010-07-165-331/+272
* Move implementation from header to source.erg@chromium.org2010-07-152-4/+23
* ChromeFrame tabs would hang at times while closing. This would randomly occur...ananta@chromium.org2010-07-154-1/+16
* Adding a new PyAuto hook for importing settings.alyssad@chromium.org2010-07-154-0/+118
* Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.dmaclach@chromium.org2010-07-152-14/+0
* Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-152-0/+14
* Clear Browsing Data hook added and some small tests. BUG=36176alyssad@chromium.org2010-07-144-0/+106
* ChromeFrame would leave chrome processes running if a page rendered in Chrome...ananta@chromium.org2010-07-122-1/+4
* Header cleanup: SkBitmap and other unnecessary includes.erg@chromium.org2010-07-121-0/+1
* Revert 52054: causing startup tests to fail on Vista and XP perf dbgvandebo@chromium.org2010-07-115-223/+247
* Refactor json automation interface for pyauto hooks.nirnimesh@chromium.org2010-07-115-247/+223
* Coverity: fix leak when AutomationProvider::WaitForDownloadsToComplete called...mattm@chromium.org2010-07-101-0/+1
* PyAuto: Automation hooks to get/set themenirnimesh@chromium.org2010-07-102-0/+30
* Try to cut down Browser/TabContents header dependencies.erg@chromium.org2010-07-091-0/+1
* New pyauto hook to set and get autofill profilesalyssad@chromium.org2010-07-092-1/+298
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-1/+1
* Reland r50296 which removes some uses of CookieMonster on the UI thread.willchan@chromium.org2010-06-291-11/+114
* Change a bunch of string types.estade@chromium.org2010-06-292-2/+2
* Follow-up on http://codereview.chromium.org/2861019 to address Powel's comments.jrg@chromium.org2010-06-292-18/+16
* PyAuto: Collect branding info as a part of GetBrowserInfo()nirnimesh@chromium.org2010-06-281-4/+9
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-281-2/+2
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-2/+2
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-2/+2
* Enable "get html from page" functionality for PyAuto.jrg@chromium.org2010-06-244-10/+127
* Add basic UI tests for dom_ui/options.csilv@chromium.org2010-06-241-0/+1
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-231-4/+4
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-232-11/+8
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-114/+11
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-11/+114
* Measure loading time of several tabs.pathorn@chromium.org2010-06-164-5/+93
* Working towards -Wextrathomasvl@chromium.org2010-06-161-1/+1
* Clean up of chrome_browser.gypi/nacl_host files.estade@chromium.org2010-06-162-2/+2
* ChromeFrame should allow conditional HTTP headers like if_match, if_modified_...ananta@chromium.org2010-06-161-5/+0
* Revert 49862 - Measure loading time of several tabs.michaeln@google.com2010-06-164-93/+5
* Measure loading time of several tabs.pathorn@chromium.org2010-06-164-5/+93
* A little more automation provider cleanup.estade@chromium.org2010-06-143-29/+11
* Clean up external-tab related code in automation provider and automation proxy.estade@chromium.org2010-06-105-189/+171
* Make the reload button respond to middle-clicks like back/forward/home alread...pkasting@chromium.org2010-06-101-4/+4
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Refactoring of LoginManagerView in two separate classes NewUserView and Login...dpolukhin@chromium.org2010-05-271-7/+6
* GetEnabledExtensions should also return Loaded Extensions.mad@google.com2010-05-271-2/+5
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-5/+3
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-261-2/+1
* Propagate a change made to a base class virtual method.mad@google.com2010-05-262-5/+6