Commit Graph

225397 Commits

Author SHA1 Message Date
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
Josh Aas
9d110a0600 Improve memory mgmt and reduce COM pointer type usage in plugin stream code. b=578913 r=benwa (re-landing, did not cause Ts Shutdown regression) 2010-07-16 15:55:54 -04:00
Steffen Wilberg
3625eb3ce4 Bug 578686: Add jQuery license to about:license. r=gerv 2010-07-16 21:36:47 +02:00
Benoit Jacob
927cb50120 Bug 579191; crash in WebGLContext::CompileShader; r=vladimir 2010-07-16 15:23:01 -04:00
Dão Gottwald
21d4b5f671 Bug 575560 - Hook up session restore with app tabs. r=dietrich 2010-07-16 21:14:39 +02:00
Dão Gottwald
44576b2bee Bug 576063 - Take CSS borders into account when determining the toolbox height. r=gavin 2010-07-16 21:06:58 +02:00
Dão Gottwald
ceb0256b49 Bug 388880 - Don't initialize the bookmarks toolbar item when it's hidden. r=gavin 2010-07-16 21:03:04 +02:00
Vladimir Vukicevic
aaa4680df3 b=579336; crash in GLX CreatePBuffer due to missing termination; r=valgrind 2010-07-16 11:58:07 -07:00
Michael Wu
abebb6e3e9 Bug 579206 - Fix leak in draw coalescing code, r=vlad
--HG--
extra : rebase_source : 75b34a703cd94db6b1779658c123acf97fcb7670
2010-07-16 11:25:38 -07:00
Michael Wu
ed4dfa45a9 Bug 576381 - Avoid accessing AndroidBridge in child process, r=vlad
--HG--
extra : rebase_source : 83584ed9a829b43976d05c15e860cef88141716c
2010-07-16 11:24:42 -07:00
Brad Lassey
cc496a7c34 bug 577635 - android_stub.h broken for android platform version 8 r=khuey 2010-07-16 12:11:09 -04:00
Brad Lassey
58eb93aeac bug 578493 - Set env vars before loading libraries r=mwu 2010-07-16 11:52:01 -04:00
Brad Lassey
5e5cb36122 bug 577636 - add configure option to use ccache r=khuey 2010-07-16 11:50:13 -04:00