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
/
tab_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Landing patch from contributor Thiago Farina.
finnur@chromium.org
2009-09-30
1
-1
/
+1
*
Update the TabContents::SavePage parameter to take FilePath instead of wstrin...
rsesek@chromium.org
2009-09-26
1
-2
/
+2
*
Reinstating the AutomationMsg_TabReposition message and related stuff which i...
ananta@chromium.org
2009-09-23
1
-0
/
+17
*
Automated ui test porting + cleanup:
estade@chromium.org
2009-09-22
1
-18
/
+0
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
1
-2
/
+2
*
Fix another source of flakiness in ErrorPageTest
phajdan.jr@chromium.org
2009-08-26
1
-2
/
+15
*
Support navigating to absolute index through automation.
amit@chromium.org
2009-08-19
1
-0
/
+11
*
Add automation call to wait for multiple navigations.
phajdan.jr@chromium.org
2009-08-19
1
-4
/
+23
*
Revert "Add automation call to wait for multiple navigations."
phajdan.jr@chromium.org
2009-08-19
1
-14
/
+4
*
Add automation call to wait for multiple navigations.
phajdan.jr@chromium.org
2009-08-19
1
-4
/
+14
*
Cleanup in AutomationProvider's navigation observer.
phajdan.jr@chromium.org
2009-08-18
1
-16
/
+25
*
Added automation messages and corresponding handlers to support operations like
ananta@chromium.org
2009-07-29
1
-0
/
+24
*
Remove the defunct SetAccelerator message and replace it with an
amit@chromium.org
2009-07-14
1
-11
/
+0
*
Added an async automation message AutomationMsg_PrintAsync to asynchronously ...
ananta@chromium.org
2009-07-13
1
-0
/
+7
*
Removes entirely dead code paths related to ConstrainedWindows.
erg@chromium.org
2009-06-16
1
-28
/
+0
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
1
-0
/
+5
*
Relanding the first of probably several patches trying to clean up the Blocke...
erg@google.com
2009-06-04
1
-0
/
+27
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
1
-14
/
+1
*
Revert "This is the first of probably several patches trying to clean up the ...
erg@google.com
2009-06-03
1
-27
/
+0
*
This is the first of probably several patches trying to clean up the BlockedP...
erg@google.com
2009-06-03
1
-0
/
+27
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-5
/
+34
*
Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup.
stoyan@chromium.org
2009-05-11
1
-3
/
+2
*
When restoring a closed tab using either ctrl-shift-T or the context menu, put
pam@chromium.org
2009-04-20
1
-0
/
+12
*
Removed the SetParentWindow function from tab_proxy and added a parent_window...
ananta@chromium.org
2009-04-13
1
-14
/
+4
*
Updated the AutomationMsg_TabReposition IPC to be able to set the parent of a...
ananta@chromium.org
2009-04-07
1
-0
/
+14
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
1
-8
/
+7
*
Convert FindInPage wstrings to string16.
tc@google.com
2009-03-19
1
-1
/
+1
*
Add support for repositioning/resizing a tab window. This is needed as the Se...
ananta@chromium.org
2009-03-13
1
-0
/
+17
*
NO CODE CHANGE.
maruel@google.com
2009-03-10
1
-1
/
+2
*
Changing ForwardMessageToExternalHost to postMessage and passing a proper
tommi@chromium.org
2009-03-09
1
-2
/
+4
*
Make page_cycler_tests build on Linux (doesn't run successfully yet).
phajdan.jr@chromium.org
2009-03-09
1
-3
/
+7
*
Revert change 11199 because it breaks the page cyclers
nsylvain@chromium.org
2009-03-07
1
-7
/
+3
*
Make page_cycler_tests build on Linux (doesn't run successfully yet).
phajdan.jr@chromium.org
2009-03-07
1
-3
/
+7
*
Register an onmessage handler with the external host binding instead of expli...
ananta@chromium.org
2009-03-03
1
-2
/
+0
*
Make basic bits of chrome/test/automation build on Linux.
phajdan.jr@chromium.org
2009-02-25
1
-1
/
+1
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
1
-29
/
+0
*
The Chrome Automation framework is based on a homegrown request response IPC ...
ananta@chromium.org
2009-02-11
1
-323
/
+107
*
Reapplying tab support (change 9388). I synced and re-applied my change and ...
tommi@chromium.org
2009-02-10
1
-0
/
+8
*
Reverting 9388 to see if this fixes ui tests.
kuchhal@chromium.org
2009-02-09
1
-8
/
+0
*
Adding support for tab notifications and initializing the focus of an automat...
tommi@chromium.org
2009-02-09
1
-0
/
+8
*
Handle review comments form previous change. Also, use enum types and not in...
jam@chromium.org
2009-02-06
1
-32
/
+31
*
Commit my changes that simplify automation message unpacking.
jam@chromium.org
2009-02-06
1
-490
/
+243
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
1
-240
/
+490
*
Fix ui test failure
jam@chromium.org
2009-02-04
1
-2
/
+1
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
1
-489
/
+240
*
Change the signature of JSONReader::Read() and related
aa@chromium.org
2008-12-29
1
-2
/
+2
*
We need to add UI test for "Encoding" menu to avoid regression.
jnd@google.com
2008-12-19
1
-1
/
+40
*
Initial support for running the ui_tests under Purify on the
paulg@google.com
2008-12-18
1
-3
/
+3
*
Add error messages to JSONReader and friends. This required a bit of refactor...
aa@chromium.org
2008-12-05
1
-1
/
+1
*
Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-page
finnur@google.com
2008-12-04
1
-4
/
+9
[next]