Commit Graph

1750 Commits

Author SHA1 Message Date
Matt Brubeck
8b611648e5 Bug 587223 - fix exception in AnimatedZoom.js while zooming out [r=mfinkle] 2010-08-13 19:49:36 -07:00
Matt Brubeck
361fbc7c7b Bug 556069 - API for addons to add their own PageActions to the site menu 2010-08-13 11:41:00 -07:00
Matt Brubeck
dddb9bb5cc Bug 584865 - Use IPC context for zooming canvas [r=mark.finkle]
This fixes the zoom animation, but MozGetIPCCanvas is slow on Android so we
need to reuse the same canvas and cache it at startup time (this means a
significant startup time regression).  See bug 586353 for more.
2010-08-12 08:43:00 -07:00
Mark Finkle
4d888901d7 Bug 586122 - Clusters do not get cleared with switching Sync profiles [r=philikon] 2010-08-12 10:26:48 -04:00
Matt Brubeck
2ea958a3d8 Bug 585771 - Fennec needs to call SetIsActive() on its nsIWebBrowser [r=mfinkle] 2010-08-11 07:27:09 -07:00
Matt Brubeck
43e879dbaf Bug 586074 - Remove resize handles from textareas [r=mfinkle] 2010-08-10 15:13:26 -07:00
Matt Brubeck
ff57039e2b Bug 583770 - Close the blank tab before opening an about: page in a new local tab [r=mfinkle] 2010-08-10 14:32:32 -07:00
Brian Crowder
0e3e44f7b7 Fix Service/Services typo, r=mfinkle 2010-08-10 11:43:20 -07:00
Matt Brubeck
5c779268d6 Bug 583783 - Keyboard shortcuts do not work in remote tabs [r=mfinkle] 2010-08-09 13:14:35 -07:00
Mark Finkle
26cbfe43af Bug 583369 - Unable to save new string values in about:config settings [r=mbrubeck] 2010-08-09 15:11:51 -04:00
Matt Brubeck
a7dc80aaa1 Bug 585159 - Fix color in prompt headers on Linux [r=stechz] 2010-08-06 14:06:32 -07:00
Chris Jones
fe1606934f Bug 584584: Call LogInit() before creating XPCOM things. r=blassey 2010-08-05 15:02:54 -05:00
Aditya Rao
6bfafda232 Bug 571866 - browser-chrome test for fennec preferences and text values [r=mbrubeck] 2010-08-05 07:33:00 -07:00
Matt Brubeck
c060bbd4ed Bug 584545 - Make "Find" bar a popup, so it can be dismissed with escape/back key [r=mfinkle] 2010-08-04 18:35:09 -07:00
Matt Brubeck
acbb840431 Bug 584537 - Don't try to prestart content process on non-IPC build [r=dougt] 2010-08-04 16:19:16 -07:00
Jim Chen
e39c5fcc02 Bug 570603 - "Autocomplete should search while composing on Android" [r=mark.finkle] 2010-07-21 14:01:00 -07:00
Matt Brubeck
c00383545b Bug 584049 - Fix null exception in edit bookmark dialog [r=stechz] 2010-08-03 13:28:30 -07:00
Matt Brubeck
86aad7524b Bug 583828 - Fix zoom level calculation in _getZoomRectForRect [r=stechz] 2010-08-02 13:54:52 -07:00
Matt Brubeck
d606e59175 Bug 583843 - Check for null in getAttribute("type") [r=mfinkle] 2010-08-02 13:46:37 -07:00
Mark Finkle
b69e9fa20d Bug 583238 - Investigate ways to pass more context to FAC.autoCompleteSearch [r=mbrubeck] 2010-07-30 20:39:31 -04:00
Matt Brubeck
0eaa60bed8 Bug 579555 - Fix the destination coordinates for double-tap zoom [r=stechz] 2010-07-30 15:36:00 -07:00
Doug Turner
dbb42db9b4 Bug 582032 - Pre-start content process [r=mfinkle] 2010-07-30 12:48:52 -07:00
Matt Brubeck
83f947c979 Bug 582676 - Slow CSS selectors in mobile-browser/themes/core (pt 3) [r=mfinkle] 2010-07-30 12:03:03 -07:00
Matt Brubeck
53bb78a035 Bug 582676 - Slow CSS selectors in mobile-browser/themes/core (pt 2) [r=mfinkle] 2010-07-30 11:20:48 -07:00
Mark Finkle
3c67a4f746 Bug 578691 - Add contact support to form autocomplete (Maemo) [r=vingtetun] 2010-07-30 10:40:26 -04:00
Matt Brubeck
fc950a8cd3 Bug 582615 - Sharing front-end [r=mfinkle] 2010-07-30 00:51:31 -04:00
Matt Brubeck
5a9f0f06b1 Bug 581999 - fix typo [r=mfinkle] 2010-07-29 17:19:29 -07:00
Matt Brubeck
76a87d94d8 Bug 582676 - Fix slow CSS selectors in mobile-browser/themes/core (pt 1) [r=mfinkle] 2010-07-29 09:52:02 -07:00
Matt Brubeck
d7ed8ff6f2 Bug 581999 - "Make it easier for add-ons to extend the context menu"
[r=mark.finkle] (pt 2)

