summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the page and app menus.pkasting@chromium.org2010-07-202-8/+8
* Some pyauto hooks crash in Debug mode.nirnimesh@chromium.org2010-07-201-16/+52
* 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