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 assert() for scoped_refptr<T>::operator->()
akalin@chromium.org
2012-01-31
1
-1
/
+6
*
Make NOTIMPLEMENTED_POLICY=0 actually work.
torne@chromium.org
2012-01-30
1
-1
/
+1
*
Make it possible to use ThreadLocalStorage::Slot as a static without
thakis@chromium.org
2012-01-30
6
-30
/
+48
*
(re-land) Add StringToSizeT to base/string_number_conversions.
kalman@chromium.org
2012-01-28
2
-0
/
+11
*
Make DFAKE_MUTEX a typedef when using NDEBUG, so that pedantic compilers don'...
rsleevi@chromium.org
2012-01-28
1
-2
/
+2
*
Revert 119540 - Add StringToSizeT to base/string_number_conversions.
yoz@chromium.org
2012-01-28
2
-4
/
+15
*
Make ETW unittests shardable to quench flakyness on trybots.
siggi@chromium.org
2012-01-28
2
-54
/
+110
*
[Mac] Add a perf test that counts the number of Mach ports in the browser.
rsesek@chromium.org
2012-01-28
2
-2
/
+48
*
Add StringToSizeT to base/string_number_conversions.
kalman@chromium.org
2012-01-28
2
-15
/
+4
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
4
-12
/
+14
*
Remove pointer mangling API from trace_event.h and use an addTraceEvent flag ...
jbates@chromium.org
2012-01-27
3
-47
/
+52
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
6
-12
/
+126
*
Need the unsigned constants marked as unsigned.
backer@chromium.org
2012-01-27
1
-9
/
+9
*
Added a Unique ID for a Field Trial containing it's hashed name and the selec...
mad@chromium.org
2012-01-27
3
-13
/
+158
*
Adding a scoped_nsprotocol
qsr@chromium.org
2012-01-27
1
-1
/
+64
*
Remove reinterpret_cast on JSONValueConverter
tzik@chromium.org
2012-01-27
3
-31
/
+11
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
2
-5
/
+5
*
Fix a potential memory leak bug.
mukai@chromium.org
2012-01-26
2
-6
/
+23
*
Adding GetProcId unittest
cpu@chromium.org
2012-01-26
1
-1
/
+15
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
6
-23
/
+21
*
Add StringToUint and StringToUint64 methods to base/string_number_conversions.h.
kalman@chromium.org
2012-01-26
2
-2
/
+25
*
Use a 'defines' block instead of adding -Dfoo to cflags.
evan@chromium.org
2012-01-25
1
-6
/
+8
*
Implement support for a cancelable SyncSocket.
tommi@chromium.org
2012-01-25
3
-89
/
+246
*
Transition to base/mac/bundle_locations.h step 3
jeremy@chromium.org
2012-01-25
1
-3
/
+4
*
Cleanup trace_event, fix webkit API naming.
jbates@chromium.org
2012-01-25
1
-14
/
+14
*
Add scoped_ptr<>::PassAs<>().
sergeyu@chromium.org
2012-01-25
4
-0
/
+67
*
linux: remove no_strict_aliasing gyp variable
evan@chromium.org
2012-01-24
1
-8
/
+1
*
[Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thre...
rsesek@chromium.org
2012-01-24
3
-17
/
+19
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
10
-22
/
+24
*
Split up trace_event.h into trace_event_impl.h and add webkitplatform support.
jbates@chromium.org
2012-01-23
5
-1127
/
+1113
*
windows: Fix a few things clang complains about.
thakis@chromium.org
2012-01-23
4
-6
/
+7
*
check for successful exit code in WaitForSingleProcess on Windows to
bruening@chromium.org
2012-01-23
1
-3
/
+5
*
[ChromeOS] Add option to set controlling terminal when launching process.
tbarzic@chromium.org
2012-01-21
2
-2
/
+29
*
Move operator<< for StringPiece into string_piece.{h,cc}
akalin@chromium.org
2012-01-20
4
-25
/
+15
*
remove ; which breaks nacl_integration since they use -pedantic
ajwong@chromium.org
2012-01-20
2
-4
/
+4
*
Transfer the C++03 move-only type emulation into base/move.h and also make Sc...
ajwong@chromium.org
2012-01-20
5
-51
/
+293
*
Transition to base/mac/bundle_locations.h step 2
jeremy@chromium.org
2012-01-19
3
-15
/
+2
*
Transition to base/mac/bundle_locations.h step 1
jeremy@chromium.org
2012-01-19
3
-41
/
+15
*
Hook up the SequencedWorkerPool to the browser thread.
brettw@chromium.org
2012-01-19
2
-15
/
+80
*
Change sandbox policy so we can create sync sockets
cpu@chromium.org
2012-01-19
1
-17
/
+20
*
Watchdog - Added a JOINABLE state to avoid StartupTimebomb
rtenneti@chromium.org
2012-01-19
2
-13
/
+37
*
Revert 118118 - Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
3
-22
/
+24
*
Temporarily revert 117127 for perf analysis.
rsesek@chromium.org
2012-01-18
3
-24
/
+22
*
Match whole path components in DevicePathToDriveLetterPath(). Add tests.
skerner@chromium.org
2012-01-17
3
-49
/
+128
*
Add back in stack_trace_android.cc on Android.
jrg@google.com
2012-01-17
1
-1
/
+0
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
2
-5
/
+5
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
2
-5
/
+5
*
Use ScopedVector instead of std::vector in case of repeated messages.
mukai@chromium.org
2012-01-14
2
-48
/
+51
*
Allow tracing in third_party libraries
jbates@chromium.org
2012-01-13
7
-572
/
+819
*
Add custom field converter to JSONValueConverter.
mukai@chromium.org
2012-01-13
2
-0
/
+85
[next]