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
/
testing_automation_provider.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove automation code from browser process.
jam@chromium.org
2014-04-02
1
-5249
/
+0
*
Remove JavaScript execution from RenderViewHost.
avi@chromium.org
2014-04-01
1
-5
/
+3
*
Split InfoBarService core code into InfoBarManager
droger@chromium.org
2014-04-01
1
-9
/
+11
*
Use FilePaths in content::DropData to avoid redundant conversions.
dcheng@chromium.org
2014-03-28
1
-1
/
+1
*
Move ExtensionHost from src/chrome to src/extensions
jamescook@chromium.org
2014-03-21
1
-1
/
+1
*
Clean-up: Rename a few methods in FullscreenController for clarity.
miu@chromium.org
2014-03-12
1
-1
/
+1
*
Rename VIEW_TYPE_APP_SHELL -> VIEW_TYPE_APP_WINDOW
rockot@chromium.org
2014-02-20
1
-2
/
+2
*
Remove ExtensionService::disabled_extensions()
rockot@chromium.org
2014-02-12
1
-9
/
+8
*
Move PasswordStore and friends into the password_manager component.
blundell@chromium.org
2014-02-07
1
-2
/
+2
*
[Password Manager] Remove NOTIFICATION_LOGINS_CHANGED
gcasto@chromium.org
2014-02-06
1
-153
/
+0
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Clean up extension_util.h.
derat@chromium.org
2014-01-24
1
-3
/
+3
*
app_shell: Extract extension runtime data from ExtensionService
jamescook@chromium.org
2014-01-22
1
-15
/
+11
*
Remove some unused balloon code on ChromeOS builds since BalloonNotificationU...
jam@chromium.org
2014-01-21
1
-68
/
+2
*
Sync the launch type pref for apps.
calamity@chromium.org
2014-01-10
1
-2
/
+1
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-3
/
+4
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-10
/
+12
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-207
/
+211
*
Move c/c/e/extension_set to top-level extensions/
rdevlin.cronin@chromium.org
2013-12-17
1
-2
/
+4
*
Move policy code into components/policy.
joaodasilva@chromium.org
2013-12-08
1
-1
/
+1
*
Move LaunchContainer enum to extension_constants.h.
derat@chromium.org
2013-12-06
1
-0
/
+1
*
Infobar system refactor.
pkasting@chromium.org
2013-12-06
1
-5
/
+6
*
Move LaunchType out of ExtensionPrefs.
derat@chromium.org
2013-12-05
1
-6
/
+8
*
Replace string16 with base::string16.
brettw@chromium.org
2013-12-04
1
-26
/
+26
*
Revert 238283 "Infobar system refactor."
tonyg@chromium.org
2013-12-03
1
-6
/
+5
*
Infobar system refactor.
pkasting@chromium.org
2013-12-03
1
-5
/
+6
*
Rename GetLocationEntry to GetOmniboxView.
msw@chromium.org
2013-11-20
1
-3
/
+3
*
cleanup: Replace usage of chrome::AddBlankTabAt with chrome::AddTabAt().
sadrul@chromium.org
2013-11-17
1
-2
/
+2
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-2
/
+2
*
Move ExtensionTabUtil into extensions namespace
rdevlin.cronin@chromium.org
2013-11-13
1
-2
/
+2
*
Reland: Move ExtensionProcessManager to src/extensions, part 4
jamescook@chromium.org
2013-11-10
1
-7
/
+7
*
Move chrome/common/extensions/background_info.h to src/extensions
jamescook@chromium.org
2013-11-09
1
-1
/
+1
*
Revert 233956 "Move ExtensionProcessManager to src/extensions, p..."
rockot@google.com
2013-11-08
1
-7
/
+7
*
Move ExtensionProcessManager to src/extensions, part 4
jamescook@chromium.org
2013-11-08
1
-7
/
+7
*
Move LaunchContainer enum out of chrome/.
derat@chromium.org
2013-11-08
1
-4
/
+4
*
Rename WebKit namespace to blink (part 4)
abarth@chromium.org
2013-11-07
1
-41
/
+41
*
Change the PrefService::GetPreferenceValues() interface to return a scoped_ptr.
earthdok@chromium.org
2013-11-01
1
-6
/
+6
*
Move PermissionSet to top-level extensions.
yoz@chromium.org
2013-10-29
1
-1
/
+1
*
Revert 230841 "Switch DropData's path field from a string16 to a..."
ajwong@chromium.org
2013-10-24
1
-2
/
+1
*
Switch DropData's path field from a string16 to a FilePath.
thestig@chromium.org
2013-10-24
1
-1
/
+2
*
Cleanup: Clamp down chrome/DEPS.
thestig@chromium.org
2013-10-23
1
-4
/
+0
*
Moved some functions off ExtensionService into a new file extension_util.
benwells@chromium.org
2013-10-17
1
-2
/
+4
*
Cleanup: Remove chrome namespace from application_launch.h
limasdf@gmail.com
2013-09-27
1
-2
/
+2
*
Delete automation code needed by old (and deleted) ChromeDriver.
kkania@chromium.org
2013-09-24
1
-102
/
+11
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
1
-1
/
+1
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
1
-1
/
+1
*
Remove all NetworkLibrary dependencies from AutomationTestingProvider
stevenjb@chromium.org
2013-09-10
1
-9
/
+0
*
Move PasswordForm from //content to //autofill.
blundell@chromium.org
2013-09-09
1
-4
/
+4
*
Eliminate unused PYAUTO tests and TestingAutomationProvider methods
stevenjb@chromium.org
2013-08-26
1
-21
/
+0
*
Fix 3 PVS Studio warnings.
thakis@chromium.org
2013-08-22
1
-4
/
+4
[next]