Commit Graph

198216 Commits

Author SHA1 Message Date
Nicholas Nethercote
8c60d14a1a Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
* * *
imported patch rm-dummy-params

--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
2014-08-06 06:31:21 -07:00
Gian-Carlo Pascutto
afda080009 Bug 1050141 - Add Telemetry for ApplicationReputation remote responses. r=mmc 2014-08-08 09:32:44 +02:00
Nicholas Nethercote
a6413e098a Bug 1048754 - Handle creation of small power-of-two-sized arrays better. r=bhackett.
--HG--
extra : rebase_source : 2880da2df5f263b8abb5c6a39adb832dadc39afb
2014-08-07 23:05:17 -07:00
Nigel Babu
e30a4980db Backed out changeset 87f53a100db0 (bug 1043390) for xpshell bustage on ASAN on a CLOSED TREE 2014-08-08 11:38:49 +05:30
Daniel Holbert
54bcb09759 Bug 1032922 part 2: Rename flex-basis's "auto" keyword to "main-size" (but retain "flex:auto" as shorthand for "1 1 main-size"). r=heycam 2014-08-07 22:11:48 -07:00
Daniel Holbert
ba4503e6e6 Bug 1032922 part 1: Give "flex-basis" its own keyword table, instead of having it co-opt kWidthKTable. r=heycam 2014-08-07 22:11:47 -07:00
Daniel Holbert
e2bfd48301 Bug 1050412 part 2: Assert about frame type before static_casting, and drop useless null-check. r=tn 2014-08-07 22:07:16 -07:00
Daniel Holbert
609c60e648 Bug 1050412 part 1: Use nsFrameList::Enumerator in nsSimplePageSequenceFrame to iterate over child frames. r=tn 2014-08-07 22:07:15 -07:00
Birunthan Mohanathas
e3009122fa Bug 1048989 - Fix 'useless expression' warnings with MERGED_COMPONENT. r=gps 2014-08-07 21:52:05 -07:00
Birunthan Mohanathas
8d05d5c675 Bug 994708 - Part 3: Record submission event for content crashes. r=gps 2014-08-07 21:52:05 -07:00
Birunthan Mohanathas
0d9eebac32 Bug 1049257 - Fix typo in CrashManager.addCrash() in order to update the crash date of existing items. r=gps 2014-08-07 21:52:05 -07:00
Birunthan Mohanathas
779466d1c0 Bug 1050001 - Remove #ifdef DEBUG_username lines in editor/. r=ehsan 2014-08-07 21:52:05 -07:00
Birunthan Mohanathas
990f26d09d Bug 1047878 - Flatten profile/public/ directory. r=bsmedberg
--HG--
rename : profile/public/notifications.txt => profile/notifications.txt
rename : profile/public/nsIProfileUnlocker.idl => profile/nsIProfileUnlocker.idl
2014-08-07 21:52:04 -07:00
Birunthan Mohanathas
4dad35ab8d Bug 1047878 - Flatten profile/dirserviceprovider/{public,src}/ directories. r=bsmedberg
--HG--
rename : profile/dirserviceprovider/src/nsProfileDirServiceProvider.cpp => profile/dirserviceprovider/nsProfileDirServiceProvider.cpp
rename : profile/dirserviceprovider/public/nsProfileDirServiceProvider.h => profile/dirserviceprovider/nsProfileDirServiceProvider.h
rename : profile/dirserviceprovider/src/nsProfileLock.cpp => profile/dirserviceprovider/nsProfileLock.cpp
rename : profile/dirserviceprovider/src/nsProfileLock.h => profile/dirserviceprovider/nsProfileLock.h
rename : profile/dirserviceprovider/src/nsProfileStringTypes.h => profile/dirserviceprovider/nsProfileStringTypes.h
2014-08-07 21:52:04 -07:00
Birunthan Mohanathas
f80c18a8b9 Bug 1047877 - Flatten modules/libpref/{public,src}/ directories. r=bsmedberg
--HG--
rename : modules/libpref/src/Makefile.in => modules/libpref/Makefile.in
rename : modules/libpref/src/Preferences.cpp => modules/libpref/Preferences.cpp
rename : modules/libpref/public/Preferences.h => modules/libpref/Preferences.h
rename : modules/libpref/src/init/all.js => modules/libpref/init/all.js
rename : modules/libpref/public/nsIPrefBranch.idl => modules/libpref/nsIPrefBranch.idl
rename : modules/libpref/public/nsIPrefBranch2.idl => modules/libpref/nsIPrefBranch2.idl
rename : modules/libpref/public/nsIPrefBranchInternal.idl => modules/libpref/nsIPrefBranchInternal.idl
rename : modules/libpref/public/nsIPrefLocalizedString.idl => modules/libpref/nsIPrefLocalizedString.idl
rename : modules/libpref/public/nsIPrefService.idl => modules/libpref/nsIPrefService.idl
rename : modules/libpref/public/nsIRelativeFilePref.idl => modules/libpref/nsIRelativeFilePref.idl
rename : modules/libpref/src/nsPrefBranch.cpp => modules/libpref/nsPrefBranch.cpp
rename : modules/libpref/src/nsPrefBranch.h => modules/libpref/nsPrefBranch.h
rename : modules/libpref/src/nsPrefsFactory.cpp => modules/libpref/nsPrefsFactory.cpp
rename : modules/libpref/src/prefapi.cpp => modules/libpref/prefapi.cpp
rename : modules/libpref/src/prefapi.h => modules/libpref/prefapi.h
rename : modules/libpref/src/prefapi_private_data.h => modules/libpref/prefapi_private_data.h
rename : modules/libpref/src/prefread.cpp => modules/libpref/prefread.cpp
rename : modules/libpref/src/prefread.h => modules/libpref/prefread.h
2014-08-07 21:52:04 -07:00
Birunthan Mohanathas
af27399a81 Bug 1049998 - Flatten browser/fuel/{public,src}/ directories. r=mak
--HG--
rename : browser/fuel/src/fuelApplication.js => browser/fuel/fuelApplication.js
rename : browser/fuel/src/fuelApplication.manifest => browser/fuel/fuelApplication.manifest
rename : browser/fuel/public/fuelIApplication.idl => browser/fuel/fuelIApplication.idl
2014-08-07 21:52:04 -07:00
Matt Woodrow
bf25797bb7 Bug 969222 - Don't find a new frame pointer unless the previous one was deleted. r=smaug 2014-08-08 16:38:17 +12:00
Matt Woodrow
6c16eeea37 Bug 1049303 - Avoid an invalid cast to ClientThebesLayer when we're using tiling. r=Bas 2014-08-07 11:55:31 +12:00
Matt Woodrow
84c916ae97 Bug 1048110 - Pad visible regions out by 1 pixel to avoid sampling from invalid content. r=Bas 2014-08-05 12:17:47 +12:00
Matt Woodrow
a4fa815cab Bug 1048110 - Expand complex visible regions if we're going to be resampling when using tiling. r=Bas 2014-08-04 15:29:55 +12:00
Timothy Nikkel
017cd225f7 Bug 1042772. Update the reference frame and current frame offset when moving to outside a transform so that we can use the correct offset to compute the initial visible rect for wrap list display items. r=roc
* * *
The current reference frame is still the same as our reference frame because we set and restore it in nsFrame::BuildDisplayListForChild before this. So we need to actually compute it.
2014-08-07 11:33:18 -05:00
Timothy Nikkel
e2c436edd8 Bug 1042772. offsetToReferenceFrame is always zero when we use it. Remove it. r=mattwoodrow 2014-08-07 11:33:16 -05:00
Timothy Nikkel
9ac497988e Bug 1042772. Set the dirty rect relative to the current frame, not the reference frame. r=roc
The offsetToReferenceFrame is to the reference frame for this, since we are transformed we are the reference frame, so the offset was 0,0. So the computation still produced correct results.
2014-08-07 11:33:14 -05:00
Chris Pearce
a249b98033 Bug 1049107 - Fix build with --disable-eme. r=kentuckyfriedtakahe 2014-08-08 14:44:04 +12:00
Chris Pearce
636eece8ca Bug 1050199 - Support the GMP returning arbitrary audio sample rates and number of channels. r=jesup 2014-08-08 14:44:01 +12:00
Chris Pearce
48b677d899 Bug 1047107 - Make CDMProxy Close() its GMPDecryptorProxy on Shutdown. r=ehsan 2014-08-08 14:43:54 +12:00
Mark Banner
83e6721282 Bug 1050263: Remove incorrect name reference from email subject when emailing a loop url r=dhenein,arcadio 2014-08-07 22:36:23 -04:00
Jim Mathies
f26cd7d4ee Bug 1044245: don't track Windows IPC stack frames on non-gui threads r=bsmedberg 2014-08-07 22:21:05 -04:00
Wes Kocher
e8dbd3d4c9 Backed out changeset 2422647220de (bug 1038899) for mochitest-2 bustage on a CLOSED TREE 2014-08-07 19:08:10 -07:00
Jeff Gilbert
0627be2bfd Bug 1045955 - Style fix. - r=kamidphish 2014-08-07 19:03:25 -07:00
Jeff Gilbert
3862869a53 Bug 1045955 - Tighten requirements for framebuffer_blit, and use GL_FRAMEBUFFER when unavailable. - r=kamidphish 2014-08-07 19:03:25 -07:00
Jeff Gilbert
dabc675938 Bug 1045955 - Allow blitting 'internal' fb0. - r=kamidphish 2014-08-07 19:03:25 -07:00
Jeff Gilbert
262e1bfb58 Bug 1045955 - Make snapshots pick RGBA or RGBX. - r=kamidphish 2014-08-07 19:03:24 -07:00
Karl Tomlinson
999788eb34 b=995075 update speex resampler to speexdsp 769dc295 r=padenot
--HG--
extra : rebase_source : 786ee924d4d41745bfad84fbf9457c82db4158fb
2014-08-07 18:13:12 +12:00
Ehsan Akhgari
d29ef9c03e Bug 1043390 - Don't use getSourceRepo on local builds; r=glandium 2014-08-07 21:29:39 -04:00
Joshua Cranmer
a043c5f64b Bustage fix for bug 1035599, r+a=bustage-fix for CLOSED TREE
--HG--
extra : rebase_source : 9fc6f0cc80749f869abf3124b6fecd490b023d1c
extra : amend_source : a53044cb583fb213903092848faccc087bab6289
2014-08-07 20:16:13 -05:00
Wes Kocher
6c6d0e3d5a Backed out changeset c62468b61fed (bug 1041695) for bustage on a CLOSED TREE 2014-08-07 18:16:25 -07:00
Wes Kocher
cd9d611f43 Merge m-c to inbound a=merge 2014-08-07 18:09:03 -07:00
Wes Kocher
74fd8d74d2 Merge b2g-inbound to m-c a=merge 2014-08-07 18:06:14 -07:00
Joshua Cranmer
91264d433d Bug 1035599: Fix branding directory location for comm-central, r=glandium 2014-08-07 19:29:00 -05:00
Joshua Cranmer
ae0877aba9 Bug 1035599: Merge the mozilla-central and comm-central objdir, r=gps
This change merges mozilla-central and comm-central into having a single
topobjdir file but retaining two topsrcdirs (and two build systems). This state
is hopefully only the first part of a series of changes that eliminate the
comm-central build system partial clone completely.

