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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove one more notimpl.
estade@chromium.org
2009-05-21
1
-4
/
+3
*
Enable "View page info" context menu only for pages which developer commands
estade@chromium.org
2009-05-21
1
-3
/
+3
*
GTK: Don't instantly hide the status bubble; set a callback that does it afte...
erg@google.com
2009-05-21
2
-2
/
+26
*
Cleanup Import Dialog in Linux
tc@google.com
2009-05-21
2
-7
/
+2
*
Activate download shelf button while the menu is showing.
estade@chromium.org
2009-05-21
4
-9
/
+55
*
Check if the test server started successfully before using it.
phajdan.jr@chromium.org
2009-05-21
1
-3
/
+60
*
Include the resources directory in the linux zip file.
tc@google.com
2009-05-21
1
-0
/
+1
*
This is the merge of Yusuke's patch at:
xji@chromium.org
2009-05-21
1
-1
/
+3
*
commenting out setNeedsDisplay, still playing with tab_cold timing.
pinkerton@chromium.org
2009-05-21
1
-1
/
+1
*
DevTools: Provide nice initial location/size for the devtools window.
pfeldman@chromium.org
2009-05-21
1
-8
/
+21
*
Turning timer back on, invalidating timer when removing from superview. Still...
pinkerton@chromium.org
2009-05-21
1
-2
/
+7
*
Update check interval adjustment.
jrg@chromium.org
2009-05-21
1
-0
/
+21
*
Fix a invalid read found by valgrind in process singleton linux.
tc@google.com
2009-05-21
1
-7
/
+26
*
Testing throbber on perf bot
pinkerton@chromium.org
2009-05-21
1
-0
/
+2
*
Move declaration of kMaxRecursionDepth out of #ifdef EXCLUDE_SKIA_DEPENDENCIE...
amit@chromium.org
2009-05-21
1
-2
/
+2
*
Gets info_bubble compiling on linux. This code has a ton of ifdefs. It
sky@chromium.org
2009-05-21
9
-83
/
+121
*
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
*
Support building chrome.dll on Windows.
sgk@google.com
2009-05-21
1
-13
/
+127
*
DevTools: Display main resource url as devtools window title.
pfeldman@chromium.org
2009-05-21
6
-18
/
+0
*
DevTools: On Mac, deploy inspector resources into <app_name>/Contents/Resourc...
pfeldman@chromium.org
2009-05-21
3
-7
/
+15
*
The underlying view_ can be NULL while processing a ViewHostMsg_PaintRect IPC...
ananta@chromium.org
2009-05-21
1
-0
/
+4
*
Move ExtraData from WebRequest to WebDataSource.
darin@chromium.org
2009-05-21
2
-67
/
+90
*
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
91
-39
/
+73
*
Reverting 16569.
ben@chromium.org
2009-05-21
3
-3
/
+0
*
Reverting 16570.
ben@chromium.org
2009-05-21
1
-1
/
+0
*
Reverting 16571.
ben@chromium.org
2009-05-21
1
-1
/
+0
*
unittests depend on app resources too
ben@chromium.org
2009-05-21
1
-0
/
+1
*
Make sure browser depends on app resources in GYP too.
ben@chromium.org
2009-05-21
1
-0
/
+1
*
Fix release build by adding intermediate dir to release build include dirs too.
ben@chromium.org
2009-05-21
3
-0
/
+3
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
91
-73
/
+39
*
Don't get stuck in an allocate loop on closing the download shelf.
estade@chromium.org
2009-05-21
2
-8
/
+16
*
Catch up:
sgk@google.com
2009-05-21
1
-2
/
+7
*
Add IPC serialization for DictionaryValue and ListValue, with unit tests.
mpcomplete@google.com
2009-05-21
3
-1
/
+300
*
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
*
Send the V8 histograms to UMA
davemoore@chromium.org
2009-05-21
1
-1
/
+5
*
Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-21
24
-792
/
+515
*
Fix crash in bookmark editor. We crash when we don't have a selected folder, ...
erg@google.com
2009-05-21
1
-5
/
+11
*
Make the NotificationRegistrar safe for use in Singletons, which may outlive ...
pkasting@chromium.org
2009-05-21
3
-5
/
+26
*
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
24
-515
/
+792
*
About box development.
jrg@chromium.org
2009-05-20
8
-15
/
+950
*
Development of keystone glue.
jrg@chromium.org
2009-05-20
4
-37
/
+375
*
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
23
-792
/
+515
*
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
[next]