Vincent Sanders
|
87f6314dab
|
move scheduleing into browser operation table
|
11 years ago |
Rob Kendrick
|
1bd4a34a27
|
Remove asserts for default cases from all content message handlers; this is laborious and is no longer useful for catching bugs.
|
11 years ago |
Michael Drake
|
e4c50bd58a
|
Update for new libcss API.
|
11 years ago |
Vincent Sanders
|
63d7247a9c
|
fix mismatched option name and variable names
block_ads should be block_advertisments to match option name
toolbar_status_width should be toolbar_status_size to match option name
|
12 years ago |
Vincent Sanders
|
ee6e6eec05
|
move options include
|
12 years ago |
Michael Drake
|
ba9769bc8c
|
Pass fetch redirect info up to content layer as content_msg. Mark redirect origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
|
12 years ago |
Michael Drake
|
07bdb324c1
|
Remove extra logging.
|
12 years ago |
Michael Drake
|
5930e4bcc4
|
Fix bug where html conversion began before STYLE element fetch had been launched.
|
12 years ago |
Michael Drake
|
bf69cfa74b
|
Add some extra logging. Some pedantic wrap changes.
|
12 years ago |
John-Mark Bell
|
3801886aec
|
Debounce style updates
|
12 years ago |
John-Mark Bell
|
4136a4d64e
|
Move public API to end
|
12 years ago |
John-Mark Bell
|
6e5e5761fc
|
Ensure a reference is taken on style nodes.
|
12 years ago |
John-Mark Bell
|
6b9f7c3094
|
Use correct base URL for inline stylesheets
|
12 years ago |
John-Mark Bell
|
97978e858b
|
Use custom fetcher for inline CSS
|
12 years ago |
John-Mark Bell
|
405fa12f8d
|
Fix handling of inline stylesheets with @import
|
12 years ago |
Vincent Sanders
|
4e7b4259a4
|
fix quirk stylesheet loading
|
12 years ago |
Vincent Sanders
|
cc7f45898b
|
refactor stylesheet handling to separate object from within html rendering
|
12 years ago |