Граф коммитов

36 Коммитов

Автор SHA1 Сообщение Дата
Kyle Huey 0469a02b25 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang a78b5b38c7 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey 9a3674d80a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley 4144129728 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey 50b5d3f681 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Ehsan Akhgari e368dc9c85 Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script.  Here's the source of the script for
future reference:

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name nsXPCOMCID.h \
       ! -name prtypes.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t

convert PRIntn int
convert PRUintn unsigned

convert PRSize size_t

convert PROffset32 int32_t
convert PROffset64 int64_t

convert PRPtrdiff ptrdiff_t

convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Mike Hommey 70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Benjamin Smedberg f004b53e62 Fix XULRunner simple example from bug 568691. 2010-06-25 16:03:38 -04:00
Mitchell Field 41c8798093 Bug 514665 - fix stupid module name differences on windows. r=ted 2009-09-25 18:41:16 +02:00
Justin Dolske 3766b4c92f Bug 499226 - Remove unneeded branding icons for Linux. r=mconnor 2009-07-16 12:36:26 -07:00
Daniel Holbert 4301671b45 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
benjamin@smedbergs.us f1593a410c Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi 2007-07-02 11:20:24 -07:00
benjamin@smedbergs.us b21f7b3a04 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us c93d1d5be6 Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 09:35:01 -07:00
gavin%gavinsharp.com 33ab35e9d1 Bug 295023: XULRunner example app doesn't handle flat chrome, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=bsmedberg 2006-01-12 23:13:13 +00:00
bsmedberg%covad.net 4af8a8d33d Bug 300139 - Need method to "install" a XUL application r=robstrong 2005-10-05 16:56:47 +00:00
bsmedberg%covad.net c54aa3f56b Bug 304476 (and 304478) - remove app.extensions.version from default prefs - r=chase 2005-08-16 19:28:01 +00:00
bsmedberg%covad.net 515f8c4b69 Bug 299991 - XULRunner stub executable, r=darin a=shaver 2005-07-25 22:16:56 +00:00
mkaply%us.ibm.com e56ecb6807 #281203
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Andy Willis - OS/2 needs a shortname for the simple test
2005-04-22 13:44:41 +00:00
dbaron%dbaron.org 5d312ec4b3 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply 2005-04-07 18:11:59 +00:00
darin%meer.net 3ebc402ce6 whitespace change 2005-04-06 08:03:31 +00:00
darin%meer.net 076ad8492b Adding C++ component to XULRunner 'simple' example 2005-04-06 07:12:22 +00:00
darin%meer.net 9ba254f26e add missing files 2005-04-05 00:50:37 +00:00
darin%meer.net 95292f5fc4 Make XULRunner simple example more interesting 2005-04-05 00:49:09 +00:00
darin%meer.net a87b534479 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
darin%meer.net 346f4ad9b0 fixes bug 285799 "UserAgent string is malformed for XULRunner apps" r=bsmedberg 2005-03-14 22:59:05 +00:00
bsmedberg%covad.net d3259b021b Bug 282858 - Some extensions don't wory after upgrading to 2/19 build (dir provider was looking in the wrong place for extension default pref files) r=darin 2005-02-24 19:40:21 +00:00
axel%pike.org fb1eb2335d bug 283470, generate simple.manifest instead of installed-chrome.txt, r=bsmedberg,vlad 2005-02-24 17:44:05 +00:00
bsmedberg%covad.net f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
darin%meer.net 27155d5fc7 landing patch for bug 257162 "Add Gecko version checking to xulrunner apps" r=bsmedberg 2004-12-20 05:54:06 +00:00
bsmedberg%covad.net 8780632762 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
darin%meer.net 92689ae125 simplify the "simple" example 2004-09-14 03:23:19 +00:00
darin%meer.net 13a1755de5 Add resource files, default icons, and default branding. Make it build
under Windows.
2004-09-10 23:43:17 +00:00
darin%meer.net 8a950010bb install simple.xulapp last 2004-09-10 01:56:34 +00:00
darin%meer.net 37af2869b6 Adding simple example app 2004-09-10 01:42:41 +00:00