Gitweb links:
...log
http://git.netsurf-browser.org/libcss.git/shortlog/b8997eb73a1b966939fca4b7e2f4ef799b872ab9
...commit
http://git.netsurf-browser.org/libcss.git/commit/b8997eb73a1b966939fca4b7e2f4ef799b872ab9
...tree
http://git.netsurf-browser.org/libcss.git/tree/b8997eb73a1b966939fca4b7e2f4ef799b872ab9
The branch, tlsa/lcneves/select-autogen has been updated
discards a1e9d6005dbc92821e996a4681d1c104ee92fd31 (commit)
discards 8af9f4a1dbcca9dbd2868ae1488adfd5011e470c (commit)
via b8997eb73a1b966939fca4b7e2f4ef799b872ab9 (commit)
via 637af005876a14b4c64c0b14d39e67738e76d816 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (a1e9d6005dbc92821e996a4681d1c104ee92fd31)
\
N -- N -- N (b8997eb73a1b966939fca4b7e2f4ef799b872ab9)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libcss.git/commit/?id=b8997eb73a1b966939fca4b7e2f4ef799b872ab9
commit b8997eb73a1b966939fca4b7e2f4ef799b872ab9
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Selection: Autogenerated propset: Fix release of previous strings.
diff --git a/src/select/select_generator.py b/src/select/select_generator.py
index c6a03de..f87c929 100644
--- a/src/select/select_generator.py
+++ b/src/select/select_generator.py
@@ -641,9 +641,9 @@ class CSSGroup:
old_t, old_n_shift = shift_star(v.type, old_n)
if v.name is 'string':
- t.append('{} {} = style{}->{}{} = {};'.format(
+ t.append('{} {} = style{}->{}{};'.format(
old_t, old_n_shift,
- grp, i_dot, p.name + v.suffix, v.name + v.suffix))
+ grp, i_dot, p.name + v.suffix))
t.append()
t.append('if ({} != NULL) {{'.format(v.name + v.suffix))
t.indent(1)
commitdiff
http://git.netsurf-browser.org/libcss.git/commit/?id=637af005876a14b4c64c0b14d39e67738e76d816
commit 637af005876a14b4c64c0b14d39e67738e76d816
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
Selection: Content prop, use CSS_CONTENT_SET as condition for generator.
diff --git a/src/select/select_config.py b/src/select/select_config.py
index 468e8dc..a543542 100644
--- a/src/select/select_config.py
+++ b/src/select/select_config.py
@@ -164,7 +164,7 @@ uncommon = {
('cursor', 5, 'string_arr', None, 'CSS_CURSOR_AUTO',
'Encode cursor uri(s) as an array of string objects, terminated '
'with a blank entry'),
- ('content', 2, 'content_item', 'CSS_CONTENT_NORMAL', 'CSS_CONTENT_NORMAL',
+ ('content', 2, 'content_item', 'CSS_CONTENT_SET', 'CSS_CONTENT_NORMAL',
'Encode content as an array of content items, terminated with '
'a blank entry.', 'set')
}
-----------------------------------------------------------------------
Summary of changes:
--
Cascading Style Sheets library
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org