- Aug 16, 2011
-
-
Mike Hommey authored
-
- Aug 15, 2011
-
-
Kyle Huey authored
-
Kyle Huey authored
-
Ms2ger authored
-
Nicholas Nethercote authored
-
Oleg Romashin authored
-
- Aug 14, 2011
-
-
Phil Ringnalda authored
Bug 678781 - warnings-as-errors - format '%p' expects type 'void*', but argument 4 has type 'JSScript*' in InvokeHelpers.cpp:880:80, r=billm
-
Phil Ringnalda authored
-
Ms2ger authored
* * * Bug 675075 - Followup: remove nsIDOMWindowInternal.h includes; r=bustage
-
Ms2ger authored
-
Ms2ger authored
-
Ms2ger authored
-
Matheus Kerschbaum authored
-
Ms2ger authored
-
Marco Castelluccio authored
-
Ed Morley authored
Bug 665532 - Fix unused variable warnings in nsWifiMonitor.cpp by removing now unneeded LOG()s; r=dougt
-
Siddharth Agarwal authored
Bug 678475 - Make mozconfig-find always return an absolute path. Patch adapted from code by Hiroyuki Ikezoe <hiikezoe@mozilla-japan.org>. r=ted
-
Geoff Lankow authored
-
Geoff Lankow authored
-
Geoff Lankow authored
-
Jonathan Hage authored
Bug 669713 - Increment the scriptlevel of the over child in <munderover accent=true> when rendered as a supscript; r=karlt
-
Steffen Wilberg authored
-
- Aug 13, 2011
-
-
Ben Turner authored
Bug 678057 - 'Workers: overrideMimeType() removed from XHR, breaks web content, diverges from main-thread XHR'. r=sicking. --HG-- extra : transplant_source : %D5r%ADtwT%DF%BAO-2sav%CCD%E2Y%B2Q
-
- Aug 14, 2011
-
-
Daniel Holbert authored
-
Marco Castelluccio authored
-
Ed Morley authored
Bug 665532 - Fix unused variable warnings in nsWifiMonitor.cpp by removing now unneeded LOG()s; r=dougt
-
L. David Baron authored
Remove the multiple-parameter versions of nsRenderingContext::SetFont. (Bug 678671, patch 5) r=roc This changes the only remaining callers (in nsMathMLChar) to pass the correct language, which they were not previously doing, which should improve the correctness of font selection and also reduce the number of unique font metrics objects requested (which helps nsFontCache effectiveness). Those callers, however, remain the odd font users within all of layout.
-
L. David Baron authored
Remove nsPresContext::GetMetricsFor, which was always a bad idea since it uses the generally-incorrect language-from-charset. (Bug 678671, patch 4) r=roc This fixes the one remaining caller (the debugging code to visually display reflow counts!) to just pass a null language, since it's just debugging code.
-
L. David Baron authored
Make nsRuleNode's use of font metrics for ch and ex units pass the correct language. (Bug 678671, patch 3) r=roc This makes these users (which are exceptions within layout, although low-level enough that it won't matter for font inflation work) call through to GetMetricsFor explicitly with the correct language, rather than using the broken nsPresContext::GetMetricsFor and its charset-detected language. This improves the correctness of our behavior for 'ch' and 'ex' CSS units when the font selection (or defaults) are language-dependent. It should also reduce the number of unique sets of font metrics requested (which helps nsFontCache effectiveness).
-
L. David Baron authored
Replace all uses of nsLayoutUtils::SetFontFromStyle with GetFontMetricsForFrame or GetFontMetricsForStyleContext and remove SetFontFromStyle. (Bug 678671, patch 2) r=roc There was nothing wrong with SetFontFromStyle, except that it's just one more API to think about (and one more API to audit and modify for font inflation work to happen in bug 627842).
-
L. David Baron authored
Switch lots of callers to using nsLayoutUtils::GetFontMetricsForFrame and nsLayoutUtils::GetFontMetricsForStyleContext. (Bug 678671, patch 1) r=roc This changes a number of callers that were previously bypassing the use of the correct language (with either no language or the charset-detected language on the pres context via nsPresContext::GetMetricsFor) and/or the correct user font set to pass the correct values, which should improve the correctness of the behavior of whatever they were using the fonts for, and also reduce the number of unique sets of font metrics requested (which helps nsFontCache effectiveness).
-
- Aug 12, 2011
- Aug 11, 2011
-
-
Benoit Jacob authored
This is not a limited-enumerated attribute, so let's use reflectString instead.
-
- Aug 10, 2011
-
-
Benoit Jacob authored
-
Benoit Jacob authored
-