Chris Pearce
ec67288f9d
Bug 1160321 - Test whether we can create H.264/AAC decoders before we report we support them. r=mattwoodrow
2015-05-08 13:36:32 +12:00
Shu-yu Guo
526c07fdc3
Bug 1161362 - When initializing a trivial script, also initialize its call object shape to the empty shape. (r=jimb)
2015-05-07 18:16:53 -07:00
Shu-yu Guo
36438bca4a
Bug 1161351 - Fix unwound exit frame sizes in JitProfilingFrameIterator. (r=nbp)
2015-05-07 18:16:53 -07:00
Shu-yu Guo
e67a23e77e
Bug 1158223 - Tweak XPConnect stack size on 64bit Windows. (r=bholley)
2015-05-07 18:16:53 -07:00
Ehsan Akhgari
f9ee94b84e
Bug 1130101 - Part 3: Add unit tests for the handling of the Service-Worker-Allowed header; r=nsm
2015-05-07 21:07:10 -04:00
Ehsan Akhgari
5b8b93bec9
Bug 1130101 - Part 2: Honor the Service-Worker-Allowed header when prefix matching the service worker scope; r=nsm
2015-05-07 21:06:34 -04:00
Ehsan Akhgari
1a3375d154
Bug 1130101 - Part 1: Store the value of the Service-Worker-Allowed header in the CompareManager object; r=nsm
2015-05-07 21:06:33 -04:00
Valentin Gosu
cc676c87f5
Bug 1153929 - Add assertions and null checks to fix windows crash in nsHttpTransaction r=mcmanus
2015-05-08 03:54:06 +03:00
Geoff Brown
a36c30825e
Bug 1162285 - Remove unused environment vars on Android; r=jmaher
2015-05-07 18:49:15 -06:00
Geoff Brown
aea4edda3b
Bug 1140459 - Skip IsRenderbuffer assertions on Android emulator; r=jgilbert
2015-05-07 18:49:14 -06:00
Nikhil Marathe
ec4aaed52f
Bug 1150959 - Log rejected Promise error message to browser console
2015-04-08 16:04:12 -07:00
Nikhil Marathe
d00e1f0428
Bug 1080109 - Clear ServiceWorkers when clearing history or forgetting about site. r=baku,ehsan
2015-03-05 17:37:49 -08:00
Ehsan Akhgari
3cf702a1ce
Bug 1162787 - Make the service worker periodic tests robust to the idle daily service firing its notification when the tests are being run; r=nsm
2015-05-07 16:23:50 -07:00
Ehsan Akhgari
a5c897787c
Bug 1159378 - Part 4: Add a unit test for periodic updates of service workers on HTTPS origins; r=nsm
...
The reason why this test is interesting here is that it tests the code
path added in the part 2 of this bug.
2015-05-04 10:18:19 -04:00
Ehsan Akhgari
06cf844bd9
Bug 1159378 - Part 3: Refactor the logic of test_periodic_update.html into a helper script; r=nsm
...
This helper script will allow us to run the same test across both HTTP
and HTTPS origins. This patch also uses postMessage instead of a direct
function call on the parent window, because in the HTTPS case, that
window will be cross-origin. It also moves the code to trigger the
update and get the corresponding updatefound event to
wait_for_update.html, since getting the service worker registration
cross-origin is not possible.
2015-05-04 10:18:12 -04:00
Ehsan Akhgari
75d02038c7
Bug 1159378 - Part 2: When storing the service worker downloaded after a failed network compare into the cache, store its security info in the cache as well; r=nsm
2015-05-04 10:18:01 -04:00
Ehsan Akhgari
821813a96c
Bug 1159378 - Part 1: Enable nsIStreamLoader to optionally notify an nsIRequestObserver; r=mcmanus
2015-05-04 10:17:47 -04:00
Nikhil Marathe
b9f39271ea
Bug 1154494 - patch 2 - Hold a ref to the sandbox. r=baku
2015-05-04 13:02:12 -04:00
Nikhil Marathe
ba01e3a362
Bug 1154494 - Hit network only once. r=baku,bkelly
2015-04-13 21:05:28 -07:00
Patrick McManus
3b3c157525
Bug 1162243 - add anonymous speculative connections r=hurley
2015-05-05 21:15:36 -04:00
Karl Tomlinson
c090c45212
bug 1161903 ensure pending DrainComplete is not run after Flush() r=cpearce
...
Using a Decode task already in the queue had the potential for out of order
flushing.
This is similar in behavior to the implementation prior to f550eb7809b6, but
keeps mDecoder->Flush() on the platform decoder's task queue, in the hope of
avoiding any ordering problems from calling in the middle of decoding input,
or races with MFTDecoder::mDiscontinuity.
The contract is not clear on whether DrainComplete() should be run during
Flush(), but I've kept it in this version.
2015-05-07 14:15:24 +12:00
Karl Tomlinson
63c5e81af1
bug 1161903 reset mDrainComplete after Flush() as DrainComplete() may be called before Flush() r=mattwoodrow
...
DrainComplete() can also be called during Flush().
2015-05-06 11:40:58 +12:00
Karl Tomlinson
afba938cae
bug 1161892 use separate thread pool for platform decoder task queues r=bholley
...
so that platform decoder tasks will run when their readers wait and block
their thread pool.
2015-05-07 16:01:43 +12:00
Karl Tomlinson
3b4861b3b4
bug 1161402 assert active proxy if callback is called r=ajones
2015-05-06 17:09:54 +12:00
Steve Fink
290823d0e6
Bug 1162318 - Rooting hazard in WrapNativeParentHelper, r=peterv
2015-05-07 09:51:06 -07:00
Steve Fink
9dd98a42ae
Bug 1162310 - Do not use nonexistent macro when XGILL_PLUGIN is defined, r=bhackett
2015-05-07 09:49:41 -07:00
Nicholas Nethercote
02e9b810da
Bug 1161377 (part 3) - Convert some easy PL_DHashTable{Init,Finish} cases. r=froydnj.
...
This patch converts easy cases, i.e. where the PL_DHashTableInit() call occurs
in a constructor and the PL_DHashTableFinish() call occurs in a destructor.
2015-05-04 22:59:24 -07:00
Nicholas Nethercote
ad27c3edd4
Bug 1161377 (part 2) - Remove PL_NewDHashTable() and PL_DHashTableDestroy(). r=froydnj.
...
They're not needed now that there is an initializing constructor and a
destructor.
2015-05-04 22:59:24 -07:00
Nicholas Nethercote
57df8d5b9d
Bug 1161377 (part 1) - Add an initializing constructor and destructor to PLDHashTable. r=froydnj.
...
The destructor is "opt-in" -- there's a flag that makes it a no-op unless the
table was initialized with the initializing constructor. This will allow us to
incrementally convert existing tables from manual to automatic
initialization/finalization. This is important because some of the existing
uses are tricky (impossible?) to convert to the automatic style.
2015-05-04 22:59:02 -07:00
Wes Kocher
2b3f154098
Merge m-c to inbound a=merge CLOSED TREE
2015-05-07 15:37:01 -07:00
Wes Kocher
9ef37ff840
Merge b2ginbound to m-c a=merge CLOSED TREE
2015-05-07 15:23:42 -07:00
Wes Kocher
08aef3af95
Merge inbound to m-c a=merge
2015-05-07 15:12:38 -07:00
Wes Kocher
e5af10f401
Backed out changeset 57f0b16030e9 (bug 1162013) for m-oth and m-dt3 bustage CLOSED TREE
2015-05-07 13:37:27 -07:00
Tooru Fujisawa
95431b9fd6
Bug 1162456 - Part 2: Use --format=automation instead of --tinderbox. r=sfink
2015-05-08 05:05:45 +09:00
Tooru Fujisawa
e32fa29dfd
Bug 1162456 - Part 1: Add --format option in jstests.py and jit_test.py as a replacement for --tinderbox. r=sfink
2015-05-08 05:05:42 +09:00
Kartikaya Gupta
09504ce74e
Bug 1161215 - Don't fire spurious resize events to content when the size didn't actually change. r=smaug
2015-05-07 16:02:38 -04:00
Eric Rahm
8b49142b57
Bug 1162336 - Part 2: Wrap expensive calls in PR_LOG_TEST. r=froydnj
...
Check that logging is enabled before performing potentially expensive
operations.
2015-05-07 12:52:45 -07:00
Eric Rahm
633ddeb4f9
Bug 1162336 - Part 1: Remove instances of #ifdef PR_LOGGING in netwerk. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-07 12:52:44 -07:00
Andrew Halberstadt
16148a8f00
Bug 1162479 - Fix mochitest make target regression with duplicate extraProfilePath, r=chmanchester
2015-05-07 14:38:43 -04:00
Ben Turner
a5baa330c4
Bug 1156611 - Fix Nuwa idle detection for IndexedDB, r=khuey.
2015-05-07 12:17:28 -07:00
Wes Kocher
ab5a7947db
Backed out changeset 7ec5c7a4830f (bug 896139) for adding a test that times out a=merge
2015-05-07 10:13:59 -07:00
Carsten "Tomcat" Book
a51f167772
Merge mozilla-central to b2g-inbound on a CLOSED TREE
2015-05-07 16:15:54 +02:00
Carsten "Tomcat" Book
61c14b2f3b
Merge mozilla-central to fx-team on a CLOSED TREEx
2015-05-07 16:11:08 +02:00
Carsten "Tomcat" Book
4c6000c1c2
Merge mozilla-central to mozilla-inbound
2015-05-07 15:59:06 +02:00
Sotaro Ikeda
e4e4c1b5b4
Bug 1091037 - Raise ImageBridge thread priority r=gsvelto,nical
2015-05-07 06:53:47 -07:00
Eddy Bruël
ac250f684c
Bug 896139 - Breakpoints not triggering when reloading script;r=jimb
2015-05-07 15:40:39 +02:00
Carsten "Tomcat" Book
f47dea2ef4
merge mozilla-inbound to mozilla-central a=merge
2015-05-07 15:38:45 +02:00
Carsten "Tomcat" Book
2bcab5b421
merge fx-team to mozilla-central a=merge
2015-05-07 15:28:00 +02:00
Mark Banner
9e542dacd5
Bug 1161926 - Standalone UI doesn't always show 'Something went wrong' if the network connection dies. Upgrade jquery due to not always properly catching errors from $.ajax. r=dmose CLOSED TREE
2015-05-07 09:49:11 +01:00
Mark Banner
44027086d8
Fix browser_parsable_css.js bustage from bug 1142515 - use correct way to reset padding-left to default. rs=bustage-fix for CLOSED TREE
2015-05-07 13:25:05 +01:00