Robert O'Callahan
|
ed51324860
|
Bug 599393. Remove workaround code that's no longer needed (backing out bug 587508). a=joe
--HG--
extra : rebase_source : ce32c65d7b3c1cec988cec148f7904701db3998e
|
2010-12-05 13:05:30 +00:00 |
Jonathan Watt
|
181faaf451
|
Fix bustage by adding missing tests that didn't 'hg import' correctly for changeset f227a6e64b3f (bug 615658). a=bustage
|
2010-12-05 13:58:12 +00:00 |
Serge Gautherie
|
984b530ed5
|
Bug 615546 - SimpleTest.finish() should be asynchronous; (Av1a) SimpleTest.js: Create SimpleTest._finishNow() out of SimpleTest.finish() then call it asynchronously, Fix some (unrelated) nits.
r=rcampbell a=(test only).
|
2010-12-05 14:09:58 +01:00 |
Robert Longson
|
e83166f6ce
|
Bug 615658 - SMIL animation of some filter attributes don't invalidate correctly. r=jwatt, a=roc.
--HG--
extra : rebase_source : 85b4bbde3697272e5f4f3352b993f46a49a845d6
|
2010-12-05 11:37:45 +00:00 |
timeless@mozdev.org
|
0d3fdc5034
|
Bug 604636 nsJSCID::HasInstance bails too strictly: enforces both other_wrapper are obj2 non null instead of one is
r=mrbkap, a=benjamin
--HG--
extra : rebase_source : 5af04f688b6be8980be15ee4def9c33303574d67
|
2010-12-05 12:44:30 +00:00 |
timeless@mozdev.org
|
4b2873c9ad
|
Bug 604632 nsPrintEngine::DoPrint leaks docTitleStr and docURLStr if !seqFrame
r=roc, a=roc
--HG--
extra : rebase_source : db8c6ee9af5e627317285b3aa41b2f5d83914f93
|
2010-12-05 12:43:45 +00:00 |
timeless@mozdev.org
|
aced8a13a8
|
Bug 615485 warning: format '%11x' expects type 'unsigned int', but argument 3 has type 'PRUint64' in nsTextNode::List
r=bz, a=bz
--HG--
extra : rebase_source : 3d15042aaedf55731c46072ee0d5655aa61c52d0
|
2010-12-05 11:12:08 +00:00 |
timeless@mozdev.org
|
f227fa5712
|
Bug 616300 crash [@ nsPrintEngine::DoCommonPrint(int, nsIPrintSettings*, nsIWebProgressListener*)]
r=roc, a=roc
--HG--
extra : rebase_source : f426a11ca443c9cf0845d3b368bbff0359e6cdd9
|
2010-12-05 10:16:01 +00:00 |
Robert Longson
|
c6e94ccb34
|
Bug 614324 - Enable reftest on windows now that bug 606372 has fixed it a=test-only
|
2010-12-05 10:45:19 +00:00 |
Kyle Huey
|
9e04284cc0
|
Back out cl-as-a-native-command to fix Bug 615571. r=me a=NPOTB
|
2010-12-04 23:07:10 -05:00 |
Kyle Huey
|
fcc772d353
|
Backed out changeset 0e9ba7c029e3
|
2010-12-04 23:05:58 -05:00 |
Phil Ringnalda
|
71663496a4
|
Bug 607133 - Remove the unneeded bits of test_404630.js which hit the network, and thus make it flaky, r=mak, a=orange
|
2010-11-30 08:03:42 -08:00 |
Ehsan Akhgari
|
a4eaae6baf
|
Bug 615781 - Don't attempt to display the caret when switching selections if we know that we're going to hide it immediately; r,a=roc
This prevents useless work which _could_ lead to visual artifacts, as well as assertions caused by us touching dirty frames,
|
2010-12-01 16:38:21 -05:00 |
Ehsan Akhgari
|
db373fc525
|
Bug 616714 - Bug 603367 breaks non-libxul builds; r=khuey a=NPOTB
|
2010-12-04 16:52:06 -05:00 |
Ehsan Akhgari
|
d45c12ebf9
|
Bug 607482 - Part 2: Adjust the test so that the code doesn't need to unset the attribute asynchronously; r=dao a=gavin
|
2010-11-14 03:22:21 -05:00 |
Ehsan Akhgari
|
3a68c61c57
|
Bug 607482 - When in Private Mode, opening a new window causes FF button to flash orange and then turn purple; r=dao a=dietrich
|
2010-10-29 12:30:52 -04:00 |
Ehsan Akhgari
|
39981a468e
|
Bug 613130 - Don't sanitize style nodes and attributes in the sanitizing parser if we have not found any unsafe properties; r=roc,bzbarsky a=blocking-final+
|
2010-11-24 13:31:52 -05:00 |
Jonathan Watt
|
39154b34d4
|
Bug 589556. Make SVGMotionSMILPathUtils::PathGenerator use SVGLength, not nsSVGLength2. r=longsonr, a=roc.
--HG--
extra : rebase_source : 24c00ed89d741dd5445db600df3151e4ebe39215
|
2010-12-04 12:26:45 +00:00 |
Saint Wesonga
|
4a1480e68b
|
Bug 498826 - Implement optional putImageData arguments. r+a=vlad
|
2010-12-04 16:44:26 +01:00 |
timeless@mozdev.org
|
5cacd8ef40
|
Bug 615841 ourA11yNotification is only used in nsFrameManager::ReResolveStyleContext ifdef ACCESSIBILITY
r+a=bz
--HG--
extra : rebase_source : 9fe91fdff530e26416f2c212977fd2de4292fa2e
|
2010-12-04 11:07:53 +01:00 |
timeless@mozdev.org
|
d43891bc95
|
Bug 615486 GetDeviceName is defined but not used ifndef USE_LINUX_QUOTACTL
r=bsmedberg
--HG--
extra : rebase_source : aad0b56b3e3adb11a591bcb3f94ebaf3067dca47
|
2010-12-04 11:07:31 +01:00 |
timeless@mozdev.org
|
9d91dd650f
|
Bug 603354 hasKHRImage is used uninitialized in EGLLibrary::EnsureInitialized
r=bas
--HG--
extra : rebase_source : 435bb1d6ba3600970d0e70698d093afcc13eae05
|
2010-12-04 11:07:18 +01:00 |
timeless@mozdev.org
|
f588d367f4
|
Bug 615425 warnings in prefetch
r=jst
--HG--
extra : rebase_source : 56d3a2285ab7065a9652af4b694915b2e6e264b8
|
2010-12-04 11:07:08 +01:00 |
timeless@mozdev.org
|
a3f94008ff
|
Bug 615359 CheckForFullscreenWindow is only used ifdef XP_WIN
r=neil
--HG--
extra : rebase_source : c9d1bc55b9f4dee9a17e4e58f73fecfbf73a1104
|
2010-12-04 11:06:53 +01:00 |
timeless@mozdev.org
|
f46fca3ba3
|
Bug 615569 warning: statement with no effect for each png_warning/png_chunk_warning
r=glennrp
--HG--
extra : rebase_source : 074dd62520f0cc0525ef68175ec8981435ed557a
|
2010-12-04 11:06:30 +01:00 |
timeless@mozdev.org
|
2ef3e053ef
|
Bug 615361 warning: cast from pointer to integer of different size in jsd
r=bz
--HG--
extra : rebase_source : 6f2dc7c2ba4b0367a8723bae01ce3797d193ff0d
|
2010-12-04 11:05:45 +01:00 |
timeless@mozdev.org
|
f3c916ed6f
|
Bug 615069 qStyle is unused in nsLookAndFeel::GetMetric(const nsMetricID aID,PRInt32 &aMetric)
r=romaxa
--HG--
extra : rebase_source : 3de6dbfb13aad88f47bec0b43ad1ac653e5a083c
|
2010-12-04 11:05:34 +01:00 |
Serge Gautherie
|
b060e5c035
|
Bug 589471 - [SeaMonkey 2.1, mochitest-plain-5] permanent "toolkit/components/satchel/test/test_form_submission.html | Test timed out."; (Av1) Disable timing out part of the test on SeaMonkey.
r=dolske a=(test only).
DONTBUILD
|
2010-12-04 12:31:23 +01:00 |
timeless@mozdev.org
|
692f12c96e
|
Bug 615840 - mBuildCaret/mMode initialized out of order in nsDisplayListBuilder::nsDisplayListBuilder. r+a=roc
|
2010-12-04 10:58:39 +01:00 |
timeless@mozdev.org
|
7c65053ebf
|
Bug 615837 - unused variable rv in nsXMLHttpRequest::GetStatusText. r+a=bz
|
2010-12-04 10:58:25 +01:00 |
Ms2ger
|
eb08da7660
|
Bug 613793 - Raise an exception when trying to append a child to a DocumentType; r=bzbarsky a=jst
|
2010-12-04 09:00:19 +01:00 |
Dão Gottwald
|
a8a9389f15
|
Bug 616461 - Firefox Button History sub-menu not showing Recent closed Tabs/Windows. r=gavin
|
2010-12-04 08:59:57 +01:00 |
Bas Schouten
|
7da35cb755
|
Bug 616495 - Crashtest: Test single side composite color border. r=jrmuizel a=blocking-beta8
|
2010-12-04 05:22:18 +01:00 |
Bas Schouten
|
fb194fd87e
|
Bug 616495: Deal with some sides having no moz-border-colors at all. r=vlad a=blocking-beta8
|
2010-12-04 05:21:20 +01:00 |
Boris Zbarsky
|
e96a09f77a
|
Bug 591619 followup. Need to allow the <select>'s anonymous kids. a=orange
|
2010-12-03 23:16:07 -05:00 |
Boris Zbarsky
|
23b65b98e3
|
Bug 616394. Make sure to set mPostedReflowCallback to false even if we have no frameloader when the callback happens. r=roc, a=blocker
|
2010-12-03 22:44:00 -05:00 |
Boris Zbarsky
|
6bb26d0c65
|
Bug 591619. Don't create frames for non-option kids of <optgroup> or non-option and non-optgroup kids of <select>. r=dbaron
|
2010-12-03 22:43:42 -05:00 |
Masayuki Nakano
|
ee3d7cbb55
|
Bug 261715 Alt key auto-repeat shouldn't cause to show/focus menubar if mouse button is down during first Alt keydown and Alt keyup r=enn, a=jst
|
2010-12-04 10:55:15 +09:00 |
Peter Van der Beken
|
9669636b83
|
Followup fix for bug 605672 (Fix reason for invalid scope assertion). r=jst, a=blocker.
|
2010-12-03 15:20:57 -08:00 |
Peter Van der Beken
|
3fb6f5532d
|
Bug 605672. Fix reason for invalid scope assertion. r=jst@mozilla.com, a=blocker.
|
2010-11-30 12:02:15 -08:00 |
Paul O’Shannessy
|
cd36cabfd0
|
Backout revision ef0adaaa2e53. a=orange
|
2010-12-03 14:57:00 -08:00 |
Paul O’Shannessy
|
bdd1bbadca
|
Backout revision f15120d5a96e (bug 607016). a=orange
|
2010-12-03 14:52:57 -08:00 |
Vladimir Vukicevic
|
fb4360b130
|
b=616360; add missing return in WebGL RenderbufferStorage; r=bjacob, a=b
|
2010-12-03 14:44:01 -08:00 |
Vladimir Vukicevic
|
7918863470
|
update in-tree webgl conformance tests copy; r=npotb
|
2010-12-03 14:44:01 -08:00 |
Vladimir Vukicevic
|
6aa65b232f
|
b=603367, disable ANGLE/WebGL on Linux until build system issues are fixed (bug 559964)
|
2010-12-03 14:44:01 -08:00 |
Vladimir Vukicevic
|
199a2dadd1
|
b=603367; use ANGLE for WebGL on Win32; r=bjacob
|
2010-12-03 14:44:01 -08:00 |
Vladimir Vukicevic
|
e0abd11e7a
|
b=616290; upgrade ANGLE to r498; r=bjacob
|
2010-12-03 14:44:01 -08:00 |
Oleg Romashin
|
10d244b861
|
Bug 616081 - Make possible to set gDumpPaintList as true with ENV variable in debu builds. r=roc a=approval2.0
|
2010-12-04 00:11:03 +02:00 |
Oleg Romashin
|
900507d5b5
|
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. part2 r=roc a=apporval2.0
|
2010-11-30 07:51:56 +02:00 |
Oleg Romashin
|
b19d4e2f0c
|
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. part1 r=roc a=apporval2.0
|
2010-11-24 11:35:21 +02:00 |