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
/
common
/
automation_messages_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete Automation[Tab/Renderer]Helper and fix users.
kkania@chromium.org
2013-05-24
1
-53
/
+2
*
Category group support/Renamings.
rubentopo@gmail.com
2013-04-19
1
-1
/
+1
*
Minimal Chrome Frame with Aura.
grt@chromium.org
2013-02-28
1
-10
/
+10
*
Use base namespace for FilePath in chrome/common and content/common.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Revert 178387
cpu@chromium.org
2013-01-23
1
-5
/
+5
*
Revert 178043
cpu@chromium.org
2013-01-23
1
-5
/
+5
*
Revert 178037
cpu@chromium.org
2013-01-22
1
-5
/
+5
*
Fix official builder compile error when building aura on windows
cpu@chromium.org
2013-01-22
1
-5
/
+5
*
Get rid of ui_controls.h usage in shipping browser code. In a followup change...
jam@chromium.org
2013-01-11
1
-3
/
+11
*
Final set of conversions of automation calls to the JSON interface.
craigdh@chromium.org
2012-08-13
1
-7
/
+7
*
Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests.
craigdh@chromium.org
2012-08-07
1
-4
/
+4
*
Convert more automation calls to the JSON interface.
craigdh@chromium.org
2012-08-01
1
-2
/
+2
*
Convert cookie and download automation commands to the JSON interface.
craigdh@chromium.org
2012-07-27
1
-5
/
+5
*
Revert 148281 - Remove details from BROWSER_CLOSING and BROWSER_CLOSED notifi...
benwells@chromium.org
2012-07-25
1
-1
/
+4
*
Remove details from BROWSER_CLOSING and BROWSER_CLOSED notifications.
benwells@chromium.org
2012-07-25
1
-4
/
+1
*
Remove browser::FindTabbedBrowser call in ui test code.
jam@chromium.org
2012-07-10
1
-1
/
+1
*
Initial refactor of pyautolib and TestingAutomationProvider in preparation fo...
craigdh@chromium.org
2012-07-02
1
-1
/
+9
*
Revert 144610 (speculative; possibly caused http://crbug.com/135059)
thakis@chromium.org
2012-06-29
1
-9
/
+1
*
First pass at refactoring pyautolib in preparation for removing proxy depende...
craigdh@chromium.org
2012-06-27
1
-1
/
+9
*
Remove AutomationProxy::GetActiveWindow since it's not used anymore after r14...
jam@chromium.org
2012-06-13
1
-1
/
+1
*
Remove the test URLRequestJobs from shipping code to just browser_tests. All ...
jam@chromium.org
2012-06-05
1
-1
/
+1
*
[chromedriver] Determine the element location and click synchronously in the ...
kkania@chromium.org
2012-05-23
1
-0
/
+16
*
Remove all the unused automation IPCs.
jam@chromium.org
2012-05-17
1
-561
/
+0
*
Remove all the unnused automation IPCs. These were used by UI tests that have...
jam@chromium.org
2012-05-17
1
-47
/
+47
*
Convert the keyboard access interactive ui_test use InProcessBrowserTest. Def...
jam@chromium.org
2012-05-16
1
-4
/
+4
*
Convert the CollectedCookies interactive_ui_tests to a browser_test.
jam@chromium.org
2012-05-15
1
-1
/
+1
*
Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...
jam@chromium.org
2012-05-14
1
-1
/
+1
*
Revert 135661 - Move the click-to-play tests from plugin_test to browser_test...
rvargas@google.com
2012-05-07
1
-1
/
+1
*
Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...
jam@chromium.org
2012-05-07
1
-1
/
+1
*
Add renderer process support in PyAuto HeapProfilerDump API.
dmikurube@chromium.org
2012-04-27
1
-0
/
+6
*
TabContents -> WebContentsImpl, part 24.
avi@chromium.org
2012-04-18
1
-2
/
+2
*
Convert the infobars ui_test to a browser_test. Remove the ExtensionProxy cla...
jam@chromium.org
2012-04-18
1
-9
/
+9
*
Convert login prompt ui_tests to browser_tests.
jam@chromium.org
2012-04-12
1
-3
/
+3
*
Convert printing ui_tests to browser_tests.
jam@chromium.org
2012-04-09
1
-1
/
+1
*
Convert the RedirectTest ui_tests to browser_tests, and renabled two of the d...
jam@chromium.org
2012-04-07
1
-1
/
+1
*
Convert SavePage ui_test to a browser_test.
jam@chromium.org
2012-04-05
1
-1
/
+1
*
[Mac] Add a perf test that counts the number of Mach ports in the browser.
rsesek@chromium.org
2012-01-28
1
-1
/
+6
*
Add tests for the page visibility, position, and clip in the new view API. Th...
brettw@chromium.org
2012-01-05
1
-8
/
+18
*
Don't return error from EndTracing when there are no events.
jbates@chromium.org
2011-11-07
1
-4
/
+6
*
Re-land 107645 with static initializer removed.
kkania@chromium.org
2011-10-28
1
-0
/
+10
*
Revert 107645 (To see if it was responsible for increase in static initialize...
eroman@chromium.org
2011-10-27
1
-10
/
+0
*
Fix test snapshotting on linux by creating a separate automation path for
kkania@chromium.org
2011-10-27
1
-0
/
+10
*
add Begin/EndTracing to AutomationProxy. This adds the necessary wiring and I...
jbates@chromium.org
2011-10-25
1
-0
/
+19
*
Update automation messages to use the new way of declaring message structs, t...
jam@chromium.org
2011-10-21
1
-14
/
+14
*
Re-enabled the policy.PolicyTest.testBookmarkBarPolicy test.
joaodasilva@chromium.org
2011-10-21
1
-4
/
+4
*
Move SecurityStyle enum into content/public/common and put it into the conten...
jam@chromium.org
2011-10-21
1
-1
/
+1
*
Move the PageType enum to content/public/common, put it into the content name...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Move navigation_types.h from content/common to content/public/browser, and pu...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Revert 106029
nkostylev@chromium.org
2011-10-18
1
-0
/
+1
*
Move navigation_types.h from content/common to content/public/browser, and pu...
jam@chromium.org
2011-10-18
1
-1
/
+0
[next]