Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								d983dd1bcd 
								
							 
						 
						
							
							
								
								Bug 1469993 - Grant storage access to a 3rd party, tracking resource if a opened document has user-interaction - part 6 - DOM cache, r=ehsan  
							
							
							
						 
						
							2018-07-10 10:09:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Margareta Eliza Balazs 
								
							 
						 
						
							
							
							
							
								
							
							
								c37b51f523 
								
							 
						 
						
							
							
								
								Backed out 9 changesets (bug 1469993) for causing bustage in build/srcdom/base/nsGlobalWindowInner.cpp on a CLOSED TREE  
							
							... 
							
							
							
							Backed out changeset e89192032fe2 (bug 1469993)
Backed out changeset 4b261595099d (bug 1469993)
Backed out changeset 37182cfe869c (bug 1469993)
Backed out changeset 5b9870995c73 (bug 1469993)
Backed out changeset 55499fcd9738 (bug 1469993)
Backed out changeset 8c1c838d54ba (bug 1469993)
Backed out changeset 12b9c8bfa41f (bug 1469993)
Backed out changeset 04ab7d6c169a (bug 1469993)
Backed out changeset 53885d61244e (bug 1469993) 
							
						 
						
							2018-07-10 11:32:34 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								dd80ba24d3 
								
							 
						 
						
							
							
								
								Bug 1469993 - Grant storage access to a 3rd party, tracking resource if a opened document has user-interaction - part 6 - DOM cache, r=ehsan  
							
							
							
						 
						
							2018-07-10 10:09:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								14d462eeb3 
								
							 
						 
						
							
							
								
								Bug 1418246 - Return valid columnNumber value in CSP violation events, r=ckerschb  
							
							
							
						 
						
							2018-07-05 08:21:04 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								cd29b72ceb 
								
							 
						 
						
							
							
								
								Bug 1469579 - WorkerRef in ScriptLoader, r=bkelly  
							
							
							
						 
						
							2018-06-19 13:08:12 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								4f4a0da820 
								
							 
						 
						
							
							
								
								Bug 1465670 P8 Convert WorkerPrivate::LoadScriptAsPartOfLoadingServiceWorkerScript() to simply IsLoadWorkerScript(). r=asuth  
							
							
							
						 
						
							2018-06-05 10:49:13 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								dc04aba511 
								
							 
						 
						
							
							
								
								Bug 1465670 P1 Make importScripts() called in a service worker script after install throw NetworkError. r=asuth  
							
							
							
						 
						
							2018-06-05 10:49:11 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								7ba8b77e07 
								
							 
						 
						
							
							
								
								Bug 1466023 - Separate FontTableURI and BlobURL, r=qdot  
							
							... 
							
							
							
							This patch splits FontTableURI and BlobURL in 2 classes:
