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
*
Add shutdown option to wrench menu.
achuith@chromium.org
2011-12-07
1
-0
/
+10
*
Rename constants used with default apps to confrom with naming convention.
rogerta@chromium.org
2011-12-06
1
-2
/
+2
*
Update CreateTabContents to use a content::Referrer instead of a plain URL
jochen@chromium.org
2011-12-06
1
-6
/
+2
*
retry r112077 - recently closed menu: respect middle click
estade@chromium.org
2011-12-05
1
-0
/
+1
*
Make NavigationEntry and friends use content::Referrer instead of plain URLs
jochen@chromium.org
2011-12-05
1
-1
/
+1
*
Store the "browser autorestarted, last session must be restored" information ...
marja@chromium.org
2011-12-05
1
-1
/
+1
*
Replace the GURL referrer field of OpenURLParams with a content::Referrer
jochen@chromium.org
2011-12-05
1
-5
/
+8
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
1
-1
/
+5
*
Fix a bug where redirect chain gets lost on process swap.
mpcomplete@chromium.org
2011-12-03
1
-3
/
+4
*
Remove deprecated TabContentsDelegate::OpenURLFromTab variant
jochen@chromium.org
2011-12-02
1
-10
/
+0
*
Upgrade all call sites of PageNavigator::OpenURL that pass a referrer to use ...
jochen@chromium.org
2011-12-02
1
-2
/
+4
*
Add a public content/ interface for intents. Use it.
gbillock@chromium.org
2011-12-01
1
-8
/
+5
*
Define DevTools content API
yurys@chromium.org
2011-12-01
1
-6
/
+4
*
Support for screenlock - keyboard shortcut + wrench menu item
achuith@chromium.org
2011-12-01
1
-1
/
+11
*
Make platform apps use and require a different container ("shell" instead of ...
mihaip@chromium.org
2011-12-01
1
-2
/
+15
*
Move ui sync code to common directory, clean up TCW.
avi@chromium.org
2011-11-30
1
-1
/
+1
*
Move extension delegate calls to a new ExtensionTabHelperDelegate interface.
avi@chromium.org
2011-11-30
1
-0
/
+1
*
Clean up kMaxTabCount that was added for TOUCH_UI.
alicet@chromium.org
2011-11-30
1
-7
/
+0
*
Revert 112077 - recently closed menu: respect middle click
aa@chromium.org
2011-11-30
1
-1
/
+0
*
recently closed menu: respect middle click
estade@chromium.org
2011-11-30
1
-0
/
+1
*
Plumb STYEL_GENERIC thru BrowserShowHtmlDialog, ShowHtmlDialog, CreateViewsWi...
bshe@chromium.org
2011-11-29
1
-2
/
+3
*
Revert "Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extension...
aa@chromium.org
2011-11-27
1
-1
/
+1
*
Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extensions.""
aa@chromium.org
2011-11-27
1
-1
/
+1
*
Panels: Disable auto-resize if initial size is specified during creation.
jennb@chromium.org
2011-11-23
1
-5
/
+2
*
base::bind migrations for browser.cc
csilv@chromium.org
2011-11-22
1
-11
/
+12
*
Register Browser for extension events from the original profile.
yoz@chromium.org
2011-11-22
1
-4
/
+4
*
Make DevToolsManager a singleton, remove it from ContentBrowserClient.
yurys@chromium.org
2011-11-22
1
-1
/
+1
*
Don't show first run bubble for non-tabbed windows
sail@chromium.org
2011-11-22
1
-1
/
+5
*
Page zoom improvements:
csilv@chromium.org
2011-11-22
1
-9
/
+48
*
Get rid of view_messages.h include from chrome since TabContentsDelegate used...
jam@chromium.org
2011-11-22
1
-2
/
+2
*
Revert "Move a bunch of ChromeOS APIs out of chrome/browser/extensions."
aa@chromium.org
2011-11-21
1
-1
/
+1
*
Move a bunch of ChromeOS APIs out of chrome/browser/extensions.
aa@chromium.org
2011-11-21
1
-1
/
+1
*
This split will facilitate testing DownloadQuery and other users of DownloadI...
benjhayden@chromium.org
2011-11-21
1
-2
/
+2
*
Split out fullscreen logic from Browser into FullscreenController.
koz@chromium.org
2011-11-21
1
-276
/
+24
*
Fix DownloadTests and change cros/aura to use shelf
davemoore@chromium.org
2011-11-18
1
-5
/
+7
*
Revert 110765 - Fix DownloadTests and change cros/aura to use shelf
davemoore@chromium.org
2011-11-18
1
-10
/
+5
*
Fix DownloadTests and change cros/aura to use shelf
davemoore@chromium.org
2011-11-18
1
-5
/
+10
*
Add policies to control the disk cache size.
pastarmovj@chromium.org
2011-11-18
1
-0
/
+11
*
Provide assumed favicon for intents if page was never visited.
groby@chromium.org
2011-11-18
1
-3
/
+9
*
Implement Bookmark All Tabs Dialog with WebUI.
yoshiki@chromium.org
2011-11-18
1
-10
/
+1
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-1
/
+1
*
Remove unused "maximized" parameter from WindowSizer::GetBrowserWindowBounds().
tfarina@chromium.org
2011-11-17
1
-2
/
+1
*
Simplify how we obtain the maximized state without having to go through Windo...
tfarina@chromium.org
2011-11-16
1
-6
/
+4
*
aura: Remove the experiment to always open app in windows.
sadrul@chromium.org
2011-11-16
1
-4
/
+0
*
Print Preview: Make print preview tab modal. (try 2)
thestig@chromium.org
2011-11-15
1
-17
/
+17
*
Revert 110056 - Print Preview: Make print preview tab modal.
thestig@chromium.org
2011-11-15
1
-16
/
+17
*
Print Preview: Make print preview tab modal.
thestig@chromium.org
2011-11-15
1
-17
/
+16
*
Append parameters to webstore URL to indicate launch source.
estade@chromium.org
2011-11-15
1
-27
/
+41
*
Get panels more functional under Aura.
saintlou@chromium.org
2011-11-14
1
-5
/
+3
*
Don't close tabs from crashed extensions with background pages.
yoz@chromium.org
2011-11-11
1
-15
/
+19
[next]