Andrea Marchesini
|
e6f385fb3d
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Ehsan Akhgari
|
60360fc645
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
|
Trevor Saunders
|
8f78184d9a
|
bug 1016545 - Provide an iterator that iterates over all children of an element r=bz
|
2014-07-16 14:41:57 -04:00 |
|
Jonathan Kew
|
ce9cbe4216
|
bug 1031241 pt 1 - Rename Get{Min,Pref}Width to Get{Min,Pref}ISize throughout layout. r=dbaron,smontagu
|
2014-07-24 18:03:25 +01:00 |
|
Mats Palmgren
|
9795aca511
|
Bug 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-13 00:47:52 +00:00 |
|
Wes Kocher
|
42253715d7
|
Backed out 11 changesets (bug 1008917) for apparently introducing an intermittent failure of B2G Crashtest-2 on a CLOSED TREE
Backed out changeset e2ab653f688a (bug 1008917)
Backed out changeset b52154d8d900 (bug 1008917)
Backed out changeset 2ab5b01da4de (bug 1008917)
Backed out changeset f7a38df1d44f (bug 1008917)
Backed out changeset 80304bb9a572 (bug 1008917)
Backed out changeset 10ed89a302e9 (bug 1008917)
Backed out changeset 161c41991d46 (bug 1008917)
Backed out changeset 25b2475d2368 (bug 1008917)
Backed out changeset b8000b31277c (bug 1008917)
Backed out changeset 9afa5e7715e1 (bug 1008917)
Backed out changeset 5c380c21351f (bug 1008917)
|
2014-05-12 15:47:41 -07:00 |
|
Mats Palmgren
|
a722b491f1
|
Bug 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-12 17:40:28 +00:00 |
|
Giovanni Sferro
|
50fc553974
|
Bug 1003741 - nsNumberControlFrame implements nsITextControlFrame. r=ehsan
|
2014-05-05 18:21:00 -04:00 |
|
Masayuki Nakano
|
3cc4e99fc0
|
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
|
2014-04-03 13:18:36 +09:00 |
|
Arnaud Sourioux
|
a127266e74
|
Bug 974687 - Part 1: Add about 300 MOZ_OVERRIDE in layout/. r=dholbert
|
2014-02-24 09:41:56 -05:00 |
|
Jonathan Watt
|
bf93e3f9bb
|
Bug 970257 - Make <input type=number> handle auto width properly. r=dholbert
|
2014-02-12 02:54:14 +00:00 |
|
Jonathan Watt
|
823e3ab22a
|
Bug 951310 - Make <input type=number correctly handle CSS min-height and max-height. r=dholbert
|
2014-02-05 00:42:57 +00:00 |
|
Daniel Holbert
|
3146c96a56
|
Bug 919806 followup: Reindent method declarations affected by NS_IMETHOD-removal. (whitespace-only; no review) DONTBUILD
|
2014-02-18 00:36:33 -08:00 |
|
Arnaud Sourioux
|
2d583fd28f
|
Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert
|
2014-02-17 23:47:48 -08:00 |
|
Jonathan Watt
|
dc7188dcc2
|
Bug 827161, part 2 - Implement HTML 5's ValidityState.badInput and implement the state for HTMLInputElement's number type. r=smaug
|
2014-01-30 12:54:12 +00:00 |
|
Jonathan Watt
|
dac59aae69
|
Bug 844744, part 2 - Make <input type=number> use ICU when available to support localized number input. r=smaug
|
2014-01-23 15:43:12 +00:00 |
|
Jonathan Watt
|
18489c67b2
|
Bug 949891 - Make nsNumberControlFrame a leaf frame so that only its CreateAnonymousContent method can create child frames. r=dholbert
|
2014-01-14 12:40:01 +00:00 |
|
Mats Palmgren
|
e6ea29ce0d
|
Bug 956447 - Make it possible to get frame dumps in non-DEBUG builds. r=roc
|
2014-01-05 23:31:14 +00:00 |
|
Jonathan Watt
|
db7a522d08
|
Bug 948475 - Implement HTMLInputElement.select() for <input type=number> (contrary to the HTML5 spec) since content needs it. r=smaug
|
2013-12-11 11:41:51 +00:00 |
|
Alexander Surkov
|
6eaf68e1f9
|
Bug 559761 - make <input type=number> accessible, r=tbsaunde, smaug
--HG--
rename : accessible/tests/mochitest/value/test_range.html => accessible/tests/mochitest/value/test_number.html
|
2013-12-10 22:19:26 -05:00 |
|
Jonathan Watt
|
3c34ed2d2f
|
Bug 948549 - Make <input type=number> behave and look disabled when the 'disabled' attribute is set or it's inside a disabled fieldset. r=smaug
|
2013-12-11 02:13:06 +00:00 |
|
Jonathan Watt
|
d77b910df1
|
Bug 935508 - Implement native theming of <input type=number>. r=roc
|
2013-12-05 16:20:34 +00:00 |
|
Ryan VanderMeulen
|
144da7f841
|
Backed out changesets 1b268ec6b81e, b68f5c69dce2 (bug 935508) and changesets 29db440280c8, 64f359e4e054 (bug 945784) for mochitest failures.
CLOSED TREE
|
2013-12-05 13:00:23 -05:00 |
|
Jonathan Watt
|
aa6b5e3313
|
Bug 935508 - Implement native theming of <input type=number>. r=roc
|
2013-12-05 16:20:34 +00:00 |
|
Cameron McCormack
|
2f884a142f
|
Bug 945517 - Make nsIFrame::GetPseudoElementContent return Element* instead of nsIContent*. r=bz
|
2013-12-03 15:49:03 +11:00 |
|
Cameron McCormack
|
3674dd2b47
|
Bug 944246 - Make getComputedStyle pass in anonymous content when resolving pseudo-element style. r=bz
|
2013-12-03 10:57:50 +11:00 |
|
Jonathan Watt
|
1bd74a0112
|
Bug 943047 - Stop <input type=number> from taking focus twice, and enable tabbing backwards through focusable items. r=smaug
|
2013-12-01 13:49:10 +00:00 |
|
Jonathan Watt
|
9d11b60c7f
|
Bug 935501 - Get pointer events working for <input type=number>'s spin up/down buttons. r=smaug
|
2013-12-01 13:49:10 +00:00 |
|
Jonathan Watt
|
c43955f3d9
|
Bug 665528 - Add support for placeholders to <input type=number>. r=mounir
|
2013-11-22 13:24:54 +00:00 |
|
Jonathan Watt
|
fe83def1e5
|
Bug 927435 - When a user types into <input type=number>'s anonymous text control, update the value of the <input type=number> as appropriate. r=smaug
|
2013-11-22 13:24:53 +00:00 |
|
Jonathan Watt
|
9f8bfb29c3
|
Bug 638293 - When the value of <input type=number> changes, keep its anonymous text input field child in sync as appropriate. r=smaug
|
2011-06-21 16:17:10 +02:00 |
|
Jonathan Watt
|
7bd8b8d0b5
|
Bug 665884 - Redirect focus from <input type=number> to its anonymous text control, and get autofocus working. r=dbaron
|
2011-06-21 16:13:12 +02:00 |
|
Jonathan Watt
|
f8dfb4d33f
|
Bug 635240 - Implementation of the layout and anonymous shadow tree portion of <input type=number>. r=dholbert
|
2013-09-04 11:30:36 +01:00 |
|