Closed
Bug 1273341
Opened 9 years ago
Closed 9 years ago
Don't attempt to sync tabs with a URL size greater than our maximum record size
Categories
(Firefox :: Sync, defect, P2)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: markh, Unassigned)
Details
Attachments
(1 file)
Via bug 1235474, we see failures attempting to upload tab records with a huge URL - in some cases the maximum record size we attempt is ~56MB (it's not clear if this is a combination of records or a single record) - but there is some point where the URL is simply too big for us to successfully upload. We will continue to try and upload the record for as long as the tab remains open.
We should consider imposing a maximum size of the tab's URL, beyond which we just don't attempt to Sync it (possibly reporting a warning in the log at the time).
Flags: firefox-backlog+
| Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/53064/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/53064/
Attachment #8753194 -
Flags: review?(markh)
| Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8753194 [details]
MozReview Request: Bug 1273341 - Don't attempt to sync tabs with very long URLs. r?markh
https://reviewboard.mozilla.org/r/53064/#review49888
I didn't expect that ;)
Attachment #8753194 -
Flags: review?(markh) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8753194 [details]
MozReview Request: Bug 1273341 - Don't attempt to sync tabs with very long URLs. r?markh
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/53064/diff/1-2/
| Reporter | ||
Comment 4•9 years ago
|
||
https://reviewboard.mozilla.org/r/53064/#review49896
You keep sending 'em, I'll keep clicking to ship 'em!
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/4c709f7a03350ad5e36d0d726c8f12106ed2049d
Bug 1273341 - Don't attempt to sync tabs with very long URLs. r=markh
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
You need to log in
before you can comment on or make changes to this bug.
Description
•