forked from mirrors/gecko-dev
		
	Merge mozilla-central to autoland. CLOSED TREE
This commit is contained in:
		
						commit
						1e42da6d61
					
				
					 3 changed files with 3 additions and 5 deletions
				
			
		|  | @ -951,7 +951,7 @@ | |||
|             "win64-aarch64-devedition", | ||||
|             "win64-devedition" | ||||
|         ], | ||||
|         "revision": "cbaab53a0ccfa0d0accb2404a4c271b4f4c331da" | ||||
|         "revision": "981dc08543d2aa49aad8a0a8f9bbc180af1fb413" | ||||
|     }, | ||||
|     "ja": { | ||||
|         "pin": false, | ||||
|  |  | |||
|  | @ -197,8 +197,7 @@ HTMLEditor::HTMLEditor() | |||
|       mDefaultParagraphSeparator( | ||||
|           StaticPrefs::editor_use_div_for_default_newlines() | ||||
|               ? ParagraphSeparator::div | ||||
|               : ParagraphSeparator::br) { | ||||
| } | ||||
|               : ParagraphSeparator::br) {} | ||||
| 
 | ||||
| HTMLEditor::~HTMLEditor() { | ||||
|   // Collect the data of `beforeinput` event only when it's enabled because
 | ||||
|  |  | |||
|  | @ -3442,8 +3442,7 @@ void nsIFrame::BuildDisplayListForStackingContext( | |||
|     // to remove any existing content that isn't wrapped in the blend container,
 | ||||
|     // and then we need to build content infront/behind the blend container
 | ||||
|     // to get correct positioning during merging.
 | ||||
|     if ((aBuilder->ContainsBlendMode()) && | ||||
|         aBuilder->IsRetainingDisplayList()) { | ||||
|     if ((aBuilder->ContainsBlendMode()) && aBuilder->IsRetainingDisplayList()) { | ||||
|       if (aBuilder->IsPartialUpdate()) { | ||||
|         aBuilder->SetPartialBuildFailed(true); | ||||
|       } else { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Bogdan Szekely
						Bogdan Szekely