Christoph Kerschbaumer
477e00b11f
Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed - update parser tests (r=sstamm)
2014-10-21 20:28:06 -07:00
Christoph Kerschbaumer
596674802e
Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed - tests (r=sstamm)
2014-10-21 17:47:21 -07:00
Christoph Kerschbaumer
4932b53b11
Bug 1086612 - CSP: Let source expression be the empty set in case no valid source can be parsed (r=sstamm)
2014-10-21 19:59:13 -07:00
Ryan VanderMeulen
66642f8680
Backed out changeset 27624d9e8f27 (bug 1084321) for B2G reftest orange.
2014-10-22 15:56:16 -04:00
Chris Lord
7f1b744bf3
Bug 1084321 - Remove b2g app meta viewport work-around. r=kats
2014-10-22 18:57:02 +01:00
Olli Pettay
d791610ba4
Bug 1084502, <template>'s document should inherit mHasHadScriptHandlingObject from the OwnerDoc(), r=bholley
...
--HG--
extra : rebase_source : 6991665b5d8a494285d632a3b96b10aed43a7b1c
2014-10-22 17:25:56 +03:00
Boris Zbarsky
5b759b528b
Bug 1019191 part 15. Remove now-dead DOMCI_DATA bits. r=peterv
2014-10-22 11:40:49 -04:00
Nikhil Marathe
a4c280a3c0
Bug 1082924 - Add CSP type for fetch API. r=tvyas,baku
...
--HG--
extra : transplant_source : i%D8%5C%7C%9D%FEQL%C1G%B8%3B2%06%AA%AE%3A%09%29%7E
2014-10-13 15:09:58 -07:00
Tom Schuster
4fb3d9c690
Bug 842498 - Remove nsIJSNativeInitializer. r=peterv
2014-10-21 20:45:28 +02:00
Carsten "Tomcat" Book
05f05fd22c
merge fx-team to mozilla-central a=merge
2014-10-21 15:38:16 +02:00
Wes Kocher
f764a700ad
Merge m-c to fx-team a=merge
2014-10-20 19:01:55 -07:00
Wes Kocher
845000a7e4
Merge m-c to fx-team a=merge
2014-10-20 18:34:45 -07:00
Valentin Gosu
f4b976820f
Bug 1082723 - Add IPv6 delimiters to nsLocation::GetHostname and Link::GetHostname r=smaug
2014-10-20 13:46:20 +03:00
Rik Cabanier
eea6af4b41
Bug 1082663 - Fix for bug 1082663 - DOMMatrix does not implement stringifier from spec. r=bz
2014-10-20 11:14:00 +02:00
Bill McCloskey
c74f9723e0
Bug 918634 - swapFrameLoader not implemented for e10s. Frameloader impl. r=smaug
...
--HG--
extra : rebase_source : 01867c6208df8213b04469404dc6c1f768f8c025
2014-10-07 15:30:42 +13:00
Nikhil Marathe
36db9eff13
Bug 1039846 - Patch 4: FetchDriver with about:, blob: and data: fetching. r=baku
...
--HG--
extra : transplant_source : o%29%0E%5D%90%11%FA%1ExO%26%7E%9D_%F2%E7%0B%FE%21%B2
2014-10-06 11:01:20 -07:00
Peter Van der Beken
d76c717d3c
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
...
--HG--
extra : rebase_source : 7e0b1e2f60757b7758704dab3672ee829f3e4085
2014-10-01 20:43:26 +02:00
Kearwood (Kip) Gilbert
1f3b8f19a0
Bug 1045754 - Part 1 - Implement updated CSSOM-View smooth-scrolling specification. r=bz
...
- Added new WebIDL dictionary, ScrollToOptions. This dictionary extends
ScrollOptions by adding "left" and "top", specifying the scroll offset.
This will be later extended with more members to allow scroll offsets to be
specified with logical axes.
- Implemented Window.Scroll, Window.ScrollTo, Window.ScrollBy, Element.Scroll,
Element.ScrollTo, and Element.ScrollBy functions that accept ScrollToOptions
as a single parameter.
- Removed ScrollOptions dictionary parameter from existing Window.Scroll,
Window.ScrollTo, and Window.ScrollBy functions as these have been replaced
with functions accepting a single parameter, ScrollToOptions.
- Added new WebIDL dictionary, ScrollIntoViewOptions. This dictionary
extends ScrollOptions by adding "block", specifying whether the element
start or end will be scrolled into view.
- Replaced Element.ScrollIntoView(bool,ScrollOptions) with
Element.ScrollIntoView(ScrollIntoViewOptions) to match updated
CSSOM-View scroll-behavior specification.
2014-10-01 10:47:56 -07:00
Kearwood (Kip) Gilbert
a1a1d61fae
Bug 1010538 - Part 7 - Add support to Element.ScrollLeft and Element.ScrollTop. r=mstange
...
- Setting Element.ScrollLeft or Element.ScrollRight will now scroll smoothly
if the scroll-behavior CSS property is set to "smooth".
2014-09-25 15:52:00 +02:00
Kearwood (Kip) Gilbert
6af03cd32f
Bug 1010538 - Part 3 - Implement scroll-behavior CSS property. r=mstange
...
- Added SCROLL_SMOOTH_AUTO flag to nsIPresShell to enable selection of
scroll behavior through CSS.
- Updated Element and Window scrolling DOM methods to enable smooth scrolling
set through the scroll-behavior CSS property.
- Keyboard, scroll bar, mousewheel, and any other events that scroll smoothly
with the general.smoothScroll preference enabled will now scroll instantly
if the scroll frame has "scroll-behavior: instant" applied through CSS.
2014-09-15 12:30:03 -07:00
Christoph Kerschbaumer
83037b544f
Bug 1073316 - CSP: Use nsRefPtr to store CSPContext in CSPReportSenderRunnable (r=sstamm)
2014-10-15 11:50:58 -07:00
Tanvi Vyas
3b463e2709
Bug 418354 - Redirects should go through Mixed Content Blocker. r=smaug, ckerschb
2014-10-18 13:21:06 -07:00
Bobby Holley
ad9fdda6a1
Bug 1081990 - Turn off COWs for Functions. r=gabor
2014-10-18 11:02:10 +02:00
William Chen
01e16b1aa3
Bug 1083587 - Add host and olderShadowRoot properties to ShadowRoot interface. r=smaug
2014-10-15 18:25:45 -07:00
William Chen
86ef41954d
Bug 1083814 - Fix nsContentUtils::HasDistributedChildren for children of <shadow> insertion point. r=smaug
...
--HG--
extra : rebase_source : e22e2958668fd125deb2f64818ed4cd68e32a96e
2014-10-16 14:26:38 -07:00
Andrea Marchesini
7228e8624f
Bug 1083425 - WebSocket should remove its nsIRequest from the docShell when disconnected, r=smaug
2014-10-17 08:12:26 +01:00
William Chen
ab50d5106b
Bug 1064211 - Keep CustomElementData alive while on processing stack. r=mrbkap
2014-10-16 11:53:36 -07:00
Christoph Kerschbaumer
fdc7306ea1
Bug 1063197 - Callsites of NS_NewInputStreamChannel in /content/base (r=jst)
2014-10-16 11:14:42 -07:00
Tom Schuster
bfd10d6554
Bug 1071177 - Support symbol keys and throw exception on unique symbols with CPOWs. r=billm
2014-10-16 18:39:38 +02:00
Ryan VanderMeulen
f00e2738a4
Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
...
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)
CLOSED TREE
2014-10-16 12:57:18 -04:00
Henri Sivonen
b4f7335790
Bug 1066483 - Drop SVG camelCase mappings filterRes, contentStyleType, contentScriptType and externalResourcesRequired. r=wchen.
2014-09-19 18:20:26 +03:00
Jonathan Watt
08d7dd3f8f
Bug 1082483, part 2 - Convert Mozilla code to use the new Matrix4x4::PreTranslate/PreScale method names. r=Bas
2014-10-16 10:51:12 +01:00
Andrew McCreight
a7bb403de9
Bug 1035454, part 3 - Disable test_bug345339.html on e10s for leaking. r=jst
2014-10-15 20:04:33 -07:00
Christoph Kerschbaumer
ba3b5a6b55
Bug 1041180: Remove deprecated nsIChannelPolicy and use LoadInfo instead (r=sstamm)
2014-10-15 19:12:53 -07:00
Christoph Kerschbaumer
29facae35b
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-10-15 19:11:45 -07:00
Andrew McCreight
a857807a23
Bug 1081415 - Traverse and Unlink nsXMLHttpRequest::mResponseBlob and ::mDOMFile. r=baku
2014-10-15 14:14:30 -07:00
Ryan VanderMeulen
aa28d3eb31
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-10-15 14:31:16 -04:00
Fabrice Desré
bac34b231b
Bug 982874 - Import / export API for apps : Part 2: dom/webapps implementation r=marco,sicking
2014-10-14 22:55:14 -07:00
Fabrice Desré
b9d48b1ed6
Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent
2014-10-14 22:55:14 -07:00
Gabor Krizsanits
286984430f
Bug 1081677 - Fixing multiple DOMContentLoaded issue for imports. r=smaug
2014-10-14 14:02:15 +02:00
Olli Pettay
dd8c29571f
Bug 855443 - Assertion failure in nsSHEntry.cpp, don't just append a new SHEntry to parent if we already have an SHEntry for the loading page, r=bz
...
--HG--
extra : rebase_source : 8f8d0df030a3205d9d9845e90c849bf94115ff1b
2014-10-15 13:10:04 +03:00
Gabor Krizsanits
aec34304ac
Bug 1079141 - mDocument null check in nsScriptLoader::ReadyToExecuteScripts. r=bz
2014-10-15 12:02:41 +02:00
Gabor Krizsanits
b2c98e2471
Bug 1082540 - LoadGroups of imports should be contained by the LoadGroup of the master. r=bz
2014-10-15 12:02:30 +02:00
Chris Pearce
67088a0aad
Bug 1081755 - Implement MediaKeySession keyschange event. r=edwin,bz
2014-10-15 21:33:18 +13:00
Alfredo Yang
63bc00c78b
Bug 1082449 - Add memory ownership comment for CreateMemoryFile(). r=roc
2014-10-14 20:16:00 +02:00
Lebedev Maksim
dde1b190cc
Bug 1080361 - Add check in setPointerCapture function. r=smaug
2014-10-09 05:41:00 +02:00
David Major
340e745047
Bug 1078674: Update UUIDs after bug 1055773. r=bz
...
--HG--
extra : rebase_source : a926f16c45eae0d7b3cdadd7f4fcaefc120da901
2014-10-15 11:22:48 +13:00
Andrea Marchesini
22b6211548
Bug 1081686 - WebSocket can be still accessible once it is disconnected, r=smaug
...
--HG--
rename : content/base/test/test_websocket_hello.html => content/base/test/test_bug1081686.html
2014-10-14 10:28:07 +01:00
Gina Yeh
bd5a3188f8
Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug
...
---
b2g/app/b2g.js | 3 +
content/base/src/nsGkAtomList.h | 4 +
dom/events/EventNameList.h | 16 +++
dom/events/EventStateManager.cpp | 6 +
dom/ipc/PBrowser.ipdl | 2 +
dom/ipc/TabChild.cpp | 6 +-
dom/ipc/TabParent.cpp | 24 ++++
dom/ipc/TabParent.h | 1 +
layout/base/nsIPresShell.h | 12 +-
layout/base/nsPresShell.cpp | 250 ++++++++++++++++++++++++++++++++++++++
layout/base/nsPresShell.h | 26 ++++
modules/libpref/init/all.js | 3 +
12 files changed, 350 insertions(+), 3 deletions(-)
2014-10-14 15:09:24 +08:00
Wes Kocher
176b525aff
Backed out changeset d975d5a0f6ce (bug 1081686) for b2g/android mochitest-1 bustage
2014-10-13 11:40:19 -07:00