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
*
Always enable dom automation for browser_tests. This avoids developers having...
jam@chromium.org
2012-07-18
1
-3
/
+1
*
Move ExtensionWindowController and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-17
2
-2
/
+3
*
[Mac] Only attempt to replace a notification if the replacement_id is not empty.
rsesek@chromium.org
2012-07-13
1
-4
/
+6
*
This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...
benrg@chromium.org
2012-07-11
1
-1
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
16
-16
/
+0
*
browser: Move more files into chrome namespace.
tfarina@chromium.org
2012-07-06
1
-1
/
+1
*
ignore notification permission requests from web contents that does
estade@chromium.org
2012-07-04
1
-15
/
+21
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
2
-6
/
+9
*
Get rid of browser::FindLastActiveWithProfile call in desktop_notification_se...
jam@chromium.org
2012-06-22
2
-14
/
+1
*
Protect access to notification_ui_manager in DesktopNotificationService::Observe
stevenjb@google.com
2012-06-21
1
-3
/
+7
*
Move singleton tabs off Browser.
ben@chromium.org
2012-06-21
1
-1
/
+2
*
Extensions: respond to webkitNotifications.requestPermission
estade@chromium.org
2012-06-19
1
-5
/
+5
*
Implement base::win::IsMetroProcess.
siggi@chromium.org
2012-06-18
1
-2
/
+2
*
Change kAshNotify to kAshNotifyDisabled (default ash notifications to enabled)
stevenjb@google.com
2012-06-18
1
-1
/
+2
*
Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.
tfarina@chromium.org
2012-06-17
1
-1
/
+1
*
Add DesktopNotificationService::AddNotification
stevenjb@google.com
2012-06-14
2
-0
/
+89
*
Add support for Ash to Notifications
stevenjb@google.com
2012-06-14
11
-24
/
+104
*
Add support for plumbing desktop chrome notifications to the metro driver. Th...
ananta@chromium.org
2012-06-11
2
-0
/
+60
*
TabContentsWrapper -> TabContents, part 21.
avi@chromium.org
2012-06-11
2
-10
/
+10
*
Rename and move balloon_collection_impl_aura, rename balloon_view.cc
stevenjb@chromium.org
2012-06-06
1
-6
/
+4
*
Revert 140554 - Rename and move balloon_collection_impl_aura, rename balloon_...
cbentzel@chromium.org
2012-06-05
1
-4
/
+6
*
Rename and move balloon_collection_impl_aura, rename balloon_view.cc
stevenjb@google.com
2012-06-05
1
-6
/
+4
*
Move render_view_test.h header from content\test to content\public\test. This...
jam@chromium.org
2012-06-04
2
-2
/
+2
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
2
-2
/
+2
*
Fix bug 127498: Panels: The position of notifications aren't adjusted when pa...
jianli@chromium.org
2012-06-01
2
-29
/
+7
*
cocoa: Move balloon_collection_mac.cc into cocoa/ directory.
tfarina@chromium.org
2012-05-29
1
-79
/
+0
*
gtk: Move balloon_collection_gtk.cc into gtk/ directory.
tfarina@chromium.org
2012-05-28
1
-93
/
+0
*
Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser.
thestig@chromium.org
2012-05-26
1
-1
/
+0
*
Revert "Revert 137734 - Select theme resources from ResourceBundle at request...
flackr@chromium.org
2012-05-24
1
-1
/
+2
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-2
/
+2
*
Remove a bunch of trivial render_view_host_delegate.h includes in chrome.
jam@chromium.org
2012-05-22
1
-1
/
+0
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
2
-7
/
+7
*
Revert 137734 - Select theme resources from ResourceBundle at requested scale...
fischman@chromium.org
2012-05-17
1
-2
/
+1
*
Select theme resources from ResourceBundle at requested scale factor.
flackr@chromium.org
2012-05-17
1
-1
/
+2
*
views: Move balloon_collection_views.cc into views/ directory.
tfarina@chromium.org
2012-05-17
1
-115
/
+0
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
3
-6
/
+8
*
Convert the notifications interactive ui_test to use InProcessBrowserTest, an...
jam@chromium.org
2012-05-15
2
-70
/
+57
*
It used to be possible to change the position of the notification bubble on C...
pkotwicz@chromium.org
2012-05-09
1
-0
/
+6
*
Remove Browser dependency in ExtensionFunctionDispatcher
stevenjb@chromium.org
2012-05-05
2
-3
/
+4
*
RefCounted types should not have public destructors, chrome/browser/ part 6
rsleevi@chromium.org
2012-04-27
2
-4
/
+6
*
* Separated implementation class from gfx::Screen
oshima@chromium.org
2012-04-25
1
-1
/
+1
*
[Mac] Implement a NotificationUIManager that uses Notification Center on 10.8...
rsesek@chromium.org
2012-04-17
5
-16
/
+432
*
Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost.
creis@chromium.org
2012-04-16
2
-0
/
+14
*
Revert 13676 - Revert 131665 - Add a preference for why an extension is disab...
yoz@chromium.org
2012-04-11
1
-1
/
+2
*
Revert 131665 - Add a preference for why an extension is disabled.
rsesek@chromium.org
2012-04-10
1
-2
/
+1
*
Add a preference for why an extension is disabled.
yoz@chromium.org
2012-04-10
1
-1
/
+2
*
Add a separate Notification constructor to differentiate between text and HTM...
rsesek@chromium.org
2012-04-06
3
-12
/
+67
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-1
/
+1
*
Split the NotificationUIManager into a virtual interface and an impl.
rsesek@chromium.org
2012-04-04
6
-117
/
+219
*
notifications: Avoid temp vars in IsCursorInBalloonCollection() implementations.
tfarina@chromium.org
2012-03-23
2
-5
/
+3
[next]