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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ChromeURLRequestContext fallout
amit@chromium.org
2009-07-30
1
-13
/
+23
*
Add support for moving the mouse so that GetMessagePos would notice.
darin@chromium.org
2009-07-30
1
-4
/
+25
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
4
-7
/
+31
*
Move mock url request classes to a location when browser tests will be able t...
phajdan.jr@chromium.org
2009-07-30
11
-747
/
+2
*
Added automation messages and corresponding handlers to support operations like
ananta@chromium.org
2009-07-29
2
-33
/
+123
*
Cause POST data to be marhsaled across the automation interface when using Au...
robertshield@chromium.org
2009-07-29
1
-1
/
+2
*
There are instances where the URLRequestAutomationJob::Kill() function can ge...
ananta@chromium.org
2009-07-28
1
-2
/
+4
*
Moved the logical dependency on Blacklist from URLRequestContext
idanan@chromium.org
2009-07-28
1
-1
/
+0
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
4
-3
/
+341
*
Make AutomationProxyTest.NavigateToURLWithTimeout* tests not-flaky.
phajdan.jr@chromium.org
2009-07-27
5
-16
/
+130
*
Reverting 21588 to make Linux toolkit dbg happy.
mhm@chromium.org
2009-07-25
2
-13
/
+12
*
Reverting 21593.
mhm@chromium.org
2009-07-25
1
-3
/
+2
*
Fix Linux Toolkit dbg bustage.
mhm@chromium.org
2009-07-25
1
-2
/
+3
*
Porting POINT to gfx::Point for automation provider
mhm@chromium.org
2009-07-24
2
-12
/
+13
*
Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...
rafaelw@chromium.org
2009-07-24
2
-6
/
+0
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
4
-5
/
+5
*
Changed the extension.connect() API not to broadcast to all tabs. Added a
mpcomplete@chromium.org
2009-07-20
3
-5
/
+7
*
Remove DCHECK() in FindInPageNotificationObserver::Observe that gets triggere...
robertshield@google.com
2009-07-16
1
-7
/
+8
*
Remove the defunct SetAccelerator message and replace it with an
amit@chromium.org
2009-07-14
2
-38
/
+12
*
Added an async automation message AutomationMsg_PrintAsync to asynchronously ...
ananta@chromium.org
2009-07-13
2
-0
/
+13
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
1
-0
/
+0
*
A prototype of resource loading through automation
amit@chromium.org
2009-07-09
6
-5
/
+632
*
Adds a way to set the boundaries of the browser window through
arv@google.com
2009-07-08
2
-0
/
+14
*
Moved typedef of RedirectList from HistoryService class to history namespace.
meelapshah@chromium.org
2009-07-01
2
-2
/
+2
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
1
-1
/
+1
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-1
/
+1
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
1
-1
/
+1
*
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...
pfeldman@chromium.org
2009-06-24
1
-1
/
+3
*
DevTools: Nuke legacy debugger.
pfeldman@chromium.org
2009-06-24
1
-25
/
+0
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-1
/
+1
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-1
/
+1
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
1
-1
/
+1
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
1
-1
/
+1
*
GTK: HTTP Auth dialogs under linux.
erg@google.com
2009-06-19
1
-1
/
+5
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
1
-1
/
+1
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
1
-1
/
+1
*
Fix linux compile error.
mpcomplete@google.com
2009-06-17
1
-1
/
+1
*
Add a port disconnect event for when one side of an extension message port
mpcomplete@google.com
2009-06-17
2
-2
/
+23
*
submitted on behalf of rogerta (Roger Tawa).
rafaelw@chromium.org
2009-06-16
4
-2
/
+61
*
Removes entirely dead code paths related to ConstrainedWindows.
erg@chromium.org
2009-06-16
3
-109
/
+0
*
Fixed 3 tests that failed in hebrew enabled vista
hbono@chromium.org
2009-06-15
2
-0
/
+9
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
2
-0
/
+3
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
2
-1
/
+24
*
Get tab HWND directly as result of CreateExternalTab automation call.
stoyan@chromium.org
2009-06-11
2
-1
/
+6
*
Revert "Add support to the automation provider to test sending browser"
aa@chromium.org
2009-06-11
4
-61
/
+2
*
Add support to the automation provider to test sending browser
aa@chromium.org
2009-06-11
4
-2
/
+61
*
Revert "Add support to the automation provider to test sending browser"
aa@chromium.org
2009-06-11
4
-61
/
+2
*
Add support to the automation provider to test sending browser
aa@chromium.org
2009-06-11
4
-2
/
+61
*
Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...
jcampan@chromium.org
2009-06-08
1
-1
/
+1
*
Make AsyncExtensionFunction possible.
mpcomplete@google.com
2009-06-05
1
-1
/
+1
[next]