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
/
views
/
notifications
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
2
-8
/
+11
*
Fixes a bunch of crashes from my Widget removal yesterday. These places were ...
ben@chromium.org
2011-06-14
1
-2
/
+1
*
Fix bug 84531: Notification window should always be on top
jianli@chromium.org
2011-06-02
1
-2
/
+5
*
WidgetDelegate is now always created. Specified through InitParams, if NULL W...
ben@chromium.org
2011-06-02
1
-1
/
+1
*
Chromeos: virtual destructors should have virtual keyword (part 2).
hans@chromium.org
2011-05-25
2
-3
/
+5
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-1
/
+0
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
3
-13
/
+1
*
Re-land:
ben@chromium.org
2011-05-13
1
-4
/
+4
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
1
-4
/
+4
*
Split the hierarchy.
ben@chromium.org
2011-05-13
1
-4
/
+4
*
Lands http://codereview.chromium.org/3451017/
sky@chromium.org
2011-05-03
2
-4
/
+4
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
1
-1
/
+1
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
1
-7
/
+8
*
Split out large icons into a separate resource pak
sail@chromium.org
2011-04-21
1
-0
/
+1
*
Revert 82497 - Split out large icons into a separate resource pakThis is a pa...
sail@chromium.org
2011-04-21
1
-1
/
+0
*
Split out large icons into a separate resource pak
sail@chromium.org
2011-04-21
1
-0
/
+1
*
Revert high res icon changes
sail@chromium.org
2011-04-20
1
-1
/
+0
*
Add support for multi resolution icons
sail@chromium.org
2011-04-19
1
-0
/
+1
*
Move bubble related files into bubble subdir.
ben@chromium.org
2011-04-14
1
-1
/
+1
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-24
1
-2
/
+2
*
Revert 79211 - Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
1
-2
/
+2
*
Convert some WidgetWin construction to use CreateParams.
ben@chromium.org
2011-03-23
1
-2
/
+2
*
Theme system cleanup
erg@google.com
2011-03-23
1
-1
/
+0
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
1
-8
/
+5
*
Reland 78062 with some NULL checks.
ben@chromium.org
2011-03-14
2
-4
/
+4
*
Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...
ben@chromium.org
2011-03-14
2
-4
/
+4
*
Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...
ben@chromium.org
2011-03-14
2
-4
/
+4
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
2
-19
/
+20
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
2
-4
/
+4
*
Clean up more of Widget.
ben@chromium.org
2011-03-03
1
-1
/
+1
*
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...
ben@chromium.org
2011-03-03
1
-3
/
+2
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
2
-3
/
+3
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
2
-4
/
+4
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
2
-2
/
+13
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
2
-13
/
+2
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
2
-11
/
+9
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
2
-7
/
+7
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Remove the stubbed out headers in chrome/browser/views.
msw@chromium.org
2011-01-10
3
-8
/
+8
*
Move animation code to new ui/base/animation directory.
ben@chromium.org
2011-01-07
2
-8
/
+11
*
Remove wstring from l10n_util. Part 6.
avi@chromium.org
2011-01-06
1
-2
/
+2
*
Fix TaskManagerBrowserTest.NoticeNotificationChanges for touchui==1.
anicolao@google.com
2010-12-22
1
-2
/
+2
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
4
-7
/
+15
*
Cleanup: Remove unneeded includes of notification_service.h in other headers.
thestig@chromium.org
2010-12-15
1
-1
/
+0
*
Cleanup: Remove needed #includes for profile.h.
thestig@chromium.org
2010-12-10
1
-1
/
+0
[next]