0
Files
src/ios
jyquinn 66238f7e78 Keep original pushState() method for use in JS overwrite
Keep original pushState() method for use in JS overwrite of
window.history.pushState. Previously, the original replaceState was
used because back/forward navigation was performed wholly by the native
history stack. Using the original pushState keeps WKWebView's
back forward list in sync with the native stack.

BUG=564633

Review URL: https://codereview.chromium.org/1541023002

Cr-Commit-Position: refs/heads/master@{#367378}
2016-01-04 21:44:25 +00:00
..
2015-12-18 00:40:27 +00:00
2015-12-15 14:04:21 +00:00
2015-12-15 14:04:21 +00:00
2015-11-23 16:05:30 +00:00

This directory holds code related to the iOS port of Chromium. See
https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase
for a description of the structure underneath this directory.