Commit Graph

165041 Commits

Author SHA1 Message Date
Daniel Holbert
4ed9eaadf9 Bug 571059: Update debugging printfs to treat nsFrameState objects as 64-bit & fix build warnings. r=dbaron 2010-06-10 11:26:57 -07:00
Daniel Holbert
8e934e5332 Bug 571160: fix unused variable warning. r=jdaggett 2010-06-10 11:26:46 -07:00
Daniel Holbert
510080418c Bug 568612 followup: remove now-unused helper-function GetDocURI. r=roc 2010-06-10 11:26:28 -07:00
Jonathan Kew
57a2ef6c61 bug 568191 followup - add patch file to gfx/cairo directory, and note in README. (NPOTB) 2010-06-10 19:20:37 +01:00
Jonathan Kew
1b203ff920 bug 568191 - add padding to glyph extents in cairo dwrite backend to allow for antialiasing. r=bas 2010-06-10 19:19:51 +01:00
Vladimir Vukicevic
0227fdd23a b=571078; fix webgl attribute validation; r=bjacob 2010-06-10 10:45:00 -07:00
Benjamin Smedberg
aee583b4ff Bug 569644 - Query the plugin host directly when searching for MIME types, rather than using Gecko-Content-Viewer category manager registration, r=bz 2010-06-10 12:42:16 -04:00
Benjamin Smedberg
20cccc67ea Bug 567357 - Fire a DOMWindowCreated event which matches the observer-service notification in bug 549539 so that extensions/message-manager scripts can add DOM features before any content script runs, r=sicking 2010-06-10 12:23:40 -04:00
Rail Aliev
b57ea8a453 bug 569426: Tracking bug for build and release of Firefox 3.7a5 - Version bump for default branch. r=bhearsum 2010-06-10 10:35:42 -04:00
Olli Pettay
faac788716 backout Bug 568975 2010-06-10 14:25:45 +03:00
Olli Pettay
5975f40a96 backout Bug 570510 2010-06-10 14:25:08 +03:00
Olli Pettay
9d1ac7aee8 Bug 562901 - Synchronous XMLHttpRequests cause setInterval to stop functioning, r=jst 2010-06-10 13:29:43 +03:00
Olli Pettay
0a543e1a92 Bug 568975 - m-c message manager slowed down event handling a bit, r=jst 2010-06-10 13:05:31 +03:00
Olli Pettay
bd3b9121fe Bug 570510 - Reduce Addref/release/QI during event creation, r=jst 2010-06-10 12:59:14 +03:00
Mark Banner
87ccd3c0b0 Bug 570046 Fix test_update.js hanging on apps/build configs that don't support lightweight themes. r=dtownsend 2010-06-10 10:55:18 +01:00
Olli Pettay
e4ee32cc28 Bug 566024 - Add a 'global' messageManager, r=jst 2010-06-10 12:26:19 +03:00
John Daggett
700403f47f merge 2010-06-10 15:51:47 +09:00
John Daggett
b3f82988b4 Backed out changeset d87007680567 2010-06-10 15:38:13 +09:00
John Daggett
dcc59a912d Bug 561304. Revert to using GDI shaper on XP to avoid Uniscribe positioning bug at certain font sizes. r=jkew 2010-06-10 10:26:36 +09:00
Robert Strong
d11ad9ba62 Followup comm-central bustage fix for Bug 569058 - backout makensis.mk changes until comm-central's configure.in is updated 2010-06-09 18:23:40 -07:00
Masayuki Nakano
f34ba39318 Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug+ehsan, sr=roc 2010-06-10 10:16:58 +09:00
Ehsan Akhgari
a10916a7b6 Bug 570566 - Crash [@ nsTextControlFrame::SetInitialChildList] removing type from <input type=image>; r=jst 2010-06-09 14:13:56 -04:00
Josh Aas
3a12266c1f Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst 2010-06-09 20:56:17 -04:00
Daniel Holbert
d5120c4e9f merge 2010-06-09 17:17:19 -07:00
Daniel Holbert
5b78c1fcbe Backed out changeset a8ac411e1653 (bug 552938) for causing some randomorange. 2010-06-09 17:16:25 -07:00
Robert Strong
5c9592d6dd Followup bustage fix for Bug 569058 - don't use a cached var. 2010-06-09 16:23:00 -07:00
Daniel Holbert
f00d0f9a05 Bug 571036: revert addition of reftest-wait, since it didn't help this randomorange. (Also remove unnecessary full-page white background). [test-only change] 2010-06-09 16:03:50 -07:00
Robert Strong
da79a97016 Bug 485114 - Add plugin for modifying file permissions and move NSIS plugins under other-licenses. r=bsmedberg 2010-06-09 16:02:25 -07:00
Robert Strong
c93b123950 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
bc06763b79 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
a4a22f7dbf Re-enable the test now that the regression in bug 565392 is fixed. 2010-06-10 00:57:41 +02:00
Mats Palmgren
21370010b7 Accept 0-1 assertions on gtk2 for this test. 2010-06-10 00:57:37 +02:00
Vladimir Vukicevic
68964836a2 b=562409; add GLContextProvider form EGL (patch from vlad/fred/romaxa); r=bas 2010-06-09 15:27:29 -07:00
Vladimir Vukicevic
964cf14719 b=570660; add ability to resize pbuffer GL contexts; r=joe 2010-06-09 15:07:12 -07:00
Robert Kaiser
2d63238909 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
68d4aa8a60 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
dcaa1afab8 Bug 570291 - dump() inside sandbox truncates string's high bytes. r=bzbarsky 2010-06-09 14:08:14 -07:00
Drew Willcoxon
7a65e06148 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
afdcd3f2cd 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
22b5a301ad Bug 387859 - sessionstore should use native json to parse session data [r=zeniko] 2010-06-09 13:55:45 -07:00
Daniel Holbert
84f47e9767 Bug 570257: fix unsigned/signed comparison build warning in WebGLContextValidate.cpp. r=vlad 2010-06-09 13:28:29 -07:00
Robert Longson
5c080d03e6 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
8eda46bd89 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
5d5b9d96d5 Bug 529922 - review comment 2010-06-09 15:26:41 -04:00
Ehsan Akhgari
d2066d2fe9 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
5a519d523d Bug 571018 - Intermittent failure in docshell/base/crashtests/432114-2.html | assertion count 2 is more than expected 0 to 1 assertions; r=jruderman 2010-06-09 14:26:44 -04:00
Ehsan Akhgari
92016165bb Bug 570624 - "ASSERTION: called nsGenericElement::SetText"; r=roc 2010-06-09 14:14:42 -04:00
Ehsan Akhgari
011987154f Bug 570417 - All content iterators need to take part in cycle collection; r=jst 2010-06-08 00:31:44 -04:00
Ehsan Akhgari
6466627524 Bug 570657 - Make the order of releasing objects and removing them in nsCOMArray's consistent; r=shaver 2010-06-09 14:13:16 -04:00
Robert Longson
a545581524 Bug 569463 - Stop coverity complaining about GetParsedAttr call in RebuildPathAndVerticesFromMpathElem. r=jwatt 2010-06-09 20:13:03 +01:00