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
*
POSIX: Don't spawn zombies.
agl@chromium.org
2009-04-24
4
-6
/
+80
*
Add a gcc warning if we don't check the results of ReadParam. Some
tc@google.com
2009-04-24
1
-5
/
+6
*
Implement HTML selects as native Cocoa controls for Chrome.
paul@chromium.org
2009-04-24
2
-0
/
+110
*
Removes FindBar cruft from TabContentsViewMac.
rohitrao@chromium.org
2009-04-24
1
-20
/
+0
*
Chrome side of using WebPluginListBuilder.
darin@chromium.org
2009-04-24
1
-0
/
+1
*
Linux valgrind: fix new[] / delete mismatch
agl@chromium.org
2009-04-24
1
-1
/
+1
*
Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...
thestig@chromium.org
2009-04-24
3
-42
/
+51
*
Try 14398 again, with Mac fix.
abarth@chromium.org
2009-04-24
2
-4
/
+53
*
Linux: use opaque NativeViewIds
agl@chromium.org
2009-04-24
2
-5
/
+38
*
Remove unused bits and pieces of #ifdefed code that isn't used.
tim@chromium.org
2009-04-24
1
-10
/
+0
*
Revert 14398.
abarth@chromium.org
2009-04-24
2
-53
/
+4
*
Check the size of bitmaps coming over IPC.
abarth@chromium.org
2009-04-24
2
-4
/
+53
*
Port and enable most of TabRestoreUITest on linux.
estade@chromium.org
2009-04-24
5
-6
/
+16
*
Add transparency support to RenderWidgetHostView.
aa@chromium.org
2009-04-23
2
-0
/
+6
*
Allow Flash (and other plugins) to be installed without restarting the browse...
jam@chromium.org
2009-04-23
1
-0
/
+3
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
9
-9
/
+17
*
Create a ChromeProcessUtil for the Mac, and enable it in the tests.
avi@google.com
2009-04-23
2
-4
/
+15
*
Revert of http://codereview.chromium.org/87058 which appears to hang the XP T...
robertshield@google.com
2009-04-23
1
-2
/
+0
*
Fix focus rects for checkboxes and radio buttons:
ben@chromium.org
2009-04-22
1
-0
/
+8
*
Fix ExtensionView to properly set the size of the RenderWidgetHostView. With...
erikkay@google.com
2009-04-22
1
-0
/
+2
*
Add pref_service_unittest.cc on Mac.
shess@chromium.org
2009-04-22
1
-4
/
+0
*
Always enable copy-link-address in context menu.
brettw@chromium.org
2009-04-22
1
-0
/
+2
*
Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...
pinkerton@chromium.org
2009-04-22
1
-2
/
+14
*
Linux: move X operations from the IO to UI2 thread.
agl@chromium.org
2009-04-22
2
-34
/
+91
*
Properly construct shell filters (forgetting the asterisk means it works but ...
avi@chromium.org
2009-04-22
2
-3
/
+3
*
Reland r14146 which refactors DialogButton into cross platform
tc@google.com
2009-04-21
2
-13
/
+10
*
Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"
tc@google.com
2009-04-21
2
-7
/
+10
*
Refactor DialogDelegate so the DialogButton enum is in cross platform
tc@google.com
2009-04-21
2
-10
/
+7
*
Fix a leak when we fail to load a gdkpixbuf. I meant to do this in
tc@google.com
2009-04-21
1
-7
/
+7
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
1
-3
/
+4
*
Implement (kinda) ProcessSingleton for the Mac.
avi@google.com
2009-04-21
1
-17
/
+0
*
Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...
sgk@google.com
2009-04-21
1
-2
/
+2
*
More solid detection of browser process in chrome_process_util_linux.cc:
phajdan.jr@chromium.org
2009-04-21
2
-0
/
+4
*
I managed to break test_shell. Reverting. I'll fix tomorrow.
agl@chromium.org
2009-04-21
2
-91
/
+34
*
Linux: move X operations from the IO to UI2 thread.
agl@chromium.org
2009-04-21
2
-34
/
+91
*
Rename WebContentsView* to TabContentsView* in preparation for merging
brettw@chromium.org
2009-04-20
1
-2
/
+2
*
Move the ffmpeg loading function into media library.
ajwong@chromium.org
2009-04-18
1
-23
/
+0
*
Fix a couple of style issues.
michaeln@google.com
2009-04-17
2
-3
/
+3
*
Fixes saving files that don't have valid extensions.
avi@chromium.org
2009-04-17
2
-3
/
+11
*
On uninstall ask whether to delete profile.
kuchhal@chromium.org
2009-04-17
1
-0
/
+1
*
Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...
pkasting@chromium.org
2009-04-17
1
-1
/
+1
*
Augment time_format.h/.cc to format elapsed time also.
munjal@chromium.org
2009-04-16
3
-98
/
+196
*
Recommit previous change with GYP files fixed.
erg@google.com
2009-04-16
3
-0
/
+123
*
Have ResourceBundle own GdkPixbufs.
tc@google.com
2009-04-16
2
-24
/
+100
*
Adds notification for when info bubble is created.
sky@chromium.org
2009-04-16
1
-0
/
+4
*
Initial plumbing for sending events from the browser to extension renderers. ...
rafaelw@chromium.org
2009-04-16
1
-0
/
+5
*
Reverts the previous two commits. (r13812 and r13811).
erg@google.com
2009-04-15
2
-124
/
+0
*
Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.
erg@google.com
2009-04-15
2
-0
/
+124
*
Linux/Skia: remove VDMX and Harfbuzz
agl@chromium.org
2009-04-15
1
-7
/
+3
*
For some Indian locales, the automatic font fallback by Windows UI components...
jungshik@google.com
2009-04-15
4
-1
/
+96
[next]