Jan Varga 
								
							 
						 
						
							
							
							
							
								
							
							
								09996cc685 
								
							 
						 
						
							
							
								
								Bug 1709067 - CACHE: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte  
							
							... 
							
							
							
							Depends on D114080
Differential Revision: https://phabricator.services.mozilla.com/D114081  
							
						 
						
							2021-05-03 19:44:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Giesecke 
								
							 
						 
						
							
							
							
							
								
							
							
								48bc696200 
								
							 
						 
						
							
							
								
								Bug 1683828 - Use QM_TRY et al. in Cache. r=dom-workers-and-storage-reviewers,ttung  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D100767  
							
						 
						
							2021-01-14 15:51:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sylvestre Ledru 
								
							 
						 
						
							
							
							
							
								
							
							
								fde06f6d21 
								
							 
						 
						
							
							
								
								Bug 1674637 - Use nested namespaces in dom/ r=sg,andi  
							
							... 
							
							
							
							Also add some missing namespace qualifications
Done with:
./mach static-analysis check --checks="-*,modernize-concat-nested-namespaces" --fix dom/
./mach clang-format -p $(hg status dom/|grep ^M|awk '{print $2}')
Differential Revision: https://phabricator.services.mozilla.com/D95456  
							
						 
						
							2020-11-04 17:04:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Butkovits Atila 
								
							 
						 
						
							
							
							
							
								
							
							
								964cca3198 
								
							 
						 
						
							
							
								
								Backed out changeset c0adbf7522dc (bug 1674637) for bustage on GMPParent.cpp. CLOSED TREE  
							
							
							
						 
						
							2020-11-04 10:54:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sylvestre Ledru 
								
							 
						 
						
							
							
							
							
								
							
							
								5f29324f60 
								
							 
						 
						
							
							
								
								Bug 1674637 - Use nested namespaces in dom/ r=sg,andi  
							
							... 
							
							
							
							Also add some missing namespace qualifications
Done with:
./mach static-analysis check --checks="-*,modernize-concat-nested-namespaces" --fix dom/
./mach clang-format -p $(hg status dom/|grep ^M|awk '{print $2}')
Differential Revision: https://phabricator.services.mozilla.com/D95456  
							
						 
						
							2020-11-04 08:29:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Giesecke 
								
							 
						 
						
							
							
							
							
								
							
							
								d5b79ad8da 
								
							 
						 
						
							
							
								
								Bug 1667957 - Use new IntTo(C)String functions in dom/quota and its clients. r=dom-workers-and-storage-reviewers,ttung  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D91717  
							
						 
						
							2020-10-14 15:45:50 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Giesecke 
								
							 
						 
						
							
							
							
							
								
							
							
								75c988ec13 
								
							 
						 
						
							
							
								
								Bug 1627892 - Use SafeRefPtr for Request. r=dom-workers-and-storage-reviewers,perry  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D70390  
							
						 
						
							2020-05-11 12:13:48 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Giesecke 
								
							 
						 
						
							
							
							
							
								
							
							
								e5b657303a 
								
							 
						 
						
							
							
								
								Bug 1627892 - Make CacheWorkerRef derive from SafeRefCounted. r=dom-workers-and-storage-reviewers,perry  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D69960  
							
						 
						
							2020-05-11 12:12:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Giesecke 
								
							 
						 
						
							
							
							
							
								
							
							
								32076b1063 
								
							 
						 
						
							
							
								
								Bug 1627892 - Make InternalRequest derive from SafeRefCounted. r=dom-workers-and-storage-reviewers,perry  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D69958  
							
						 
						
							2020-05-11 12:10:53 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Giesecke 
								
							 
						 
						
							
							
							
							
								
							
							
								521c25b58c 
								
							 
						 
						
							
							
								
								Bug 1627892 - Replace custom AutoLock by BaseAutoLock. r=ttung  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D69945  
							
						 
						
							2020-05-11 12:08:14 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								00cd5d4380 
								
							 
						 
						
							
							
								
								Bug 1619112 part 5.  Stop accepting nsAString in ErrorResult error-throwing. r=smaug  
							
							... 
							
							
							
							Callers should pass in UTF-8, since that's what the JS engine ends up with in the end anyway.
