aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-30 00:17:47 +0000
committerfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-30 00:17:47 +0000
commit7c82adae6171ea0a9bf96856e0bbb67108e1e121 (patch)
treebd3211f54f4f9709f82bfef8649751c76785c453 /AUTHORS
parent9bd49becc1e65b5b7575750a25ad135d1d1bedfd (diff)
downloadwebrtc-7c82adae6171ea0a9bf96856e0bbb67108e1e121.tar.gz
AppRTCDemo was blocking the main thread for network requests. This fixes it by making the background queue serial instead of using @synchronize to make the background operations serial.
R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/16379004 Patch from Bridger Maxwell <bridgeyman@gmail.com>. git-svn-id: http://webrtc.googlecode.com/svn/trunk@6028 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 691601652e..d9bb54d551 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@
Anil Kumar <an1kumar@gmail.com>
Ben Strong <bstrong@gmail.com>
+Bridger Maxwell <bridgeyman@gmail.com>
Christophe Dumez <ch.dumez@samsung.com>
Eric Rescorla, RTFM Inc.
Jie Mao <maojie0924@gmail.com>