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
*
[Mac] Use OCMock in autocomplete_text_field_unittest.mm.
shess@chromium.org
2009-10-07
1
-0
/
+1
*
Refactor ASN1 parsing/serialization
rafaelw@chromium.org
2009-10-07
7
-633
/
+574
*
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
brettw@chromium.org
2009-10-07
25
-434
/
+1127
*
Reverting 28166.
ojan@chromium.org
2009-10-06
2
-337
/
+8
*
Add logging macros that automatically append the last system error in string ...
tschmelcher@google.com
2009-10-06
2
-8
/
+337
*
Implement signature_creator_mac. Also moved CSSM memory functions to a common...
rafaelw@chromium.org
2009-10-06
7
-66
/
+129
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
2
-2
/
+4
*
Add comments setting emacs and vim tab width and expansion variables.
sgk@google.com
2009-10-06
1
-0
/
+6
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
1
-2
/
+0
*
Move nsimage_cache into base so that it can be accessed from outside of chrome.
mark@chromium.org
2009-10-05
3
-0
/
+101
*
Display the flaky test count only if it's bigger than 0.
nsylvain@chromium.org
2009-10-03
1
-2
/
+4
*
Add support for flaky gtests.
nsylvain@chromium.org
2009-10-03
1
-0
/
+45
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
11
-2879
/
+0
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
10
-1742
/
+0
*
Move the ICU string conversions into its own file. This new file is included
brettw@chromium.org
2009-10-02
5
-701
/
+733
*
Implement RSAPrivateKey for Mac OS X
hawk@chromium.org
2009-10-02
3
-2
/
+406
*
Coverity: initialize timer_.
mattm@chromium.org
2009-10-01
1
-2
/
+1
*
The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....
ericu@google.com
2009-10-01
5
-9
/
+86
*
Simplify the PowerObserver API by removing unneeded args and providing defaul...
pkasting@chromium.org
2009-10-01
4
-33
/
+37
*
Coverity: Remove a check that can never be true. result is unsigned, so it c...
jhawkins@chromium.org
2009-09-30
1
-1
/
+1
*
Coverity: Remove the check for index < 0 because index is a size_t and can ne...
jhawkins@chromium.org
2009-09-30
1
-1
/
+1
*
Remove IdleTimer, which no one uses.
pkasting@chromium.org
2009-09-30
5
-536
/
+0
*
Remove all MemoryModel-related code, since we're unlikely to use it again. A...
pkasting@chromium.org
2009-09-30
4
-107
/
+3
*
Don't fire two wake notifications for user-initiated system wake-from-sleep.
pkasting@chromium.org
2009-09-30
1
-2
/
+5
*
Reverting 27389.
darin@chromium.org
2009-09-30
3
-8
/
+34
*
Disable the leak tracking of URLRequests.
eroman@chromium.org
2009-09-30
1
-10
/
+2
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
1
-0
/
+2
*
Add a version of ReplaceStringPlaceholders that operates on std::string
tony@chromium.org
2009-09-29
3
-6
/
+42
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
3
-10
/
+10
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
1
-0
/
+8
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
4
-6
/
+20
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
2
-14
/
+0
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
2
-0
/
+14
*
Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-28
1
-8
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-28
1
-0
/
+8
*
Reverting 27379, in hopes of fixing browser_tests.
senorblanco@chromium.org
2009-09-28
3
-34
/
+8
*
Assert that thread-safe reference counting is used with
darin@chromium.org
2009-09-28
3
-8
/
+34
*
Linux: remove --google-internal-crash-reporting.
agl@chromium.org
2009-09-28
1
-54
/
+0
*
Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
1
-8
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
1
-0
/
+8
*
Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
1
-8
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
1
-0
/
+8
*
Implement ScopedRunnableMethodFactory using WeakPtr.
darin@chromium.org
2009-09-25
8
-238
/
+101
*
[Relanding erg's change with fix for toolkit_views shortcuts and
jcampan@chromium.org
2009-09-25
6
-223
/
+701
*
Add a TODO comment to describe when we can remove the const_cast for
wtc@chromium.org
2009-09-25
1
-0
/
+2
*
Roll back Markus's CL ( http://codereview.chromium.org/196053)
jshin@chromium.org
2009-09-25
3
-7
/
+1
*
When converting between units of time or data types of different precision,
markus@chromium.org
2009-09-24
3
-1
/
+7
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
1
-2
/
+0
*
Linux: fix a process name setting bug that doesn't currently affect us.
mdm@chromium.org
2009-09-24
1
-1
/
+1
*
Refactoring some of the NativeViewHost and NativeControl focus management so ...
jcampan@chromium.org
2009-09-24
1
-0
/
+2
[next]