Ehsan Akhgari
|
a36acab5c8
|
Bug 1256178 - Drop the moz prefix from the MozCSSKeyframeRule and MozCSSKeyframesRule interfaces; r=bzbarsky
|
2016-03-15 10:23:01 -04:00 |
|
Bevis Tseng
|
05e37667fb
|
Bug 859764 - Part 1.1: Turn IDL Implementation into Internal-Only Interface. r=echen, r=smaug
--HG--
rename : dom/mobilemessage/MmsMessage.cpp => dom/mobilemessage/MmsMessageInternal.cpp
rename : dom/mobilemessage/MmsMessage.h => dom/mobilemessage/MmsMessageInternal.h
rename : dom/mobilemessage/MobileMessageThread.cpp => dom/mobilemessage/MobileMessageThreadInternal.cpp
rename : dom/mobilemessage/MobileMessageThread.h => dom/mobilemessage/MobileMessageThreadInternal.h
rename : dom/mobilemessage/SmsMessage.cpp => dom/mobilemessage/SmsMessageInternal.cpp
rename : dom/mobilemessage/SmsMessage.h => dom/mobilemessage/SmsMessageInternal.h
rename : dom/mobilemessage/interfaces/nsIDOMMozMmsMessage.idl => dom/mobilemessage/interfaces/nsIMmsMessage.idl
rename : dom/mobilemessage/interfaces/nsIDOMMozMobileMessageThread.idl => dom/mobilemessage/interfaces/nsIMobileMessageThread.idl
rename : dom/mobilemessage/interfaces/nsIDOMMozSmsMessage.idl => dom/mobilemessage/interfaces/nsISmsMessage.idl
|
2015-10-19 19:46:08 +08:00 |
|
Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Kevin Wern
|
cad494d874
|
Bug 1148694 patch 2 - Remove interface and implementation of CSSCharsetRule. r=dbaron
|
2015-04-21 00:08:36 -07:00 |
|
Bill McCloskey
|
989fdd3474
|
Bug 1133594 - Add support for message manager process scripts (r=smaug)
|
2015-02-19 17:13:02 -08:00 |
|
Peter Van der Beken
|
1dfb12501b
|
Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, remove nsIDOMXPathNSResolver. r=bz.
--HG--
extra : rebase_source : ea2b29ebafb830717bedee2ce80f46c92b270804
|
2014-10-14 16:27:25 +02:00 |
|
Tom Schuster
|
a3ee1b5004
|
Bug 1081692 - Move TreeColumn to WebIDL. r=khuey
--HG--
rename : layout/xul/tree/nsITreeColumns.idl => dom/webidl/TreeColumn.webidl
|
2014-10-17 11:13:41 +02:00 |
|
Jon Morton
|
1700296f02
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
|
2014-10-14 13:15:21 -07:00 |
|
Tom Schuster
|
ced1cd1fbd
|
Bug 844457 - Move XSLTProcessor to WebIDL. r=peterv
--HG--
rename : dom/xslt/nsIXSLTProcessor.idl => dom/webidl/XSLTProcessor.webidl
rename : dom/xslt/xml/txXMLUtils.cpp => dom/xslt/base/txExpandedName.cpp
rename : dom/xslt/xml/txXMLUtils.h => dom/xslt/base/txExpandedName.h
|
2014-10-10 14:21:54 +02:00 |
|
Ryan VanderMeulen
|
2e4734fdf0
|
Backed out changeset 012853bd80b7 (bug 844457) for likely being the real cause of the mochitest-dt failures.
CLOSED TREE
|
2014-10-09 13:39:14 -04:00 |
|
Tom Schuster
|
ffe3f3710e
|
Bug 844457 - Move XSLTProcessor to WebIDL. r=peterv
--HG--
rename : dom/xslt/nsIXSLTProcessor.idl => dom/webidl/XSLTProcessor.webidl
rename : dom/xslt/xml/txXMLUtils.cpp => dom/xslt/base/txExpandedName.cpp
rename : dom/xslt/xml/txXMLUtils.h => dom/xslt/base/txExpandedName.h
|
2014-10-09 17:25:43 +02:00 |
|
Andrea Marchesini
|
7491bee8c3
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
|
Ryan VanderMeulen
|
cd3e8a6f73
|
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
|
2014-10-07 13:16:11 -04:00 |
|
Andrea Marchesini
|
d272279126
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-07 15:20:52 +01:00 |
|
Tom Schuster
|
e9184faa0c
|
Bug 1065574 - Remove UserDataHandler. r=smaug f=bz
|
2014-09-11 12:22:30 +02:00 |
|
Boris Zbarsky
|
4532962c88
|
Bug 1017424 part 5. Remove classinfo for Window. r=peterv
|
2014-09-05 14:28:45 -04:00 |
|
Vicamo Yang
|
b479b9fef1
|
Bug 878533 - 1/3: move MozSmsFilter to webidl dictionary. r=smaug
|
2014-08-28 11:00:03 +08:00 |
|
Nigel Babu
|
a6d3714069
|
Backed out changeset 080926480632 (bug 878533) for build failure ON A CLOSED TREE
|
2014-08-18 08:59:01 +05:30 |
|
Vicamo Yang
|
401f08c724
|
Bug 878533 - 1/2: move MozSmsFilter to webidl dictionary. r=smaug
|
2014-08-18 10:34:10 +08:00 |
|
Vicamo Yang
|
bdbe52a2e4
|
Bug 916607 - 2/4: implementation. r=bzbarsky, r=gene
|
2014-08-04 17:01:36 +08:00 |
|
David Zbarsky
|
21dba40d04
|
Bug 1044305: Remove Location classinfo r=bz
|
2014-07-26 13:28:48 -04:00 |
|
Andrea Marchesini
|
3d909148b5
|
Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer
|
2014-07-23 01:07:12 -04:00 |
|
Peter Van der Beken
|
efa5f7d65a
|
Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
--HG--
extra : rebase_source : 2b3459ddf41e258469c31e0e7c4d515ef7a7c83f
|
2014-06-27 21:39:50 +02:00 |
|
Peter Van der Beken
|
b859e5a055
|
Backout patches for bug 1029104 for bustage on a CLOSED TREE.
--HG--
rename : dom/xslt/xpath/XPathExpression.cpp => dom/xslt/xpath/nsXPathExpression.cpp
rename : dom/xslt/xpath/XPathExpression.h => dom/xslt/xpath/nsXPathExpression.h
extra : rebase_source : 4cd96320fa102351284cca55b66d3a54592e5212
|
2014-06-27 23:07:44 +02:00 |
|
Peter Van der Beken
|
ff0e975b03
|
Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
--HG--
extra : rebase_source : f5c7a235a9a880f829ff39ccbb92508cbaad31a5
|
2014-06-27 21:39:50 +02:00 |
|
Vicamo Yang
|
27d8b0dafc
|
Bug 958782 - 2.b/3: WebIDL implementation. f=Ms2ger,bzbarsky,r=khuey
|
2014-06-25 11:57:16 +08:00 |
|
Peter Van der Beken
|
bd776f4d97
|
Bug 1027095 - Convert XPathResult to WebIDL bindings - add WebIDL API and switch. r=bz.
|
2013-07-04 17:40:06 +02:00 |
|
Xidorn Quan
|
96a68ed4e1
|
Bug 966166 - Part 1: Parse @counter-style rule. r=dbaron, r=bz
|
2014-06-11 21:10:00 -04:00 |
|
Ms2ger
|
b790db0fab
|
Merge mozilla-inbound to mozilla-central.
|
2014-05-30 14:07:35 +02:00 |
|
Andrea Marchesini
|
eec1044619
|
Bug 886420 - Move SVGNumber to WebIDL; r=bz
This commit also implements constructors for the SVGNumber interface.
|
2014-05-30 09:36:52 +02:00 |
|
Ms2ger
|
d1f63c87ff
|
Bug 995780 - Remove CSSStyleSheet classinfo; r=bz
|
2014-05-30 09:36:51 +02:00 |
|
Ehsan Akhgari
|
47dfe34897
|
Bug 1017820 - Remove the classinfo for DOMWindowUtils; r=bzbarsky
|
2014-05-29 22:45:47 -04:00 |
|
Edgar Chen
|
adca7effae
|
Bug 898445 - Part 2: DOM changes for MobileConnection webidl. r=smaug
|
2014-05-05 14:36:20 +08:00 |
|
Ms2ger
|
18857c4acb
|
Bug 995664 - Move CSSRuleList to WebIDL; r=bz
As CSSRuleList is the last consumer of nsArraySH and nsGenericArraySH, this
also removes those classes.
|
2014-05-03 09:32:54 +02:00 |
|
Ehsan Akhgari
|
7262b1ae70
|
Bug 998738 - Kill nsIDOMXPathNamespace (and window.XPathNamespace); r=smaug
|
2014-04-24 12:07:44 -04:00 |
|
Thomas Zimmermann
|
b340776270
|
Bug 904588: Convert MozIccManager to WebIDL, r=htsai, r=smaug
--HG--
rename : dom/icc/interfaces/nsIDOMIccManager.idl => dom/webidl/MozIccManager.webidl
|
2014-04-16 09:30:28 +02:00 |
|
Ms2ger
|
f63e8cd248
|
Bug 738196 - Part b: move StyleSheetList to WebIDL; r=bz
|
2014-04-12 10:18:54 +02:00 |
|
Ehsan Akhgari
|
699e478381
|
Bug 886416 - Move SVGLength to WebIDL; r=bzbarsky
|
2014-04-11 17:26:29 -04:00 |
|
Ed Morley
|
23c2df160b
|
Backed out changeset aac6762777be (bug 886416) for mochitest ABORTs; CLOSED TREE
|
2014-04-11 17:07:42 +01:00 |
|
Ehsan Akhgari
|
b0f6353efa
|
Bug 886416 - Move SVGLength to WebIDL; r=bzbarsky
|
2014-04-11 11:24:06 -04:00 |
|
Ed Morley
|
18e2a8f432
|
Backed out changeset 02d0214c5e37 (bug 738196)
|
2014-04-10 15:47:57 +01:00 |
|
Ms2ger
|
165fd8f857
|
Bug 738196 - Part b: move StyleSheetList to WebIDL; r=bz
|
2014-04-10 13:24:26 +02:00 |
|
Masatoshi Kimura
|
994deefc67
|
Bug 991690 - Remove the classinfo from EventListenerInfo. r=smaug
|
2014-04-04 20:04:00 +09:00 |
|
Ms2ger
|
d7c5e3051b
|
Bug 860731 - Part c: Move LockedFile to WebIDL; r=janv
|
2014-03-24 16:10:27 +01:00 |
|
Peter Van der Beken
|
04632f8c63
|
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
|
2013-07-09 13:54:21 -04:00 |
|
Peter Van der Beken
|
9eec664955
|
Bug 923054 part 2 - Convert DataTransfer to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=smaug
|
2014-02-26 22:23:31 -05:00 |
|
Mike Habicher
|
557d8c2d5c
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 17:41:07 -05:00 |
|
Ryan VanderMeulen
|
06dd91591b
|
Backed out changeset 6e588c56764b (bug 909542) for Gaia unit test perma-fail.
|
2014-02-14 08:27:44 -05:00 |
|
Mike Habicher
|
abbcc4db39
|
Bug 909542 - refactor CameraControl API, r=dhylands,jst,jesup,onecyrenus
|
2014-02-14 00:28:57 -05:00 |
|
Phil Ringnalda
|
5a748ed604
|
Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions
|
2014-02-10 19:09:23 -08:00 |
|