Ehsan Akhgari
2269201059
Bug 1070973 - Assert that at some point, the memory measured after a GC is lower than the one before a GC; r=fitzgen
2015-09-14 15:16:45 -04:00
Nick Fitzgerald
c713c6521e
Bug 1204167 - Create the js::AutoSPSEntry RAII class for defining psuedo frame entries; r=djvj
2015-09-14 12:15:12 -07:00
Nick Fitzgerald
31d58123f4
Bug 1204168 - Add the js::ProfileEntry::setCategory method; r=djvj
2015-09-14 12:15:12 -07:00
Ben Kelly
7c43b0d527
Bug 1203680 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj
2015-09-14 12:12:00 -07:00
Ben Kelly
acc86c5c7a
Backout rev b25230c0a193 for wrong bug number. r=me
2015-09-14 12:12:00 -07:00
Ben Kelly
8dc9231872
Bug 1203680 P7 Fix e10s handling on interceptions resulting in redirect status codes. r=jdm
2015-09-14 12:04:56 -07:00
Ben Kelly
9b8ec1a5d5
Bug 1203680 P6 Re-enable some mochitests on e10s that were disabled due to serialization issue. r=nsm
2015-09-14 12:04:56 -07:00
Ben Kelly
65770e7d7b
Bug 1203680 P5 Make ServiceWorkerManager ensure channel upload stream is cloneable. r=nsm
2015-09-14 12:04:56 -07:00
Ben Kelly
79ccea7ed6
Bug 1203680 P4 Fix bug in nsStorageStream with reading streams created before data is populated. r=froydnj
2015-09-14 12:04:56 -07:00
Ben Kelly
35d27caaa0
Bug 1203680 P3 Add a method to ensure an http upload stream is directly cloneable. r=mcmanus
2015-09-14 12:04:56 -07:00
Ben Kelly
2577b751f1
Bug 1093357 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj
2015-09-14 12:04:56 -07:00
Ben Kelly
2da1208f50
Bug 1203680 P1 Test file blob uploads with service worker interception. r=nsm
2015-09-14 12:04:56 -07:00
Nikhil Marathe
907cf30575
Bug 1189686 - Disable unsupported sections. r=catalinb
...
This makes sure the test does not timeout. Due to the way the test is written,
failures are reported on the console rather than immediately failing the test,
which was leading to the timeouts. I have commented in Bug 1130685 to re-enable
these.
Update web-platform-tests expected data
--HG--
extra : commitid : 5wxfXcf5ezO
extra : rebase_source : 99876b20fe9fcb7b30f35aa16a4f08edfb1351f9
2015-09-10 16:05:41 -07:00
Nikhil Marathe
9f70e83ae6
Bug 1189653 - Wait for frame to be loaded and test to finish. r=bkelly
...
This test seems to work on central but fails due to a timing issue where the
channel may receive the message before the with_iframe() call resolves the next
promise to set the global variable `frame`. This patch tweaks the test to
resolve a promise instead when the test is done and then wait on the
with_iframe() promise and the test promise.
Update web-platform-tests expected data
--HG--
extra : commitid : Cd1cCh2KEx8
extra : rebase_source : 7f9ff12bac62c426d4949b99840728cac439c864
2015-09-10 16:24:43 -07:00
Alexander Surkov
fea219d6cd
Bug 1133213 - make aria-owns to alter the accessible tree, fire show/hide mutation events as we do for the accessible tree alterations, r=yzen, f=davidb
2015-09-11 20:54:27 -04:00
Michael Comella
83e3adb69b
Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
...
I wasn't able to test this on GB because I don't have a device with a soft menu
key, but I'm pretty sure that's because they don't exist.
--HG--
extra : commitid : 9zMCT5yxm9U
extra : rebase_source : 78ecf6d87a914640ae4e4e4d4cd12d37a52c2248
2015-09-10 11:46:23 -07:00
Dave Townsend
1e68ce6af7
Bug 1204012: Lightweight themes are disabled if any add-ons are detected or modified during startup. r=rhelmer
...
When a lightweight theme is active the default theme is the selected skin but
the default theme's addon object is marked as inactive (to deal with the horror
of only allowing the user to select a single theme through the UI).
During startup we should only switch back to the default theme if there is a
non-default skin selected that we didn't see.
--HG--
extra : commitid : 8v5gChgFbgw
extra : rebase_source : 277807f800c98336c624718dc09b8ed44a25f201
2015-09-11 10:38:35 -07:00
Heiher
918201465a
Bug 1202222 - IonMonkey: MIPS32: Move compat functions to MacroAssemblerMIPSCompat. r=nbp
...
--HG--
extra : rebase_source : 1f28c4c80af738146ef3aedaaf404285d6d7fba5
2015-09-10 19:41:00 +02:00
Julien Pagès
49aa2740e2
Bug 1195732 - Intermittent Talos AttributeError: 'ProcessHandler' object has no attribute 'returncode'
...
--HG--
extra : commitid : IrR8eeZhtve
extra : rebase_source : a6e4444bffe3d42475b2ef7bc02534687a8b30a3
2015-09-10 18:26:18 +02:00
Ehsan Akhgari
636538e94d
Bug 1202171 - Wait for focus after opening the window
2015-09-12 23:22:40 -04:00
Ehsan Akhgari
3228eca502
Bug 1204291 - Null check the argument of AutoHideSelectionChanges::AutoHideSelectionChanges()
2015-09-12 22:58:46 -04:00
Ehsan Akhgari
48f31cf19f
Bug 1199049 - Part 15: Add a missing include
2015-09-12 20:13:23 -04:00
Ehsan Akhgari
13d849f40c
Bug 1199049 - Part 14: Cancel the original channel in case a CORS preflight fails using AsyncAbort(); r=jduell
2015-09-12 19:21:17 -04:00
Ehsan Akhgari
c30d38ac4d
Bug 1199049 - Part 13: Cancel the preflight channel if the original channel gets canceled when a CORS preflight is in progress; r=jduell,sicking
2015-09-12 19:21:15 -04:00
Ehsan Akhgari
c22d4dd15d
Bug 1199049 - Part 12: Move the calls on the listener object to OnPreflightFailed(); r=jduell
2015-09-12 19:21:13 -04:00
Ehsan Akhgari
b511946ddc
Bug 1199049 - Part 11: Make it impossible to start CORS preflights from outside of Necko; r=jduell,ckerschb,sicking
2015-09-12 19:21:11 -04:00
Ehsan Akhgari
b64a770b94
Bug 1199049 - Part 10: Use Necko-level CORS preflights in sendBeacon; r=jdm
2015-09-12 19:21:09 -04:00
Ehsan Akhgari
8c79cf1c17
Bug 1199049 - Part 9: Use Necko-level CORS preflights in XHR; r=jdm
2015-09-12 19:21:07 -04:00
Ehsan Akhgari
57574d5cbd
Bug 1199049 - Part 8: Use Necko-level CORS preflights in fetch; r=jdm
2015-09-12 19:21:05 -04:00
Ehsan Akhgari
c9ef5ad84e
Bug 1199049 - Part 7: Remove entries from the CORS preflight cache in the parent process when a CORS check in the child process fails; r=jduell
...
This is necessary because it's possible for one request triggered from
a child to start a CORS preflight in the parent process and get an entry
into the preflight cache, and then a CORS check for the same URL to fail
in the child process later on. In this case, we need to tell the parent
process to clear its CORS preflight cache entry.
2015-09-12 19:21:03 -04:00
Ehsan Akhgari
d1029ccc78
Bug 1199049 - Part 6: Transfer the preflight parameters to the parent process in e10s mode; r=jduell
2015-09-12 19:21:01 -04:00
Ehsan Akhgari
661f3173cd
Bug 1199049 - Part 5: Preserve the CORS preflight information when setting up a replacement channel; r=jduell
2015-09-12 19:21:00 -04:00
Ehsan Akhgari
0ef16139a6
Bug 1199049 - Part 4: Perform CORS preflights from nsHttpChannel before connecting to the network; r=jduell,ckerschb,sicking
2015-09-12 19:20:58 -04:00
Ehsan Akhgari
f2a6c6863d
Bug 1199049 - Part 3: Add a CORS preflight result notification API; r=jduell,ckerschb,sicking
2015-09-12 19:20:55 -04:00
Ehsan Akhgari
25a1bb1191
Bug 1199049 - Part 2: Add a channel API for requesting CORS preflights; r=jduell
2015-09-12 19:20:54 -04:00
Ehsan Akhgari
a4ac3ec0b4
Bug 1199049 - Part 1: Move nsCORSListenerProxy.* to necko; r=jduell
...
--HG--
rename : dom/security/nsCORSListenerProxy.cpp => netwerk/protocol/http/nsCORSListenerProxy.cpp
rename : dom/security/nsCORSListenerProxy.h => netwerk/protocol/http/nsCORSListenerProxy.h
2015-09-12 19:20:52 -04:00
Phil Ringnalda
cee2f99887
Merge m-c to m-i
2015-09-12 16:02:59 -07:00
David Burns
66a6d11c68
Bug 850686: Remove dead tests from Marionette; r=jgriffin
...
--HG--
extra : commitid : 96izeG4iJ0N
extra : rebase_source : 104c454002371c529748534d9a7d646816799f46
extra : histedit_source : 8dbba451436b8bc57273537bcf5e4ca871841654
2015-09-12 00:19:42 +01:00
Joshua Cranmer
3f9f883ea0
Bug 904812 - Make resources 'testing-common' and 'testing' available in Mozmill tests, r=Fallen
...
Note that this just contains the mozharness changes needed to add the requisite
command-line flag to the mozmill invocation.
--HG--
extra : commitid : CcSrSMhMrIs
extra : rebase_source : 6811146b7f19403c22dec2e49acfb98816803c45
2015-09-12 17:04:55 -05:00
Michael Layzell
fc03111ce2
Bug 1196479 - Fire selectstart and selectionchange events on the input node when the selection in that editor changes. r=ehsan
2015-09-12 17:56:46 -04:00
Michael Layzell
c8fc7c7002
Bug 571294 - Part 2: Tests for new select event behaviour, r=ehsan
2015-09-12 17:56:45 -04:00
Michael Layzell
fe31896607
Bug 571294 - Part 1: Implement selection events behind the dom.select_events.enabled pref, r=smaug
2015-09-12 17:56:44 -04:00
Ehsan Akhgari
7b2f24f27d
Bug 1144826 - Wait for focus before trying to invoke a menu
2015-09-12 17:43:38 -04:00
Michael Layzell
0097c41e01
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
2015-09-12 16:53:33 -04:00
Michael Layzell
2c245dc4e2
Bug 1201190 - Part 2: Add MOZ_NON_TEMPORARY_CLASS and MOZ_RAII to mfbt, r=ehsan
2015-09-12 16:53:32 -04:00
Michael Layzell
ee6e600d85
Bug 1201190 - Part 1: Add an analysis to prevent a type from being allocated in a temporary, r=ehsan
2015-09-12 16:53:31 -04:00
Christoph Kerschbaumer
341664bdb6
Bug 1194524 - Use channel->ascynOpen2 in dom/media/MediaResource.cpp (r=sicking)
2015-09-12 12:59:08 -07:00
Christoph Kerschbaumer
15941cbdfc
Bug 1197918 - Use channel->Open2() in rdf/base/nsRDFXMLDataSource.cpp (r=sicking)
2015-09-12 12:58:49 -07:00
Richard Barnes
990593f9cf
Bug 942515 - Show Untrusted Connection Error for SHA-1-based SSL certificates with notBefore >= 2016-01-01 r=keeler
2015-09-11 14:52:30 -04:00
Brian R. Bondy
4cb158e334
Bug 1204170 - Fix icns file for b2g graphene builds. r=spohl
2015-09-12 14:11:46 -04:00