.. |
Attr.cpp
|
Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug
|
2013-09-24 19:04:16 +09:00 |
Attr.h
|
Bug 892460 - Add MOZ_FINAL to a bunch of node classes. r=bz
|
2013-07-12 06:26:54 +09:00 |
ChildIterator.cpp
|
Bug 890775 - Not all xbl:children elements should be treated specially. r=peterv
|
2013-07-11 17:52:49 -04:00 |
ChildIterator.h
|
Bug 653881 - Rework XBL insertion points and clean up related code to more closely follow the Web Components model. Instead of maintaining a hashtable of insertion points in bindings (and removing insertions points from the tree) leave the insertion points in the tree as explicit placeholders and teach all other relevant code how to walk the explicit children of elements via two iterators (ExplicitChildIterator and FlattenedChildIterator). Note that this patch does not maintain 100% compatibility with the previous code: there are bug fixes and behavior changes included. For example, by having explicit insertion points in the bindings, it is now easier to handle dynamic changes to the bound element correctly (as well as, eventually, handling dynamic changes to the binding correctly). Patch originally by sicking. r=bzbarsky
|
2013-05-01 15:50:08 -07:00 |
Comment.cpp
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
Comment.h
|
Bug 888864 - Changing a stylesheet ProcessingInstruction's data no longer applies immediately. r=bz
|
2013-07-17 10:09:04 -04:00 |
contentAreaDropListener.js
|
Bug 816340 - Propagate events to chrome even if there is a disabled form control in the event target chain, r=jst,gavin
|
2013-01-03 17:17:36 +02:00 |
contentAreaDropListener.manifest
|
|
|
contentSecurityPolicy.js
|
Backout bug 886164 for B2G regressions.
|
2013-09-23 21:26:05 -04:00 |
contentSecurityPolicy.manifest
|
Bug 783049 - CSP : use existing/old parser for X-Content-Security-Policy header, new/CSP 1.0 spec compliant parser for Content-Security-Policy header - Part 1 (r=bz)
|
2013-01-09 10:57:03 -08:00 |
CSPUtils.jsm
|
Bug 916446 -Pass reportOnly to CSPRep.fromString so invalid pre-1.0 CSP headers aren't accidentally enforced. r=sstamm
|
2013-09-19 17:31:01 -04:00 |
DirectionalityUtils.cpp
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
DocumentFragment.cpp
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
DocumentFragment.h
|
Bug 776517 - Move GetExistingAttrNameFromQName from nsIContent to dom::Element; r=smaug
|
2013-07-24 09:39:46 +02:00 |
DocumentType.cpp
|
Bug 883889. Call SetIsDOMBinding() in the nsINode constructor, and remove it from all the subclasses. r=peterv
|
2013-07-11 11:58:29 -04:00 |
DocumentType.h
|
Bug 892460 - Add MOZ_FINAL to a bunch of node classes. r=bz
|
2013-07-12 06:26:54 +09:00 |
DOMImplementation.cpp
|
Bug 904178 - Part f: Remove some includes from nsPIDOMWindow.h; r=mounir
|
2013-08-22 08:30:55 +02:00 |
DOMImplementation.h
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
DOMParser.cpp
|
Bug 909563: Part 3 - Rename nsDOMParser and drop Bindings.conf annotations. r=bz
|
2013-08-30 10:16:32 -07:00 |
DOMParser.h
|
Bug 909563: Part 3 - Rename nsDOMParser and drop Bindings.conf annotations. r=bz
|
2013-08-30 10:16:32 -07:00 |
Element.cpp
|
Bug 912956 part.12 All event utils (macros and inline methods) should be methods of mozilla::WidgetEvent r=roc
|
2013-09-24 19:04:16 +09:00 |
EventSource.cpp
|
Bug 910937: Remove xpc_UnmarkGrayObject and use JSAPI directly. r=mccr8
|
2013-09-08 20:28:48 -07:00 |
EventSource.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
FileIOObject.cpp
|
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
|
2013-08-02 10:29:05 +09:00 |
FileIOObject.h
|
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
|
2013-05-18 13:52:06 -04:00 |
FragmentOrElement.cpp
|
Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug
|
2013-09-24 19:04:16 +09:00 |
Link.cpp
|
Bug 887364 - URL API for main thread. r=ehsan
|
2013-09-04 13:07:21 -04:00 |
Link.h
|
Bug 887364 - Update URLUtils interface. r=ehsan
|
2013-09-04 13:05:10 -04:00 |
Makefile.in
|
Bug 911258: Part 5 - Use the unified exception handling mechanism on workers. r=bz
|
2013-09-08 20:29:21 -07:00 |
messageWakeupService.js
|
|
|
messageWakeupService.manifest
|
|
|
moz.build
|
Bug 910238 - Part b: Export nsImageLoadingContent.h; r=bz
|
2013-09-06 08:40:49 +02:00 |
mozAutoDocUpdate.h
|
Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz
|
2013-04-11 22:20:09 -05:00 |
NodeIterator.cpp
|
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
|
2013-08-02 10:29:05 +09:00 |
NodeIterator.h
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
nsAtomListUtils.cpp
|
|
|
nsAtomListUtils.h
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
nsAttrAndChildArray.cpp
|
Bug 798914 (part 6) - Followup: move MemoryReporting.h include after the cpp's own header include. r=njn.
|
2013-06-30 18:26:39 +02:00 |
nsAttrAndChildArray.h
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
nsAttrName.h
|
Bug 870566. Make dataset gets faster by spending less time messing with strings. r=smaug
|
2013-05-10 18:57:58 -04:00 |
nsAttrValue.cpp
|
Bug 913619 - Minimize the #includes in image/src; r=jrmuizel
|
2013-09-07 09:01:08 -04:00 |
nsAttrValue.h
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
nsAttrValueInlines.h
|
Bug 774124 - Part a: Include nsAttrValue.h in nsAttrValueInlines.h; r=dzbarsky
|
2013-09-06 08:40:03 +02:00 |
nsAttrValueOrString.cpp
|
|
|
nsAttrValueOrString.h
|
Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz
|
2013-04-11 22:20:09 -05:00 |
nsCCUncollectableMarker.cpp
|
Backed out 5 changesets (bug 904720, bug 915757, bug 902909) for b2g bustage
|
2013-09-15 22:48:30 -07:00 |
nsCCUncollectableMarker.h
|
Bug 873111 - Statically enforce root/child phase separation in cycle collector graph building. r=smaug
|
2013-05-20 13:08:11 -07:00 |
nsChannelPolicy.cpp
|
|
|
nsChannelPolicy.h
|
|
|
nsContentAreaDragDrop.cpp
|
Bug 919296 - Minimize the #includes in netwerk/ IDL files; r=mcmanus
|
2013-09-22 23:35:05 -04:00 |
nsContentAreaDragDrop.h
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ r=Ms2ger
|
2013-04-05 20:44:15 -04:00 |
nsContentIterator.cpp
|
bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan
|
2013-07-09 13:30:58 -04:00 |
nsContentList.cpp
|
Bug 904202. Make sure we remove our nsContentLists from list caches during unlink. r=smaug
|
2013-09-24 22:56:18 -04:00 |
nsContentList.h
|
Bug 904202. Make sure we remove our nsContentLists from list caches during unlink. r=smaug
|
2013-09-24 22:56:18 -04:00 |
nsContentListDeclarations.h
|
Bug 904695 - #include fewer headers in nsContentUtils.h; r=jst
|
2013-08-21 15:28:26 -04:00 |
nsContentPolicy.cpp
|
|
|
nsContentPolicy.h
|
|
|
nsContentSink.cpp
|
Bug 911771 followup. Just nuke the broken code. r=CLOSED TREE
|
2013-09-04 17:38:23 -04:00 |
nsContentSink.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
nsContentUtils.cpp
|
Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug
|
2013-09-24 19:04:16 +09:00 |
nsCopySupport.cpp
|
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
|
2013-09-23 13:29:27 -04:00 |
nsCrossSiteListenerProxy.cpp
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsCrossSiteListenerProxy.h
|
|
|
nsCSPService.cpp
|
bug 836922 - support mulitiple CSP policies at the same time. r=jst,grobinson
|
2013-09-12 09:25:32 -07:00 |
nsCSPService.h
|
|
|
nsDataDocumentContentPolicy.cpp
|
Bug 771942, normal content policy checks for chrome data documents, r=bz, a=akeybl
|
2013-01-08 19:16:28 +02:00 |
nsDataDocumentContentPolicy.h
|
|
|
nsDocument.cpp
|
Backed out changeset d20b53c907ee (bug 863966) for leaks.
|
2013-09-24 10:22:41 -04:00 |
nsDocument.h
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:39 -04:00 |
nsDocumentEncoder.cpp
|
Bug 895239 - Serialize non-textual container element as placeholder if OutputNonTextContentAsPlaceholder is set. r=smaug
|
2013-08-06 10:40:38 -04:00 |
nsDOMAttributeMap.cpp
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsDOMAttributeMap.h
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
nsDOMBlobBuilder.cpp
|
Bug 914381 - Implement MozGetFullPathInternal for multipart files. r=khuey
|
2013-09-10 09:26:58 -07:00 |
nsDOMBlobBuilder.h
|
Bug 914381 - Implement MozGetFullPathInternal for multipart files. r=khuey
|
2013-09-10 09:26:58 -07:00 |
nsDOMCaretPosition.cpp
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
nsDOMCaretPosition.h
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
nsDOMDataChannel.cpp
|
Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug
|
2013-08-05 13:40:01 -04:00 |
nsDOMDataChannel.h
|
Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug
|
2013-08-05 13:40:01 -04:00 |
nsDOMDataChannelDeclarations.h
|
Bug 868778 - Part a: Move nsDOMDataChannel.h to nsDOMDataChannelDeclarations.h; r=jesup
|
2013-05-20 09:10:59 +02:00 |
nsDOMFile.cpp
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:39 -04:00 |
nsDOMFileReader.cpp
|
Bug 904826 - Remove some unneeded nsLayoutStatics calls. r=smaug,bholley,bz
|
2013-08-27 15:39:02 -07:00 |
nsDOMFileReader.h
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
nsDOMLists.cpp
|
Bug 877654 - Remove thisptr offset tables - Remove offset tables from non-HTMLElement objects and remove offset table macros. r=Ms2ger.
|
2013-05-21 21:59:27 +02:00 |
nsDOMLists.h
|
|
|
nsDOMMutationObserver.cpp
|
Bug 912874 - New API to enumerate mutation observers, r=peterv
|
2013-09-11 22:43:01 +03:00 |
nsDOMMutationObserver.h
|
Bug 912874 - New API to enumerate mutation observers, r=peterv
|
2013-09-11 22:43:01 +03:00 |
nsDOMSerializer.cpp
|
Bug 904178 - Part f: Remove some includes from nsPIDOMWindow.h; r=mounir
|
2013-08-22 08:30:55 +02:00 |
nsDOMSerializer.h
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
nsDOMSettableTokenList.cpp
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
nsDOMSettableTokenList.h
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
nsDOMTokenList.cpp
|
Bug 910795 part 2. Use the new Rebind() setup to avoid creating string copies for variadic string arguments. r=smaug
|
2013-09-04 16:43:12 -04:00 |
nsDOMTokenList.h
|
Bug 814014 - Implement the new classList specification which permits adding/removing several classes with one call. r=smaug
|
2013-08-28 09:31:13 +02:00 |
nsFormData.cpp
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
nsFormData.h
|
Bug 910238 - Part a: Remove some includes from HTMLInputElement.h; r=bz
|
2013-09-06 08:40:45 +02:00 |
nsFrameLoader.cpp
|
Bug 913155 - Electrolysis: Add a submit crashreport box on the tab crashed page. r=felipe,smaug
|
2013-09-12 15:24:10 -04:00 |
nsFrameLoader.h
|
Bug 913155 - Electrolysis: Add a submit crashreport box on the tab crashed page. r=felipe,smaug
|
2013-09-12 15:24:10 -04:00 |
nsFrameMessageManager.cpp
|
Bug 916993 - Handlify the public JSString APIs; r=bz,jonco
|
2013-09-16 18:33:40 -07:00 |
nsFrameMessageManager.h
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
|
2013-08-27 19:59:14 -07:00 |
nsGenConImageContent.cpp
|
Backout c619171e0070 for windows assertion failure on a CLOSED TREE
|
2013-08-23 14:58:41 -04:00 |
nsGenericDOMDataNode.cpp
|
Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug
|
2013-09-24 19:04:16 +09:00 |
nsGenericDOMDataNode.h
|
Bug 918185. When Range.getBoundingClientRect/getClientRects needs a textframe for a node, create one if the textframe was optimized away. r=bz
|
2013-09-19 16:23:48 +12:00 |
nsGkAtomList.h
|
bug 888981 - add Accessible::IsAcceptableChild() r=surkov
|
2013-09-06 15:27:07 -04:00 |
nsGkAtoms.cpp
|
|
|
nsGkAtoms.h
|
|
|
nsHostObjectProtocolHandler.cpp
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsHostObjectURI.cpp
|
|
|
nsHostObjectURI.h
|
Bug 855130 - Implement URL::createObjectURL overload for
|
2013-06-21 15:15:15 +12:00 |
nsHTMLContentSerializer.cpp
|
Bug 917299 - Remove some dead code in content/ and dom/; r=bzbarsky
|
2013-09-17 12:49:07 -04:00 |
nsHTMLContentSerializer.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
nsImageLoadingContent.cpp
|
Bug 847223. Part 10. Make the new code work when we have the image visibility analysis prefed off. r=mats
|
2013-09-14 19:05:06 -05:00 |
nsImageLoadingContent.h
|
Bug 847223. Part 8. Use a bool to track if FrameCreate has been called. r=mats
|
2013-09-14 19:05:05 -05:00 |
nsINode.cpp
|
Bug 920146 - Rename NODE_IS_ANONYMOUS to NODE_IS_ANONYMOUS_ROOT to avoid misinterpretation and for symmetry with NODE_IS_NATIVE_ANONYMOUS_ROOT. r=bz
|
2013-09-24 20:28:32 +01:00 |
nsInProcessTabChildGlobal.cpp
|
Bug 919505 - Minimize the #includes in dom/ipc; r=jst
|
2013-09-23 17:30:40 -04:00 |
nsInProcessTabChildGlobal.h
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:39 -04:00 |
nsLineBreaker.cpp
|
|
|
nsMappedAttributeElement.cpp
|
|
|
nsMappedAttributeElement.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
nsMappedAttributes.cpp
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
nsMappedAttributes.h
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
nsMixedContentBlocker.cpp
|
Bug 838396 - Don't set hasMixedDisplayContentLoaded and hasMixedDisplayContentBlocked flag in nsMixedContentBlocker.cpp. r=smaug, r=bz
|
2013-08-29 16:46:25 -04:00 |
nsMixedContentBlocker.h
|
Bug 782654 - Add Mixed Active state and an hasMixedActiveContentLoaded flag. (r=smaug)
|
2012-12-13 14:53:06 -08:00 |
nsNameSpaceManager.cpp
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsNoDataProtocolContentPolicy.cpp
|
|
|
nsNoDataProtocolContentPolicy.h
|
|
|
nsNodeInfo.cpp
|
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
|
2013-08-02 10:29:05 +09:00 |
nsNodeInfo.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
nsNodeInfoManager.cpp
|
Bug 901645: Mark some variables in content/base/src as DebugOnly. r=smaug
|
2013-08-05 21:35:08 -04:00 |
nsNodeInfoManager.h
|
|
|
nsNodeUtils.cpp
|
Backed out 5 changesets (bug 904720, bug 915757, bug 902909) for b2g bustage
|
2013-09-15 22:48:30 -07:00 |
nsNodeUtils.h
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
|
2013-08-27 19:59:14 -07:00 |
nsObjectLoadingContent.cpp
|
Bug 911258: Part 5 - Use the unified exception handling mechanism on workers. r=bz
|
2013-09-08 20:29:21 -07:00 |
nsObjectLoadingContent.h
|
Bug 909642. Don't include nsNPAPIPluginInstance in headers so much, since it pulls in lots of gunk. r=bsmedberg
|
2013-08-27 01:05:29 -04:00 |
nsPlainTextSerializer.cpp
|
Bug 917299 - Remove some dead code in content/ and dom/; r=bzbarsky
|
2013-09-17 12:49:07 -04:00 |
nsPlainTextSerializer.h
|
Bug 895239 - Serialize non-textual container element as placeholder if OutputNonTextContentAsPlaceholder is set. r=smaug
|
2013-08-06 10:40:38 -04:00 |
nsPropertyTable.cpp
|
Bug 798914 (part 6) - Followup: move MemoryReporting.h include after the cpp's own header include. r=njn.
|
2013-06-30 18:26:39 +02:00 |
nsPropertyTable.h
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
nsRange.cpp
|
Bug 918185. When Range.getBoundingClientRect/getClientRects needs a textframe for a node, create one if the textframe was optimized away. r=bz
|
2013-09-19 16:23:48 +12:00 |
nsRange.h
|
Bug 859193 - Cleanup nsRange r=smaug
|
2013-07-11 23:29:24 -04:00 |
nsReferencedElement.cpp
|
Bug 796061 - Part 1: Remove mBindingTable from nsBindingManager. r=mrbkap
|
2013-07-17 09:05:03 -07:00 |
nsSandboxFlags.h
|
Bug 907892. Disallow setting document.domain in sandboxed iframes. r=smaug
|
2013-08-22 09:46:27 -04:00 |
nsScriptElement.cpp
|
Bug 813445 part.3 Remove NS_EVENT_FLAG_CANT_CANCEL and NS_EVENT_FLAG_CANT_BUBBLE r=smaug
|
2012-12-16 10:26:03 +09:00 |
nsScriptElement.h
|
Bug 902901 - Give nsScriptElement.h an include guard; r=hsivonen
|
2013-08-14 08:57:41 +02:00 |
nsScriptLoader.cpp
|
Bug 765993 - Fetch source map URLS from HTTP headers; r=hsivonen
|
2013-09-17 11:43:23 +02:00 |
nsScriptLoader.h
|
Backed out changeset 47a8380519cc (bug 916255) for tp timeouts.
|
2013-09-14 21:25:31 -04:00 |
nsStubDocumentObserver.cpp
|
|
|
nsStubDocumentObserver.h
|
|
|
nsStubMutationObserver.cpp
|
|
|
nsStubMutationObserver.h
|
|
|
nsStyledElement.cpp
|
Bug 912956 part.9 Rename nsMutationEvent.h to mozilla/MutationEvent.h r=smaug
|
2013-09-24 19:04:16 +09:00 |
nsStyledElement.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
nsStyleLinkElement.cpp
|
[Bug 901289] Remove nsIDOMLinkStyle r=Ms2ger
|
2013-08-09 21:17:52 -04:00 |
nsStyleLinkElement.h
|
[Bug 901289] Remove nsIDOMLinkStyle r=Ms2ger
|
2013-08-09 21:17:52 -04:00 |
nsSyncLoadService.cpp
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
nsSyncLoadService.h
|
|
|
nsTextFragment.cpp
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
nsTextFragment.h
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
nsTextFragmentImpl.h
|
Bug 900260: Explicitly cast 64-bit value to size_t, to fix build warning on 32-bit platforms (which won't run this code anyway). r=froydnj
|
2013-08-06 07:13:59 -07:00 |
nsTextFragmentSSE2.cpp
|
Bug 901529: Declare bitmask as uint16_t, rather than implicitly as a signed short function-arg, to fix "truncation of constant value" build warning. r=jlebar
|
2013-08-05 12:45:50 -04:00 |
nsTextNode.cpp
|
Add a routine to clear the direction set by a textnode without resetting it. Bug 894137, r=ehsan
|
2013-08-08 09:54:18 +03:00 |
nsTextNode.h
|
Bug 888864 - Changing a stylesheet ProcessingInstruction's data no longer applies immediately. r=bz
|
2013-07-17 10:09:04 -04:00 |
nsTraversal.cpp
|
Bug 776536 part 4. Turn on WebIDL bindings for NodeIterator and TreeWalker. r=peterv
|
2013-02-28 12:56:42 -05:00 |
nsTraversal.h
|
Bug 776536 part 3. Add a WebIDL API to NodeIterator and TreeWalker. r=peterv
|
2013-02-28 12:56:42 -05:00 |
nsTreeSanitizer.cpp
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
nsViewportInfo.cpp
|
Bug 910322 - Strongly type the zoom factors in nsViewportInfo. r=mbrubeck, Ms2ger
|
2013-09-03 15:12:23 -04:00 |
nsXHTMLContentSerializer.cpp
|
Bug 917299 - Remove some dead code in content/ and dom/; r=bzbarsky
|
2013-09-17 12:49:07 -04:00 |
nsXHTMLContentSerializer.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
nsXMLContentSerializer.cpp
|
Bug 917299 - Remove some dead code in content/ and dom/; r=bzbarsky
|
2013-09-17 12:49:07 -04:00 |
nsXMLContentSerializer.h
|
Backed out changeset a966aadd9ae3 (bug 856822) for Windows bustage on a CLOSED TREE.
|
2013-05-29 17:56:10 -04:00 |
nsXMLHttpRequest.cpp
|
Backed out 5 changesets (bug 904720, bug 915757, bug 902909) for b2g bustage
|
2013-09-15 22:48:30 -07:00 |
nsXMLHttpRequest.h
|
Bug 913531 - Remove the unnecessary #includes from nsIXPConnect.idl; r=bholley
|
2013-09-06 13:50:24 -04:00 |
nsXMLNameSpaceMap.cpp
|
|
|
Text.cpp
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
Text.h
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
ThirdPartyUtil.cpp
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
|
2013-04-02 21:14:24 -04:00 |
ThirdPartyUtil.h
|
|
|
TreeWalker.cpp
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
TreeWalker.h
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
WebSocket.cpp
|
Bug 918373 - GC: Handlify various public APIs r=sfink r=bholley r=smaug
|
2013-09-20 10:22:59 +01:00 |
WebSocket.h
|
Bug 909003 - Part c: Remove some includes from WebSocket.h; r=bz
|
2013-09-06 08:43:12 +02:00 |