Commit Graph

16413 Commits

Author SHA1 Message Date
Doug Turner
0e50f75886 Disable snav mochitest to determine of it is the cause of the tbox redness. 2008-07-23 15:57:34 -07:00
Brendan Eich
2100afe584 Space nit fix. 2008-07-24 00:55:41 +02:00
Asaf Romano
3ddd52e804 Bug 426806 - 'Sort By Name' is slow. r=dietrich. 2008-07-24 00:15:48 +03:00
Asaf Romano
6a0c1b201b Bug 446664 - Organizer: Cannot open a query by double clicking on it or pressing enter while it's selected in the right pane. r=dietrich. 2008-07-24 00:14:23 +03:00
Doug Turner
8d58843700 Backing out offending test case. See bug 447671 2008-07-23 12:55:42 -07:00
Ted Mielczarek
1c2626261b bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg 2008-07-23 15:01:37 -04:00
Andrew Schultz
59373945b9 merging 4e627e64d650 2008-07-23 13:57:31 -04:00
Eric Butler
2f6c10b076 Convert canvas to Thebes - bug 306801 r=vlad 2008-07-23 10:50:03 -07:00
Doug Turner
d22f8d8b2b Fixes bug 446106, 445518, 445407. Spatial Navigation improvements. r=gavin 2008-07-23 10:47:31 -07:00
Bobby Holley
4a0c36fc63 Firefox honors embedded ICC intent flag - bug 444014 r=vlad 2008-07-23 10:33:12 -07:00
Andrew Schultz
52ed3b9562 Bug 442125: check Date.now() to try to diagnose focus failures. r=ted 2008-07-23 13:32:30 -04:00
Vladimir Vukicevic
c0c3d63433 b=424423; border rendering is slow: Part 2; r+sr=roc 2008-07-23 10:25:51 -07:00
Vladimir Vukicevic
249ff0de3c b=424423, border rendering is slow: Part 1; r+sr=roc 2008-07-23 10:25:23 -07:00
Vladimir Vukicevic
f322efada2 b=424423; border rendering is slow: add APIs to thebes; r=joe 2008-07-23 10:25:00 -07:00
Blake Kaplan
9153202245 Merging backout 2008-07-23 13:20:41 -04:00
Blake Kaplan
5ec9f1693f Backed out changeset 084567d3ebe6. It actually made us not comply with ECMAScript 3. 2008-07-23 13:19:44 -04:00
Blake Kaplan
742d27285f Attempt to make XPC_XOW_ClassNeedsXOW faster. bug 444779, r=jorendorff/jst sr=jst 2008-07-23 12:55:57 -04:00
Blake Kaplan
33bb384e59 Reload 'entry' after JS_NewObject, since a nested GC could cause our hashtable to reallocate its store. bug 445229, r+sr=jst 2008-07-23 12:49:29 -04:00
John Fitzgerald
c21fd6d356 Calculate the time zone offset correctly. bug 445879, r=mrbkap 2008-07-23 12:46:39 -04:00
L. David Baron
2146353d2f I mistyped one of surkov's review comments for bug 436453. (And the code does finally make sense to me.) This apparently fixes some mochitests that, for some reason, aren't run on tinderbox. 2008-07-23 09:35:38 -07:00
Alexander Surkov
cf936d0aa4 Bug 363230 – Adding a library definition (with a new UUID) around the ISimpleDomNode interface in ISimpleDomNode.idl and then compiling with midl to make a tlb causes a compile error with get_domNode, r=aaronlev 2008-07-23 23:11:21 +08:00
Alexander Surkov
41b3493333 Bug 445938 – text-position attribute not yet exposed for superscript and subscript text, r=aaronlev, MarcoZ 2008-07-23 23:09:11 +08:00
Joshua Cranmer
c83d711cc2 Bug 433206 - Update doxygen.cfg.in r=biesi, sr=bsmedberg 2008-07-23 09:26:17 -04:00
Ben Hearsum
ed6085045c Added tag FIREFOX_3_1a1_BUILD1 for changeset 9d9941eacb14 2008-07-23 09:13:57 -04:00
Ben Hearsum
3d2193dc3a Added tag FIREFOX_3_1a1_RELEASE for changeset 9d9941eacb14 2008-07-23 09:13:49 -04:00
Ben Hearsum
ffb6b2005b bug 446660: tracking bug for build and release of Firefox 3.1a1 - version bumps for nightly builds (3.1a1 -> 3.1a2pre) r=ted 2008-07-23 09:13:22 -04:00
Ben Hearsum
9ab9981bc9 bug 446660: tracking bug for build and release of Firefox 3.1a1 - version bumps for release builds (3.1a1pre -> 3.1a1) r=ted 2008-07-23 09:11:59 -04:00
Ted Mielczarek
0e47e48493 merge to backout bug 112294 2008-07-23 08:51:30 -04:00
Ted Mielczarek
fc1a1ddc29 Backed out changeset ed4c2de9fa70 from bug 112294 - failing unit tests 2008-07-23 08:50:22 -04:00
Mark Banner
e98b895b22 Bug 446678 Fix test_autocomplete2.xul crashing on SeaMonkey, and fix the test by implementing the searchcomplete event. crash patch by Neil,r=me,other changes by me,r/sr=Neil. 2008-07-23 10:51:14 +01:00
Ere Maijala
b900715bbc Merge commit for bug 112294 2008-07-23 10:32:44 +03:00
Ere Maijala
8b2b0b13e0 Mochitest for bug 112294
r/sr=roc
2008-07-23 10:30:41 +03:00
Ere Maijala
66d83e564f Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=neil/smaug
sr=roc
2008-07-23 10:26:24 +03:00
Peter Weilbacher
7b6b401274 Bug 258136: Long HTML page takes very long to load on OS/2. r=mkaply
Fixing an old typo to make OS/2 load long pages up to 10 times as fast! :-)
2008-07-23 08:56:10 +02:00
L. David Baron
addab50588 Don't restyle slow selectors for changes to anonymous content (non-native-anonymous). (Bug 436453) r+sr=bzbarsky 2008-07-22 21:50:20 -07:00
L. David Baron
85ceec13fd Address potentially behavior-changing review comments from surkov; part of bug 436453. 2008-07-22 21:50:20 -07:00
L. David Baron
2c2f6ed495 Change the binding parent for native anonymous content to work like the binding parent for XBL anonymous content, and be the parent of the anonymous content subtree rather than the root of the anonymous content subtree. (Bug 436453) r=bzbarsky,smaug,surkov sr=bzbarsky 2008-07-22 21:50:20 -07:00
Philippe M. Chiasson
7e3f5d01b2 Bug 444818 - Ensure gconf is always correctly initialized. r=soc sr=roc 2008-07-22 22:38:22 -04:00
roc@localhost
2b1f9eed61 Bug 445297. Optimize filters so that changes to the source image don't have to repaint the entire filter. r=longsonr,sr=mats 2008-07-23 14:15:27 +12:00
Daniel Holbert
66bd62213b (No code changes) Remove executable bit from the files in content/svg/ that shouldn't be executable. 2008-07-22 17:29:29 -07:00
Edward Lee
5920dfe5d5 Backout 6831521f03ac to fix Bug 446621 - Slowdown on AutoComplete - AwesomeBar. a=beltzner 2008-07-22 08:49:39 -07:00
Igor Bukanov
e32ac96bff bug 330765 - patch from romaxa to fix NativeCompareAndSwap implementation on ARM. r=myself 2008-07-22 16:12:04 +02:00
Axel Hecht
310947811d bug 445328, add configure option ot l10n repositories, r=ted 2008-07-22 08:57:07 +02:00
romaxa
1a1a1d7157 Bug 445745: Move "maximum_scale" atom definition out of ifdef, to fix non-mathml build breakage from bug 436083. 2008-07-21 23:53:10 -07:00
Edward Lee
aced9a6487 Bug 412736 - in the case of a frecency tie, break it with h.typed and h.visit_count. r=dietrich 2008-07-21 23:29:51 -07:00
Michael Ventnor
5ea87b436f Bug 446273: Column rule does not always stretch the full height of the column box. r+sr=roc 2008-07-21 23:16:06 -07:00
Dave Camp
aade3068fa merge for backout of 040813674892 2008-07-21 19:58:58 -07:00
Dave Camp
3c4e980f6e Backed out changeset 040813674892 2008-07-21 19:41:33 -07:00
Boris Zbarsky
8d3c02600f Fix test bustage 2008-07-21 19:26:08 -07:00
Boris Zbarsky
cdc2bb7495 Fix build bustage 2008-07-21 18:08:30 -07:00