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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ScopedTempDir - a class that manages the lifetime of a temporary directory.
erikkay@google.com
2009-01-28
7
-0
/
+177
*
Make WebContentsView portable by using the native view types.
brettw@chromium.org
2009-01-28
1
-4
/
+8
*
Implementation of Pipeline and FilterHost interfaces. This is a large change...
ralphl@chromium.org
2009-01-28
3
-4
/
+20
*
Add portable keyboard codes
phajdan.jr@chromium.org
2009-01-28
5
-0
/
+419
*
Safe browsing cleanup:
estade@chromium.org
2009-01-28
4
-12
/
+22
*
Unit test addition, cleanup for render_process/thread.
jrg@chromium.org
2009-01-28
1
-5
/
+1
*
Add FilePath version of ReadFileToString.
erikkay@google.com
2009-01-28
2
-1
/
+7
*
POSIX: gfx::NativeViewId and CrossProcessEvent
agl@chromium.org
2009-01-27
1
-2
/
+42
*
moved two private functions into an anonymous namespace
erikkay@google.com
2009-01-27
1
-0
/
+4
*
Reduce the amount of #ifdef.
maruel@chromium.org
2009-01-27
1
-35
/
+21
*
Roll forward 8722,8721
jeremy@chromium.org
2009-01-27
3
-0
/
+40
*
FileUtilTest.Contains failed on Vista Home 64 (and wine)
dkegel@google.com
2009-01-27
1
-4
/
+7
*
Fix a memory leak in release with ThreadCollisionWarner unit tests. Less than...
maruel@chromium.org
2009-01-27
1
-8
/
+20
*
Reverting 8722,8721.
maruel@chromium.org
2009-01-27
3
-40
/
+0
*
Fix Windows build.
jeremy@chromium.org
2009-01-27
1
-0
/
+3
*
First step of porting VisitedLinkMaster to POSIX:
jeremy@chromium.org
2009-01-27
3
-0
/
+37
*
Add HexStringToBytes which takes an arbitrary length hex string and creates a...
erikkay@google.com
2009-01-27
3
-0
/
+97
*
Add include for libjpeg
nsylvain@chromium.org
2009-01-27
1
-0
/
+1
*
Comment out a NOTIMPLEMENTED() so that a layout test passes.
estade@chromium.org
2009-01-27
1
-1
/
+3
*
Fix mac build.
estade@chromium.org
2009-01-27
1
-1
/
+1
*
Try2 of issue 18772. (move jpeg_codec* to base/gfx)
estade@chromium.org
2009-01-27
10
-25
/
+837
*
Moved Init() before startup_data_->event.Signal() because derived
jrg@chromium.org
2009-01-27
2
-3
/
+27
*
undo 8692 (fix build failure)
estade@chromium.org
2009-01-27
9
-788
/
+1
*
Move jpeg_codec.* to base/gfx
estade@chromium.org
2009-01-27
9
-1
/
+788
*
Add thread safety checks but keep them disabled for now until I fix all the c...
maruel@chromium.org
2009-01-26
4
-7
/
+43
*
Make sure variables are referenced in CHECK macros, even for official builds.
deanm@chromium.org
2009-01-26
1
-11
/
+13
*
Unfork test_shell_main:
amanda@chromium.org
2009-01-26
5
-1
/
+45
*
Add user script support to extensions.
aa@chromium.org
2009-01-25
2
-18
/
+5
*
Revert r8560 due to broken interactive_ui_tests
mark@chromium.org
2009-01-23
3
-12
/
+1
*
Project changes (automatic reordering by UUID).
avi@chromium.org
2009-01-23
1
-4
/
+4
*
Add a PNGEncoder helper function that takes an SkBitmap,
nick@chromium.org
2009-01-23
2
-0
/
+22
*
Porting in chrome/
phajdan.jr@chromium.org
2009-01-23
3
-1
/
+12
*
Decrements FieldTrialList::constructor_count_ in the destructor. I'm
sky@google.com
2009-01-23
3
-10
/
+1
*
Use PlatformThreadId, not int when dealing with thread ids.
agl@chromium.org
2009-01-23
10
-15
/
+36
*
Review URL: http://codereview.chromium.org/18690
jrg@chromium.org
2009-01-22
2
-27
/
+3
*
Reverting 8499.
maruel@chromium.org
2009-01-22
2
-10
/
+0
*
Add (currently disabled) RefCountedBase check. (2nd try)
maruel@chromium.org
2009-01-22
2
-0
/
+10
*
Another horrible workaround for bug 6436 (purify freaking out with base_unitt...
erikkay@google.com
2009-01-22
1
-0
/
+4
*
Moved Init() startup_data_->event.Signal() because derived classes may
jrg@chromium.org
2009-01-22
2
-3
/
+27
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
1
-3
/
+2
*
Simplify HexEncode.
deanm@chromium.org
2009-01-22
2
-24
/
+9
*
Windows fix: missed on the last one
agl@chromium.org
2009-01-22
1
-1
/
+1
*
Windows: typo fix
agl@chromium.org
2009-01-22
1
-1
/
+1
*
POSIX: Porting renderer/render_process.cc, low hanging fruit
agl@chromium.org
2009-01-22
3
-0
/
+17
*
POSIX: Get render_process_host to build.
agl@chromium.org
2009-01-22
2
-11
/
+17
*
Adding a HexEncode function to string_utils.
tommi@chromium.org
2009-01-22
3
-1
/
+46
*
Remove ATL from wmi_util
cpu@google.com
2009-01-21
2
-42
/
+68
*
Add V8 bindings for Worker.
jianli@chromium.org
2009-01-21
2
-1
/
+8
*
Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites.
aa@chromium.org
2009-01-21
3
-3
/
+65
*
Adds AppendASCII which will append an ASCII path component.
erikkay@google.com
2009-01-21
3
-1
/
+29
[next]