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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
8
-53
/
+55
*
Defer construction of NotificationUIManager to fix notification initialization.
stevenjb@chromium.org
2011-11-20
2
-16
/
+15
*
Revert 110710 - Add ChromeBrowserMainExtraParts for non main parts.
stevenjb@google.com
2011-11-18
1
-3
/
+2
*
Add ChromeBrowserMainExtraParts for non main parts.
stevenjb@google.com
2011-11-18
1
-2
/
+3
*
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
*
Cleanup: Remove more forward declarations in various chrome/browser directories.
thestig@chromium.org
2011-11-16
1
-1
/
+0
*
Revert 110327 - Add ChromeBrowserParts for non main parts.
cpu@chromium.org
2011-11-16
1
-3
/
+2
*
Add ChromeBrowserParts for non main parts.
stevenjb@google.com
2011-11-16
1
-2
/
+3
*
aura: Make sure the desktop is initialized when creating a DefaultMonitorInfo...
sadrul@chromium.org
2011-11-16
1
-0
/
+10
*
Move Sad Tab implementation out of the TabContentsViews.
avi@chromium.org
2011-11-15
2
-2
/
+2
*
Cleanup: Remove unneeded forward declarations from various chrome/browser sub...
thestig@chromium.org
2011-11-15
5
-12
/
+2
*
Move the struct used when showing a desktop notification to content/public/co...
jam@chromium.org
2011-11-12
4
-19
/
+31
*
Fix the problem that notifications and panels overlap.
jianli@chromium.org
2011-11-11
5
-23
/
+169
*
Make BalloonHost use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-10
2
-157
/
+51
*
Browser Parts cleanup
stevenjb@google.com
2011-11-08
3
-5
/
+16
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
1
-1
/
+0
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
4
-0
/
+7
*
aura: Use the existing notification system.
sadrul@chromium.org
2011-11-01
1
-0
/
+12
*
Move RendererPreferences to content/public/common and also put in the content...
jam@chromium.org
2011-10-31
2
-5
/
+4
*
Set extension-related webkit preferences in a common location.
aa@chromium.org
2011-10-29
1
-2
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
4
-9
/
+10
*
Delegating the "are images allowed" decision to renderer.
marja@chromium.org
2011-10-27
3
-16
/
+14
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
3
-10
/
+12
*
Ensure that DesktopNotification fires on the browser with the correct Profile.
mirandac@chromium.org
2011-10-19
1
-1
/
+1
*
Take the content settings set by extensions into account in the default setti...
marja@chromium.org
2011-10-19
3
-13
/
+14
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
6
-30
/
+31
*
Fix some disabled/flaky notification pyauto tests.
kkania@chromium.org
2011-10-18
2
-0
/
+14
*
Fix some AllSources observers of EXTENSION_UNLOADED.
yoz@chromium.org
2011-10-13
1
-3
/
+3
*
net: Move EscapeForHTML() functions into net namespace.
tfarina@chromium.org
2011-10-13
1
-6
/
+6
*
Move view_types to content\public\common. Also update the enum values to matc...
jam@chromium.org
2011-10-12
2
-3
/
+3
*
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
2
-3
/
+4
*
Converted BalloonCollectionImp to Views.
saintlou@chromium.org
2011-10-06
1
-0
/
+12
*
notifications: Migrate BalloonCollection to base::Closure.
tfarina@chromium.org
2011-10-05
3
-10
/
+10
*
Consolidate message observer API for MessagePumpX and MessagePumWin
oshima@google.com
2011-10-04
3
-9
/
+28
*
notifications: Move DesktopNotificationService unittest to base::Bind.
tfarina@chromium.org
2011-09-30
1
-4
/
+4
*
Move infobar handling to a tab helper.
avi@chromium.org
2011-09-30
1
-19
/
+25
*
notifications: Convert BalloonCollectionImpl to new callback system.
tfarina@chromium.org
2011-09-30
2
-6
/
+8
*
Remove file that was checked in by mistake
oshima@google.com
2011-09-24
1
-87
/
+0
*
Aura-fied ui_controls, fullscreen, display_utils and background_mode_manager
oshima@google.com
2011-09-23
1
-0
/
+87
*
notifications: Remove NotificationExceptionsTableModel as it's no longer used.
tfarina@chromium.org
2011-09-22
3
-332
/
+0
*
net: Put more functions from escape.h into net namespace.
tfarina@chromium.org
2011-09-22
1
-1
/
+1
*
Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/br...
marja@chromium.org
2011-09-21
2
-2
/
+2
*
Removed the sending of the following content IPC messages out of chrome and r...
ananta@chromium.org
2011-09-19
1
-5
/
+4
*
Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...
jochen@chromium.org
2011-09-14
2
-8
/
+9
*
Fixing the bug, that caused UI to hang after unsupported device was inserted.
sidor@chromium.org
2011-09-10
1
-2
/
+1
*
Make panel adjust bounds per preferred size change notification on Windows.
jianli@chromium.org
2011-09-07
1
-1
/
+1
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+1
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-1
/
+1
[next]