summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-2/+1
* Convert a couple of wstring methods in ChildProcessInfo.viettrungluu@chromium.org2010-08-191-2/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-182-0/+2
* GTTF: Move TestingAutomationProvider to its own file.phajdan.jr@chromium.org2010-08-184-162/+188
* GTTF: Further separation of testing automation stuff from ChromeFramephajdan.jr@chromium.org2010-08-172-72/+86
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-4/+4
* PyAuto fix for declining translation.alyssad@chromium.org2010-08-161-0/+1
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-152-5/+1
* Convert remaining wide extension_automation_constants keys.viettrungluu@chromium.org2010-08-143-32/+32
* Convert infobar APIs to UTF-16.evan@chromium.org2010-08-131-8/+4
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-121-1/+1
* Added event traces at various points during Chrome and ChromeFrame startup to...ananta@chromium.org2010-08-112-0/+18
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-112-12/+12
* New pyauto translate hooks: always and never translate button.alyssad@chromium.org2010-08-102-0/+27
* Added support in Chromeframe full tab mode IE for setting zoom levels via Vie...ananta@chromium.org2010-08-094-1/+15
* Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...viettrungluu@chromium.org2010-08-081-3/+3
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+1
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-061-1/+1
* FBTF: Remove unneeded headers from base/ (part 3)thestig@chromium.org2010-08-061-1/+0
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-053-9/+6
* New translate tests for pyauto.pyalyssad@chromium.org2010-08-051-15/+17
* Implement AutomationProvider::WindowGetViewBounds() forjrg@google.com2010-08-051-4/+33
* New translate pyauto hook: select translate target languagealyssad@chromium.org2010-08-041-0/+34
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-9/+10
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-042-187/+189
* ChromeFrame currently overrides the request context for intercepting network ...ananta@chromium.org2010-08-045-276/+122
* New PyAuto hooks for extensions.alyssad@chromium.org2010-08-032-0/+72
* Fixes a crash seen on chrome frame reliability test runs. We need to validate...ananta@chromium.org2010-08-021-4/+6
* Fixes a crash seen on chrome frame reliability test runs. The crash occurs wh...ananta@chromium.org2010-08-022-9/+31
* Fix pyauto AutoFill hook/test based on new CC functionality.alyssad@chromium.org2010-08-021-1/+0
* New pyauto translate hook: wait until translation complete.alyssad@chromium.org2010-08-022-0/+42
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Miscellaneous ChromeFrame code cleanup. The automation client class maintaine...ananta@chromium.org2010-07-301-1/+0
* Download code cleanup patch of death:phajdan.jr@chromium.org2010-07-292-35/+9
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* browser: Fix some presubmit errors.tfarina@chromium.org2010-07-281-1/+1
* [Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac.suzhe@chromium.org2010-07-274-88/+248
* New pyauto hook for the translate feature.alyssad@chromium.org2010-07-274-0/+262
* ChromeFrame cookie requests would incorrectly get routed to the first host br...ananta@chromium.org2010-07-273-53/+92
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2619-0/+19
* PyAuto hook to remove saved passwords, more info added to passwords. BUG=36179alyssad@chromium.org2010-07-263-21/+130
* Coverity issue 8297: Uninitialized member in url_request_automation_job.ccfinnur@chromium.org2010-07-241-0/+1
* Coverity issue 2291: Uninitialized member in automation_provider_observers.ccfinnur@chromium.org2010-07-241-0/+1
* Coverity issue 8296: Uninitialized member in automation_resource_message_filt...finnur@chromium.org2010-07-231-2/+3
* Download code cleanup:phajdan.jr@chromium.org2010-07-231-1/+1
* Add PyAuto automation hooks to perform actions on infobarsnirnimesh@chromium.org2010-07-222-0/+63
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-217-8/+26
* Fetch info about infobarsnirnimesh@chromium.org2010-07-214-1/+156
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+2
* Moved code that generates APP_TERMINATING notification into BrowserList so it...atwilson@chromium.org2010-07-201-1/+3