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
/
ui
/
browser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move dispatching and sending of the last extension specific messages out of T...
jam@chromium.org
2011-04-05
1
-4
/
+6
*
apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-02
1
-1
/
+1
*
Revert 80128 - apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-01
1
-1
/
+1
*
apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-01
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-1
/
+1
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-2
/
+2
*
fav icon -> favicon. Pass 10: bookmarks
avi@chromium.org
2011-03-15
1
-1
/
+1
*
Decouple TabRestoreService from Browser
bulach@chromium.org
2011-03-15
1
-0
/
+8
*
Wires up ability for page to specify instant auto complete
sky@chromium.org
2011-03-15
1
-6
/
+7
*
Options: Remove the GTK and Views native options code.
jhawkins@chromium.org
2011-03-11
1
-1
/
+1
*
Add in DOMBrowser
sadrul@chromium.org
2011-03-11
1
-2
/
+7
*
Properly re-implement browser::ShowInstantConfirmDialog().
rsesek@chromium.org
2011-03-10
1
-0
/
+2
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-1
/
+1
*
GTK: Set WM_CLASS to webapp names on webapp windows.
erg@google.com
2011-03-09
1
-0
/
+1
*
Make View frame source work for POST results.
pfeldman@chromium.org
2011-03-09
1
-0
/
+8
*
Options: Remove the kDisabledTabbedOptions flag.
jhawkins@chromium.org
2011-03-09
1
-1
/
+0
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
retry r76329 with chromeos fix
estade@chromium.org
2011-03-02
1
-6
/
+9
*
Revert 76329 Broke compile - Change the behavior of ignore_path in BrowserNav...
inferno@chromium.org
2011-03-01
1
-9
/
+6
*
Change the behavior of ignore_path in BrowserNavigator.
estade@chromium.org
2011-03-01
1
-6
/
+9
*
Removes the int parameter from TabStripModel::TabDeselectedAt. It
sky@chromium.org
2011-02-27
1
-1
/
+1
*
Allow terminated extension to be uninstalled from chrome://extensions page.
jennb@chromium.org
2011-02-23
1
-0
/
+2
*
Refactor app launching code for clarity. Add unit tests.
skerner@chromium.org
2011-02-23
1
-8
/
+4
*
Revert 75625 - Refactor app launching code for clarity. Add unit tests.
hansl@chromium.org
2011-02-22
1
-4
/
+8
*
Refactor app launching code for clarity. Add unit tests.
skerner@google.com
2011-02-22
1
-8
/
+4
*
Start moving core pieces of Chrome multi-process code to src\content. I'm st...
jam@chromium.org
2011-02-18
1
-0
/
+1
*
Make TabContentsObserver handle registration automatically, as well as exposi...
jam@chromium.org
2011-02-17
1
-1
/
+1
*
Move search engine stuff from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-15
1
-6
/
+13
*
Remove declaration for function removed more than half a year ago in r56752.
avi@chromium.org
2011-02-14
1
-18
/
+0
*
Carnitas: move browser/shell_dialogs.{h,cc} to browser/ui
estade@chromium.org
2011-02-11
1
-1
/
+1
*
chromeos: Don't let pages intercept top-row keys.
derat@chromium.org
2011-02-09
1
-3
/
+5
*
Highlight background pages in task manager if user clicks View Background Pages.
atwilson@chromium.org
2011-02-07
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Move bookmark star from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-04
1
-1
/
+7
*
Remove user-related data from local_state and add to user_preferences, in pr...
mirandac@chromium.org
2011-02-02
1
-3
/
+4
*
Implement pref policy for disabling incognito mode.
finnur@chromium.org
2011-01-27
1
-0
/
+3
*
Revert 72624 (due to crashes) - Implement pref policy for disabling incognito...
finnur@chromium.org
2011-01-26
1
-3
/
+0
*
Implement pref policy for disabling incognito mode.
finnur@chromium.org
2011-01-26
1
-0
/
+3
*
Fix DOMUI pref mode handling of Mac menu items
stuartmorgan@chromium.org
2011-01-25
1
-1
/
+3
*
Revert 72153 - Remove user-related data from local_state and add to user_pre...
mirandac@chromium.org
2011-01-21
1
-4
/
+3
*
Remove user-related data from local_state and add to user_preferences, in pr...
mirandac@chromium.org
2011-01-21
1
-3
/
+4
*
Set Browser::app_name_ in a reasonable way for extension apps.
skerner@chromium.org
2011-01-14
1
-0
/
+2
*
Attempt 2 at fixing crash in ProcessPendingTabs. This differs from the
sky@chromium.org
2011-01-13
1
-2
/
+7
*
Revert 71327 - Attempt at fixing crash in ProcessPendingTabs. With the curren...
sky@chromium.org
2011-01-13
1
-7
/
+2
*
Attempt at fixing crash in ProcessPendingTabs. With the current code,
sky@chromium.org
2011-01-13
1
-2
/
+7
*
Changes instant so that the newly created tab has a new id. Doing
sky@chromium.org
2011-01-11
1
-1
/
+2
*
Fixing crash in UpdateAppIconDownloadProgress().
ahendrickson@chromium.org
2011-01-10
1
-0
/
+2
*
chromeos: Add metrics for various accelerators.
derat@chromium.org
2011-01-06
1
-0
/
+1
*
View Source now clones tab state for pinned/app windows.
pfeldman@chromium.org
2010-12-28
1
-6
/
+0
[next]