1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-27 19:53:33 +02:00

Make buffer.URL a string again. Use buffer.uri and buffer.documentURI internally. Fix loading Object stores.

This commit is contained in:
Kris Maglione
2011-01-16 12:14:43 -05:00
parent 7d178cfb34
commit 5b56624043
10 changed files with 42 additions and 35 deletions
+1 -3
View File
@@ -1,3 +1 @@
- buffer.URL and buffer.URI are now instances of nsIURI rather than strings.
The former string representation may be obtained via the spec property.
See https://developer.mozilla.org/en/nsIURI for more details.