- Jun 25, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Issue 1721 android gradient close #1721
-
Shane Tomlinson authored
* This ensures the center area is always centered and the scroll bar is shown when necessary.
-
Shane Tomlinson authored
Make the error messages look right on all mobile browsers by removing the set height of the error message and its contents. To the #wait, #error, and #delay screens, add the gradients necessary for non-Mozilla browsers. issue #1721
-
Sean McArthur authored
it's gradient doesn't go all the way down either. We must keep the backgrounds on #wait, #delay, and #error, since they are needed to cover the #formWrap background. the same background of #error is added to #content, so that even though #error doesn't extend all the way down, the gradient still does, and it looks correct on Android again. fixes 1721
-
Shane Tomlinson authored
Follow on to seanmonstar's PR 1790. issue #1661
-
Shane Tomlinson authored
disable email field after pressing next Does what it says on the packaging. Removing the box-shadow and border-color for disabled input fields in a separate pull request. r+ close #1661
-
Shane Tomlinson authored
add notification to add_email dialog after submit Nice work on this Sean. In the near future, we may want to create generic helper functions or move the show/hideHint into PageModule. r+ close #1433
-
Shane Tomlinson authored
New /about page
-
- Jun 23, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jun 22, 2012
-
-
Shane Tomlinson authored
Remove the "submit form on enter" fix for IE8, it causes forms to be submitted twice in Firefox and Chrome. close #1813
-
- Jun 21, 2012
-
-
Shane Tomlinson authored
Remove the "submit form on enter" fix for IE8, it causes forms to be submitted twice in Firefox and Chrome. issue #1813
-
Sean McArthur authored
fixes #1433
-
- Jun 20, 2012
-
-
Sean McArthur authored
-
Sean McArthur authored
re-enabled after request finishes fixes #1661
-
Shane Tomlinson authored
-
Zach Carter authored
optimize backend unit tests by starting all daemons in parallel, and the...
-
Austin King authored
Add "deep" flag to heartbeat check, round 2
-
Shane Tomlinson authored
* 'number_emails' * 'sites_signed_in' * 'sites_visited' * 'orphaned' * 'new_account' * 'email_type' issue #1667 issue #1730
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
optimize backend unit tests by starting all daemons in parallel, and then starting router. issue #1803
-
Lloyd Hilaiel authored
add jshint checking for globals as a unit test - closes #1731, closes #1785
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Fix a broken require for jwcrypto
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
rework __heartbeat__ log message - heartbeat failure is a .warn(), not an error(). the latter indicates an unexpected condition that should never happen in production. thought here is that the dependee that's failing should have errors() in her log message, and the depener should have warnings. Also, this gets error messages out of the console output of the unit test.
-
Lloyd Hilaiel authored
for __heartbeat__ use an application level global timeout to catch the situation where the other end is not reachable and ensure total wait time is <= 5s (in this case, no 'connect' event is ever emitted)
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add unit tests for __heartbeat__, includes exposing PIDs of all running daemons so tests may do stuff with them (like kill SIGSTOP)
-
Zachary Carter authored
Handle connection errors and timeouts correctly on heartbeat dependency checks and send error in response - issue #1767
-
Francois Marier authored
As of b0534666, this function is no longer used in storage.js.
-
- Jun 19, 2012
-
-
Zachary Carter authored
-
Lloyd Hilaiel authored
Fix submit occuring when selecting an email address in Firefox from the autocomplete list.
-
Lloyd Hilaiel authored
Issue 1733 debug region
-
Lloyd Hilaiel authored
Round the timestamp to the nearest 10 minutes.
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Francois Marier authored
Not sure why we never caught this because it throws an exception as soon as you call prepareDeps().
-