Commit Graph

205207 Commits

Author SHA1 Message Date
Mark Finkle
a13ba5cc1d Bug 1066671 - Minor test cleanup r=trivial 2014-09-14 11:21:56 -04:00
Mark Finkle
d53f87bb99 Bug 1066671 - Regression: Downloading is broken r=wesj 2014-09-14 11:17:18 -04:00
Mark Finkle
dc00bc0160 Bug 1066671 - Minor cleanup r=wesj 2014-09-14 11:17:15 -04:00
Mo Zanaty
e1d0824ee3 Bug 1054624: fix high-packet-loss problems with H.264 WebRTC calls r=jesup 2014-09-14 08:17:24 -04:00
Jonathan Watt
bbb86f92e5 Bug 1054838 follow-up - Reorder the fuzzy annotations for radial-shape-farthest-corner-1b.html so that the azureQuartz annotation isn't overridden 2014-09-14 11:53:00 +01:00
Jonathan Watt
638a242696 Bug 1054838, part 5 - Mark some tests as now passing and add/change the fuzz on others post-mattwoodrow's Moz2Dification of gfxPattern 2014-09-14 10:59:54 +01:00
Matt Woodrow
a3b9ba5ec7 Bug 1054838, part 4 - Stop using the gfxASurface ctor for gfxPattern in gfxWindowsNativeDrawing. r=Bas 2014-09-14 10:58:56 +01:00
Matt Woodrow
2bc24e0445 Bug 1054838, part 3 - Convert gfxPattern to Moz2D. r=Bas 2014-09-14 10:58:56 +01:00
Manu Jain
1b160da21c Bug 1066320 - Crop lightweight theme image if it's larger than the displayable area; r=mfinkle 2014-09-13 14:36:09 -04:00
B2G Bumper Bot
20f1dfd13b Bumping manifests a=b2g-bump 2014-09-13 11:17:01 -07:00
B2G Bumper Bot
aeed87bbeb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/37ff07d95f18
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23975 from KevinGrandon/bug_1066339_statusbar_height_variables

Bug 1066339 - Use CSS variables for statusbar height

========

https://hg.mozilla.org/integration/gaia-central/rev/4118d6feef43
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1066339 - Use CSS variables for statusbar height r=alive
2014-09-13 11:10:47 -07:00
Phil Ringnalda
e338df3f97 Merge m-c to b-i 2014-09-13 10:16:41 -07:00
Phil Ringnalda
984d885b29 Merge b-i to m-c 2014-09-13 09:59:06 -07:00
Phil Ringnalda
9b4aa9966e Merge m-i to m-c, a=merge 2014-09-13 09:28:33 -07:00
B2G Bumper Bot
85f6a0b3ff Bumping manifests a=b2g-bump 2014-09-13 09:17:45 -07:00
B2G Bumper Bot
6435a2d3a8 Bumping manifests a=b2g-bump 2014-09-13 06:57:36 -07:00
B2G Bumper Bot
b326063934 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/efe14eac6d3a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1061331 - Dont persist meta application-name in browser. r=kgrandon
2014-09-13 06:55:47 -07:00
B2G Bumper Bot
af939094a5 Bumping manifests a=b2g-bump 2014-09-13 02:47:00 -07:00
B2G Bumper Bot
d4533505fe Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/90c5e3b6bc76
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1066607 - Use the BrowserConfigHelper for new tabs to fix the missing origin issues. r=daleharvey
2014-09-13 02:40:46 -07:00
B2G Bumper Bot
32feee82e5 Bumping manifests a=b2g-bump 2014-09-13 01:42:32 -07:00
Terrence Cole
c7c73048d0 Bug 1066899 - Share code for dispatching callbacks rather than open-coding it everywhere; r=jonco
--HG--
extra : rebase_source : 64e8498ecd6ed3f2cbb9ad4020bc36223fbad1c3
2014-09-12 17:32:49 -07:00
Max Vujovic
0becb5795e Bug 1066818 - Fix incorrect equation in hue-rotate matrix. r=mstange 2014-09-15 10:10:13 -07:00
Olli Pettay
ab178de936 Bug 1067344 - content process crash in nsXPCWrappedJS::CanSkip(), r=mccr8
--HG--
extra : rebase_source : 687813170d30e3763de9917bccdb4c58df576d61
2014-09-15 19:26:20 +03:00
Ryan VanderMeulen
079a589e19 Merge m-c to inbound. 2014-09-15 12:39:44 -04:00
Jonathan Kew
b7f032c0aa Bug 1066756 - Include characters with Unicode category Sk (modifier symbol) in double-click word selection. r=mats 2014-09-15 17:19:24 +01:00
Jon Coppeard
adb7f550e1 Bug 1063468 - Remove unnecessary use of address() r=sfink 2014-09-15 16:49:37 +01:00
Jon Coppeard
27e45aa4dd Bug 1045945 - Initialize the destroy principals callback for workers r=bent 2014-09-15 16:49:11 +01:00
Jonathan Watt
1457b8c01c Bug 1067222 - Make the gfxPattern code much easier to understand (by giving variables meaningful names, adding comments, and integrating the mysterious AdjustTransformForPattern into gfxPattern::GetPattern). r=Bas 2014-09-15 16:24:03 +01:00
Ehsan Akhgari
0aff24e9af Bug 1067404 - Do not expect a copysign function to be defined in <cmath> with clang-cl; r=upstream
clang-cl defines __cplusplus to 201103L, but it uses the runtime library
provided by MSVC, so the copysign function will not be available there.

