Daniel Holbert
|
0902ed0ee1
|
Bug 522320 bustage fix (handle 'normal' value for font-variant/font-style in two other places).
|
2009-10-21 17:05:07 -07:00 |
|
Daniel Holbert
|
03220db402
|
Bug 520486 (patch 1): Extend nsStyleAnimation to support enumerated values. r=dbaron
|
2009-10-21 14:57:57 -07:00 |
|
Daniel Holbert
|
3cb73212d1
|
Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 2 (handle remaining properties). r=dbaron
|
2009-10-21 14:57:57 -07:00 |
|
Daniel Holbert
|
4b1567d0cb
|
Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 1 addendum (handle font-style, font-variant, overflow). r=dbaron
|
2009-10-21 14:57:57 -07:00 |
|
Daniel Holbert
|
86e58b6697
|
Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 1 (handle single-valued SVG-animatable properties). r=dbaron
|
2009-10-21 14:57:57 -07:00 |
|
Robert Longson
|
17d11a85e8
|
Bug 521207 - tiles do not work if they extend beyond the filter subregion bounds
|
2009-10-21 18:47:59 +01:00 |
|
L. David Baron
|
4d6a859d90
|
Add support for animation of stroke-dasharray to nsStyleAnimation. (Bug 523355) r=dholbert sr=bzbarsky
|
2009-10-21 10:17:40 -04:00 |
|
Jonathan Watt
|
6b816ecdd6
|
Bug 523481. Restore the group opacity optimization that was broken by the patch for bug 455984. r=longsonr@gmail.com
|
2009-10-21 13:32:57 +02:00 |
|
L. David Baron
|
4c0fa8e623
|
Add support for animation of text-shadow and -moz-box-shadow (the first complex value types that we animate). (Bug 523196) r=dholbert sr=bzbarsky
|
2009-10-21 06:53:46 -04:00 |
|
L. David Baron
|
f85d2aae1c
|
Serialize type selectors with original case. (Bug 523341) r=bzbarsky
|
2009-10-21 06:53:46 -04:00 |
|
Boris Zbarsky
|
ba3dae1bf7
|
Bug 523089. Fix serialization of [*|foo] selectors. r=dbaron
|
2009-10-20 13:27:47 -04:00 |
|
Boris Zbarsky
|
23154b2bd7
|
Bug 522601. Make inDeepTreeWalker closer to spec behavior and implement various unimplemented methods. r=sicking,sdwilsh
|
2009-10-20 13:27:46 -04:00 |
|
Daniel Holbert
|
1b6c4332af
|
Bug 521335: explicitly handle 'eUnit_None' in nsStyleAnimation's ComputeDistance & AddWeighted methods, so that none-to-none animations won't spam assertions. r=dbaron
|
2009-10-20 09:54:50 -07:00 |
|
Daniel Holbert
|
408720e9ce
|
Bug 523188: Allow for ClearAnimValue() (and SetSMILOverrideStyleRule()) to be called for animation targets that aren't in a document. r=birtles r=roc
|
2009-10-20 09:54:47 -07:00 |
|
Nochum Sossonko
|
ea120921fe
|
Bug 498648 - Start private browsing while editing a message, cancel, doesn't cancel private browsing; r=bz,jst,ehsan
|
2009-10-20 10:19:43 -04:00 |
|
L. David Baron
|
d035804a7a
|
Implement nsStyleAnimation::Add and Interpolate using the same code underneath. (Bug 523193) r=dholbert sr=bzbarsky
|
2009-10-20 07:46:16 -04:00 |
|
L. David Baron
|
8461beec27
|
Switch nsStyleAnimation from using nsStyleCoord to using its own nsStyleAnimation::Value, so we don't have to add nontrivial destructors to nsStyleCoord. (Bug 522852) r=dholbert,bzbarsky
|
2009-10-20 07:46:16 -04:00 |
|
Boris Zbarsky
|
12870ceb8a
|
Adding test for bug 523096
|
2009-10-20 01:43:24 -04:00 |
|
Jonathan Griffin
|
89b487b6ff
|
Bug 521457. Add debugger options to runreftest.py and runxpcshelltests.py. r=ted
--HG--
extra : rebase_source : 420b33b1d44aae7361c25d8bcc15032c303aa80d
|
2009-10-19 16:12:09 -07:00 |
|
Robert O'Callahan
|
c41769107b
|
Bug 504524. Don't reflow the line after an incomplete frame unless we really need to. r=bz
|
2009-10-19 01:01:40 -07:00 |
|
Masayuki Nakano
|
df751e7973
|
Backing out bug 520417
--HG--
rename : widget/src/beos/nsSystemSoundService.cpp => widget/src/beos/nsSound.cpp
rename : widget/src/beos/nsSystemSoundService.h => widget/src/beos/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.h => widget/src/cocoa/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.mm => widget/src/cocoa/nsSound.mm
rename : widget/src/gtk2/nsSystemSoundService.cpp => widget/src/gtk2/nsSound.cpp
rename : widget/src/gtk2/nsSystemSoundService.h => widget/src/gtk2/nsSound.h
rename : widget/src/os2/nsSystemSoundService.cpp => widget/src/os2/nsSound.cpp
rename : widget/src/os2/nsSystemSoundService.h => widget/src/os2/nsSound.h
rename : widget/src/photon/nsSystemSoundService.cpp => widget/src/photon/nsSound.cpp
rename : widget/src/photon/nsSystemSoundService.h => widget/src/photon/nsSound.h
rename : widget/src/qt/nsSystemSoundService.cpp => widget/src/qt/nsSound.cpp
rename : widget/src/qt/nsSystemSoundService.h => widget/src/qt/nsSound.h
rename : widget/src/windows/nsSystemSoundService.cpp => widget/src/windows/nsSound.cpp
rename : widget/src/windows/nsSystemSoundService.h => widget/src/windows/nsSound.h
|
2009-10-18 16:29:08 +09:00 |
|
L. David Baron
|
8d4df33d5b
|
Increase transitions test bezier tolerance to 0.0015 since bug 522862 comment 0 has an example that requires it to be 0.0012. (Bug 522862, Bug 435441)
|
2009-10-17 10:56:38 -04:00 |
|
L. David Baron
|
419becffc1
|
Make ReResolveStyleContext no longer rerun selector matching on next-continuations by making both ReResolveStyleContext and ReParentStyleContext enforce the invariant that all continuations have the same style context. (Bug 522563) r=bzbarsky
|
2009-10-17 10:31:47 -04:00 |
|
L. David Baron
|
a24de14a8f
|
Add comment about additional place new system metrics should be added.
|
2009-10-17 10:31:47 -04:00 |
|
Masayuki Nakano
|
4acf47e1e9
|
Bug 520417 Redesign nsSound structure r+sr=roc
--HG--
rename : widget/src/beos/nsSound.cpp => widget/src/beos/nsSystemSoundService.cpp
rename : widget/src/beos/nsSound.h => widget/src/beos/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.h => widget/src/cocoa/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.mm => widget/src/cocoa/nsSystemSoundService.mm
rename : widget/src/gtk2/nsSound.cpp => widget/src/gtk2/nsSystemSoundService.cpp
rename : widget/src/gtk2/nsSound.h => widget/src/gtk2/nsSystemSoundService.h
rename : widget/src/os2/nsSound.cpp => widget/src/os2/nsSystemSoundService.cpp
rename : widget/src/os2/nsSound.h => widget/src/os2/nsSystemSoundService.h
rename : widget/src/photon/nsSound.cpp => widget/src/photon/nsSystemSoundService.cpp
rename : widget/src/photon/nsSound.h => widget/src/photon/nsSystemSoundService.h
rename : widget/src/qt/nsSound.cpp => widget/src/qt/nsSystemSoundService.cpp
rename : widget/src/qt/nsSound.h => widget/src/qt/nsSystemSoundService.h
rename : widget/src/windows/nsSound.cpp => widget/src/windows/nsSystemSoundService.cpp
rename : widget/src/windows/nsSound.h => widget/src/windows/nsSystemSoundService.h
|
2009-10-17 21:53:47 +09:00 |
|
Daniel Holbert
|
1ac2adcf94
|
bug 522779: use nsTArray::Contains() instead of checking nsTArray::IndexOf() against various sentinel values, in three places in layout. r=dbaron
|
2009-10-16 15:49:30 -07:00 |
|
Jonathan Griffin
|
31d5e938ed
|
Bug 521130. Add a --timeout parameter to runtests.py, and change the --timeout parameter in runreftests.py to use s instead of ms. r=ted
|
2009-10-16 13:23:30 -07:00 |
|
Taras Glek
|
ac50aeeba7
|
Bug 522649: author styled select widget is missing arrow on button r=bz
--HG--
extra : rebase_source : 74aeb4467822896f4bc0e5ceaf73578de75c2222
|
2009-10-16 11:48:04 -07:00 |
|
Ted Mielczarek
|
06180460f4
|
bug 372581 - fix runreftest.py's --utility-path to handle relative pathnames. r=bsmedberg
--HG--
extra : rebase_source : dcf9cff627ba9abb46ab99dd88616589fbcb5a3c
|
2009-10-16 13:34:17 -04:00 |
|
Mats Palmgren
|
e4c63caab2
|
Make the reftest framework draw the caret (non-blinking). b=519361 r=roc
|
2009-10-16 12:55:49 +02:00 |
|
Mats Palmgren
|
032dc23c67
|
Flag nsCaret::mPendingDraw if the on-cycle draw was suppressed; update the caret when the pres shell tells us that painting is unsuppressed. b=520720 r=roc
|
2009-10-16 12:55:32 +02:00 |
|
Olli Pettay
|
2d83c2550e
|
Bug 448602 - Have a way to enumerate event listeners, r=bz
--HG--
extra : rebase_source : 77ed96b23db73ae78ed7f34ed231daf84fae1f54
|
2009-10-16 11:57:32 +03:00 |
|
L. David Baron
|
7c22b255c4
|
Add bug numbers for the FIXME comments in CSS transitions patches. (Bug 435441)
|
2009-10-15 17:23:19 -07:00 |
|
L. David Baron
|
28ec4a4285
|
Add tests for media queries of system metrics. (Bug 522149)
|
2009-10-15 17:23:19 -07:00 |
|
L. David Baron
|
3b16f271a9
|
Add media queries for all of our system metrics exposed in :-moz-system-metric(). (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:19 -07:00 |
|
L. David Baron
|
8365dc9f5c
|
Pass the media feature to media feature value getters. (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:18 -07:00 |
|
L. David Baron
|
f48aeb5191
|
Make nsMediaFeature::mKeywordTable an mData union. (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:18 -07:00 |
|
L. David Baron
|
7018e22fb5
|
Put :-moz-system-metric values in nsGkAtoms. (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:18 -07:00 |
|
Robert O'Callahan
|
6036c0c62b
|
Add logging code to help diagnose random failure
|
2009-10-16 12:10:27 +13:00 |
|
Jesse Ruderman
|
52a69cd192
|
Add more crashtests
|
2009-10-15 14:22:11 -07:00 |
|
Jesse Ruderman
|
77a63579f4
|
Add some crashtests
|
2009-10-15 13:26:59 -07:00 |
|
Zack Weinberg
|
615b54c6b2
|
Bug 522292: Make the table of character properties in nsCSSScanner.cpp a compile-time constant.
|
2009-10-15 13:18:21 -07:00 |
|
Jesse Ruderman
|
d1b6c0a0f6
|
Add reftest for bug 467321
|
2009-10-15 12:18:37 -07:00 |
|
Daniel Holbert
|
f8bc963c56
|
Bug 517882 follow-up: Reorder nsStyleText constructor's initializer list to fix build warning. r=dbaron
|
2009-10-14 19:42:03 -07:00 |
|
Robert O'Callahan
|
2b1b5c4631
|
Bug 508115. Test
|
2009-08-05 21:29:33 +12:00 |
|
Robert O'Callahan
|
0a295f9867
|
Bug 520316. Call DetachWidgetEventHandler on the right view. r=dbaron
|
2009-10-10 00:48:29 +13:00 |
|
Robert O'Callahan
|
e86893e8e6
|
Bug 520462. Test that mouse clicks transfer focus to plugins correctly. r=jmathies
|
2009-10-08 00:14:12 +13:00 |
|
Robert O'Callahan
|
c3acb8ce31
|
Bug 476547. Make lquote and rquote actually work, especially when there are dynamic changes, by finding the correct text frames to modify and notifying the text frame that the DOM text has changed. r=karlt
|
2009-10-07 17:28:41 +13:00 |
|
Robert O'Callahan
|
f7d304494f
|
Bug 520436. Interpret NPN_InvalidateRect rectangles as relative to the content-box, not the border-box. r=josh
|
2009-10-05 23:07:30 +13:00 |
|
L. David Baron
|
87a4b29b7f
|
Increase test tolerance to reflect observed errors in bug 435441 comments 103 and 105, and handle timer firing after 8 seconds (comment 104).
|
2009-10-14 17:51:38 -07:00 |
|