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
*
Switch from using GdkPixbuf to cairo for painting on Drawables.
agl@chromium.org
2008-11-06
2
-34
/
+58
*
Make assertions not display message boxes to the end user. This is causing
brettw@google.com
2008-11-06
1
-3
/
+7
*
revert 9391
estade@chromium.org
2008-11-05
1
-7
/
+34
*
Enabled WebFrameTest, refactored some test shell functions.
estade@chromium.org
2008-11-05
1
-34
/
+7
*
Make better (and more efficient) use of Hammer functionality
sgk@google.com
2008-11-05
3
-8
/
+8
*
This CL adds the autofill UI in forms.
jcampan@chromium.org
2008-11-05
3
-6
/
+37
*
Delete some accidental comments.
estade@chromium.org
2008-11-05
1
-3
/
+1
*
Rewrote the clipboard API to be more concurrent. Added a helper class to make...
estade@chromium.org
2008-11-05
11
-326
/
+695
*
Review URL: http://codereview.chromium.org/8220
dsh@google.com
2008-11-04
2
-5
/
+9
*
Spelling fix (r4652)
mark@chromium.org
2008-11-04
1
-1
/
+3
*
Port more of url_request_unittest.cc.
dkegel@google.com
2008-11-04
4
-5
/
+16
*
Fix scoped_cftyperef<>::reset() to adopt the incoming CFTypeRef when the
mark@chromium.org
2008-11-04
1
-3
/
+3
*
Turn time_mac.cc back on, with workaround for scoped_cftyperef reset bug
amanda@chromium.org
2008-11-04
2
-10
/
+8
*
Handle time overflow more gracefully in base/time_posix.cc. Instead of
mark@chromium.org
2008-11-04
1
-5
/
+38
*
Use CreateThread instead of _beginthreadex. This should still be safe, and w...
deanm@chromium.org
2008-11-04
1
-6
/
+8
*
Fix tree breakage.
erg@google.com
2008-11-04
1
-1
/
+4
*
Remove fragile check in DidProcessCrash
cpu@google.com
2008-11-03
2
-5
/
+13
*
Get url_request_unittest.cc to build on Linux.
dkegel@google.com
2008-11-03
1
-1
/
+1
*
Undisable the now not-flaky unittests!
ojan@google.com
2008-11-03
1
-5
/
+2
*
Revert r4473 to fix build breakage (local time zone tests failed)
amanda@chromium.org
2008-11-03
2
-3
/
+33
*
Switch from the benighted PlatformThread to the shiny SimpleThread
dkegel@google.com
2008-11-03
2
-11
/
+16
*
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
[next]