Closed
Bug 740034
Opened 13 years ago
Closed 13 years ago
Fix exception when running in Chromium from a file: URI
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
927 bytes,
patch
|
Swatinem
:
review+
|
Details | Diff | Splinter Review |
history.replaceState throws an exception in Chromium when the page is run loaded at a file: URI. This breaks TBPL when run locally from the filesystem. This patch just catches and ignores the exception to stop it from breaking our initialization.
This should have no effect on production deployments, but is useful for testing client-side patches to make sure they work in WebKit.
Attachment #610173 -
Flags: review?(arpad.borsos)
Updated•13 years ago
|
Attachment #610173 -
Flags: review?(arpad.borsos) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Webtools → Tree Management
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•