mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
a944026bae
276 changed files with 1072 additions and 11108 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#include "mozilla/GuardObjects.h"
|
||||
#include "mozilla/MouseEvents.h"
|
||||
#include "mozilla/Move.h"
|
||||
#include "mozilla/StyleSetHandleInlines.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsBindingManager.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
|
|
@ -115,8 +114,7 @@ AttachXBLBindings(nsIContent* aContent) {
|
|||
}
|
||||
|
||||
RefPtr<nsStyleContext> sc =
|
||||
shell->StyleSet()->AsGecko()->ResolveStyleFor(aContent->AsElement(),
|
||||
nullptr);
|
||||
shell->StyleSet()->ResolveStyleFor(aContent->AsElement(), nullptr);
|
||||
if (!sc) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
skip-if(!cocoaWidget) == 507947.html 507947.html
|
||||
== progressbar-fallback-default-style.html progressbar-fallback-default-style.html
|
||||
fuzzy-if(Android,17,1120) == meter-native-style.html meter-native-style.html
|
||||
fails skip-if(!cocoaWidget) == meter-vertical-native-style.html meter-vertical-native-style.html
|
||||
# dithering
|
||||
== meter-fallback-default-style.html meter-fallback-default-style.html
|
||||
load 664925.xhtml
|
||||
Loading…
Add table
Add a link
Reference in a new issue