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
*
Remove TabContents from TabStripModelObserver::TabDetachedAt.
avi@chromium.org
2012-11-11
2
-2
/
+3
*
Remove TabContents from TabStripModelObserver::TabInsertedAt.
avi@chromium.org
2012-11-10
2
-5
/
+5
*
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
3
-16
/
+25
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
2
-12
/
+27
*
TopSites and TopSitesBackend stop depending on CancelabelRequest
kaiwang@chromium.org
2012-11-06
3
-11
/
+4
*
Clean up Chrome OS Enterprise Enrollment UI code.
mnissler@chromium.org
2012-11-01
3
-18
/
+10
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-5
/
+5
*
browser: Start moving browser_finder.h into chrome namespace.
tfarina@chromium.org
2012-10-28
1
-1
/
+1
*
Cleanup: Use STLDeleteFoo instead of duplicating their functions, and other l...
thestig@chromium.org
2012-10-27
1
-10
/
+3
*
Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...
mirandac@chromium.org
2012-10-24
2
-7
/
+10
*
Have ExtensionInstallPrompt take a WebContents
sail@chromium.org
2012-10-21
1
-2
/
+3
*
Remove alias from ChromeRenderViewHostTestHarness.
avi@chromium.org
2012-10-19
1
-18
/
+18
*
Remove TabContents from AutomationTabHelperTest.
avi@chromium.org
2012-10-17
1
-7
/
+7
*
[cros] Migrate user avatars from PNG to JPG format.
ivankr@chromium.org
2012-10-15
2
-9
/
+10
*
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
2
-7
/
+10
*
[chromeos] Fix a use-after-free problem with LoginEventObserver
hshi@google.com
2012-10-10
3
-14
/
+11
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
Move WebContentsUserData to content/public/browser.
joi@chromium.org
2012-10-09
1
-4
/
+4
*
Split ThumbnailGenerator in two.
avi@chromium.org
2012-10-08
1
-1
/
+0
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
3
-8
/
+8
*
Add desktop type context to most existing instances of FindTabbedBrowser.
robertshield@chromium.org
2012-10-04
1
-2
/
+5
*
[Coverity] Fix dereference null return value.
kmadhusu@chromium.org
2012-10-03
1
-1
/
+2
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
1
-18
/
+0
*
Switch FindTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-29
1
-4
/
+3
*
Revert "Revert 159158 - Make using WebContentsUserData simpler."
avi@chromium.org
2012-09-28
2
-3
/
+2
*
Revert 159158 - Make using WebContentsUserData simpler.
dharani@google.com
2012-09-28
2
-2
/
+3
*
Switch TabSpecificContentSettings to use WebContentsUserData.
avi@chromium.org
2012-09-28
1
-3
/
+4
*
Make using WebContentsUserData simpler.
avi@chromium.org
2012-09-27
2
-3
/
+2
*
Switch AutomationTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-26
6
-13
/
+26
*
Remove WebContentsDelegate::ExecuteContextMenuCommand since it's not called b...
jam@chromium.org
2012-09-26
1
-16
/
+2
*
Move cancelable_request.cc/h to chrome/browser/common.
kaiwang@chromium.org
2012-09-22
2
-2
/
+2
*
Move chrome/browser/plugin_* to chrome/browser/plugins/
ibraaaa@google.com
2012-09-20
1
-1
/
+1
*
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData.
avi@chromium.org
2012-09-18
1
-2
/
+3
*
- testSetTheme was already covered (after adding theme name verification).
nirnimesh@chromium.org
2012-09-18
2
-50
/
+0
*
Converted policy_prefs_ui.py pyauto test to a browser_test.
joaodasilva@chromium.org
2012-09-18
2
-52
/
+0
*
Enables us to setproxysettings through the chromeos options UI and have it pr...
beeps@chromium.org
2012-09-18
5
-30
/
+159
*
Switch NOTIFICATION_TAB_PARENTED to use WebContents.
avi@chromium.org
2012-09-17
1
-4
/
+2
*
[chromeos] Make Login() automation reliably work for relogin scenarios.
nirnimesh@chromium.org
2012-09-14
2
-14
/
+4
*
Revert 156629 - Converted policy_prefs_ui.py pyauto test to a browser_test.
miket@chromium.org
2012-09-13
2
-0
/
+52
*
Fix downloads pyauto tests broken by https://chromiumcodereview.appspot.com/1...
benjhayden@chromium.org
2012-09-13
2
-3
/
+28
*
Converted policy_prefs_ui.py pyauto test to a browser_test.
joaodasilva@chromium.org
2012-09-13
2
-52
/
+0
*
Switch SessionTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-12
4
-33
/
+48
*
[chromeos] Wait for initial page load after login
nirnimesh@chromium.org
2012-09-11
2
-2
/
+22
*
Reland Make DownloadManager::GetAllDownloads return all downloads regardless ...
benjhayden@chromium.org
2012-09-10
3
-40
/
+11
*
Revert 155351 - Make DownloadManager::GetAllDownloads return all downloads re...
rdsmith@chromium.org
2012-09-07
2
-4
/
+4
[next]