Commit Graph

43742 Commits

Author SHA1 Message Date
Bob Owen
4f48f9317d Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer 2016-11-24 15:08:30 +00:00
Bob Owen
db5fb76036 Bug 1147911 Part 1: Fix call to _openURIInNewTab in browser.js to take a URI referrer not a string. r=gijs 2016-11-24 15:08:30 +00:00
ffxbld
87bf7415eb No bug, Automated blocklist update from host bld-linux64-spot-482 - a=blocklist-update 2016-11-24 06:24:29 -08:00
Gijs Kruitbosch
be8efc6f08 Bug 1314249 - if the target changes, assume we should not pass an opener ref, r=smaug
MozReview-Commit-ID: 7DBrRW1WiMP

--HG--
rename : browser/base/content/test/general/browser_bug1064280_changeUrlInPinnedTab.js => browser/base/content/test/tabs/browser_navigatePinnedTab.js
extra : rebase_source : 2aa1a459e07cd0d326e9c3d6e1b87afd0dbbc28b
2016-11-16 16:31:42 +00:00
Wes Kocher
b851c06cc9 Merge m-c to inbound, a=merge 2016-11-23 16:18:24 -08:00
Wes Kocher
bcd6c8fa34 Backed out changeset b323faf96458 (bug 658467) for a11y failures a=backout 2016-11-23 15:37:55 -08:00
Dão Gottwald
3882faf0d0 Bug 658467 - Fade out tab label on overflow instead of ellipsis. r=jaws ui-r=shorlander 2016-11-23 23:43:54 +01:00
Tracy Walker
aba2c919f4 Bug 1119906 - Temporarily skip browser_newtab_bug722273.js on OSX debug until it can be made more reliable. r=jmaher
--HG--
extra : rebase_source : df02fd418ac3e8e65d8c143c9e51cfc312a81f41
2016-11-23 11:54:42 -06:00
Matthew Noorenberghe
b4372d801a Bug 1129629 - Provide an indication to the user when auto-complete is suggesting saved logins. r=mconley,rfeeley
MozReview-Commit-ID: PU65IjwPcD
2016-11-23 14:06:16 -08:00
Gijs Kruitbosch
46cf9c683d Bug 1319816 - fix default browser determination on Windows 7 and below in the automigration case, r=jaws
As noted on the bug, because we call getMigratorKeyForDefaultBrowser() multiple times,
its value no longer reflects the (deleted) registry key for subsequent calls.

While we can fix this for the automigrate case by just passing the default we determined a few
lines earlier (and that seems worth doing to avoid busywork), there are 2 small problems
with this:

1) if the default browser has no data, `migratorKey` won't be set, and so we'll call the same
method again anyway, and the message reported in the error console will be that we can't
migrate from Firefox, when the real problem is that we can't migrate from the original
default browser.

2) there are other callers besides AutoMigrate. Specifically, migration.js also calls this
method.

To deal with these, I've fixed getMigratorKeyForDefaultBrowser() to return the same
registry-based value for its lifetime if we hit the 'the default is firefox, go look for an
earlier default' case.

I've verified that either the s/aMigratorKey/migratorKey/ or the change to
getMigratorKeyForDefaultBrowser() are sufficient to make this work properly in the
automigration case.

While I was here, I also updated one of the error messages to be more explicit.

MozReview-Commit-ID: GeUNTfScMMB

--HG--
extra : rebase_source : 09b4b5fef85c4668bc0931de2c8cf3d1a32e2b42
2016-11-23 16:06:00 +00:00
Astley Chen
7300c4565f Bug 1270406 - Unprefix pseudo-class dir in browser resources. r=adw
MozReview-Commit-ID: KatEWpJcGXs

--HG--
extra : rebase_source : 314f27c26a71ea01a7e192ce0d658bbf8e829f28
2016-11-22 23:05:17 +08:00
Masayuki Nakano
b6f661b681 Bug 1316505 part.1 The "wheel" event handler of <scrollbox> should use |.scrollByPixels()| for respecting wheel event's scroll speed and scrolling smoother r=mstange
Currently, ths "wheel" event handler of <scrollbox> uses |.scrollByIndex()|.  However, it scrolls too fast when "wheel" event has high resolution delta value when its deltaMode is DOM_DELTA_LINE.

