Commit Graph

209251 Commits

Author SHA1 Message Date
Jonathan Kew
b9a1569585 Bug 1074223 - Update OTS to pick up fixes for upstream issues 35, 37. Current rev: c24a839b1c66c4de09e58fabaacb82bf3bd692a4. r=jdaggett 2014-10-09 08:43:30 +01:00
Jonathan Kew
c26c3eecbe Bug 1080174 - Do not send Accept-Encoding:gzip,deflate when requesting WOFF or WOFF2 webfonts. r=mcmanus 2014-10-09 08:42:51 +01:00
Jonathan Kew
e4ddb4a006 Bug 1077312 - Clean up Accept headers on @font-face HTTP requests. r=mcmanus 2014-10-09 08:42:02 +01:00
John Daggett
6ff4a89a00 Bug 1079422 - eliminate the ptr to FontFace within @font-face rules. r=heycam 2014-10-09 16:03:56 +09:00
John Daggett
c81b96f1eb Bug 1079422 - backout changeset 7fceb8bf84d2. r=heycam 2014-10-09 16:03:28 +09:00
Mike Hommey
e03fbf9e73 Fixup for bug 1060179 for bustage on unified builds. r=me 2014-10-09 15:52:41 +09:00
Mike Hommey
e9f9e855d8 Fixup for the followup to bug 1073712 on a CLOSED TREE 2014-10-09 14:44:00 +09:00
Mike Hommey
9f7618b42a Followup for bug 1073712: Don't include a C header inside namespace mozilla on a CLOSED TREE 2014-10-09 14:31:10 +09:00
Chris Pearce
dd47359d07 Bug 1060179 - Skip EME tests on e10s. r=kentuckyfriedtakahe 2014-10-09 17:01:03 +13:00
Chris Pearce
3b884854ed Bug 1060179 - Use RLZ to hash device specific id into origin salt to give EME GMPs a per-origin and non transferrable node id. r=hsivonen,jesup 2014-10-09 17:01:03 +13:00
Chris Pearce
6b411b90e2 Bug 1060179 - Import librlz for device identity generation on Windows. r=glandium,dmajor 2014-10-09 17:01:03 +13:00
Chris Pearce
e4dbc659d1 Bug 1060179 - Ensure GMP storage respects private browsing mode. r=ehsan,jesup 2014-10-09 17:01:03 +13:00
Chris Pearce
c60a63ff25 Bug 1060179 - Percolate EME node id to EME child process. r=jesup 2014-10-09 17:01:03 +13:00
Chris Pearce
8e7e0d2e3a Bug 1060179 - Store and retrieve EME node id. r=jesup 2014-10-09 17:01:02 +13:00
Chris Pearce
2c2b3ec19c Bug 1060179 - Generate a random node id for every EME (origin,topLevelOrigin) pair. r=bz 2014-10-09 17:01:02 +13:00
Chris Pearce
70d390d0d8 Bug 1060179 - Factor out AndroidMediaResourceServer's code to generate random number string. r=cajbir 2014-10-09 17:01:02 +13:00
Chris Pearce
48bc679bb9 Bug 1060179 - Rename 'origin' in EME code to 'nodeid'. r=bz 2014-10-09 17:01:02 +13:00
Chris Pearce
156f15d374 Bug 1060179 - Use unix eol consistently in content/media/. r=whitespace. 2014-10-09 17:01:01 +13:00
Sotaro Ikeda
824294ae69 Bug 1075136 - Initialize TileClient::mCompositableClient correctly r=nical 2014-10-08 20:47:17 -07:00
Chris Peterson
32977903f2 Bug 1079672 - Fix -Wpointer-arith warning in GonkAudioDecoderManager.cpp. r=cpearce 2014-10-04 23:18:43 -07:00
Kartikaya Gupta
f6a98016d2 Bug 1078316 - Tweaks for root-frame overlay scrollbars so they don't oscillate while panning around. r=botond,tn 2014-10-08 22:56:38 -04:00
Felipe Gomes
3778fe7a54 Bug 1076314 - Re-prompt nightly users to enable e10s. r=mconley 2014-10-08 22:56:26 -03:00
Luke Wagner
bf601eeade Bug 1076161 - Prevent JS_StealArrayBufferContents from being used with mapped array buffers (r=sfink)
--HG--
extra : rebase_source : 8eaed8849d05daf4e9cdf312b93d6ebec9890302
2014-10-08 20:45:50 -05:00
Jean-Yves Avenard
c44e6ab410 Bug 1079655: Do not sanitize the path used to load XPCOM if the path couldn't
be retrieved successfully on OSX. r=spohl
2014-10-09 12:19:45 +11:00
Jean-Yves Avenard
3991b9d059 Bug 1079655: Ensure that the path used to load XPCOM can be sanitized on OSX 10.10. r=spohl 2014-10-09 12:34:04 +11:00
Dan Gohman
f836b39c28 Bug 1070948 - IonMonkey: Cope with loops where the header has become disconnected from the backedge. r=nbp 2014-10-08 18:21:48 -07:00
Dan Gohman
37c8d2b9a6 Bug 1070258 - IonMonkey: Assert that resume points are dominated by their operands r=nbp 2014-10-08 18:21:46 -07:00
Nicholas Nethercote
0eef32c0e6 Bug 1079657 (follow-up) - Remove --mode=stress option from |mach run|. r=me.
DONTBUILD because this is NPOTB.

