[Webkit-unassigned] [Bug 68452] Web Inspector: Feature request: onCSSSetProperty/onCSSRemoveProperty API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 11:28:05 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68452





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2011-09-20 11:28:05 PST ---
>> At Yandex, we include just one stylesheet on the page. We have few hundreds of stylesheets; it's would be too slow to include all of them on the page. So we concatenate them on the server.

Pretty much everybody concatenates / minifies the scripts/styles. However, most frameworks support "development" mode where raw (non-concatenated) scripts/styles are served for the sake of better debugging.

>> My plan is to extend onCSSSetProperty/onCSSRemoveProperty methods to send some kind of CSS patch object to the server:

I am not sure I follow the "extend onCSSSetProperty/onCSSRemoveProperty" since we don't have such signals as is.

FYI: caseq@ is currently working on the extension API that allows tracking changes to resources. Once it is ready, you will be able to analyse changes in the concatenated script and map changes back to the original files.

-- 
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