Commit Graph

252661 Commits

Author SHA1 Message Date
Kyle Machulis
2ac88172a1 Bug 1176300 - Move libsoundtouch to lgpllibs; r=glandium 2015-07-07 21:17:09 -07:00
Kyle Machulis
3a233ed321 Bug 1176300 - Add lgpllibs library to build system; r=glandium 2015-07-07 21:17:08 -07:00
Daniel Holbert
ce84d31c0e Bug 1158561 followup: Add 'override' annotations to overriding methods added in this bug: Callback(), SitesWithData(), RecvReturnClearSiteData(), & RecvReturnSitesWithData(). rs=ehsan 2015-07-07 21:10:32 -07:00
Phil Ringnalda
d53fe5a1a0 Back out 694521589eb0 (bug 1177271) for leaking
CLOSED TREE
2015-07-07 21:08:19 -07:00
Marcos Caceres
1d3b143a7f Bug 1171200 - Add means of checking if a document links to a manifest. r=billm.
---
 dom/ipc/manifestMessages.js                        | 166 +++++++++-----------
 ...ObjectProcessor.js => ImageObjectProcessor.jsm} |   0
 dom/manifest/ManifestFinder.jsm                    |  58 +++++++
 dom/manifest/ManifestObtainer.js                   |  92 -----------
 dom/manifest/ManifestObtainer.jsm                  | 170 +++++++++++++++++++++
 ...{ManifestProcessor.js => ManifestProcessor.jsm} |  18 +--
 .../{ValueExtractor.js => ValueExtractor.jsm}      |   4 +-
 dom/manifest/WebManifest.jsm                       |  19 ---
 dom/manifest/moz.build                             |  10 +-
 dom/manifest/test/browser.ini                      |   3 +-
 .../test/browser_ManifestObtainer_obtain.js        |   2 +-
 dom/manifest/test/browser_hasManifestLink.js       | 109 +++++++++++++
 dom/manifest/test/common.js                        |   4 +-
 dom/security/test/csp/browser_test_web_manifest.js |  12 +-
 .../csp/browser_test_web_manifest_mixed_content.js |  10 +-
 toolkit/modules/PromiseMessage.jsm                 |  36 +++++
 toolkit/modules/moz.build                          |   1 +
 17 files changed, 467 insertions(+), 247 deletions(-)
 rename dom/manifest/{ImageObjectProcessor.js => ImageObjectProcessor.jsm} (100%)
 create mode 100644 dom/manifest/ManifestFinder.jsm
 delete mode 100644 dom/manifest/ManifestObtainer.js
 create mode 100644 dom/manifest/ManifestObtainer.jsm
 rename dom/manifest/{ManifestProcessor.js => ManifestProcessor.jsm} (95%)
 rename dom/manifest/{ValueExtractor.js => ValueExtractor.jsm} (96%)
 delete mode 100644 dom/manifest/WebManifest.jsm
 create mode 100644 dom/manifest/test/browser_hasManifestLink.js
 create mode 100644 toolkit/modules/PromiseMessage.jsm
2015-07-08 13:26:32 +10:00
Nick Fitzgerald
9f2887dc9d Bug 1166048 - Part 2: Add a test that we can load the contents of every source mapped source produced by babel and browserify; r=jlongster 2015-07-07 19:52:58 -07:00
Nick Fitzgerald
dd453b9b42 Bug 1166048 - Part 1: Do not set the sourceRoot of a source map that has all source contents embedded; r=jlongster 2015-07-07 19:52:58 -07:00
Nick Fitzgerald
1567046bd7 Bug 1166048 - Part 0: Upgrade the tree's copy of the mozilla/source-map library; r=jlongster 2015-07-07 19:52:58 -07:00
B2G Bumper Bot
d3899e5ba8 Bumping manifests a=b2g-bump 2015-07-07 19:15:51 -07:00
B2G Bumper Bot
74d6f98b93 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f653f6e0c52
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30851 from KevinGrandon/bug_1180992_service_worker_panel_gaia_switch

Bug 1180992 - Use gaia-switch for service worker panel

========

https://hg.mozilla.org/integration/gaia-central/rev/deb3c8db3ebf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1180992 - Use gaia-switch for service worker panel

========

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

Bug 1180534 - Convert developer HUD controls to web components

========

