Brian Grinstead
7c5f758db3
Bug 1034110 - Provide a way to observe mutations for ::before/::after pseudo elements;r=smaug
...
Adds a new chrome-only MutationObserverInit option called nativeAnonymousChildList
that will cause a mutation to fire when a native anonymous root is bound or unbound
2015-09-24 08:23:32 -07:00
Tooru Fujisawa
33909699d9
Bug 1207498 - Part 2: Remove use of expression closure from tests in toolkit/components/. r=Gijs
2015-09-24 20:36:01 +09:00
Tooru Fujisawa
afbd2956bc
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
2015-09-24 20:32:23 +09:00
Tooru Fujisawa
3d13712ac2
Backed out changeset 036615ba3257 (bug 1207498) for Linux pgo M(oth) failure
2015-09-27 23:42:50 +09:00
Tooru Fujisawa
8624800172
Backed out changeset 55b45f61cfd2 (bug 1207498) for Linux pgo M(oth) failure
2015-09-27 23:42:27 +09:00
Tooru Fujisawa
c8e217312c
Bug 1207498 - Part 2: Remove use of expression closure from tests in toolkit/components/. r=Gijs
2015-09-24 20:36:01 +09:00
Tooru Fujisawa
f2efd2a948
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
2015-09-24 20:32:23 +09:00
Chris Peterson
752223fd52
Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium
2015-09-22 21:39:03 -07:00
Wes Kocher
050b69a1d0
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Justin Dolske
80aaa2cbee
Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao
2015-09-15 18:33:57 -07:00
Neil Deakin
9bddd7635c
Bug 1203134, autocomplete popup not positioned properly when it appears upwards, e10s only, r=felipe
2015-09-14 15:18:42 -04:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Nicholas Nethercote
12fec02dfb
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Robert O'Callahan
7d17ed419a
Bug 1184842. Add aNewValue to nsIMutationObserver::AttributeWillChange. r=peterv
2015-07-25 18:05:19 +12:00
Robert O'Callahan
5bde6d4aaa
Bug 1184842. Pass aOldValue to all mutation observers. r=peterv
2015-07-25 18:01:19 +12:00
Jonathan Kew
d5114a5f11
Bug 1187689 - Apply a minimum width to autocomplete popup in e10s mode. r=felipe
2015-07-28 20:10:58 +01:00
Blake Kaplan
5fa73b8333
Bug 1180827 - Get rid of a couple of setTimeouts/flaky test requests. r=MattN
2015-07-16 13:34:40 -07:00
Blake Kaplan
45df5a4846
Bug 1180827 - Fix reuse of previous search results. r=MattN
2015-07-16 13:34:40 -07:00
Juan Gomez
89035d527e
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-07-03 18:29:00 -07:00
Ryan VanderMeulen
7aba9d7002
Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage.
2015-06-25 19:48:42 -04:00
Juan Gomez
7323e89a40
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-06-24 14:11:00 -04:00
Matthew Noorenberghe
6b5cb8a8a0
Bug 874429 - Re-enable test_form_autocomplete.html after removing a setTimeout and skipping <input type=number> testing. r=dolske
2015-06-08 00:46:18 -07:00
Blake Kaplan
96716ef1e1
Bug 1162329 - Implement autocompletion entry deletion for e10s. r=felipe
2015-05-28 09:55:47 -07:00
Blake Kaplan
c34f4d2734
Bug 1162329 - Fix display label vs. value. r=felipe
...
The current code only grabs the value, but datalist entries can have separate
values (what's submitted/put in the input if selected) and labels (what's
displayed in the autocomplete popup.
2015-05-28 09:55:47 -07:00
Blake Kaplan
948dee641c
Bug 1162329 - Fix the autocomplete popup opening with cached results. r=felipe
...
The e10s autocomplete popup doesn't pop back up if
nsAutoCompleteController.cpp decides to reuse its cached autocomplete result.
We need to detect when this happens and open the popup in the parent.
2015-05-28 09:55:46 -07:00
Blake Kaplan
9da3a7f54e
Bug 1162330 - Prepare satchel mochitests for e10s and turn a few of them on. r=MattN
2015-05-28 09:55:46 -07:00
Blake Kaplan
3c87e6125f
Bug 1024437 - Make <datalist> work in e10s. r=MattN
2015-05-28 09:55:46 -07:00
Blake Kaplan
9f1f166880
Bug 1024437 - Get rid of a deprecated API. r=MattN
2015-05-28 09:55:46 -07:00
Mike Conley
40bdc1ffaa
Bug 1106235 - [e10s] Make autocompletion dropdown menu honour RTL. r=mrbkap.
2015-04-14 11:48:19 -04:00
Blake Kaplan
74f17c6da7
Bug 1152482 - Make the separator work in the autocomplete popup. r=felipe
2015-04-10 15:18:05 -07:00
David Parks
43c98618d3
Bug 1075670 - Make event.screen[XY] work in content processes (r=smaug,kats,tn,joshmoz)
2015-04-01 12:36:41 -07:00
Bill McCloskey
8cb899b031
Back out bug 1075670
2015-03-30 20:13:07 -07:00
Andrea Marchesini
ad97ae68b8
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
2015-03-27 18:52:19 +00:00
Bill McCloskey
2bfbfc8b02
Bug 1075670 - Make event.screen[XY] work in content processes (r=smaug,kats,tn,joshmoz)
2015-03-26 14:17:29 -07:00
Tim Taubert
38a13fa0dc
Bug 1042561 - Implement stopAutoCompleteSearch() for FormAutoCompleteChild to prevent e10s tests from running into assertions r=mak
2015-03-23 15:36:42 +01:00
Tim Taubert
b8eec0d9c1
Bug 1042561 - Ensure a canceled autocomplete search doesn't notify about results when aborted shortly before completion r=mak
2015-03-23 08:32:10 +01:00
Ehsan Akhgari
ea41d8de48
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
Tim Taubert
590e5ede8d
Bug 1145146 - Remove offensive comment from nsFormFillController r=mak
2015-03-19 14:34:28 +01:00
Ryan VanderMeulen
4e081ce611
Backed out 7 changesets (bug 1075670) for causing bug 1139010.
...
Backed out changeset 659c40243282 (bug 1075670)
Backed out changeset 45b61c78ee2d (bug 1075670)
Backed out changeset 23bb7b239c78 (bug 1075670)
Backed out changeset a68d5051107f (bug 1075670)
Backed out changeset bd7a5d213692 (bug 1075670)
Backed out changeset f705f5063169 (bug 1075670)
Backed out changeset 13619f8fa672 (bug 1075670)
CLOSED TREE
2015-03-03 18:44:56 -05:00
Matthew Noorenberghe
d95122c9ac
Bug 1121040 - Don't send RETURN keypresses to content while a satchel autocomplete entry is selected. r=Gijs,smaug
2015-03-02 13:59:17 -08:00
David Parks
96bb101201
Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior. r=billm
...
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Ryan VanderMeulen
e34c2a01b2
Backed out 7 changesets (bug 1075670) for e10s browser_586068-browser_state_interrupted.js crashes.
...
Backed out changeset 4ca74b217fe8 (bug 1075670)
Backed out changeset 83199cfc333f (bug 1075670)
Backed out changeset 065b859e6525 (bug 1075670)
Backed out changeset a3e8329610d9 (bug 1075670)
Backed out changeset ced9055e0bcc (bug 1075670)
Backed out changeset e6d6f0c11133 (bug 1075670)
Backed out changeset b823c6c95030 (bug 1075670)
CLOSED TREE
2015-02-24 11:53:34 -05:00
David Parks
3ef9c4d9b5
Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior. r=billm
...
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Gabriele Svelto
dee44173f4
Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats
2015-02-17 10:39:35 -05:00
David Parks
1cc4aa226e
Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior r=billm
2015-02-04 04:22:30 -08:00
Neil Deakin
224e9e2862
Bug 1114707, don't close search suggestions when the caret is moved when norolluponanchor is set, r=mak
2015-02-02 15:53:55 -05:00
Mats Palmgren
07bba9f488
Bug 1110557. r=mak, r=gavin
2015-01-24 12:37:47 -05:00
Tom Schuster
149e7458ae
Bug 1110759 - Cleanup FormHistory a bit. r=markh
2015-01-08 19:58:45 +01:00
Dão Gottwald
8a535cc41c
Bug 1101996 - Add icons to history-based suggestions in search bar dropdown, r=florian,Mossop.
2014-12-22 20:34:58 +01:00
Ehsan Akhgari
3cd35353b1
Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
...
We are white-listing the existing set of tests that use setTimeout
like this. Hopefully these tests will be investigated and fixed
in the future, so that we can narrow down the white-list.
This check is only turned on for mochitest-plain for now.
2014-12-11 13:34:40 -05:00