Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 4966645353152512: Handle XMLHttpRequest with bad status in Safari's i18n code (Closed)

Created:
Jan. 20, 2014, 5:17 p.m. by Sebastian Noack
Modified:
Jan. 21, 2014, 8:21 a.m.
Visibility:
Public.

Description

Testers on non-English Mac OS X, have reported to don't see texts in the popover. The reason therefore is while sometimes when an XMLHttpRequest tries to load a file that doesn't exist, the send() method raises an error. But sometimes the status property is just set to 404. So we have to handle both cases.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M safari/ext/common.js View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2
Sebastian Noack
Jan. 20, 2014, 5:20 p.m. (2014-01-20 17:20:59 UTC) #1
Wladimir Palant
Jan. 21, 2014, 6:39 a.m. (2014-01-21 06:39:50 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld