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
*
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
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
WebUI: Get rid of more references to dom_ui and DOM_UI.
tfarina@chromium.org
2011-02-15
1
-5
/
+5
*
WebUI: Get rid of more references to DOMUI in the rest of the directories.
tfarina@chromium.org
2011-02-13
1
-2
/
+2
*
WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.
tfarina@chromium.org
2011-02-12
1
-1
/
+1
*
WebUI: Rename DOMUIFactory to WebUIFactory.
tfarina@chromium.org
2011-01-29
1
-1
/
+1
*
Don't use GetAsTabContents. Send notifications from TabContentsView instead.
jochen@chromium.org
2011-01-24
1
-4
/
+4
*
Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...
pkasting@chromium.org
2011-01-21
1
-2
/
+2
*
Refactor RenderWidgetHost::set_paint_observer()
davemoore@chromium.org
2011-01-12
1
-29
/
+11
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-1
/
+1
*
Deinline even more destructors.
erg@google.com
2010-12-14
1
-0
/
+5
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-2
/
+5
*
Fix notifications being too large on OSX.
levin@chromium.org
2010-12-02
1
-0
/
+2
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
For OSX, make it so that notifications only start resizing after the first pa...
levin@chromium.org
2010-11-30
1
-1
/
+38
*
Revert 67396 - Broke ChromiumOS unit test: NotificationTest.TestActivateDeact...
levin@chromium.org
2010-11-25
1
-34
/
+3
*
Fix permission on balloon_host.cc
podivilov@chromium.org
2010-11-25
1
-0
/
+0
*
Use profile to initialize WebPreferences for BalloonHost
podivilov@chromium.org
2010-11-25
1
-3
/
+4
*
Make it so that notifications only start resizing after the first paint is done.
levin@chromium.org
2010-11-25
1
-3
/
+34
*
Header dependency reduction for notification headers.
levin@chromium.org
2010-11-05
1
-0
/
+6
*
When notifications are closed by the user, send the notification to remove it...
johnnyg@chromium.org
2010-11-04
1
-0
/
+1
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+38
*
Inspector settings not updated in profile when inspecting extensions.
podivilov@chromium.org
2010-10-12
1
-0
/
+10
*
Fix SessionStorage
jorlow@chromium.org
2010-09-14
1
-6
/
+2
*
Implement the plumbing to deliver click events from the notification balloon ...
johnnyg@chromium.org
2010-09-01
1
-0
/
+4
*
Reland r57788 - Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-31
1
-1
/
+2
*
Revert 57788 - Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-28
1
-2
/
+1
*
Expose Extension Bindings to Component Applications
rafaelw@chromium.org
2010-08-28
1
-1
/
+2
*
DOMUI callback to notification
oshima@chromium.org
2010-08-19
1
-1
/
+10
*
Initial version of chrome.experimental.sidebar extension API.
brettw@chromium.org
2010-08-19
1
-7
/
+3
*
ChromeFrame currently overrides the request context for intercepting network ...
ananta@chromium.org
2010-08-04
1
-1
/
+1
[next]