Commit Graph

2225 Commits

Author SHA1 Message Date
Anas Husseini
8d7e18e046 Bug 653370 - [RTL] Fix computeSidebarVisibility() so that it doesn't confuse tabs panel with controls panel [r=vingtetun] DONTBUILD (mobile only) 2011-05-03 20:21:20 +02:00
Matt Brubeck
166c9c12a1 Bug 654122 - window.scrollTo on pageload does not always hide Fennec urlbar [r=stechz] 2011-05-03 10:12:02 -07:00
Brad Lassey
e89cd9d39e bug 654444 - Only include URL of active tab in content crash reports r=mfinkle 2011-05-03 11:55:42 -04:00
Brad Lassey
513c2bbd70 bug 654312 - include urls of remote pages in content crash reports r=mfinkle 2011-05-03 10:35:20 -04:00
Wes Johnston
b1615f62b0 Bug 650965 - Additional test logging. r=stechz 2011-05-02 14:32:39 -07:00
Matt Brubeck
ec0601dc8e Bug 653772 - Add a minimum velocity to start kinetic panning [r=stechz] DONTBUILD (mobile only) 2011-05-02 13:34:00 -07:00
Matt Brubeck
01a58f3c9c Bug 653990 - preventDefault on touchmove does not completely prevent panning [r=wesj] 2011-05-02 12:57:22 -07:00
Matt Brubeck
09cf38f1e6 Bug 654127 - Cache "contentMightCaptureMouse" attribute per tab instead of globally [r=wesj] 2011-05-02 10:43:28 -07:00
Matt Brubeck
1c285487e5 Bug 653990 - Minor bustage fixes for touch events [r=wesj] 2011-05-02 10:43:25 -07:00
Mark Finkle
e1c1ce4a9b Bug 653780 - Use real MouseEvents, not simple Events for TapDow, TapMove and TapUp [r=wjohnston] 2011-05-02 11:42:40 -04:00
Matt Brubeck
d1c065054f Bug 653899 - Don't send MouseMove messages to pages without touch listeners [r=mfinkle] 2011-04-30 14:17:51 -07:00
Matt Brubeck
a80759d38f Bug 653009 (part 2/2) - preventDefault on touchstart should prevent click [r=wesj] DONTBUILD (mobile only)
--HG--
extra : rebase_source : 8b57bd3988b9bd5a6d57dfd6ae8ca7d00fad78c0
2011-04-29 17:19:49 -07:00
Matt Brubeck
c55a97ac16 Bug 653009 (part 1/2) - Make preventDefault on touch events compatible with WebKit [r=wesj] DONTBUILD (mobile only)
--HG--
extra : rebase_source : bb77614e151f8491d2ebe0daaed2b1f809780b92
2011-04-29 17:19:45 -07:00
Alon Zakai
b8874744ed Bug 619494 - Make IndexedDB work in IPC Fennec. r=bent,mfinkle 2011-04-29 16:46:20 -07:00
Wes Johnston
f5742c9125 Bug 650339 - Add escape borders from touchEvents in Fennec. r=mbrubeck 2011-04-29 15:06:33 -07:00
Wes Johnston
a877055cdc Bug 650342 - Give content process time to capture drag events [r=mfinkle, mbrubeck] 2011-04-28 14:15:00 -04:00
Wes Johnston
11253e1521 Bug 544614 - Touch Events [r=mfinkle, bstover] 2011-03-21 11:20:34 -07:00
Mark Finkle
8d07c1716c Bug 653091 - Use a dummy tab when restoring session to keep the resize code happy [r=mbrubeck] 2011-04-29 10:38:51 -04:00
Benjamin Stover
5eaa4bb6b0 Bug 650965 Permaorange, log waitForAndContinue and more sanity checks r=wesj 2011-04-28 20:24:40 -07:00
Benjamin Stover
f25ab99394 Bug 650965 Permaorange, logging for Fennec's extension manager r=wesj 2011-04-28 16:29:38 -07:00
Benjamin Stover
c712fb1cbc Bug 650965 Permaorange, add logging for addons tests r=mbrubeck 2011-04-28 13:47:22 -07:00
Wes Johnston
0663c4de89 Bug 652545 - Dont inherit toolkit dialog binding for Fennec content-dialogs. r=mfinkle 2011-04-28 09:21:27 -07:00
Matt Brubeck
009f7fb2ca Bug 646297 - On tab close in Fennec, switch to sibling before parent [r=mfinkle] 2011-04-27 09:10:52 -07:00
Vivien Nicolas
9a9cd16ca3 Bug 649000 - "Drop down options not present for input.mozilla.org mobile version" [r=mark.finkle] 2011-04-19 16:27:00 -04:00
Mark Finkle
d1012fa632 Bug 653114 - Misc code cleanup [r=mbrubeck] 2011-04-27 11:52:27 -04:00
Wes Johnston
2bb6ba7b26 Bug 650965 - Test for removal of node using waitForAndContinue. r=mfinkle 2011-04-26 15:23:18 -07:00
Mark Finkle
d95bcd52e5 Bug 470876 - anti-phishing support not in fennec (defaulted off) [r=vingtetun] 2011-04-26 15:39:21 -04:00
Vivien Nicolas
a6e796ef9d Bug 648533 - "URL bar is not redrawn after tap on Android search button when having Edit Bookmark popup on" [r=mark.finkle] 2011-04-22 09:08:00 -04:00
Wes Johnston
d2a9d82ea9 Bug 649206 - Update scrollTo addons to take correct arguments. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
a05425c9cc Bug 652157 - Dont use dialog binding on internal dialogs. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
6a343b71a0 Bug 651534 - Use click events in test rather than a timeout. r=mfinkle 2011-04-22 16:06:07 -07:00
Wes Johnston
82cfb4a98e Bug 650965 - Test for removed addons after a delay. r=mfinkle 2011-04-22 16:06:07 -07:00
Benjamin Stover
199072badd Bug 651554 permaorange: browser_tapping.js | Fired a good double tap r=wesj 2011-04-22 16:09:05 -07:00
Wes Johnston
ef72f6c629 Bug 651429 - Wait for panning to end in test. r=mfinkle 2011-04-21 10:51:47 -07:00
Mark Finkle
6886b301c0 Bug 650676 - browser_autocompletesearch.js throws getting ProfD, then times out, on Android (more fixes) [r=vingtetun] 2011-04-19 19:38:55 -04:00
Mark Finkle
6e28b1dcf1 Bug 650676 - browser_autocompletesearch.js throws getting ProfD, then times out, on Android [r=vingtetun] 2011-04-19 16:04:03 -04:00
Wes Johnston
2d40b47ee3 Bug 650830 - Support changing the charset of local tabs. r=mfinkle 2011-04-19 09:21:42 -07:00
Wes Johnston
d44f2572c7 Bug 617359 - Scroll notification bar into view when shown. r=mfinkle 2011-04-19 09:21:39 -07:00
Vivien Nicolas
75a815f830 Bug 650684 - "browser_awesomescreen.js times out after "urlbar text should be selected on a double click"" [r=mark.finkle] 2011-04-19 08:14:00 -04:00
Mark Finkle
5e2dd47a19 Bug 650676 - browser_autocompletesearch.js throws getting ProfD (debugging code) [r=vingtetun] 2011-04-19 11:21:21 -04:00
Mark Finkle
f0185e61e6 Bug 650582 - browser_preferences_text uses a tool-panel-close which is not used on Android [r=vingtetun DONTBUILD] 2011-04-19 09:00:46 -04:00
Phil Ringnalda
c63d7da1cd Bug 651006 - Increase timeout for browser_addons.js since Tegras burn half the time just getting going, r=mfinkle 2011-04-18 20:56:36 -07:00
Wes Johnston
8f079fca90 Bug 650123 - Update max version used for addon tests in Fennec r=mfinkle 2011-04-18 12:37:09 -07:00
Wes Johnston
9e3846ae24 Bug 650578 - Disable notification tests on Android. r=mfinkle 2011-04-18 12:37:06 -07:00
Fabrice Desré
dfb4392a97 Bug 650300 Duplicate class attribute in bindings.xml#place-item [r=mfinkle] 2011-04-15 09:14:41 -07:00
Anas Husseini
d2dfe0f7d6 Bug 647755 - [RTL] Edit bookmark's textboxes layout is wrong in rtl [r=vingtetun] 2011-04-15 12:50:02 +02:00
Vivien Nicolas
113697640b Bug 648543 - Restart popup is still displayed when the current language pack is selected again [r=mfinkle] 2011-04-15 12:44:30 +02:00
Vivien Nicolas
5447ef7ee3 Bug 646632 - 'Find In Page' zoom should be relative to the default zoom level [r=mfinkle] 2011-04-15 12:43:18 +02:00
Vivien Nicolas
6fac58d925 Bug 568685 - about:blank does not refresh thumbnail image in left sidebar [r=wjohnston] 2011-04-15 12:41:49 +02:00
Matt Brubeck
cf2138d1c5 Bug 649447 - Remove code for old Spark promotional campaign [r=mfinkle]
--HG--
extra : rebase_source : 6f946f63af9a8aa84d58eb94c572972a94e56a69
2011-04-12 13:45:27 -07:00