For respecting the delta value, it should use |.scrollByPixels()|.  Therefore, this patch implements new readonly property, |.lineScrollAmount|, which returns font size of the |.scrollbox| and makes "wheel" event handler multiplies the delta value and |.lineScrollAmount|.

MozReview-Commit-ID: KzIvJyxqrn5

--HG--
extra : rebase_source : 0e11608bf4c47cd7aeef3c1a91b705cfcdf281ab
2016-11-13 19:17:07 +09:00
Tomislav Jovanovic
92b6927b24 bug 1253418 - implement contextMenu page_action and browser_action contexts r=kmag
MozReview-Commit-ID: Ftp77zmxo4B

--HG--
extra : rebase_source : ed46fe948f0898e13dcc551721d56c5151a4bc4c
2016-11-09 21:03:33 +01:00
Ralph Giles
6e165b8a38 Bug 1318531 - Update builders to rust 1.14.0-beta.2. r=mshal
Update tooltool manifests to repacks of upstream builds of
rustc 1.14.0-beta.2 (e627a2e6e 2016-11-16)
cargo 0.15.0-nightly (a9c23dd 2016-11-15)
for the relevent hosts and target platforms.

We prefer to use stable rust but this bump gets us debuginfo
for the rust standard library on all platforms, which we hope
will improve crash reporting (bug 1268328). That is higher
priority. The rust 1.14 version should be in stable release
before Firefox 53 goes to Aurora, so we'll still stabilize
and ship with stable rust.

This build also contains the fix for the arm code generation
bug blocking update from 1.12 on android, so we can use 1.13
language features in Firefox 53. For more information, see
https://github.com/rust-lang/rust/pull/37815

This doesn't update the native MacOS build because of an
openssl link issue with cargo. This is resolved upstream
for rust 1.15; getting that ported to a later 1.14 beta is
tracked in https://github.com/rust-lang/rust/issues/37969

MozReview-Commit-ID: JbJTd4D7VOu

--HG--
extra : rebase_source : 0690f3d4443f3fc7f224f051f910de92c54b8f60
2016-11-23 06:22:30 -08:00
Ralph Giles
dddc123f32 Bug 1318531 - Fix whitespace in tooltool manifests. r=mshal
Run the tooltool manifests through a python script to read the
json as an OrderedDict and when write it back out with normal
tooltool formatting options. This regularizes the whitespace,
fixing trailing spaces written by older versions of the python
json serializer, dos-vs-unix line endings, and regularizing
opening '[{' and closing '}]' to be on separate lines.

The android manifests have a 'versions' key which has indenting,
unlike the rest of the files. I've left that as-is.

MozReview-Commit-ID: EVW1YlgRJJL

--HG--
extra : rebase_source : 40c1992090807dc40495ebacb37ee358c1d6a6f1
2016-11-22 16:15:27 -08:00
Luke Chang
06c7973b02 Bug 1319995 - Set the substituting handler of the resources of "formautofill" in xpcshell tests; r=MattN
MozReview-Commit-ID: 1w1v9BJRHkw

--HG--
extra : rebase_source : 9b1778e3093e30997b98d8940033e334f4f04c95
2016-11-24 13:21:05 +08:00
Bob Silverberg
8e649a473a Bug 1308061 - Implement sessionstore-closed-objects-changed event, r=mikedeboer
MozReview-Commit-ID: 7pBrvAhVQHP

--HG--
extra : rebase_source : 94e2784e733806a181175a163586fc354476a6f2
2016-11-25 10:32:08 -05:00
Sebastian Hengst
3b5266a90d Backed out changeset bdaebda382c1 (bug 1297738) for failing browser_referrer_open_link_in_container_tab.js on OS X. r=backout 2016-11-28 01:06:03 +01:00
Jonathan Kingston
910218b51f Bug 1297738 - Removing accesskey from container menus that are not accessible via a keyboard r=Gijs
MozReview-Commit-ID: KKBw4k61H9N

--HG--
extra : rebase_source : cd966c97d6f5bc32ba01eb14674eb52abb94226e
2016-11-24 15:05:06 +00:00
Matt Howell
ece5f74086 Bug 797208 - Allow the stub installer to install either 32-bit or 64-bit builds, and make 64-bit the default when supported; r=rstrong
A new control allows the user to select 32 or 64-bit when the system supports both,
and it defaults to 64-bit when available. This means the stub installer is now
the same regardless of its build architecture; it was always a 32-bit executable
anyway, but now its actual behavior depends only on the running system, not the
target architecture of the application it was built alongside.

The options screen has been rearranged according to a design by Michael Verdi
so that the new control doesn't leave the UI so badly cluttered.

Also removed TmpVal, which wasn't used in the stub and so was generating warnings.

MozReview-Commit-ID: 5baJCkAa7bJ

--HG--
extra : source : acfe81155ac21c2047cf64279960014c15e3c5c0
2016-09-14 09:25:48 -07:00
Sebastian Hengst
40b0a847d6 Backed out changeset e793767cb441 (bug 1147911) for failing T-e10s(o). r=backout 2016-11-23 18:33:50 +01:00
Sebastian Hengst
4240700f13 Backed out changeset 5b26ae9afaea (bug 1147911) 2016-11-23 18:33:10 +01:00
Sebastian Hengst
0333e0a2b0 Backed out changeset ec84ee6acb88 (bug 1147911) 2016-11-23 18:33:06 +01:00
Sebastian Hengst
e44f8e0dfe Backed out changeset 360c780c0a95 (bug 1147911) 2016-11-23 18:32:54 +01:00
Sebastian Hengst
3e560293d1 Backed out changeset f8ff074e9145 (bug 1147911) 2016-11-23 18:32:50 +01:00
Sebastian Hengst
e1fcbcf994 Backed out changeset 2a7569652090 (bug 1147911) 2016-11-23 18:32:46 +01:00
Andrea Marchesini
0df1876368 Bug 1316740 - Fix an apostrophes in preferences.properties, r=me 2016-11-23 17:41:18 +01:00
Carsten "Tomcat" Book
7a62dfb531 Merge mozilla-central to mozilla-inbound 2016-11-23 16:42:50 +01:00
Carsten "Tomcat" Book
8b435e8c87 merge mozilla-inbound to mozilla-central a=merge 2016-11-23 16:39:02 +01:00
Andrea Marchesini
9f2aeb5666 Bug 1316740 - Add warning messages when containers are deleted, r=Gijs 2016-11-23 16:33:57 +01:00
ffxbld
1161ffe866 No bug, Automated blocklist update from host bld-linux64-spot-1063 - a=blocklist-update 2016-11-23 06:18:38 -08:00
Carsten "Tomcat" Book
838bd84f47 Backed out changeset 4b75d4672954 (bug 1306294) for bc5 test failures 2016-11-23 12:44:02 +01:00
Phil Ringnalda
feef954874 Merge m-i to m-c, a=merge
MozReview-Commit-ID: EDVoIcyWOhi

--HG--
rename : storage/test/test_AsXXX_helpers.cpp => storage/test/gtest/test_AsXXX_helpers.cpp
rename : storage/test/test_binding_params.cpp => storage/test/gtest/test_binding_params.cpp
rename : storage/test/test_mutex.cpp => storage/test/gtest/test_mutex.cpp
2016-11-22 20:03:03 -08:00
Bob Owen
fd9634b56e Bug 1147911 Part 8: Create separate content process for file:// URIs. r=gabor, r=gijs, r=smaug 2016-11-23 13:36:58 +00:00
Bob Owen
3f62d10e4d Bug 1147911 Part 7: Create browsing context with no opener if URI needs different process. r=smaug
This also means window.open returns null in the same circumstance.
2016-11-23 13:36:58 +00:00
Bob Owen
b85bbccedd Bug 1147911 Part 6: Send remote type down to child. r=gijs, r=smaug 2016-11-23 13:36:58 +00:00
Bob Owen
c547888b81 Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
Also change talos pageloader.js to force type to match test URLs.
2016-11-23 13:36:57 +00:00
Bob Owen
67d3ea6af8 Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer 2016-11-23 13:36:57 +00:00
Bob Owen
12ab598876 Bug 1147911 Part 1: Fix call to _openURIInNewTab in browser.js to take a URI referrer not a string. r=gijs 2016-11-23 13:36:57 +00:00
Gijs Kruitbosch
9fab3ab9cb Bug 1318903 - use !important to force vista/7 controls in fullscreen even on dark themes, r=dao
MozReview-Commit-ID: eIleloCNMZ

--HG--
extra : rebase_source : 28f914b1bcf552af71fb54dd71502fb6d7216cc6
2016-11-21 16:41:23 +00:00
Matheus Longaray
253c6de341 Bug 1306294 - "Restarting browser while Simplify Page mode on, restores 2 new empty tabs". r=mdeboer 2016-11-22 06:30:00 +08:00
Phil Ringnalda
88d37d8841 Merge m-c to m-i
MozReview-Commit-ID: FbJhcY28dXi
2016-11-22 21:32:23 -08:00
Kris Maglione
0b84ed8150 Bug 1319452: Part 2 - Don't expose extension views that the caller cannot access. r=billm
MozReview-Commit-ID: IS7mpOnQ8y0

--HG--
rename : browser/components/extensions/test/browser/browser_ext_incognito_popup.js => browser/components/extensions/test/browser/browser_ext_incognito_views.js
extra : rebase_source : 0be6b790687ce8afd60c8838267c760712ef243b
2016-11-22 12:31:37 -08:00
Gregory Szorc
2d110eb32e Bug 1269355 - Add sccache to clang.manifest.centos6 tooltool manifest; r=me
The job was barfing because sccache was missing. So I copied the sccache
entry from another manifest into this one.
2016-11-22 18:51:01 -08:00
Mike Conley
f556978353 Bug 1317795 - Fix broken alignment of in-content UI checkboxes. r=jaws
MozReview-Commit-ID: 4JpOSYu3BZS

--HG--
extra : rebase_source : 5642f4970f654cf6ba04f1c3a3e03ef3847681cb
2016-11-19 17:59:58 -05:00
Tim Huang
58a0093852 Bug 1315723 - Resolve the timeout problem of the browser_cache.js. r=baku
--HG--
extra : rebase_source : 8d0e362e38167e38de07d921eb16d6952f766a4f
2016-11-22 14:57:19 +08:00
Carsten "Tomcat" Book
cf6fb9d85b Merge mozilla-central to autoland 2016-11-22 16:29:49 +01:00
Carsten "Tomcat" Book
8b27dda5d1 merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
Carsten "Tomcat" Book
7c745b54a2 merge autoland to mozilla-central a=merge 2016-11-22 15:46:33 +01:00
ffxbld
96b454e2ad No bug, Automated blocklist update from host bld-linux64-spot-579 - a=blocklist-update 2016-11-22 06:22:41 -08:00
Carsten "Tomcat" Book
59bb309e38 merge mozilla-inbound to mozilla-central a=merge 2016-11-21 15:44:20 +01:00
Carsten "Tomcat" Book
52d35c74fe merge autoland to mozilla-central a=merge 2016-11-21 15:43:10 +01:00
ffxbld
84feed9654 No bug, Automated blocklist update from host bld-linux64-spot-418 - a=blocklist-update 2016-11-21 06:16:25 -08:00
ffxbld
904bf9addd No bug, Automated blocklist update from host bld-linux64-spot-470 - a=blocklist-update 2016-11-20 06:13:34 -08:00
ffxbld
cf2213bd6b No bug, Automated blocklist update from host bld-linux64-spot-495 - a=blocklist-update 2016-11-19 06:08:10 -08:00
Carsten "Tomcat" Book
a69c372ef1 Merge mozilla-central to autoland 2016-11-18 16:57:20 +01:00
Carsten "Tomcat" Book
866da9f9c6 merge mozilla-inbound to mozilla-central a=merge 2016-11-18 16:51:17 +01:00
Carsten "Tomcat" Book
9f813e0592 merge autoland to m-c a=merge 2016-11-18 16:48:51 +01:00
ffxbld
fdfce1ab2a No bug, Automated blocklist update from host bld-linux64-spot-495 - a=blocklist-update 2016-11-18 06:09:10 -08:00
Phil Ringnalda
f55ce4a38c Merge m-c to autoland 2016-11-17 22:57:50 -08:00
Phil Ringnalda
935627b015 Bug 1304272 - disable browser_syncui.js on Linux for constant failures, a=nnoyance 2016-11-17 21:44:40 -08:00
Phil Ringnalda
61baa2aa9a Merge m-i to m-c, a=merge
MozReview-Commit-ID: A3wgReQAalj
2016-11-17 19:21:20 -08:00
Phil Ringnalda
da94b3af3f Merge autoland to m-c, a=merge
MozReview-Commit-ID: 6ChkHqkFGsA
2016-11-17 19:14:15 -08:00
Dave Huseby
9eee2514e9 Bug 1304432 - Intermittent test timeouts, added requestLongerTimeout. r=ehsan
--HG--
extra : rebase_source : d41414673fdc802d5a385a164ecd6479a243393e
2016-11-17 16:13:00 -05:00
Alessio Placitelli
112871ebe3 Bug 1318333 - Fix SEARCH_COUNTS not counting one-off searches. r=mak
MozReview-Commit-ID: 2HTJBzbpUK2

