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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-4
/
+4
*
Reverting this to see if this fixes ChromeFrame tests. Please reland with the...
ananta@chromium.org
2010-10-28
1
-2
/
+1
*
The ChromeFrame objects now provides an unfrozen interface called IChromeFram...
hansl@google.com
2010-10-28
1
-1
/
+2
*
ChromeFrame network tests were broken since the change to honor the automatio...
ananta@chromium.org
2010-10-26
1
-0
/
+3
*
Fix the ChromeFrame net test failures. These tests started failing since the ...
ananta@chromium.org
2010-10-12
1
-2
/
+3
*
Automation support for Find on a given page and return the search count
nirnimesh@chromium.org
2010-10-08
1
-0
/
+12
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-3
/
+9
*
Added full support for invoking before unload and unload handlers on ChromeFr...
ananta@chromium.org
2010-09-17
1
-2
/
+1
*
Reland "Make AutomationProvider fail fast on messages it doesn't understand."
shess@chromium.org
2010-09-14
1
-0
/
+2
*
Revert "Make AutomationProvider fail fast on messages it doesn't understand."
shess@chromium.org
2010-09-13
1
-2
/
+0
*
GTTF: Move some more bits of automation code from AutomationProvider to Testi...
phajdan.jr@chromium.org
2010-09-09
1
-12
/
+0
*
GTTF: Move pyauto automation provider code to TestingAutomationProvider
phajdan.jr@chromium.org
2010-09-02
1
-250
/
+1
*
Fetch info about the state of navigation in a tab
nirnimesh@chromium.org
2010-08-31
1
-0
/
+7
*
Make AutomationProvider fail fast on messages it doesn't understand.
phajdan.jr@chromium.org
2010-08-30
1
-0
/
+2
*
Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647
alyssad@google.com
2010-08-30
1
-18
/
+0
*
GTTF: Continue moving test automation code out of AutomationProvider.
phajdan.jr@chromium.org
2010-08-27
1
-66
/
+0
*
GTTF: Move more and more automation bits to TestingAutomationProvider
phajdan.jr@chromium.org
2010-08-26
1
-110
/
+5
*
FBTF: Forward declare and move constructors in chrome/common/extensions/.
erg@google.com
2010-08-26
1
-0
/
+1
*
GTTF: Move more code from AutomationProvider to TestingAutomationProvider
phajdan.jr@chromium.org
2010-08-25
1
-78
/
+6
*
GTTF: Continue moving testing automation bits out of AutomationProvider.
phajdan.jr@chromium.org
2010-08-25
1
-28
/
+1
*
GTTF: next batch of automation separation.
phajdan.jr@chromium.org
2010-08-23
1
-14
/
+1
*
GTTF: Continue moving testing automation bits to TestingAutomationProvider
phajdan.jr@chromium.org
2010-08-20
1
-40
/
+16
*
New downloads hooks for pyauto. BUG=35284
alyssad@google.com
2010-08-20
1
-0
/
+16
*
GTTF: Keep removing testing automation bits from AutomationProvider.
phajdan.jr@chromium.org
2010-08-19
1
-23
/
+6
*
GTTF: Move TestingAutomationProvider to its own file.
phajdan.jr@chromium.org
2010-08-18
1
-39
/
+0
*
GTTF: Further separation of testing automation stuff from ChromeFrame
phajdan.jr@chromium.org
2010-08-17
1
-5
/
+9
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-4
/
+4
*
Added support in Chromeframe full tab mode IE for setting zoom levels via Vie...
ananta@chromium.org
2010-08-09
1
-0
/
+2
*
Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.
viettrungluu@chromium.org
2010-08-05
1
-5
/
+0
*
New PyAuto hooks for extensions.
alyssad@chromium.org
2010-08-03
1
-0
/
+12
*
New pyauto translate hook: wait until translation complete.
alyssad@chromium.org
2010-08-02
1
-0
/
+6
*
New pyauto hook for the translate feature.
alyssad@chromium.org
2010-07-27
1
-0
/
+13
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
PyAuto hook to remove saved passwords, more info added to passwords. BUG=36179
alyssad@chromium.org
2010-07-26
1
-1
/
+14
*
Add PyAuto automation hooks to perform actions on infobars
nirnimesh@chromium.org
2010-07-22
1
-0
/
+6
*
Start trimming headers included in the slowest to compile files.
erg@google.com
2010-07-21
1
-8
/
+8
*
Fetch info about infobars
nirnimesh@chromium.org
2010-07-21
1
-0
/
+12
*
Remove the page and app menus.
pkasting@chromium.org
2010-07-20
1
-3
/
+3
*
New PyAuto hook to get saved passwords. BUG=36179
alyssad@chromium.org
2010-07-16
1
-6
/
+18
*
Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.
jochen@chromium.org
2010-07-16
1
-0
/
+1
*
(Reland reverted r52628 after fix)
nirnimesh@chromium.org
2010-07-16
1
-7
/
+3
*
Revert 52628 - Refactor json automation interface for pyauto hooks.
tyoshino@chromium.org
2010-07-16
1
-3
/
+7
*
Refactor json automation interface for pyauto hooks.
nirnimesh@chromium.org
2010-07-16
1
-7
/
+3
*
ChromeFrame tabs would hang at times while closing. This would randomly occur...
ananta@chromium.org
2010-07-15
1
-0
/
+3
*
Adding a new PyAuto hook for importing settings.
alyssad@chromium.org
2010-07-15
1
-0
/
+6
*
Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.
dmaclach@chromium.org
2010-07-15
1
-1
/
+0
*
Display a tab modal dialog of the allowed/blocked cookies.
jochen@chromium.org
2010-07-15
1
-0
/
+1
*
Clear Browsing Data hook added and some small tests. BUG=36176
alyssad@chromium.org
2010-07-14
1
-0
/
+7
*
ChromeFrame would leave chrome processes running if a page rendered in Chrome...
ananta@chromium.org
2010-07-12
1
-0
/
+1
*
Revert 52054: causing startup tests to fail on Vista and XP perf dbg
vandebo@chromium.org
2010-07-11
1
-3
/
+3
[next]