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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gets info_bubble compiling on linux. This code has a ton of ifdefs. It
sky@chromium.org
2009-05-21
8
-83
/
+119
*
DevTools: remove Debugger menu by default.
pfeldman@chromium.org
2009-05-21
1
-0
/
+7
*
Re-enabling throbber with some image caching. This will probably regress the ...
pinkerton@chromium.org
2009-05-21
1
-6
/
+9
*
DevTools: Display main resource url as devtools window title.
pfeldman@chromium.org
2009-05-21
6
-18
/
+0
*
The underlying view_ can be NULL while processing a ViewHostMsg_PaintRect IPC...
ananta@chromium.org
2009-05-21
1
-0
/
+4
*
Try to make TextField::Controller implementors cross-platform by abstracting
brettw@chromium.org
2009-05-21
17
-65
/
+53
*
Revert 16567.
ben@chromium.org
2009-05-21
27
-33
/
+13
*
Reverting 16569.
ben@chromium.org
2009-05-21
2
-2
/
+0
*
Fix release build by adding intermediate dir to release build include dirs too.
ben@chromium.org
2009-05-21
2
-0
/
+2
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
27
-13
/
+33
*
Don't get stuck in an allocate loop on closing the download shelf.
estade@chromium.org
2009-05-21
2
-8
/
+16
*
Use a NotificationRegistrar to handle notification observing.
pkasting@chromium.org
2009-05-21
4
-16
/
+10
*
Use NotificationRegistrar to handle notification observing.
pkasting@chromium.org
2009-05-21
6
-37
/
+20
*
Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-21
21
-791
/
+514
*
Fix crash in bookmark editor. We crash when we don't have a selected folder, ...
erg@google.com
2009-05-21
1
-5
/
+11
*
Need to disable two print test temporarily to green the tree.
levin@chromium.org
2009-05-21
2
-2
/
+2
*
Remove widget_win.h dependency from fullscreen_exit_bubble.h. It is unused in
brettw@chromium.org
2009-05-20
2
-1
/
+1
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
21
-514
/
+791
*
About box development.
jrg@chromium.org
2009-05-20
5
-5
/
+296
*
Development of keystone glue.
jrg@chromium.org
2009-05-20
1
-1
/
+1
*
Prevent setting the checkbox value in menus from activating the menu item.
erg@google.com
2009-05-20
1
-0
/
+21
*
TBR: Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-20
21
-791
/
+514
*
Add HKLM + HKCU lookup for COM history indexer
cpu@google.com
2009-05-20
1
-16
/
+43
*
Linux: reject empty file filters for file chooser dialogs.
estade@chromium.org
2009-05-20
1
-3
/
+10
*
mac_util::SetOverrideAppBundle() are handled in class ChromeTestSuite.
jrg@chromium.org
2009-05-20
1
-10
/
+0
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
21
-514
/
+791
*
Implement process singleton on linux so if the user tries to
tc@google.com
2009-05-20
2
-15
/
+281
*
Convert most of the Find UI tests to InProcBrowser tests. I might be able to ...
finnur@chromium.org
2009-05-20
2
-194
/
+230
*
Enable IDC_CLOSE_WINDOW on linux.
estade@chromium.org
2009-05-20
2
-5
/
+1
*
Linux: add background image theming to bookmark bar.
estade@chromium.org
2009-05-20
3
-25
/
+57
*
Add GetPixbufNamed to ThemeProvider. GetPixbufNamed converts a loaded theme ...
jhawkins@chromium.org
2009-05-20
5
-25
/
+73
*
Fix crash in bookmark bar where we had conflicting ids.
erg@google.com
2009-05-20
3
-11
/
+42
*
Change RenderWidgetHostViewGtk::Destroy() to call gtk_widget_destroy().
willchan@chromium.org
2009-05-20
1
-0
/
+8
*
Support multi-touch gestures for back&forward.
pinkerton@chromium.org
2009-05-20
1
-0
/
+21
*
Copy first_run.cc to first_run_win.cc for history preservation.
evan@chromium.org
2009-05-20
1
-0
/
+667
*
Revert r16502.
evan@chromium.org
2009-05-20
1
-667
/
+0
*
Copy first_run.cc to first_run_win.cc for history preservation.
evan@chromium.org
2009-05-20
1
-0
/
+667
*
Remove unnecessary function overload in FontDisplayView.
yutak@chromium.org
2009-05-20
1
-20
/
+0
*
Alert dialogs only get one button.
avi@chromium.org
2009-05-20
1
-4
/
+6
*
Prevent an extra copy of data types that get passed into IPC messages when
mpcomplete@google.com
2009-05-20
1
-5
/
+5
*
GTK: Don't display empty tooltips on folders in the bookmark bar.
erg@google.com
2009-05-20
1
-1
/
+3
*
Translate the canvas used to render gtk tabs by the tab bounds in order to re...
jhawkins@chromium.org
2009-05-20
2
-21
/
+28
*
Temporarily disabling throbber to see if startup tests bot goes back to normal.
pinkerton@chromium.org
2009-05-20
1
-0
/
+4
*
Moves GetFavIcon from BookmarkNode to BookmarkModel. I'm doing this
sky@chromium.org
2009-05-20
9
-44
/
+48
*
Use GTM's l10n class to substitute the correctly branded string for "Quit Chr...
pinkerton@chromium.org
2009-05-20
3
-0
/
+62
*
Mac: Modify Omnibox to notice when the window loses key, too.
shess@chromium.org
2009-05-20
2
-2
/
+34
*
Change some NOTIMPLMENTED() to tracking bugs because they are polluting the u...
shess@chromium.org
2009-05-20
2
-2
/
+2
*
Add support for alternate window station.
nsylvain@chromium.org
2009-05-20
2
-22
/
+33
*
DevTools: Now that dev tools window is opened using Browser::CreateForApp (th...
pfeldman@chromium.org
2009-05-20
1
-3
/
+3
*
DevTools: Get rid of views in DevTools.
pfeldman@chromium.org
2009-05-20
10
-397
/
+114
[next]