--HG--
extra : rebase_source : f2295ccffe59b0af6627169e96f98a8a755570e8
2014-10-08 18:20:07 -07:00
Mike Hommey
139046d56b Bug 1071568 - Only pass down templates to the sandbox context when calling moz.build templates. r=mshal
It's not entirely clear passing down all the metadata makes sense. On the
other hand, when creating the template execution sandbox, passing down
exports does assign the value for the exported variable in that execution
context. When that context is merged with the caller sandbox context, the
exported variable is reassigned, even if the value is not modified. Then,
if the caller sandbox itself reassigns the exported variable, it fails
because calling a template already did it once, unexpectedly.

Not passing down exported variables makes the template execution sandbox
never set those exported variables, so that they are not merged back. The
caller sandbox can then properly reassign the exported variable.
2014-10-09 10:14:26 +09:00
Nicholas Nethercote
c72cb48004 Bug 1074656 - Merge |mach debug| and |mach dmd| into |mach run|. r=gps.
--HG--
extra : rebase_source : a9da86cadae7fdbb0fe9e3931fb1163f4239527c
2014-10-08 15:12:02 -07:00
Nicholas Nethercote
fb69fa73f3 Bug 1077272 - Allow argument groups in mach commands. r=gps.
--HG--
extra : rebase_source : 478b305eedac6d30af748d80da408042aba48c14
2014-10-08 15:11:50 -07:00
Nicholas Nethercote
435eec853f Bug 1079657 - DMD: Remove the "stress" mode. r=erahm.
--HG--
extra : rebase_source : d0b233a62c1b50facb27d781f9942628f100180e
2014-10-08 14:56:46 -07:00
William Chen
371608d92c Bug 1064211 - Check nsDocument::sProcessingStack contains a value before processing it. r=mrbkap 2014-10-08 18:05:39 -07:00
Nathan Froyd
c5a4f86a26 Backout c41ceb365f00, 626abc356c25, and b756cab77bac (bug 839838) for non-unified build bustage on a CLOSED TREE 2014-10-08 20:43:33 -04:00
Wes Kocher
f1ed9ce208 Merge m-c to inbound a=merge CLOSED TREE 2014-10-08 17:14:42 -07:00
Wes Kocher
eec55b928f Merge b2g-inbound to m-c a=merge 2014-10-08 16:49:26 -07:00
Wes Kocher
b2cbe8c0b3 Merge fx-team to m-c a=merge 2014-10-08 16:46:52 -07:00
Andrew McCreight
50a4226f7d Bug 943516 - Add weak map wrapper preserving key callback to workers. r=peterv on a CLOSED TREE 2014-10-08 16:27:55 -07:00
Lebedev Maksim
afa915016b Bug 1073563 - The lostpointercapture event must be dispatched before any other pointer events. r=smaug 2014-10-08 16:27:34 -07:00
Jan Jongboom
fefd025806 Bug 1067255 - Disallow cut and copy in password fields. r=ehsan 2014-10-08 16:27:31 -07:00
Jan Jongboom
27ab51afe5 Bug 1059163 - Add a mutation observer to contenteditable elements to detect selection changes that nsISelectionPrivate misses r=xyuan 2014-10-08 16:27:27 -07:00
Ehsan Akhgari
2d1df489a6 Bug 839838 follow-up - Use the mozilla namespace for ThreadsafeAutoSafeJSContext
Landed on a CLOSED TREE
2014-10-08 19:07:30 -04:00
Ehsan Akhgari
47114c2720 Bug 839838 follow-up - Add the necessary #include for ThreadsafeAutoSafeJSContext
Landed on a CLOSED TREE
2014-10-08 19:05:49 -04:00
Dan Gohman
ea4554095f Bug 1077720 - IonMonkey: AliasAnalysis: Use MInstruction to track dependencies instead of MDefinition r=nbp 2014-10-08 15:04:13 -07:00
Dan Gohman
f044bd49a6 Bug 1077720 - IonMonkey: Optimize MPhi's addInput and addInputSlow r=nbp 2014-10-08 15:04:12 -07:00
Dan Gohman
eaa509d20f Bug 1077720 - IonMonkey: Optimize discardPhi r=nbp 2014-10-08 15:04:12 -07:00
Dan Gohman
713d1049e5 Bug 1077720 - IonMonkey: Replace the "iter = list.removeAt(iter)" idiom. r=nbp 2014-10-08 15:04:12 -07:00
Dan Gohman
4e0f1f3e41 Bug 1077720 - IonMonkey: Add a method for clearing the SuccessorWithPhis field r=nbp 2014-10-08 15:04:12 -07:00
Dan Gohman
9db1eb18de Bug 1077720 - IonMonkey: Optimize MPhi::removeOperand r=nbp 2014-10-08 15:04:11 -07:00
Dan Gohman
3011ab8dfc Bug 1075266 - IonMonkey: Disable the assert that congruentTo is symmetric, for now. r=nbp 2014-10-08 15:04:11 -07:00