--HG--
extra : rebase_source : 2583dbba6373b342be8d6c3b037ae03924822776
2016-11-21 04:56:00 -05:00
Robert Strong
85d23e35af Followup to handle not installing x64 on x86 systems for Bug 1305453 - Prevent non-esr stand alone installers from installing on XP/Vista. r=mhowell 2016-11-21 12:12:01 -08:00
Jim Mathies
ff3ad8815a Main patch for Bug 1305453 - Prevent non-esr stand alone installers from installing on XP/Vista. r=rstrong 2016-11-21 12:11:44 -08:00
Sebastian Hengst
31c02995a4 Backed out changeset 910b4b74261d (bug 1151899) 2016-11-17 20:21:55 +01:00
Ehsan Akhgari
d07f79a266 Bug 1318210 - Remove nsIAppsService; r=baku 2016-11-17 10:41:36 -05:00
ffxbld
dfd651d0d8 No bug, Automated blocklist update from host bld-linux64-spot-421 - a=blocklist-update 2016-11-17 06:05:03 -08:00
Andrea Marchesini
42cdd9436b Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 2, r=qdot 2016-11-18 09:33:50 +01:00
Andrea Marchesini
2f974ccbce Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot 2016-11-18 09:33:33 +01:00
Phil Ringnalda
cba055b5fe Merge m-c to m-i
MozReview-Commit-ID: ICJOT8GTPT3
2016-11-17 22:57:10 -08:00
Phil Ringnalda
e3b53628aa Merge m-c to m-i
MozReview-Commit-ID: GwBaSZdoAZK
2016-11-17 20:33:59 -08:00
Sebastian Hengst
7b7dc27a45 Backed out changeset 960112fbae78 (bug 1147911) for T-e10s(o) permafail: Followup to fix syntax error. r=eslint-fix 2016-11-18 01:10:00 +01:00
Sebastian Hengst
bd15eb3df2 Backed out changeset 960112fbae78 (bug 1147911) for T-e10s(o) permafail. r=backout 2016-11-18 00:58:52 +01:00
Sebastian Hengst
5fca81c6e4 Backed out changeset 5cffb4645bc0 (bug 1147911) 2016-11-18 00:58:52 +01:00
Sebastian Hengst
9318d3bb24 Backed out changeset a236e690e2f6 (bug 1147911) 2016-11-18 00:58:52 +01:00
Sebastian Hengst
ea96126bb8 Backed out changeset 1a72c4919371 (bug 1147911) 2016-11-18 00:58:51 +01:00
Sebastian Hengst
f02ffed0dd Backed out changeset f768dac3f7a9 (bug 1147911) 2016-11-18 00:58:51 +01:00
Sebastian Hengst
62d71733be Backed out changeset 32c933acd03b (bug 1147911) 2016-11-18 00:58:51 +01:00
Kris Maglione
a3c8b4f27c Bug 1317101: Follow-up: Split browserAction preloading tests into a separate unit.
MozReview-Commit-ID: 2fWXQIwCF9w