The various URL changes are because NS_NewURI converts incoming nsAString to
UTF-8 anyway.  So we might as well do that up-front and then use the UTF-8
string for both the NS_NewURI call and the error-reporting if it fails.
Differential Revision: https://phabricator.services.mozilla.com/D65543 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2020-03-06 21:08:02 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								c878a8bb26 
								
							 
						 
						
							
							
								
								Bug 1619112 part 2.  Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D65538 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2020-03-06 21:04:58 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Simon Giesecke 
								
							 
						 
						
							
							
							
							
								
							
							
								a813e92dee 
								
							 
						 
						
							
							
								
								Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/cache. r=smaug  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D63139 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2020-02-20 15:49:27 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								6c66fa85a4 
								
							 
						 
						
							
							
								
								Bug 1615022 part 2.  Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark  
							
							... 
							
							
							
							The rejection process consumes the ErrorResult, so an rvalue reference is the honest thing here.
Differential Revision: https://phabricator.services.mozilla.com/D62632 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2020-02-14 15:42:30 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								05327f8a52 
								
							 
						 
						
							
							
								
								Bug 1613978.  Allow passing u"...", not just nsAStrings, to templated ThrowType/RangeError. r=peterv  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D62061 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2020-02-10 13:08:48 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeff Walden 
								
							 
						 
						
							
							
							
							
								
							
							
								62a130ba0a 
								
							 
						 
						
							
							
								
								Bug 1602882 - Move array operations to a new js/Array.h header.  r=sfink,bzbarsky  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D56595 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2019-12-11 06:17:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								033a03eb89 
								
							 
						 
						
							
							
								
								Bug 1591491.  Add more use of FakeString::ShareOrDependUpon.  r=froydnj  
							
							... 
							
							
							
							If someone then saves the resulting string, this will let us avoid a copy.
Differential Revision: https://phabricator.services.mozilla.com/D50635 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2019-10-28 20:41:59 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								0cbc6daf1f 
								
							 
						 
						
							
							
								
								Bug 1589285 part 3.  Use the new GetString methods for Web IDL enums in various places.  r=edgar  
							
							... 
							
							
							
							The idea is to stop directly accessing EnumTypeValues::strings in type-unsafe
ways from consumer code.
Differential Revision: https://phabricator.services.mozilla.com/D49533 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2019-10-17 23:40:57 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								e44e36a681 
								
							 
						 
						
							
							
								
								Bug 1581278 part 2.  Add convenience methods for rejecting promises with various types of spec exceptions.  r=smaug  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D46383 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2019-09-19 13:02:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								46c41f3318 
								
							 
						 
						
							
							
								
								Bug 1559919 - Finish the WorkerHolder cleanup - part 10 - CacheWorkerHolder ported to WorkerRef, r=asuth  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D35229 
--HG--
rename : dom/cache/CacheWorkerHolder.cpp => dom/cache/CacheWorkerRef.cpp
rename : dom/cache/CacheWorkerHolder.h => dom/cache/CacheWorkerRef.h
extra : moz-landing-system : lando 
							
						 
						
							2019-07-12 11:17:59 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								bb718d74fc 
								
							 
						 
						
							
							
								
								Bug 1490044 - Remove DOMPrefs. r=bzbarsky  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D33510 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2019-06-13 09:02:03 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alex Gaynor 
								
							 
						 
						
							
							
							
							
								
							
							
								7a604b3851 
								
							 
						 
						
							
							
								
								Bug 1533458 - replace OrVoid cache IPDL types with native maybe syntax; r=ttung  
							
							... 
							
							
							
							Differential Revision: https://phabricator.services.mozilla.com/D22546 
--HG--
extra : moz-landing-system : lando 
							
						 
						
							2019-03-21 11:09:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sylvestre Ledru 
								
							 
						 
						
							
							
							
							
								
							
							
								265e672179 
								
							 
						 
						
							
							
								
								Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format  
							
							... 
							
							
							
							# ignore-this-changeset
--HG--
extra : amend_source : 4d301d3b0b8711c4692392aa76088ba7fd7d1022 
							
						 
						
							2018-11-30 11:46:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								223d7172bf 
								
							 
						 
						
							
							
								
								Bug 1486698 - Update Fetch+Stream implementation to throw when the stream is disturbed or locked, r=bz  
							
							... 
							
							
							
							In this patch, I went through any place in DOM fetch code, where there are
