Boris Zbarsky
5d6910fbb0
Bug 966710. Flag document.getElementsByTagNameNS as being able to throw, since it can. r=smaug
2014-02-03 11:03:54 -05:00
Sid Stamm
53b4c0d99c
Bug 911547 - make nsIContentSecurityPolicy serializable and trigger read/write from nsPrincipal. r=jst,grobinson
...
--HG--
extra : rebase_source : 3e1846e15538729f3c94f5c1470959b5d7b31f0f
2014-01-23 15:34:59 -08:00
Alexandre Poirot
2bb95c6160
Bug 949549 - Ensure that CSP warnings reach webconsole for document hosted on app:// protocol. r=sstamm
2014-01-21 11:28:58 -05:00
Tom Schuster
e64b35e141
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00
David Zbarsky
d1dd41cac1
Bug 952973: Perform some content/base decom r=bz
2014-01-15 09:26:51 -05:00
Garrett Robinson
3ceb749a52
Bug 883975 - CSP 1.1 hash-source. r=sstamm, r=dholbert, r=mrbkap
2014-01-02 11:14:06 -08:00
Bill McCloskey
a6625bd8f0
Bug 957427 - Expose an nsILoadContext shim in nsIFrameLoader (r=smaug)
2014-01-10 17:10:57 -08:00
Ryan VanderMeulen
f427c884c8
Backed out 6 changesets (bug 939294) for B2G bustage on a CLOSED TREE.
...
Backed out changeset 8c3aa9973da0 (bug 939294)
Backed out changeset 37098c13e59e (bug 939294)
Backed out changeset 7c9ade6c871c (bug 939294)
Backed out changeset fed59539afc1 (bug 939294)
Backed out changeset 89e9d3fa16fc (bug 939294)
Backed out changeset c97e58ebc5f4 (bug 939294)
2014-01-09 14:17:39 -05:00
Tom Schuster
51cda132ba
Bug 939294 - Handlify content/. r=smaug
2014-01-09 18:39:37 +01:00
Ehsan Akhgari
9f0a4725ad
Bug 957652 - Replace the Attr element getters by something that returns an Element; r=bzbarsky
2014-01-09 09:07:22 -05:00
Ehsan Akhgari
f9c18ee1df
Bug 957431 - Remove support for Attr.ownerElement; r=bzbarsky
2014-01-08 09:28:19 -05:00
Andrew McCreight
6eb97eeada
Bug 956569 - Make nsContentUtils::WrapNative MOZ_WARN_UNUSED_RESULT. r=smaug
2014-01-06 11:54:43 -08:00
Andrew McCreight
737d0d5fa9
Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug
2014-01-06 11:54:43 -08:00
Ehsan Akhgari
ebd358dfd7
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Wes Kocher
aa763b2feb
Merge m-c to inbound
2013-12-24 15:25:23 -08:00
Honza Bambas
4fc7ebc647
Bug 918880 - MaybeAllowOfflineAppByDefault must work on child processes, r=jduell
2013-11-19 23:15:59 +01:00
William Chen
fa4b20986a
Bug 887538 - Implement web components shadow element. r=mrbkap
2013-12-20 22:43:58 -08:00
Boris Zbarsky
83e066b926
Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking
2013-12-20 14:28:17 -05:00
Bill McCloskey
56351ad02f
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
2013-11-23 21:32:45 -08:00
Ehsan Akhgari
ce9c4676d6
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
2013-12-17 09:12:33 -05:00
Ehsan Akhgari
161bc424ea
Bug 949445 - Part 1: Move selectionLanguageChange to nsISelectionPrivate; r=bzbarsky
2013-12-17 09:12:17 -05:00
Jan de Mooij
a047889c3c
Bug 922681 - Add SetInnerHTML fast path for short strings with no markup. r=bz
2013-12-17 14:58:32 +01:00
Henri Sivonen
14fe78be84
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
2013-12-17 12:47:25 +02:00
Deian Stefan
a528700e0c
Bug 845057 - Part 3: Use the parsed attribute in ParseSandboxAttributeToFlags; r=bz
2013-12-19 13:35:25 -08:00
Boris Zbarsky
b55a445a3a
Bug 950544 part 3. Make ParseSelectorList an nsINode member method and use it in Element for MozMatchesSelector. r=smaug
2013-12-16 13:06:36 -05:00
Ryan VanderMeulen
00161f8da9
Backed out changesets a7fc463961ce and 65061e971eb8 (bug 935793) for breaking Travis testing (bug 950441).
2013-12-15 12:47:09 -05:00
Mark Hammond
fb3c18109b
Bug 935793 (part 1) - Add ownerIsBrowserOrApp to nsIFrameLoader. r=smaug
...
--HG--
extra : rebase_source : 189b45b39c04e4272d7b0cc188f35bb02bc19970
2013-12-13 14:24:36 +11:00
Boris Zbarsky
cf503f66b0
Bug 948096. Warn when people use window._content. r=smaug,myk
2013-12-12 16:11:54 -05:00
Bobby Holley
bc61230c38
Bug 937317 - Implement and expose GetIncumbentGlobal. r=bz,luke
2013-12-11 17:51:57 -08:00
Andrew McCreight
fc02b84543
Bug 943373, part 3 - Use MOZ_THIS_IN_INITIALIZER_LIST with nsINode. r=bholley
2013-12-10 08:07:21 -08:00
Jonathan Watt
7af003defb
Bug 940760 - Make the CSS pseudo-class :focus apply to <input type=number>, fixing B2G forms styling. r=smaug
2013-12-08 21:26:42 +00:00
Phil Ringnalda
e2e1627d17
Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test
2013-12-07 11:08:56 -08:00
Bobby Holley
7a53c5e9e6
Bug 937317 - Implement and expose GetIncumbentGlobal. r=bz,luke
2013-12-06 12:01:42 -08:00
Andrew McCreight
8c46ecff4f
Bug 937766, part 1 - Remove dying nodes from gCCBlackMarkedNodes. r=smaug
...
With ICC, arbitrary other activity can happen while nodes are in gCCBlackMarkedNodes,
so the nodes can die, because gCCBlackMarkedNodes only holds a weak reference.
To avoid this, remove nodes from gCCBlackMarkedNodes when they are going away.
2013-12-06 10:17:19 -08:00
Carsten "Tomcat" Book
a9748d5e39
Backed out changeset cad77af5f7e6 (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:42:20 +01:00
Bobby Holley
384fd2eb13
Bug 937317 - Implement and expose GetIncumbentGlobal. r=bz,luke
2013-12-05 21:34:16 -08:00
Andrea Marchesini
97c72a5e48
Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice
2013-12-05 23:12:23 +00:00
Ryan VanderMeulen
ae2b8d02ad
Backed out changeset 9fb6d1811696 (bug 942639) for B2G mochitest-3 timeouts.
2013-12-05 11:36:01 -05:00
Vivien Nicolas
82b47a5cb4
Bug 946172 - [Dialer] Call screen is broken with APZ turned on. r=mbrubeck
2013-12-05 16:15:35 +01:00
Andrea Marchesini
949dd56a57
Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice
2013-12-05 13:50:11 +00:00
Vivien Nicolas
d9594062d6
Bug 940036 - 3rd party gaia apps should set a meta-viewport tag. r=kats
2013-12-03 16:10:26 +01:00
Ryan VanderMeulen
26e1b97fc1
Backed out changeset 4d07001e9afc (bug 673569) because it depends on bug 682048 which is being backed out.
2013-12-03 22:43:52 -05:00
Bill McCloskey
39f6db2e10
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
2013-11-23 21:32:45 -08:00
Boris Zbarsky
58a7c3f5a4
Bug 945572 part 6. Make NS_NewElement take an Element** outparam instead of an nsIContent** one. r=smaug
2013-12-03 09:40:11 -05:00
Boris Zbarsky
e85a2bc705
Bug 945572 part 5. Make NS_NewSVGElement take an Element** outparam instead of an nsIContent** one. r=smaug
2013-12-03 09:40:11 -05:00
Boris Zbarsky
6c38b1b68c
Bug 945572 part 4. Make NS_NewXMLElement take an Element** outparam instead of an nsIContent** one. r=smaug
2013-12-03 09:40:11 -05:00
Boris Zbarsky
17af4f2754
Bug 945572 part 3. Make NS_NewMathMLElement take an Element** outparam instead of an nsIContent** one. r=smaug
2013-12-03 09:40:11 -05:00
Boris Zbarsky
181a8d5aa0
Bug 945572 part 2. Make NS_NewXULElement take an Element** outparam instead of an nsIContent** one. r=smaug
2013-12-03 09:40:11 -05:00
Boris Zbarsky
9c1855a0bd
Bug 945572 part 1. Make NS_NewHTMLElement take an Element** outparam instead of an nsIContent** one. r=smaug
2013-12-03 09:40:10 -05:00
Cameron McCormack
9078604a69
Bug 945517 - Make nsIFrame::GetPseudoElementContent return Element* instead of nsIContent*. r=bz
2013-12-03 15:49:03 +11:00