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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactors DockInfo so that it can be used on Linux. I haven't done the
sky@chromium.org
2009-05-15
1
-0
/
+2
*
Create app_switches and remove a dep.
beng@google.com
2009-05-15
4
-6
/
+2
*
Reverting 16124.
beng@google.com
2009-05-14
2
-36
/
+5
*
Reverting 16122.
beng@google.com
2009-05-14
2
-5
/
+36
*
Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g...
beng@google.com
2009-05-14
2
-36
/
+5
*
Refactors menus so that I can create a MenuGtk implementation, and moves it into
sky@chromium.org
2009-05-14
1
-0
/
+4
*
Add a separate cookie store that's used for extensions.
mpcomplete@google.com
2009-05-14
2
-0
/
+2
*
scaffolding: SetAsDefaultBrowser NOTIMPLEMENTED made into a bug.
evan@chromium.org
2009-05-14
1
-2
/
+2
*
Provide one set of mac common app name defines for things that need the name ...
thomasvl@chromium.org
2009-05-14
1
-0
/
+16
*
scaffolding: convert a NOTIMPLEMENTED into a bug.
evan@chromium.org
2009-05-14
1
-3
/
+3
*
Enable basic saving/restoring window placements on Mac.
rohitrao@chromium.org
2009-05-14
2
-0
/
+4
*
Extract Windows-specific parts of TaskManager.
phajdan.jr@chromium.org
2009-05-14
1
-9
/
+0
*
Linux: Delay the deletion of the RWHVGtk object.
willchan@chromium.org
2009-05-14
1
-1
/
+1
*
Add GTK options window (no options actually configurable yet.)
evan@chromium.org
2009-05-14
1
-0
/
+11
*
Add comment about our SSL UI notifications as requested by wtc.
abarth@chromium.org
2009-05-13
1
-0
/
+16
*
Fix valigrind complaint about invalid file descriptor on close.
shess@chromium.org
2009-05-13
1
-12
/
+32
*
Stubs out OSExchangeData for views on gtk.
sky@chromium.org
2009-05-13
1
-0
/
+2
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-2
/
+2
*
Propagate intrinsic width notification over IPC in all cases (not just extens...
pinkerton@chromium.org
2009-05-13
1
-0
/
+5
*
Reverting 15986.
michaeln@google.com
2009-05-13
2
-45
/
+1
*
CPAPI gears drag drop and renderer IPC....
michaeln@google.com
2009-05-13
2
-1
/
+45
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
5
-6
/
+6
*
DevTools: enable out of process dev tools by default. Take 2.
pfeldman@chromium.org
2009-05-13
2
-4
/
+4
*
Revert r15940 again. Unexpected layout test failures :(
darin@chromium.org
2009-05-13
1
-2
/
+2
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-2
/
+2
*
Add Automatic spell correction support in Chrome.
sidchat@google.com
2009-05-12
3
-1
/
+10
*
Reverting 15843: chrome performance regression.
pfeldman@chromium.org
2009-05-12
2
-4
/
+4
*
Implement the triple click for the Mac.
avi@google.com
2009-05-12
1
-3
/
+0
*
Making command-line specified proxy settings more flexible - allowing for set...
robertshield@google.com
2009-05-12
2
-1
/
+21
*
FormatErrorMessage() functions are now publicly available from ExtensionError...
rafaelw@chromium.org
2009-05-12
1
-7
/
+10
*
DevTools: enable out of process dev tools by default.
pfeldman@chromium.org
2009-05-12
2
-4
/
+4
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
2
-0
/
+0
*
GTK: Don't custom paint background of findbar.
estade@chromium.org
2009-05-11
1
-1
/
+2
*
Fix mac build bustage. I forgot about the .mm files!
darin@chromium.org
2009-05-10
1
-1
/
+1
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
4
-8
/
+8
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
5
-0
/
+13
*
Implement the popup blocking whitelist pref. This makes the whitelist actual...
pkasting@chromium.org
2009-05-09
2
-0
/
+4
*
Add customized first run tabs
cpu@google.com
2009-05-09
1
-1
/
+2
*
Defer window.close(), resizeTo() and moveTo() actions
mbelshe@google.com
2009-05-09
1
-0
/
+7
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
6
-1223
/
+2
*
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...
ben@chromium.org
2009-05-08
7
-1282
/
+0
*
Add PreferredSizeChanged() to View to allow subviews to notify their parents ...
erikkay@google.com
2009-05-08
1
-1
/
+1
*
Various popup UI fixes:
pkasting@chromium.org
2009-05-08
2
-5
/
+0
*
Converted BookmarkStorage to use ImportantFileWriter
phajdan.jr@chromium.org
2009-05-08
5
-50
/
+109
*
Add hung renderer dialog on linux. Pretty much just follow the
tc@google.com
2009-05-08
1
-0
/
+2
*
Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary
sky@chromium.org
2009-05-07
2
-9
/
+2
*
Don't link-depend on views/ in chrome/browser/gtk
phajdan.jr@chromium.org
2009-05-07
2
-5
/
+0
*
Remove all traces of NotificationService from views.
ben@chromium.org
2009-05-07
4
-4
/
+33
*
Popup whitelisting checkpoint.
pkasting@chromium.org
2009-05-06
1
-1
/
+1
*
Reverting 15468.
ben@chromium.org
2009-05-06
3
-28
/
+4
[next]