roc@meekness
502a6b64d3
Automated merge with ssh://hg.mozilla.org/mozilla-central
2008-06-16 13:37:36 +12:00
Arpad Borsos
fe073d2835
Bug 407616. Clean up nsResizerFrame and add tests. r+sr=roc
2008-06-16 13:36:28 +12:00
Kai Liu
8e4a71f571
Bug 439274: NS_THEME_SCROLLBAR_GRIPPER_* should get its state from its parent, r+sr=roc
2008-06-15 21:32:15 -04:00
Kai Liu
215ca784c5
Bug 439232: Search engine manager does not handle large icons correctly, r=gavin
2008-06-15 21:31:12 -04:00
Kai Liu
0a857eedca
Bug 433896: The location bar and search box can appear too wide in Customize Toolbar, r=gavin
2008-06-15 21:30:16 -04:00
Kai Liu
7954b49485
Bug 433114: Polish/Fix up the appearance of the library toolbar for Windows, r=dao, ui-r=faaborg
2008-06-15 21:29:25 -04:00
Kai Liu
71fba86b9b
Bug 431141: input type="password" should not have "Add Keyword to this Search" context menu, r=gavin
2008-06-15 21:28:01 -04:00
Kai Liu
ad9edcfa7d
Bug 422607: avoid unneeded pixel/twip conversions to fix bookmarks menu aligment issues, r=enndeakin, sr=roc
2008-06-15 21:26:41 -04:00
Kai Liu
d36214daff
Bug 414368: The find bar close button is 1px too high, r=gavin
2008-06-15 21:24:46 -04:00
Gavin Sharp
bf4ab8298a
Bug 427291: Multiple focus events fired when clicking XUL textbox (focus child html:input directly rather than xul:textbox), r=mano
2008-06-15 21:21:09 -04:00
Gavin Sharp
21f5e4e8bf
Bug 407538: newURI( http://foo.com:80 ).port is 80, should be -1 (can set a URI's port to its default value by setting .spec), r+sr=biesi
2008-06-15 21:16:57 -04:00
Nickolay Ponomarev
645dbd7cb4
Bug 434243 - test_bug430120.js asserts in debug builds, makes xpcshell tests fail, r=dtownsend
...
add the missing clean-up code (mainly the httpserver.stop() call)
Tests-only change.
2008-06-15 21:11:51 +04:00
Simon Montagu
9697529693
Bug 435856: Bidi processing disabled after printing. r+sr=roc
2008-06-14 23:56:04 -07:00
Simon Montagu
e1e8fe0077
imported patch 435856
2008-06-14 23:51:00 -07:00
Phil Ringnalda
5b20afbd06
Bug 438526 - Opening links with target="_search" in the sidebar is broken, no longer supported by IE, and should be removed, r=mconnor
2008-06-14 15:43:20 -07:00
Robert O'Callahan
ed1fb00196
Remove DOM testcase from exclusions now that it passes
2008-06-14 22:33:54 +12:00
Robert Longson
4fa9e4bba2
Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). (removing obsolete files) r+sr=roc
2008-06-14 21:11:14 +12:00
Robert Longson
fe93116235
Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). (adding missed files) r+sr=roc
2008-06-14 21:09:44 +12:00
Robert Longson
9c1c1e8d06
Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). r+sr=roc
2008-06-14 21:01:02 +12:00
Robert O'Callahan
9915b4d25f
Bug 421436. Remove hack that gives <br> 1-appunit width in standards mode; it's no longer necessary and it can cause subtle bugs. r+sr=dbaron
2008-06-14 20:48:07 +12:00
Robert O'Callahan
a1d025f6c8
Bug 438997. DoApplyRenderingChangeToTree should not invalidate SVG frames. r+sr=dbaron.
2008-06-14 20:29:41 +12:00
Robert O'Callahan
5cc4ce74b7
Bug 439004. Check whether there's logically empty content already placed on the line instead of just checking whether the line has advanced horizontally. r+sr=dbaron.
2008-06-14 20:28:07 +12:00
roc@meekness.local
c68aedce17
Automated merge with ssh://hg.mozilla.org/mozilla-central
2008-06-14 20:25:02 +12:00
Robert O'Callahan
cafdc05f67
Bug 438519. Make DocumentType.internalSbuset return null when there was no internal subset in the doctype at all. r+sr=sicking. Acid3 progress.
2008-06-14 20:24:13 +12:00
Axel Hecht
42d786f57d
bustage fix, disable symlink test for windows, bug 439050, r=ted
2008-06-13 19:27:42 +02:00
Axel Hecht
84a59603dd
bug 439078, add allmakefiles.sh to CONFIG_STATUS_DEPS, r=ted
2008-06-13 18:08:13 +02:00
Shawn Wilsher
9965f93d2f
Bug 438998
...
This changes the anonymous functions in DownloadProgressListener.js to named
functions so that tools like dtrace and JS debuggers actually know what is
being called so they can do something useful.
r=Mossop
2008-06-13 11:44:30 -04:00
Shawn Wilsher
6511ccbaa7
Bug 438993
...
This makes the anonymous functions in DownloadUtils.jsm into non-anonymous ones
so things like dtrace and JS debuggers know where they are actually at instead
of having no idea.
r=Mossop
2008-06-13 11:44:13 -04:00
Axel Hecht
1e3e6f2568
bug 361583, add testcases for jar.mn, r=ted.mielczarek
2008-06-13 16:41:43 +02:00
Robert O'Callahan
a35acb7f42
Backout changeset 1f599577eca2 (bug 432525) due to mochitest failures
2008-06-13 20:38:33 +12:00
shaver@mozilla.org
99a269aa7d
Bug 432525: optimize string.replace for flat strings; r=brendan
2008-06-12 18:30:37 -07:00
Arpad Borsos
5fb8e731dc
Bug 416509. Don't cache 'repeat' attribute in nsAutoRepeatBoxFrame, simplifies code. r+sr=roc.
2008-06-13 10:09:28 +12:00
Michael Ventnor
7e868a56e1
Implement text-shadow rendering (bug 10713). r+sr=roc. Relanding with fixes to make tests pass on Mac
2008-06-13 10:02:32 +12:00
Wolfgang Rosenauer
e7ce29f672
Merge commit for bug 438052
2008-06-12 23:45:28 +02:00
Wolfgang Rosenauer
54af24f617
Bug 424626 - Add a pref to make it possible to ignore NetworkManager's network status events, r=roc
2008-06-12 23:10:57 +02:00
Jason Orendorff
7179330b25
Bug 438052 - Live JSScripts can be destroyed by script-object finalizer (r=brendan)
2008-06-12 15:58:07 -05:00
David Anderson
809ef905cb
Bug 436263 - cannot convert __va_list_tag** to __va_list_tag (*)[1] in jsapi.cpp building js shell (r=crowder+bclary)
2008-06-12 13:53:12 -05:00
Devin Naquin
0cbcc65cd5
Bug 383223
...
This patch refactors the xpcshell unit tests for the download manager back-end
to use do_test_pending and do_test_finished instead of nesting an event loop
with the thread manager.
r=sdwilsh
2008-06-12 09:56:40 -04:00
Robert O'Callahan
0d43ab00f1
Backing out text-shadow due to Mac issues
2008-06-12 17:40:56 +12:00
Robert O'Callahan
e5446ca622
Backing out text-shadow due to Mac issues
2008-06-12 17:33:08 +12:00
Robert O'Callahan
6382ad7c40
Backing out text-shadow due to Mac issues
2008-06-12 17:32:31 +12:00
L. David Baron
b985a9084a
Add some reftests for z-ordering of text-decorations.
2008-06-11 21:54:13 -07:00
Robert O'Callahan
a17191bf0c
Support system proxy settings on OS X, fixing bustage (bug 125995)
2008-06-12 15:29:39 +12:00
Robert O'Callahan
8c91278cad
Support system proxy settings on OS X, fixing bustage (bug 125995)
2008-06-12 15:23:12 +12:00
Robert O'Callahan
4f03bd5c39
Support system proxy settings on OS X, fixing bustage (bug 125995)
2008-06-12 15:17:54 +12:00
Diane Trout ext:(%2C%20James%20Bunton%20%3Cjamesbunton%40fastmail.fm%3E)
50de41b337
Support system proxy settings on OS X
2008-06-12 14:50:15 +12:00
Michael Ventnor
ffafa1a250
text-shadow tests (bug 10713)
2008-06-12 14:39:36 +12:00
Michael Ventnor
480a40574d
Implement text-shadow rendering.
2008-06-12 14:34:40 +12:00
Shawn Wilsher
5fe28f1ea4
Bug 429987
...
Remove unused IN_MEMORY_LINKS
r=dietrich
2008-06-11 16:52:24 -04:00
Robert Sayre
688010092e
Merge commit for bug 403132
2008-06-11 15:16:36 -04:00