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 a TODO from Jar.
mbelshe@google.com
2008-11-03
1
-0
/
+3
*
Update Mac implemention of Time to prevent problems with
amanda@chromium.org
2008-11-03
3
-34
/
+126
*
Update idle timer test to use longer intervals.
mbelshe@google.com
2008-11-03
1
-33
/
+40
*
Weee. More TODO(darin)s. :)
ojan@google.com
2008-11-03
1
-3
/
+5
*
The base unittests were succeeding for the isolated
mbelshe@google.com
2008-11-03
1
-0
/
+2
*
Fix unit test for system monitor.
mbelshe@google.com
2008-11-03
1
-0
/
+11
*
quick build fix for Linux
erikkay@google.com
2008-11-03
1
-1
/
+1
*
* Add write and read/write support to FileStream (renamed from FileInputStream).
erikkay@google.com
2008-11-03
6
-10
/
+189
*
Make the SystemMonitor observer list thread safe.
mbelshe@google.com
2008-11-03
6
-64
/
+119
*
Always show file extensions in the shelf.
glen@chromium.org
2008-11-03
2
-2
/
+13
*
Fix compilation error on Windows and link error on Mac
dkegel@google.com
2008-10-31
1
-8
/
+5
*
Port GetProcessCount(), KillProcesses(), and CleanupProcesses().
dkegel@google.com
2008-10-31
3
-5
/
+278
*
Port last remaining test case in base/stats_table_unittest.cc, and
dkegel@google.com
2008-10-31
3
-39
/
+45
*
Adds the ability for ObserverList to not notify observers added during
sky@google.com
2008-10-31
2
-5
/
+67
*
AbsolutePath should probably also work on non-Windows platforms.
evanm@google.com
2008-10-31
1
-1
/
+1
*
AbsolutePath should probably actually use its input somewhere.
evanm@google.com
2008-10-31
1
-1
/
+1
*
Switch to using the message loop rather than gtk_main().
agl@chromium.org
2008-10-30
1
-2
/
+10
*
Begin the first small step towards using FilePath everywhere:
evanm@google.com
2008-10-30
16
-307
/
+469
*
Fix build bustage - remove reference to exported_sybmols file.
jeremy@chromium.org
2008-10-29
1
-3
/
+0
*
1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names
jeremy@chromium.org
2008-10-29
8
-59
/
+23
*
System includes need to use angle brackets for check_deps
agl@chromium.org
2008-10-29
1
-1
/
+1
*
Start writing the GTK code for test_shell.
agl@chromium.org
2008-10-29
3
-13
/
+49
*
Removed magic number for owner rights, avoid to call close(-1).
brettw@google.com
2008-10-29
1
-2
/
+2
*
* Revert "Start writing the GTK code for test_shell."
agl@chromium.org
2008-10-28
3
-48
/
+12
*
Start writing the GTK code for test_shell.
agl@chromium.org
2008-10-28
3
-12
/
+48
*
Roll back project file portion of r4024. The unit test is not ready on Mac
mark@chromium.org
2008-10-28
1
-8
/
+0
*
Add base\field_trial_unittest.cc to the SCons build.
sgk@google.com
2008-10-28
1
-0
/
+1
*
Add a file I forgot in the last change.
evanm@google.com
2008-10-27
1
-0
/
+25
*
Port a few test_shell_tests. Now it runs 45 of them.
evanm@google.com
2008-10-27
1
-0
/
+1
*
fix linux build by making sure APICALL is defined on
tc@google.com
2008-10-27
1
-2
/
+2
*
Disable flaky test IdleTimerTest.RepeatIdleReset
maruel@google.com
2008-10-27
1
-1
/
+2
*
Enable stats_tabe_unittest.cc on OS X.
jeremy@chromium.org
2008-10-27
6
-9
/
+86
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
47
-67
/
+121
*
Lint message loop code (added explicit to a class definition)
jar@google.com
2008-10-27
1
-6
/
+6
*
Clean up filter and content encoding handling
jar@google.com
2008-10-27
2
-1
/
+5
*
Make sure it's possible to download to a network share.
nsylvain@chromium.org
2008-10-27
2
-43
/
+20
*
Fix SCons modules build on Windows:
sgk@google.com
2008-10-25
2
-3
/
+2
*
Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio...
jam@chromium.org
2008-10-24
3
-0
/
+14
*
Add field trial support to base on the Mac
amanda@chromium.org
2008-10-23
1
-0
/
+10
*
Simultaneously store multiple formats on the linux clipboard.
estade@chromium.org
2008-10-23
5
-69
/
+192
*
Create a thread-safe observer list. Will be used
mbelshe@google.com
2008-10-22
5
-6
/
+413
*
Use ETS_FOCUSED instead of TS_CHECKED to signify that a button
tc@google.com
2008-10-22
1
-1
/
+1
*
Reduce header dependencies.
evanm@google.com
2008-10-22
3
-28
/
+47
*
Changes to how we draw buttons.
tc@google.com
2008-10-22
1
-6
/
+15
*
Make String Conversion Unittest x-platform + fix a small bug the tests exposed.
jeremy@chromium.org
2008-10-22
5
-11
/
+19
*
Port SSLClientSocket to Linux
dkegel@google.com
2008-10-22
1
-0
/
+13
*
Using $CHROME_SRC_DIR in place of hash/..
bradnelson@google.com
2008-10-22
3
-4
/
+4
*
Fix reference to the new exported symbols file so it works
sgk@google.com
2008-10-22
1
-3
/
+5
*
Add directory_watcher_win.cc and its unit test to the
sgk@google.com
2008-10-22
2
-0
/
+2
*
Added linux process utilities and tests.
estade@chromium.org
2008-10-22
10
-48
/
+225
[prev]
[next]