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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 16567.
ben@chromium.org
2009-05-21
101
-125
/
+96
*
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
*
Add Valgrind suppressions for bug 12366. Loosen one of the sqlite suppression...
thestig@chromium.org
2009-05-21
1
-1
/
+8
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
101
-96
/
+125
*
Map the NSS error code SEC_ERROR_CA_CERT_INVALID (-8156)
wtc@chromium.org
2009-05-21
1
-1
/
+2
*
Don't get stuck in an allocate loop on closing the download shelf.
estade@chromium.org
2009-05-21
2
-8
/
+16
*
Hook up Context::GetCalling() to V8Proxy.
abarth@chromium.org
2009-05-21
2
-3
/
+23
*
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
*
Don't update the clock if we don't have a reliable timestamp available.
scherkus@chromium.org
2009-05-21
1
-5
/
+14
*
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
25
-793
/
+516
*
Fix crash in bookmark editor. We crash when we don't have a selected folder, ...
erg@google.com
2009-05-21
1
-5
/
+11
*
Relax decoding error handling requirements.
hclam@chromium.org
2009-05-21
1
-4
/
+15
*
Make the NotificationRegistrar safe for use in Singletons, which may outlive ...
pkasting@chromium.org
2009-05-21
3
-5
/
+26
*
Register the icons for play/pause and max-volume/mute in the resource files, ...
ajwong@chromium.org
2009-05-21
2
-0
/
+9
*
Need to disable two print test temporarily to green the tree.
levin@chromium.org
2009-05-21
2
-2
/
+2
*
Fix test expectations for newly added test.
levin@chromium.org
2009-05-20
1
-0
/
+2
*
Roll WebKit deps to pick up KURLGoogle.cpp with assert disabled.
levin@chromium.org
2009-05-20
1
-1
/
+1
*
Use upstreamed v8 bindings for V8DOMWindowCustom
japhet@chromium.org
2009-05-20
2
-292
/
+1
*
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
25
-516
/
+793
*
Remove JSDOMBinding, which is no longer used.
dglazkov@chromium.org
2009-05-20
4
-96
/
+0
*
About box development.
jrg@chromium.org
2009-05-20
8
-15
/
+950
*
WebKit Update 43889:43933
levin@chromium.org
2009-05-20
2
-2
/
+7
*
Roll gyp deps. This includes the following change:
tc@google.com
2009-05-20
1
-1
/
+1
*
Add Croc code coverage config for linux.
rspangler@google.com
2009-05-20
1
-0
/
+89
*
Image files for media elements
hclam@chromium.org
2009-05-20
4
-0
/
+0
*
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
24
-793
/
+516
*
Looks like svg/custom/grayscale-gradient-mask.svg always passes in release mode.
darin@chromium.org
2009-05-20
1
-1
/
+1
*
Unified the ways Font and Canvas get the pixel size of strings, using pango
davemoore@chromium.org
2009-05-20
2
-15
/
+38
*
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
*
Minor gtk-views cleanup:
sky@chromium.org
2009-05-20
9
-23
/
+177
*
Restoring cygwin project and dependencies that seem to have been clobbered at...
bradnelson@google.com
2009-05-20
1
-0
/
+36
*
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
24
-516
/
+793
*
Implement process singleton on linux so if the user tries to
tc@google.com
2009-05-20
3
-16
/
+281
*
Convert most of the Find UI tests to InProcBrowser tests. I might be able to ...
finnur@chromium.org
2009-05-20
3
-194
/
+235
*
Enable IDC_CLOSE_WINDOW on linux.
estade@chromium.org
2009-05-20
3
-5
/
+5
*
Temporary fix for MP3 decoding by duplicating packets before handing them to ...
scherkus@chromium.org
2009-05-20
5
-0
/
+117
[next]