missed part - forgot to qrefresh after resolving conflicts
2010-07-28 21:13:31 -07:00
Matt Brubeck
6d958dd562 Bug 581999 - "Make it easier for add-ons to extend the context menu" [r=mark.finkle] 2010-07-26 13:17:00 -07:00
Matt Brubeck
4fc47a482d Bug 582767 - Use more sensible increment for textbox[type=number] [r=mfinkle] 2010-07-28 17:49:05 -07:00
Matt Brubeck
48e68724a6 Bug 582804 - Keyboard shortcut for Find in page [r=mfinkle] 2010-07-28 17:41:42 -07:00
Alon Zakai
b6eaf72ddf Bug 573635 - e10s: resolve changes to prompt code from m-c merge [r=mfinkle] 2010-07-28 17:37:24 -04:00
Matt Brubeck
96fdb5e8f5 Bug 582706 - [regression] Escape key broken by bug 581561 [r=mfinkle] 2010-07-28 14:27:23 -07:00
Mark Finkle
057e13cf67 Bug 581568 - fix browser_bookmarks.js to work with e10s [r=mfinkle] 2010-07-28 16:31:07 -04:00
Mark Finkle
d2244d22b7 Bug 582560 - Backspace should not act as back button inside input fields [r=mbrubeck] 2010-07-28 15:43:15 -04:00
Jeremias Bosch
d8616ab0a0 Bug 580230 - Cannot submit forms [r=mfinkle] 2010-07-28 15:43:14 -04:00
Mark Finkle
d46c5468c9 Bug 582684 - Fix syntax problem from bug 581958 [r=vingtetun] 2010-07-28 15:43:13 -04:00
Matt Brubeck
8d923fff6d Bug 582095 - Remove Sync Addon URL from default bookmark list [r=mfinkle] 2010-07-28 07:58:50 -07:00
Vivien Nicolas
3f8cd73481 Bug 582190 - ContextMenu should resize when switching the window orientation [r=mfinkle] 2010-07-28 00:54:09 +02:00
Vivien Nicolas
04ff06647e Bug 581139 - Add a working infrastructure for e10s tests [r=mfinkle,jmaher] 2010-07-28 00:51:41 +02:00
Mark Finkle
380ae2b093 Bug 581958 - Filter web progress messages to improve performance [r=vingtetun] 2010-07-26 20:48:46 -04:00
Joel Maher
dfc7bada42 Bug 581568 - fix browser_bookmarks.js to work with e10s [r=vingtetun] 2010-07-26 15:45:36 -04:00
Vivien Nicolas
4a8f53259e Bug 581561 - Tapping outside the contextmenu to dismiss it should not fire a click [r=mfinkle] 2010-07-26 19:52:17 +02:00
Matt Brubeck
21044521ff Bug 581480 - textbox[type='search'] icons are clipped on Android [r=mfinkle] 2010-07-23 17:06:36 -04:00
Vivien Nicolas
282bc5dd00 Bug 581252 - Replace 'Manage' button in the Bookmarks List with a context menu item [r=mfinkle] 2010-07-23 16:49:56 -04:00
Mark Finkle
6835e2fe9c Backout Bug 570603 (breaks autocomplete on Android) [r=me] 2010-07-23 16:47:38 -04:00
Vivien Nicolas
74dab60775 Bug 572804 - Disabled optgroup handling of the form manager is buggy [r=mfinkle] 2010-07-23 18:03:30 +02:00
Mark Finkle
a4b5b91c02 Bug 581331 - BrowserUI.goToURI should always apply third-party fixup to URI [r=vingtetun] 2010-07-23 09:02:44 -04:00
Mark Finkle
18e425dae6 Bug 581026 - Can't see 'Confirm close' prompt while browsing bookmarks [r=mbrubeck] 2010-07-23 02:18:55 -04:00