summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-136-39/+39
* Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5.craig.schlenter@chromium.org2011-01-131-1/+1
* Removed old login screen from source.avayvod@chromium.org2011-01-131-11/+6
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-132-9/+10
* Refactor RenderWidgetHost::set_paint_observer()davemoore@chromium.org2011-01-121-1/+2
* Coverity: Fix unchecked return values.kmadhusu@chromium.org2011-01-121-7/+26
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+2
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-102-5/+5
* Add methods GetWindowBounds and IsWindowMaximized to TestingAutomationProvider.mirandac@chromium.org2011-01-101-7/+23
* Add options to enable stressing of the V8 crankshaft optimizations when runni...sgjesse@google.com2011-01-102-0/+20
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+0
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-013-3/+3
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-1/+0
* net: Add namespace net to URLRequestFilter.tfarina@chromium.org2010-12-261-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-246-14/+19
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-2311-101/+32
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-232-15/+8
* Revert 68944 - Revert "Add named testing interface."nirnimesh@chromium.org2010-12-233-19/+68
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-3/+3
* Adding automation proxy hook for accessing information related to omnibox ins...ace@chromium.org2010-12-232-0/+35
* Prevent App extensions to be returned by AutomationProvider::GetEnabledExtens...mad@google.com2010-12-211-2/+4
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-212-8/+10
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-212-10/+8
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-202-8/+10
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-202-10/+8
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-202-8/+10
* Remove the DCHECK in the UrlRequestautomationJob::ReadRawData function which ...ananta@chromium.org2010-12-201-1/+0
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-173-3/+0
* Almost done deinlining virtual methods.erg@google.com2010-12-162-12/+25
* Fix notification pyauto tests. Wait for the notification processes to bekkania@chromium.org2010-12-153-22/+94
* Keep deinlining stuff.erg@google.com2010-12-155-39/+68
* Fix unreplied automation messages that trigger in Debug.nirnimesh@chromium.org2010-12-151-3/+3
* Fix pyauto flakiness by waiting for notification that the renderer process'kkania@chromium.org2010-12-144-0/+68
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-143-19/+19
* Deinline even more destructors.erg@google.com2010-12-142-6/+11
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-141-1/+1
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+0
* Revert "Add named testing interface."phajdan.jr@chromium.org2010-12-113-68/+19
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-112-8/+9
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-3/+3
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-083-17/+0
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-7/+7
* Clean up automation provider side:phajdan.jr@chromium.org2010-12-084-215/+145
* Move more code from headers to implementation.erg@google.com2010-12-072-0/+3
* Importer: Fix ImporterList::DetectSourceProfiles to run on the FILE thread, asjhawkins@chromium.org2010-12-072-47/+82
* Disable printing context menus on the print preview page. (resubmit)thestig@chromium.org2010-12-071-0/+3
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* Use ScopedRunnableMethodFactory for URLRequestAutomationJob.willchan@chromium.org2010-12-032-7/+15