Commit Graph

521 Commits

Author SHA1 Message Date
Mike Conley
8942bb464c Bug 1106235 - [e10s] Make autocompletion dropdown menu honour RTL. r=mrbkap.
--HG--
extra : rebase_source : 2e993b0ca26f215d46578fdf7bde897a5b00ce68
extra : amend_source : 6d1e4398544c34055b5996758ae27ac41994123b
2015-04-14 11:48:19 -04:00
Blake Kaplan
7f196f5a12 Bug 1152482 - Make the separator work in the autocomplete popup. r=felipe 2015-04-10 15:18:05 -07:00
David Parks
3fe715e93a 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
7f4ac9ee96 Back out bug 1075670 2015-03-30 20:13:07 -07:00
Andrea Marchesini
e6f385fb3d Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Bill McCloskey
f2d972e4f2 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
8015817bc5 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
1b0265eb6c 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
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
Tim Taubert
1a56f5de29 Bug 1145146 - Remove offensive comment from nsFormFillController r=mak 2015-03-19 14:34:28 +01:00
Ryan VanderMeulen
6541acdb04 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
d278e9f918 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
832bef28e6 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
ec8d7510c3 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
d907d3e0f0 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
fafc282f1a 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
3f8568e6b8 Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior r=billm 2015-02-04 04:22:30 -08:00
Neil Deakin
c891137718 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
6ad9ccfee6 Bug 1110557. r=mak, r=gavin 2015-01-24 12:37:47 -05:00
Tom Schuster
54368d20ef Bug 1110759 - Cleanup FormHistory a bit. r=markh 2015-01-08 19:58:45 +01:00
Dão Gottwald
b95d246580 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
09a262787c 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
Jonathan Kew
780f34be85 Bug 1077515 - part 12 - Remap arrow keys in nsFormFillController so that the caret works properly in vertical-mode <input> elements. r=roc 2014-11-22 14:39:05 +00:00
Chris Peterson
74a96a4348 Bug 1095883 - Mark toolkit/components directories as FAIL_ON_WARNINGS. r=Mossop 2014-11-08 00:41:17 -08:00
Andrew Halberstadt
d292ee73f1 Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Jim Mathies
af9be8e2a8 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Bill McCloskey
cb01bf980d Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) 2014-09-23 15:48:52 -07:00
Shu-yu Guo
59ccd2fecb Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Andrew McCreight
fc76592c5c Bug 1064587 - Cycle collect nsFormFillController. r=smaug 2014-09-09 19:45:50 -07:00
Neil Deakin
11b551f66d Bug 1055753, reset fields before opening autocomplete popup, r=felipe 2014-09-03 11:33:44 -04:00
Bill McCloskey
757ebcfbe3 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Blake Kaplan
b87803eab7 Bug 995489 - Generalize AutoCompleteE10S.jsm for use from other code. r=felipe 2014-06-28 11:09:45 -07:00
Blake Kaplan
9f4e85f541 Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske 2014-06-28 11:09:45 -07:00
Carsten "Tomcat" Book
c53408cf9d Backed out changeset f556e62f5ee8 (bug 993197) for causing bug 1030663 a=orange 2014-06-27 15:18:16 +02:00
Carsten "Tomcat" Book
fbd6fd655e Backed out changeset 4a6ff8b73d5c (bug 995489) 2014-06-27 15:17:43 +02:00
Blake Kaplan
7c0eaa2980 Bug 995489 - Generalize AutoCompleteE10S.jsm for use from other code. r=felipe
--HG--
extra : rebase_source : 8b3fde8bae6a4a097d7f1fcf3a57579ee55d5033
extra : histedit_source : 18f845004909717f2b166283331e0537aac8b6ae
2014-06-24 16:57:39 -04:00
Blake Kaplan
fdf377f998 Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
--HG--
extra : rebase_source : 352bc226cee01b630be9e5867a3c412358d20a0b
extra : histedit_source : 157e16baab52e67e52705945fa95a17eafc6d94a%2C405dc43a390984ca70c32e8f93beb03a96a625b7
2014-06-25 17:07:38 -07:00
Ryan VanderMeulen
323ddc70d4 Backed out 5 changesets (bug 993197, bug 949617, bug 995489, bug 1029128) for Android test failures.
Backed out changeset 033d6271fd19 (bug 1029128)
Backed out changeset f568b1dc9880 (bug 1029128)
Backed out changeset daa9c46d19dc (bug 949617)
Backed out changeset 2baf5c61cbf5 (bug 995489)
Backed out changeset 654c1f0c88bc (bug 993197)
2014-06-24 15:36:18 -04:00
Blake Kaplan
c0af3f26a6 Bug 949617 - Make the login manager work in e10s. r=dolske 2014-06-24 14:34:02 -04:00
Blake Kaplan
42a47eaadc Bug 995489 - Generalize AutoCompleteE10S.jsm for use from other code. r=felipe 2014-06-24 14:34:02 -04:00
Blake Kaplan
ee1482244a Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske 2014-06-24 14:34:02 -04:00
Benoit Jacob
210693da34 Bug 1028588 - Fix dangerous public destructors in toolkit/ - r=ehsan 2014-06-23 18:40:02 -04:00
Ryan VanderMeulen
a85d1d1f3c Bug 947531 - Skip satchel tests on Linux due to frequent intermittent timeouts. 2014-06-08 13:26:26 -04:00
Ryan VanderMeulen
1091ffe3bd Bug 947531 - Disable test_bug_511615.html on Linux for ongoing intermittent failures. 2014-06-07 16:09:19 -04:00
Bobby Holley
dab24150e9 Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
Trevor Saunders
78966cf36b bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug 2014-01-09 21:03:47 -05:00
Birunthan Mohanathas
f65339b9ff Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Ehsan Akhgari
689997bae9 Bug 1002084 - Fix the typo in satchelFormListener's QueryInterface method; r=dolkse
--HG--
extra : rebase_source : 08b6b374b92a74d44111f83e0053646d51142f48
2014-04-29 16:34:58 -04:00
Birunthan Mohanathas
5f1fde8824 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Marco Bonardo
5ac6d5ccbe Bug 754265 - Add a dedicated API to provide a final complete value different from the matching one, r=Enn sr=gavin 2014-04-18 16:04:19 +02:00