Граф коммитов

414043 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda 23d4fe1564 Merge m-i to m-c, a=merge 2015-03-29 17:20:48 -07:00
Phil Ringnalda c4b31b0f06 Merge f-t to m-c, a=merge 2015-03-29 16:30:56 -07:00
Phil Ringnalda 74fbc95715 Backed out 5 changesets (bug 866846, bug 1131776, bug 1131766, bug 1144806, bug 1112702) on suspicion of causing Windows debug devtools-4 storage crashes
CLOSED TREE

Backed out changeset 142d9ae5826c (bug 1131776)
Backed out changeset 0b4de21b759f (bug 1112702)
Backed out changeset 1b4ead852ae0 (bug 1131766)
Backed out changeset cbd862dd036f (bug 866846)
Backed out changeset 178412a2fe8b (bug 1144806)
2015-03-29 12:55:11 -07:00
Jan-Ivar Bruaroey 924f8ae71f Bug 1046245 - IO on STS thread + cleanup BackgroundChild on shutdown. r=jesup 2015-03-29 13:43:43 -04:00
Nicolas Silva 52be9f47b5 Bug 1132854 - Remove useless ThebesIntSize conversion helper. r=Bas 2015-03-29 16:59:15 +02:00
Nicolas Silva e3eaf89e3f Bug 1132854 - Make nsIntSize a typedef of gfx::IntSize. r=Bas, roc 2015-03-29 16:59:08 +02:00
Andrew McCreight 46dfeaba0b Bug 1148070 - Change nsIClassInfo::getHelperForLanguage() to getScriptableHelper(). r=bholley 2015-03-29 07:52:54 -07:00
Andrew McCreight 69bad032ab Bug 1147967 - Remove CreateStackFrameLocation. r=bholley
This method is defined on nsIXPConnect and StackFrame, but is not used.

Also the non-default constructor that for StackFrame that is no longer used.
2015-03-29 07:52:53 -07:00
Szu-Yu Chen [:aknow] 6e22c0caa1 Bug 1147842 - Fix defect of setting call started time. r=hsinyi 2015-03-29 21:54:57 +08:00
Mark Capella 8564c33801 Bug 1134446 - Automatically open the ReadingList sidebar the first time ReaderMode is used, r=unfocused 2015-03-29 08:35:23 -04:00
B2G Bumper Bot 07800ca06b Bumping manifests a=b2g-bump 2015-03-29 04:27:43 -07:00
B2G Bumper Bot 892612f388 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1b729ede1a2a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 994357 - merge pull request #28784 from stasm:994357-dom-overlays to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/05c729084227
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 994357 - Use DOM overlays for safely setting node content. r=gandalf
2015-03-29 04:25:09 -07:00
Blake Winton c329e40afb Bug 1147889 - Transition background and text color in Reading Mode. ui-r=mmaslaney, r=Unfocused
--HG--
extra : rebase_source : 62c80f66ad03d14fd0ec126182bd3809a87633c4
2015-03-28 22:10:54 -07:00
Matthew Noorenberghe c2820f3e9d Bug 1124472 - Add telemetry for the Saved Passwords dialog. r=dolske
--HG--
extra : rebase_source : 0405769a2c3a17b66642c869b5ffd08b1da6183f
2015-03-28 21:50:40 -07:00
Phil Ringnalda 8d01823d19 Merge f-t to m-c, a=merge 2015-03-28 21:33:32 -07:00
Mark Hammond 4d9c8a3831 Bug 1148724 - reading list scheduler gets a back-off strategy on errors. r=adw 2015-03-29 11:18:25 +11:00
Jan de Mooij b8b1677f0f Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff 2015-03-28 23:22:11 +01:00
Mats Palmgren 85f77e706b Bug 1144905 - Clean up SortByZOrder code and comments since it now assumes the list is already in content document order. r=roc 2015-03-28 20:50:35 +00:00
Mats Palmgren c615325cb7 Bug 1148104 - Enable fragmentation of floats in column layout in RELEASE builds. r=roc 2015-03-28 20:50:35 +00:00
Justin Dolske 3e60df0b01 Bustage fix for bug 1146065. 2015-03-28 13:49:50 -07:00
Ehsan Akhgari 972a6213f9 Bug 1147996 - Enable interception of CSP reports through service workers; r=nsm
Currently when sending a CSP report, HttpBaseChannel::ShouldIntercept tries to
get access to the nsINetworkInterceptController interface through the channel's
notification callbacks, but in this case the notification callback is the
CSPReportRedirectSink object (thanks to nsCORSListenerProxy::Init).

This patch extends CSPReportRedirectSink to make it aware of
nsINetworkInterceptController, and have it route the request for
nsINetworkInterceptController correctly to the docshell without the need to
mess with the notification callbacks.

This will be tested in bug 1147699.
2015-03-28 16:28:40 -04:00
Ehsan Akhgari e2ac45480d Bug 1147695 - Enable interception of beacons through service workers; r=nsm
Currently when sending a beacon, HttpBaseChannel::ShouldIntercept tries
to get access to the nsINetworkInterceptController interface through the
channel's notification callbacks, but in this case the notification
callback is the nsCORSListenerProxy object (thanks to
nsCORSListenerProxy::Init).

nsCORSListenerProxy already knows how to forward calls to
nsIInterfaceRequestor::GetInterface to mOuterNotificationCallbacks, and
ShouldIntercept calls GetInterfce.  But mOuterNotificationCallbacks is
set by default to the callbacks of the channel at the time
nsCORSListenerProxy is called, and the callbacks on this channel is
intentionally null, so ShouldIntercept bails out and the beacon never
gets intercepted.

