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
/
threading
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
6
-8
/
+8
*
content_shell: Use a ThreadRestrictions::ScopedAllowWait for layout tests on ...
peter@chromium.org
2013-06-20
1
-0
/
+2
*
Make ifdef condition consistent in platform_thread_linux.cc.
mazda@chromium.org
2013-06-18
1
-1
/
+1
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.
dcheng@chromium.org
2013-06-13
1
-5
/
+3
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
4
-4
/
+4
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
3
-3
/
+3
*
posix thread: Attempt to set audio threads to real time.
dgreid@chromium.org
2013-06-04
1
-2
/
+15
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-3
/
+5
*
Move Thread Name Mapping into ThreadFunc.
dsinclair@chromium.org
2013-05-27
6
-26
/
+104
*
Reland: base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-22
10
-165
/
+397
*
Revert 201202 "base: Support setting thread priorities generically."
scottmg@chromium.org
2013-05-21
9
-397
/
+163
*
base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-21
9
-163
/
+397
*
NaCl: Remove unnecessary nacl_syscalls.h #include
dmichael@chromium.org
2013-05-06
1
-5
/
+0
*
base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-04-25
2
-5
/
+3
*
Regularize storage monitor creation in Windows.
gbillock@chromium.org
2013-04-18
2
-6
/
+18
*
Log errno if pthread_create() fails
rnk@chromium.org
2013-03-13
1
-1
/
+6
*
Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac...
michaeln@google.com
2013-03-07
3
-35
/
+161
*
Set correct thread priority on Linux.
dgreid@chromium.org
2013-02-28
1
-28
/
+34
*
Delete delayed tasks upon worker pool shutdown.
erikwright@chromium.org
2013-02-26
2
-21
/
+85
*
Let sequence-checking work from a SequencedWorkerPool task's destructor
akalin@chromium.org
2013-02-09
1
-4
/
+7
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Move string_number_conversions to base/strings.
brettw@chromium.org
2013-02-07
2
-2
/
+2
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
1
-2
/
+0
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
1
-0
/
+2
*
base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.
tfarina@chromium.org
2013-02-05
1
-1
/
+2
*
Allow BrowserTestBase to do wait.
nileshagrawal@chromium.org
2013-02-04
1
-0
/
+2
*
Set Realtime Audio Thread priority on Android
james.wei@intel.com
2013-01-30
1
-4
/
+20
*
Use LOG_GETLASTERROR in more cases in base/
mseaborn@chromium.org
2013-01-28
1
-1
/
+1
*
Add ability to retrieve a thread_name given a thread_id.
dsinclair@chromium.org
2013-01-25
7
-37
/
+233
*
Go back to using mach_thread_self for Mac thread IDs, sort of.
mark@chromium.org
2013-01-25
1
-1
/
+3
*
cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.
epenner@chromium.org
2013-01-24
1
-0
/
+8
*
Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test.
creis@chromium.org
2013-01-15
1
-1
/
+2
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
4
-7
/
+10
*
base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().
tfarina@chromium.org
2013-01-10
1
-3
/
+3
*
SharedWorkerPool.Shutdown(int max_new_blocking_tasks)
michaeln@chromium.org
2012-12-19
3
-24
/
+133
*
Add comments about memory behavior of SWP tasks with the same sequence token
akalin@chromium.org
2012-12-18
2
-1
/
+12
*
Don't run ThreadLocalStorageTest.TLSDestructors under ThreadSanitizer v2.
glider@chromium.org
2012-12-10
1
-1
/
+11
*
Use Netlink instead of NetworkManager (via D-bus) to monitor network
pauljensen@chromium.org
2012-11-29
1
-2
/
+4
*
Allow MessagePumpDefault to wait when there is no pending work.
scherkus@chromium.org
2012-11-14
1
-0
/
+1
*
base: Constantify thread_name() getter accessor.
tfarina@chromium.org
2012-11-05
1
-1
/
+1
*
base: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-10-30
1
-1
/
+1
*
Move remaining files in content\browser\renderer_host to content namespace.
jam@chromium.org
2012-10-29
1
-2
/
+2
*
Add methods to base::Thread to allow Windows consumers to ask for COM to be i...
pkasting@chromium.org
2012-10-23
2
-7
/
+60
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-22
1
-2
/
+2
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-2
/
+2
*
Revert "cc: Rename cc classes and members to match filenames"
enne@chromium.org
2012-10-19
1
-2
/
+2
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-19
1
-2
/
+2
*
Aura: Allow browser UI thread waiting for compositor commits.
backer@chromium.org
2012-10-15
1
-0
/
+4
*
Initial implementation of AutoThread.
wez@chromium.org
2012-10-10
1
-0
/
+6
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
[next]