Gregory Szorc
|
799f9d1f0b
|
Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
|
2013-03-19 18:49:07 -07:00 |
|
Mike Shal
|
24be52d653
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Gregory Szorc
|
9b83c3d1f4
|
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
|
2013-03-17 18:01:25 -07:00 |
|
Gregory Szorc
|
7638dd9198
|
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
|
9d12b5345a
|
Bug 784841 - Part 18t: Convert /layout; f=Ms2ger rs=ted
|
2013-02-25 12:47:22 -08:00 |
|
Trevor Saunders
|
443e419ad9
|
bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz
|
2013-02-12 17:02:51 -05:00 |
|
Robert O'Callahan
|
eb22569b67
|
Bug 826632. Part 2: Use nsRefPtr<nsViewManager> instead of nsCOMPtr. r=tnikkel
|
2013-01-05 16:12:42 +13:00 |
|
Robert O'Callahan
|
67b24645e1
|
Bug 826632. Part 1: Merge nsIViewManager into nsViewManager. r=tnikkel
|
2013-01-05 16:12:24 +13:00 |
|
Phil Ringnalda
|
f40517090e
|
Back out 5e76dfb1d426 (bug 826635) and 0df74b1a4543:20df426b6111 (bug 826632) for bustage
CLOSED TREE
|
2013-01-04 21:30:14 -08:00 |
|
Robert O'Callahan
|
4d45e573ba
|
Bug 826632. Part 2: Use nsRefPtr<nsViewManager> instead of nsCOMPtr. r=tnikkel
|
2013-01-05 16:12:42 +13:00 |
|
Robert O'Callahan
|
b20214218e
|
Bug 826632. Part 1: Merge nsIViewManager into nsViewManager. r=tnikkel
|
2013-01-05 16:12:24 +13:00 |
|
Trevor Saunders
|
182f3ee366
|
bug 825419 - outparamdel nsIDocShell::GetPresShell() r=smaug
|
2012-12-28 20:56:42 -05:00 |
|
Robert O'Callahan
|
ae130ef998
|
Bug 825866. Part 8: Mass-rename of nsIView to nsView. r=tnikkel
This was autogenerated by basically replacing all occurrences of the word "nsIView" with nsView.
|
2013-01-04 02:23:11 +13:00 |
|
Trevor Saunders
|
b09cd76099
|
bug 801466 - part 1 - remove uses of prmem in layout/ xpcom/ and modules/ r=roc
|
2012-12-03 16:18:36 -05:00 |
|
David Zbarsky
|
4dd472414f
|
Bug 799407: Enable FAIL_ON_WARNINGS in more of layout/ r=roc
|
2012-10-15 01:42:40 -04:00 |
|
David Zbarsky
|
e24b40de2c
|
Backout 784bb7c5ea9c (Bug 799407) for bustage
|
2012-10-15 02:14:34 -04:00 |
|
David Zbarsky
|
dd12c84484
|
Bug 799407: Enable FAIL_ON_WARNINGS in more of layout/ r=roc
|
2012-10-15 01:42:40 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
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 |
|
Aryeh Gregor
|
eb91209ce0
|
Bug 782252 - Change named constants to correct types; r=ehsan
|
2012-08-07 18:11:35 +03:00 |
|
Mike Hommey
|
0f9f294ea0
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Markus Stange
|
630256cc51
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
8fa80356cd
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Phil Ringnalda
|
23b7725580
|
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
|
2011-12-23 22:21:58 -08:00 |
|
Markus Stange
|
0577032393
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
79453f0787
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Ed Morley
|
83283f755c
|
Bug 703871 - Make layout/tools/layout-debug/Makefile.in use TEST_DIRS for tests; r=ted
|
2011-11-30 18:37:58 +00:00 |
|
Oonishi Atsushi
|
79cf816bd5
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Ms2ger
|
b91bd49779
|
Bug 540433 - Remove nsIDocumentViewer; r=smaug
|
2011-10-15 09:33:26 +02:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Ed Morley
|
1c933ef6e5
|
Bug 689037 - Remove unused layout/tools/layout-debug/makefiles.sh; r=khuey
|
2011-09-28 09:25:52 +01:00 |
|
Ted Mielczarek
|
881e3713f8
|
merge m-c and b-s
|
2011-06-13 09:09:43 -04:00 |
|
Ed Morley
|
d60e3b9e7b
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
|
Masayuki Nakano
|
7d44d9ec0e
|
Bug 663041 layout should use mozilla::Preferences r=roc
|
2011-06-12 11:30:16 +09:00 |
|
Joel Maher
|
39ca77fbd2
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Ms2ger
|
cc1d294433
|
Bug 637864 - Give nsIViewManager::GetRootView a sane signature; r=bz
|
2011-03-29 22:24:54 -04:00 |
|
Oleg Romashin
|
53eeabec8a
|
Bug 568204 - Fennec on xulrunner does not build with --enable-debug. r=dbaron,benjamin a=approval2.0
|
2011-01-04 17:37:20 +02:00 |
|
Boris Zbarsky
|
2228880c00
|
Bug 589667 test. Make sure no one breaks my layout-debug again. r=ted, a=npob
|
2010-09-10 17:26:42 -04:00 |
|
Vivien Nicolas
|
ff3697aefd
|
Bug 572326 - build error in layout/tools/layout-debug/application.ini [r=ted]
|
2010-07-15 09:52:07 +02:00 |
|
Benjamin Smedberg
|
85b2ac9e88
|
Stop trying (and failing) to build layout-debug as a standalone XULRunner app in XR builds: it has to be linked into libxul.
|
2010-06-25 15:13:29 -04:00 |
|
Benjamin Smedberg
|
0e824d90bb
|
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
|
2010-06-10 14:11:11 -04:00 |
|
Ehsan Akhgari
|
25d6527f6b
|
Bug 534694 - Move the layout debug extension to layout/tools; r=ted,roc
|
2010-04-23 15:03:22 -04:00 |
|