ReadableStreams and update the locked, disturbed, readable checks.
Because we expose streams more often, we need an extra care in the use of
ErrorResult objects. JS streams can now throw exceptions and we need to handle
them.
This patch also fixes a bug in FileStreamReader::CloseAndRelease() which could
be called in case mReader creation fails. 
							
						 
						
							2018-10-31 18:30:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Till Schneidereit ext:(%2C%20Jason%20Orendorff%20%3Cjorendorff%40mozilla.com%3E) 
								
							 
						 
						
							
							
							
							
								
							
							
								2cfba34b8d 
								
							 
						 
						
							
							
								
								Bug 1385890 - Fix Streams implementation in multiple-global uses. r=baku,tcampbell,jorendorff  
							
							... 
							
							
							
							Streams have multiple parts that can be JS objects from different compartments.
For example, the [[reader]] internal slot of a stream can point to a reader
object in another compartment.
This patch makes the ReadableStream implementation robust against mixing and
matching stream-related objects and methods from different globals.
This also removes ReadableStreamBYOBReader and ReadableStreamBYOBRequest for
now, with a view toward enabling basic ReadableStream features by default in
bug 1389628.
Differential Revision: https://phabricator.services.mozilla.com/D8450 
--HG--
extra : rebase_source : 71d73bed5bc82557efcb6b1ecb231275fd3e1189
extra : amend_source : de29f663b9929eb2858b23cc6f4e7ba97b23a28c
extra : source : f91eb962df6a06d5f51ad13caa2a4a9c2947f293 
							
						 
						
							2018-10-11 14:18:43 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jeff Gilbert 
								
							 
						 
						
							
							
							
							
								
							
							
								5b753da289 
								
							 
						 
						
							
							
								
								Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot  
							
							... 
							
							
							
							MozReview-Commit-ID: JtTcLL5OPF0 
							
						 
						
							2018-06-26 17:05:01 -07: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								ecac16fefa 
								
							 
						 
						
							
							
								
								Bug 1453339.  Make it harder to mess up Promise::All.  r=peterv  
							
							... 
							
							
							
							MozReview-Commit-ID: UO4wssYHj7 
							
						 
						
							2018-04-13 19:31:42 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ryan VanderMeulen 
								
							 
						 
						
							
							
							
							
								
							
							
								effc958e89 
								
							 
						 
						
							
							
								
								Backed out changeset 91406356569c (bug 1453339) for landing without review.  
							
							
							
						 
						
							2018-04-14 10:25:15 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								a0ee72689e 
								
							 
						 
						
							
							
								
								Bug 1453339 - Make it harder to mess up Promise::All. r=peterv  
							
							... 
							
							
							
							MozReview-Commit-ID: UO4wssYHj7 
							
						 
						
							2018-04-12 17:03:49 -04: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 
								
							 
						 
						
							
							
							
							
								
							
							
								b0c234924a 
								
							 
						 
						
							
							
								
								Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 3 - DOM Caches enabled, r=asuth  
							
							
							
						 
						
							2018-01-08 14:05:03 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								f3bd79bbe8 
								
							 
						 
						
							
							
								
								Bug 1397128 P9 Make content script usage of Cache API use lazy body loading. r=tt  
							
							
							
						 
						
							2017-09-15 12:25:41 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								9e8538fa6a 
								
							 
						 
						
							
							
								
								Bug 1397128 P8 Track which storage "namespace" each Cache object is associated with. r=tt  
							
							
							
						 
						
							2017-09-15 12:25:41 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								65f88cc067 
								
							 
						 
						
							
							
								
								Bug 1397128 P7 Add an OpenMode enumeration to control if individual Cache API requests eagerly or lazily opens bodies. r=tt  
							
							
							
						 
						
							2017-09-15 12:25:41 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								b42f970139 
								
							 
						 
						
							
							
								
								Backed out changeset b28740aedf34 (bug 1397128)  
							
							
							
						 
						
							2017-09-15 18:28:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								f14ea2acaf 
								
							 
						 
						
							
							
								
								Backed out changeset e37614cb41e1 (bug 1397128)  
							
							
							
						 
						
							2017-09-15 18:28:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								4b9a1e0644 
								
							 
						 
						
							
							
								
								Backed out changeset b5ea37e08220 (bug 1397128)  
							
							
							
						 
						
							2017-09-15 18:28:16 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								188fc706fb 
								
							 
						 
						
							
							
								
								Bug 1397128 P9 Make content script usage of Cache API use lazy body loading. r=tt  
							
							
							
						 
						
							2017-09-15 09:11:23 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								6847f129b1 
								
							 
						 
						
							
							
								
								Bug 1397128 P8 Track which storage "namespace" each Cache object is associated with. r=tt  
							
							
							
						 
						
							2017-09-15 09:11:23 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								66d9e5a447 
								
							 
						 
						
							
							
								
								Bug 1397128 P7 Add an OpenMode enumeration to control if individual Cache API requests eagerly or lazily opens bodies. r=tt  
							
							
							
						 
						
							2017-09-15 09:11:23 -07: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 
							
								 
							
						 
					 
				
					
						
							
								
								
									Boris Zbarsky 
								
							 
						 
						
							
							
							
							
								
							
							
								1f816c60cf 
								
							 
						 
						
							
							
								
								Bug 1335368 part 12.  Remove the use of IsCallerChrome in FetchRequest.  r=bkelly  
							
							
							
						 
						
							2017-02-01 15:43:37 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben Kelly 
								
							 
						 
						
							
							
							
							
								
							
							
								180d53d0e9 
								
							 
						 
						
							
							
								
								Bug 1328686 Add diagnostic assertions to dom/cache. r=asuth  
							
							
							
						 
						
							2017-01-06 12:41:15 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tom Tung 
								
							 
						 
						
							
							
							
							
								
							
							
								bc2f790888 
								
							 
						 
						
							
							
								
								Bug 1264181 - Part 1: Cache API should block 206 response. r=bkelly.  
							
							... 
							
							
							
							--HG--
