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

238615 Коммитов

Автор SHA1 Сообщение Дата
Jeff Muizelaar 5e01f1a55c Bug 514932. Fix color profile retrieval on OS X 10.6. r=joshmoz
CMGetDeviceProfile(cmDisplayDeviceClass,
		cmDefaultDeviceID,
		cmDefaultProfileID,
		&device);
returns cmDeviceNotRegistered on 10.6 so we need to use a different method
to get the profile.
2009-10-03 14:33:55 -04:00
Dão Gottwald 06e12fe5e9 Bug 520361 - escapeNameValuePair() shouldn't be global. r=gavin 2009-10-03 18:41:44 +02:00
Jim Mathies e42db9ec1e Bug 403857 - Windows file picking codepath in Applications preference pane should use isValidHandlerApp. r=myk 2009-10-03 18:25:41 +02:00
Dão Gottwald 01475370c0 follow-up to bug 517755 2009-10-03 17:50:08 +02:00
Doug Turner b1e27c93c4 Bug 520315 - Wifi scanning fails on the n900 device. r=biesinger 2009-10-03 08:33:05 -07:00
Dão Gottwald 45b3ddb2aa Bug 517755 - use smart getters in View Source window. r=neil 2009-10-03 11:36:04 +02:00
Peter Kasting 729580e839 Bug 520010 - update Public Suffix list for .ua.
--HG--
extra : rebase_source : c4682082cafa136927fc7ac02664946a36dbd207
2009-10-03 11:25:05 +02:00
Daniel Holbert cae7a0399f Bug 520303: Fix "assignment to undeclared variable" warning in reftest.js. r=dbaron 2009-10-03 01:26:38 -07:00
Vladimir Vukicevic 5312541472 b=515354; Implement "about:memory"; r=mconnor 2009-10-03 00:21:34 -07:00
Vladimir Vukicevic 5c4d79cf3b b=515354; implement "about:memory", jemalloc_stats export; r=ted 2009-10-03 00:21:30 -07:00
Makoto Kato 0a547e68f9 js-ctypes cannot build on Windows x64. b=518741, r=dwitte 2009-10-02 23:14:19 -07:00
Dan Witte 37d4966492 Fix jsctypes unsigned __int64 conversion on MSVC. b=519235, r=jorendorff 2009-10-02 22:47:56 -07:00
Dan Witte 92ca8a770d jsctypes broken on OSX 10.4/gcc-4.0.1/i686. b=519465, r=bsmedberg 2009-10-02 22:47:16 -07:00
Dan Witte 990e5a7a87 Fix typo. 2009-10-02 22:44:00 -07:00
Ryan Flint d9e7c3416c Bug 514415 - Expose NetUtil's reference to nsIIOService. r=sdwilsh, sr=bzbarsky 2009-10-03 01:11:20 -04:00
Chris Pearce c7497caf98 Bug 519155 - reset oggz seek on failure. r=doublec 2009-10-03 17:08:12 +13:00
Chris Pearce 9a94880e1e Bug 504843 - Abort ogg decode with excessively large video frame sizes. r=doublec 2009-10-03 17:08:12 +13:00
Ryan Flint 5d764aca3a Bug 475289 - Lazily initialize engineMetadataService. r=gavin 2009-10-02 23:47:16 -04:00
Phil Ringnalda 37876be005 Bug 518632 - Remove embedding/config/, r=bsmedberg 2009-10-02 20:15:26 -07:00
Phil Ringnalda 1ff5cf50b2 Bug 519086 - Remove embedding/wrappers/ (DotNETEmbed), r=bsmedberg 2009-10-02 20:15:20 -07:00
Phil Ringnalda dbc203d323 Bug 519114 - Remove wxEmbed sample, r=bsmedberg 2009-10-02 20:15:17 -07:00
Reed Loden e9365d2525 Bug 506267 - [r=bzbarsky sr=dbaron] 2009-10-02 21:09:57 -05:00
Chris Jones 666647a63e Merge backout 2009-10-02 18:09:39 -05:00
Chris Jones 6f1c8167d4 Backed out changeset 8cbc47eee659 2009-10-02 18:09:08 -05:00
Jonathan Griffin 35580c6703 Bug 517078. Add plugin stream tests for NPP_ functions returning errors. 2009-10-02 15:18:25 -07:00
Jeff Muizelaar 4a2fc95202 Bug 519794. Add a comment about using PR_strtod. r=jwatt 2009-10-02 18:08:34 -04:00
Jeff Muizelaar 428d186fbc Bug 488800. qcms: accept ICCv4 profiles. r=bobbyholley
ICCv4 profiles are a superset of ICCv2 so it shouldn't hurt us to accept them and
just treat them the same way we do ICCv2 profiles.
2009-10-02 17:57:25 -04:00
Daniel Holbert 513f5a6863 Bug 474049: Add support for SMIL animation of CSS properties in SVG. r=birtles sr=roc 2009-10-02 14:37:25 -07:00
L. David Baron 1e454fe817 Fix spelling of synthetic in macro name. 2009-10-02 14:06:42 -07:00
L. David Baron 6063b4accf Make nsStyleSet use nsRuleWalker objects on the stack rather than in a member variable. (Bug 492675) r=bzbarsky 2009-10-02 14:06:42 -07:00
L. David Baron 228d52dbc8 Add missing SetLevel call that is caught by assertions once the following patch lands. (Bug 492675) r=bzbarsky 2009-10-02 14:06:41 -07:00
Ben Hearsum a247705689 bug 505504: Add Windows 7 SDK to build machines - bump the default --with-windows-version. r=ted 2009-10-02 15:47:40 -04:00
Boris Zbarsky c748a1ca1c Update comment to reflect reality; no bug 2009-10-02 15:00:44 -04:00
Ted Mielczarek bc37d88720 bug 519194 - No symbols in stack trace on tests of optimized builds (landing without review, consider it a bustage fix) 2009-10-02 14:46:49 -04:00
Dão Gottwald 90c3418563 Bug 517768 - crash with view page source and external editor [@nsDocShell::OnStateChange(nsIWebProgress*, nsIRequest*, unsigned int, unsigned int) ]. r=bz 2009-10-02 20:33:55 +02:00
Boris Zbarsky 0ecd4b1ced Bug 519590. Don't interrupt reflow until some time has passed. r=roc 2009-10-02 14:05:32 -04:00
Sylvain Pasche dc2b0f559d Bug 499447. Don't restart our interrupted reflow until some time passes, to give system event processing a fair shot. r=bzbarsky 2009-10-02 14:05:31 -04:00
Dão Gottwald 99eecf1232 Bug 520190 - make use of formatURL(). r=gavin 2009-10-02 18:52:53 +02:00
Boris Zbarsky 70d222fc95 Bug 512338. Make HitTestChildren use GetPrevSibling. r=jwatt 2009-10-02 12:31:45 -04:00
Boris Zbarsky 1b10eb428d Bug 516742. Make RFindLineContaining walk backwards along the lines' frames too, not just along the lines. r=roc,fantasai 2009-10-02 12:31:43 -04:00
Boris Zbarsky 58a379c1c0 Bug 512336. Make frame lists doubly-linked. r=roc,fantasai 2009-10-02 12:27:37 -04:00
Dão Gottwald 95fd7df502 Bug 520143 - don't try/catch when reading plugins.hide_infobar_for_outdated_plugin and plugins.hide_infobar_for_missing_plugin, since they have a default value. r=dtownsend 2009-10-02 18:22:53 +02:00
Paul Nickerson 7956501c0b Crash test for bug 517968. 2009-10-02 15:53:01 +02:00
Olli Pettay af8637b9f9 Bug 488274 - Crash [@ nsObjectLoadingContent::OnStartRequest] with object, DOMAttrModified and colorpicker. r=jst, sr=bz 2009-10-02 15:48:23 +02:00
Blair McBride 1961f27d40 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Neil Rashbrook 4ab76859c5 Bug 512173 Make message-icon class work on all platforms again r=dao 2009-10-02 11:51:34 +01:00
Chris Jones 2515107a6f bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad 2009-10-01 21:50:09 -05:00
Dão Gottwald d1b51375ab Testing impact on Ts Shutdown 2009-10-02 01:51:49 +02:00
Ted Mielczarek 36a8fde34d bug 518641 followup, don't try to copy files around if the test-package directories don't exist.
--HG--
extra : rebase_source : baa18363c47218f4020b19c9782155c9aae27992
2009-10-01 18:07:52 -04:00
Blake Kaplan 8846fabf64 Bug 518991 - Implement access controls in COWs. For now, this is opt-in default unsafe. r=jst 2009-09-30 19:38:57 -07:00