L. David Baron
|
eca80ee500
|
Fire assertions when guard objects are used as temporaries. (Bug 531460) r=cjones
|
2010-04-04 11:15:18 -07:00 |
L. David Baron
|
74f53c2869
|
Fire assertions when guard objects are used as temporaries. (Bug 531460) r=jst
|
2010-04-04 11:15:18 -07:00 |
L. David Baron
|
19b3cbfffb
|
Fire assertions when guard objects are used as temporaries. (Bug 531460) r=jst
|
2010-04-04 11:15:18 -07:00 |
Serge Gautherie
|
676f600b60
|
(no bug) Remove remnant MOZ_CALENDAR since (at least) mozilla1.9.1.
(no review)
|
2010-04-04 04:38:09 +02:00 |
Bill Gianopoulos
|
e2fbb6b582
|
Bug 555727: Stop MSVC from over-optimizing NS_DECLARE_FRAME_PROPERTY. r=dbaron
|
2010-04-03 16:21:53 -04:00 |
Josh Aas
|
938faaaf5d
|
Only allow out-of-process plugins on Mac OS X 10.6 or higher. b=556545 r=bgirard
|
2010-04-03 11:19:50 -04:00 |
Jonathan Kew
|
a223f8b3cf
|
Bug 553433 - followup to correct freetype notice in about:license. r=blassey
|
2010-04-03 13:52:23 +01:00 |
Laurent Jouanneau
|
454a48160d
|
bug 549295 - html serializer should not wrap by default. r=Olly sr=Boris
|
2010-04-03 14:51:17 +02:00 |
Ehren Metcalfe
|
81deb6e11f
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
Jacek Caban
|
8359addbac
|
Bug 553586: Heap corruption in Windows ShowNativePrintDialog. r=vlad
|
2010-04-03 07:35:27 -04:00 |
Masatoshi Kimura
|
4f1918672b
|
Bug 463104: elementFromPoint should accept floating point coordinates. r=bz
|
2010-04-03 07:34:24 -04:00 |
Jacek Caban
|
d08cf3adb7
|
Bug 393119: Followup bustage fix for mingw. r=mrbkap
|
2010-04-03 07:32:59 -04:00 |
Dão Gottwald
|
5d67b83d6b
|
use Services.* in browser chrome tests
|
2010-04-03 09:36:55 +02:00 |
L. David Baron
|
111d92c623
|
Bug 554188 followup: use fails-if rather than random-if, with stricter condition.
|
2010-04-02 22:31:41 -07:00 |
L. David Baron
|
98bbe9a494
|
Make pseudo-classes-02 run using test_visited_reftests.html instead of the normal reftest harness. (Bug 147777) r=jwatt
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
8468f0a0b1
|
Add mochitests for getComputedStyle and querySelector(All) lying about :visited selectors. (Bug 147777)
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
5d148ce272
|
Add reftests for :visited handling in layout/reftests/css-visited/ and make them run through the mochitest harness (via layout/style/test/test_visited_reftests.html) rather than the reftest harness. (Bug 147777)
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
d7f17f0fea
|
Add method to munge the content state appropriately for how we're matching so that matching operations in HTML and CSS style sheets follow the new rules. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
8a8a109ed3
|
Put visited handling in the tree match context. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
ab592a4660
|
Set NS_STYLE_RELEVANT_LINK_IS_VISITED when appropriate. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
2363c7bc38
|
Propagate whether we have a relevant link from rule processors to style set. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
41665a0fa7
|
Pass through desired link-visitedness on the rule walker and construct if-visited style contexts in the style set when visited styles are present. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:27 -07:00 |
L. David Baron
|
460ee206dc
|
Fix initialization comment in nsRuleProcessorData. (Bug 147777) r=sdwilsh
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
5c5f145f68
|
Make nsStyleContext::FindChildWithRules deal with the visited style context. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
ef8976f9e3
|
Propagate whether we have a relevant link out of selector matching. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
f050ec3335
|
Introduce NodeMatchContext for additional input into SelectorMatches. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
7b241da012
|
Introduce TreeMatchContext for additional output from SelectorMatchesTree. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
c501ea69e5
|
Use the appropriate color based on visitedness for the color or fallback color parts of 'fill' and 'stroke'. (Bug 147777) r=jwatt
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
2cf482f929
|
Use the appropriate color based on visitedness for 'outline-color'. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
92924f60ee
|
Use the appropriate color based on visitedness for border-collapse borders. (Bug 147777) r=bernd
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
ef0e1ee85c
|
Use the appropriate color based on visitedness for nsCSSRendering::PaintBorder users of the 'border-*-color' properties. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
266aa4ff2f
|
Prerequisite comments for using the appropriate color for border colors. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
25c9afcff7
|
Use the appropriate color based on visitedness for the 'background-color' property. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
8e85b9bd76
|
Make PaintBackgroundWithSC and related methods operate on nsStyleContext* rather than const nsStyleBackground*. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
L. David Baron
|
f0adc730c1
|
Use the appropriate color based on visitedness for the 'color' property. (Bug 147777) r=roc
|
2010-04-02 18:58:25 -07:00 |
L. David Baron
|
bc4f90fe25
|
Fix existing tests to deal with getComputedStyle lying about :link vs. :visited. (Bug 147777) r=sdwilsh
|
2010-04-02 18:58:25 -07:00 |
L. David Baron
|
0dfd3fae00
|
Add nsIDOMWindowUtils::getVisitedDependentComputedStyle for use in tests. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
L. David Baron
|
0950995fb0
|
Add function to nsStyleUtil for choosing the appropriate color from style data based on link visitedness. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
L. David Baron
|
5042b2198e
|
Add mechanism for separate style data for visited style. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
L. David Baron
|
7c509ab303
|
Split nsStyleSet::ResolveStyleForRules into two different APIs for the two different types of uses. (Bug 147777) r=bzbarsky
|
2010-04-02 18:58:25 -07:00 |
Josh Aas
|
62b8e418d4
|
Bug 555234: Enable OOPP for x86 OS X and don't export mochitests conditional on MOZ_IPC. r=bsmedberg,ted
|
2010-04-02 20:19:31 -05:00 |
Chris Pearce
|
ffe472db29
|
Bug 531340 - Bustage fix on comm-central. r=bustage-fix
|
2010-04-02 17:03:12 -07:00 |
Daniel Holbert
|
3bae53789a
|
Bug 556900: Fix GCC warnings in nsOggPlayStateMachine.cpp. r=cpearce
|
2010-04-02 16:47:18 -07:00 |
Daniel Holbert
|
f828d40011
|
Bug 556897: Fix GCC warnings "FOO will be initialized after BAR when initialized here" in content/media/ogg/. r=cpearce
|
2010-04-02 16:47:15 -07:00 |
Vivien Nicolas
|
1e592c0299
|
Bug 461843: Backout changes to avoid assertions but broke scrollbar margin support [r=roc]
|
2010-04-02 18:25:40 -04:00 |
Michael Wu
|
28c066cbd3
|
Bug 542146 - Add support for building JS on Android. patch by vlad, bcombee, and me. r=ted
|
2010-04-02 15:09:05 -07:00 |
Daniel Holbert
|
8e42c39ea3
|
Bug 556860: Fix unsigned/signed warnings in nsGeolocation.cpp. r=dougt
|
2010-04-02 14:49:38 -07:00 |
Ted Mielczarek
|
c061f1637e
|
Bug 554188: 534919-1.html is known to fail on 10.6, working on it. test only, no-r=
|
2010-04-02 15:06:20 -05:00 |
Chris Jones
|
d8d8519e40
|
Bug 551254: Simple (disabled) test that the STL wrappers work correctly.
|
2010-04-02 12:58:12 -05:00 |
Chris Jones
|
a5d6b3adea
|
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
|
2010-04-02 12:58:11 -05:00 |