Wes Kocher
2f82f5bc02
Backed out changeset 2a613f5a5866 (bug 1119537) for hazard failures
...
MozReview-Commit-ID: HjSuYxycsVu
2016-02-29 13:02:01 -08:00
Mike Taylor
bdd8f0ca83
Bug 1249474
. Part 2 - Update tests to handle new default image Accept header value. r=mcmanus
2016-02-29 14:52:12 -06:00
Mike Taylor
2140370090
Bug 1249474
. Part 1 - Change default Accept header value for images to */*. r=mcmanus
...
This matches the behavior of Safari.
2016-02-29 14:52:06 -06:00
Wes Kocher
260756840b
Backed out changeset 7566245cc5ea (bug 1250616) for test_globalObjects_other.xul failures
...
MozReview-Commit-ID: DFurflAIJ5U
2016-02-29 12:37:41 -08:00
Nathan Froyd
9da6e05953
Bug 1252191 - use UniquePtr instead of ScopedFreePtr in PoisonIOInterposerMac.cpp; r=aklotz
...
UniquePtr is more standard than ScopedFreePtr; using standard constructs
whenever possible is preferable. In this particular case, since we
really just need a chunk of memory, we can allocate a char[] via
MakeUnique.
2016-02-29 10:06:53 -05:00
Trevor Saunders
481bc0e2c7
bug 1250485 - make the ctor for GLXLibrary constexpr r=jrmuizel
2016-02-29 15:32:24 -05:00
Boris Zbarsky
5a8005ef1e
Bug 1252189. Remove the unnecessary JSContext argument from WorkerPrivate::FreezeInternal/ThawInternal. r=khuey
2016-02-29 14:52:43 -05:00
Boris Zbarsky
27c76101f3
Bug 1252185. Remove the dead "target" variable from CloseEventRunnable::WorkerRun. r=khuey
2016-02-29 14:52:43 -05:00
Boris Zbarsky
cd4aa08f02
Bug 1252130. Remove unnecessary JSContext argument from NotificationWorkerRunnable::WorkerRunInternal. r=khuey
2016-02-29 14:52:43 -05:00
Boris Zbarsky
f47268eca8
Bug 1252127. Remove unnecessary JSContext argument from PromiseWorkerProxy::CleanUp. r=khuey
2016-02-29 14:52:42 -05:00
Boris Zbarsky
69924c14ce
Bug 1252123. Remove some unnecessary JSContext arguments from worker ScriptLoader methods. r=khuey
2016-02-29 14:52:42 -05:00
Boris Zbarsky
663b9bd562
Bug 1252091. Add/RemoveFeature don't need a JSContext argument. r=khuey
2016-02-29 14:52:42 -05:00
Ehsan Akhgari
befc43a124
Bug 1251873
- Store the trimmed referrer URL on HTTP channel if a trimming referrer policy is in effect; r=mcmanus
...
Failure to do this will result in the consumers of
nsIHttpChannel::GetReferrer() observing the wrong referrer. The test in this
patch shows the scenarios which would fail under such conditions.
2016-02-29 14:51:16 -05:00
Trevor Saunders
3a75b440db
bug 1252104 - make NS_ERROR_GET_CODE() and NS_ERROR_GET_MODULE() constexpr r=froydnj
2016-02-29 14:49:45 -05:00
Byron Campen [:bwc]
cb39275975
Bug 818618: Honor (and emit) opus stereo fmtp param. r=jesup
...
MozReview-Commit-ID: IgA305eiu1s
--HG--
extra : rebase_source : bc94c0c18bb95af7e2f9eb27dcda6a5699264ab1
2016-02-26 10:47:03 -06:00
Armen Zambrano Gasparnian
56f13d18e2
Bug 1251734 - Increase TC Linux64 jetpack timeout. DONTBUILD. r=jmaher
...
MozReview-Commit-ID: Hlw73xHpoU4
2016-02-29 14:28:41 -05:00
Nathan Froyd
48d5884988
Bug 1252153 - use UniquePtr instead of ScopedDeletePtr in HeapCopyOfStackArray; r=jrmuizel
...
UniquePtr is more standard than ScopedDeletePtr; using standard
constructs whenever possible is preferable.
2016-02-29 11:54:36 -05:00
Andrew Swan
6bf77c377d
Bug 1252181 - switch browser_ext_runtime_setUninstallURL.js to temporary add-on install r=mossop
...
MozReview-Commit-ID: JjjR76gkI3M
--HG--
extra : rebase_source : 64e37359e838eafe4ad2a138660f5bcf392fac2a
2016-02-29 11:11:45 -08:00
Ben Kelly
a2c5bde688
Bug 1251510 Wait for service worker to be active before continuing test_xslt.html tests. r=ehsan
2016-02-29 14:17:46 -05:00
Eric Rahm
217f7e1cbf
Bug 1251493 - Remove remaining references to MOZILLA_XPCOMRT_API from netwerk. r=mcmanus
2016-02-29 11:16:30 -08:00
Joel Maher
957caebc8c
Bug 1252121 - disable test_basic_pan.html and test_tap.html on android 2.3. r=gbrown
...
MozReview-Commit-ID: fBVJ1ABzhK
--HG--
extra : rebase_source : 9311e909f4a2d0766a72258f031e54fb9751d03e
2016-02-29 08:38:38 -08:00
Brian Hackett
f44ea00749
Bug 1244252 - Don't check object group generation when generating code to create unboxed objects off thread, r=terrence.
2016-02-29 11:59:14 -07:00
Magnus Melin
df3860a8b7
Bug 1120813 - Add support for the MS932 label of Shift_JIS. r=emk, r=Ms2ger
2016-02-29 20:53:50 +02:00
Wes Kocher
4712647d7d
Backed out 2 changesets (bug 1243586) for dt5 bustage in netmonitor tests
...
Backed out changeset 06a4d2d48fb2 (bug 1243586)
Backed out changeset 846e31fe5eb2 (bug 1243586)
MozReview-Commit-ID: 69kiDIULtm2
2016-02-29 10:39:04 -08:00
Andrew Halberstadt
7c7ceb967f
Bug 1250616 - Sign indexedDB-test extension for mochitest, r=khuey
...
For details on extensions in automation and signing, see:
https://wiki.mozilla.org/EngineeringProductivity/HowTo/SignExtensions
MozReview-Commit-ID: 6unn8eJl9PW
--HG--
extra : rebase_source : c11c53c129cb16c5ccb6dd03364768cb18779f6b
extra : amend_source : ebf04756b516843738be361696383c35b187a12e
2016-02-26 10:45:14 -05:00
Gregory Szorc
4f79915537
Bug 1251313 - Adjust PATH to find pgort140.dll under Visual Studio 2015; r=ted
...
32-bit PGO builds need to modify the PATH to find pgortXXX.dll. We were
doing this for Visual Studio 2013 (VC12) in 2 locations. We weren't
doing it for Visual Studio 2015. This resulted in a failure to launch
PGO instrumented executables because pgort140.dll could not be found.
This commit refactors the PATH munging to support Visual Studio 2015.
MozReview-Commit-ID: 4EKf8gjcNH6
--HG--
extra : rebase_source : 2772558b06202d26583401bc41e56da8c5a69ef4
2016-02-27 13:18:26 -08:00
Ben Kelly
39be6c9cc8
Bug 1251229 P2 Add wpt test verifying FetchEvent.request.url does not include fragments. r=ehsan
2016-02-29 13:21:19 -05:00
Ben Kelly
1169129154
Bug 1251229 P1 Strip fragment from request URL when creating FetchEvent. r=ehsan
2016-02-29 13:21:19 -05:00
Timothy Nikkel
183fc6e22a
Bug 1251091. Add crashtest.
2016-02-29 12:20:50 -06:00
Timothy Nikkel
567c526765
Bug 1251091. Fix surface key comparison in ImageSurfaceCache::LookupBestMatch. r=dholbert
...
http://hg.mozilla.org/mozilla-central/rev/411f18fdffeb (bug 1186796) had a mistake in it.
It changed ImageSurfaceCache::LookupBestMatch to use a for loop instead of using a callback to iterate each entry of the hashtable. The callback was called with the surface key of its entry, and it used the name |aSurfaceKey| for that key. ImageSurfaceCache::LookupBestMatch uses the name |aSurfaceKey| for the key we are looking for. So when the code from the callback was moved into the for loop in ImageSurfaceCache::LookupBestMatch the meaning of |aSurfaceKey| changed, but the code was not updated.
2016-02-29 12:20:50 -06:00
Gregory Szorc
fca4d6f904
Bug 1251870 - Disable indexing of objdir on Windows; r=ted
...
The Windows content indexing service has been known to scan the objdir.
This can add significant system overhead and slow down builds or
subsequent operations. The objdir is meant to be a short-lived black box
and there really isn't a major benefit to indexing it.
There is a file attribute on Windows that disables content indexing.
This commit adds a utility function for creating a directory and
optionally disabling indexing on it. We call it at the top of
`mach build` to ensure the objdir as content indexing disabled.
MozReview-Commit-ID: 68gxCxbkVAN
--HG--
extra : rebase_source : 8e95d9b2923dccadbe54288bea25883937e2f004
2016-02-27 11:58:12 -08:00
Nathan Froyd
865dff21ad
Bug 1252075
- followup to explicitly name MakeUnique; rs=terrence
...
Landing on a CLOSED TREE.
2016-02-29 13:12:40 -05:00
Jonathan Kew
3248442cfc
Bug 1248876 - Update graphite2 to upstream release 1.3.6. r=jrmuizel
2016-02-29 18:00:55 +00:00
Syd Polk
6961a55e43
Bug 1251037 - Fix ./mach marionette command line to work with options and tests. r=automatedtester, r=gps
...
MozReview-Commit-ID: 7kkj4Jo2D7z
--HG--
extra : rebase_source : b3ed6ff93bd40022bb0749abb0cb05bed2580518
2016-02-29 11:43:10 -06:00
Syd Polk
8af298d1ca
Bug 1251037 - Fix ./mach marionette command line to work with options and tests. r=automatedtester, r=gps
2016-02-29 11:39:28 -06:00
Terrence Cole
58e23744f3
Bug 1119537 - Make decommit a proper GC phase; r=jonco
2016-02-26 08:03:30 -08:00
Nathan Froyd
2954e26939
Bug 1252075
- use UniquePtr instead of ScopedDeletePtr in testGCHeapPostBarriers; r=terrence
2016-02-29 09:37:27 -05:00
Christoph Kerschbaumer
f7017a06c3
Bug 1243586 - Test Upgrade-Insecure-Requests HTTP Request Header Field (r=rbarnes)
2016-02-29 08:46:48 -08:00
Christoph Kerschbaumer
a863521d73
Bug 1243586 - Implement Upgrade-Insecure-Requests HTTP Request Header Field (r=rbarnes)
2016-02-29 08:44:39 -08:00
Jamie Nicol
609f6141ab
Bug 1247098 - Take document resolution into account when computing root composition bounds for displayport base. r=tnikkel
...
nsLayoutUtils::CalculateCompositionSizeForFrame() is not affected by the
document resolution when called for the root content document's root
scroll frame. When determining the root composition bounds in order to
calculate a displayport base, if the frame used is the RCD-RSF we must
be sure to scale the bounds ourselves by the document resolution.
MozReview-Commit-ID: ATctmEYvWIJ
--HG--
extra : rebase_source : ba96e7ecc2cefdbeacb08fbd3f5817819dd933c8
2016-02-24 15:30:10 +00:00
Jamie Nicol
4443e3c227
Bug 1247098 - Mark nsIPresShell::GetResolution and nsPresContext::IsRootContentDocument as const. r=tnikkel
...
MozReview-Commit-ID: 5IXm4EUy7IN
--HG--
extra : rebase_source : 7028a908adcb36828a58bb3ad7403559cfad9eb2
2016-02-24 14:57:43 +00:00
Emanuel Hoogeveen
1e6285ee24
Bug 1250634 - Part 1: Refactor FreeSpan management to be less indirect and confusing. r=terrence, r=jandem
...
--HG--
extra : rebase_source : 1769828e3897b28e2cbf1d449748cdcb73e276fa
2016-02-29 06:50:00 -05:00
Emanuel Hoogeveen
fe7a6b4586
Bug 1250634 - Part 0: Fix MacroAssembler support for store16(). r=jandem
...
--HG--
extra : rebase_source : bf123126b761caac6fcdda1d4051736f2f0cadf4
2016-02-25 17:03:00 -05:00
Ryan VanderMeulen
a0deb7b2fd
Bug 1248472 - Upgrade SQLite to version 3.11.0. r=mak
...
--HG--
extra : rebase_source : b1775e96d3d4626eafc0bf0b4f18aaf8ee5a43e9
2016-02-25 19:45:00 -05:00
Mike Conley
bd283d4230
Bug 1228652 - Check for window.closed after flushing messages in navigateAndRestore. r=mossop
...
MozReview-Commit-ID: 9Cgxg9A61O7
--HG--
extra : rebase_source : 719b990b7490175839c48bf2a74f40891b0ad2ed
2016-02-28 20:36:47 -05:00
Benjamin Smedberg
68b656f551
Bug 1245901 - Measure counts of browser CPOW usage which is now rejected, r=billm
...
MozReview-Commit-ID: GwLq9EoDEuR
--HG--
extra : rebase_source : 84a84edfea9628aeed53903bfa3c9897793df34f
extra : amend_source : 58e846e6be3c5bf3a787723c45ec5b2d67913051
2016-02-16 11:21:11 -05:00
Ehsan Akhgari
3adec83e78
Bug 1251792 - Add fetch-request-css-images.https.html to the web-platform-test manifest
2016-02-29 11:48:23 -05:00
Mike Shal
ba17be1bb5
Bug 1251320 - fix staging mobile l10n post_upload flags; r=nthomas
...
MozReview-Commit-ID: 6SBNv5oqoBl
2016-02-24 13:57:26 -05:00
Mike Shal
e967ca76fd
Bug 1251704 - Remove browser/branding Makefile.in's; r=chmanchester
...
MozReview-Commit-ID: 4uOC4EXYWU0
--HG--
extra : rebase_source : 184de45ff79cb61b44cad8461ca8d821109c7240
2016-02-26 13:03:37 -05:00
Syd Polk
e10efae418
Bug 1245468 - Fix parmaeter handling for firefox-ui tests. r=gps,whimboo
...
MozReview-Commit-ID: 4npa7eeJAFw
--HG--
extra : rebase_source : dccecd2a9566ae8b68baae7b376198be55a51cf4
2016-02-24 16:14:56 -06:00