summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/automation
Commit message (Expand)AuthorAgeFilesLines
* Delete Automation[Tab/Renderer]Helper and fix users.kkania@chromium.org2013-05-244-490/+0
* Correct scroll offset range for WebFrame in AutomationRendererHelpertrchen@chromium.org2013-05-182-6/+3
* Temporary disable AutomationRendererHelperTest.RTLSnapshottrchen@google.com2013-05-141-1/+1
* Remove myself from some OWNERS files and make per-file ownership more specific.ben@chromium.org2013-05-031-1/+0
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-5/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-5/+5
* Removed skia::ScopedPlatformCanvas.skaslev@chromium.org2013-03-211-1/+2
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+2
* Update some #includes in chrome/renderer/automation/ for headers in the new P...pilgrim@chromium.org2013-01-102-3/+3
* Add skia::RefPtr class to wrap ref counted classes from Skia.danakj@chromium.org2012-12-041-1/+1
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-4/+4
* Add more OWNERS inside chrome/renderer.thestig@chromium.org2012-08-221-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-201-0/+2
* Move render_view_test.h header from content\test to content\public\test. This...jam@chromium.org2012-06-041-0/+1
* [chromedriver] Determine the element location and click synchronously in the ...kkania@chromium.org2012-05-233-2/+208
* Add renderer process support in PyAuto HeapProfilerDump API.dmikurube@chromium.org2012-04-272-2/+21
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-032-257/+0
* Update includes to new header locations.abarth@chromium.org2011-12-032-3/+3
* Remove base::Bind() from cpp_bound_class.hdcheng@chromium.org2011-11-291-3/+9
* Re-land 107645 with static initializer removed.kkania@chromium.org2011-10-283-0/+188
* Revert 107645 (To see if it was responsible for increase in static initialize...eroman@chromium.org2011-10-273-194/+2
* Fix test snapshotting on linux by creating a separate automation path forkkania@chromium.org2011-10-273-2/+194
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-102-2/+3
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-3/+3
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-032-3/+3
* Rename ExtensionBase to ChromeV8Extension and simplify.aa@chromium.org2011-10-012-37/+0
* renderer/automation: Forward declare v8::Extension in DomAutomationV8Extensio...tfarina@chromium.org2011-09-012-4/+6
* Split extension_base.* out of bindings_utils.*.aa@chromium.org2011-08-301-4/+3
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-2/+6
* Reduce static data in ExtensionProcessBindings. Some was notaa@chromium.org2011-04-251-2/+2
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Adds TabContents/RenderView observers for automation/testing messages.kkania@chromium.org2011-04-072-0/+72
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-1/+1
* Make ui_test_utils::ExecuteJavaScript() friendlier to use. Also, add WARN_UN...isherman@chromium.org2010-09-301-6/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262-0/+2
* Add support for interacting with the DOM in browser_tests.kkania@chromium.org2010-03-184-0/+71
* Revert 41789 - Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-174-71/+0
* Add support for DOM interaction in browser tests via C++.kkania@chromium.org2010-03-174-0/+71
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-102-2/+0
* The DOM Automation controller object uses the RenderView instance as the mess...ananta@chromium.org2009-02-182-17/+21
* Fix memory leak.kuchhal@chromium.org2009-02-031-5/+5
* Changed DomAutomationController to use UTF-8 strings.scherkus@chromium.org2008-12-201-1/+1