Граф коммитов

41995 Коммитов

Автор SHA1 Сообщение Дата
Andrea Marchesini a708d07f10 Bug 1201806 - part 2 - nsStructuredCloneContainer should use StructuredCloneIPCHelper, r=smaug 2015-09-09 08:11:38 +01:00
Andrea Marchesini 896e177461 Bug 1201806 - part 1 - Remove OwningSerializedStructuredCloneBuffer and use StructuredCloneIPCHelper everywhere in IPC code, r=smaug 2015-09-09 08:10:32 +01:00
Francois Marier 14eac63103 Bug 1202027 - Make SRI require CORS loads for cross-origin resources. r=ckerschb 2015-09-09 00:11:38 -07:00
Francois Marier e510ad6b31 Bug 1202015 - Better document the SRI strings for translators. r=ckerschb 2015-09-09 00:10:25 -07:00
Bob Owen 607371b8d4 Bug 1197007: Turn off optimization for GMPLoaderImpl::Load. r=cpearce 2015-09-09 07:34:56 +01:00
Gian-Carlo Pascutto 8798ec705e Bug 1200614 - Check whether engines are still alive when webrtc ops run. r=jesup 2015-09-08 20:32:59 +02:00
JW Wang 02c6ac3fac Bug 1199562. Part 3 - remove unused code. r=roc. 2015-09-09 10:12:46 +08:00
JW Wang 0bb28ba8f7 Bug 1199562. Part 2 - replace usage of mStreamSink with mMediaSink in most cases. r=roc. 2015-09-09 10:12:35 +08:00
JW Wang ae888fb383 Bug 1199562. Part 1 - rename mAudioSink to mMediaSink as well as related member names. r=roc. 2015-09-09 10:12:23 +08:00
Nigel Babu e8ed21a544 Backed out changeset 873acda091b7 (bug 1137009) for bc3 bustages ON A CLOSED TREE 2015-09-09 09:16:06 +05:30
Nigel Babu 2ac21d8fc7 Backed out changeset 3555d4b1ab1e (bug 815299) for M4 bustage. 2015-09-09 09:12:31 +05:30
Nigel Babu ee4f599e0f Backed out changeset 0a2a9972b4c7 (bug 815299) for M4 bustage. 2015-09-09 09:12:28 +05:30
Nigel Babu 14c4d4b047 Backed out changeset 9f3adfd2ca52 (bug 815299) for M4 bustage. 2015-09-09 09:12:24 +05:30
Boris Zbarsky 169e4d2bc6 Bug 633154. When alerts/prompts/confirms are suppressed, just return silently instead of throwing. r=sicking 2015-09-08 21:23:55 -04:00
Boris Zbarsky b1fba4f566 Bug 1201692. Add a fast path to ExplicitChildIterator::Seek for the common case of seeking an actual DOM child of the parent node. r=wchen 2015-09-08 21:23:55 -04:00
Boris Zbarsky c9f137eef4 Bug 1182197 investigation patch. Log the stack at promise fulfillment on a CCed promise into the crash reporter data. r=dmajor,nsm 2015-09-08 21:23:55 -04:00
Garvan Keeley 5368b8a344 Bug 1200310 - No need to wifi+cell scan if stumble file is full, just trigger upload. r=jdm 2015-09-08 21:20:57 -04:00
Garvan Keeley 4c80c2ee2f Bug 1200310 - Instead of thread guard flags for 'is stumbling' AND 'is uploading', we can use just one flag. r=jdm 2015-09-08 21:20:56 -04:00
Garvan Keeley f4cd1eaf78 Bug 1200304 - Move stumbling code from gonkgps to MozStumbler.cpp. r=jdm 2015-09-08 21:20:56 -04:00
Garvan Keeley 2a57d41d3b Bug 1199395 - FxOS Stumbling gzip the stumbles to store more data. r=jdm 2015-09-08 21:20:56 -04:00
Xidorn Quan eb99962783 Bug 1137009 - Do not persist attributes of xul window if the window is in fullscreen. r=janv
--HG--
extra : source : e47dcdccec81b8231dcc25af1f600f03ed36bde4
2015-09-09 10:45:39 +10:00
Ehsan Akhgari 3625cc93e2 Bug 815299 - Part 4: Address jdm's review comments 2015-09-08 20:38:33 -04:00
Ehsan Akhgari 6ac40622c3 Bug 1201229 - Return an empty string for a header when an error occurs; r=dragana
This fixes nsIHttpChannel::GetRequestHeader() and
nsIHttpChannel::GetResponseHeader() to always empty out their string
argument even when they fail.  This prevents programming mistakes of
passing the same string object to multiple of these calls and using the
string value without checking the nsresult error code, since otherwise
the string value may be unchanged from a previous call.

