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
/
automation
/
automation_messages_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-0
/
+6
*
Added automation messages and corresponding handlers to support operations like
ananta@chromium.org
2009-07-29
1
-0
/
+17
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
1
-0
/
+5
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
Remove the defunct SetAccelerator message and replace it with an
amit@chromium.org
2009-07-14
1
-28
/
+12
*
Added an async automation message AutomationMsg_PrintAsync to asynchronously ...
ananta@chromium.org
2009-07-13
1
-0
/
+3
*
A prototype of resource loading through automation
amit@chromium.org
2009-07-09
1
-0
/
+29
*
Adds a way to set the boundaries of the browser window through
arv@google.com
2009-07-08
1
-0
/
+9
*
Make two IPC messages async.
stoyan@chromium.org
2009-07-06
1
-4
/
+4
*
Removes entirely dead code paths related to ConstrainedWindows.
erg@chromium.org
2009-06-16
1
-24
/
+0
*
Fixed 3 tests that failed in hebrew enabled vista
hbono@chromium.org
2009-06-15
1
-0
/
+7
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
1
-0
/
+12
*
Get tab HWND directly as result of CreateExternalTab automation call.
stoyan@chromium.org
2009-06-11
1
-2
/
+3
*
Relanding the first of probably several patches trying to clean up the Blocke...
erg@google.com
2009-06-04
1
-0
/
+7
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
1
-2
/
+7
*
Revert "This is the first of probably several patches trying to clean up the ...
erg@google.com
2009-06-03
1
-7
/
+0
*
This is the first of probably several patches trying to clean up the BlockedP...
erg@google.com
2009-06-03
1
-0
/
+7
*
Re-do of r16741 (http://codereview.chromium.org/113482).
robertshield@google.com
2009-05-22
1
-1
/
+6
*
Revert of r16741 which appeared to cause a perf regression (???) on the build...
robertshield@google.com
2009-05-22
1
-7
/
+1
*
Adding the ability to alter Chrome's proxy settings via the automation interf...
robertshield@google.com
2009-05-22
1
-1
/
+7
*
First step to enable end-to-end testing of extensions through the
aa@chromium.org
2009-05-15
1
-0
/
+6
*
Pass external tab handle when Chrome sends outgoing notifications through aut...
stoyan@chromium.org
2009-05-08
1
-9
/
+20
*
Making CloseWindow and CloseTab automation API
huanr@chromium.org
2009-05-01
1
-0
/
+10
*
Allow creating external tab in incognito mode.
stoyan@chromium.org
2009-04-23
1
-1
/
+3
*
When restoring a closed tab using either ctrl-shift-T or the context menu, put
pam@chromium.org
2009-04-20
1
-0
/
+4
*
Add a new notification for automation customers that the
amit@chromium.org
2009-04-16
1
-0
/
+3
*
Implement chrome_proces_util for linux and enable download ui test.
estade@chromium.org
2009-04-14
1
-0
/
+5
*
Adding versioning support to the chrome automation protocol.
robertshield@google.com
2009-04-13
1
-2
/
+7
*
UI test portage, second try.
estade@chromium.org
2009-04-09
1
-1
/
+1
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
1
-7
/
+6
*
Mechanic change based on comment from previous code review.
huanr@chromium.org
2009-03-31
1
-2
/
+2
*
This check in is the initial step to try improve UI
huanr@chromium.org
2009-03-27
1
-2
/
+11
*
Add support for repositioning/resizing a tab window. This is needed as the Se...
ananta@chromium.org
2009-03-13
1
-0
/
+8
*
Changing ForwardMessageToExternalHost to postMessage and passing a proper
tommi@chromium.org
2009-03-09
1
-4
/
+8
*
Add url to AutomationMsg_DidNavigate
amit@chromium.org
2009-03-06
1
-1
/
+1
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-3
/
+3
*
Register an onmessage handler with the external host binding instead of expli...
ananta@chromium.org
2009-03-03
1
-2
/
+1
*
Don't send the receiver function name in the ExternalHostBindings::ForwardMes...
ananta@chromium.org
2009-02-25
1
-4
/
+1
*
Moving AutomationMsg_NavigationFailed to the end as required by the automatio...
ananta@chromium.org
2009-02-19
1
-9
/
+9
*
Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...
ananta@chromium.org
2009-02-19
1
-0
/
+9
*
Enabling the BrowsersRememberFocus interactive UI test. The fix is to change the
ananta@chromium.org
2009-02-13
1
-3
/
+4
*
Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync message
ananta@chromium.org
2009-02-11
1
-2
/
+2
*
The Chrome Automation framework is based on a homegrown request response IPC ...
ananta@chromium.org
2009-02-11
1
-377
/
+314
*
Reapplying tab support (change 9388). I synced and re-applied my change and ...
tommi@chromium.org
2009-02-10
1
-0
/
+20
*
Reverting 9388 to see if this fixes ui tests.
kuchhal@chromium.org
2009-02-09
1
-20
/
+0
*
Adding support for tab notifications and initializing the focus of an automat...
tommi@chromium.org
2009-02-09
1
-0
/
+20
*
Handle review comments form previous change. Also, use enum types and not in...
jam@chromium.org
2009-02-06
1
-11
/
+11
*
Commit my changes that simplify automation message unpacking.
jam@chromium.org
2009-02-06
1
-1
/
+3
[next]