Makoto Kato
a04af97029
Bug 968647 - Part 1. Add position change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Makoto Kato
dc9a96443a
Backed out changeset d06ee3f1e9a3 (bug 968647)
2014-03-03 11:53:43 +09:00
Makoto Kato
73fab79e8d
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Carsten "Tomcat" Book
26660883fa
Backed out changeset e670f691e2b9 (bug 968647) for mochitest test bustage on OS X on a CLOSED TREE
2014-02-28 09:30:34 +01:00
Makoto Kato
d4c6055a62
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Ehsan Akhgari
f3e1351879
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 21:33:49 -05:00
Bill McCloskey
adf8cc1615
Bug 960783 - Add nsILoadContext flags for remote (out-of-process) windows (r=ehsan)
2014-02-11 09:00:54 -08:00
James Kitchener
c838e2082e
Bug 964239 - Docshell and session history changes to add baseURI information to srcdoc loads. r=bz
2014-02-06 09:46:29 -05:00
Michael Henretty
27392eefc0
Bug 959800 - [Offline] mozbrowser iframes don't display correct offline content. r=fabrice, bz
2014-01-30 15:06:34 -08:00
Bob Owen
b89aecb034
Bug 785310 - HTML5 sandboxed iframe should not be able to perform top navigation when scripts are allowed. r=bholley, r=smaug
2014-01-13 07:58:16 +00:00
Trevor Saunders
c5bbaf6b46
bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug
2014-01-06 17:34:15 -05:00
Ehsan Akhgari
86c8e10b97
Merge m-c into inbound
2014-01-04 12:14:57 -05:00
Ehsan Akhgari
68bfe70f09
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
Mats Palmgren
f3b2efc7f6
Bug 952827 - Remove unused methods from nsIScrollable. r=roc
2014-01-03 21:08:50 +00:00
Trevor Saunders
4ef73ce6d0
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
2013-11-15 02:12:43 -05:00
Bobby Holley
fcc9169d4f
Bug 840488 - Directly mark compartments whose docshells disable script execution. r=bz
2013-11-12 16:43:33 -08:00
Christoph Kerschbaumer
e564105344
Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs. r=smaug
2013-08-22 15:13:16 -07:00
Wes Kocher
a9e088e3b2
Merge m-c to inbound
2013-11-07 17:56:10 -08:00
Paul Rouget
6fec9c7b62
Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz
2013-11-07 14:40:23 +01:00
Henri Sivonen
86b1606c5c
Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky.
2013-10-16 04:46:10 +03:00
Gabor Krizsanits
5c6c93c295
Bug 565388 - No paint for invisible docshell. r=tnikkel
2013-10-16 15:18:42 +02:00
Trevor Saunders
54a01461f2
bug 935325 - merge nsIScriptGlobalObjectOwner into nsIDocShell r=smaug
2013-05-27 06:07:01 -04:00
Bob Owen
ce3901c96c
Bug 766282 - Implement allow-popups directive for iframe sandbox. r=smaug
2013-03-21 18:44:58 +00:00
David Christiandy
a18e0f74e2
Bug 906282 - Replace pref observer with var cache and remove nsIObserver inheritance. r=bz
2013-10-06 15:30:19 -04:00
Mark Hammond
a44e8684c2
Bug 909218 - add defaultLoadFlags to nsIDocShell. r=bz
2013-09-06 16:33:28 +10:00
Ed Morley
bb2af2a8e5
Merge latest green inbound changeset and mozilla-central
2013-09-04 12:54:46 +01:00
Felipe Gomes
cbb93833f2
Bug 899348 - Dispatch an event when an out-of-process browser crashes and display an error page when that occurs. r=bz
2013-09-03 19:11:22 -03:00
Ehsan Akhgari
72f9dd261a
Bug 912129 - Minimize the #includes in docshell/base; r=bzbarsky
2013-09-03 16:17:26 -04:00
Drew Willcoxon
29871d0aa3
Bug 906276 - Add attribute to nsIDocShell to disable content retargeting. r=jlebar, sr=biesinger
2013-08-24 01:10:50 -07:00
Tom Schuster
2054e6014f
Bug 895957 - Implement a workaround for goDoCommand in e10s. r=neil
2013-08-21 13:24:53 -04:00
Joshua Cranmer
ebd36d86cf
Bug 884061 - Part 3e: Use NS_DECL_THREADSAFE_ISUPPORTS in docshell/, r=bz
2013-07-18 21:21:19 -05:00
Masatoshi Kimura
ea83420d58
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-04 00:56:26 +09:00
Ryan VanderMeulen
55d42ceead
Backed out changeset d155557b651c (bug 888323) for bustage.
...
CLOSED TREE
2013-07-02 14:15:39 -04:00
Masatoshi Kimura
747563d6dd
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-03 02:08:01 +09:00
James Kitchener
0a66efde86
Bug 802895 - Docshell related changes for srcdoc iframe r=bz
2013-06-28 23:13:22 -04:00
Ms2ger
cc835e3cb9
Bug 880998 - Return void from nsDocShell::MaybeInitTiming(); r=bz
2013-06-23 09:14:21 +02:00
Bob Owen
2e9a1a35a2
Fix for bug 838692 - Navigating named targets from sandboxed iframes (r=smaug)
2013-04-24 18:13:25 +01:00
Matthew Noorenberghe
e404147ba9
Bug 759964 - Part 1 - Add allowMedia attribute to nsIDocShell to disable HTML5 media elements. r=bz
2013-03-29 14:52:59 -07:00
Trevor Saunders
253aa1f8f2
bug 882079 - merge nsIDocShellHistory into nsIDocShell r=smaug
2013-02-15 11:07:29 -05:00
Tim Taubert
184d765d64
Bug 453650 - implement reflow observers for docShells; r=bz
2013-06-01 12:00:12 +02:00
Michael Brennan
c722f30668
Bug 829603 - Change charsets to strings in nsIDocShell. r=hsivonen
2013-05-25 16:09:30 +02:00
Matt Brubeck
a52dce9806
Backed out changeset a5b13623631c:0200fd49efc3 (bug 838692) for frequent Linux debug test_iframe_sandbox_navigation.html timeouts
...
CLOSED TREE
2013-05-08 16:14:03 -07:00
Bob Owen
0dca5ff3ee
Fix for bug 838692 - Navigating named targets from sandboxed iframes. (r=smaug)
2013-04-24 18:13:25 +01:00
David Zbarsky
47d3362eab
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
2013-04-21 21:25:28 -04:00
David Zbarsky
8e12a0ca44
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 5 r=Ms2ger
2013-04-19 18:18:32 -04:00
Honza Bambas
bfdde0b947
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
2013-04-15 14:38:48 +02:00
Ryan VanderMeulen
4ff6d23854
Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE.
2013-04-11 17:00:28 -04:00
Honza Bambas
2b5babae31
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
2013-04-11 18:26:06 +02:00
Boris Zbarsky
9d4f087a5d
Bug 765780 part 2. Simplify the docshell code that was trying to enable script in subframes of designMode documents. r=ehsan
...
I'm leaving the editing session APIs for enabling/disabling script and finding out whether the editing session has done that, in case someone else is using it.
2013-04-08 17:04:20 -04:00
David Zbarsky
aff0b39e25
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 2 r=Ms2ger
2013-04-05 20:44:26 -04:00