Note that this doesn't affect JS consumers of these APIs since we only
empty out the string argument in case the method fails, which will be
translated to a JS exception, and the JS code will never get to see the
emptied string.
2015-09-08 20:08:35 -04:00
Ehsan Akhgari 617067e78e Bug 815299 - Part 3: Accept empty HTTP headers in XHR; r=jdm 2015-09-08 20:08:32 -04:00
Ehsan Akhgari 4d0639bd0c Bug 815299 - Part 2: Accept empty HTTP headers in fetch; r=jdm 2015-09-08 20:08:31 -04:00
Wes Kocher 19ac958e5f Merge m-c to inbound, a=merge CLOSED TREE
--HG--
extra : amend_source : 2ee129b9eca3c22c2a3bbba9e514059826ae3aa7
2015-09-08 17:06:42 -07:00
Wes Kocher eea972e415 Merge inbound to central, a=merge CLOSED TREE 2015-09-08 17:04:03 -07:00
Carsten "Tomcat" Book 1355b0a297 Merge mozilla-central to b2g-inbound 2015-09-08 16:22:03 +02:00
Carsten "Tomcat" Book 06682809ee merge mozilla-inbound to mozilla-central a=merge 2015-09-08 15:37:12 +02:00
Jessica Jong ec0f211e0c Bug 978071 - Enable mobile data IPv6 tests. r=echen
--HG--
extra : commitid : EI4dstm8pl9
2015-09-08 17:47:04 +08:00
Kyle Huey e53cd4fe95 Bug 1200004 - Fix IDB permission handling around navigated windows. r=baku 2015-09-08 10:11:36 +02:00
Carsten "Tomcat" Book 61766bf62f Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : ce63e63e1b27245eddc3f65e784abd96580c47f7
2015-09-08 15:55:01 +02:00
Nathan Froyd 9157524ebc Bug 1202474 - improve refcounting behavior of webm decoders; r=kinetik
We can remove refcounted things from deques without unnecessary refcounting.
2015-09-07 20:36:47 -04:00
Nikhil Marathe 33f71bcea2 Bug 1197998 - Use counters for Push subscribe, unsubscribe and permission query. r=froydnj,kitcambridge,jst
Counters do not currently work on Web Workers, so it a no-op on non main thread.

--HG--
extra : commitid : 27kBY7qMP1n
extra : rebase_source : 9b300637a335662e8bff1b522271d947aa6b51eb
extra : amend_source : a26e654021a325b800b94e72ae4327788ee93b05
2015-09-03 17:54:59 -07:00
Dragana Damjanovic dd.mozilla@gmail.com 94779891d5 Bug 1202421 - Rename the network.auth.allow-subresource-auth pref. r=michal 2015-09-08 08:21:19 -07:00
Masayuki Nakano d177b04a17 Bug 895274 part.145 Rename NS_SELECTION_SET to eSetSelection r=smaug 2015-09-08 23:33:38 +09:00
Masayuki Nakano 67adafbedb Bug 895274 part.140 Rename NS_VOLUMECHANGE to eVolumeChange r=smaug 2015-09-08 23:33:37 +09:00
Masayuki Nakano 853c68ec1f Bug 895274 part.139 Rename NS_DURATIONCHANGE to eDurationChange r=smaug 2015-09-08 23:33:37 +09:00
Masayuki Nakano 2ea153d909 Bug 895274 part.138 Rename NS_RATECHANGE to eRateChange r=smaug 2015-09-08 23:33:37 +09:00
Masayuki Nakano fe43e6f8a5 Bug 895274 part.137 Rename NS_ENDED to eEnded r=smaug 2015-09-08 23:33:37 +09:00
Masayuki Nakano 1c07ae68c5 Bug 895274 part.136 Rename NS_TIMEUPDATE to eTimeUpdate r=smaug 2015-09-08 23:33:37 +09:00
Masayuki Nakano 0aeb70a3d6 Bug 895274 part.135 Rename NS_SEEKED to eSeeked r=smaug 2015-09-08 23:33:37 +09:00
Masayuki Nakano e8eaa89054 Bug 895274 part.134 Rename NS_SEEKING to eSeeking r=smaug 2015-09-08 23:33:37 +09:00
Masayuki Nakano 2f765fac54 Bug 895274 part.133 Rename NS_CANPLAYTHROUGH to eCanPlayThrough r=smaug 2015-09-08 23:33:36 +09:00
Masayuki Nakano 869621fa21 Bug 895274 part.132 Rename NS_CANPLAY to eCanPlay r=smaug 2015-09-08 23:33:36 +09:00
Masayuki Nakano 644d2a545c Bug 895274 part.131 Rename NS_PLAYING to ePlaying r=smaug 2015-09-08 23:33:36 +09:00
Masayuki Nakano c45c93b181 Bug 895274 part.130 Rename NS_WAITING to eWaiting r=smaug 2015-09-08 23:33:36 +09:00
Masayuki Nakano 3f773cab08 Bug 895274 part.129 Rename NS_LOADEDDATA to eLoadedData r=smaug 2015-09-08 23:33:36 +09:00
Masayuki Nakano 817feca37c Bug 895274 part.128 Rename NS_LOADEDMETADATA to eLoadedMetaData r=smaug 2015-09-08 23:33:36 +09:00
Masayuki Nakano 9e5babb0a9 Bug 895274 part.127 Rename NS_PAUSE to ePause r=smaug 2015-09-08 23:33:36 +09:00