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

363215 Коммитов

Автор SHA1 Сообщение Дата
Nikhil Marathe 38e0d68766 Bug 984048: Part 1 - ServiceWorkerManager Register(). r=ehsan 2013-11-19 15:15:02 -08:00
Wes Kocher 9612f2915a Backed out 7 changesets (bug 1015791) for build bustage on a CLOSED TREE
Backed out changeset a51011a46872 (bug 1015791)
Backed out changeset 76a617bf6fe3 (bug 1015791)
Backed out changeset b1abfb5152fd (bug 1015791)
Backed out changeset d8f29a74c74a (bug 1015791)
Backed out changeset 633661dee416 (bug 1015791)
Backed out changeset 2870c471fe25 (bug 1015791)
Backed out changeset 46dd7365c75a (bug 1015791)
2014-05-30 15:33:28 -07:00
Bobby Holley 8b61dab657 Bug 1015396 - Get rid of apiSandbox. r=irakli
Currently, Jetpack uses two sandboxes for each content script - one for the
content script itself, and another for SDK machinery. And we end up getting Xrays
between the sandboxes, even though they're same-origin (generally with an nsEP)
because Jetpack sandboxes use |wantXrays: true| to get same-origin Xrays.

Object Xrays cause all sorts of communication problems between the sandboxes.
Irakli says we don't actually need the separate sandbox anymore since we've
removed the proxy layer, so let's just get rid of it.
2014-05-30 15:11:06 -07:00
Bobby Holley 796c57bdfa Bug 1015791 - Break up the remainder of js_InitTypedArrayClasses. r=luke 2014-05-30 15:02:43 -07:00
Bobby Holley 18d43201d1 Bug 1015791 - Give TypedArray classes a ClassSpec. r=luke 2014-05-30 15:02:42 -07:00
Bobby Holley c71b25e2b4 Bug 1015791 - Hoist TypedArray properties into a JSPropertySpec. r=luke 2014-05-30 15:02:42 -07:00
Bobby Holley 6ab8268dfc Bug 1015791 - Clean up duplication in release-mode conditionality of *Array.prototype.move. r=luke 2014-05-30 15:02:42 -07:00
Bobby Holley 086e3489a6 Bug 1015791 - Stop assuming that all TypedArray classes are initialized simultaneously. r=luke 2014-05-30 15:02:42 -07:00
Bobby Holley f901d16fc0 Bug 1015791 - Give Array a ClassSpec. r=luke 2014-05-30 15:02:42 -07:00
Bobby Holley 506dc295fe Bug 1015791 - Retrieve the constructor for the slot, rather than looking up |proto.constructor|, for JSFUN_GENERIC_NATIVE functions. r=luke
Note that the Array and TypedArray changes here are very ephemeral, because
we're about to convert these things to ClassSpec (which does this right
automatically) in the upcoming patches.
2014-05-30 15:02:41 -07:00
Jonathan Watt 60bb98852a Bug 1013911 - Reduce the memory used by tab-selected-start.svg and tab-selected-end.svg. r=mconley 2014-05-30 22:43:05 +01:00
Jonathan Watt 0889717093 Bug 1018196 - Stop creating a Thebes backed gfxContext in nsCocoaUtils::CreateNSImageFromImageContainer (Moz2D migration). r=mstange 2014-05-30 22:41:47 +01:00
Jonathan Watt de18d31da4 Bug 1018187 - Stop creating a Thebes backed gfxContext in nsChildView.mm (Moz2D migration). r=mstange 2014-05-30 22:41:44 +01:00
Terrence Cole e82db4c03a Bug 1013531 - Clarify the naming of the rooting analysis supression guards; r=sfink
--HG--
extra : rebase_source : 95229e907222dd7335f92ae13dd83f1065eabf58
2014-05-28 17:34:36 -07:00
Terrence Cole 16b8dc1405 Bug 961412 - Back out the hack in bug 849526 now that exact rooting has landed; r=jandem
--HG--
extra : rebase_source : 51eca9d463f40b1c8d3c37cbb34ab70b3a9e4c43
2014-05-30 09:27:58 -07:00
Terrence Cole f208dd3380 Bug 1017852 - Make the jit and C++ nursery full check the same; r=jonco
--HG--
extra : rebase_source : b73694b64380770ff400a8b8eaec9fa265a8e126
2014-05-30 09:26:35 -07:00
Ryan VanderMeulen 8021d45644 Backed out changeset 16e5c41a0893 (bug 1015547) for bustage. 2014-05-30 17:09:39 -04:00
Ryan VanderMeulen 1f11f3d280 Backed out changeset 7b6b2d8dd79b (bug 1015547) for bustage. 2014-05-30 17:09:34 -04:00
Benoit Jacob 64ad3662d5 Bug 1018239 - Make WebGLContext::GetExtensionString fool-proof and remove a dangerous EnumeratedArrayConstructor - r=jgilbert 2014-05-30 16:21:23 -04:00
Jan Beich d012fe1bfa Bug 1015547 - Fill |struct nsID| via arc4random_buf if available on Android and BSDs. r=vlad, r=glandium 2014-05-29 23:09:00 -04:00
Jan Beich 76debdf99c Bug 1015547 - Prefer arc4random to generate UUIDs on BSDs. r=vlad, r=glandium 2014-05-28 21:43:00 -04:00
Gabriele Svelto b6f9ebb914 Bug 1011493 - Assign the correct priority to the keyboard app. r=khuey 2014-05-30 15:29:43 +02:00
Boris Zbarsky f1b813f113 Bug 985135 - Test that sandboxed origin flag is honoured across redirects. r=bobowen 2014-03-18 17:24:46 -04:00
Ryan VanderMeulen ec23774cc2 Merge m-c to inbound on a CLOSED TREE. 2014-05-30 16:24:45 -04:00
Ryan VanderMeulen 387e8b2af5 Merge inbound to m-c. 2014-05-30 16:23:21 -04:00
Ryan VanderMeulen bbea47dc83 Backed out changeset 8164fe57ac92 (bug 1010434) for bustage.
CLOSED TREE
2014-05-30 16:06:03 -04:00
Ryan VanderMeulen 74de488875 Merge fx-team to m-c. 2014-05-30 16:04:16 -04:00
John Schoenick 1a87d43ea5 Bug 870021 - Part 6 - Add getCurrentSrc to HTMLImageElement. r=jst, sr=jst 2014-05-30 13:03:08 -07:00
John Schoenick ef46541290 Bug 870021 - Part 5.3 - nsImageFrame should take orientation into account when getting natural size from content. r=roc 2014-05-30 13:03:07 -07:00
John Schoenick 7cdd7c1e6b Bug 870021 - Part 5.2 - Ask content to compute its intrinsic size in nsImageFrame. r=roc 2014-05-30 13:03:07 -07:00
John Schoenick 5c64992870 Bug 870021 - Part 5.1 - HTMLImageElement responsive-aware overrides for GetNatural{Width,Height}. r=jst 2014-05-30 13:03:06 -07:00
John Schoenick b60ee0537a Bug 870021 - Part 4 - Move HTMLImageElement::GetNatural{Height,Width} up to ImageLoadingContent. r=jst 2014-05-30 13:03:06 -07:00
John Schoenick ab8925043d Bug 870021 - Part 3 - Support basic srcset in HTMLImageElement via ResponsiveSelector. r=jst 2014-05-30 13:03:05 -07:00
John Schoenick dcd7b8d426 Bug 870021 - Part 2 - Add ResponsiveImageSelector class with basic srcset support. r=jst 2014-05-30 13:03:05 -07:00
John Schoenick 32c77198c6 Bug 870021 - Part 1.3 - Add srcset to HTMLImageElement & atoms. r=jst, sr=jst 2014-05-30 13:03:04 -07:00
John Schoenick 36e3c89be5 Bug 870021 - Part 1.2 - Teach parser about srcset (generated bits). r=hsivonen 2014-05-30 13:03:04 -07:00
John Schoenick fb32dbe7cf Bug 870021 - Part 1.1 - Teach parser about srcset (needs generation). r=hsivonen 2014-05-30 13:03:03 -07:00
James Graham e7a04fee40 Bug 1018277 - Fix time output in mozlog.structured.formatters.MachFormatter, r=wlach
Use the same units for time everywhere.
2014-05-30 20:59:33 +01:00
Jason Duell 8b872e084c Bug 1010434 - NeckoParent matches a wrong app for the request of a new RemoteOpenFile. r=bent 2014-05-30 12:50:51 -07:00
Ryan VanderMeulen 1206378822 Backed out 2 changesets (bug 1016738, bug 1017150) for spikes in GC-related crashes.
Backed out changeset 93c5b9181c84 (bug 1016738)
Backed out changeset c3ce56241969 (bug 1017150)
2014-05-30 15:23:02 -04:00
Ryan VanderMeulen d71e270204 No bug - Drop expected number of asserts in test_bug437844.xul.
CLOSED TREE
2014-05-30 15:01:52 -04:00
Ryan VanderMeulen 98cb66a0fc Backed out changeset 0521f4f30285 (bug 988480) for mochitest-bc failures. 2014-05-30 15:00:14 -04:00
Asaf Romano 826714abf6 Bug 988480 - Implement OS X styling of Translation Infobar. r=mak 2014-05-30 20:57:50 +03:00
Asaf Romano 4819996837 Bug 1013904 - Text not selectable in in-content prefs. r=jaws. 2014-05-30 20:32:29 +03:00
Wes Johnston bd67e9eb95 Bug 985867 - Fix touch/click ordering on about:addons page. r=mfinkle 2014-05-30 09:55:52 -07:00
Michael Comella d6222f0d5c Bug 1017276 - Do not close editing mode during animation. r=lucasr 2014-05-30 09:43:48 -07:00
Jonathan Griffin c7e060536c Bug 994759 - Pass --total-chunks and --this-chunk to b2gdesktop reftests, r=ahal 2014-05-30 09:43:18 -07:00
Michael Comella 507dfa727f Bug 1015450 - Prevent toolbar from going into an inconsistent state when tapped when entering editing mode. r=lucasr 2014-05-30 09:42:41 -07:00
B2G Bumper Bot 8f0f323f93 Bumping manifests a=b2g-bump 2014-05-30 09:31:23 -07:00
B2G Bumper Bot 30a4bc4ef9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/46fb0be83526
Author: Albert <acperez@tid.es>
Desc: Merge pull request #19533 from acperez/bug-1014421

Bug 1014421 - Add DUN APN for Movistar. r=jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/fb7365ba040b
Author: Albert <acperez@tid.es>
Desc: Bug 1014421 - Add DUN APN for Movistar
2014-05-30 09:25:58 -07:00