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

201351 Коммитов

Автор SHA1 Сообщение Дата
Zack Weinberg 2e3270b262 Bug 473720: don't treat a parse error in a known CSS @-rule as an unknown @-rule r+sr=dbaron 2009-01-16 19:44:20 -08:00
Blake Kaplan 0668914df6 Backed out changeset 5d3af3ff9639. It doesn't allow UniversalXPConnect scripts to arbitrarily unwrap XPCNativeWrappers. 2009-01-16 19:36:38 -08:00
Blake Kaplan a0f0697542 Bug 472674 - Allow XPCNativeWrapper to unwrap SJOWs again. r+sr=jst
--HG--
extra : rebase_source : 628b9152dd0bd16cc5d211e949fe1921070d01a2
2009-01-16 18:05:14 -08:00
Daniel Holbert 90887065a9 Fix typo & linewrapping in a comment within nsDocumentViewer.cpp (to trigger unittest builds) 2009-01-16 17:35:19 -08:00
Jeff Walden 12deaa91e1 Bug 469042 - Implement SimpleTest.executeSoon for non-Mozilla browsers. r=sayrer 2009-01-16 15:34:03 -08:00
Jeff Walden 9dd8a0c775 Bug 473911 - Crash due to too much recursion in nsCSSDocumentRule::URL::~URL. r+sr=dbaron 2009-01-16 15:33:57 -08:00
L. David Baron 52403ec3df Merge backout of changeset 9b832d90d637 (bug 462188). 2009-01-16 15:00:51 -08:00
L. David Baron 79f94ff4db Backed out changeset 9b832d90d637 (bug 462188) due to 7 test failures on Linux and 1 on Windows (0 on Mac). 2009-01-16 15:00:40 -08:00
Jim Blandy a716b0a466 Bug 461841: Use configure-defined macros in #ifdefs for WinCE in js/src. r=crowder
Perform the appropriate configure-time tests, and hard-code the
answers for targets that don't support autoconf-style tests.  Check
for the io.h header, and the setbuf and isatty library functions.

In js/src/xpconnect/shell/xpcshell.cpp, use configure-#defined
preprocessor symbols to decide what to #include and use.  The
top-level configure script defines the preprocessor symbols used here.

In js/src/prmjtime.cpp, use them to select the appropriate method for
retrieving fine-grained time information for Windows and WinCE.  The
js/src/configure script defines the preprocessor symbols used here.

