Robert Strong
|
69279273eb
|
Bug 485114 - Add plugin for modifying file permissions and move NSIS plugins under other-licenses. r=bsmedberg
--HG--
rename : toolkit/mozapps/installer/windows/nsis/AppAssocReg.dll => other-licenses/nsis/Plugins/AppAssocReg.dll
rename : toolkit/mozapps/installer/windows/nsis/ApplicationID.dll => other-licenses/nsis/Plugins/ApplicationID.dll
rename : toolkit/mozapps/installer/windows/nsis/ShellLink.dll => other-licenses/nsis/Plugins/ShellLink.dll
rename : toolkit/mozapps/installer/windows/nsis/UAC.dll => other-licenses/nsis/Plugins/UAC.dll
rename : toolkit/mozapps/installer/windows/nsis/nsProcess.dll => other-licenses/nsis/Plugins/nsProcess.dll
|
2010-06-09 16:02:25 -07:00 |
|
Robert Strong
|
ed62993f13
|
Bug 526333 - Having to create patches for each app's package manifest and removed-files and then get reviews from each app is a PITA. configure.in changes for MOZ_UPDATER only. r=ted.mielczarek
|
2010-06-09 16:02:13 -07:00 |
|
Robert Strong
|
d262698037
|
Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). configure.in, autoconf.mk.in, and makensis.mk changes only. r=ted.mielczarek
|
2010-06-09 16:01:46 -07:00 |
|
Mats Palmgren
|
00dbaf0c18
|
Re-enable the test now that the regression in bug 565392 is fixed.
|
2010-06-10 00:57:41 +02:00 |
|
Mats Palmgren
|
383637ca1a
|
Accept 0-1 assertions on gtk2 for this test.
|
2010-06-10 00:57:37 +02:00 |
|
Vladimir Vukicevic
|
85aecff85c
|
b=562409; add GLContextProvider form EGL (patch from vlad/fred/romaxa); r=bas
|
2010-06-09 15:27:29 -07:00 |
|
Vladimir Vukicevic
|
77abe946b5
|
b=570660; add ability to resize pbuffer GL contexts; r=joe
|
2010-06-09 15:07:12 -07:00 |
|
Robert Kaiser
|
70bc39dadd
|
bug 570788 - Incorporate improvements from SeaMonkey places review into Firefox code - round 1, r=sdwilsh
|
2010-06-09 23:50:38 +02:00 |
|
Drew Willcoxon
|
155d247243
|
Bug 570986 - nsGlobalWindow::Dump should check all bytes, not chars, when replacing \r with \n. r=bzbarsky
|
2010-06-09 14:08:17 -07:00 |
|
Drew Willcoxon
|
8cc429da4e
|
Bug 570291 - dump() inside sandbox truncates string's high bytes. r=bzbarsky
|
2010-06-09 14:08:14 -07:00 |
|
Drew Willcoxon
|
53df27b14f
|
Bug 570720 - Intermittent failure in browser_library_search.js when default livemark feed includes "dummy". r=mak
|
2010-06-09 14:08:11 -07:00 |
|
Frank Yan
|
bf0208ab74
|
Bug 568287 - Expand test for 'Copy Password' context menu item in Password Manager [r=dolske]
|
2010-06-09 13:55:46 -07:00 |
|
Paul O’Shannessy
|
9bedc50743
|
Bug 387859 - sessionstore should use native json to parse session data [r=zeniko]
|
2010-06-09 13:55:45 -07:00 |
|
Daniel Holbert
|
ca818b27ce
|
Bug 570257: fix unsigned/signed comparison build warning in WebGLContextValidate.cpp. r=vlad
|
2010-06-09 13:28:29 -07:00 |
|
Robert Longson
|
93b8330e4e
|
Bug 571036: Add reftest-wait to reftest dynamic-use-nested-01.svg to hopefully fix randomorange. r=dholbert
|
2010-06-09 13:26:24 -07:00 |
|
Robert Longson
|
77d4c995db
|
Bug 570555 - CSS animation on font-size should not require units. r=dholbert,sr=roc
|
2010-06-09 20:51:31 +01:00 |
|
Ehsan Akhgari
|
2baddc5c9a
|
Bug 529922 - review comment
|
2010-06-09 15:26:41 -04:00 |
|
Ehsan Akhgari
|
d3d7087d3a
|
Bug 529922 - Make sure that delayedStartup has run, therefore the test is valid; r=gavin
|
2010-06-03 21:31:07 -04:00 |
|
Ehsan Akhgari
|
510f052404
|
Bug 571018 - Intermittent failure in docshell/base/crashtests/432114-2.html | assertion count 2 is more than expected 0 to 1 assertions; r=jruderman
--HG--
extra : rebase_source : 2b11ede67bd47e7ebe71116ae6e00eac600d3baa
|
2010-06-09 14:26:44 -04:00 |
|
Ehsan Akhgari
|
8c018044af
|
Bug 570624 - "ASSERTION: called nsGenericElement::SetText"; r=roc
--HG--
extra : rebase_source : 24d41a8eccef1c6d8b3adc6a04ca1a20912263ef
|
2010-06-09 14:14:42 -04:00 |
|
Ehsan Akhgari
|
f1bf233213
|
Bug 570417 - All content iterators need to take part in cycle collection; r=jst
--HG--
extra : rebase_source : 9681fd61ea2fbaf376390ce85b8cb3c3d040c098
|
2010-06-08 00:31:44 -04:00 |
|
Ehsan Akhgari
|
80e08706f6
|
Bug 570657 - Make the order of releasing objects and removing them in nsCOMArray's consistent; r=shaver
--HG--
extra : rebase_source : 16f05bbfbd31bc01e0545af111dc4e4adbac8e33
|
2010-06-09 14:13:16 -04:00 |
|
Robert Longson
|
ae845283fd
|
Bug 569463 - Stop coverity complaining about GetParsedAttr call in RebuildPathAndVerticesFromMpathElem. r=jwatt
|
2010-06-09 20:13:03 +01:00 |
|
Mats Palmgren
|
de79a2cde9
|
Make nsTransferable::GetTransferData assign the out params even when it returns an error since some callers depend on it (regression fix). b=565392 r=dbaron
|
2010-06-09 21:08:09 +02:00 |
|
Mats Palmgren
|
1a73791960
|
Null-check frame (which is needed when bounds width/height is zero) and clamp negative values to zero. b=570884 r=josh
|
2010-06-09 21:07:41 +02:00 |
|
Robert Longson
|
32ed8c2967
|
Bug 570354 - CSS mapping missing for link elements. r=jwatt
|
2010-06-09 19:53:40 +01:00 |
|
Matt Brubeck
|
c409e031e7
|
Bug 570440 - disable-javaxpcom not recognized after configure.in change. r=bsmedberg
|
2010-06-08 12:45:00 +10:00 |
|
Ben Hearsum
|
2c120f8161
|
Added tag UPDATE_PACKAGING_R11 for changeset 138f593553b6
|
2010-06-09 12:56:30 -04:00 |
|
Sid Stamm
|
4b4cc04a97
|
Bug 553180 - remove Try Again button from CSP frame-ancestors error page, r=jst, ui-review=johnath
|
2010-06-09 09:48:44 -07:00 |
|
Sid Stamm
|
f897b89906
|
Bug 555068 - make CSP frame-ancestors be explictly opt-in, r=dveditz
|
2010-06-09 09:48:42 -07:00 |
|
Sid Stamm
|
c3a2fc649a
|
Bug 570017 - allow report-uri with dotless host, r=dveditz
|
2010-06-09 09:48:39 -07:00 |
|
Brandon Sterne
|
26d596badc
|
Bug 569610 - fix CSP report Content-Type, r=sstamm
|
2010-06-09 09:48:21 -07:00 |
|
Olli Pettay
|
16dbd84bda
|
Bug 538195, null check JSObject when creating XULProtos, r=peterv
|
2010-06-09 19:10:49 +03:00 |
|
Bas Schouten
|
0ecde635a1
|
Some whitespace fixes.
|
2010-06-09 17:50:05 +02:00 |
|
Bas Schouten
|
bf92a528d3
|
Bug 568495: Do not push cleartype for transparent window surfaces. r=jrmuizel
|
2010-06-09 17:50:03 +02:00 |
|
Bas Schouten
|
199e0ae97d
|
Bug 555353: Clear D2D surface before starting draw operations. r=jmathies
|
2010-06-09 17:50:01 +02:00 |
|
Peter Van der Beken
|
2f373e4698
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3k - use wildcards. r=jst.
|
2010-05-31 23:02:10 +02:00 |
|
Makoto Kato
|
11a6547b5b
|
Bug 570882 - Need assembler optimization for VPX on Windows x64. r=cpearce
|
2010-06-09 20:18:51 +09:00 |
|
Mark Banner
|
6b3f68589f
|
Disable TestWinDND.cpp due to permanent test failures on non-libxul apps - i.e. not Firefox, as it isn't run in those configurations. Bug 565392 will fix and re-enable.
|
2010-06-09 09:52:38 +01:00 |
|
Henri Sivonen
|
bc7b4334b3
|
Bustage fix for bad merge of bug 569538.
|
2010-06-09 11:23:25 +03:00 |
|
Henri Sivonen
|
7fa5b05a40
|
Bug 563514 - Avoid leaking or misplacing attributes on stray <html> and <body> tokens in the innerHTML case. r=jonas.
--HG--
extra : rebase_source : 174666b3ec6c0a7e6251fe34b6bf23c499ad3575
|
2010-06-09 09:44:25 +03:00 |
|
Henri Sivonen
|
90f4e3fcbc
|
Bug 568800 - Make &foo= not expand in an attribute value. r=sicking.
--HG--
extra : rebase_source : ae54f51fba1896ac1545b003edf379c21e609d47
|
2010-06-02 14:01:57 +03:00 |
|
Henri Sivonen
|
977ed6243c
|
Bug 566280 - Text run prefixed by U+0000 shows only U+FFFD. r=sicking.
--HG--
extra : rebase_source : 86afd6adeba2231c526857a19e27e291296f60d1
|
2010-05-27 16:08:19 +03:00 |
|
Henri Sivonen
|
8a99f75610
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. r=dholbert, sr=roc.
--HG--
extra : rebase_source : 6b4eb0b424b328cbb7853d767c2552ed01abc519
|
2010-05-25 14:57:58 +03:00 |
|
Henri Sivonen
|
66b4460d1a
|
Bug 535691 - Adjust the assertion annotations for the test case for bug 535691. r=jruderman.
--HG--
extra : rebase_source : 3cedc8e5754bd8ade1e9debea0924d7c52650c4b
|
2010-06-09 09:44:25 +03:00 |
|
Henri Sivonen
|
95a61f78e3
|
Bug 569538 - Make aFromParser distinguish network, document.write and fragments in the HTML case. r=Olli.Pettay.
--HG--
extra : rebase_source : 2f4804245ff7b235736b882e0f9e84403e4e0ae6
|
2010-06-09 09:44:25 +03:00 |
|
Ryan VanderMeulen
|
e97c917c06
|
Bug 564608 - Update Hunspell to 1.2.11. r=smaug
--HG--
extra : rebase_source : b3e8bccd5b58afb4cff64fa144068f6f64258c68
|
2010-06-09 08:06:40 +02:00 |
|
Dão Gottwald
|
e706eaaef3
|
browser_bug511456.js and browser_bug537449.js cleanup
--HG--
extra : rebase_source : 0b5e002b1e4154c3b6239f2f6a4a0dc302a0cde1
|
2010-06-09 07:59:46 +02:00 |
|
Alexander Surkov
|
a2cb8b19d0
|
Bug 570532 - make events coalescence smart, r=marcoz, davidb
|
2010-06-09 15:34:05 +09:00 |
|
Dão Gottwald
|
e437c443b5
|
Bug 562649 - set and correctly handle userTypedValue when loading external URIs. r=gavin,neil
--HG--
extra : rebase_source : f147fcde568bc15e25be804591518b694d605a95
|
2010-06-08 22:13:55 +02:00 |
|