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
*
Add a command line switch to allow setting the max size
rvargas@google.com
2009-06-26
6
-28
/
+70
*
Make the new new tab page the default new tab page.
arv@google.com
2009-06-26
9
-1566
/
+195
*
Enforce correct mime-type on some files formats (especially images).
maruel@chromium.org
2009-06-26
1
-0
/
+4
*
Do not write magic string to registry for non Google Chrome builds.
kuchhal@chromium.org
2009-06-26
1
-1
/
+3
*
WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc...
meelapshah@chromium.org
2009-06-26
3
-6
/
+15
*
Reverting 19425.
ericroman@google.com
2009-06-26
28
-135
/
+153
*
Fix bad comment
gman@google.com
2009-06-26
1
-2
/
+0
*
This fixes lots of docs issues in the IDL files.
gman@google.com
2009-06-26
16
-36
/
+100
*
Make bookmark model public interface use const BookmarkNode* instead of
munjal@chromium.org
2009-06-26
85
-1089
/
+1208
*
Fix the < sign to < in jsdocs
gman@google.com
2009-06-26
1
-1
/
+1
*
Fix a crash that happens when changing themes.
tc@google.com
2009-06-26
3
-22
/
+55
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
28
-153
/
+135
*
Add notifications for when V8Proxy creates or destroys a V8 Context.
mpcomplete@chromium.org
2009-06-26
11
-3
/
+93
*
Review URL: http://codereview.chromium.org/147235
jianli@chromium.org
2009-06-26
2
-1
/
+9
*
Missed a test that needed to be updated with r19418.
mark@chromium.org
2009-06-26
1
-7
/
+15
*
Refactor the win KeywordEditorView for cross platform friendliness.
mattm@chromium.org
2009-06-26
8
-561
/
+706
*
Document when the Delegate methods OnCertificateRequested and
wtc@chromium.org
2009-06-26
1
-1
/
+9
*
divVectorVector was copied from mulVectorVector and the * was still there. F...
petersont@chromium.org
2009-06-26
1
-0
/
+6
*
Use platform-appropriate newlines in JSON output.
mark@chromium.org
2009-06-26
16
-49
/
+188
*
JS bindings for Audio ctor in place. 4 test expectations changed.
kylep@chromium.org
2009-06-26
1
-4
/
+3
*
Do some minor cleanup I noticed in SiteInstance. Before, we would parse and
brettw@chromium.org
2009-06-26
3
-19
/
+24
*
Validates links which are to be passed on to the NTP by ensuring that they st...
mirandac@chromium.org
2009-06-26
2
-8
/
+14
*
Use regular notifications for theme changes.
tc@google.com
2009-06-26
3
-4
/
+15
*
Create a webkit thread for use within the browser process. This patch also i...
jorlow@chromium.org
2009-06-26
19
-5
/
+539
*
Add stubs for the rest of the gtk advanced options sections. Hook up the rese...
mattm@chromium.org
2009-06-26
3
-2
/
+135
*
Fix a menu crash.
ben@chromium.org
2009-06-26
1
-0
/
+1
*
Fix 2 memory leaks in UtilityProcessHostTest.ExtensionUnpacker.
tc@google.com
2009-06-26
1
-5
/
+6
*
This test no longer crashes.
abarth@chromium.org
2009-06-26
1
-2
/
+0
*
Two fixes:
cevans@chromium.org
2009-06-26
3
-2
/
+96
*
Add missing include, fix compile on Fedora 11.
thestig@chromium.org
2009-06-26
1
-2
/
+3
*
Fix div typo
gman@google.com
2009-06-26
1
-1
/
+1
*
s/OS_MAC/OS_MACOSX/
willchan@chromium.org
2009-06-26
1
-2
/
+2
*
Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...
arindam@chromium.org
2009-06-26
4
-23
/
+145
*
Makes tab overview show the arrow at the right location.
sky@chromium.org
2009-06-26
5
-10
/
+11
*
GTK bookmark manager: workaround for multi row dragging.
estade@chromium.org
2009-06-26
2
-14
/
+78
*
Fix download shelf z ordering during close.
estade@chromium.org
2009-06-26
1
-3
/
+11
*
Enable extension protocols on all platforms. This should enable background p...
erikkay@google.com
2009-06-26
1
-8
/
+1
*
Fix two issues with Drag-N-Drop in gtk tabstrip:
jhawkins@chromium.org
2009-06-26
2
-2
/
+37
*
Mark flaky test video-src-change.html.
jianli@chromium.org
2009-06-26
1
-1
/
+1
*
Set images svn:mime-type.
maruel@chromium.org
2009-06-26
0
-0
/
+0
*
Revert "Delete the upstreamed files: V8NPUtils.h V8NPUtils.cpp NPV8Object.h N...
ajwong@chromium.org
2009-06-26
5
-4
/
+718
*
Change BrowserBubble so that clients can say if they expect canvas mirroring ...
cira@chromium.org
2009-06-26
2
-7
/
+3
*
Add DCHECKs to the states that should be entered only when the
wtc@chromium.org
2009-06-26
1
-0
/
+7
*
WebKit merge 45203:45247
jianli@chromium.org
2009-06-26
27
-178
/
+7
*
Delete the upstreamed files: V8NPUtils.h V8NPUtils.cpp NPV8Object.h NPV8Objec...
ajwong@chromium.org
2009-06-26
5
-718
/
+4
*
move the ResetToDefault function for prefs to chrome/browser/options_util
mattm@chromium.org
2009-06-26
4
-54
/
+89
*
Foundations for gtk advanced options page.
mattm@chromium.org
2009-06-26
6
-44
/
+275
*
Mark a layout test as flaky
hclam@chromium.org
2009-06-26
1
-0
/
+2
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
17
-87
/
+181
*
Fix crash 15371
finnur@chromium.org
2009-06-26
1
-1
/
+2
[next]