--HG--
rename : browser/components/extensions/test/browser/browser_ext_browserAction_popup.js => browser/components/extensions/test/browser/browser_ext_browserAction_popup_preload.js
extra : rebase_source : 491d703d2dc7256743b60b3cda83a1eb71f2e885
2016-11-17 11:08:21 -08:00
Neil Deakin
e8520ef209 Bug 1311279, scroll the select popup when click+drag is used, r=mconley 2016-11-17 09:56:43 -05:00
Carsten "Tomcat" Book
27c7333444 Backed out changeset 09093d38540e (bug 1311279) 2016-11-17 15:42:38 +01:00
Phil Ringnalda
ae361307c7 Merge m-c to autoland 2016-11-17 20:11:25 -08:00
Kris Maglione
97d62aa407 Bug 1317101 - Part 8b: Run browser mochitests in both parent-process and remote configurations. r=billm
MozReview-Commit-ID: 6IGGnpgZLce

--HG--
rename : browser/components/extensions/test/browser/browser.ini => browser/components/extensions/test/browser/browser-common.ini
rename : browser/components/extensions/test/browser/browser.ini => browser/components/extensions/test/browser/browser-remote.ini
extra : rebase_source : 3a4cf9d7d77f3d906f8d34b537b4d05cb28718c4
extra : source : a8cdc81cdcce558592d01d3cc6d0ee66269f1077
2016-11-17 14:00:32 -08:00
Chun-Min Chang
a566bffe3b Bug 1289974 part 1: Device selection for presentation API on Desktop; r=mconley
MozReview-Commit-ID: KKT8xsafuAQ

--HG--
extra : rebase_source : 1582ee92dd20b685d5404eb2b7a928de8ee57cb7
2016-11-15 11:07:09 +08:00
Wes Kocher
f9e9d69899 Merge inbound to m-c a=merge CLOSED TREE 2016-11-16 17:07:26 -08:00
Wes Kocher
aa3b64b5f5 Merge autoland to central, a=merge 2016-11-16 16:42:21 -08:00
Wes Kocher
2efcd6796f Bug 1113747 - ESlint followup a=bustage DONTBUILD 2016-11-16 11:00:05 -08:00
Wes Kocher
3d5a132e27 Backed out changeset 6f0fbd9f0a0e (bug 113747) for landing with the wrong bug number a=backout 2016-11-16 10:59:47 -08:00
Wes Kocher
8aa6b455ef Bug 113747 - ESlint followup a=bustage 2016-11-16 10:58:24 -08:00
ffxbld
e2540ea298 No bug, Automated blocklist update from host bld-linux64-spot-013 - a=blocklist-update 2016-11-16 06:23:31 -08:00
Carsten "Tomcat" Book
d2ed86fefb merge autoland to mozilla-central a=merge 2016-11-16 14:04:04 +01:00
ffxbld
fec3f69009 No bug, Automated blocklist update from host bld-linux64-spot-318 - a=blocklist-update 2016-11-15 06:02:26 -08:00
Carsten "Tomcat" Book
8cfa5253e8 merge mozilla-inbound to mozilla-central a=merge 2016-11-15 12:26:41 +01:00
Neil Deakin
5a0853cab6 Bug 1311279, scroll the select popup when click+drag is used, r=mconley 2016-11-17 09:28:27 -05:00
Phil Ringnalda
8304bb1bd5 Backed out changeset 21b69215ab80 (bug 1316870) for forthcoming merge conflicts 2016-11-15 19:53:23 -08:00
Kris Maglione
4c0fec6cab Bug 1317101 - Part 7d: Load moz-extension: URLs remotely based on a pref. r=billm
MozReview-Commit-ID: Kxt9mDMdPQk

--HG--
extra : rebase_source : 77ea447ec1c6977c2fa5506311c76ddf38929126
extra : source : 0f8144296a9d8e67a4f307491559a0051f95a9a7
2016-11-12 15:36:03 -08:00
Kris Maglione
73f6cab403 Bug 1317101 - Part 7c: Run extension popups in a remote browser. r=aswan
MozReview-Commit-ID: CATeESBwj1J

--HG--
extra : rebase_source : c83dbcabbafbe2884746d282de78d23f5e0edff6
extra : source : b7892d3fb0ca5268a252377ecbb44dfb1d289500
2016-11-17 11:28:40 -08:00