Opened 13 years ago
Closed 9 years ago
#3961 closed defect (invalid)
[meta] base size reductions
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | alex, Eugene Lazutkin | |
Blocked By: | Blocking: |
Description
Base is getting pretty piggy (70K post ShrinkSafe?, 23K gzipped). It may be unreasonable to hit the 50K ceiling without packing, but we should clearly be much closer to it. This is a catch-all but for size-reduction checkins for 0.9
Attachments (4)
Change History (49)
comment:1 Changed 13 years ago by
comment:4 Changed 13 years ago by
comment:6 Changed 13 years ago by
comment:7 Changed 13 years ago by
comment:8 Changed 13 years ago by
comment:9 Changed 13 years ago by
comment:10 Changed 13 years ago by
comment:11 Changed 13 years ago by
comment:12 Changed 13 years ago by
comment:13 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:14 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
oops. didn't mean to close.
comment:15 Changed 13 years ago by
Changed 13 years ago by
Attachment: | lang-fx-reduction.patch added |
---|
Remove fx defaultEasing hack for old Konqueror (fixed in 3.5.5, according to mumme) Also remove unneeded instance defaults on prototype, other style and size changes
comment:16 Changed 13 years ago by
(In [10659]) Reductions for _base, including:
- removal of unnecessary typeof foo != "undefined" pattern
- removal of Konqueror workaround (fixed in 3.5.5: http://bugs.kde.org/show_bug.cgi?id=126482)
- removal of unnecessary instance defaults on prototype object
Refs #3961
Changed 13 years ago by
Attachment: | xhr-rpc-reduction.patch added |
---|
another ~200 bytes. Throw if json filtered comment fails.
comment:17 Changed 13 years ago by
comment:18 Changed 13 years ago by
comment:19 Changed 13 years ago by
comment:20 Changed 13 years ago by
comment:21 Changed 13 years ago by
comment:22 Changed 13 years ago by
comment:23 Changed 13 years ago by
comment:24 Changed 13 years ago by
comment:25 Changed 13 years ago by
Milestone: | 1.0 → 1.1 |
---|
so we're locking down 1.0. moving to 1.1 for continued work, or do we close this and just use it as a checkin reference?
comment:26 Changed 13 years ago by
comment:27 Changed 13 years ago by
comment:28 Changed 13 years ago by
comment:29 Changed 13 years ago by
comment:30 Changed 13 years ago by
comment:31 Changed 13 years ago by
comment:33 Changed 13 years ago by
comment:34 Changed 13 years ago by
comment:35 Changed 13 years ago by
Summary: | Base size reductions → [meta] base size reductions |
---|
comment:36 Changed 13 years ago by
comment:37 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
Move all milestone 1.1 tickets to 1.2, except for reopened tickets and tickets opened after 1.1RC1 was released.
comment:38 Changed 13 years ago by
Changed 13 years ago by
Attachment: | cleanup.patch added |
---|
comment:40 Changed 13 years ago by
i've added cleanup.patch [cla/me] -- was looking for sanity check / approval before committing. moves dojo css-class functions into anon function, re-uses the defined "d" variable, and "obfuscates" the use of the .className property by making it a string (once) and refing the variable in each of the three functions. shaves some bytes but only after shrinkSafe makes a pass and renames it to _01 or something.
please review. unit tests for html pass FF3, ie6 + 7 ... is a trivial patch ultimately. (quite a few ie6 DOH failures in other places though I notice ... )
comment:41 Changed 13 years ago by
Milestone: | 1.2 → future |
---|
Changed 12 years ago by
Attachment: | parser.patch added |
---|
alright, it's not really base. reductions on parser.js
comment:42 Changed 11 years ago by
Cc: | Eugene Lazutkin added |
---|---|
Owner: | changed from anonymous to Eugene Lazutkin |
Status: | reopened → new |
comment:44 Changed 9 years ago by
Owner: | changed from Eugene Lazutkin to alex |
---|---|
Status: | new → pending |
Does this ticket really need to be kept open?
If there's no response within 14 days it will close automatically.
comment:45 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
(In [9936]) slight variable factoring for size. Refs #3961