Commit Graph

3867 Commits

Author SHA1 Message Date
Andrew McCreight
64f97c6367 Bug 1062479 - Use static strings for WeakReference type names. r=ehsan, a=sledru 2015-04-24 09:43:01 -07:00
Neil Rashbrook
cd460ccc7d Bug 968334 - Allow disabling content retargeting on child docshells only. r=smaug, ba=sledru 2015-04-24 15:49:23 -04:00
Boris Zbarsky
437375dc47 Bug 1154366 - Pass in a JSContext to StructuredCloneContainer::InitFromJSVal so it will throw its exceptions somewhere where people might see them. r=bholley, ba=sledru 2015-04-16 13:22:15 -04:00
Ryan VanderMeulen
417d1e68b4 Bug 1026815 - Disable test_bug565388.xul on Linux and OSX for frequent failures. a=test-only 2015-03-31 13:54:19 -04:00
Ehsan Akhgari
3bdb6e5549 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-25 12:42:35 -04:00
Alex Verstak
257a2550a0 Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz, a=sledru 2015-01-05 09:42:31 -08:00
Olli Pettay
fa5db5ba9f Bug 1146339 - Do anchor scrolling right before dispatching popstate/hashchange. r=bz, a=lmandel 2015-03-23 21:54:03 -04:00
Kyle Huey
301e60ae93 Bug 1145870. r=bz, a=sledru 2015-03-20 19:19:28 -07:00
Olli Pettay
f0fca6ce8b Bug 1144988 - Don't let other pages to load while doing scroll-to-anchor. r=bz, a=lmandel 2015-03-19 17:58:00 -07:00
Ben Kelly
b3f4b187bf Bug 1118845 P1 Add optional base context to LoadContext() constructor. r=smaug 2015-02-21 10:09:17 -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
Christoph Kerschbaumer
9e8bf9f5da Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking) 2015-02-19 11:47:59 -08:00
Anish
fa269e6f15 Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers 2015-02-19 11:53:01 -05:00
Carsten "Tomcat" Book
d406cdf168 Backed out changeset 6885e993936a (bug 1056851) for crashtest failures 2015-02-19 15:02:05 +01:00
Anish
0de2fa06b1 Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher 2015-02-19 07:26:41 -05:00
Chris Peterson
d4e5c822d4 Bug 1133286 - Remove nonstandard expression closures from docshell/test. r=bz 2015-01-24 23:54:17 -08: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
Christoph Kerschbaumer
c3fd2460ae Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman) 2015-02-18 12:34:13 -08: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
Ryan VanderMeulen
39d7c864bb Backed out changeset 73e586b9f04f (bug 1109910) for bustage.
CLOSED TREE
2015-02-18 11:57:57 -05:00
Christoph Kerschbaumer
dd2d713e73 CLOSED TREE - Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman) 2015-02-17 19:53:06 -08:00
Carsten "Tomcat" Book
c11bd84388 Backed out changeset 5f5540f3fcce (bug 1109910) for Bustage on a CLOSED TREE 2015-02-18 17:15:00 +01:00
Christoph Kerschbaumer
7e48943dcc Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman) 2015-02-17 19:53:06 -08:00
Christoph Kerschbaumer
32a6d0de6b Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - websocket changes (r=jduell) 2015-02-17 10:09:58 -08: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
Dave Townsend
60900c154d Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell, r=mratcliffe 2015-02-05 08:09:15 -08: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
Jon Coppeard
0ad2e4454f Bug 1107639 - Use two phase construction rather than Maybe<PersistentRooted> r=terrence 2015-01-23 10:23:57 +00:00
Olli Pettay
7bafe71459 Bug 1121701, don't let network connections from the previous page to disturb restoration of a page from bfcache, test, r=bz 2015-01-22 22:38:44 +02: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