Tim Nguyen
0c7241ff9a
Bug 1471542 - Remove support for tree[seltype=cell] and tree[seltype=text]. r=Paolo
...
MozReview-Commit-ID: BW9u3CvvP1p
2018-06-27 18:35:18 +01:00
Brian Grinstead
7de04ec3b1
Bug 1456703 - Stop using nsIDOMXULTextBoxElement to detect XUL textboxes r=enndeakin+6102
...
This is used in JS via instanceof checks, and in C++ only to get the `inputField`
attribute (the actual HTML input or textarea). We can swap out instanceof by checking
the tag name, and we can directly query for the input field from C++.
MozReview-Commit-ID: 7xpHQMYzYhD
2018-04-26 15:15:10 -07:00
Boris Zbarsky
72b3558850
Bug 1446711 part 7. Switch the nsIDOMMouseEvent::MOZ_SOURCE_* constants over to MouseEventBinding. r=qdot
...
We can't include MouseEventBinding.h in MouseEvents.h because that produces
this include loop:
MouseEventBinding.h -> UIEventBinding.h ->
nsGlobalWindow.h -> nsGlobalWindowInner.h -> nsRefreshDriver.h ->
AnimationEventDispatcher.h -> AnimationComparator.h -> Animation.h ->
EffectCompositor.h -> PseudoElementHashEntry.h -> Element.h ->
PointerEventHandler.h -> MouseEvents.h -> MouseEventBinding.h
MozReview-Commit-ID: 6FNksGil7uD
2018-03-20 00:16:06 -04:00
Florian Quèze
f6add2cafd
Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop.
2018-02-28 18:51:33 +01:00
Florian Quèze
c5f15a4700
Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop.
2018-02-01 20:45:22 +01:00
Tim Nguyen
0f11886f22
Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao
...
MozReview-Commit-ID: 3hydkeoneC0
2018-01-18 10:36:05 +00:00
Dan Banner
5af4450327
Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
...
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
Nicholas Nethercote
d9137582de
Bug 1392989 (part 1) - Remove convertProperties(). r=jaws.
...
It's unused.
2017-08-24 11:45:54 +10:00
Mark Banner
703aa9e231
Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws
...
MozReview-Commit-ID: Ed9FfkskDos
2017-02-20 11:45:58 +00:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Mark Banner
dc46a8fba3
Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
...
MozReview-Commit-ID: CiIsUjQzp4D
2016-11-09 22:06:32 +00:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Jared Wein
eb09d153fa
Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
...
MozReview-Commit-ID: 3EQOeDSnmVz
2016-11-04 17:11:52 -04:00
Wes Kocher
5f6cf497a3
Backed out changeset 2a1b034ed3fb (bug 1314474) for xpcshell failures a=backout
2016-11-04 13:57:56 -07:00
Jared Wein
c0329c1f9a
Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
...
MozReview-Commit-ID: 3QTChaVgCRP
2016-11-03 18:29:08 -04:00
Jared Wein
8860cdf2c1
Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Dave Townsend
141eaedde7
Bug 1245649: Enable no-nested-ternary. r=mconley
2016-02-03 21:17:16 -08:00
Dave Townsend
a2ba043d69
Bug 1245649: Turn on no-trailing-spaces. r=Gijs
2016-02-03 14:22:33 -08:00
Dave Townsend
2e4b5d2078
Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe
2016-02-03 13:12:18 -08:00
Jon Morton
4a98f87acc
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
2014-10-14 13:15:21 -07:00
Masayuki Nakano
c2218c4999
Bug 950373 part.1 XUL <tree> should handle non-printable keys with keydown event handler instead of keypress event handler r=enndeakin
2014-02-11 14:26:10 +09:00
Martijn Wargers
545e68cdbb
Bug 922008 - Remove more enablePrivilege calls, part2. r=jmaher
2013-09-30 11:30:01 +02:00
Trevor Saunders
fdf2a869ea
bug 407956 - make nsITreeView not take a nsISupportsArray* r=neil, bz sr=neil
2013-01-06 19:54:42 -05:00
Mario Alvarado [:marioalv]
4c39c8f313
Bug 721512 - Widgets: Use EventUtils sendChar() and sendKey(), instead of calling synthesizeKey() directly. r=enn
2012-10-17 10:03:24 -06:00
Masayuki Nakano
413cf4987e
Bug 719320 part.11 Fix new test failures r=smaug
2012-08-12 10:42:36 +09:00
Neil Deakin
40ddd5f383
Bug 655004, cancel mouse scroll event and key events for grid datepicker and trees, prevents scroll events from bubbling up in tests, r=neil
2011-07-01 20:52:30 -04:00
Makoto Kato
a4101ba182
Bug 574051 - permanent orange test on 64-bit win7: 15875 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree_hier.xul | cycleHeader column sortDirection - "descending" should equal "". r=enndeakin
2010-07-16 15:59:13 +09:00
Neil Deakin
151d0b3889
Bug 379745, add some additional template sort hint options to sort case-insensitive, sort by integers, and skip natural sort order, r=neil,sr=sicking
2010-06-16 13:09:51 -04:00
Alex Vincent
38724952b4
Bug 473412 - Editable tree cells cannot be activated by a keystroke. r=enn, sr=robstrong
2010-03-09 13:24:39 +01:00
Neil Deakin
e9f7514851
Bug 540340, check page length before scrolling, prevents trees such as the cookies list from starting scrolled down a row, r=neil
2010-02-20 11:08:40 -05:00
Marco Bonardo
d55c5b9a7d
Bug 480238 - Double-clicking tree column separator opens highlighted link, r=enn
2009-05-14 14:11:46 +02:00
Markus Stange
65f31fd227
Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc
2008-09-17 13:27:19 +02:00
Neil Deakin
68b264c341
Bug 356295, fix up tests caused by EventUtils.js switch to ClientRects instead of box objects
2008-08-27 08:08:41 -04:00
Boris Zbarsky
aafb52ed89
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
2008-08-25 11:08:28 -04:00
Neil Deakin
81eb052ee9
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
2008-08-25 21:56:29 +12:00
Paul Rouget
592f7b16f1
Bug 402655 - Editable trees: double-click for cell editing also expands/collapses container treeitem. unit test by Marco Bonardo <mak77@bonardo.net>. r=enndeakin, sr=neil
2008-08-19 10:55:49 -04:00
Robert O'Callahan
4acd07d8f1
Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange
2008-08-13 15:08:59 +12:00
6c71849dc8
Bug 407453 - "Column reordering broken when ordinal > 9 (comparing numbers as strings)" [p=skrulx@gmail.com (Steve Krulewitz) r=Enn a1.9=schrep]
2008-01-04 22:47:42 -08:00
daf206cd05
Bug 377677, fix up orange, by ignoring rounding issue occuring on Windows
2007-10-22 07:11:41 -07:00
492b94c441
Bug 377677, second attempt at tree cleanup and tests, r=mano, a=sayrer
2007-10-22 06:19:37 -07:00
153e1e1b2a
Completely backout Enn's patch from bug 377677 to see if it caused the Tp regression.
2007-10-16 00:29:08 -07:00
f8f50c14ce
Bug 377677, disable some tests that for some reason aren't working
2007-10-15 10:03:13 -07:00
ce3a2d74f3
Bug 377677, minor tree widget cleanup, mostly adding lots of tree tests, r=mano, a=sayrer
2007-10-15 09:18:01 -07:00