summaryrefslogtreecommitdiff
path: root/utils/corestrings.c
Commit message (Collapse)AuthorAgeFilesLines
* implement Element::classNameVincent Sanders2013-01-231-0/+3
|
* Revert "Treat cookies from HTTP and HTTPS as identical."John-Mark Bell2013-01-041-3/+0
| | | | | | | | Sadly, this breaks path cookies on HTTPS sites. The correct fix is to implement RFC6265 in full (probably replacing urldb with something less complex, too). This reverts commit 924f8844d4e94f56232d70b25a925731ab19a84c.
* Remove junk "http_equiv" string.John-Mark Bell2013-01-031-1/+1
|
* Treat cookies from HTTP and HTTPS as identical.John-Mark Bell2013-01-031-0/+3
|
* Correctly emit entities when serialising to HTML.John-Mark Bell2012-12-301-0/+3
|
* add dom event handler to document objectVincent Sanders2012-12-171-0/+3
|
* extend corestings with event typesVincent Sanders2012-11-281-3/+208
|
* type=search is a new-fangled HTML5 thing which we treat as input and thus ↵Daniel Silverstone2012-11-041-0/+3
| | | | give EX width hinting. Closes #3578446
* Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.Michael Drake2012-10-121-0/+6
|
* Ensure correct error type is returned.Michael Drake2012-10-111-4/+12
|
* Add "https" lwc string.Michael Drake2012-10-081-0/+3
|
* Fix select elements. Requires latest libdom.Michael Drake2012-09-191-0/+3
|
* extend completion typesVincent Sanders2012-07-301-0/+6
|
* s/object/option/Michael Drake2012-07-261-1/+1
|
* More use of interns.Michael Drake2012-07-261-0/+25
|
* Use interns for string comparisons.Michael Drake2012-07-261-0/+22
|
* Compare interns instead of strings in html_forms.cMichael Drake2012-07-231-3/+38
|
* Interned string cleanup, phase 6 (final): Move html.c to corestring.Michael Drake2012-07-221-0/+50
|
* Interned string cleanup, phase 5: Move imagemap.c to corestring.Michael Drake2012-07-221-1/+55
|
* Interned string cleanup, phase 4: Move html_script.c to corestring.Michael Drake2012-07-221-0/+6
|
* Interned string cleanup, phase 3: Move html_forms.c to corestring.Michael Drake2012-07-221-0/+3
|
* Interned string cleanup, phase 2: Create utils/corestrings and use it in css ↵Michael Drake2012-07-221-0/+293
handler.