Sign in
chromium
/
chromium
/
src.git
/
2dafb8b1a11efdbd65c6df2ca5f670980df783e8
/
base
/
memory
/
shared_memory_unittest.cc
add1a267
Allow creating SharedMemory that can't be shared read-only.
by
[email protected]
· 11 years ago
421c150
Disallow calling Map on currently-mapped SharedMemory
by
[email protected]
· 11 years ago
422d935
Revert 257300 "Disallow calling Map on currently-mapped SharedMe..."
by
[email protected]
· 11 years ago
154c984
Disallow calling Map on currently-mapped SharedMemory
by
[email protected]
· 11 years ago
963a91b
Get rid of multiprocess_test's debug_on_start arguments.
by
[email protected]
· 11 years ago
ff672b7
Deprecate named base::SharedMemory.
by
[email protected]
· 11 years ago
4342900
Deprecate base::SharedMemory's lock functionality.
by
[email protected]
· 11 years ago
b561f6d
Fix error: unused variable 'kNumTasks'.
by
[email protected]
· 12 years ago
5be06e40
Base: Remove Receive() from ScopedHandle.
by
[email protected]
· 12 years ago
ecb10fa
Revert of https://codereview.chromium.org/71013004/
by
[email protected]
· 12 years ago
166a865e
Base: Remove Receive() from ScopedHandle.
by
[email protected]
· 12 years ago
5f58adab
Implement SharedMemory::ShareReadOnlyToProcess().
by
[email protected]
· 12 years ago
cb4a73194
Test ShareToProcess within the same process.
by
[email protected]
· 12 years ago
dd4b5126
Update include paths in base for base/process changes.
by
[email protected]
· 12 years ago
afb848a
Posix: fix named SHM mappings permissions.
by
[email protected]
· 12 years ago
99084f6
Use a direct include of time headers in base/, part 1.
by
[email protected]
· 12 years ago
99873aa
Move shared_memory into base/memory subdirectory.
by
[email protected]
· 12 years ago
[Renamed (99%) from base/shared_memory_unittest.cc]
67ea507
Make SharedMemory track the size that was actually mapped
by
[email protected]
· 12 years ago
604eb05
base: Convert scoped_arrays to the new scoped_ptr style.
by
[email protected]
· 12 years ago
e29e3f55
Added SharedMemory::MapFrom.
by
[email protected]
· 12 years ago
404a058
Advertise a minimum alignment for SharedMemory::Map().
by
[email protected]
· 13 years ago
e7bc136
Reenable the following tests that were disabled because they failed on OS X 10.5:
by
[email protected]
· 13 years ago
bceb5ce
Add a !defined(OS_IOS) block around SharedMemoryProcessTest tests.
by
[email protected]
· 13 years ago
3585e8e
Exclude unsupported tests from the android build.
by
[email protected]
· 13 years ago
4410618
Add virtual and OVERRIDE to base/ implementation files
by
[email protected]
· 13 years ago
50c7c41
Resubmit r127219: Make test failure clearer
by
[email protected]
· 13 years ago
6d18543
Revert 127219 - Make test failure clearer
by
[email protected]
· 13 years ago
6e853032
Make test failure clearer
by
[email protected]
· 13 years ago
a67fc9e1
Flakiness cleanup: disable flaky tests under base/
by
[email protected]
· 13 years ago
a1b75b94
Change code in base (primarily unit tests) to use Sleep(TimeDelta).
by
[email protected]
· 13 years ago
29535ff
mac: use the preprocessor for the mac header
by
[email protected]
· 14 years ago
b05df6b
Give base::SharedMemory::CreateAnonymous an executable flag
by
[email protected]
· 14 years ago
badf5cf
Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing this.
by
[email protected]
· 14 years ago
e62b551
Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a.
by
[email protected]
· 14 years ago
e84a4ee4
Ensure tests check the return of SpawnChild() when they may wait without timeouts
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
ce072a7
Move platform_thread to base/threading and put in the base namespace. I left a
by
[email protected]
· 14 years ago
9d86cf7
Mark SharedMemoryProcessTest.Tasks as flaky on Mac.
by
[email protected]
· 15 years ago
54e3dfa2
Fix up SharedMemory implementation so that it is more equivalent on Windows vs Posix and enforces exclusive creates.
by
[email protected]
· 15 years ago
c2818d4
Move scoped_nsdisable_screen_update from base to app/mac
by
[email protected]
· 15 years ago
b6413b49b
shared_memory: remove wstrings, fix callers.
by
[email protected]
· 15 years ago
20e1491
Re-land part of r55416, minus actually moving the test_suite.h contents to a .cc file.
by
[email protected]
· 15 years ago
85f6335
Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of header file
by
[email protected]
· 15 years ago
19d536f
Cleanup in base. This moves the implementation (and a bunch of header file
by
[email protected]
· 15 years ago
d420c31e
Add an AppendSwitchASCII to CommandLine, and convert a test to it.
by
[email protected]
· 15 years ago
b5ab398
Make SharedMemory use uint32 instead of size_t. This removes the remaining size_t's from the IPC code.
by
[email protected]
· 15 years ago
74d3809
Remove an extra const keyword which caused a build break.
by
[email protected]
· 16 years ago
52a261f
NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance).
by
[email protected]
· 16 years ago
ec031eb
Transition POSIX shmem to use lockf(), not semaphores. Eliminates
by
[email protected]
· 16 years ago
9e51af9
Properly honor base::SharedMemory semantics for name="" to mean
by
[email protected]
· 16 years ago
176aa48
Add Terminate() to the Process object, have RenderProcessHost use this to avoid some more Windows specific code.
by
[email protected]
· 17 years ago
a44aee6
This change ensures that base_unittests will not segfault on this.
by
[email protected]
· 17 years ago
22bed673
First pass of porting the shared memory unittest. We still need
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
d7cae12
Add base to the repository.
by initial.commit
· 17 years ago