--HG--
extra : rebase_source : 02aa2c4551df405d9783ac85cc41fe90b67bf057
extra : amend_source : d3cc677d59603648165bf65afa28413f2c40b2fd
2014-08-07 19:27:58 -05:00
Nicholas Hurley
b4b1cf6efb Bug 1047594 - Enable http2 and alpn by default r=mcmanus r=dkeeler a=kwierso 2014-08-07 15:53:09 -07:00
Ryan VanderMeulen
7aaaba8729 Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2014-08-07 17:49:02 -04:00
B2G Bumper Bot
c74bdb7031 Bumping manifests a=b2g-bump 2014-08-07 14:42:44 -07:00
B2G Bumper Bot
38faaaa940 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/41b3413a893f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1049569 - Sanitize e.me app url results. r=kgrandon"

This reverts commit 612140c02b2b7839b658016c9b2f9118fc87bdc2.
2014-08-07 14:35:28 -07:00
Ryan VanderMeulen
d4a25b4a60 Merge fx-team to m-c. a=merge 2014-08-07 17:24:52 -04:00
Ryan VanderMeulen
303d076e45 Merge inbound to m-c. a=merge 2014-08-07 17:20:12 -04:00
B2G Bumper Bot
860a355076 Bumping manifests a=b2g-bump 2014-08-07 13:47:06 -07:00
B2G Bumper Bot
f4f043b86b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/de0afaa8f770
Author: Manuel Casas Barrado <mancas.91@gmail.com>
Desc: Bug 1040981 - [B2G][Browser] While in landscape mode the 'Default search engine' drop down is cut off r=kgrandon
2014-08-07 13:45:30 -07:00
Georgios Kontaxis
94fb6d585f Bug 1048643: extended nsDocShell with flags to indicate tracking protection status (similar to mixed content blocked/loaded status) 2014-08-07 13:35:03 -07:00