Review URL: https://codereview.chromium.org/526813002
2014-09-15 11:03:14 -04:00
Boris Zbarsky
0b98d765f7 Update some documentation to make it clearer. No bug, DONTBUILD 2014-09-15 11:00:25 -04:00
James Graham
0b583dcd0f Bug 1055533 - Fix web-platform-tests metadata for addition of Element.closest, r=bz 2014-09-15 15:13:18 +01:00
Benjamin Bouvier
58dda4b06b Bug 1062217: Try fixing winxp build; r=bustage 2014-09-15 15:36:55 +02:00
Sotaro Ikeda
c42f61231c Bug 1065492 - Fix a stride when using android::ColorConverter r=nical 2014-09-15 06:30:40 -07:00
Fabrice Desré
ccff1279ec Bug 1065848 - Only load AccessFu.jsm when we really need it. r=eeejay 2014-09-12 15:38:49 -07:00
B2G Bumper Bot
c2de2fc5e5 Bumping manifests a=b2g-bump 2014-09-12 19:47:50 -07:00
B2G Bumper Bot
b915f9aadf Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/73ef21ab0b3f
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc: Bug 1063740 - Home screen is shown in landscape mode when canceling out of search app. r=kgrandon
2014-09-12 19:45:52 -07:00
B2G Bumper Bot
4d90289462 Bumping manifests a=b2g-bump 2014-09-12 11:41:58 -07:00
B2G Bumper Bot
60d1ca8e2c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f619446b069a
Author: Marshall Culpepper <marshall.law@gmail.com>
Desc: Merge pull request #23872 from marshall/bug1054121_fteAnalyticsString

Bug 1054121: Update wording and layout of Data Sharing FTU screen

========

https://hg.mozilla.org/integration/gaia-central/rev/3f6027ea7145
Author: Marshall Culpepper <marshall@mozilla.com>
Desc: Bug 1054121: Update wording and layout of Data Sharing FTU screen. r=sfoster r=Pike
2014-09-12 11:35:47 -07:00
B2G Bumper Bot
953bd2904a Bumping manifests a=b2g-bump 2014-09-12 11:02:05 -07:00
Antonio M. Amaya
9ae2f280fd Bug 1066543 - Add MS_VERBOSE to the remount options in the updater automounter. r=marshall_law 2014-09-12 10:33:00 -04:00
Rik Cabanier
199016e453 Bug 1047477 - "Add support for all blend mode to feBlend". r=longsonr r=bz 2014-09-12 16:32:00 +02:00
Ralph Giles
1747850822 Bug 1066319 - Reject mp4 files with unreasonable sample sizes. r=ajones
Don't believe the Sample Size Box if it declares too large a value.

The limit is four times the fallback voodoo constant for 1080p in
the stsz parser, to support UHD but not 8k video, per current limits
elsewhere.
2014-09-13 10:24:00 -07:00
Makoto Kato
5737880385 Bug 975260 - Send each compositon character rect to chrome. r=masayuki 2014-09-15 16:11:08 +09:00
Arpad Borsos
285825e258 Bug 1066414 - fix destructuring rest in for-in; r=jorendorff
--HG--
extra : rebase_source : 61f1adbdbb61d549cac2bdd58cfcd9028c72b6f0
extra : amend_source : 0228ac500718a1eec87094a077724fbb629a9f14
2014-09-12 11:07:30 +02:00
Phil Ringnalda
3d59947782 Back out 0529fb43bd5f (bug 1047076) for bustage on a CLOSED TREE 2014-09-12 18:25:35 -07:00
Bobby Holley
7b53e2cb89 Bug 1052096 - Tests. r=billm 2014-09-12 17:41:19 -07:00
Bobby Holley
90951a49fc Bug 1052096 - Add an API to access the 'Location' string (used by memory reporters) of a compartment. r=billm 2014-09-12 17:41:18 -07:00
Bobby Holley
5d41b32105 Bug 1052096 - Move CPOW targets into the privileged/unprivileged junk scope of the child/parent. r=billm 2014-09-12 17:41:18 -07:00
Bobby Holley
e5da9d6f66 Bug 1052096 - Move CPOWs into the privileged junk scope. r=billm 2014-09-12 17:41:18 -07:00
Bill McCloskey
32296fa1e8 Bug 1047076 - Disable e10s if a11y is enabled (r=felipe) 2014-09-12 17:37:11 -07:00