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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be lenient with exclusions in PYAUTO_TESTS file
nirnimesh@chromium.org
2010-12-17
1
-1
/
+4
*
Fix pyauto flakiness by waiting for notification that the renderer process'
kkania@chromium.org
2010-12-14
1
-1
/
+22
*
Add pyauto tests for the New Tab page.
kkania@chromium.org
2010-12-04
3
-0
/
+15
*
Change in fetching the builds for linux
nirnimesh@chromium.org
2010-12-03
1
-3
/
+6
*
Fix imports tests on win.
nirnimesh@chromium.org
2010-11-25
1
-1
/
+2
*
Fix pyauto fetch script to fetch .pyd instead of .dll on win
nirnimesh@chromium.org
2010-11-24
1
-2
/
+2
*
Add pyauto hook for getting and manipulating the data underneath the NTP.
kkania@chromium.org
2010-11-19
2
-0
/
+190
*
Add pid to HTML5 notification information in pyauto hook.
kkania@chromium.org
2010-11-18
1
-3
/
+8
*
Workaround for some pyauto test flakiness on linux. Tests that use the omnibox
ace@chromium.org
2010-11-13
1
-0
/
+16
*
Fix path for private data dir used in sync pyauto tests
nirnimesh@chromium.org
2010-11-12
1
-1
/
+1
*
Part 2 of reapplying r64637.
erg@google.com
2010-11-10
1
-2
/
+3
*
Fix a typo
nirnimesh@chromium.org
2010-11-10
1
-1
/
+1
*
Add facilities to fetch username/passwd credentials from private data
nirnimesh@chromium.org
2010-11-10
1
-0
/
+11
*
Fix pyauto tests, to refer to chrome_command_ids.h.
nirnimesh@chromium.org
2010-11-09
1
-1
/
+1
*
Add a script to fetch prebuilt binaries for running PyAuto.
nirnimesh@chromium.org
2010-11-09
2
-0
/
+178
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
PyAuto hooks for Sync in TestingAutomationProvider
rsimha@chromium.org
2010-11-03
1
-0
/
+118
*
Add pyauto tests and helper files for system-level testing of Web SQL Databases.
kkania@chromium.org
2010-11-02
4
-0
/
+49
*
Revert "Refactor automation messages." due to mysterious problems on mac.
erg@google.com
2010-11-01
1
-2
/
+2
*
Refactor automation messages.
erg@google.com
2010-11-01
1
-2
/
+2
*
Add pyauto hook for HTML5 notifications, tests, and helpers.
kkania@chromium.org
2010-10-26
1
-0
/
+63
*
Add an additional build dir to look for pyauto libs on win
nirnimesh@chromium.org
2010-10-25
1
-1
/
+3
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
1
-2
/
+2
*
PyAuto automation support for blocked popups
nirnimesh@chromium.org
2010-10-13
1
-0
/
+31
*
Make WaitForInfobarCount() robust
nirnimesh@chromium.org
2010-10-12
1
-14
/
+24
*
Adding automation hooks for editing search engines.
ace@chromium.org
2010-10-12
1
-15
/
+86
*
Automation support for Find on a given page and return the search count
nirnimesh@chromium.org
2010-10-08
1
-0
/
+36
*
Use CHROME_HEADLESS to enable crash reporter in pyauto on linux/mac
nirnimesh@chromium.org
2010-09-29
1
-6
/
+2
*
Fix PyAuto tests to account for dynamic autofill labels.
nirnimesh@chromium.org
2010-09-28
1
-15
/
+4
*
Fix dom automation using pyauto on windows.
nirnimesh@chromium.org
2010-09-25
2
-4
/
+7
*
Adding automation hook GetSearchEngineInfo, accessible through json automatio...
ace@chromium.org
2010-09-17
1
-0
/
+26
*
Fix import tests when intermediate dir might not be present
nirnimesh@chromium.org
2010-09-10
1
-0
/
+3
*
Revert "Work around download system breakpage by using WaitUntil on pyauto si...
nirnimesh@chromium.org
2010-09-02
1
-11
/
+2
*
Work around download system breakpage by using WaitUntil on pyauto side.
nirnimesh@chromium.org
2010-09-02
1
-2
/
+11
*
Fetch info about the state of navigation in a tab
nirnimesh@chromium.org
2010-08-31
1
-0
/
+34
*
Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647
alyssad@google.com
2010-08-30
1
-18
/
+12
*
New pyauto hook (wait until extension has been installed) and test.
alyssad@google.com
2010-08-27
1
-0
/
+16
*
Fix references to pyauto doc urls
nirnimesh@chromium.org
2010-08-27
1
-1
/
+1
*
(reland)
nirnimesh@chromium.org
2010-08-25
1
-1
/
+55
*
Deal with transient files better when removing a path in tests.
nirnimesh@chromium.org
2010-08-25
1
-1
/
+4
*
Cleanup in downloads tests
nirnimesh@chromium.org
2010-08-24
1
-0
/
+9
*
Revert 56951 - Produce gtest style output with pyauto.
nirnimesh@chromium.org
2010-08-21
1
-52
/
+1
*
Produce gtest style output with pyauto.
nirnimesh@chromium.org
2010-08-21
1
-1
/
+52
*
PyAuto test for renderer crash reporting
nirnimesh@chromium.org
2010-08-20
3
-1
/
+167
*
New downloads hooks for pyauto. BUG=35284
alyssad@google.com
2010-08-20
1
-3
/
+83
*
New pyauto translate hooks: always and never translate button.
alyssad@chromium.org
2010-08-10
1
-4
/
+15
*
Add new downloads tests
nirnimesh@chromium.org
2010-08-07
2
-0
/
+34
*
Add ExecuteJavascript() method to PyUITestBase
dpranke@chromium.org
2010-08-05
4
-2
/
+72
*
New translate pyauto hook: select translate target language
alyssad@chromium.org
2010-08-04
1
-0
/
+29
*
New PyAuto hooks for extensions.
alyssad@chromium.org
2010-08-03
1
-0
/
+40
[next]