FontTableURIProtocolHandler and BlobURLProtocolHandler
both under mozilla::dom.
It also removes a memory reporter because that report is already covered by the
BlobURL one.
--HG--
rename : dom/file/nsHostObjectProtocolHandler.cpp => dom/file/BlobURLProtocolHandler.cpp
rename : dom/file/nsHostObjectProtocolHandler.h => dom/file/BlobURLProtocolHandler.h 
							
						 
						
							2018-06-02 15:51:42 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Emilio Cobos Álvarez 
								
							 
						 
						
							
							
							
							
								
							
							
								fffb25b74f 
								
							 
						 
						
							
							
								
								Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj  
							
							... 
							
							
							
							This was done automatically replacing:
  s/mozilla::Move/std::move/
  s/ Move(/ std::move(/
  s/(Move(/(std::move(/
Removing the 'using mozilla::Move;' lines.
And then with a few manual fixups, see the bug for the split series..
MozReview-Commit-ID: Jxze3adipUh 
							
						 
						
							2018-06-01 10:45:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								1273dc5391 
								
							 
						 
						
							
							
								
								Bug 1446933 - Remove 'using namespace mozilla::net' from BackgroundUtils.h, r=qdot  
							
							
							
						 
						
							2018-05-30 21:21:17 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adrian Wielgosik 
								
							 
						 
						
							
							
							
							
								
							
							
								c501e3beb0 
								
							 
						 
						
							
							
								
								Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz  
							
							... 
							
							
							
							MozReview-Commit-ID: LKRnyDPNlle
--HG--
extra : rebase_source : a48b7c72a0f7ede38c91149a04d5de53987736f1 
							
						 
						
							2018-05-11 19:46:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								34a52976b2 
								
							 
						 
						
							
							
								
								Bug 1429127 - Workers should allow the loading of file URLs if they are on the same directory of the loader, r=smaug  
							
							
							
						 
						
							2018-05-03 17:42:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								00d42d9d6b 
								
							 
						 
						
							
							
								
								Bug 1457157 P2 Clear a worker's ClientSource when it reaches Terminating. r=baku  
							
							
							
						 
						
							2018-05-02 06:29:26 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								a6499922db 
								
							 
						 
						
							
							
								
								Bug 1448141 P5 Remove the service worker script load failure runnable. r=asuth  
							
							
							
						 
						
							2018-04-02 07:50:23 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								9ff3f1d44d 
								
							 
						 
						
							
							
								
								Bug 1448141 P1 Only load service worker importScripts() from the network in ScriptLoader on first evaluation. r=asuth  
							
							
							
						 
						
							2018-04-02 07:50:21 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								8cdf705535 
								
							 
						 
						
							
							
								
								Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly  
							
							
							
						 
						
							2018-02-05 19:55:07 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								478687c2e8 
								
							 
						 
						
							
							
								
								Bug 1434686 part 4.  Use IgnoreErrors() in dom/.  r=mystor  
							
							... 
							
							
							
							MozReview-Commit-ID: GwVDrTLPTOb 
							
						 
						
							2018-02-01 14:21:14 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								a5bed23bd8 
								
							 
						 
						
							
							
								
								Bug 1432963 - Fixing workers headers - part 15 - static function in a workers namespace, r=smaug  
							
							
							
						 
						
							2018-01-31 08:24:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								2c7c69af24 
								
							 
						 
						
							
							
								
								Bug 1432963 - Fixing workers headers - part 14 - WorkerPrivate without workers namespace, r=smaug  
							
							
							
						 
						
							2018-01-31 08:24:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								063723a1f0 
								
							 
						 
						
							
							
								
								Bug 1432963 - Fixing workers headers - part 13 - WorkerHolder without workers namespace, r=smaug  
							
							
							
						 
						
							2018-01-31 08:23:44 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								6757fa2f75 
								
							 
						 
						
							
							
								
								Bug 1432963 - Fixing workers headers - part 10 - ScriptLoader into a workerinternals namespace, r=smaug  
							
							
							
						 
						
							2018-01-31 08:22:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								c6da271117 
								
							 
						 
						
							
							
								
								Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug  
							
							... 
							
							
							
							* * *
Bug 1425458 - Resource timing entries Workers - part 10 - Correct parameters in NS_NewChannel in nsDataObj.cpp, r=me 
							
						 
						
							2018-01-24 17:17:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Brindusan Cristian 
								
							 
						 
						
							
							
							
							
								
							
							
								368c3d5b6b 
								
							 
						 
						
							
							
								
								Backed out 12 changesets (bug 1425458) for mochitest failures on WorkerPrivate.cpp on a CLOSED TREE  
							
							... 
							
							
							
							Backed out changeset 11997de13778 (bug 1425458)
Backed out changeset 100b9d4f36bc (bug 1425458)
Backed out changeset a29e9dbb8c42 (bug 1425458)
Backed out changeset b96d58fd945c (bug 1425458)
Backed out changeset f140da44ba68 (bug 1425458)
Backed out changeset af56400233d9 (bug 1425458)
Backed out changeset 7034af4332e4 (bug 1425458)
Backed out changeset f70500179140 (bug 1425458)
Backed out changeset 793bbfc23257 (bug 1425458)
Backed out changeset 2efb375a8ffc (bug 1425458)
Backed out changeset 07e781e37451 (bug 1425458)
Backed out changeset e875f3702a5f (bug 1425458) 
							
						 
						
							2018-01-24 20:47:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								6480b95ba3 
								
							 
						 
						
							
							
								
								Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug  
							
							
							
						 
						
							2018-01-24 17:17:31 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								e95b043f8b 
								
							 
						 
						
							
							
								
								Bug 1231211 P18 Make blob URL worker scripts inherit the parent's controller. r=asuth  
							
							
							
						 
						
							2018-01-23 10:38:54 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								40376986e1 
								
							 
						 
						
							
							
								
								Bug 1231211 P13 Make worker ScriptLoader pass ClientInfo and ServiceWorkerDescriptor to NS_NewChannel() where appropriate. r=asuth  
							
							
							
						 
						
							2018-01-23 10:38:54 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								6cb7f39713 
								
							 
						 
						
							
							
								
								Bug 1426162 Convert worker main script principal assertion to runtime check. r=baku  
							
							
							
						 
						
							2018-01-03 10:56:14 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								65b913c5f4 
								
							 
						 
						
							
							
								
								Bug 1423507 - Data URL Shared Workers must be shared when the parent origins match, r=bkelly  
							
							
							
						 
						
							2017-12-07 12:29:05 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								fb38b7b228 
								
							 
						 
						
							
							
								
								Bug 1423412 P1 Actually mark window/worker ClientSource objects controlled when loaded with a controlling service worker. r=baku r=jld  
							
							
							
						 
						
							2017-12-05 20:45:22 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								1fd1731f81 
								
							 
						 
						
							
							
								
								Bug 1419382 - Moving ownership of nsIInputStream when using netUtil functions - part 3 - NS_NewInputStreamPump, r=smaug  
							
							
							
						 
						
							2017-11-22 11:18:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								c223495e4f 
								
							 
						 
						
							
							
								
								Bug 1419536 P2 Create a ClientSource for the WorkerPrivate and mark it execution ready after the script loads. r=baku  
							
							
							
						 
						
							2017-11-21 15:13:04 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jan de Mooij 
								
							 
						 
						
							
							
							
							
								
							
							
								7f30bf48a7 
								
							 
						 
						
							
							
								
								Bug 1417844 part 2 - Remove JSVersion from CompileOptions, CompartmentBehaviors, scripts. r=evilpie  
							
							
							
						 
						
							2017-11-17 12:12:39 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								73712f7d05 
								
							 
						 
						
							
							
								
								Bug 1405290 - Improve logging of workers when shutting down - part 3 - WorkerHolder with names, r=asuth  
							
							
							
						 
						
							2017-11-15 07:58:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								53d31f2d9c 
								
							 
						 
						
							
							
								
								Bug 1402888 - Remove nsIInputStreamPump::Init() offset and limit params, r=smaug  
							
							
							
						 
						
							2017-09-26 07:21:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								f43590de33 
								
							 
						 
						
							
							
								
								Bug 1398484 Only assert that the channel does not change for top level service worker scripts. r=baku  
							
							
							
						 
						
							2017-09-13 05:53:54 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								f533937740 
								
							 
						 
						
							
							
								
								Bug 1378342 - AbortSignal/AbortController - part 6 - Implement Request.signal, r=bkelly  
							
							
							
						 
						
							2017-08-29 11:31:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								80e618e605 
								
							 
						 
						
							
							
								
								Backed out changeset 2c6f49d73935 (bug 1378342)  
							
							
							
						 
						
							2017-08-29 09:16:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								afa1c0c6c4 
								
							 
						 
						
							
							
								
								Bug 1378342 - AbortSignal/AbortController - part 6 - Implement Request.signal, r=bkelly  
							
							
							
						 
						
							2017-08-29 07:30:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chung-Sheng Fu 
								
							 
						 
						
							
							
							
							
								
							
							
								da32016d76 
								
							 
						 
						
							
							
								
								Bug 863246 - Use system principal to load debugger scripts r=billm,bkelly  
							
							... 
							
							
							
							MozReview-Commit-ID: DPvbR1As2UV
--HG--
extra : rebase_source : c185be0d4d2180dd3dd7d0fbcfdd1035f3b4ddf3 
							
						 
						
							2017-08-07 15:55:39 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								e6e16e5e43 
								
							 
						 
						
							
							
								
								Backed out changeset aba9324719be (bug 863246)  
							
							
							
						 
						
							2017-08-25 16:43:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chung-Sheng Fu 
								
							 
						 
						
							
							
							
							
								
							
							
								8dfbf147fb 
								
							 
						 
						
							
							
								
								Bug 863246 - Use system principal to load debugger scripts r=billm,bkelly  
							
							... 
							
							
							
							MozReview-Commit-ID: DPvbR1As2UV
--HG--
extra : rebase_source : 7fbaf2a4d15884393d07cd80a37093cc32dfd0a2 
							
						 
						
							2017-08-07 15:55:39 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Masatoshi Kimura 
								
							 
						 
						
							
							
							
							
								
							
							
								38894511bc 
								
							 
						 
						
							
							
								
								Bug 1390106 - Stop using versioned scripts in dom. r=mrbkap  
							
							... 
							
							
							
							MozReview-Commit-ID: 89KvCoTAg3I
--HG--
extra : rebase_source : 24831fa454a1cc6fff70a9b1eb509d0f5aeb800a 
							
						 
						
							2017-08-14 20:42:55 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								cb3c4dda07 
								
							 
						 
						
							
							
								
								Bug 1128959 - Implement the WHATWG Streams spec - part 12 - starting body consuming and passing the JSContext down from the binding entrypoints to where the ReadableStream could be read, r=bz  
							
							... 
							
							
							
							This patch does 2 things:
. when SetBodyUsed() is called, the pump for the stream reading is activated.
. Just because of the reading of the stream could end up executing JS code, we
  need to pass the JSContext in the correct state down to SetBodyUsed. 
							
						 
						
							2017-08-10 18:04:55 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bevis Tseng 
								
							 
						 
						
							
							
							
							
								
							
							
								d935b29e72 
								
							 
						 
						
							
							
								
								Bug 1378930 - Part 1: Remove nsINamed::SetName(). r=billm  
							
							... 
							
							
							
							MozReview-Commit-ID: 7aM1yJRsfPH
--HG--
extra : rebase_source : f207a37be835ac4e6c431af56737cebacf5c566d 
							
						 
						
							2017-07-21 11:50:43 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								5c76874a46 
								
							 
						 
						
							
							
								
								Bug 1371259 part 3.  Change UnwrapObject<> and the UNWRAP_OBJECT macro to allow passing in mutable object or value handles for the thing being unwrapped, and do so at various callsites.  r=peterv  
							
							... 
							
							
							
							I did audit all UNWRAP_OBJECT callers to make sure that the lifetimes of all the
temporary Rooted or the RefPtrs they unwrap into are long enough. 
							
						 
						
							2017-07-10 16:05:24 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bevis Tseng 
								
							 
						 
						
							
							
							
							
								
							
							
								f0e932a3f9 
								
							 
						 
						
							
							
								
								Bug 1377484 - Label the use of NS_NewInputStreamPump in CacheScriptLoader. r=bkelly  
							
							
							
						 
						
							2017-06-30 10:52:06 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bill McCloskey 
								
							 
						 
						
							
							
							
							
								
							
							
								f115503a0b 
								
							 
						 
						
							
							
								
								Bug  1372405 - Provide names for all runnables in the tree (r=froydnj)  
							
							... 
							
							
							
							MozReview-Commit-ID: DKR6ROiHRS7 
							
						 
						
							2017-06-26 14:19:58 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Chris Peterson 
								
							 
						 
						
							
							
							
							
								
							
							
								6471ec4b4d 
								
							 
						 
						
							
							
								
								Bug 1373525 - dom/workers: Remove unused classes and member functions. r=baku  
							
							... 
							
							
							
							dom/workers/ScriptLoader.cpp:246:3 [-Wunused-member-function] unused member function 'ReadyToExecute'
dom/workers/ServiceWorkerScriptCache.cpp:200:19 [-Wunused-member-function] unused member function 'URL'
dom/workers/WorkerPrivate.cpp:1553:3 [-Wunused-member-function] unused member function 'DummyRunnable'
MozReview-Commit-ID: DLjD10iZJJV
--HG--
extra : source : db094b81fb77993c48e2884ffef700e34302c03e
extra : intermediate-source : fd1c6bd2b6882efb9e6ac3aeabe18968826297e4
extra : histedit_source : 8faac0927d4d97062fd74395dc2980cde57785b9 
							
						 
						
							2017-06-15 00:40:59 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Carsten "Tomcat" Book 
								
							 
						 
						
							
							
							
							
								
							
							
								8a1350b5a6 
								
							 
						 
						
							
							
								
								Backed out changeset 4f6302a98ae4 (bug  1372405)  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 41632f3158e88e692809731394a683d065a73dfb 
							
						 
						
							2017-06-21 13:59:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Bill McCloskey 
								
							 
						 
						
							
							
							
							
								
							
							
								6b3e84ed5f 
								
							 
						 
						
							
							
								
								Bug  1372405 - Provide names for all runnables in the tree (r=froydnj)  
							
							... 
							
							
							
							MozReview-Commit-ID: DKR6ROiHRS7 
							
						 
						
							2017-06-20 21:44:11 -07:00