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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
UI test portage, second try.
estade@chromium.org
2009-04-09
1
-5
/
+2
*
back out r13442
estade@chromium.org
2009-04-09
1
-2
/
+5
*
UI test string portage.
estade@chromium.org
2009-04-09
1
-5
/
+2
*
Actually implement js message boxes on linux. This handles
tc@google.com
2009-04-09
1
-2
/
+3
*
posix: implement AutomationWindowTracker.
evan@chromium.org
2009-04-08
1
-8
/
+6
*
Skeleton setup for new Automated UI test framework.
huanr@chromium.org
2009-04-08
1
-12
/
+44
*
linux: pass a bunch more ui tests.
evan@chromium.org
2009-04-07
1
-0
/
+2
*
Re-land popup routing fix for browser.
ben@chromium.org
2009-04-07
1
-2
/
+3
*
Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.
tc@google.com
2009-04-07
1
-9
/
+6
*
Updated the AutomationMsg_TabReposition IPC to be able to set the parent of a...
ananta@chromium.org
2009-04-07
1
-0
/
+8
*
Moving the Find bar ownership to the Browser object for portability and testa...
finnur@chromium.org
2009-04-05
1
-17
/
+9
*
Remove some uses of custom tab contents types from some tests.
brettw@chromium.org
2009-04-04
1
-29
/
+17
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
1
-6
/
+6
*
Mechanic change based on comment from previous code review.
huanr@chromium.org
2009-03-31
1
-6
/
+5
*
This check in is the initial step to try improve UI
huanr@chromium.org
2009-03-27
1
-0
/
+57
*
Redone http://codereview.chromium.org/42571
idanan@chromium.org
2009-03-24
1
-2
/
+2
*
Reverting r12383, caused a build breakage on all platforms.
maruel@chromium.org
2009-03-24
1
-2
/
+2
*
Issue 6477: Support modifier clicks on UI elements
idanan@chromium.org
2009-03-24
1
-2
/
+2
*
Enable first UI test on Linux (browser/images_uitest.cc)
phajdan.jr@chromium.org
2009-03-20
1
-0
/
+2
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
1
-2
/
+2
*
forgot this file
ben@chromium.org
2009-03-14
1
-1
/
+1
*
rollback again
ben@chromium.org
2009-03-14
1
-1
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-14
1
-1
/
+1
*
revert
ben@chromium.org
2009-03-13
1
-1
/
+1
*
Rename Window->WindowWin
ben@chromium.org
2009-03-13
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
/
+25
*
Fix 'inspect element' crash when hosted in external tab
amit@chromium.org
2009-03-12
1
-5
/
+6
*
Changing ForwardMessageToExternalHost to postMessage and passing a proper
tommi@chromium.org
2009-03-09
1
-3
/
+5
*
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
brettw@chromium.org
2009-03-04
1
-1
/
+2
*
Register an onmessage handler with the external host binding instead of expli...
ananta@chromium.org
2009-03-03
1
-2
/
+2
*
Compile parts of chrome/browser/automation on Linux.
phajdan.jr@chromium.org
2009-02-25
1
-24
/
+132
*
ui test fail. revert.
ben@chromium.org
2009-02-25
1
-17
/
+12
*
AppModalDialogQueue shouldn't depend on views.
ben@chromium.org
2009-02-25
1
-12
/
+17
*
Platform cleanup in automation code.
phajdan.jr@chromium.org
2009-02-24
1
-3
/
+3
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
1
-28
/
+29
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+1
*
Enabling the BrowsersRememberFocus interactive UI test. The fix is to change the
ananta@chromium.org
2009-02-13
1
-2
/
+1
*
Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync message
ananta@chromium.org
2009-02-11
1
-2
/
+1
*
The Chrome Automation framework is based on a homegrown request response IPC ...
ananta@chromium.org
2009-02-11
1
-702
/
+679
*
Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...
avi@chromium.org
2009-02-10
1
-2
/
+2
*
fix compile failure
kuchhal@chromium.org
2009-02-10
1
-1
/
+1
*
Try reverting r9409 to see if it fixes crashes on chromebot.
kuchhal@chromium.org
2009-02-10
1
-1
/
+1
*
Reapplying tab support (change 9388). I synced and re-applied my change and ...
tommi@chromium.org
2009-02-10
1
-20
/
+32
*
Switch from HWNDs to NativeViews.
avi@chromium.org
2009-02-09
1
-5
/
+3
*
Reverting 9388 to see if this fixes ui tests.
kuchhal@chromium.org
2009-02-09
1
-32
/
+22
*
Adding support for tab notifications and initializing the focus of an automat...
tommi@chromium.org
2009-02-09
1
-22
/
+32
*
Handle review comments form previous change. Also, use enum types and not in...
jam@chromium.org
2009-02-06
1
-3
/
+3
*
Commit my changes that simplify automation message unpacking.
jam@chromium.org
2009-02-06
1
-3
/
+8
*
Enable render_widget_host, render_view_host and backing_store. Remove the Ren...
pinkerton@chromium.org
2009-02-04
1
-0
/
+2
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
1
-8
/
+3
[next]