Commit Graph

225509 Commits

Author SHA1 Message Date
Dão Gottwald
060b6d01c3 whitespace fix 2010-07-18 16:30:11 +02:00
Azat Tymerkaev
4264b17492 Bug 569255 - Integrate new tabbrowser icons. r=dao 2010-07-18 16:29:32 +02:00
Daniel Holbert
44bf6cafc0 Bug 579588: mark recently-checked-in sporadically-failing test as random, pending investigation in this bug. 2010-07-18 04:18:59 -07:00
Robert Longson
780577b92e Bug 487649 - Markers handle viewBox and preserveAspectRatio badly. r=jwatt 2010-07-18 11:06:03 +01:00
Robert Longson
17a0720c8d Bug 577475 - polygon end marker should be at the same point as the start marker. r=jwatt 2010-07-18 10:59:11 +01:00
Robert Longson
b771d2d1d3 Bug 579017 - Fix crash calling nsSVGAngle::NewValueSpecifiedUnits. r=jwatt 2010-07-18 10:51:30 +01:00
Julian Seward
4fc12f82be Bug 538531 - valgrind: UMR in sec_asn1e_write_contents() because PSM passes uninitialized SECItem to NSS r=sayrer,honzab.moz
--HG--
extra : rebase_source : 5adcbbde9728161c83ab3967e059ec8c50495edc
2010-07-18 11:25:16 +02:00
Walter Meinl
ad6f5a9c63 Bug 576606 - [OS/2] Fix registration follow-up to bug568691 r=dragtext
--HG--
extra : rebase_source : ff548f598f1e3e7c7b3b70e1f7d683011b238dd2
2010-07-18 11:22:01 +02:00
Mounir Lamouri
937c7b30ff Bug 573969 - innerHTML getter on <xmp> is no longer special-cased, causing tuenti.com to display unparsed markup r=sicking
--HG--
extra : rebase_source : c9c62485cd1e073f21b6096620ae0463b0b80f6f
2010-07-17 16:00:27 +02:00
Jacek Caban
1a2d4451d7 Bug 579493 - ANGLE fails to compile on mingw r=vladimir
--HG--
extra : rebase_source : 52992f80a118d5fe124a285ead0a1e4fb53f7df6
2010-07-17 15:49:04 +02:00
Eli Friedman
406336b84f Bug 579689 - Fix cases of return without expression in a function returning "int". r=khuey 2010-07-18 11:19:48 +02:00
Saint Wesonga
5d340ae9d3 Bug 578469 - Remove special cases for expected test failures for control characters when parsing JSON. r=jwalden 2010-07-18 11:17:14 +02:00
Ryan VanderMeulen
5d5ef35816 Bug 475165 - Use LZX compression on pdb files in symbol store. r=ted 2010-07-18 11:16:22 +02:00
Eli Friedman
7978da358a Bug 579692 - Consistently qualify accesses to dependent base classes in xpcom C++ code. r=dbaron 2010-07-18 10:24:23 +02:00
Mike Kristoffersen
25ad75953b Bug 569680 - Move the platform specific geolocation files. r=dougt
--HG--
rename : dom/interfaces/geolocation/nsIGeolocationProvider.idl => dom/interfaces/geolocation/nsIGeolocationPrompt.idl
rename : dom/src/geolocation/GPSDGeolocationProvider.js => dom/system/GPSDGeolocationProvider.js
rename : dom/src/geolocation/GPSDGeolocationProvider.manifest => dom/system/GPSDGeolocationProvider.manifest
rename : dom/src/geolocation/NetworkGeolocationProvider.js => dom/system/NetworkGeolocationProvider.js
rename : dom/src/geolocation/NetworkGeolocationProvider.manifest => dom/system/NetworkGeolocationProvider.manifest
rename : dom/src/geolocation/AndroidLocationProvider.cpp => dom/system/android/AndroidLocationProvider.cpp
rename : dom/src/geolocation/AndroidLocationProvider.h => dom/system/android/AndroidLocationProvider.h
rename : dom/src/geolocation/MaemoLocationProvider.cpp => dom/system/unix/MaemoLocationProvider.cpp
rename : dom/src/geolocation/MaemoLocationProvider.h => dom/system/unix/MaemoLocationProvider.h
rename : dom/src/geolocation/WinMobileLocationProvider.cpp => dom/system/windows/WinMobileLocationProvider.cpp
rename : dom/src/geolocation/WinMobileLocationProvider.h => dom/system/windows/WinMobileLocationProvider.h
rename : dom/interfaces/geolocation/nsIGeolocationProvider.idl => xpcom/system/nsIGeolocationProvider.idl
2010-07-14 19:09:25 +02:00
Saint Wesonga
12ebd61543 Bug 578476 - Test for unexpected pass conditions in the JSON decoder. r=jwalden 2010-07-18 10:20:42 +02:00
Corentin Chary
8de4de07db Bug 577073 - Make nsPACMan respect network.dns.disablePrefetch, don't call NS_RELEASE_THIS() before Complete(). r=bz 2010-07-18 10:18:55 +02:00
timeless@mozdev.org
4067a61b6f Bug 579298 warning: comparison between signed and unsigned integer expressions in SendSyncMessageToParent()
r=bent

--HG--
extra : rebase_source : 980ab566cc21a492ca8b616a3eb39514b02d910d
2010-07-18 04:26:38 +03:00
timeless@mozdev.org
980f919c67 Bug 579316 warning: "LOCAL_GL_MAX_VARYING_VECTORS" redefined
r=bjacob

--HG--
extra : rebase_source : 4c28828d1e0163efda83be33c256ef4b6bdf7951
2010-07-18 04:26:38 +03:00
timeless@mozdev.org
2f4023f799 Bug 579297 warning: unused variable 'rv' in nsXBLDocGlobalObject::GetPrincipal()
r=neil

