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
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
1
-12
/
+13
*
Have ChromeDriver return the correct error code for alerts.
kkania@chromium.org
2011-12-16
5
-34
/
+40
*
Fix chromedriver frame switching tests involving closed tabs.
kkania@chromium.org
2011-12-16
1
-1
/
+11
*
Move BrowserMessageFilter to public, and into content namespace.
joi@chromium.org
2011-12-16
2
-3
/
+7
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
4
-9
/
+8
*
Fix compilation on the ChromeOS Clang bot because of missing virtual destructor.
pastarmovj@chromium.org
2011-12-14
1
-0
/
+2
*
Reverting this revert, since it does not seem to have caused the breakage.
finnur@chromium.org
2011-12-14
2
-3
/
+7
*
Reverting half the checkins that are suspected of breaking the world.
finnur@chromium.org
2011-12-14
2
-7
/
+3
*
Extra logging for unhandled automation messages.
nkostylev@chromium.org
2011-12-14
2
-3
/
+7
*
chromeos: move screen lock handling to power manager client
sque@chromium.org
2011-12-14
3
-27
/
+47
*
Fixes for the kWasRestarted pref.
marja@chromium.org
2011-12-13
1
-1
/
+1
*
[Sync] Rename ModelEnumSet to ModelTypeSet
akalin@chromium.org
2011-12-13
1
-2
/
+2
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-13
1
-1
/
+2
*
Revert 114095 - Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
1
-2
/
+1
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
1
-1
/
+2
*
Change chromedriver to set geolocation/notification content setting defaults ...
kkania@chromium.org
2011-12-12
2
-16
/
+27
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
2
-7
/
+9
*
Added the AutoEnrollmentClient and unit tests for it.
joaodasilva@chromium.org
2011-12-12
1
-0
/
+2
*
[Sync] Replace all instances of ModelTypeSet with ModelEnumSet
akalin@chromium.org
2011-12-10
1
-5
/
+5
*
Makes ui_controls_aurax11 maintain button state so that it can send
sky@chromium.org
2011-12-09
1
-0
/
+6
*
Fix leak in testing_automation_provider.cc by postponing creating a dictionary.
kkania@chromium.org
2011-12-09
1
-1
/
+1
*
Convert keysym to keycode for modifiers
oshima@chromium.org
2011-12-07
1
-15
/
+19
*
Remove unused view_type determination code from automation_util.cc.
kkania@chromium.org
2011-12-07
1
-15
/
+0
*
Rename Desktop->RootWindow.
ben@chromium.org
2011-12-07
2
-15
/
+20
*
Fixes bug in ui_controls_aurax11. A return value of false means
sky@chromium.org
2011-12-06
1
-2
/
+2
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-06
1
-1
/
+1
*
Aura: Convert keysym to kyeycode when posting XKeyEvent
oshima@chromium.org
2011-12-06
1
-1
/
+3
*
Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
2
-7
/
+7
*
Revert 113183 - Revert 113177 - process all ui events before posting closure ...
joi@chromium.org
2011-12-06
6
-22
/
+47
*
Revert 113177 - process all ui events before posting closure because menu dep...
joi@chromium.org
2011-12-06
6
-47
/
+22
*
process all ui events before posting closure because menu depends on ui event...
oshima@chromium.org
2011-12-06
6
-22
/
+47
*
Aura: Convert keysym to kyeycode when posting XKeyEvent
oshima@chromium.org
2011-12-06
1
-1
/
+3
*
Few minor changes to TestingAutomationProvider extension automation:
kkania@chromium.org
2011-12-06
6
-136
/
+351
*
Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...
kalman@chromium.org
2011-12-06
1
-1
/
+1
*
Revert 113047 - Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-06
2
-7
/
+7
*
Make ExtensionService use ExtensionSet.
yoz@chromium.org
2011-12-05
2
-7
/
+7
*
GTK: More removal of raw GtkWidget->allocation access.
erg@chromium.org
2011-12-05
1
-1
/
+4
*
Allow AutomationProvider to work with other render view containers besides
kkania@chromium.org
2011-12-05
7
-150
/
+550
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-05
1
-1
/
+1
*
Store the "browser autorestarted, last session must be restored" information ...
marja@chromium.org
2011-12-05
1
-1
/
+1
*
Replace the GURL referrer field of OpenURLParams with a content::Referrer
jochen@chromium.org
2011-12-05
1
-1
/
+1
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
1
-1
/
+4
*
Make ChildProcessHost be used through an interface in content/public, instead...
jam@chromium.org
2011-12-03
1
-1
/
+2
*
Add PyAuto tests for triggering browser/page action.
frankf@google.com
2011-12-03
2
-2
/
+140
*
Revert "Add PyAuto tests for triggering browser/page action."
frankf@google.com
2011-12-02
2
-140
/
+2
*
Don't make classes derive from ChildProcessHost, and instead have them use it...
jam@chromium.org
2011-12-02
1
-0
/
+1
*
Add PyAuto tests for triggering browser/page action.
frankf@google.com
2011-12-02
2
-2
/
+140
*
Remove deprecated TabContentsDelegate::OpenURLFromTab variant
jochen@chromium.org
2011-12-02
1
-3
/
+3
*
Fix ChromeOS clang build after original change was reverted.
joaodasilva@chromium.org
2011-12-02
2
-10
/
+0
*
Revert "chromeos: move screen lock handling to power manager client"
sque@chromium.org
2011-12-02
1
-2
/
+2
[next]