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 TabContents from printing.
avi@chromium.org
2012-12-06
1
-2
/
+2
*
Persist the Instant API to committed search result pages.
sreeram@chromium.org
2012-12-04
1
-3
/
+2
*
Wrote audio- and video-only WebRTC call tests.
phoglund@chromium.org
2012-12-04
1
-2
/
+9
*
Remove unneeded TabContents::FromWebContents.
avi@chromium.org
2012-12-04
1
-2
/
+2
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-12-03
1
-2
/
+2
*
browser: Move FindBrowserWithWebContents() into chrome namespace.
tfarina@chromium.org
2012-12-02
1
-2
/
+2
*
Remove GetExtensionService calls and replace with PKSF calls through the Exte...
mirandac@chromium.org
2012-11-30
1
-7
/
+14
*
PyAuto: Check whether Instant is enabled correctly.
sreeram@chromium.org
2012-11-26
1
-1
/
+2
*
Use search::Mode in InstantModel.
sreeram@chromium.org
2012-11-20
1
-3
/
+2
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-11-20
1
-2
/
+3
*
Move extension_error_utils.* and url_pattern_set.* into
aa@chromium.org
2012-11-19
1
-3
/
+3
*
Make sure that updates that are found as the result of clicking the "Update e...
mek@chromium.org
2012-11-16
1
-0
/
+1
*
[cros] Remove old pre-WebRTC avatar picker UI.
ivankr@chromium.org
2012-11-16
1
-2
/
+0
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-11-15
1
-7
/
+11
*
Remove TabContents from chrome::AddSelectedTabWithURL.
avi@chromium.org
2012-11-15
1
-4
/
+4
*
add chrome.runtime.requestUpdateCheck method.
mek@chromium.org
2012-11-14
1
-2
/
+4
*
Refactor ExtensionUpdater/ExtensionDownloader to be able to get more meaningf...
mek@chromium.org
2012-11-13
1
-2
/
+4
*
Establish /extensions directory and move URLPattern there.
aa@chromium.org
2012-11-13
1
-2
/
+1
*
Remove TabContents from AddBlankTabAt, kill AddBlankTab.
avi@chromium.org
2012-11-08
1
-3
/
+3
*
Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...
zelidrag@chromium.org
2012-11-08
1
-1
/
+4
*
Remove DownloadManager::Observer::ModelChanged
benjhayden@chromium.org
2012-11-07
1
-6
/
+4
*
TopSites and TopSitesBackend stop depending on CancelabelRequest
kaiwang@chromium.org
2012-11-06
1
-1
/
+1
*
browser: Start moving browser_finder.h into chrome namespace.
tfarina@chromium.org
2012-10-28
1
-1
/
+1
*
Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...
mirandac@chromium.org
2012-10-24
1
-6
/
+8
*
Have ExtensionInstallPrompt take a WebContents
sail@chromium.org
2012-10-21
1
-2
/
+3
*
Move extension_action.* from common/ to browser/
jyasskin@chromium.org
2012-10-13
1
-1
/
+1
*
fix uninitialized variable warning for vs2012 compilation
scottmg@chromium.org
2012-10-13
1
-2
/
+2
*
Remove Extension's accessors for ExtensionActions.
jyasskin@chromium.org
2012-10-12
1
-9
/
+19
*
Switch InfoBarTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-11
1
-5
/
+5
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
1
-4
/
+4
*
Add desktop type context to most existing instances of FindTabbedBrowser.
robertshield@chromium.org
2012-10-04
1
-2
/
+5
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
1
-18
/
+0
*
Switch AutomationTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-26
1
-2
/
+3
*
Move chrome/browser/plugin_* to chrome/browser/plugins/
ibraaaa@google.com
2012-09-20
1
-1
/
+1
*
- testSetTheme was already covered (after adding theme name verification).
nirnimesh@chromium.org
2012-09-18
1
-40
/
+0
*
Converted policy_prefs_ui.py pyauto test to a browser_test.
joaodasilva@chromium.org
2012-09-18
1
-42
/
+0
*
Enables us to setproxysettings through the chromeos options UI and have it pr...
beeps@chromium.org
2012-09-18
1
-11
/
+12
*
Revert 156629 - Converted policy_prefs_ui.py pyauto test to a browser_test.
miket@chromium.org
2012-09-13
1
-0
/
+42
*
Converted policy_prefs_ui.py pyauto test to a browser_test.
joaodasilva@chromium.org
2012-09-13
1
-42
/
+0
*
Switch SessionTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-12
1
-9
/
+14
*
Reland Make DownloadManager::GetAllDownloads return all downloads regardless ...
benjhayden@chromium.org
2012-09-10
1
-24
/
+3
*
Revert 155351 - Make DownloadManager::GetAllDownloads return all downloads re...
rdsmith@chromium.org
2012-09-07
1
-3
/
+3
*
Make DownloadManager::GetAllDownloads return all downloads regardless of stat...
benjhayden@chromium.org
2012-09-07
1
-3
/
+3
*
Changing PluginPrefs to use PluginFinder's async interface. Also, making its ...
ibraaaa@google.com
2012-09-05
1
-16
/
+22
*
Create chrome Windows desktop shortcuts through a checkbox in create/manager ...
hallielaine@chromium.org
2012-09-04
1
-1
/
+2
*
This patch fixes the following problems:
xians@chromium.org
2012-09-04
1
-3
/
+1
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
1
-1
/
+1
*
Convert the popups pyauto test to browser_tests.
jam@chromium.org
2012-09-01
1
-68
/
+1
*
Revert 154464 - Revert 154453 - Remove the translate pyauto test to chrome te...
jam@chromium.org
2012-08-31
1
-233
/
+0
*
Revert 154453 - Remove the translate pyauto test to chrome tests and all the ...
dmazzoni@chromium.org
2012-08-31
1
-0
/
+233
[next]