Eric Rahm
7b205832d2
Bug 968956 - DMD: Acquire state lock before clearing reports. r=njn.
...
DONTBUILD because DMD is NPOTB.
--HG--
extra : rebase_source : c3e5b2f27d4983c5802f1a38c8accc31a2b07fa2
2014-02-07 15:23:50 -08:00
Mark Hammond
c93bdc080b
Bug 968044 - prevent xpcshell test output from escaping CR chars. r=gps
2014-02-10 09:23:02 +11:00
Phil Ringnalda
b3e7169e0e
Back out 8a36e37f46ed (bug 969159) for Valgrind bustage
2014-02-09 14:11:40 -08:00
Cameron McCormack
52af170da8
Bug 969941 - Small documentation followup. (NPOTB, DONTBUILD)
2014-02-10 08:50:48 +11:00
Cameron McCormack
b7774ff5f7
Bug 969941 - Add lldb type summaries for nsFixed(C)String and nsAuto(C)String. r=ehsan (NPOTB, DONTBUILD)
2014-02-10 07:47:25 +11:00
Nicholas D. Matsakis
d1df66e05b
Bug 969159 -- Adjust assertion to account for zero-sized objects r=shu
2014-02-07 13:48:35 -05:00
Jim Blandy
02e4ce0af0
Bug 969764: Properly carry the source's element attribute name through off-thread compilations. r=bhackett
2014-02-09 11:00:03 -08:00
Ehsan Akhgari
22cd0287dc
Bug 970041 - Use fallible allocation in Windows font code; r=jfkthame
2014-02-09 11:34:22 -05:00
Ehsan Akhgari
06ce6ca076
Bug 969908 - Stop checking the return value of nsTArray::SetLength in MobileConnectionArray; r=khuey
2014-02-09 09:00:49 -05:00
Robert O'Callahan
589c48df61
Bug 947588. Part 5: Fix tests to pass even if regular HTML content is not displaying hexboxes for control characters. r=jfkthame
...
--HG--
extra : rebase_source : 8eea41432c267b4ace85d1230c5dba76fe7cc3c4
2014-02-05 23:23:50 +13:00
Robert O'Callahan
533e04ff75
Bug 947588. Part 4: Set -moz-text-discard:none in devtools, XUL, text inputs, plaintext documents, view-source documents. r=heycam
...
--HG--
extra : rebase_source : 2db920396d9c5f8de51c4385250f2903629441fc
2014-02-05 23:23:08 +13:00
Robert O'Callahan
1e8f5d4c97
Bug 947588. Part 3.9: Remove CRs from plaintext.css. r=heycam
...
--HG--
extra : rebase_source : 0cf0bb02d4edcc848f71ec498fd2521312521ae8
2014-02-05 23:22:21 +13:00
Robert O'Callahan
e7b62f6784
Bug 947588. Part 3: Map nsStyleText::mControlCharacterVisibility to TEXT_HIDE_CONTROL_CHARACTERS flag in nsTextFrame. r=jfkthame
...
Note that this is set up so any use of gfxTextRun outside of nsTextFrame
shows hexboxes for control characters.
--HG--
extra : rebase_source : 83335c85c4db4a6391f18924aad566b00fd6a66c
2014-02-05 23:16:23 +13:00
Robert O'Callahan
43edbab0e3
Bug 947588. Part 2: Add gfxTextRunFactory::TEXT_HIDE_CONTROL_CHARACTERS to guard usage of IsInvalidControlChar. r=jfkthame
...
--HG--
extra : rebase_source : 2ce426ebf3ad1643038954bcb18553dec27153c9
2014-02-05 23:08:58 +13:00
Robert O'Callahan
21f9cc6065
Bug 947588. Part 1: Add "-moz-control-character-visibility" property to the style system. r=heycam
...
Ideally we'd make this property inaccessible to Web content style sheets, but
that seems hard since view-source and plain text documents seem to load in a
context that's very similar to Web content as far as the style system is
concerned. It doesn't matter much since it's quite safe and unlikely to be
discovered or used by anyone.
--HG--
extra : rebase_source : 009aafc992afd07fd76a9026afe0f6994b4b214a
2014-02-05 23:08:48 +13:00
Raymond Lee
990a62a851
Bug 923406 - Remove localizedFilenamePrefix from PlacesBackups.js r=mak
2014-02-09 11:14:39 +01:00
Robert Longson
0c051bba75
Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter r=mstange
2014-02-09 09:46:16 +00:00
Robert Longson
63dc970a46
Bug 964200 (Part 3b fix test) - Implement Filter Effects Module feDropShadow filter r=hsivonen
2014-02-09 09:46:11 +00:00
Ms2ger
2e89bf81de
Merge m-i to m-c.
2014-02-09 10:31:55 +01:00
Ms2ger
2396fc741f
Merge b-i to m-c.
2014-02-09 10:21:49 +01:00
Ms2ger
22663d5e0c
Merge f-t to m-c.
2014-02-09 10:20:59 +01:00
Ms2ger
2e8d149147
Bug 969030 - Remove support for calling document.all; r=bz
2014-02-09 09:04:40 +01:00
Ms2ger
6e7f5b1c60
Bug 968805 - Pass nsIDocument to nsIContentViewer.loadStart; r=smaug
2014-02-09 09:04:40 +01:00
Ms2ger
f29b03ad4c
Bug 969035 - Outparamdel NS_NewContentViewer; r=bz
2014-02-09 09:04:40 +01:00
Ms2ger
e9fea6452c
Bug 969006 - Use nsIDocShellTreeItem::ItemType in nsXULPopupManager::MayShowPopup; r=bz
2014-02-09 09:04:39 +01:00
Ms2ger
5fb8b261b1
Bug 964192 - Remove the required argument to captureEvents/releaseEvents; r=bz
2014-02-09 09:04:39 +01:00
Ms2ger
9a272394cf
Bug 967206 - Remove !mDoc->EventHandlingSuppressed() assertion in ~nsGlobalWindow; r=mrbkap
2014-02-09 09:04:39 +01:00
Ms2ger
42a55ac1bb
Bug 969331 - Part c: Remove the nsresult return value from nsEventTargetChainItem::PostHandleEvent; r=smaug
2014-02-09 09:04:39 +01:00
Ms2ger
44b2883f8a
Bug 969331 - Part b: Remove the nsresult return value from nsEventTargetChainItem::HandleEvent; r=smaug
2014-02-09 09:04:39 +01:00
Ms2ger
d241969030
Bug 969331 - Part a: Remove the nsresult return value from nsEventTargetChainItem::PreHandleEvent; r=smaug
...
No caller actually looks at the return value.
2014-02-09 09:04:38 +01:00
Ms2ger
68ffc7141e
Bug 952033 - Part f: Use IntSize in CachedSurface; r=roc
2014-02-09 09:04:38 +01:00
Ms2ger
59d9de38de
Bug 952033 - Part e: Use IntSize in VideoSegment; r=roc
2014-02-09 09:04:38 +01:00
Ms2ger
7f9273ba28
Bug 952033 - Part d: Use IntSize in MediaDecoder; r=roc
2014-02-09 09:04:38 +01:00
Ms2ger
d9ed6641c7
Bug 952033 - Part c: Use IntSize and IntRect in VideoData; r=roc
2014-02-09 09:04:38 +01:00
Ms2ger
42aa546e2f
Bug 952033 - Part b: Use IntSize in CreateOffscreenSurface; r=roc
2014-02-09 09:04:38 +01:00
Ms2ger
f70eb58dd6
Bug 952033 - Part a: Use IntSize in SurfaceCache; r=roc
2014-02-09 09:04:37 +01:00
Jan Varga
cbf55c77bc
Bug 953425 - Part d: Add DOMFileRequest::Create(); r=Ms2ger
2014-02-09 09:04:37 +01:00
Ms2ger
058946a78f
Bug 953425 - Part c: Use DOMFileRequest in LockedFile; r=janv
2014-02-09 09:04:37 +01:00
Ms2ger
8592c6e602
Bug 968766 - Part k: Move the hashmap for named access to document.all into HTMLAllCollection; r=jst
2014-02-09 09:04:37 +01:00
Ms2ger
e97eaf6f25
Bug 968766 - Part j: Remove the nsresult outparam from nsHTMLDocument::GetDocumentAllList and HTMLAllCollection::GetNamedItem; r=jst
2014-02-09 09:04:37 +01:00
Ms2ger
58bd97db70
Bug 968766 - Part i: Move the document.all NodeLists into a separate hashtable; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
4204e87a21
Bug 968766 - Part h: Replace GetDocumentAllResult by GetDocumentAllList on nsHTMLDocument; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
c18f27d71d
Bug 968766 - Part g: Only unwrap the HTMLAllCollection once; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
6e16dac6e8
Bug 968766 - Part f: Introduce HTMLAllCollection::GetNamedItem; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
d368c17b35
Bug 968766 - Part e: Introduce HTMLAllCollection::Item; r=jst
2014-02-09 09:04:35 +01:00
Ms2ger
c4958481bc
Bug 968766 - Part d: Introduce HTMLAllCollection::Length; r=jst
2014-02-09 09:04:33 +01:00
Ms2ger
c090cfcc7a
Bug 968766 - Part c: Remove nsHTMLDocumentSH::GetDocumentAllNodeList; r=jst
2014-02-09 09:02:45 +01:00
Ms2ger
328e1af214
Bug 968766 - Part b: Store the document.all NodeList in a C++ member rather than a reserved slot; r=jst
2014-02-09 09:02:45 +01:00
Ms2ger
1da7d7fb7c
Bug 968766 - Part a: Move the custom HTMLAllCollection code from nsDOMClassInfo.cpp to HTMLAllCollection.cpp; r=jst
2014-02-09 09:02:45 +01:00
Ms2ger
6d9389fa9c
No bug - Stop building PluginDocument.cpp in unified mode.
...
It pulls in system headers that conflict with the new code in
HTMLAllCollection.cpp.
2014-02-09 09:02:45 +01:00