L. David Baron
|
d74b2e259e
|
Remove the datastruct_ and member_ fields of the CSS_PROP macro. (Bug 645620, patch 5) r=bzbarsky
|
2011-03-28 16:07:27 -07:00 |
L. David Baron
|
a6b72237ee
|
Remove nsCSSStruct.h/cpp. (Bug 645620, patch 4) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
L. David Baron
|
ad6a671055
|
Move nsCSSCornerSizes from nsCSSStruct.h/cpp to nsCSSValue.h/cpp. (Bug 645620, patch 3) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
L. David Baron
|
b84b9500b9
|
Remove nsCSSDataBlock::kOffsetTable, which is no longer needed. (Bug 645620, patch 2) r=bzbarsky
|
2011-03-28 16:07:26 -07:00 |
L. David Baron
|
1465996e2e
|
Replace use of nsCSS* structs in nsCSSExpandedDataBlock with an array of nsCSSValue. (Bug 645620, patch 1) r=bzbarsky
Note that this increases the size of nsCSSExpandedDataBlock by three
nsCSSValues for the three non-CSS properties.
|
2011-03-28 16:07:26 -07:00 |
Jim Mathies
|
332c72cdf7
|
Bug 634586 - Briefly hide the window when transitioning to full screen on Windows. Improves full screen transitions and fixes bug 624258. r=roc
|
2011-03-28 16:54:05 -05:00 |
Ehsan Akhgari
|
06189ecea4
|
Back out changeset 7395f456cf4b (bug 594614) because it wasn't quite ready
|
2011-03-28 16:35:05 -04:00 |
Jonas Sicking
|
062af0c875
|
Bug 461066: Test for loadend firing correctly in CORS tests. r=smaug
|
2011-03-28 13:18:55 -07:00 |
Jonas Sicking
|
0cdda7d665
|
Bug 644476: Rename classes/functions/variables to use "CORS" rather than "Access Control" or "Cross site" where appropriate. r=smaug
|
2011-03-28 13:18:45 -07:00 |
Jonas Sicking
|
0fbaee69f5
|
Bug 644476 Part 2: Move CORS code from nsXMLHttpRequest.cpp/h to nsCrossSiteListenerProxy.cpp/h. r=smaug
|
2011-03-28 13:11:09 -07:00 |
Jonas Sicking
|
b7201dfad1
|
Bug 644476 Part 1: Remove nsIXMLHttpRequest.openRequest now that it's equivalent to nsIXMLHttpRequest.open. r=smaug
|
2011-03-28 13:05:52 -07:00 |
Joel Maher
|
03094ca7e2
|
Bug 643440 - when using --extra-profile-files, we can overwrite user.js settings from the harness. r=ted, a=test-only
|
2011-03-28 14:37:08 -04:00 |
Joel Maher
|
f2a28ceb3f
|
Bug 644697 - jsreftests shell test runner throws "Failed to test XUL condition 'Android'". r=dmandelin, a=test-only
|
2011-03-28 14:37:07 -04:00 |
Ehsan Akhgari
|
4727975a1c
|
Back out changeset 71d0179e0ad9 (bug 634586)
|
2011-03-28 13:47:53 -04:00 |
Ehsan Akhgari
|
c5a0193cbf
|
Merge cedar into mozilla-central
|
2011-03-28 13:28:13 -04:00 |
Mitchell Field
|
8fdc3b2ce9
|
Merge build-system to mozilla-central.
|
2011-03-29 02:07:57 +11:00 |
Boris Zbarsky
|
8c01a95bfd
|
Bug 644576. Make sure that when we set up our iterator we don't decide we're done if the first row in our damage range contains no cells in our damage range. r=roc
|
2011-03-28 10:49:48 -04:00 |
Boris Zbarsky
|
5f690ae085
|
Bug 642717. Hold strong references to our MozBeforePaint event targets. r=roc
|
2011-03-28 10:49:48 -04:00 |
Trevor Saunders
|
c8820c688d
|
Bug 635952 - crash [@ notificationController::IsTreeConstructed() ] on shutdown, r=surkov, fer, a=blocking2.x+
|
2011-03-28 23:00:02 +09:00 |
Alexander Surkov
|
6a8a3c024f
|
Bug 629114 - crash on add comment link in review board [@ nsBulletFrame::GetListItemText ] [@ nsBulletFrame::GetListItemText(nsStyleList const&, nsString&) ], r=davidb, marcoz, sr=bz, a=blocking2.x+
|
2011-03-28 22:59:54 +09:00 |
Alexander Surkov
|
accf174bed
|
Bug 644084 - crash [@ nsAccessNodeWrap::get_attributesForNames(unsigned short, unsigned short**, short*, unsigned short**)], r=marcoz, a=blocking2.x+
|
2011-03-28 22:59:44 +09:00 |
Alexander Surkov
|
83451edf51
|
Bug 598578 - Crash [@ PL_DHashTableOperate | nsTHashtable<nsBaseHashtableET<nsUint32HashKey, nsCOMPtr<nsILocalFile> > >::RemoveEntry(unsigned int const&) ], r=davidb, f=marcoz, a=blocking2.x+
|
2011-03-28 22:59:36 +09:00 |
Alexander Surkov
|
3245a53e60
|
Bug 643906 - Firefox 4.0 Crash Report [@ nsAccessible::AsHyperText() ], r=davidb, a=blocking2.x+
|
2011-03-28 22:59:28 +09:00 |
Alexander Surkov
|
804f5a843c
|
Bug 628603 - Crash in nsDocAccessible::CacheChildrenInSubtree [@ nsAccessNode::IsContent() ], r=davidb, a=blocking2.x+
|
2011-03-28 22:59:17 +09:00 |
Alexander Surkov
|
e577fe5cf0
|
Bug 630828 - Crash [@ nsAccessible::UpdateChildren() ], r=davidb, a=blocking2.x+
|
2011-03-28 22:59:08 +09:00 |
Alexander Surkov
|
64aaaadfa0
|
Bug 638326 - getTextAtOffset line boundary may return more than one line, r=david, neil, f=marcoz, a=blocking2.x+
|
2011-03-28 22:58:59 +09:00 |
Jim Mathies
|
54567cecf6
|
Bug 634586 - Hide the main window while transitioning to full screen, improves full screen transition experience. r=bz
|
2011-03-28 07:36:37 -05:00 |
Steve Harper
|
23f60d49d7
|
Bug 545650 - Use unbuffered IO when copying files in nsILocalFileWin. r=jimm
|
2011-03-28 07:36:33 -05:00 |
Simon Montagu
|
8bba176f5e
|
Make mRestorePos a logical position and convert to physical position when scrolling. Bug 638753, r=dbaron
|
2011-03-28 08:37:57 +02:00 |
Kai engert
|
0abdca9b13
|
Bug 552951 followup - Avoid the use of goto; r=mayhemer
|
2011-03-28 00:05:04 -04:00 |
timeless@mozdev.org
|
4854227de8
|
Bug 552951 nsKeygenFormProcessor::GetPublicKey doesn't use pqgParams/arena created by decode_pqg_params
r=kaie
|
2011-03-28 00:03:11 -04:00 |
Kyle Huey
|
f5d7490f5e
|
Merge m-c to bs.
|
2011-03-27 20:53:14 -04:00 |
Zack Weinberg
|
cc402fa08a
|
Bug 644006: Don't crash on zero-length input to nsNSSCertificateDB::ConstructX509FromBase64. r=honzab
|
2011-03-27 11:21:08 -07:00 |
Wan-Teh Chang
|
0389b18242
|
Bug 584562: Add algorithm string for RSA-PSS signatures.
The patch is contributed by Hanno Boeck <hanno@hboeck.de>.
r=wtc.
|
2011-03-27 10:49:36 -07:00 |
Josh Matthews
|
5808ca2c77
|
Bug 645359 - Need to call Init after there's a global ContentParent available for use in observers. r=startup-bustage
|
2011-03-26 16:16:45 -04:00 |
L. David Baron
|
a7d0981957
|
Mac GfxInfo::GetFeatureStatusImpl must assign to aStatus when it returns success. (Bug 645376)
|
2011-03-26 11:45:51 -07:00 |
Wan-Teh Chang
|
82421cb720
|
Bug 639191: update NSPR to NSPR_4_8_8_BETA2. Include fixes
for bug 546535, bug 587426, bug 622425, bug 624868,
bug 626035 (attachment 504094 only), bug 626309, bug 627299,
bug 629653, bug 635667.
|
2011-03-26 10:42:58 -07:00 |
Kyle Huey
|
a1867b04d7
|
Remove dead plugin SDK makefiles. rs=bsmedberg
|
2011-03-26 12:16:57 -04:00 |
Ehsan Akhgari
|
0c26c5ea2f
|
Merge cedar into mozilla-central
|
2011-03-26 12:16:48 -04:00 |
Kyle Huey
|
3f3bf2bbc2
|
Merge m-c to bs.
|
2011-03-26 12:12:37 -04:00 |
Ms2ger
|
e6db88b080
|
Bug 622935 - Map 0x7F to U+007F rather than U+FFFD in mac and soviet encodings; r=smontagu
|
2011-03-26 12:04:18 -04:00 |
Ms2ger
|
5a022749c7
|
Bug 587469 - Remove an image map quirk; r=mats
|
2011-03-26 11:59:54 -04:00 |
Ms2ger
|
a7161e667f
|
Bug 585933 - Only implement HTMLUnknownElement on unknown elements; r=jonas,smaug
--HG--
rename : content/html/content/src/nsHTMLSpanElement.cpp => content/html/content/src/nsHTMLUnknownElement.cpp
|
2011-03-26 11:58:55 -04:00 |
timeless@mozdev.org
|
f6ec154974
|
Bug 620179 crash [@ TestNode::Constrain] if cantHandleYet
r=enn
|
2011-03-26 00:39:29 -04:00 |
timeless@mozdev.org
|
442136859b
|
Bug 620181 crash [@ nsXBLPrototypeBinding::LocateInstance] if the while loop condition becomes false
r=neil
|
2011-03-26 00:39:12 -04:00 |
timeless@mozdev.org
|
17646a69f4
|
Bug 620311 crash [@ nsTableFrame::MatchCellMapToColCache | nsTableFrame::RemoveFrame] because cellMap guard did not cover MatchCellMapToColCache
r=bernd
|
2011-03-26 00:37:35 -04:00 |
timeless@mozdev.org
|
0401ae698b
|
Bug 620408 add fall through comment to txXPCOMExtensionFunctionCall::GetParamType
r=peterv
|
2011-03-26 00:37:11 -04:00 |
Mitchell Field
|
9b0d3821e9
|
Bug 644861 - --enable-application should default to browser. r=ted
|
2011-03-26 01:49:06 +11:00 |
Adrian Johnson
|
8b5f612223
|
b=462872 print as pdf where possible r=karlt
--HG--
extra : transplant_source : %04%20%00%0A%5C%1F%CA2%CC%8Dk%BB%FBw%9C%82%E1%13%97%C6
|
2011-03-25 16:38:59 +13:00 |
Frédéric Wang
|
feb01ac8f7
|
b=605605 Uninitialised value used in nsMathMLChar r=karlt
--HG--
extra : transplant_source : _G%B6%C6%C6q%C0a%F0f-%CD%AF%FB%FE%F0%BAYc%D5
|
2011-03-25 16:38:59 +13:00 |