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
*
Port some files in chrome/browser/ - part 1.
deanm@chromium.org
2008-11-25
9
-35
/
+60
*
Un-duplicate EvictFileFromSystemCache.
deanm@chromium.org
2008-11-25
33
-208
/
+189
*
Print a warning when running layout tests with incorrect theme.
ericroman@google.com
2008-11-25
5
-1
/
+90
*
Port base/watchdog to Linux.
deanm@chromium.org
2008-11-25
6
-97
/
+70
*
Changes tab restore service to handle restoring closed windows as a
sky@google.com
2008-11-25
9
-213
/
+361
*
Fix a memory leak in the net directory lister.
estade@chromium.org
2008-11-25
1
-4
/
+2
*
Some crashes reported from the field seems to indicate that when
jcampan@chromium.org
2008-11-25
3
-3
/
+20
*
Append a trailing slash on file directory URLs. Thus a link to /directory wil...
estade@chromium.org
2008-11-25
6
-35
/
+64
*
Attempt at fixing crash in WebContents::ShowWidget. I suspect this is
sky@google.com
2008-11-25
5
-0
/
+34
*
Round font pixel sizes before VDMX lookup.
agl@chromium.org
2008-11-25
1
-1
/
+1
*
Changes table_view to get position for context menu from the current
sky@google.com
2008-11-25
3
-2
/
+22
*
less include paths
tc@google.com
2008-11-25
1
-41
/
+49
*
The first run sentinel does not get created for system install
cpu@google.com
2008-11-25
1
-2
/
+11
*
Changelist for erg's readability review.
erg@google.com
2008-11-25
3
-114
/
+180
*
Query the system for the blink interval setting.
deanm@chromium.org
2008-11-25
1
-2
/
+12
*
Review URL: http://codereview.chromium.org/12434
jcampan@chromium.org
2008-11-25
3
-2
/
+36
*
Fix for 1498134, possible crash when cancelling a url request. The
sky@google.com
2008-11-25
2
-2
/
+29
*
Set the delegate on incoming TabContents in BlockedPopupContainer::ReplaceCon...
erg@google.com
2008-11-25
1
-3
/
+5
*
Fix a rash of uninit data errors reported by Valgrind.
agl@chromium.org
2008-11-25
1
-0
/
+2
*
Clarify file-stream comments.
darin@chromium.org
2008-11-25
1
-0
/
+4
*
Add dependency libpcre.0.dylib and adjust LC_LOAD_DYLIB commands to be
mark@chromium.org
2008-11-25
1
-2
/
+7
*
Add dependency libpcre.0.dylib and adjust LC_LOAD_DYLIB commands to be
mark@chromium.org
2008-11-25
35
-0
/
+0
*
Remove dependancies on gcc/perl etc. This saves a bunch of stats and
agl@chromium.org
2008-11-25
1
-0
/
+5
*
Enable the encoding menu for javascript and css files.
jungshik@google.com
2008-11-25
1
-1
/
+4
*
Modify the run_webkit_tests.py script so it also outputs the regression
erg@google.com
2008-11-25
3
-40
/
+71
*
Use the default handling for input styles.
deanm@chromium.org
2008-11-25
2
-10
/
+0
*
Revert caret blinking because I didn't do it right.
deanm@chromium.org
2008-11-25
1
-12
/
+2
*
Query the system for the blink interval setting.
deanm@chromium.org
2008-11-25
1
-2
/
+12
*
More GTK theme work.
deanm@chromium.org
2008-11-25
1
-52
/
+36
*
* Delete Desktop and Quick Lauch shortcuts in user level install case also.
kuchhal@chromium.org
2008-11-25
1
-4
/
+3
*
Make sure threading is initialized when running test_shell_tests
ojan@google.com
2008-11-25
3
-0
/
+9
*
Reverting 5971.
maruel@chromium.org
2008-11-25
8
-143
/
+6
*
Add superficial unit test for PrintJob. That's a start.
maruel@chromium.org
2008-11-25
8
-6
/
+143
*
Remove a bit of code dupe in a switch.
deanm@chromium.org
2008-11-25
1
-8
/
+2
*
linux green
tc@google.com
2008-11-25
1
-2
/
+14
*
Add new baseline for hindi-spacing.html, which differs by button size.
ericroman@google.com
2008-11-25
3
-16
/
+16
*
remove dups from linux test list
tc@google.com
2008-11-25
1
-15
/
+2
*
Update linux test lists
tc@google.com
2008-11-25
1
-70
/
+806
*
Lazily create the clipboard owner window. CreateWindow can take ~.5ms, and w...
deanm@chromium.org
2008-11-25
2
-13
/
+26
*
Get expectations right. This was a timeout.
ojan@google.com
2008-11-25
1
-1
/
+1
*
Revert my caret blinking change for now.
deanm@chromium.org
2008-11-25
2
-3
/
+6
*
Use StringPiece in the TLD service. This means we don't have to copy the TLD...
deanm@chromium.org
2008-11-25
2
-138
/
+103
*
It was brought to my attention that defining _HAS_TR1=0 helps with Visual Stu...
maruel@chromium.org
2008-11-25
2
-1
/
+2
*
Remove some layout-test-specific hacks.
ericroman@google.com
2008-11-25
854
-7448
/
+7660
*
Fix crash with plugin installer infobar due to the infobardelegate not being ...
ben@chromium.org
2008-11-25
8
-18
/
+30
*
Don't paint storm in layout test mode.
deanm@chromium.org
2008-11-25
2
-6
/
+3
*
Fixes the WebRequest API to consistently use std::string instead of
darin@chromium.org
2008-11-25
5
-27
/
+25
*
Re-land 5929 (r5882) with crash fix and also this change:
ben@chromium.org
2008-11-25
18
-273
/
+338
*
Update test lists from merge.
ojan@google.com
2008-11-25
1
-0
/
+3
*
Apply the PlatformContext's current transform when returning the cairo surfac...
estade@chromium.org
2008-11-25
2
-20
/
+23
[next]