This patch extends nsCORSListenerProxy to make it aware of
nsINetworkInterceptController, and have it route the request for
nsINetworkInterceptController correctly to the docshell without the need
to mess with the notification callbacks.

This will be tested in bug 1147699.
2015-03-28 16:28:37 -04:00
Ryan VanderMeulen 003e8f5278 Backed out 6 changesets (bug 1046245) for bustage on a CLOSED TREE.
Backed out changeset 222c2f9e3bc9 (bug 1046245)
Backed out changeset 4251eef464a2 (bug 1046245)
Backed out changeset 592f4cc23197 (bug 1046245)
Backed out changeset 5bfb9a1c0550 (bug 1046245)
Backed out changeset e966a5df87b6 (bug 1046245)
Backed out changeset 609f3ca64004 (bug 1046245)
2015-03-28 16:24:25 -04:00
jlal@mozilla.com b3467d09e9 Bug 1148817 - Use machine local pip caches r=me a=taskcluster-only
--HG--
extra : rebase_source : f20a1f110eeed28f52c31c0ac908974f2e3f0335
2015-03-28 12:50:09 -07:00
Gregory Arndt e84806faf5 Bug 1148995 - Display error message returned by testdroid endpoint r=me a=taskcluster-only
--HG--
extra : rebase_source : c8c06c61a4f49e0325b2b54f24a2de555a156769
2015-03-29 21:07:01 -05:00
Phil Ringnalda a1e1416e7d Merge m-c to f-t 2015-03-28 12:43:56 -07:00
Justin Dolske 162c931f4e Bug 1146065 - Logins captured but not filled on discover.com. r=mattn 2015-03-28 12:13:17 -07:00
Phil Ringnalda c563073e97 Merge m-c to f-t 2015-03-28 12:02:32 -07:00
Phil Ringnalda cd8f29ecf2 Merge b-i to m-c, a=merge 2015-03-28 11:47:50 -07:00
Phil Ringnalda 21b174f9a4 Merge m-c to m-i to m-c merge, a=mergemerge 2015-03-28 11:45:00 -07:00
Phil Ringnalda e44926f4c1 Merge m-i to m-c, a=merge 2015-03-28 11:44:16 -07:00
Nick Alexander e181e72b74 Merge fx-team to m-c. a=merge 2015-03-28 11:31:47 -07:00
Nick Alexander 7e19c26a53 Merge m-c to fx-team. a=merge 2015-03-28 11:30:58 -07:00
Aaron Klotz 81d48654d0 Bug 1133351: Backed out 0cc8abe4e2bb for assertion failures; r=bustage 2015-03-28 06:08:26 -07:00
B2G Bumper Bot 63e2ae8c9e Bumping manifests a=b2g-bump 2015-03-28 03:38:05 -07:00
B2G Bumper Bot e201d581f2 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fb33cb000bc0
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1146825 - Make gaia-grid use its container size. r=kgrandon
2015-03-28 03:35:30 -07:00
ffxbld 822d11adb7 No bug, Automated blocklist update from host bld-linux64-spot-1005 - a=blocklist-update 2015-03-28 03:27:39 -07:00
ffxbld ad47b2b11c No bug, Automated HPKP preload list update from host bld-linux64-spot-1005 - a=hpkp-update 2015-03-28 03:27:37 -07:00
ffxbld 7ffd3e55ce No bug, Automated HSTS preload list update from host bld-linux64-spot-1005 - a=hsts-update 2015-03-28 03:27:36 -07:00
B2G Bumper Bot d475036860 Bumping manifests a=b2g-bump 2015-03-28 01:18:08 -07:00
B2G Bumper Bot af54cb6904 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/65c09466a742
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1058743 - merge pull request #29139 from gabrielesvelto:bug-1058743-do-not-lazy-load-code-and-styles to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6070d1b8edf4
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1058743 - Remove uses of the LazyL10n object from the dialer and the emergency-call application r=drs
2015-03-28 01:15:35 -07:00
Wes Kocher c3a8e32831 Merge m-c to b2ginbound a=merge 2015-03-27 17:18:16 -07:00
Wes Kocher e4585cf145 Merge b2g-inbound to m-c a=merge 2015-03-27 17:11:19 -07:00
Wes Kocher f7b636d799 Merge fx-team to m-c a=merge 2015-03-27 16:52:38 -07:00
Dave Hylands 48b71c9bb0 Back out d93c07e6bcd2 (Bug 1140597) due to mochitest failures 2015-03-27 15:48:20 -07:00
Marina Samuel a660fe51ad Bug 1136203 - Remove thumbnail/title replacing functionality for history tiles. r=adw 2015-03-27 17:57:11 -04:00
Marco Bonardo cb44324272 Bug 1144571 - Pasting multiple bookmarks should retain their order. r=ttaubert 2015-03-28 14:00:11 +01:00
Mike de Boer f8fa164d59 Bug 1105044: update XULRunner stub path finding to match the updated Mac app package signing requirements. r=bsmedberg 2015-03-28 12:26:22 +01:00
Dão Gottwald f29d9f73a0 Bug 824947 - Put the add-on installation progress notification's custom content in <popupnotificationcontent> rather than overriding the anonymous content. r=dtownsend
--HG--
extra : rebase_source : 14023454a635e9b7c947971a5b1753ffab168d51
2015-03-27 23:02:37 +01:00
Dão Gottwald 777e2626bb Bug 1148543 - Remove the add-on author from the install confirmation doorhanger. r=dtownsend
--HG--
extra : rebase_source : 1c24b46adceafb8fdcc5797c83cdf73d57912ef8
2015-03-27 23:02:06 +01:00