index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
test
/
pyautolib
/
pyautolib.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow chromedriver to install an extension and get all installed extension IDs.
kkania@chromium.org
2011-11-29
1
-16
/
+0
*
Deprecate the JavascriptEnabled policy.
joaodasilva@chromium.org
2011-11-04
1
-0
/
+10
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-0
/
+2
*
Re-enabled the policy.PolicyTest.testBookmarkBarPolicy test.
joaodasilva@chromium.org
2011-10-21
1
-3
/
+21
*
Refactor javascript injection functions in PyAuto.
frankf@google.com
2011-10-17
1
-30
/
+0
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-0
/
+2
*
Refactor: Make PyAuto InstallExtension() take a string. Delete dead code.
dtu@chromium.org
2011-08-04
1
-2
/
+7
*
The pyauto call ActivateTab should also bring the asked browser to front
nirnimesh@chromium.org
2011-06-30
1
-1
/
+1
*
Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.
darin@chromium.org
2011-06-27
1
-0
/
+1
*
Build pyautolib target under clang
nirnimesh@google.com
2011-05-27
1
-1
/
+1
*
Fix build break in pyautolib with gcc >= 4.5.
bungeman@gmail.com
2011-05-11
1
-1
/
+1
*
Browser::Type cleanup.
jianli@chromium.org
2011-05-05
1
-1
/
+1
*
Removing command_execution_timeout_ms in favor of action_max_timeout_ms.
hnguyen@chromium.org
2011-04-11
1
-3
/
+4
*
Fix for hook UninstallExtensionById, and PyAuto function to uninstall an app.
dennisjeffrey@google.com
2011-03-29
1
-2
/
+6
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Use named automation interface to control the primary chrome to run pyauto-ba...
nirnimesh@chromium.org
2011-02-23
1
-6
/
+16
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-24
/
+19
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-19
/
+24
*
Add testserver support for PyAuto
nirnimesh@chromium.org
2011-02-03
1
-0
/
+4
*
Modifying some downloads hooks to act per-window (so that incognito windows c...
ace@chromium.org
2011-01-19
1
-0
/
+5
*
Add pyauto tests for the New Tab page.
kkania@chromium.org
2010-12-04
1
-0
/
+9
*
Add pyauto tests and helper files for system-level testing of Web SQL Databases.
kkania@chromium.org
2010-11-02
1
-0
/
+6
*
Fix dom automation using pyauto on windows.
nirnimesh@chromium.org
2010-09-25
1
-0
/
+3
*
Add ExecuteJavascript() method to PyUITestBase
dpranke@chromium.org
2010-08-05
1
-0
/
+30
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-16
/
+18
*
Remove some wstrings used in ui_test.cc.
evan@chromium.org
2010-07-30
1
-1
/
+1
*
Expose cookie get/set to pyauto
alyssad@chromium.org
2010-07-15
1
-0
/
+32
*
PyAuto: Automation hooks to get/set theme
nirnimesh@chromium.org
2010-07-10
1
-0
/
+4
*
Add pyauto tests for Navigation.
nirnimesh@chromium.org
2010-05-05
1
-0
/
+6
*
Close previous theme info bars when resetting to default theme
bulach@chromium.org
2010-04-20
1
-2
/
+2
*
Revert 44885 - Select and close previous theme info bars when resetting to de...
jorlow@chromium.org
2010-04-18
1
-2
/
+2
*
Select and close previous theme info bars when resetting to default theme via...
jorlow@chromium.org
2010-04-18
1
-2
/
+2
*
Add support for basic extension automation through the Automation Proxy.
kkania@chromium.org
2010-04-06
1
-3
/
+4
*
Add generic "json dict" entry point for pyauto commands. Will prevent
jrg@chromium.org
2010-04-02
1
-0
/
+13
*
Expose BrowserProxy and TabProxy methods directly to PyAuto
nirnimesh@chromium.org
2010-03-29
1
-0
/
+3
*
Fix PyAuto crash when a script has multiple tests.
nirnimesh@chromium.org
2010-03-23
1
-36
/
+60
*
PyAuto: Flags to forbid cleaning profile dir
nirnimesh@chromium.org
2010-03-17
1
-1
/
+4
*
Add pyauto hooks for bookmarks.
jrg@chromium.org
2010-03-12
1
-0
/
+86
*
Provide a method to specify to the automation interface the dir containing br...
nirnimesh@chromium.org
2010-03-09
1
-2
/
+15
*
- Update README.chromium to mention change to swig libs in third_party
nirnimesh@chromium.org
2010-03-09
1
-3
/
+3
*
Was already a 'wait for animation to complete'.
jrg@chromium.org
2010-03-06
1
-0
/
+16
*
Add some bookmark bar hooks for pyauto.
jrg@chromium.org
2010-03-05
1
-0
/
+13
*
PyAuto: Fix some methods that assume that they're working on the first window.
nirnimesh@chromium.org
2010-02-23
1
-13
/
+27
*
Expose more functionality to pyauto
nirnimesh@chromium.org
2010-02-18
1
-0
/
+22
*
Expose additional methods to pyauto.
nirnimesh@chromium.org
2010-02-18
1
-8
/
+16
*
PyAuto: Python Interface to Chromium's Automation Proxy.
nirnimesh@chromium.org
2010-01-21
1
-0
/
+74