Armen Zambrano Gasparnian
a151e572c6
Bug 1048967. Allow versioninfo.py to run from any directory. DONTBUILD
2014-08-08 09:04:57 -04:00
Robert O'Callahan
f4028459f4
Bug 1050096. Clip scrollparts to the viewport for root scrollframes. r=tnikkel
2014-08-09 01:00:53 +12:00
Robert O'Callahan
861267f74f
Bug 1043163. Avoid negative widths and heights due to overflow. r=mats
...
--HG--
extra : rebase_source : 62db3ad669f7a965672ea6bbab1b932c4a07040f
2014-08-06 17:19:23 +12:00
William Lachance
5fd6700e38
Bug 1046380 - Print device root to standard output in dm client;r=armenzg NPOTB DONTBUILD
2014-08-06 19:27:53 -04:00
Armen Zambrano Gasparnian
354655b26f
Bug 1046087 - Normalize line endings on Windows. r=wlach
...
We have found out that the output of Adb on Windows ends with
\r\r\n rather than \r\n. This abnormal line ending cannot be
dealt properly with python's universal_lines. Instead we
decided to normalize every line ending to \n.
2014-08-08 08:47:05 -04:00
Ehsan Akhgari
7257b2f870
Bug 579517 follow-up: Remove NSPR types that crept in
2014-08-08 08:39:07 -04:00
Ehsan Akhgari
d1e4d33682
Bug 1050104 - Do not return a new console object every time self.console is called on workers; r=baku
2014-08-08 08:34:30 -04:00
Tim Taubert
e51e01cadd
Bug 1050202 - Take length parameter into account when deriving HMAC keys r=rbarnes,smaug
2014-08-07 12:52:28 +02:00
Paul Adenot
a908862519
Bug 1046592 - Fix bustage.
...
--HG--
extra : rebase_source : ca08f9c642c8ab6463551cf00ad8f4d9c9be02df
2014-08-08 14:19:14 +02:00
Georg Fritzsche
60fb551fcf
Bug 1048793 - Remove Experiments CertUtils usage as PublicKeyPinningService already provides the same functionality. r=mmc
2014-08-08 14:14:22 +02:00
Paul Adenot
16e12feab6
Bug 1046592 - Fix volume computation in cubeb's opensl backend. r=kinetik
2014-08-08 13:26:42 +02:00
Paul Adenot
b73923ad6a
Bug 1049478 - Fix volume handling in cubeb's PulseAudio backend: revert to soft-volume when needed. r=kinetik
...
--HG--
extra : rebase_source : 16c2702a4304047e266c07c02f868510c9860f75
2014-08-08 13:26:02 +02:00
Chris Manchester
452dc51b37
Bug 1050511 - Log skipped tests in a marionette run only after logging suite_start.;r=jgraham
2014-08-08 12:02:39 +01:00
Markus Stange
7c03e08e93
Bug 1050471
- Reset the valid region of a thebes layer if it gets optimized away to a ColorLayer or an ImageLayer. r=roc
2014-08-08 12:47:32 +02:00
Markus Stange
42d041842e
Bug 987030 - Fix compressed paint timer scheduling. r=roc
2014-08-08 12:46:50 +02:00
Markus Stange
637219fcf9
Bug 1050229 - Use matchMedia when computing the value for the windowsDefaultTheme reftest variable. r=ehsan
2014-08-08 12:46:48 +02:00
James Graham
05ef68b31b
Bug 1050724 - Correct list of possible subtest statuses, r=Ms2ger
2014-08-08 11:42:21 +01:00
Valentin Gosu
acf36e65bd
Bug 1047848 - Part 2 - PerformanceResourceTiming objects can't be JSON.stringify'd r=smaug
2014-08-08 12:10:02 +03:00
Valentin Gosu
36c8ad1406
Bug 1047848 - Part 1 - Change Codegen.py to jsonify parent interface attributes as well r=smaug
2014-08-08 12:09:35 +03:00
James Graham
89a9b41c8a
Bug 1046242 - Provide a run summary in the structuredlog mach formatter, r=chmanchester
...
--HG--
extra : rebase_source : dc0aaab5252068db22ecb1a1d32b60743c80365d
2014-08-07 22:32:43 +01:00
Nicholas Nethercote
a7cf4142b4
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
2ebfe39884
Bug 1050141 - Add Telemetry for ApplicationReputation remote responses. r=mmc
2014-08-08 09:32:44 +02:00
Nicholas Nethercote
8e7d98d6d0
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
8f59e65c73
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
abbc77f1fc
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
cb313ca766
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
39bd7337db
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
405e80dc03
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
c8bac35511
Bug 1048989 - Fix 'useless expression' warnings with MERGED_COMPONENT. r=gps
2014-08-07 21:52:05 -07:00
Birunthan Mohanathas
9f436556ab
Bug 994708 - Part 3: Record submission event for content crashes. r=gps
2014-08-07 21:52:05 -07:00
Birunthan Mohanathas
6619c1dadc
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
a4ea6407f8
Bug 1050001 - Remove #ifdef DEBUG_username
lines in editor/. r=ehsan
2014-08-07 21:52:05 -07:00
Birunthan Mohanathas
7c0fc9fda2
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
d0e8d77bf2
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
0f53566ffe
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
2ac8f80b1f
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
926a990b6e
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
019ccf1af6
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
1fe5ef80f4
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
e12386da41
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
fb63d1472a
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
c98f0d0c71
Bug 1042772. offsetToReferenceFrame is always zero when we use it. Remove it. r=mattwoodrow
2014-08-07 11:33:16 -05:00
Timothy Nikkel
4dcc187fd5
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
f7c6083ca7
Bug 1049107 - Fix build with --disable-eme. r=kentuckyfriedtakahe
2014-08-08 14:44:04 +12:00
Chris Pearce
dcc882e43c
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
f9c6ec1be9
Bug 1047107 - Make CDMProxy Close() its GMPDecryptorProxy on Shutdown. r=ehsan
2014-08-08 14:43:54 +12:00
Mark Banner
c172d251ec
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
12e0bdab98
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
aa4c8834b7
Backed out changeset 2422647220de (bug 1038899) for mochitest-2 bustage on a CLOSED TREE
2014-08-07 19:08:10 -07:00
Jeff Gilbert
8c26761616
Bug 1045955 - Style fix. - r=kamidphish
2014-08-07 19:03:25 -07:00