summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* Remove browser::CreateViewsWindow function.tfarina@chromium.org2012-03-241-2/+2
* Should be the rest for this dead code pattern removal under chrome/ after tfa...saintlou@chromium.org2012-03-231-2/+0
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-223-4/+1
* Change definition of about:sync summaryrlarocque@chromium.org2012-03-211-54/+12
* Add a type for the password infobar to support test automation.dyu@chromium.org2012-03-211-1/+3
* Add new functional tests for content settings in images and handlers.dyu@chromium.org2012-03-201-1/+5
* Trim code form sync's ServerConnectionManagerrlarocque@chromium.org2012-03-171-3/+1
* Add a PyAuto API to dump heap profiles. (retry of r127070)dmikurube@chromium.org2012-03-162-0/+41
* Split ExtensionUpdater into two smaller classes.joaodasilva@chromium.org2012-03-162-3/+2
* Misc. tiny cleanups.pkasting@chromium.org2012-03-161-12/+13
* Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...oshima@chromium.org2012-03-1614-1635/+9
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-162-3/+3
* Revert 127070 - Add a PyAuto API to dump heap profiles.dmikurube@chromium.org2012-03-162-41/+0
* Add a PyAuto API to dump heap profiles.dmikurube@chromium.org2012-03-162-0/+41
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-153-4/+4
* Profile refactoring: Remove all PasswordStore code from the Profile interface.erg@chromium.org2012-03-141-6/+7
* Add a Content API around TracingController.jam@chromium.org2012-03-132-2/+4
* Adding ONC pyauto test casesstanleyw@chromium.org2012-03-101-7/+13
* Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed s...akalin@chromium.org2012-03-091-3/+1
* Reland 124817 - Take extensions out of Profile into a profile-keyed service, ...yoz@chromium.org2012-03-091-1/+3
* Add print preview constrained windows to the list of views that WebDriver cankkania@chromium.org2012-03-082-2/+30
* Reverting log messages that weren't useful.oshima@chromium.org2012-03-071-15/+0
* Add ResourceRequestInfo.darin@chromium.org2012-03-071-16/+13
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-0711-11/+16
* Renaming virtual setters/getters in UserManager.nkostylev@chromium.org2012-03-063-7/+7
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-067-10/+10
* Implementation of AutomationEventQueue and associated framework to support ge...craigdh@chromium.org2012-03-066-0/+445
* Refactor out foreground_help to fix BringBrowserWindowToFront on Windowsscottbyer@chromium.org2012-03-054-12/+37
* Defer shutting down Chrome after the CF automation connection goes away.robertshield@chromium.org2012-03-052-4/+55
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-055-9/+9
* Revert 124817 - Take extensions out of Profile into a profile-keyed service, ...vandebo@chromium.org2012-03-031-3/+1
* Take extensions out of Profile into a profile-keyed service, ExtensionSystem.yoz@chromium.org2012-03-031-1/+3
* more logs for 26646oshima@chromium.org2012-03-022-0/+16
* more logging to troubleshoot login tiemout issue on testoshima@chromium.org2012-03-011-0/+7
* ProtectorService supports multiple change instances.ivankr@chromium.org2012-03-011-2/+4
* Revert 123771 - Refactor out foreground_help to fix BringBrowserWindowToFront...scottbyer@chromium.org2012-02-273-23/+9
* Refactor out foreground_help to fix BringBrowserWindowToFront on Windowsscottbyer@chromium.org2012-02-273-9/+23
* ash: Start moving window_util.h functions into wm namespace.tfarina@chromium.org2012-02-271-1/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-262-2/+1
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-242-3/+4
* Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscribe...groby@chromium.org2012-02-232-4/+3
* Use SequencedWorkerPool for disk operations in TraceSubscriberStdio.husky@chromium.org2012-02-222-3/+4
* Cleanup ParallelAuthenticator.rkc@chromium.org2012-02-222-4/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-2/+2
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Provide a RootWindow instance getter on the shell, in preparation for removin...ben@chromium.org2012-02-172-9/+11
* Launch panels in Aura (through chrome.windows.create()) with a new panel view.stevenjb@chromium.org2012-02-161-0/+3
* Fix ONC value substitution.mnissler@chromium.org2012-02-141-1/+1