Commit Graph

31059 Commits

Author SHA1 Message Date
Boris Zbarsky
a345d5a408 Bug 504221 part 4. Switch MarkFramesForDisplayList to nsFrameList. r+sr=roc 2009-07-28 08:51:09 -04:00
Boris Zbarsky
b0259fd19b Bug 504221 part 3. Switch overflowFrames storage to nsFrameList. r=fantasai, r+sr=roc 2009-07-28 08:51:09 -04:00
Boris Zbarsky
14796e6173 Bug 504221 part 2. Switch ReparentFrameViewList to nsFrameList. r+sr=roc 2009-07-28 08:51:09 -04:00
Boris Zbarsky
58ab0561e4 Bug 504221 part 1. Introduce framelist slice and enumerator classes and make the framelist versions of nsFrameList::AppendFrames/InsertFrames return a slice for the new frames. r=fantasai, r+sr=roc 2009-07-28 08:51:08 -04:00
Makoto Kato
b47c10e3d6 Bug 501877 - Don't define USE_ASM on Windows x64. r=chris.double 2009-07-28 19:48:21 +09:00
Makoto Kato
ad3a18a9f5 Bug 452912 - Optimize Windows x64 build for javascript engine. r=dvander 2009-07-28 19:47:34 +09:00
Makoto Kato
b9909fb293 Bug 505691 - Remove unnecessary include of nsIPref.h. r=vlad 2009-07-28 18:33:20 +09:00
Masatoshi Kimura
fd105e7c22 Bug 468351 - "display of header values with unencoded special characters broken" - core fix [r=smontagu sr=bienvenu] 2009-07-28 10:04:14 +01:00
Gavin Sharp
d790792643 Merge backout of changeset 870f451d8385 from bug 506116 2009-07-28 03:41:45 -04:00
Gavin Sharp
082f188dcb Backed out changeset 870f451d8385 from bug 506116 2009-07-28 03:41:07 -04:00
Dão Gottwald
fe8ebd7e0d use gPrefService in tests 2009-07-28 09:09:50 +02:00
Dão Gottwald
624a799563 use makeURI in tests 2009-07-28 08:18:29 +02:00
Nochum Sossonko
8b1e3cbd38 Bug 506116 - speed up makeURI(str) and use it in browser.js. r=gavin, sr=vlad 2009-07-28 08:01:31 +02:00
Michael Kohler
66e5b468d3 Bug 506048 - browser.history.grouping is not supported by Places, but still in firefox.js. r=dao 2009-07-28 08:01:21 +02:00
Michael Ryan
2473ec4568 Bug 506563 - Use native trim() in FeedProcessor.js. r=sayrer 2009-07-28 08:01:13 +02:00
Chris Pearce
7386b78dad Backout bug 502259. 2009-07-28 16:30:57 +12:00
Chris Pearce
01dab2e3fe Backout bug 502259 2009-07-28 16:30:11 +12:00
Josh Aas
39c82ddda0 Document unscheduleAllTimers scriptable method added to test plugin. 2009-07-27 23:37:52 -04:00
liucougar@gmail.com
642e174ae6 Bug 502259 - Make delete at end of paragraph work r+cpearce,sr+peterv 2009-07-28 14:04:36 +12:00
Chris Jones
d8a8dca284 bug 506788: fix stupid typo 2009-07-27 20:49:32 -05:00
John Daggett
bee17b7b11 Bug 493976. Comment out Arabic tests on Windows which cause timeouts. 2009-07-27 15:41:56 -10:00
Alexander Surkov
02798cda64 Bug 506206 - ASSERTION: There should always be a DOM node for an event: 'Not Reached', file c:/mozilla/fx07-22/accessible/src/base/nsAccessibleEventData.cpp, line 114, r=marcoz, ginnchen 2009-07-28 10:28:06 +08:00
Alexander Surkov
29a9062ea2 Bug 504561 - Comboboxes do not emit accessibility events when selection changes, r=ginn.chen 2009-07-28 10:26:32 +08:00
Shawn Wilsher
325ec6bf31 Merge places to mozilla-central. 2009-07-27 17:57:32 -07:00
Ryo Kawaguchi
f8f1c8c15b Bug 506409: Merge Draw*ImageInternal methods into their Draw*Image callers, and fix a comment in imgIContainer.idl. patch=ryo r=roc 2009-07-27 16:48:13 -07:00
Ben Newman
895119b1fa Bug 505594 - [HTML5] Actually place java translator files under Mercurial revision control. r+sr=jst 2009-07-27 16:42:45 -07:00
Paul O'Shannessy
da374ee3ec Bug 504493 - Toolbar buttons in Places Library look ugly in mouseover on Windows CE, r=vlad 2009-07-27 15:33:00 -07:00
Paul O'Shannessy
68203c9dbb Bug 504486 - Disabled menuitems not using disabled-state icons on Windows CE, r=vlad 2009-07-27 15:32:54 -07:00
Daniel Holbert
bea913e356 Add missing reftest files for bug 506096 2009-07-27 13:54:30 -07:00
Daniel Holbert
447c7e4618 Bug 506096: In SVG Animation (SMIL), make sure to visit the underlying base value for first half of duration, in discrete-mode "to" animations. r+sr=roc 2009-07-27 13:52:19 -07:00
Dão Gottwald
d0b5021a3a test cleanup 2009-07-27 21:23:26 +02:00
Jim Mathies
9cbe921ce5 Bug 506151 - Class name bustage fix. 2009-07-27 13:05:11 -05:00
Jim Mathies
0754b8b327 Bug 506151 - MozillaDropShadowWindowClass constant isn't in the defs file. r=vlad. 2009-07-27 12:29:04 -05:00
Jim Mathies
fce07a753a Bug 506103 - Remove mDeferredPositioner and related code. r=roc 2009-07-27 12:27:35 -05:00
Timothy Nikkel
7d61af065e Bug 506602. fix "warning: recurring into frame construction" when there isn't anything wrong. r=bzbarsky 2009-07-27 13:19:58 -04:00
Honza Bambas
6e58b60a20 Bug 496013 - Loading PKCS#11 module fails due to incorrect usage of nsiLocalFile.persistentDescriptor, r=honzab 2009-07-27 18:59:42 +02:00
Dão Gottwald
d7c449ffa9 Bug 426917 - Add padding to Downloads window item list for Classic Windows themes. r=rflint 2009-07-27 18:55:39 +02:00
Dão Gottwald
9d710e6094 Bug 505749 - All tabs panel fails to close on OS X. r=enn 2009-07-27 18:55:31 +02:00
Shawn Wilsher
3e9850b9ff Merge places to mozilla-central. 2009-07-27 08:50:26 -07:00
Benjamin Smedberg
f781ac7771 Resolve the static-analysis bustage from bug 498938 by recognizing COND_EXPR. 2009-07-27 10:47:22 -04:00
Olli Pettay
630314bd62 Bug 505730 - nsRange::ContentRemoved does too much work, r=sicking 2009-07-27 15:58:23 +03:00
Michael Kohler
0a56a892c8 Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless 2009-07-27 10:47:05 +02:00
Michael Kohler
404670f1f3 Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless 2009-07-27 10:47:02 +02:00
Michael Kohler
39067b5db3 Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless 2009-07-27 10:46:59 +02:00
Michael Kohler
13d4cc6cbd Bug 106386 - Correct misspellings in source code (old); Misspellings in /js/; r=mrbkap 2009-07-27 10:46:54 +02:00
Serge Gautherie
c6d6af4c54 Bug 488824 - Remove WIN16 (support) code, in js/src; (Bv1) Remove jsOS240.def; r=mozilla@Weilbacher.org 2009-07-27 10:38:38 +02:00
Boris Zbarsky
a920f6147b Fixing crashes during tests by null-checking the principal URI as appropriate. Bug 495176 2009-07-26 23:21:01 -04:00
Karl Tomlinson
d022c55604 b=506433 reuse the GdkWindow in MozContainers. r=roc
--HG--
extra : rebase_source : 27cdc9fd7b3371627730751b239da5226133bbb9
2009-07-27 13:40:46 +12:00
Karl Tomlinson
969f78a53e b=506433 replace mozDrawingarea with a single GdkWindow. r=roc
--HG--
extra : rebase_source : 02003e8745f8602d1620b7a477100e0e8be1c434
2009-07-27 13:39:36 +12:00
Karl Tomlinson
50e464ecc8 remove test_container b=506433 r=roc
--HG--
extra : rebase_source : 55e66240e51cbc01035946ecc40676a281112966
2009-07-27 13:38:27 +12:00