Граф коммитов

193100 Коммитов

Автор SHA1 Сообщение Дата
roc@meekness c4e03e3bfa Automated merge with ssh://hg.mozilla.org/mozilla-central 2008-06-16 13:37:36 +12:00
Arpad Borsos 262814234f Bug 407616. Clean up nsResizerFrame and add tests. r+sr=roc 2008-06-16 13:36:28 +12:00
Kai Liu a39f48b35f 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 ce815b2469 Bug 439232: Search engine manager does not handle large icons correctly, r=gavin 2008-06-15 21:31:12 -04:00
Kai Liu 20024e84c7 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 4cac52d305 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 07d8006684 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 42b61613c3 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 e8316238c7 Bug 414368: The find bar close button is 1px too high, r=gavin 2008-06-15 21:24:46 -04:00
Gavin Sharp e3842d8995 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 80d3ee2d0b 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 551c260a0f 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 61f5947d2c Bug 435856: Bidi processing disabled after printing. r+sr=roc 2008-06-14 23:56:04 -07:00
Simon Montagu 01661c620a imported patch 435856 2008-06-14 23:51:00 -07:00
Phil Ringnalda c1dfa19c64 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 0b435e84a4 Remove DOM testcase from exclusions now that it passes 2008-06-14 22:33:54 +12:00
Robert Longson 59f18dd404 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 d7ab3cb4c6 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 6453026467 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 1fb32e25c0 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 2fbc888fb7 Bug 438997. DoApplyRenderingChangeToTree should not invalidate SVG frames. r+sr=dbaron. 2008-06-14 20:29:41 +12:00
Robert O'Callahan 1b6c71eabf 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 070d90d382 Automated merge with ssh://hg.mozilla.org/mozilla-central 2008-06-14 20:25:02 +12:00
Robert O'Callahan 7454ea4889 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 f07671865f bustage fix, disable symlink test for windows, bug 439050, r=ted 2008-06-13 19:27:42 +02:00
Axel Hecht 5a97c66487 bug 439078, add allmakefiles.sh to CONFIG_STATUS_DEPS, r=ted 2008-06-13 18:08:13 +02:00
Shawn Wilsher cbcf292fb1 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 930dd62225 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 6203b27834 bug 361583, add testcases for jar.mn, r=ted.mielczarek 2008-06-13 16:41:43 +02:00
Robert O'Callahan eb3091850d Backout changeset 1f599577eca2 (bug 432525) due to mochitest failures 2008-06-13 20:38:33 +12:00
shaver@mozilla.org 59904a3b2c Bug 432525: optimize string.replace for flat strings; r=brendan 2008-06-12 18:30:37 -07:00
Arpad Borsos df0a0e74f7 Bug 416509. Don't cache 'repeat' attribute in nsAutoRepeatBoxFrame, simplifies code. r+sr=roc. 2008-06-13 10:09:28 +12:00
Michael Ventnor 129d4dc805 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 e5412538bd Merge commit for bug 438052 2008-06-12 23:45:28 +02:00
Wolfgang Rosenauer 93ccd8808f 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 d5b4a503fc Bug 438052 - Live JSScripts can be destroyed by script-object finalizer (r=brendan) 2008-06-12 15:58:07 -05:00
David Anderson f6cfdb89ac 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 fae583ffd5 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 9a6f32a0b9 Backing out text-shadow due to Mac issues 2008-06-12 17:40:56 +12:00
Robert O'Callahan 8247fbc931 Backing out text-shadow due to Mac issues 2008-06-12 17:33:08 +12:00
Robert O'Callahan 42904fb3e3 Backing out text-shadow due to Mac issues 2008-06-12 17:32:31 +12:00
L. David Baron c23d01eee4 Add some reftests for z-ordering of text-decorations. 2008-06-11 21:54:13 -07:00
Robert O'Callahan c586f0246c Support system proxy settings on OS X, fixing bustage (bug 125995) 2008-06-12 15:29:39 +12:00
Robert O'Callahan 8779494207 Support system proxy settings on OS X, fixing bustage (bug 125995) 2008-06-12 15:23:12 +12:00
Robert O'Callahan f5a3125b8b 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) 492d253a31 Support system proxy settings on OS X 2008-06-12 14:50:15 +12:00
Michael Ventnor 5217b0efd3 text-shadow tests (bug 10713) 2008-06-12 14:39:36 +12:00
Michael Ventnor 159e13c0ea Implement text-shadow rendering. 2008-06-12 14:34:40 +12:00
Shawn Wilsher 124b7ecaa6 Bug 429987
Remove unused IN_MEMORY_LINKS
r=dietrich
2008-06-11 16:52:24 -04:00
Robert Sayre c0595100d9 Merge commit for bug 403132 2008-06-11 15:16:36 -04:00