Trevor Saunders
|
443e419ad9
|
bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz
|
2013-02-12 17:02:51 -05:00 |
|
David Zbarsky
|
edca27c095
|
Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr
|
2013-01-07 22:22:41 -05:00 |
|
David Zbarsky
|
796d6a7fbc
|
Bug 824899 - Don't use nsIDOMSVGElement where possible r=longsonr
|
2013-01-06 01:25:55 -05: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
|
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 |
|
Masayuki Nakano
|
9aaebfb1db
|
Bug 813445 part.14 Make dom::EventListenerFlags for nsEventListenerManager r=smaug
|
2012-12-16 10:26:05 +09:00 |
|
Boris Zbarsky
|
b578117724
|
Bug 811449 part 1. Move everything from nsGenericElement.h to Element.h. r=peterv
Note: This is just moving code as-is, with absolutely no changes
outside of the Link bits that are needed to make mock_Link compile.
|
2012-11-14 14:10:07 -08:00 |
|
Jonathan Kew
|
80e3bb06d8
|
bug 794038 pt 0.9 - provide an unscaledDevicePixelsPerCSSPixel attribute on nsIBaseWindow to expose the default device-pix/css-pix ratio. r=roc
|
2012-10-16 20:41:19 +01: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 |
|
Ms2ger
|
bd02c3e237
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ed Morley
|
a246794e16
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
e42f8c031a
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
foudfou
|
3ea3e6c97f
|
Bug 760802 - Add JS nativeHandler attribute for nsIBaseWindow. r=roc
|
2012-07-24 21:35:32 -04:00 |
|
Ehsan Akhgari
|
dbe5852117
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (embedding parts); r=jrmuizel
|
2012-07-10 23:58:57 -04:00 |
|
Ryan VanderMeulen
|
4c71ae6d9a
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
202bd53a55
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Olli Pettay
|
2146ee62af
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Gavin Sharp
|
89752ca1d5
|
Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
|
2012-01-30 17:58:30 -08:00 |
|
Masayuki Nakano
|
69956f889b
|
Bug 204786 Use LookAndFeel for delay to show tooltip r=roc+enndeakin
|
2011-12-16 18:18:48 +09: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 |
|
Neil Deakin
|
74489135a3
|
Bug 694227 nsIBaseWindow::blurSuppression is unusued, r-bsmedbeg,sr=bz
|
2011-10-14 14:11:22 -04: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 |
|
Ms2ger
|
717aa1d9e1
|
Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug
|
2011-08-26 09:43:49 +02:00 |
|
Jonas Sicking
|
8f3a719198
|
Bug 667612: Make addEventListener not throw if passed a null listener. r=smaug
|
2011-08-18 02:45:00 -07:00 |
|
Ms2ger
|
f94201ffcc
|
Bug 670746 - Modernize nsDocShellTreeOwner::Get{WebBrowserChrome,OwnerWin,OwnerRequestor}; r=bz
|
2011-07-15 12:32:40 +02:00 |
|
Robert Longson
|
9923d8c167
|
Bug 639945 - tooltips are not displayed on inline svg elements. r=dao,bzbarsky
|
2011-06-30 21:58:21 +01:00 |
|
Jonas Sicking
|
06056cb6cf
|
Bug 663461 Part 2: Remove Add/RemoveEventListenerByIID from embedding. r=smaug
|
2011-06-28 08:12:42 -07:00 |
|
Jonas Sicking
|
ce20c50ff9
|
Bug 658714 Part 10: Remove nsIDOM3EventTarget/nsIDOMEventGroup. r=smaug
|
2011-06-23 19:18:02 -07:00 |
|
Jonas Sicking
|
d73e3d4919
|
Bug 658714 Part 9: Don't use EventGroups for system-group. r=smaug
|
2011-06-23 19:18:02 -07:00 |
|
Jonas Sicking
|
315cf61925
|
Bug 658714 Part 8: Improve the nsEventListenerManager API. r=smaug
|
2011-06-23 19:18:02 -07:00 |
|
Jonas Sicking
|
f0870a33e0
|
Bug 658714 Part 7: DeCOMtaminate nsEventListenerManager. r=smaug
|
2011-06-23 19:18:01 -07:00 |
|
Jonas Sicking
|
423de3eccb
|
Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug
|
2011-06-23 19:18:01 -07:00 |
|
Jonas Sicking
|
9e55f5c437
|
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
|
2011-06-23 19:18:00 -07:00 |
|
Jonas Sicking
|
8cfd06e6af
|
Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv
|
2011-06-14 00:56:48 -07:00 |
|
Ms2ger
|
f3a6d89363
|
Bug 664123 - Backout bugs 659053 and 659539 (changesets 9c49f69d8bab-1b11c64ffcdf)
|
2011-06-14 16:25:51 +02:00 |
|
Jonas Sicking
|
e2b5f79ee5
|
Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv
|
2011-06-14 00:56:48 -07:00 |
|
Mounir Lamouri
|
19e7fb8e86
|
Bug 565541 (1/2) - Add targetableShellCount to nsIDocShellTreeOwner. r=bz
Basically, this will return a the number of tabs when nsIDocShellTreeOwner is
a nsContentTreeOwner.
|
2011-04-14 14:27:53 -07:00 |
|
Ed Morley
|
6e443492c7
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Ed Morley
|
5939100a93
|
Bug 655756 - Remove final XP_MAC remnants; r=josh
|
2011-05-10 20:24:48 +02:00 |
|
Ms2ger
|
cc1d294433
|
Bug 637864 - Give nsIViewManager::GetRootView a sane signature; r=bz
|
2011-03-29 22:24:54 -04:00 |
|
Mounir Lamouri
|
d9f3f5b5fb
|
Bug 595922 - tooltips should not show form validation message if the form element has @novalidate. r+a=sicking
|
2010-12-17 09:47:30 -08:00 |
|
Mounir Lamouri
|
1b47c42ebc
|
Bug 605277 - Do not show the form validation error message in the tooltip if title is set. r+a=sicking
|
2010-11-15 23:56:01 +01:00 |
|
Mounir Lamouri
|
568d2b580f
|
Bug 581947 - Show validation message error in the tooltip of an invalid element. r=gavin.sharp sr=sicking ui-r=limi a2.0=blocking
|
2010-08-27 07:46:17 +02:00 |
|
Benjamin Smedberg
|
c0b20a13c4
|
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
|
2010-07-01 11:55:57 -04:00 |
|