igor@mir2.org
|
612731321f
|
Bug 382335: proper cleanup after generator.close(). r=brendan
|
2007-05-29 19:29:09 -07:00 |
|
brendan@mozilla.org
|
54555ef979
|
Updated to track revised ES4-based grammar plus paren minimization changes to the decompiler (381113).
|
2007-05-29 18:52:57 -07:00 |
|
brendan@mozilla.org
|
e7de6b332a
|
Implement ES4/JS2 expression closures (381113, r=mrbkap).
|
2007-05-29 18:49:42 -07:00 |
|
mrbkap@gmail.com
|
ec71466985
|
Add a space here for consistency. bug 381108, r=brendan
|
2007-05-29 18:23:24 -07:00 |
|
kaie@kuix.de
|
967fa4bce6
|
bug 334185, potential crasher fixr=kengert
|
2007-05-29 18:20:09 -07:00 |
|
kaie@kuix.de
|
10e646e0c0
|
bug 380558, Some event waiting in PSM make the CPU wake from idle with no reasonPatch contributed by Mike Hommeyr=kengert
|
2007-05-29 18:14:32 -07:00 |
|
bclary@bclary.com
|
9d98080df4
|
JavaScript tests - fix incorrect TestCase signature, remove tests from slow-n.tests
|
2007-05-29 18:13:13 -07:00 |
|
brendan@mozilla.org
|
5dee41a384
|
Fix delete parser to fold constants in its operand to discern genexp error case (382355, r=mrbkap).
|
2007-05-29 17:49:53 -07:00 |
|
tor@cs.brown.edu
|
09f9fb3648
|
Bug 382333 - CTM changes not updating filter invalidation regions.r=longsonr, sr=roc
|
2007-05-29 17:36:02 -07:00 |
|
mozilla.mano@sent.com
|
c7e487c482
|
Bug 382261 - Cannot move bookmarks toolbar folder. r=sspitzer.
|
2007-05-29 17:29:54 -07:00 |
|
pavlov@pavlov.net
|
e88e60f26d
|
relanding code to get and cache code point info from each font on your system and improve font selection speed and results. bug 377950. r=vlad/roc,sr=roc
|
2007-05-29 17:07:03 -07:00 |
|
crowder@fiverocks.com
|
9adeac1889
|
Recent code checkin regressed testcase from 356085
|
2007-05-29 17:06:21 -07:00 |
|
brendan@mozilla.org
|
d1599626d7
|
Fix warning from last checkin (r=igor).
|
2007-05-29 16:17:37 -07:00 |
|
bclary@bclary.com
|
f46dd88cfc
|
JavaScript Test - update to remove new syntax errors, bug 380581
|
2007-05-29 15:41:06 -07:00 |
|
bclary@bclary.com
|
7528312dc1
|
JavaScript Test - tweak decompilation result, bug 353214
|
2007-05-29 15:05:11 -07:00 |
|
bclary@bclary.com
|
05364aed69
|
JavaScript Test - remove Object.prototype.__iterator__ after test, bug 340199
|
2007-05-29 14:59:13 -07:00 |
|
nboyd@atg.com
|
17bebef584
|
Add skips for new tests and for older tests now failing, likely due todifferent shell.js functions.
|
2007-05-29 14:09:10 -07:00 |
|
crowder@fiverocks.com
|
e2b7d7dba7
|
Bug 381301: chomp closing ')' in obj_toSource more correctly, r=mrbkap
|
2007-05-29 14:05:09 -07:00 |
|
mcsmurf@mcsmurf.de
|
382c8e707f
|
Add other-licenses/7zstub/seamonkey to default checkout for suite - Bug 351917, r=bsmedberg via IRC
|
2007-05-29 12:56:24 -07:00 |
|
gavin@gavinsharp.com
|
0805a7564f
|
Bug 362680: can't focus single item in a tree using the keyboard, patch by Ori Avtalion <oavtal@bezeqint.net>, r=enndeakin
|
2007-05-29 12:55:11 -07:00 |
|
mozilla.mano@sent.com
|
60bdcc02cd
|
Follow up to crash fix for bug 240397.
|
2007-05-29 12:44:26 -07:00 |
|
gavin@gavinsharp.com
|
480c3db22b
|
Bug 303428: focus ring can end up on an inactive tab, patch by Oliver Yeoh <oliver_yeoh@hotmail.com>, r=mconnor
|
2007-05-29 12:08:30 -07:00 |
|
mozilla.mano@sent.com
|
5801eded85
|
Fix crash caused by the backout-patch for bug 240397.
|
2007-05-29 11:50:12 -07:00 |
|
bclary@bclary.com
|
7837e21982
|
JavaScript Test - regression test for bug 375715, change test to -n negative format
|
2007-05-29 11:23:19 -07:00 |
|
dietrich@mozilla.com
|
ba6626a38d
|
Bug 382248 problems when I remove places.sqlite (we don't re-import bookmarks.html and we lose all bookmarks) (r=sspitzer)
|
2007-05-29 10:48:52 -07:00 |
|
bugzilla@standard8.demon.co.uk
|
a7df0364e0
|
Bug 378585 Thunderbird/Composer/Sunbird shouldn't need to build in xpfe/components/bookmarks/public. r=mvl,benjamin,sr=mscott
|
2007-05-29 09:18:34 -07:00 |
|
benjamin@smedbergs.us
|
c958680a2c
|
Backout bug 377950 due to startup crashes.
|
2007-05-29 08:09:23 -07:00 |
|
aaronleventhal@moonset.net
|
95a6ed2d25
|
Bug 381048. Allow accessible names on ARIA elements with no child content, but with title. Patch by David Bolter. r=aaronlev
|
2007-05-29 07:45:38 -07:00 |
|
benjamin@smedbergs.us
|
fc2af8042c
|
Bug 358082 - Improve Mac Crashreporter UI, patch by dcamp, r=luser+me
|
2007-05-29 03:54:26 -07:00 |
|
pavlov@pavlov.net
|
b7f7397cbf
|
Get and cache code point info from each font on your system and improve font selection speed/results. bug 377950. r=vlad/roc,sr=roc
|
2007-05-29 03:24:15 -07:00 |
|
roc+@cs.cmu.edu
|
08c2b6d4aa
|
Bug 382206. Ensure that the clip rectangle used to draw partial ligatures is pixel-aligned. Also fix an off-by-one error that busted the detection of the end of a ligature. r=pavlov
|
2007-05-29 02:47:54 -07:00 |
|
roc+@cs.cmu.edu
|
314e02012b
|
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
|
2007-05-29 02:45:30 -07:00 |
|
ginn.chen@sun.com
|
d0158362a9
|
Bug 381433 no focus event when focus back to the same widget after focused on radiogrouppatch by Evan.Yan @sun.com r=aaronleventhal
|
2007-05-28 23:53:50 -07:00 |
|
ginn.chen@sun.com
|
05029a07ec
|
Bug 381832 duplicated of state-changed:busy (false) eventwhen document is load finishedr=aaronleventhal
|
2007-05-28 23:43:50 -07:00 |
|
ginn.chen@sun.com
|
d0c057135d
|
Bug 366000 MaiHyperlink class memory leakr=aaronleventhal sr=neil
|
2007-05-28 23:41:14 -07:00 |
|
joshmoz@gmail.com
|
c5eb505c59
|
don't let comboboxes render their labels over the native combobox button on Mac OS X. b=382043 r/sr=roc
|
2007-05-28 22:31:04 -07:00 |
|
joshmoz@gmail.com
|
5aa5625012
|
fix "can't drag and drop buttons when customizing toolbars", patch by Stan Shebs. b=358446 r=josh sr=pav
|
2007-05-28 22:06:12 -07:00 |
|
sharparrow1@yahoo.com
|
ea2a949931
|
Bug 381993: Crash [@ nsDOMMouseEvent::GetClientX] with mousemove generating and removing stuff. r=smaug, sr=roc.
|
2007-05-28 21:56:16 -07:00 |
|
sharparrow1@yahoo.com
|
3ff40e3822
|
Bug 382111: Flash animation in top left of page. r+sr=roc/
|
2007-05-28 21:53:22 -07:00 |
|
sayrer@gmail.com
|
a951e167b3
|
Bug 381262, Remembered username and password are garbled if they have non-ASCII characters. Patch by Justin Dolske <doslke@mozilla.com>. r=mconnor/sayrer
|
2007-05-28 20:42:40 -07:00 |
|
sspitzer@mozilla.org
|
d01b365fc8
|
fix for bug #376905: Places bookmarks build flag doesn't influence livemark service being copiedr=sayrerpatch=gijskruitbosch+bugs@gmail.com
|
2007-05-28 18:08:59 -07:00 |
|
mozilla@weilbacher.org
|
89f5a47df5
|
[OS/2] Bug 381330: improve system font handling.- use the font name as read from OS2.INI to determine font properties- better comment nsSystemFontsOS2::GetSystemFont()- fix debugging typo (+1) left by mistake in earlier checkin
|
2007-05-28 16:49:06 -07:00 |
|
mozilla.mano@sent.com
|
8774824ded
|
Backout the fix for bug 240397 (the change was part of bug 320181), patch on bug 240397. r=mconnor.
|
2007-05-28 16:28:46 -07:00 |
|
mozilla@weilbacher.org
|
5827640155
|
[OS/2] Bug 381333: improve Thebes font handling on OS/2.- fix faulty missing-glyph case- add the fix from bug 377923
|
2007-05-28 15:00:00 -07:00 |
|
enndeakin@sympatico.ca
|
21040db770
|
Bug 382256, add missing constant, r=sayrer
|
2007-05-28 13:21:28 -07:00 |
|
mcsmurf@mcsmurf.de
|
e9db067c7b
|
Landing SeaMonkey NSIS installer - Bug 351917, sr=Neil
|
2007-05-28 12:25:12 -07:00 |
|
mozilla@weilbacher.org
|
96664f00c9
|
[OS/2] Bug 381330: improve system font handling.Convert system units (pt) to Gecko units (px).Remove unnecessary function GetSystemFontInfo(), everything can be done inside GetSystemFont() directly.
|
2007-05-28 09:28:11 -07:00 |
|
mvl@exedo.nl
|
21821eaf0b
|
bug 382237: make xpctools profiler work, and make it record time spend in the function itself. r=shaver
|
2007-05-28 08:00:50 -07:00 |
|
wtc@google.com
|
ac2afcf8a6
|
Bugzilla Bug 376568: the definition of PR_STATIC_ASSERT has been moved fromprerror.h to prlog.h. r=jwalden sr=roc
|
2007-05-28 07:51:08 -07:00 |
|
smontagu@smontagu.org
|
d16cf8e31c
|
Do bidi resolution during GetPrefWidth() and GetMinWidth() as well as Reflow(). Bug 365130, r+sr=roc
|
2007-05-28 07:40:56 -07:00 |
|