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
...
*
Fix bugs with coverage.py
niranjan@google.com
2008-10-17
1
-39
/
+76
*
Fix bug 3470, where the download tab would show the temporary name for danger...
jcampan@chromium.org
2008-10-17
5
-25
/
+70
*
Fix post url layout test.
joshia@google.com
2008-10-17
3
-7
/
+9
*
Add some trace statements in an attempt to find the reason why a Find test is...
finnur@google.com
2008-10-17
1
-0
/
+23
*
testing a theory...
ben@chromium.org
2008-10-17
1
-2
/
+4
*
Backing out ScriptCallContext
dglazkov@google.com
2008-10-17
10
-156
/
+364
*
Implement ScriptCallContext (2/2)
dglazkov@google.com
2008-10-17
10
-364
/
+156
*
Removes expiring of recently closed tabs from new tab page. Also makes
sky@google.com
2008-10-17
2
-34
/
+5
*
Fix bug where a shelf or infobar would not be closed correctly when closing a...
glen@google.com
2008-10-17
4
-16
/
+21
*
Separate out most view creation from WebContents. This adds a new sub-delegat...
brettw@google.com
2008-10-17
21
-205
/
+363
*
Removes an unneeded override.
sky@google.com
2008-10-17
2
-7
/
+0
*
Initial Mac implementation of SSL. Requires the full-duplex socket introduced...
avi@google.com
2008-10-17
5
-21
/
+774
*
Stub out writing to the pasteboard. Ends up calling NSAttributedString initWi...
pinkerton@google.com
2008-10-17
1
-0
/
+10
*
Rebaselining LayoutTests/css3/transform-value-types.html to deal with impleme...
olehougaard@google.com
2008-10-17
3
-1
/
+35
*
Use latest V8 version containing array assignment bug fix.
ager@google.com
2008-10-17
1
-1
/
+1
*
Skip 'port' when checking webkit deps because it's
tc@google.com
2008-10-17
1
-2
/
+2
*
Run GRIT on all platforms.
tc@google.com
2008-10-17
2
-27
/
+29
*
Fix the check deps to allow npruntime related headers.
tc@google.com
2008-10-17
1
-1
/
+7
*
Start compiling a bunch of *Chromium.cpp files in our port on
tc@google.com
2008-10-17
9
-34
/
+29
*
The translation lead requested that this sentence be a single
tc@google.com
2008-10-17
4
-28
/
+43
*
Fix interactive UI tests. ViewEventTestBase's View was using a layout manager...
ben@chromium.org
2008-10-17
1
-1
/
+5
*
A quick fix for a possible assertion caused by r3407.
hbono@chromium.org
2008-10-17
1
-1
/
+2
*
Add DirectoryWatcher tests to SConscript.
evanm@google.com
2008-10-17
1
-0
/
+2
*
Add a DirectoryWatcher class, allowing objects to be notified whenever
evanm@google.com
2008-10-17
5
-7
/
+321
*
Fix a couple more build errors, one in glue and one (the last one!) in WebCore.
pkasting@chromium.org
2008-10-17
2
-2
/
+2
*
fix build, UINT is not defined on linux and we don't use
tc@google.com
2008-10-17
1
-1
/
+1
*
Adding missing file from r3496.
aa@google.com
2008-10-17
1
-0
/
+6
*
These files now compile on Linux so they don't need to be disabled.
erg@google.com
2008-10-17
1
-34
/
+0
*
Currently, there is no way to access or modify the upload data and/or complete
darin@google.com
2008-10-17
3
-6
/
+125
*
Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...
aa@google.com
2008-10-16
19
-18
/
+389
*
Rename ChromeViews namespace to views
ben@chromium.org
2008-10-16
362
-3531
/
+3402
*
Fix weird NC painting in classic mode by removing an apparently unnecessary w...
ben@chromium.org
2008-10-16
1
-4
/
+1
*
Fixing build: GetViewContainer changed name from under me. :)
finnur@google.com
2008-10-16
1
-2
/
+2
*
Fix crash in downloading files (issue 3423).
finnur@google.com
2008-10-16
1
-0
/
+9
*
Fix windows build bustage from unbalanced pragma macros.
tc@google.com
2008-10-16
1
-1
/
+2
*
Replace MSVC pragmas with the macro. Also adds two files
tc@google.com
2008-10-16
52
-112
/
+209
*
This fixes bug http://code.google.com/p/chromium/issues/detail?id=2952, which...
ananta@chromium.org
2008-10-16
2
-2
/
+3
*
fix the scons build that broke when the hunspell dictionary
tc@google.com
2008-10-16
1
-1
/
+1
*
SkStream.cpp was listed twice.
agl@chromium.org
2008-10-16
1
-1
/
+0
*
Remove more shared_event that I missed last time
agl@chromium.org
2008-10-16
5
-5
/
+0
*
Remove unused shared_event.
agl@chromium.org
2008-10-16
6
-214
/
+0
*
Don't call the callback in an unexpected case that will never happen anyway.
mark@chromium.org
2008-10-16
1
-1
/
+2
*
Misc style changes.
ericroman@google.com
2008-10-16
3
-30
/
+15
*
Fix a problem with rdi.ca where the video (silverlight) is not painting.
nsylvain@chromium.org
2008-10-16
1
-1
/
+11
*
When a mixed-content resource was loaded, we would apply the mixed-content st...
jcampan@chromium.org
2008-10-16
2
-5
/
+4
*
Roll version 20 of open-vcdiff into chrome tree for SDCH support
jar@google.com
2008-10-16
1
-1
/
+1
*
Take 2 at fixing image corruption on drag and drop.
tc@google.com
2008-10-16
3
-5
/
+4
*
Follow-up to r3444 (which forked http/tests/misc/frame-default-enc-same-domai...
jungshik@google.com
2008-10-16
2
-0
/
+18
*
Re-enable SpellCheck tests by adding en-US-1-1.bdic to copy rule in hunspell ...
sidchat@google.com
2008-10-16
3
-3
/
+3
*
fix unittest
ben@chromium.org
2008-10-16
1
-2
/
+4
[prev]
[next]