Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSSRule, CSSRuleList, CSSStyleSheet partial implementation #10765

Closed
wants to merge 32 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a51248b
CSSRule, CSSRuleList, CSSStyleSheet partial implementation
srm09 Apr 20, 2016
17f919c
addressed majority of review comments
Apr 22, 2016
bb6427b
Resolved review comments with window error persisting
Apr 24, 2016
c4dfe14
review comments
Apr 25, 2016
5d0fadc
Fixed review comments and implementations
srm09 Apr 27, 2016
47dce3a
CSSRule, CSSRuleList, CSSStyleSheet partial implementation
srm09 Apr 20, 2016
5f8a60c
addressed majority of review comments
Apr 22, 2016
e9b0163
Resolved review comments with window error persisting
Apr 24, 2016
eca5bf6
Addressed review comments and implementations
srm09 Apr 27, 2016
378a2f4
Fixed Tidy Tests
Apr 6, 2016
7bb79a1
tried to fix review comments
May 1, 2016
3577d97
Solved cssstylesheet cssrule issue
May 1, 2016
08ddcbb
Added get owner node method
srm09 May 1, 2016
383a8d4
Added length for css rules:
May 1, 2016
1323d80
Solved tidy issues
May 1, 2016
7c88de0
Merge branch 'tmp' of https://github.com/mohammed-alfatih/servo into tmp
May 1, 2016
6557b73
get_nth
May 2, 2016
b9812fd
Called CSSRuleList::new
srm09 May 2, 2016
44ea6ea
Addressed all review comments
May 2, 2016
6f20811
CSSRule, CSSRuleList, CSSStyleSheet partial implementation
srm09 Apr 20, 2016
891f118
addressed majority of review comments
Apr 22, 2016
022593f
Resolved review comments with window error persisting
Apr 24, 2016
da035ae
review comments
Apr 25, 2016
231e66b
Fixed review comments and implementations
srm09 Apr 27, 2016
cad69ca
CSSRule, CSSRuleList, CSSStyleSheet partial implementation
srm09 Apr 20, 2016
cc94b6a
addressed majority of review comments
Apr 22, 2016
bb4a897
Resolved review comments with window error persisting
Apr 24, 2016
ff9a6e7
Fixed Tidy Tests
Apr 6, 2016
1ee1950
tried to fix review comments
May 1, 2016
022946c
Merge branch 'tmp' into sub
srm09 May 2, 2016
6714691
Fixed tidy tests
srm09 May 2, 2016
95fe153
fixed test expectations
May 3, 2016
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

fixed test expectations

  • Loading branch information
pranavkulkarni pranavkulkarni
pranavkulkarni authored and pranavkulkarni committed May 3, 2016
commit 95fe15316762bb2e355a3478b636f951807a241a
@@ -108,9 +108,6 @@
[StyleSheet interface: attribute type]
expected: FAIL
[StyleSheet interface: attribute ownerNode]
expected: FAIL
[StyleSheet interface: attribute parentStyleSheet]
expected: FAIL
@@ -120,24 +117,9 @@
[StyleSheet interface: attribute disabled]
expected: FAIL
[CSSStyleSheet interface: existence and properties of interface object]
expected: FAIL
[CSSStyleSheet interface object length]
expected: FAIL
[CSSStyleSheet interface: existence and properties of interface prototype object]
expected: FAIL
[CSSStyleSheet interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL

[CSSStyleSheet interface: attribute ownerRule]
expected: FAIL
[CSSStyleSheet interface: attribute cssRules]
expected: FAIL

[CSSStyleSheet interface: operation insertRule(DOMString,unsigned long)]
expected: FAIL
@@ -192,24 +174,9 @@
[StyleSheetList interface: existence and properties of interface prototype object]
expected: FAIL
[CSSRuleList interface: existence and properties of interface object]
expected: FAIL

[CSSRuleList interface object length]
expected: FAIL

[CSSRuleList interface: existence and properties of interface prototype object]
expected: FAIL
[CSSRuleList interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CSSRuleList interface: operation item(unsigned long)]
expected: FAIL
[CSSRuleList interface: attribute length]
expected: FAIL
[CSSRuleList must be primary interface of style_element.sheet.cssRules]
expected: FAIL
@@ -225,66 +192,6 @@
[CSSRuleList interface: style_element.sheet.cssRules must inherit property "length" with the proper type (1)]
expected: FAIL
[CSSRule interface: existence and properties of interface object]
expected: FAIL
[CSSRule interface object length]
expected: FAIL
[CSSRule interface: existence and properties of interface prototype object]
expected: FAIL
[CSSRule interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL

[CSSRule interface: constant STYLE_RULE on interface object]
expected: FAIL

[CSSRule interface: constant STYLE_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: constant CHARSET_RULE on interface object]
expected: FAIL

[CSSRule interface: constant CHARSET_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: constant IMPORT_RULE on interface object]
expected: FAIL

[CSSRule interface: constant IMPORT_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: constant MEDIA_RULE on interface object]
expected: FAIL

[CSSRule interface: constant MEDIA_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: constant FONT_FACE_RULE on interface object]
expected: FAIL

[CSSRule interface: constant FONT_FACE_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: constant PAGE_RULE on interface object]
expected: FAIL

[CSSRule interface: constant PAGE_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: constant MARGIN_RULE on interface object]
expected: FAIL

[CSSRule interface: constant MARGIN_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: constant NAMESPACE_RULE on interface object]
expected: FAIL

[CSSRule interface: constant NAMESPACE_RULE on interface prototype object]
expected: FAIL

[CSSRule interface: attribute type]
expected: FAIL
@@ -297,18 +204,6 @@
[CSSRule interface: attribute parentStyleSheet]
expected: FAIL
[CSSStyleRule interface: existence and properties of interface object]
expected: FAIL

[CSSStyleRule interface object length]
expected: FAIL

[CSSStyleRule interface: existence and properties of interface prototype object]
expected: FAIL

[CSSStyleRule interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CSSStyleRule interface: attribute selectorText]
expected: FAIL
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.