extra : histedit_source : 86687cb0311825147261fe11d5d46c5574999911 
							
						 
						
							2016-12-22 09:25:18 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kan-Ru Chen 
								
							 
						 
						
							
							
							
							
								
							
							
								b6d880aca1 
								
							 
						 
						
							
							
								
								Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj  
							
							... 
							
							
							
							The patch is generated from following command:
  rgrep -l unused.h|xargs sed -i -e s,mozilla/unused.h,mozilla/Unused.h,
MozReview-Commit-ID: AtLcWApZfES
--HG--
rename : mfbt/unused.h => mfbt/Unused.h 
							
						 
						
							2016-08-24 14:47:04 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kaku Kuo 
								
							 
						 
						
							
							
							
							
								
							
							
								a6ed727230 
								
							 
						 
						
							
							
								
								Bug 1292091 - Part 2 - replace MaybeResolve(JS::UndefinedHandleValue) with MaybeResolveWithUndefined(); r=bz  
							
							... 
							
							
							
							MozReview-Commit-ID: KNbxVcCVqts
--HG--
extra : transplant_source : %1D%18%E5%C9o%F0%29%E7%E0%93%EEcR%C7B%3BeX%B3%87 
							
						 
						
							2016-08-09 17:15:13 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								aac2306f2c 
								
							 
						 
						
							
							
								
								Bug 1269154 - Get rid of WorkerFeature: WorkerHolder, r=khuey  
							
							... 
							
							
							
							--HG--
rename : dom/cache/Feature.cpp => dom/cache/CacheWorkerHolder.cpp
rename : dom/cache/Feature.h => dom/cache/CacheWorkerHolder.h
rename : dom/workers/WorkerFeature.h => dom/workers/WorkerHolder.h 
							
						 
						
							2016-06-23 10:53:14 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Carsten "Tomcat" Book 
								
							 
						 
						
							
							
							
							
								
							
							
								47aeb86e2c 
								
							 
						 
						
							
							
								
								Backed out changeset 1c5d78c7ba43 (bug 1269154) for bustage on a CLOSED TREE  
							
							... 
							
							
							
							--HG--
rename : dom/cache/CacheWorkerHolder.cpp => dom/cache/Feature.cpp
rename : dom/cache/CacheWorkerHolder.h => dom/cache/Feature.h
rename : dom/workers/WorkerHolder.h => dom/workers/WorkerFeature.h
extra : rebase_source : 49f9e9ce0500ac441fe97878cf9308804926544f 
							
						 
						
							2016-06-23 10:13:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrea Marchesini 
								
							 
						 
						
							
							
							
							
								
							
							
								45087a7970 
								
							 
						 
						
							
							
								
								Bug 1269154 - Get rid of WorkerFeature: WorkerHolder, r=khuey  
							
							... 
							
							
							
							--HG--
rename : dom/cache/Feature.cpp => dom/cache/CacheWorkerHolder.cpp
rename : dom/cache/Feature.h => dom/cache/CacheWorkerHolder.h
rename : dom/workers/WorkerFeature.h => dom/workers/WorkerHolder.h 
							
						 
						
							2016-06-22 17:24:35 +02:00