[Webkit-unassigned] [Bug 104042] New: REGRESSION(r135082): Restore the ability to insert author level style sheets from script
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 4 14:06:17 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104042
Summary: REGRESSION(r135082): Restore the ability to insert
author level style sheets from script
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tony at chromium.org
Chromium's extension API has a method for inserting a stylesheet from script. We were using DocumentStyleSheetCollection::addUserSheet, but trying to add an author level stylesheet. This broke in r135082, which seems OK since it using the API in an unintended way.
I'll upload a patch that adds a real method for adding author level stylesheets from script.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list