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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let Chrome app handle Ash accelerators first if the app is launched as a window.
yusukes@chromium.org
2012-05-17
1
-15
/
+8
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-34
/
+5
*
Web Intents: Remove the flag and compile-time define.
jhawkins@chromium.org
2012-05-16
1
-4
/
+0
*
Remove some more ChromeOS stuff from chrome/browser/ui
ben@chromium.org
2012-05-15
1
-1
/
+0
*
Remove some more OS_CHROMEOS from browser.
beng@google.com
2012-05-15
1
-12
/
+0
*
browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.
tfarina@chromium.org
2012-05-12
1
-5
/
+5
*
browser: Move the tabs directory into ui.
tfarina@chromium.org
2012-05-11
1
-2
/
+2
*
Rename and document Browser::GetTabbedBrowser()'s
mmenke@chromium.org
2012-05-10
1
-2
/
+3
*
Remove prerender hover experiment support
dominich@chromium.org
2012-05-10
1
-12
/
+0
*
Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.
ben@chromium.org
2012-05-10
1
-5
/
+5
*
Revert 136337 - Rename BrowserInit to StartupBrowserCreator, and move into st...
ben@chromium.org
2012-05-10
1
-5
/
+5
*
Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.
ben@chromium.org
2012-05-10
1
-5
/
+5
*
Moved url_utils from chrome/browser/net to chrome/common/net.
groby@chromium.org
2012-05-09
1
-2
/
+2
*
browser: Remove tab handler concept.
tfarina@chromium.org
2012-05-06
1
-87
/
+67
*
Fixes possible crash in Browser::OpenApplicationTab. The problem is
sky@chromium.org
2012-05-02
1
-0
/
+3
*
Remove browser from web intents UI code.
benwells@chromium.org
2012-05-02
1
-2
/
+1
*
Refactor LoginUIService to not rely on WebUI.
atwilson@chromium.org
2012-05-01
1
-1
/
+1
*
Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...
pkasting@chromium.org
2012-04-27
1
-1
/
+1
*
Don't group same-site links in new windows in the same SiteInstance.
creis@chromium.org
2012-04-27
1
-2
/
+2
*
Add a button to exit managed mode in place of the profile avatar.
bauerb@chromium.org
2012-04-27
1
-2
/
+12
*
Adding IsMouseLocked and removing IsMouseLockedOrPending from FullscreenContr...
scheib@chromium.org
2012-04-27
1
-2
/
+2
*
browser: Get rid of DialogStyle altogether.
tfarina@chromium.org
2012-04-26
1
-8
/
+3
*
User Gesture plumbed from Renderer to Browser's FullscreenController::Request...
scheib@chromium.org
2012-04-26
1
-2
/
+2
*
Web-ify a bunch of these names. I am going to move some of the framework code...
ben@chromium.org
2012-04-25
1
-8
/
+8
*
ash: Ensure LAUNCH_WINDOW opens in normal window.
xiyuan@chromium.org
2012-04-24
1
-12
/
+16
*
Switch platform apps from a declarative launch container to handling an onLau...
asargent@chromium.org
2012-04-23
1
-8
/
+8
*
cros: Use UMA histograms for low memory statistics
jamescook@chromium.org
2012-04-20
1
-2
/
+4
*
Sort methods in Browser.cc to match .h
ben@chromium.org
2012-04-20
1
-610
/
+615
*
Move a lot of ChromeOS stuff out of Browser and onto various Ash-related help...
ben@chromium.org
2012-04-20
1
-137
/
+4
*
Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate i...
bauerb@chromium.org
2012-04-20
1
-41
/
+0
*
Remove a bunch of dead cros stuff from browser/browserview.
ben@chromium.org
2012-04-19
1
-31
/
+2
*
Wait for other browser windows to close when entering managed mode and cancel...
bauerb@chromium.org
2012-04-18
1
-0
/
+5
*
cros: Record UMA stats for tab discards in low memory conditions
jamescook@chromium.org
2012-04-18
1
-4
/
+5
*
content: Do not pass SkColor by const-reference as it's defined as POD(integer).
tfarina@chromium.org
2012-04-18
1
-1
/
+1
*
Respect user-selected launch type (tab/window/fullscreen) when opening File M...
kaznacheev@chromium.org
2012-04-18
1
-7
/
+3
*
TabContents -> WebContentsImpl, part 21.
avi@chromium.org
2012-04-17
1
-13
/
+13
*
Fixes FindBar crash. The crash appears to be because if you select a
sky@chromium.org
2012-04-17
1
-3
/
+3
*
Move notifications used only in chrome/ out of content/.
avi@chromium.org
2012-04-16
1
-1
/
+1
*
This adds a hang monitor for Pepper plugins. It monitors sync messages on the...
brettw@chromium.org
2012-04-13
1
-14
/
+17
*
TabContents -> WebContentsImpl, part 8.
avi@chromium.org
2012-04-13
1
-1
/
+1
*
Close downloads shelf when showing downloads tab.
asanka@chromium.org
2012-04-12
1
-2
/
+2
*
Set Browser::is_attempting_to_close_browser_ in Browser::TabStripEmpty()
stevenjb@chromium.org
2012-04-09
1
-0
/
+3
*
Remove obsolete chromeos specific code
oshima@chromium.org
2012-04-09
1
-8
/
+0
*
Don't recreate background windows when allow_js_access if false
mihaip@chromium.org
2012-04-09
1
-3
/
+8
*
Changed the default homepage for new user profiles.
khorimoto@chromium.org
2012-04-06
1
-3
/
+2
*
Move files inside chrome/browser/chromeos/dbus to chromeos/dbus
hashimoto@chromium.org
2012-04-06
1
-2
/
+2
*
Honor window size for chrome.windows.create when parent window is maximized.
aa@chromium.org
2012-04-04
1
-41
/
+45
*
Gdata ctrl-o support.
achuith@chromium.org
2012-04-04
1
-1
/
+7
*
Automated tests for full screen & mouse lock M16 features
scheib@chromium.org
2012-04-04
1
-3
/
+7
*
[uber page] Uber URL cleanups.
csilv@chromium.org
2012-03-31
1
-21
/
+10
[next]