Daniel Brooks
|
9c36f9d14f
|
bug 441794: fix a mis-merged hunk, and some other miscellaneous tweaks
|
2008-07-17 17:55:26 -05:00 |
|
Daniel Brooks
|
9714af2c90
|
bug 441794: merge my other tree into the main line
|
2008-07-17 17:03:44 -05:00 |
|
Daniel Brooks
|
6d33eb8a1f
|
bug 441794: merge back to main line
|
2008-07-17 16:51:26 -05:00 |
|
Daniel Brooks
|
3d68951fc3
|
bug 441794: properly convert dom key events into keyspecs and thence to readable strings
|
2008-07-17 16:45:08 -05:00 |
|
Brad Lassey
|
97d70ef140
|
Bug 445738 - removes softkb from deb packaging code r=stuart
|
2008-07-17 10:10:49 -04:00 |
|
Johnathan Nightingale
|
3e4da768da
|
Vertical and horizontal panning should "snap to" the appropriate axis. b=445716, r=gavin
|
2008-07-17 15:37:15 +02:00 |
|
Mark Finkle
|
efc5d1f850
|
b=445715, p=gavin, r=mfinkle. use clickSelectsAll for URL bar
|
2008-07-17 09:37:34 -04:00 |
|
Gavin Sharp
|
f94d23651d
|
Bug 445734: force redraws while painting (improves panning performance), r=stuart
|
2008-07-17 14:49:05 +02:00 |
|
dougt@dougt-ubuntu
|
f3feee5ba7
|
Geolocation UI. Bug 444665. r=mfinkle
|
2008-07-16 17:07:43 -07:00 |
|
Johnathan Nightingale
|
06dc680ef5
|
Use browse-by-name for keyword.URL. b=445529, r=mfinkle
|
2008-07-16 19:05:37 +02:00 |
|
Neil Deakin
|
e62b36e943
|
Bug 431842, support autocomplete list and findbar, r=gavin
--HG--
rename : mobile/chrome/content/deckbrowser.css => mobile/chrome/content/browser.css
|
2008-07-16 17:41:38 +02:00 |
|
Gavin Sharp
|
8c79cc2ac3
|
Bug 436079: zoom pages to fit the display area width, r=stuart
|
2008-07-16 15:37:28 +02:00 |
|
Gavin Sharp
|
2862c2a803
|
Bug 436079: zoom pages to fit the display area width, r=stuart
|
2008-07-16 15:36:28 +02:00 |
|
Mark Finkle
|
2e41e7481f
|
b=445493, r=gavin. Hide sidebar controls when overpanning left
|
2008-07-16 09:19:55 -04:00 |
|
Gavin Sharp
|
8f2aefb26e
|
Bug 445479: fix panning for zooms triggered from a panned state, r=stuart
|
2008-07-16 13:45:31 +02:00 |
|
Gavin Sharp
|
0c581abf93
|
Bug 445464: fix zooming while panned outside initial viewing area, r=stuart
|
2008-07-16 12:21:24 +02:00 |
|
Mark Finkle
|
5fa817b84f
|
b=445327, r=gavin. Cleanup goToURI code
|
2008-07-15 11:21:39 -04:00 |
|
Mark Finkle
|
eef166ac02
|
b=445208, r=gavin. Cleanup the bookmark edit panel
|
2008-07-14 17:11:15 -04:00 |
|
Mark Finkle
|
1ed6fdc0d8
|
b=444418, r=gavin. Use overpan event to show sidebar controls
|
2008-07-11 23:09:35 -04:00 |
|
Gavin Sharp
|
2d1f8ebcd7
|
Bug 444860: Bump fennec version to 0.5, r=mfinkle
|
2008-07-11 22:45:44 -04:00 |
|
Gavin Sharp
|
ccc2909b05
|
Bug 436059: work around dblclick events not firing on the n810, and fix zoomToElement while panned, r=stuart
|
2008-07-11 21:22:12 -04:00 |
|
Mark Finkle
|
7ebd7ecf21
|
b=444810, r=gavin. Updates the toolbar images
|
2008-07-11 20:50:47 -04:00 |
|
Gavin Sharp
|
df3721ca7a
|
Bug 436059: initial 'zoom to element' support, r=stuart
|
2008-07-11 18:22:38 -04:00 |
|
Johnathan Nightingale
|
6cfb3be360
|
Add popup blocker UI. b=436057 r=mfinkle
|
2008-07-11 14:51:28 -04:00 |
|
Mark Finkle
|
6baa2f446f
|
b=444504. fixed spelling
|
2008-07-10 11:17:01 -04:00 |
|
Mark Finkle
|
81ef3850d9
|
b=444504, r=gavin. Add notificationbox support
|
2008-07-10 10:24:48 -04:00 |
|
Doug Turner
|
05d7cc8b40
|
Bug 444373 renamed spatial-navigation to SpatialNavigation
|
2008-07-09 11:33:03 -07:00 |
|
Doug Turner
|
f9f4181c71
|
Enabling spatial navigation in Fennec. b=443009, r=mfinkle
|
2008-07-09 10:33:40 -07:00 |
|
Mark Finkle
|
78bab5be9f
|
merge
|
2008-07-08 21:27:05 -04:00 |
|
Mark Finkle
|
e9f64d30a6
|
b=444218, r=gavin. Show/Hide the side navigation controls
|
2008-07-08 21:24:49 -04:00 |
|
Daniel Brooks
|
949644b135
|
bug 441794: that's what I get for changing a variable name after testing but before checking in
|
2008-07-06 06:12:57 -05:00 |
|
Daniel Brooks
|
5737135215
|
bug 441794: cache the keys to make setting up the UI O(n) rather than O(n^2)
|
2008-07-06 05:01:33 -05:00 |
|
Daniel Brooks
|
ad95a1d19c
|
bug 441794: make the listbox an editable tree, and write some code for reading and setting prefs
|
2008-07-05 19:06:24 -05:00 |
|
Daniel Brooks
|
8ec78ba780
|
add in the correct code for translating a key into the proper string. the code is much the same as what nsMenuFrame does. It reuses the same properties files and so on.
|
2008-07-04 15:00:02 -05:00 |
|
Daniel Brooks
|
e63c72b5f3
|
UI for editing keyboard shortcuts. Not yet actually editable, but updated to work with mfinkle's last patch.
|
2008-07-04 09:29:24 -05:00 |
|
Stuart Parmenter
|
79705b7691
|
bug 443473. Fix drag delay to take in to account how far you've moved the mouse and fix panning to not let you pan outside of the browser area. r=gavin
|
2008-07-04 00:33:05 -07:00 |
|
Mark Finkle
|
b07d50f89e
|
b=436068. breakage from hg dance
|
2008-07-04 02:52:26 -04:00 |
|
Mark Finkle
|
d93d008829
|
b=436068, r=gavin. Add and removes files
|
2008-07-04 02:39:25 -04:00 |
|
Mark Finkle
|
7cf5fbf00f
|
b=436068, r=gavin. Add new navigation UI
|
2008-07-04 02:16:46 -04:00 |
|
Gavin Sharp
|
3ed430b93f
|
Bug 442975: windowtype should be navigator:browser, r=mfinkle
|
2008-07-03 12:55:34 -04:00 |
|
"Brad Lassey"
|
5b90aae534
|
Added tag FENNEC_M4 for changeset 14bbac84b71c
|
2008-06-26 16:49:28 -04:00 |
|
"Brad Lassey"
|
b8d8fac2b9
|
bumping version number r=gavin
|
2008-06-26 16:23:31 -04:00 |
|
Gavin Sharp
|
7625c0b351
|
Bug 441589: refresh the display periodically to make it possible to use forms, see DHTML effects, etc., r=mfinkle
|
2008-06-24 21:18:16 -04:00 |
|
Gavin Sharp
|
485c02b33c
|
Bug 441584: properly handle mouseup on the toolbar (end the pan), r=mfinkle
|
2008-06-24 21:03:37 -04:00 |
|
Gavin Sharp
|
c56786bcde
|
Bug 441681: can't click links after panning (links outside of initial view don't work), r=mfinkle
|
2008-06-24 19:36:44 -04:00 |
|
Gavin Sharp
|
75a23f05e9
|
Bug 431843: removal of the deckpage/tab support (r=mfinkle) and re-implementation of panning/zooming using canvas & hidden browser (based on PoC from stuart, r=stuart)
|
2008-06-21 14:51:41 -04:00 |
|
Johnathan Nightingale
|
bb79242905
|
Add images for bug 437955.
|
2008-06-20 17:14:04 -04:00 |
|
johnath@gavin-pc-ubuntu
|
a9426e3aef
|
Initial port of identity UI to Fennec. b=437955 r=gavin
|
2008-06-20 17:01:42 -04:00 |
|
Gavin Sharp
|
d146e075aa
|
Bug 439452: remove another 'Firefox', r=mfinkle
--HG--
branch : mobile
|
2008-06-20 13:33:34 -04:00 |
|
Gavin Sharp
|
4b8881d655
|
Bug 439452 followup (change deb installed description)
--HG--
branch : mobile
|
2008-06-16 12:56:51 -04:00 |
|