(This should cover the issues addressed by patch.v2 in bug 461841,
except for the stdint issue.)
2009-01-16 14:10:48 -08:00
Jim Blandy 4d667f4d63 Bug 461841: Unshuffle system-specific definitions of PRMJ_Now. r=crowder
Every piece of the body of js/src/prmjtime.cpp's PRMJ_Now function was
in a preprocessor conditional --- it was three entirely independent
implementations shuffled together.  Unshuffling them prepares the way
for adding a new WinCE definition.
2009-01-16 14:10:47 -08:00
Dave Camp b6f597421e Bug 473938 Stylesheets don't load without a safe browsing service r+sr=sicking 2009-01-16 21:54:39 +00:00
Theppitak Karoonboonyanan 79bdda85ad Bug 462188: Fix deletion of words (Ctrl-Backspace/Option-Delete) in HTML editing. r+sr=peterv 2009-01-16 13:32:09 -08:00
L. David Baron cca2d5f9d3 Add assertions to EndReconstruct that all style contexts have been reresolved. (Bug 473871) r+sr=bzbarsky 2009-01-16 13:32:09 -08:00
L. David Baron ecc57f0920 Put nsIDOMNSCSS2Properties in its own file to reduce risk of bumping the IID of the wrong interface. (Bug 473418) r+sr=jst
--HG--
rename : dom/public/idl/css/nsIDOMCSS2Properties.idl => dom/public/idl/css/nsIDOMNSCSS2Properties.idl
2009-01-16 13:32:09 -08:00
L. David Baron ef90d3f11b When re-resolving style, re-resolve root in undisplayed map too. (Bug 473042) r+sr=bzbarsky 2009-01-16 13:32:09 -08:00
L. David Baron e1ce1b49d4 Don't suppress use of overridden virtual destructors, so we fix the appearance of a leak in the leak statistics. (Bug 473548) r+sr=roc 2009-01-16 13:32:09 -08:00
L. David Baron 807ef6f68c Recheck media queries when changing text zoom since em units have changed. (Bug 473400) r+sr=bzbarsky 2009-01-16 13:32:08 -08:00
Neil Rashbrook bef510fdab Bug 473933 Fix crash exposed by regression from bug 441359 r+sr=sicking 2009-01-16 20:52:04 +00:00
Clint Talbert 41cc354e8f Bug 457324 Partial Backout - Remove the CSS Transform mochitests from running due to leaks on Windows r=dholbert 2009-01-16 14:44:22 -06:00
Ted Mielczarek 43ccd51025 bug 473577 - make test plugin usable for reftests. r=josh 2009-01-16 15:03:24 -05:00
Ted Mielczarek 2a43ec01e3 bug 473935 - add sandbox property indicating whether test plugin is present. r=dbaron 2009-01-16 15:03:24 -05:00
Kai Engert 9da00c7a9d removing accidentally added leftover files from patching, a=dholbert 2009-01-16 20:35:31 +01:00
Patrick McManus b231b7d252 Bug 473974. Don't DNS-prefetch nodes whose document went away. r+sr=bzbarsky 2009-01-16 14:21:32 -05:00
Gavin Sharp e67157cb19 Bug 473128: add test for bug 422590, r=mano 2009-01-16 14:19:30 -05:00
Gavin Sharp b51dda55aa Bug 471299: retry code and comments in nsUrlClassifierStore::WriteEntry are wrong, r=dcamp 2009-01-16 14:19:28 -05:00
Gavin Sharp d35397a4ee Bug 466751: setting .innerHTML to invalid markup in XHTML causes NS_ERROR_INVALID_POINTER, r+sr=jst 2009-01-16 14:19:27 -05:00
Gavin Sharp 377a407da8 Bug 429690: add ability to run browser tests individually, r=Mossop 2009-01-16 14:19:25 -05:00
Kai Engert 2093e3d883 Backout 6c571dc80a99, bug 473837 2009-01-16 20:15:28 +01:00
Kai Engert e61b3c01be Bug 473837, Import NSS_3_12_3_BETA1
r=wtc
2009-01-16 20:01:34 +01:00
Clint Talbert 3d3cb0e36b imported patch bug435293-csstransform-tests 2009-01-16 12:52:24 -06:00
Josh Aas 0221450ec2 JS delete operator should invoke npruntime removeProperty on NPObject. b=470291 r/sr=jst 2009-01-16 12:14:43 -05:00
Curtis Bartley 66c5c3d3df Bug 464314 - view-source link-browsing doesn't decode entities. r+sr=mrbkap 2009-01-16 16:07:12 +01:00
Dão Gottwald 1a88970fac Bug 473341 - Refresh document.icns on OS X. ui-r=faaborg 2009-01-16 15:57:38 +01:00
Dão Gottwald f459f9c7d5 Bug 386766 - new crash reporter icons for Windows and OS X. ui-r=faaborg, r=luser 2009-01-16 15:51:17 +01:00
Mark Banner 62bb43b813 bug 473760 - browser components broken (checking in as bustage fix, asking for post-facto review from bsmedberg) - copy Ted's fix to js/src/config to fix TUnit bustage 2009-01-16 14:28:44 +00:00
Dão Gottwald 7bb33566b7 Bug 473339 - Refresh disk.icns for OS X. ui-r=faaborg 2009-01-16 15:26:22 +01:00
rsx11m 4949ee2287 Bug 444898 - JPEG writer uses poor quality default options for compression. r=tor+dolske, sr=pavlov 2009-01-16 15:16:32 +01:00
Ted Mielczarek 85a24efb89 bug 473760 - browser components broken (checking in as bustage fix, asking for post-facto review from bsmedberg) 2009-01-16 08:59:19 -05:00
Robert O'Callahan ae947ac65e Backout bug 461047
--HG--
extra : rebase_source : 30f40138d764520634e4ceac0f2bc523dcbc4b09
2009-01-16 22:20:53 +13:00
Robert O'Callahan 804cc7ee91 Backed out changeset 8019a959aade 2009-01-16 22:20:33 +13:00
Robert O'Callahan 94cca33423 Backout
--HG--
extra : rebase_source : 6bc610eddca6686cf38c411d0852d4f6951c27fd
2009-01-16 22:19:56 +13:00
Robert O'Callahan 90ae19ce0b Backed out changeset 9fa8386b1200 2009-01-16 22:19:42 +13:00
Robert O'Callahan 56be7577c0 Backout
--HG--
extra : rebase_source : c61c6693a47baf5b6fb6b6e3f3c73cf3426aba57
2009-01-16 22:19:12 +13:00
Robert O'Callahan d4bdb98cc7 Backed out changeset c2f1c609bfbd 2009-01-16 22:18:58 +13:00
Robert O'Callahan ce27e326f6 Backed out changeset f34b0b9c368c
--HG--
extra : rebase_source : 90ac4d982f9b5c8a85adea0404f59838d2d64f94
2009-01-16 22:18:26 +13:00
Marco Zehe e6407ecb49 bug 458871 - QueryService always returns an object while it should check service ID, r=aaronlev 2009-01-16 09:55:55 +01:00
Robert O'Callahan 25eb7e885b Fix Windows bustage 2009-01-16 21:29:59 +13:00
Robert O'Callahan ea7cf01ec3 Fix Windows bustage 2009-01-16 21:10:16 +13:00
Robert O'Callahan f7120da465 Fix Mac bustage 2009-01-16 21:06:00 +13:00
Fred Jendrzejewski 065bde22f3 Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
2009-01-16 20:51:04 +13:00