https://hg.mozilla.org/integration/gaia-central/rev/fd640da82ae1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1180534 - Convert developer HUD controls to web components
2015-07-07 19:13:31 -07:00
B2G Bumper Bot
a0abfd6d2c Bumping manifests a=b2g-bump 2015-07-07 18:54:35 -07:00
Michael Layzell
0d844ee3a9 Bug 1034922 - Make nsSiteWindow's destructor private, and expose it to nsContentTreeOwner via friend class. r=Enn
CLOSED TREE
2015-07-07 21:49:00 -04:00
Henry Addo henry@addhen.org
a79c777d32 Bug 1079182 - Fix Replace globe with magnifying glass in tablet editing mode. r=henry 2015-07-08 10:33:23 +09:00
Johan K. Jensen
df1410d01e Bug 1173158 - Fixing imgur upload error. r=jryans 2015-07-10 10:28:00 +02:00
Wes Kocher
883c8eefe0 Merge m-c to fx-team, a=merge 2015-07-07 16:39:39 -07:00
Wes Kocher
3ae1b553cb Merge m-c to b2ginbound, a=merge 2015-07-07 16:39:19 -07:00
Wes Kocher
31b33c7b9a Merge inbound to central, a=merge 2015-07-07 16:37:07 -07:00
Wes Kocher
b02db2ab62 Merge fx-team to central, a=merge 2015-07-07 16:18:51 -07:00
David Keeler
2c108fdd54 bug 1181376 - convert test_bug480619.html to an xpcshell test r=mgoodwin 2015-07-07 16:09:56 -07:00
Ryan VanderMeulen
89eb454666 Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-09 13:52:22 -04:00
Mike Kaply
029b876f96 Bug 1129957 - Add in missing test to fix bustage CLOSED TREE 2015-07-09 12:34:53 -05:00
Neil Rashbrook
11b8e5e86d Bug 1129957 - RemoteWebNavigation doesn't accept postdata or headers. r=Mossop 2015-07-09 12:18:11 -05:00
Jesse Ruderman
c02675afc8 Bug 1181382: move declaration into namespace to resolve conflict. r=hsinyi 2015-07-09 09:37:08 -07:00
Seth Fowler
db48ef0d7a Bug 1181909 - Fix potential null dereference in NextPartObserver. r=tn 2015-07-09 09:21:22 -07:00
Seth Fowler
2ee7313db2 Bug 1180126 - Read content disposition regardless of content type in imgRequest::PrepareForNewPart. r=tn 2015-07-09 09:21:20 -07:00
Seth Fowler
4ca4e2b79a No bug - Tweak formatting of logging statement in imgRequest. r=me 2015-07-09 09:21:17 -07:00
Nick Fitzgerald
b01e7bc5e9 Bug 1068988 - Part 4: Fix object-pending-metadata root marking; r=shu 2015-07-09 09:21:16 -07:00
Nick Fitzgerald
cc3335116e Bug 1068988 - Part 3: Document the size property in the allocations log; r=shu 2015-07-09 09:21:16 -07:00
Nick Fitzgerald
a9857c13f8 Bug 1068988 - Part 2: Add a test for byte sizes in the allocations log; r=shu 2015-07-09 09:21:16 -07:00
Nick Fitzgerald
3c7ef23816 Bug 1068988 - Part 1: Add byte size to the allocation log; r=shu 2015-07-09 09:21:16 -07:00
Kyle Machulis
e040e3dbdb Bug 1157768 - FFTBlock Changes for using libav fft; r=padenot 2015-07-09 09:07:53 -07:00
Kyle Machulis
cd750a2fbb Bug 1157768 - Build files and config headers for libav fft; r=glandium 2015-07-09 09:07:52 -07:00
Kyle Machulis
dc34cdf6df Bug 1157768 - Minimal libav files for using libav fft; r=padenot 2015-07-09 09:07:52 -07:00
Jared Wein
7d28d95bcd Bug 1180801 - Replace setDefaultBrowser and isDefaultBrowser with getConfiguration/setConfiguration options. r=MattN 2015-07-07 18:19:33 -04:00
JW Wang
733b9da98f Bug 1181456 - check playing event only once since it could take a lot of time. r=cpearce 2015-07-08 00:04:00 +02:00
Andrew Comminos
3d05be29dd Bug 1180840 - Make test_focus.xul not expect a specific text selection position after mouse event synthesis. r=enn 2015-07-08 10:10:00 +02:00
Andrew Comminos
d8dda47ec8 Bug 1180234 - Fuzz box-shadow bounds reftest when using GTK. r=mstange 2015-07-08 14:06:00 +02:00
Maksim Lebedev
5c4a1f5c32 Bug 1177323 - disable decode-only-on-draw preference. r=seth 2015-07-08 00:19:00 +02:00
Joel Maher
a6e162011f bug 1175005: performance regression. backout_2dba54b89ec8 2015-07-09 11:50:02 +01:00
Joel Maher
ccbb8c9ed6 bug 1175005: performance regression. backout_59a89d5db8f0 2015-07-09 11:48:47 +01:00
Joel Maher
1f706df26c bug 1175005: performance regression. backout_44b74f0b7e1d 2015-07-09 11:48:27 +01:00
Joel Maher
4b3190641d bug 1175005: performance regression. backout_f081c464c1e2 2015-07-09 11:48:06 +01:00
Joel Maher
1cf6d6ed6a bug 1175005: performance regression. backout_d9c8c1d14037 2015-07-09 11:47:51 +01:00
Nicolas Silva
f344efc4c7 Bug 1180688 - Disable the basic compositor backend on Mac. r=mstange 2015-07-09 12:07:51 +02:00
Julian Seward
be511c244c Bug 1180195 - Uninitialised value use in Predictor::SpaceCleaner::OnMetaDataElement. r=hurley@todesschaf.org. 2015-07-09 00:18:54 +02:00
Jan de Mooij
7c7eb1700d Backout 596ee431b3d2 (bug 1180874) because of bugs. 2015-07-09 11:24:54 +02:00
Tooru Fujisawa
89c0cfed73 Bug 1181063 - Use mozilla::IsNaN and mozilla::IsInfinite in Simulator-vixl.cpp. r=Waldo, r=sstangl 2015-07-09 18:22:11 +09:00
Jan de Mooij
5e3a8ad03e Bug 1167883 - Avoid huge stack frames and stack overflow issues with MSVC PGO builds. r=nbp 2015-07-09 11:12:04 +02:00
Carsten "Tomcat" Book
1736329ed0 Backed out changeset 2db7f8ad8c8f (bug 1178233) on request by jaoo 2015-07-09 10:53:26 +02:00
Carsten "Tomcat" Book
1efcf8ff5d Backed out changeset ab0df10f86e2 (bug 1178233) 2015-07-09 10:52:24 +02:00