Mike Hommey
|
a58f7369ea
|
Bug 939071 - Kill SHORT_LIBNAME. r=ted
|
2013-11-19 11:47:47 +09:00 |
|
Mike Hommey
|
26bc04d200
|
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
|
2013-11-19 11:47:43 +09:00 |
|
Mike Hommey
|
e80e877ab7
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Birunthan Mohanathas
|
6f158bc61c
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
|
Joshua Cranmer
|
bd929500c8
|
Bug 900526, part 4: Migrate FINAL_TARGET and XPI_NAME to moz.build, r=gps
|
2013-10-21 13:09:06 -05:00 |
|
Cykesiopka
|
f093a0dd48
|
Bug 914272 - Move IS_COMPONENT to mozbuild. r=joey
|
2013-09-19 17:29:32 -04:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Ms2ger
|
61364639a4
|
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4); r=mshal
|
2013-08-02 09:03:42 +02:00 |
|
Brian O'Keefe
|
11bcc1cd9e
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Mike Shal
|
5169c0a913
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
7ecea60097
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Gregory Szorc
|
7d09ff18e0
|
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
|
2013-03-17 18:01:25 -07:00 |
|
Gregory Szorc
|
c865547d94
|
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
|
2013-03-12 10:17:46 -07:00 |
|
Gregory Szorc
|
42de8a26e6
|
Bug 784841 - Part 18ο: Convert /xulrunner; r=ted f=Ms2ger
|
2013-02-25 13:20:39 -08:00 |
|
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 |
|