Zixaphir
51c41f563c
Shave off a couple lines
2014-01-07 10:28:37 -07:00
Zixaphir
898cfda2fd
That translates to leaner JS
2014-01-07 10:23:48 -07:00
Zixaphir
420a5ad432
Why bother assigning variables to do nothing with them?
2014-01-07 10:20:13 -07:00
Zixaphir
80dd30def0
Optimizations to QuoteThreading (again)
2014-01-07 10:17:46 -07:00
Zixaphir
a720406bad
Be a little more conservative here.
2014-01-07 08:11:28 -07:00
Zixaphir
ddabad15e9
Small optimization to Redirect code
2014-01-07 08:03:23 -07:00
Zixaphir
6d858de604
Why not?
2014-01-06 09:55:16 -07:00
Zixaphir
b1ca573935
Just a couple silly things
2014-01-06 09:50:04 -07:00
Zixaphir
f782b0d3c0
Throw a debounce back in for performance
...
A scroll-event-based function every tenth of a second is better
than whatever arbitrary timer scroll events can have.
2014-01-06 09:42:15 -07:00
Zixaphir
a7ce01cb61
Fix toggle
2014-01-06 09:37:23 -07:00
Zixaphir
3a776fb5e1
Missed one.
2014-01-06 09:17:54 -07:00
Zixaphir
8b6ea725e4
post.cb.call(post) > post.cb()
...
heh, comprehension fail. this was this anyways.
2014-01-06 09:15:20 -07:00
Zixaphir
a569565cff
Remove debug code
2014-01-06 09:08:44 -07:00
Zixaphir
77d97277c9
Minor optimizations
2014-01-06 09:04:45 -07:00
Zixaphir
b9f2702daf
Consolidate and cleanup
2014-01-06 08:55:26 -07:00
Zixaphir
1c5c542ca1
And that should fix everything. Woo.
2014-01-06 08:45:17 -07:00
Zixaphir
5a080e7f60
D:
2014-01-05 17:47:40 -07:00
Zixaphir
4f8e304ee8
So terrible~
2014-01-05 13:57:26 -07:00
Zixaphir
3f60a05edc
I was wrong. Still broken, but getting there
2014-01-05 13:12:06 -07:00
Zixaphir
c1427e4494
And... I think that's done. Well, that wasn't hard.
2014-01-05 10:52:58 -07:00
Zixaphir
d31b18cc82
Build? da fuq?
2014-01-05 10:45:14 -07:00
Zixaphir
af30942d60
Reduce unnecessary usage of RAL.splice
2014-01-05 10:43:27 -07:00
Zixaphir
bb5dcaa409
Null properties? I don't see the point.
2014-01-05 10:34:23 -07:00
Zixaphir
482f6444fe
Logic fail.
...
Also, why did cur work when it should have been cur.ID?
2014-01-05 10:25:47 -07:00
Zixaphir
6b3443c12a
Continue implementing the random access list and generally
...
just optimizing Unread
2014-01-05 10:02:05 -07:00
Zixaphir
a1d0bf1474
Merge branch 'v3' into RAL
2014-01-05 09:36:25 -07:00
Zixaphir
c979f44028
As far as I can tell, this wasn't working at all.
2014-01-04 19:51:28 -07:00
Zixaphir
3d87a9cfb6
Gonna revert this for now, was causing weird issues.
2014-01-04 15:34:17 -07:00
Zixaphir
6574746e90
Start working on putting in aeosynth's RandomAccessList
...
For performance, obviously.
2014-01-04 13:38:09 -07:00
Zixaphir
43751a00b8
Fix zixaphir/appchan-x#514 , fix zixaphir/appchan-x#513
2013-12-27 15:40:21 -07:00
Zixaphir
a51e1455f7
Update minimum browser versions to latest stable versions
2013-12-26 16:05:17 -07:00
Zixaphir
bab50e61ae
Update deps, recompile
2013-12-26 15:53:03 -07:00
Zixaphir
9262e8a7af
Messing around with some syntax
2013-12-26 15:50:02 -07:00
Zixaphir
abf3da2482
Fix zixaphir/appchan-x#507
2013-12-25 18:04:30 -07:00
Zixaphir
35b06b5bf8
Fixes for post building
2013-12-25 11:30:56 -07:00
Zixaphir
b38f63e313
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
Gruntfile.coffee
src/Filtering/PostHiding.coffee
src/General/Build.coffee
src/General/lib/$.coffee
src/Menu/Menu.coffee
src/Posting/QuickReply.coffee
2013-12-25 10:54:21 -07:00
Zixaphir
6dd2e60e9a
Element.contains was not Array.contains, lol
2013-12-25 10:10:51 -07:00
Mayhem
a36806a8e3
Update deps.
2013-12-25 00:41:08 +01:00
Zixaphir
8bad58920a
Fix not var in obj, var not in obj
2013-12-24 16:31:09 -07:00
Zixaphir
dab73f8cbb
How did that even...?
2013-12-24 15:45:00 -07:00
Zixaphir
b060a9c23e
Cheats.
...
Don't do this. Why am I doing it, then? Because indexOf is so
slooooooooooooooooooooooooooooooooooooooooooooooooooooooooooow
2013-12-24 15:33:39 -07:00
Zixaphir
7b4c794729
Sometimes logic gets a little too logical for me.
2013-12-24 15:10:03 -07:00
Zixaphir
91233b8d61
remove [].contains. It was a bad idea.
...
I shouldn't be messing with stuff like this without a really good
reason for doing so, and the longer I thought about it, the more
it occurred to me that I didn't have one.
2013-12-24 14:41:21 -07:00
Mayhem
525b8c7658
Handle chrome.storage[area].set errors better, retry every minute.
2013-12-24 11:36:31 +01:00
Mayhem
82a7e34e68
Merge pull request #1386 from bui/patch-2
...
Remove archive.bui.pm
2013-12-23 14:15:16 -08:00
Bui
34686de180
Remove archive.bui.pm
2013-12-23 19:29:06 +00:00
Zixaphir
cfb883d8da
Alternative text for Refresh Shortcut. seaweedchan/4chan-x#212
...
DUH, I DUMB
2013-12-21 19:29:22 -07:00
Mayhem
05f6fb7385
Merge branch 'perf' into v3
2013-12-20 04:39:46 +01:00
Mayhem
be8371d4c6
Optimize Menu.makeButton().
2013-12-20 04:14:53 +01:00
Mayhem
6574e4aa95
A bit of cleaning in Build.post().
2013-12-20 03:39:14 +01:00