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
/
notifications
/
balloon_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-1
/
+1
*
Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us...
jam@chromium.org
2011-11-17
1
-3
/
+1
*
Move Sad Tab implementation out of the TabContentsViews.
avi@chromium.org
2011-11-15
1
-1
/
+1
*
Make BalloonHost use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-10
1
-98
/
+35
*
Move RendererPreferences to content/public/common and also put in the content...
jam@chromium.org
2011-10-31
1
-3
/
+3
*
Set extension-related webkit preferences in a common location.
aa@chromium.org
2011-10-29
1
-2
/
+1
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-5
/
+7
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Move view_types to content\public\common. Also update the enum values to matc...
jam@chromium.org
2011-10-12
1
-2
/
+2
*
Move BindingsPolicy enum to content\public\common and put it in the content n...
jam@chromium.org
2011-10-11
1
-2
/
+2
*
Split ViewType between chrome and content
jochen@chromium.org
2011-10-06
1
-2
/
+3
*
Removed the sending of the following content IPC messages out of chrome and r...
ananta@chromium.org
2011-09-19
1
-5
/
+4
*
Removal of Profile from content part 1.
avi@chromium.org
2011-07-27
1
-1
/
+3
*
BalloonHost: remove vestigal virtual functions
evan@chromium.org
2011-07-22
1
-10
/
+2
*
Get rid of the remaining implementation in TabContentsView and make all the m...
jam@chromium.org
2011-07-12
1
-10
/
+0
*
Remove TabContentsView methods that just call to the delegate, and have them ...
jam@chromium.org
2011-07-11
1
-5
/
+0
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-3
/
+3
*
GPU compositing surface handle is no longer sent to renderer process.
apatrick@chromium.org
2011-06-27
1
-1
/
+1
*
Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places
sky@chromium.org
2011-06-08
1
-4
/
+0
*
Remove OSX specific changes from balloon_host as they didn't work completely.
levin@chromium.org
2011-05-27
1
-19
/
+0
*
Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...
jam@chromium.org
2011-05-19
1
-4
/
+6
*
Wait for notification balloon hosts' render view to be ready
kkania@chromium.org
2011-05-13
1
-0
/
+4
*
Re-land r84928: Move EFD to ExtensionTabHelper.
aa@chromium.org
2011-05-13
1
-37
/
+20
*
Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"
aa@chromium.org
2011-05-12
1
-20
/
+37
*
Re-land r84928: Move ExtensionFunctionDispatcher to
aa@chromium.org
2011-05-11
1
-37
/
+20
*
Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""
aa@chromium.org
2011-05-11
1
-20
/
+37
*
Revert "Looks like this introduced leaks in sync ui tests. Sigh."
aa@chromium.org
2011-05-11
1
-37
/
+20
*
Looks like this introduced leaks in sync ui tests. Sigh.
aa@chromium.org
2011-05-11
1
-20
/
+37
*
Move ExtensionFunctionDispatcher to ExtensionTabHelper. This
aa@chromium.org
2011-05-11
1
-37
/
+20
*
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...
aa@chromium.org
2011-04-27
1
-5
/
+6
*
Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...
acolwell@chromium.org
2011-04-27
1
-6
/
+5
*
Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...
aa@chromium.org
2011-04-27
1
-5
/
+6
*
Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...
aa@chromium.org
2011-04-26
1
-6
/
+5
*
Remove weird dependency on extensions from webui.
aa@chromium.org
2011-04-26
1
-5
/
+6
*
Don't hold the installed app in BrowserProcessRenderHost, since that's in con...
jam@chromium.org
2011-04-23
1
-2
/
+4
*
Move BrowserRenderProcessHost to content. It should have been moved earlier.
jam@chromium.org
2011-04-19
1
-1
/
+1
*
Remove the last Chrome dependencies from renderer, and enforce no more includ...
jam@chromium.org
2011-04-18
1
-1
/
+1
*
Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938.
jam@chromium.org
2011-04-08
1
-13
/
+7
*
Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs ...
jam@chromium.org
2011-04-08
1
-7
/
+12
*
Add a new RenderViewHostObserver interface for filtering IPCs send to RenderV...
jam@chromium.org
2011-04-08
1
-12
/
+7
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-1
/
+1
*
Move dispatching and sending of the last extension specific messages out of T...
jam@chromium.org
2011-04-05
1
-7
/
+12
*
Move WebUIFactory to chrome/, try 2.
estade@chromium.org
2011-03-30
1
-1
/
+2
*
Revert 79691 - Move WebUIFactory to chrome/browser.
estade@chromium.org
2011-03-29
1
-2
/
+1
*
Move WebUIFactory to chrome/browser.
estade@chromium.org
2011-03-29
1
-1
/
+2
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-1
/
+1
*
Move the rest of the content browser->renderer messages to content. Also mov...
jam@chromium.org
2011-03-23
1
-1
/
+1
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
1
-1
/
+1
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
1
-0
/
+7
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-3
/
+3
[next]