Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 63883004: Make second argument to CSSStyleSheet.insertRule() optional again (Closed)

Created:
7 years, 1 month ago by Inactive
Modified:
7 years, 1 month ago
CC:
blink-reviews, arv+blink, dglazkov+blink, apavlov+blink_chromium.org, Inactive, darktears, watchdog-blink-watchlist_google.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Make second argument to CSSStyleSheet.insertRule() optional again Make second argument to CSSStyleSheet.insertRule() optional again to restore backward compatibility. Also add a deprecation warning as passing only one argument to CSSStyleSheet.insertRule() is incompatible with the standard specification and with other major browsers. Making the arguments mandatory was done in r157074 but broke a popular jQuery plugin. BUG=319695 R=tkent Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162300

Patch Set 1 #

Patch Set 2 : Update test case #

Patch Set 3 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -3 lines) Patch
M LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt View 1 2 chunks +2 lines, -1 line 0 comments Download
M LayoutTests/fast/dom/script-tests/non-numeric-values-numeric-parameters.js View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleSheet.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSStyleSheet.cpp View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/css/CSSStyleSheet.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/UseCounter.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/UseCounter.cpp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Inactive
If we want to go in this direction, the CL is ready.
7 years, 1 month ago (2013-11-15 21:48:59 UTC) #1
Inactive
7 years, 1 month ago (2013-11-16 03:02:58 UTC) #2
tkent
lgtm let's go ahead.
7 years, 1 month ago (2013-11-19 08:27:11 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/63883004/30001
7 years, 1 month ago (2013-11-19 08:27:43 UTC) #4
commit-bot: I haz the power
Failed to apply patch for Source/core/css/CSSStyleSheet.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-19 08:27:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/63883004/170001
7 years, 1 month ago (2013-11-19 13:51:03 UTC) #6
commit-bot: I haz the power
7 years, 1 month ago (2013-11-19 14:52:57 UTC) #7
Message was sent while issue was closed.
Change committed as 162300

Powered by Google App Engine
This is Rietveld 408576698