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
/
browser
/
automation
/
automation_provider_observers.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTest
jknotten@chromium.org
2010-09-24
1
-0
/
+21
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-2
/
+6
*
Adding automation hook GetSearchEngineInfo, accessible through json automatio...
ace@chromium.org
2010-09-17
1
-0
/
+13
*
GTTF: Make WaitForInfoBarCount not Sleep.
phajdan.jr@chromium.org
2010-09-08
1
-0
/
+31
*
GTTF: Make WaitForTabCountToBecome automation call not Sleep.
phajdan.jr@chromium.org
2010-09-07
1
-0
/
+43
*
Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep.
gavinp@chromium.org
2010-09-04
1
-43
/
+0
*
GTTF: Make WaitForTabCountToBecome automation call not Sleep.
phajdan.jr@chromium.org
2010-09-03
1
-0
/
+43
*
Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647
alyssad@google.com
2010-08-30
1
-35
/
+0
*
New downloads hooks for pyauto. BUG=35284
alyssad@google.com
2010-08-20
1
-0
/
+31
*
New pyauto translate hooks: always and never translate button.
alyssad@chromium.org
2010-08-10
1
-0
/
+4
*
Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).
viettrungluu@chromium.org
2010-08-04
1
-34
/
+31
*
New pyauto hook for the translate feature.
alyssad@chromium.org
2010-07-27
1
-0
/
+78
*
PyAuto hook to remove saved passwords, more info added to passwords. BUG=36179
alyssad@chromium.org
2010-07-26
1
-2
/
+12
*
Coverity issue 2291: Uninitialized member in automation_provider_observers.cc
finnur@chromium.org
2010-07-24
1
-0
/
+1
*
Fetch info about infobars
nirnimesh@chromium.org
2010-07-21
1
-0
/
+36
*
Download code cleanup: split big files into smaller one.
phajdan.jr@chromium.org
2010-07-16
1
-0
/
+1
*
New PyAuto hook to get saved passwords. BUG=36179
alyssad@chromium.org
2010-07-16
1
-0
/
+25
*
(Reland reverted r52628 after fix)
nirnimesh@chromium.org
2010-07-16
1
-21
/
+8
*
Revert 52628 - Refactor json automation interface for pyauto hooks.
tyoshino@chromium.org
2010-07-16
1
-8
/
+21
*
Refactor json automation interface for pyauto hooks.
nirnimesh@chromium.org
2010-07-16
1
-21
/
+8
*
Adding a new PyAuto hook for importing settings.
alyssad@chromium.org
2010-07-15
1
-0
/
+8
*
Clear Browsing Data hook added and some small tests. BUG=36176
alyssad@chromium.org
2010-07-14
1
-0
/
+8
*
Revert 52054: causing startup tests to fail on Vista and XP perf dbg
vandebo@chromium.org
2010-07-11
1
-6
/
+15
*
Refactor json automation interface for pyauto hooks.
nirnimesh@chromium.org
2010-07-11
1
-15
/
+6
*
Enable "get html from page" functionality for PyAuto.
jrg@chromium.org
2010-06-24
1
-0
/
+24
*
Add basic UI tests for dom_ui/options.
csilv@chromium.org
2010-06-24
1
-0
/
+1
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
1
-3
/
+3
*
Measure loading time of several tabs.
pathorn@chromium.org
2010-06-16
1
-3
/
+51
*
Revert 49862 - Measure loading time of several tabs.
michaeln@google.com
2010-06-16
1
-51
/
+3
*
Measure loading time of several tabs.
pathorn@chromium.org
2010-06-16
1
-3
/
+51
*
Allow extensions to be overinstalled with extensions of same
aa@chromium.org
2010-05-19
1
-8
/
+0
*
Omnibox automation should wait for page load after selecting a popup item.
nirnimesh@chromium.org
2010-05-17
1
-0
/
+33
*
Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."
bauerb@chromium.org
2010-05-11
1
-37
/
+3
*
Reland r46681: Use IPC to wait for download in DownloadTest.
bauerb@chromium.org
2010-05-11
1
-3
/
+37
*
Add an AddHistoryItem() API to PyAuto with example use.
jrg@chromium.org
2010-05-07
1
-2
/
+2
*
Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...
bauerb@chromium.org
2010-05-07
1
-34
/
+3
*
Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...
bauerb@chromium.org
2010-05-07
1
-3
/
+34
*
Enable more parts of automation on all platforms:
phajdan.jr@chromium.org
2010-05-04
1
-7
/
+1
*
Add info about starred history items.
nirnimesh@chromium.org
2010-04-20
1
-0
/
+4
*
Add automation hooks for fetching history.
nirnimesh@chromium.org
2010-04-19
1
-0
/
+29
*
[GTTF] Make automation calls for Downloads, Extensions, and History pages
phajdan.jr@chromium.org
2010-04-12
1
-1
/
+8
*
Add support for basic extension automation through the Automation Proxy.
kkania@chromium.org
2010-04-06
1
-4
/
+161
*
Add generic "json dict" entry point for pyauto commands. Will prevent
jrg@chromium.org
2010-04-02
1
-0
/
+11
*
Notify all active login prompts when one login prompt is submitted. This allows
tonyg@chromium.org
2010-04-01
1
-1
/
+3
*
Revert 42770 - Notify all active login prompts when one login prompt is submi...
tonyg@chromium.org
2010-03-26
1
-3
/
+1
*
Notify all active login prompts when one login prompt is submitted. This allows
tonyg@chromium.org
2010-03-26
1
-1
/
+3
*
Add pyauto hooks for bookmarks.
jrg@chromium.org
2010-03-12
1
-0
/
+22
*
Lands http://codereview.chromium.org/668105 for sosa:
sky@chromium.org
2010-03-10
1
-0
/
+27
*
Test cookie prompting.
darin@chromium.org
2010-03-04
1
-3
/
+9
*
Refactored code to allow associating workers with multiple renderers.
atwilson@chromium.org
2010-01-28
1
-12
/
+10
[next]