head 1.13; access; symbols pkgsrc-2013Q2:1.13.0.2 pkgsrc-2013Q2-base:1.13 pkgsrc-2013Q1:1.11.0.2 pkgsrc-2013Q1-base:1.11 pkgsrc-2012Q4:1.8.0.4 pkgsrc-2012Q4-base:1.8 pkgsrc-2012Q3:1.8.0.2 pkgsrc-2012Q3-base:1.8 pkgsrc-2012Q2:1.6.0.4 pkgsrc-2012Q2-base:1.6 pkgsrc-2012Q1:1.6.0.2 pkgsrc-2012Q1-base:1.6 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.2 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.0.10 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.8 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.6 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.4 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.13 date 2013.05.23.12.55.27; author ryoon; state dead; branches; next 1.12; commitid hOYA93csj3ibSKQw; 1.12 date 2013.04.05.13.30.17; author ryoon; state Exp; branches; next 1.11; 1.11 date 2013.03.30.20.03.09; author ryoon; state Exp; branches; next 1.10; 1.10 date 2013.02.07.20.32.42; author ryoon; state Exp; branches; next 1.9; 1.9 date 2013.01.10.15.01.30; author ryoon; state Exp; branches; next 1.8; 1.8 date 2012.08.28.23.27.10; author ryoon; state Exp; branches; next 1.7; 1.7 date 2012.08.28.12.42.01; author ryoon; state Exp; branches; next 1.6; 1.6 date 2012.04.01.15.18.45; author ryoon; state Exp; branches; next 1.5; 1.5 date 2011.08.18.18.31.10; author tnn; state Exp; branches; next 1.4; 1.4 date 2011.07.12.15.12.36; author tnn; state Exp; branches; next 1.3; 1.3 date 2011.07.11.12.46.14; author tnn; state Exp; branches; next 1.2; 1.2 date 2011.04.26.14.16.37; author tnn; state Exp; branches; next 1.1; 1.1 date 2010.04.01.08.25.07; author jmcneill; state Exp; branches; next ; desc @@ 1.13 log @Remove xulrunner. This does not work, and there is no consumer. @ text @$NetBSD: patch-bf,v 1.12 2013/04/05 13:30:17 ryoon Exp $ --- js/src/jsnativestack.cpp.orig 2013-03-26 22:17:48.000000000 +0000 +++ js/src/jsnativestack.cpp @@@@ -19,7 +19,7 @@@@ #elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX) # include -# if defined(__FreeBSD__) || defined(__OpenBSD__) +# if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) # include # endif @@@@ -112,7 +112,7 @@@@ js::GetNativeStackBaseImpl() pthread_attr_init(&sattr); # if defined(__OpenBSD__) stack_t ss; -# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) +# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(__DragonFly__) || defined(NETBSD) || defined(__NetBSD__) /* XXX tnn not sure why NETBSD isn't defined, it looks like it should be ... */ /* e.g. on FreeBSD 4.8 or newer, neundorf@@kde.org */ pthread_attr_get_np(thread, &sattr); # else @ 1.12 log @Update to 20.0 Changelog: NEW Per-window Private Browsing. Learn more. NEW New download experience. Learn more. NEW Ability to close hanging plugins, without the browser hanging CHANGED Continued performance improvements around common browser tasks (page loads, downloads, shutdown, etc.) DEVELOPER Continued implementation of draft ECMAScript 6 - clear() and Math.imul DEVELOPER New JavaScript Profiler tool HTML5 getUserMedia implemented for web access to the user's camera and microphone (with user permission) HTML5 now supports blend modes HTML5 Various