--HG--
extra : rebase_source : 517a30580b8469f6120a5e8fc4accf900111e1a0
2010-07-18 04:26:38 +03:00
Josh Aas
9a8a73ee06 Bug 579516: Patch contains a number of fixes to nsPluginStreamListenerPeer memory management. Also moves storage of the stream array for cache lookups to the plugin instance rather than the instance tag. Also stops adding streams to the cached list that shouldn't be there. r=benwa 2010-07-17 19:47:29 -04:00
Masahiro Yamada
7ccccfb967 Bug 552922 - Change 'Installed Plugins' to 'Enabled Plugins' in about:support. r=josh, ui-r=faaborg 2010-07-17 18:27:26 +02:00
Ryan VanderMeulen
bf4b81178a Bug 577344 - Define extra virtual function unconditionally. r=roc 2010-07-17 18:26:02 +02:00
Craig Topper
9be378b542 Bug 578905 - Let nsRange methods from DOM interfaces use NS_IMETHODIMP on their implementations. r=bz 2010-07-17 18:24:50 +02:00
Michal Novotny
95bf720259 Bug 575686 - Don't classify URL when HTTP channel fails to open. r=jduell 2010-07-17 18:21:58 +02:00
Alexey Gladkov
86cf2e7dd9 Bug 576991 - file picker does not open file picker dialog. r=bzbarsky 2010-07-17 17:26:36 +02:00
Jonathan Kew
956ca25f38 bug 579414 - use sans-serif font and modify text to avoid Win7 random orange due to clipped antialiasing pixels [test-only fix] 2010-07-17 13:38:36 +01:00
Neil Rashbrook
b962667cc2 Windows static builds failing due to ANGLE changes, r=vlad 2010-07-17 14:22:26 +02:00
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
6e287b8de2 Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao 2010-07-17 10:11:54 +02:00
Ms2ger@gmail.com
fba699e63b Bug 577081 - nsAttrValue::ParseColor doesn't need a document parameter anymore. r=jst 2010-07-17 10:09:14 +02:00
Frank Yan
11841ef388 Bug 578614 - tab context menu should not appear when right-clicking new tab button or the space to its right. r=dao 2010-07-17 10:08:43 +02:00
Oleg Romashin
571ff20b60 Bug 550673 - Fix glyphs rendering for cairo-qpainter-surface. r=jmuizelaar
--HG--
extra : rebase_source : efbaa01f0716eafb3cf53a2e21eed49c9e88e54a
2010-07-17 09:52:35 +03:00
James Cook
af2f5746b5 Bug 574311 - Build failure with trace malloc when using GCC visibility pragma. r=doug.turner
--HG--
extra : rebase_source : 37f6f66319327197e01fc7cac8126a672c873935
2010-07-17 09:52:30 +03:00
Steffen Imhof
7a9233722a Bug 567066 - Keep Qt related command line parameters during restart. r=dtownsend
--HG--
extra : rebase_source : 875da9f999311031ea266b8b9ce26c6251f056e8
2010-07-17 09:52:23 +03:00
Mounir Lamouri
b8a342bf7a Bug 565272: Implement the accept attribute for audio/*, video/*. r=sicking 2010-07-17 00:00:28 -07:00
Kyle Huey
691730e071 Bug 579614: Fix struct/class mismatch build warning. no-r 2010-07-16 23:59:36 -07:00
L. David Baron
63ad20a8ac Append style sheets from binding manager when ensuring unique inner on all sheets. (Bug 578810) r=bzbarsky 2010-07-16 22:36:34 -07:00
L. David Baron
29445edb09 Make trace-malloc work again on Linux following mozalloc landing. (Bug 576776) r=cjones 2010-07-16 22:36:34 -07:00
L. David Baron
1006454fbb Fix typo in comment as followup from bug 531344. 2010-07-16 22:36:34 -07:00
Daniel Holbert
88b6257f5f Bug 579414: Revert attempted randomorange test-fix, since it didn't completely fix the sporadic failure. [tests only] 2010-07-16 22:07:06 -07:00
John Daggett
831a6b0e5e Bug 578022. Cleanup font deactivation code on Windows. r=jkew 2010-07-17 10:32:18 +09:00
Josh Aas
386d25c859 Merge backout of f6c93f02146c, bug 571193. 2010-07-16 20:31:45 -04:00
Josh Aas
77db992206 Backed out changeset f6c93f02146c, bug 571193. 2010-07-16 20:31:24 -04:00
Daniel Holbert
811f618ec9 Bug 579414: Use sans-serif font to work around win7 randomorange due to clipped serif-antialiasing. Test-only fix, a=dholbert_sheriff for landing on a CLOSED TREE 2010-07-16 16:25:49 -07:00
Josh Aas
e2c39ae137 Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg CLOSED TREE 2010-07-16 18:35:59 -04:00
Jonathan Watt
9da6570c8a Bug 515116. DeCOMify SVG length-list, and implement SMIL animation of length-list. r=longsonr, r=dholbert, sr=roc 2010-07-16 22:42:12 +01:00
Dave Townsend
6b3dabd7b5 Bug 579170: DB migration can apply compatibility information to the wrong version of an add-on. r=robstrong 2010-07-16 14:33:00 -07:00
Brad Lassey
590aa51e71 reverting change from 0f1fddce41e1 because buildbots have CC set in bash profile 2010-07-16 16:11:31 -04:00
Brad Lassey
fd98c02df7 bug 579477 - get android platform's arch from target r=khuey 2010-07-16 16:11:31 -04:00
Brad Lassey
f835b80164 bug 577635 typo fix 2010-07-16 16:11:31 -04:00