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
/
base.xcodeproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll back project file portion of r4024. The unit test is not ready on Mac
mark@chromium.org
2008-10-28
1
-8
/
+0
*
Enable stats_tabe_unittest.cc on OS X.
jeremy@chromium.org
2008-10-27
1
-0
/
+8
*
Add field trial support to base on the Mac
amanda@chromium.org
2008-10-23
1
-0
/
+10
*
Make String Conversion Unittest x-platform + fix a small bug the tests exposed.
jeremy@chromium.org
2008-10-22
1
-0
/
+4
*
Bring up idletimer unittest on Mac port.
jeremy@chromium.org
2008-10-13
1
-0
/
+6
*
Patch by Thatcher Ulrich <tulrich@google.com>.
ojan@google.com
2008-10-09
1
-4
/
+0
*
Provide converters to and from NSString* in sys_string_conversions
mark@chromium.org
2008-10-08
1
-4
/
+6
*
Add a FilePath object
mark@chromium.org
2008-10-03
1
-5
/
+15
*
Bring up clipboard_unittest.cc on the Mac.
jeremy@chromium.org
2008-10-02
1
-0
/
+4
*
Add platform_canvas_unittest.cc
jeremy@chromium.org
2008-10-01
1
-0
/
+2
*
Refactoring for portability:
mark@chromium.org
2008-09-29
1
-0
/
+14
*
Provide autorelease pool management on the Mac in all types of message pumps.
mark@chromium.org
2008-09-25
1
-0
/
+6
*
Adding system_monitor to build
pinkerton@google.com
2008-09-25
1
-0
/
+8
*
Mac-specific CFRunLoop-based MessagePump implementation
mark@chromium.org
2008-09-23
1
-2
/
+12
*
Build libevent on Mac
mark@chromium.org
2008-09-18
1
-0
/
+49
*
Add a class for extracting system-specific information, like the number of pr...
deanm@chromium.org
2008-09-17
1
-4
/
+12
*
Port the thread local storage unittest to Mac and linux.
paulg@google.com
2008-09-11
1
-0
/
+4
*
Sort allegedly-sorted lists
mark@chromium.org
2008-09-11
1
-2
/
+6
*
First pass of porting the shared memory unittest. We still need
paulg@google.com
2008-09-11
1
-0
/
+4
*
Refactor the platform canvas unit test a bit so that it can be run on
awalker@google.com
2008-09-09
1
-0
/
+10
*
Rename "run net_unittests" to "run_net_unittests" like we do with other unit
mmentovai@google.com
2008-09-08
1
-1
/
+1
*
Add LazyInstance (r1837) to the Mac build
mmentovai@google.com
2008-09-08
1
-0
/
+10
*
Add non_thread_safe.cc and trace_event.cc to the Mac build
mmentovai@google.com
2008-09-05
1
-0
/
+12
*
HMAC-SHA1 implementation for Mac based on CommonCrypto;
mmentovai@google.com
2008-09-04
1
-0
/
+10
*
Build and test ThreadLocal* for Mac (r1678)
mmentovai@google.com
2008-09-03
1
-0
/
+12
*
Move icu.xcodeproj into the icu38 directory, as is done with all other
mmentovai@google.com
2008-09-03
1
-1
/
+1
*
Add simple_thread, its unittest, and atomicops_unittest on the Mac
mmentovai@google.com
2008-09-02
1
-0
/
+14
*
WorkerPool implementation for Mac, using NSOperationQueue
mmentovai@google.com
2008-08-28
1
-0
/
+12
*
Ensure Cocoa sets up its multithreaded environment
mmentovai@google.com
2008-08-28
1
-0
/
+4
*
Move std::string16 to base::string16. Don't pollute the std namespace. Don't
mmentovai@google.com
2008-08-27
1
-0
/
+4
*
Use our own bz_internal_error
mmentovai@google.com
2008-08-27
1
-0
/
+4
*
Rename atomicops_internals_x86_mac.h back to its original name,
mmentovai@google.com
2008-08-27
1
-2
/
+2
*
Add more passing tests to base_unittests. Add a few more headers we use to
mmentovai@google.com
2008-08-27
1
-5
/
+21
*
Fix process_util_posix.cc
mmentovai@google.com
2008-08-27
1
-2
/
+6
*
Update pr_time_unittest.cc in base.xcodeproj following r1375
mmentovai@google.com
2008-08-27
1
-4
/
+4
*
Update base.xcodeproj following r1375
mmentovai@google.com
2008-08-26
1
-12
/
+12
*
Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".
ericroman@google.com
2008-08-25
1
-2
/
+0
*
Make the condition variable unit test cross platform.
paulg@google.com
2008-08-22
1
-0
/
+6
*
Clean up warnings in Skia (also sent upstream)
mmentovai@google.com
2008-08-22
1
-2
/
+0
*
Disable -Werror in base_gfx until Skia is fixed
mmentovai@google.com
2008-08-22
1
-0
/
+2
*
Add more base unittests that are now passing to the mac build.
paulg@google.com
2008-08-21
1
-0
/
+8
*
Fix the final gcc warnings in base and net. Provide some macros to selective...
mmentovai@google.com
2008-08-21
1
-7
/
+7
*
M base/base.xcodeproj/project.pbxproj
awalker@google.com
2008-08-21
1
-2
/
+0
*
Turn on mac platform files in base_gfx target, add image operations unit test
awalker@google.com
2008-08-21
1
-2
/
+18
*
Port the Thread class properly to Mac and Linux. This involved porting
darin@google.com
2008-08-21
1
-8
/
+12
*
Merges in updated versions of Mac graphics platform classes, adds generic typ...
awalker@google.com
2008-08-20
1
-4
/
+6
*
Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out of
mmentovai@google.com
2008-08-20
1
-2
/
+0
*
Create a gtest test fixture subclass that allows for platform specific setup ...
erikkay@google.com
2008-08-20
1
-0
/
+6
*
Add time_format (r1063) to the xcode proj
avi@google.com
2008-08-19
1
-0
/
+6
*
Get base/gfx into shape, and start running/passing some base_gfx tests
mmentovai@google.com
2008-08-19
1
-42
/
+107
[next]