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
*
Fix a double deletion in histogram test and re-enable
kaiwang@chromium.org
2013-01-30
1
-2
/
+0
*
Relanding "Add apk for running content_browsertests"
nileshagrawal@chromium.org
2013-01-29
3
-6
/
+11
*
Disable ToolsSanityTest.ArrayDeletedWithoutBraces and ToolsSanityTest.SingleE...
glider@chromium.org
2013-01-29
1
-3
/
+12
*
Disable cache in PathService.
vitalybuka@chromium.org
2013-01-29
2
-3
/
+21
*
encodeHtmlDataUri to avoid malformed URIs in tests
aruslan@chromium.org
2013-01-29
1
-1
/
+23
*
Adding upper limit to DiscardableMemoryAndroid
qinmin@chromium.org
2013-01-28
2
-1
/
+57
*
Use LOG_GETLASTERROR in more cases in base/
mseaborn@chromium.org
2013-01-28
7
-24
/
+21
*
Revert 179189
nileshagrawal@chromium.org
2013-01-28
3
-11
/
+6
*
Add apk for running content_browsertests
nileshagrawal@chromium.org
2013-01-28
3
-6
/
+11
*
Reland: Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-28
4
-905
/
+912
*
Don't allow '\0' characters in FilePath.
aedla@chromium.org
2013-01-28
3
-6
/
+63
*
Fix incorrect object linking of a GUID in logging_win.{h,cc}
timurrrr@chromium.org
2013-01-28
1
-1
/
+1
*
Remove ".." from PathService take #2.
maruel@chromium.org
2013-01-26
2
-3
/
+6
*
Base: add a security test to check for new[] or calloc()
jln@chromium.org
2013-01-26
1
-0
/
+92
*
Mount/access cgroups in /sys/fs/cgroup
jorgelo@chromium.org
2013-01-26
1
-2
/
+2
*
Revert 178928
zea@chromium.org
2013-01-26
1
-91
/
+0
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
5
-8
/
+8
*
Enforce no path service has improper path.
maruel@chromium.org
2013-01-25
1
-0
/
+11
*
Base: add a security test to check for new[] or calloc()
jln@chromium.org
2013-01-25
1
-0
/
+91
*
GTTF: Make stack trace symbolization code recognize more symbols.
phajdan.jr@chromium.org
2013-01-25
1
-22
/
+20
*
Add ability to retrieve a thread_name given a thread_id.
dsinclair@chromium.org
2013-01-25
11
-42
/
+246
*
Go back to using mach_thread_self for Mac thread IDs, sort of.
mark@chromium.org
2013-01-25
1
-1
/
+3
*
Add more logging to error paths of GetTerminationStatus()
mseaborn@chromium.org
2013-01-25
1
-4
/
+8
*
fix checked_numeric_cast comments
scottmg@chromium.org
2013-01-25
2
-5
/
+5
*
Add implementation for WebKit::WebDiscardableMemory and WebKitPlatformSupport...
qinmin@chromium.org
2013-01-25
1
-3
/
+2
*
Mac: Ensure signal handlers run on the sigaltstack() stack
mseaborn@chromium.org
2013-01-25
1
-2
/
+14
*
Remove GetFileCreationLocalTime. It is unused.
brettw@chromium.org
2013-01-24
4
-101
/
+0
*
Windows: Fix --enable-logging to not disable logging when stderr is a pipe
mseaborn@chromium.org
2013-01-24
1
-0
/
+18
*
Refactor to remove duplicated function ui::IsTouchDevicePresent
girard@chromium.org
2013-01-24
2
-9
/
+0
*
Remove explicit cast in discardable_memory_mac.
mark@chromium.org
2013-01-24
1
-4
/
+1
*
Fix BufferAlignment test on ARM linux.
sbc@chromium.org
2013-01-24
1
-3
/
+4
*
This is the continuation of https://codereview.chromium.org/11615008/
kaiwang@chromium.org
2013-01-24
1
-2
/
+1
*
cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.
epenner@chromium.org
2013-01-24
1
-0
/
+8
*
Switch to Cocoa APIs for fullscreen.
avi@chromium.org
2013-01-24
1
-17
/
+17
*
Fix many test case failures when run isolated on OSX.
maruel@chromium.org
2013-01-24
1
-0
/
+3
*
Fix no-compile tests in base.
dcheng@chromium.org
2013-01-23
4
-15
/
+27
*
[Memory Sheriff] Longer timeout for heapchecker test, too.
groby@chromium.org
2013-01-23
1
-1
/
+1
*
Implement DiscardableMemory for Mac/iOS.
avi@chromium.org
2013-01-23
6
-53
/
+262
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
7
-165
/
+179
*
Follow up change to fix some leftovers in DiscardableMemory
qinmin@chromium.org
2013-01-23
3
-9
/
+12
*
POSIX: add a maximum number of iterations to HANDLE_EINTR
jln@chromium.org
2013-01-23
1
-4
/
+22
*
Making most protected members of MessageLoop private.
shibl@google.com
2013-01-22
1
-4
/
+5
*
Equality on scoped_ptr can be done with const pointers.
qsr@chromium.org
2013-01-22
1
-2
/
+2
*
Remove temporary histograms in field_trial.cc now that the problem is fixed.
asvitkine@chromium.org
2013-01-22
1
-23
/
+2
*
Add base::DiscardableMemory class and implementation for android
qinmin@chromium.org
2013-01-22
5
-0
/
+253
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
3
-50
/
+54
*
Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll.
gab@chromium.org
2013-01-21
4
-42
/
+96
*
Documentation: improve FileUtilProxy comment to note about the return value
kinuko@chromium.org
2013-01-21
1
-1
/
+22
*
base: Fix a bug in MessagePumpGLib which caused a hang
satorux@chromium.org
2013-01-19
2
-15
/
+42
*
Android: removes "trace_event_clock_sync" from atrace.
bulach@chromium.org
2013-01-18
3
-51
/
+0
[next]