Ehsan Akhgari
6ef213d89d
Bug 1142727 - Do not intercept sandboxed iframes with service workers; r=nsm
...
This is temporary until we clarify what we want to do with these
iframes in the spec.
2015-03-24 16:45:14 -04:00
Olli Pettay
e286197e82
Bug 1146339 - Do anchor scrolling right before dispatching popstate/hashchange. r=bz
...
CLOSED TREE
2015-03-23 21:54:03 -04:00
Josh Matthews
02821cb4eb
Bug 1134330 - Mark fetch events as reloads appropriately. r=smaug
2015-03-23 13:36:44 -04:00
Kyle Huey
ffaac341e2
Bug 1145870. r=bz
2015-03-20 19:19:28 -07:00
Ehsan Akhgari
ea41d8de48
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Neil Rashbrook
692f7ac6b1
Bug 968334 Allow disabling content retargeting on child docshells only r=smaug
2015-03-21 10:48:48 +00:00
Olli Pettay
8e69f10803
Bug 1144988, don't let other pages to load while doing scroll-to-anchor, r=bz CLOSED TREE
2015-03-19 17:58:00 -07:00
Wes Kocher
388a78f705
Backed out changeset 6d94c4cf9813 (bug 1144988) for bc1 orange a=backout CLOSED TREE
2015-03-19 17:01:38 -07:00
Olli Pettay
1642b2550d
Bug 1144988, don't let other pages to load while doing scroll-to-anchor, r=bz, a=RyanVM
2015-03-20 00:15:22 +02:00
Alex Verstak
4e554d8cf6
Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz
2015-01-05 09:42:31 -08:00
Andrea Marchesini
ae571f51bb
Bug 1134280 - Get rid of Tag() - patch 2.3 - dom/base and docshell - Fix all the occurrences, m=smaug, r=surkov
2015-03-03 11:09:00 +00:00
Andrea Marchesini
6b10d5e43e
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
2015-03-03 11:08:59 +00:00
Kartikaya Gupta
26025c81b0
Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice
...
The ScrollingBehavior passed around extensively in TabParent/TabChild is
entirely redundant now that the layers.async-pan-zoom.enabled pref definitively
controls whether or not APZ is enabled. All the code related to ScrollingBehavior
can be removed.
2015-02-26 08:47:01 -05:00
Boris Zbarsky
4e8d9b9061
Bug 1136388. Change nsIDocumentLoaderFactory and nsIURIContentListener to take MIME types as an XPCOM string, not a char*. r=smaug
2015-02-25 10:26:51 -05:00
Masatoshi Kimura
1710b7b3f1
Bug 1127339 - Assign a dedicated error code for SSLv3 in docshell. r=bz
2015-02-21 17:20:22 +09:00
Josh Matthews
e333052c55
Bug 1065216 - Dispatch a fetch event to workers when controlled pages initiate a network load. r=baku,mayhemer,smaug
2015-02-18 20:34:29 -05:00
Ryan VanderMeulen
e1c8dc900b
Backed out changeset 25f90464e93b (bug 1065216) for Android mochitest failures.
2015-02-18 16:00:33 -05:00
Josh Matthews
6857251ced
Bug 1065216 - Dispatch a fetch event to workers when controlled pages initiate a network load. r=baku,mayhemer,smaug
2015-02-18 14:10:52 -05:00
Christoph Kerschbaumer
2668020fc0
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in docshell/ (r=sicking)
2015-02-17 10:08:48 -08:00
Birunthan Mohanathas
e9f6010617
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
Birunthan Mohanathas
6fb49fe27c
Bug 1129795 - Remove some unnecessary code in docshell/base/. r=mccr8
2015-02-13 21:36:42 +02:00
Birunthan Mohanathas
9a04e80e2c
Bug 1129795 - Convert docshell/base/ to Gecko style. r=mccr8,smaug
2015-02-13 21:36:37 +02:00
Mike Conley
36c3b551a5
Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
2015-01-13 17:24:52 -05:00
Andrew McCreight
ebccdbc343
Bug 1129015, part 1 - Remove trailing whitespace in docshell. r=smaug
2015-02-04 15:15:12 -08:00
Paul Rouget
ef19109268
Bug 1118169 - Support -moz-window-dragging:drag in HTML. r=mstange r=bz
2015-02-02 15:10:51 -05:00
Kartikaya Gupta
ca1f2d1625
Bug 950934 - Enable APZ in the B2G root process. r=botond,smaug
2015-01-12 18:13:18 -05:00
Ehsan Akhgari
d97d1e00e1
Bug 1108547 - Part 1: Inherit the correct private browsing status on new windows created for targeted navigations; r=jdm
2015-01-27 23:17:33 -05:00
Ryan VanderMeulen
36c44c7aa4
Backed out changesets 180e7905987e, 91101cbcc319, and 211567afcc5f (bug 1108547) for timeouts in the new test.
...
CLOSED TREE
2015-01-26 15:00:03 -05:00
Ehsan Akhgari
345036c12e
Bug 1108547 - Part 1: Inherit the correct private browsing status on new windows created for targeted navigations; r=jdm
2015-01-26 14:06:34 -05:00
Ehsan Akhgari
5ec96dbe39
Bug 1125351 - Make nsIDocShell.isPrerendered infallible; r=bzbarsky
2015-01-26 11:01:59 -05:00
Carsten "Tomcat" Book
a0bf98edd8
Backed out changeset a3cd2f1b3e33 (bug 1125351) for breaking m-oth tests on a CLOSED TREE
2015-01-26 16:57:10 +01:00
Ehsan Akhgari
8ded3fdaa3
Bug 1125351 - Make nsIDocShell.isPrerendered infallible; r=bzbarsky
2015-01-26 09:01:11 -05:00
Gijs Kruitbosch
78f4bafa35
Bug 1116977 - disallow link clicks during beforeunload, r=smaug
2015-01-23 15:35:10 +00:00
Ryan VanderMeulen
c85c74558a
Merge fx-team to m-c. a=merge
2015-01-23 12:20:52 -05:00
Olli Pettay
a3050b39b8
Bug 1121701, don't let network connections from the previous page to disturb restoration of a page from bfcache, r=bz
2015-01-22 22:37:56 +02:00
Tom Tromey
4d1675627a
Bug 1124753 - timeline doesn't need MOZ_ENABLE_PROFILER_SPS. r=smaug
2015-01-22 09:45:00 +01:00
Bill McCloskey
514ffd9b23
Bug 1123008 - Make loadContext.topFrameElement work in non-e10s (r=smaug)
2015-01-21 16:19:07 -08:00
Fernando Jimenez
1385f1db5a
Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice
2015-01-19 14:50:32 +01:00
Nicholas Hurley
8d8471fb4d
Bug 1009122 - use cache2 as storage for predictor data. r=honzab
2015-01-14 13:59:04 -08:00
Daniel Holbert
88b3ca2e80
Bug 1039165: Replace spammy NS_ENSURE_TRUE in nsDocShell::CheckLoadingPermissions with simple early-return. r=bholley
2015-01-14 22:54:39 -08:00
Daniel Holbert
8339e253cc
Bug 1121198 part 1: Make nsDocShell GetPosition/GetSize pass null outparams for unwanted info. r=bz
2015-01-14 11:03:58 -08:00
Masatoshi Kimura
0c24e706de
Bug 1112399 - Treat NS_ERROR_NET_INTERRUPT and NS_ERROR_NET_RESET as SSL errors on https URLs. r=bz
2015-01-10 19:52:58 +09:00
Valentin Gosu
6837508863
Bug 1099092 - Navigation Timing has incorrect values when page is load via link with target=_blank attribute r=bz
2015-01-09 16:36:00 +02:00
Ehsan Akhgari
cfc908a460
Bug 1061864 - Part 1: Add a prerendered flag to nsIDocShell; r=smaug
2015-01-05 21:01:28 -05:00
Ehsan Akhgari
072ffbab22
Bug 1117262 - Mark virtual overridden functions as MOZ_OVERRIDE in docshell; r=bzbarsky
...
This also devirtualizes some of the functions that were not overriden by
any class.
2015-01-03 12:21:47 -05:00
Tom Tromey
b6ceb31c8a
Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof
2014-12-29 11:32:00 +01:00
Tom Tromey
eebc811428
Bug 1050770 - Add paint details to timeline. r=smaug, r=mattwoodrow
2014-12-11 10:40:00 -05:00
Fabrice Desré
8ec7c7464c
Bug 1094966 - Follow app redirects properly on js initiated navigation r=bz
2014-12-11 20:36:40 -08:00
Wes Kocher
3c0de68457
Backed out changeset bf25101e66cf (bug 1095098) for build bustage
2014-12-08 16:27:12 -08:00
Denis Volk
cbf9ae78f0
Bug 1095098: move do_QueryObject templates into their own header r=froydnj
2014-11-20 12:20:10 +01:00