Commit Graph

3800 Commits

Author SHA1 Message Date
Fabrice Desré
3b171f21a2 Bug 696324 - Provide JS API for adding items to the Android menu [r=mfinkle] 2011-10-21 01:50:04 -04:00
Kartikaya Gupta
8352fbd0bf Bug 696875 - Widget component interfaces not registered r=dougt
Change the XPIDL_MODULE in the widget/src/android folder to
be different from the one in widget/public, since this value
has to be unique across folders. Also include the new XPT in
the mobile android build.
2011-10-25 11:51:38 -04:00
Mark Finkle
945a12a30c Bug 697117 - Clean up some errors found at runtime [r=lucasr] 2011-10-25 11:49:22 -04:00
Gian-Carlo Pascutto
b4d8e60fb8 Add doorhanger notifications for Java UI. r=mfinkle 2011-10-25 14:00:37 +02:00
Mark Finkle
2a34a05630 Bug 696758 - Filter web progress messages sent to Java [r=mbrubeck] 2011-10-24 22:00:52 -04:00
eitan@monotonous.org
c4721140b3 Bug 696063 - UIReady signal needs to be ported r=mbrubeck 2011-10-24 17:34:17 -07:00
Margaret Leibovic
e601ca9d9d Bug 695461 - Download notifications 2011-10-19 14:17:00 -04:00
Sriram Ramasubramanian
3ea80c8427 Bug 695152 - Tabs tray implementation for native UI. r=mfinkle
--HG--
extra : rebase_source : 81efd1c8844a1ecdf49be1ee28060c4e8198e23d
2011-10-24 12:20:27 -07:00
Fabrice Desré
70fdee4839 Bug 696850 - Support chrome:// and resource:// uris in favicons [r=mfinkle] 2011-10-24 14:08:21 -07:00
Fabrice Desré
d2ac38299b Don't harcode the appID in nsAndroidStartup.cpp [r=ted] 2011-10-24 13:07:33 -07:00
Doug Turner
05f2dd0d67 Merge from m-c 2011-10-24 11:11:26 -07:00
Wes Johnston
8686209daf Bug 694455 - Implement a prompt service for native ui fennec. r=mfinkle,blassey 2011-10-24 10:05:18 -07:00
Doug Turner
ee3fee9c0d Bug 695836 - sync last screen and last uri preference. r=mfinkle 2011-10-23 21:11:29 -07:00
Mark Finkle
68298db0a9 Bug 696300 - Can't focus on text fields when switching to a new tab (better than nothing) [r=blassey] 2011-10-20 18:48:26 -04:00
Doug Turner
46298d7ca8 Bug 696300 - Make text fields focusable r=blassey 2011-10-20 22:27:50 -04:00
Justin Lebar
f1b1dbc9b2 Bug 683777 - In an attempt to fix a crash in nsDocShell::InternalLoad, re-land bug 646641 with an extra null-check. r=smaug 2011-10-21 11:26:34 -04:00
Chris Lord
f23d9bf2f6 Improve panning, fix panning bugs. r=mfinkle
Fixes:
- Scrolling quickly in one direction, then in the other, has odd results
- Scroll occasionally goes in the wrong direction
- Scroll acceleration seems inconsistent with panning motion
- Scrolling after taps

Adds:
- Breakable axis-lock during manual panning
- Axis-lock during kinetic panning
- Linear regression to better estimate panning acceleration
- Tuned values for kinetic panning
2011-10-19 12:17:59 -04:00
Chris Lord
66d67f7d46 Improve pinch-to-zoom (a bit)
This patch corrects the maths so that pinch-to-zoom works semi-correctly.
Unfortunately, performance of this zooming method still sucks (I guess due to
relayout) and CSS zoom ends up making the page inaccessible to scrolling when
zooming in.
2011-10-19 12:13:36 -04:00
Chris Lord
c3ab0aab11 Improve kinetic panning and add constants to customise behaviour.
Increase the number of considered motion events and add some constants to
control the kinetic panning behaviour. This should make it a lot less glitchy.
2011-10-17 15:02:27 -04:00
Chris Lord
7f4cd2febd Implement scrolling of sub-frames. r=mfinkle
Implement scrolling of overflow divs, text-areas and iframes.
2011-10-15 17:44:05 -04:00
Matt Brubeck
729700798c Bug 694622 - [birch] Don't spin the event loop when opening windows [r=mfinkle] 2011-10-15 13:27:03 -07:00
Doug Turner
ab58dc4181 Disable plugins on birch. They are causing ANR on the droid pro
--HG--
extra : rebase_source : 0ad7e38c50e61be05fad85c7b6bf40a88bee7666
2011-10-14 23:21:18 -07:00
Mark Finkle
f4674c6f35 Fixes and nits to the Java Tab UI 2011-10-15 02:22:25 -04:00
Doug Turner
290ad3dbd4 #changeset: 78790:3f21e8a211ff
#tag:         qbase
#tag:         qtip
#tag:         tabs_in_nativeui
#tag:         tip
#user:        Sriram Ramasubramanian <sriram@mozilla.com>
#date:        Fri Oct 14 18:58:02 2011 -0700
#summary:     Support for tabs in native ui.
2011-10-14 22:35:15 -07:00
Matt Brubeck
45e83682bf Bug 694622 - [birch] Handle links from other apps on the command line [r=mfinkle] 2011-10-14 19:58:04 -07:00
Matt Brubeck
d81342ca87 Back out dccf0928f904 because it broke URL loading 2011-10-14 13:19:07 -07:00
Mark Finkle
117ec0a9c2 Bug 694637 - [birch] Add basic DOMTitleChanged and DOMLinkAdded support r=bnicholson 2011-10-14 16:07:17 -04:00
Matt Brubeck
95195fd5f3 Bug 694622 - [birch] Update application ID for command-line handler registration [r=fabrice] 2011-10-14 12:08:58 -07:00
Doug Turner
fb892c27f8 moving setting browser.last.uri into DOMContentLoaded. removing hideLoadingScreen message 2011-10-14 11:23:41 -07:00
Doug Turner
e9253c0c52 Fixing error in handleEvent
--HG--
extra : rebase_source : 7da570175e340eb1776e0f36366b9c3e75b95517
2011-10-14 10:56:52 -07:00
Doug Turner
7093994409 Merge from mozilla-central 2011-10-14 10:22:33 -07:00
Doug Turner
de6d7af8e5 Typo 2011-10-13 21:13:01 -07:00
Doug Turner
9f2eda82ba Disable content sink prefs since we are now not e10s and these were tuned that way. 2011-10-13 20:45:49 -07:00
Fabrice Desré
88634d9600 Camera support for birch - using default Android camera app 2011-10-13 16:52:43 -07:00
Mark Finkle
ab171d47d4 Use camelCase for sendMessageToJava 2011-10-13 16:47:29 -04:00
Mark Finkle
85b033c734 Add basic support for multiple tabs/browsers 2011-10-13 16:06:41 -04:00
Doug Turner
b15185f516 Hook up session history and reload. 2011-10-13 11:13:41 -07:00
Chris Lord
6395a7ca9a Implement kinetic panning
Implement simple kinetic panning. This doesn't change how the document is
scrolled, so scrolling iframes and overflow divs still doesn't work.
2011-10-13 11:13:59 -04:00
Mark Finkle
6bd6047208 Bug 694136 - [birch] Refactor the browser JS and XUL files [r=fabrice r=kats] 2011-10-12 17:31:04 -04:00
Doug Turner
f16570e59c Force offline = false to ensure we go online. 2011-10-12 13:37:58 -07:00
Fabrice Desré
69aba64d0a Change XUL appID 2011-10-12 10:39:06 -07:00
Rail Aliiev
8a56fd9db2 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Sriram Ramasubramanian
abf3f144a0 Bug 676621 - Toaster alert needs better Honeycomb styling 2011-11-04 13:43:32 -07:00
Fabrice Desré
5daf7238de Use DOMTitleChanged to track title changes 2011-10-11 16:57:11 -07:00
Matt Brubeck
6132faa3d4 Back out dcc28a7cfa31, 13342c7d1fc3, f005ff7b0e2a (bug 692198, bug 692196, bug 692200) because of test failures 2011-10-13 12:17:06 -07:00
Doug Turner
5b89a88a79 Let all javascript errors to to the nsConsoleService. This might be a perf hit, but i dont see it yet and it is *so* useful 2011-10-10 23:19:56 -07:00
Doug Turner
f7ffea8082 Patch from https://github.com/snorp/mozilla-central faster branch. 2011-10-10 17:40:17 -07:00
James Willcox
0ad4b9f793 Bug 692200 - Make 'plugins.force.wmode' pref override any other wmode r=jst
From 1c3c36534accbc956a5b88278ebc165626c8a8f0 Mon Sep 17 00:00:00 2001
This also enables the preference on Android. We need this because
the fix for bug 692200 breaks 32bit support, which is used
in 'transparent' (and probably other) wmodes. We force it
to 'opaque' to avoid this.
2011-10-05 14:43:16 -04:00
Matt Brubeck
6e8818f349 Bug 660887 - Double tap on an empty space on the tab bar should open a new tab [r=mfinkle] 2011-10-06 21:16:38 -07:00
Marco Bonardo
04b6bb0879 Merge last green changeset from mozilla-inbound to mozilla-central 2011-10-13 15:48:46 +02:00
Mark Finkle
ef894efebd Bug 689692 - Remove 'Recommended Add-ons' section on about:home part 2 [r=lucasr] 2011-10-13 07:57:41 -04:00
Mark Finkle
73e873d92a Bug 689692 - Remove 'Recommended Add-ons' section on about:home part 1 [r=lucasr] 2011-10-13 07:57:39 -04:00
Ed Morley
e38e839b2b Bug 696820 - Fix typo'd MOZ_CRASHREPORTER ifdefs; r=ted 2011-10-25 13:29:30 +01:00
Justin Lebar
1857cb3763 Back out bug 683777 (backout of bug 646641) due to moth orange. 2011-10-12 23:03:00 -04:00
Justin Lebar
0833156fbb Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug 2011-10-12 20:15:28 -04:00
Brad Lassey
a519c9888a bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst 2011-10-07 13:46:02 -04:00
Lucas Rocha
bccd85cb75 Bug 688802 - Tweak browser prompts to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
0f02a1849f Bug 688802 - Tweak context popups to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
c8ad23389d Bug 688802 - Tweak app menu to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
d7c75cfd62 Bug 688802 - Tweak awesome panels to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
6a31ac455f Bug 691338 - Reuse same position when re-anchoring popup on resize event (r=wesj) 2011-10-12 17:06:18 +01:00
Lucas Rocha
73abd133e5 Bug 688574 - Use Weave constant for locked master password (r=mfinkle) 2011-10-12 15:13:25 +01:00
Lucas Rocha
46b0fbdd54 Bug 688574 - Check sync username prefs key instead of using sync's API (r=mfinkle) 2011-10-12 15:13:25 +01:00
Lucas Rocha
bf3ee57fa1 Bug 688574 - Don't use Weave.Service.isLoggedIn flag (r=philikon) 2011-10-12 15:13:21 +01:00
Matt Brubeck
9a844008c2 Merge mozilla-central to mozilla-inbound 2011-10-11 14:11:09 -07:00
Kyle Huey
7acd90d977 Merge b-s to m-c. 2011-10-11 08:20:42 -04:00
Martijn Wargers
4029e9aa72 Test for Bug 689403 - Option inside optgroup of multi-select doesn't trigger form select helper popup after it has been opened before [r=mbrubeck] 2011-10-10 18:02:49 -07:00
Kyle Huey
209504202f Merge m-c to b-s. 2011-10-09 18:19:28 -04:00
Gregory Szorc
364d4fb86e Bug 687225 - Detect MSVC 2011 compiler. r=ted 2011-10-03 21:57:00 -04:00
Lucas Rocha
c92c11bf4a Bug 690900 - Remove unwanted dotted line borders from tabs popup (r=wesj) 2011-10-10 19:51:23 +01:00
Matt Brubeck
bad4663d2f Merge from mozilla-inbound to mozilla-central 2011-09-29 20:29:17 -07:00
Ehsan Akhgari
4ef40fe917 Backout changeset 32e9422afd8d (bug 687265) explicitly from mozilla-central 2011-09-29 20:29:11 -04:00
Ehsan Akhgari
718a93adce Merge mozilla-central into mozilla-inbound 2011-09-29 17:26:09 -04:00
Wes Johnston
c3bff5e977 Bug 675252 - Tests for using buildid in getLocales pref. r=mfinkle 2011-09-29 12:17:35 -07:00
Wes Johnston
d205537ec4 Bug 689702 - Test updating locale pref. r=mfinkle 2011-09-29 12:17:31 -07:00
Wes Johnston
82692ac001 Bug 689702 - Update getLocales pref dynamically. r=mfinkle 2011-09-29 12:17:26 -07:00
Mark Finkle
b02d0598f9 Backout 39d5bb6c6d4d for reftest-2 failures on Android 2011-09-29 14:34:13 -04:00
Ehsan Akhgari
a8d2514455 Merge mozilla-central into mozila-inbound 2011-09-29 12:51:50 -04:00
Kyle Huey
4a12a2b870 Bug 687332: Fix up LocaleRepository.jsm. r=mbrubeck 2011-09-29 12:06:36 -04:00
Michael Wu
d8e503c38b Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Matt Brubeck
3f69784978 Bug 681995 - Zoom to viewport width by default instead of document width [r=mfinkle] 2011-09-28 18:29:22 -07:00
Vivien Nicolas
2adeb9eed1 Bug 689494 - Don't resize the UI when dragging the tablet sidebar rightward [r=mbrubeck] 2011-09-28 17:29:29 -07:00
Matt Brubeck
e8ae56b498 Bug 689966 - Pref are initialized twice because of reference to nonexistent element [r=wesj] 2011-09-28 17:29:08 -07:00
Mark Finkle
83136bf3b9 Bug 687265 - Front-end support for flash on Android Fennec [r=mbrubeck r=blassey] 2011-09-29 10:44:03 -04:00
Sriram Ramasubramanian
e77c558a5c Bug 677118 - Long tapping on link which has div inside does not show link context menu [r=mbrubeck,mfinkle] 2011-09-27 15:35:00 -07:00
Marco Bonardo
b5fe34c68a Merge mozilla-central and mozilla-inbound 2011-10-08 09:41:37 +02:00
Mark Finkle
809ffa15b3 Bug 689928 - White space in the left side of the tab bar [r=mbrubeck] 2011-10-07 22:18:00 -04:00
Mark Finkle
d44151b8cd Bug 692712 - Pre-filter recommended add-ons JSON instead of filtering at startup [r=wjohnston] 2011-10-07 22:13:45 -04:00
Martijn Wargers
1a0bec581c Bug 691758 - [Tablet] Optgroup should not have checkbox in select popup helper, r=wjohnston 2011-10-07 16:06:58 -07:00
Matt Brubeck
6abf5a179d Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-07 12:06:20 -07:00
Matt Brubeck
a327fa30f2 Back out 979075e871e2 (bug 660887) because it breaks Tzoom
--HG--
extra : rebase_source : 94c839fbcf290222ec2f617644c66add434e6a27
2011-10-07 09:24:55 -07:00
Ed Morley
43c08e27c3 Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-07 11:37:04 +01:00
Brian Smith
51506927f3 Bug 682329: Remove workaround that mobile is using to suppress the cert error dialog box, r=mark.finkle 2011-10-06 17:42:04 -07:00
Matt Brubeck
3737fc0a43 Back out 52d001bbf7ff (Bug 690011) for failures in Android b-c (browser_find.js and others) on a CLOSED TREE 2011-10-06 15:16:35 -07:00
Matt Brubeck
aa73dd7fff Back out ac1d5e94097a (bug 632072) because of kinetic panning issues 2011-10-06 09:49:47 -07:00
Wesley Johnston
1c257f6fa1 Backout 733ab06d6e09 for browser-chrome bustage 2011-10-07 14:32:28 -07:00
Mark Finkle
1b96b92163 Bug 692767 - about:home shows tabs from last time with wrong encoding, non-ASCII characters are broken [r=mbrubeck] 2011-10-07 15:35:41 -04:00
Wes Johnston
799d2a70f1 Bug 692445 - Fix behavior of change language button on about:home. r=mfinkle 2011-10-07 11:14:38 -07:00
Wes Johnston
a91685fdc0 Bug 692536 - Prevent sending mousemove events if preventDefault is called on touchevents. r=mbrubeck 2011-10-07 11:12:34 -07:00
Oleg Romashin
92d170791c Bug 691763 - Fennec Layout is broken on initial startup after landing. r=mbrubeck 2011-10-07 10:57:24 +01:00
Matt Brubeck
46930d4caa Bug 692357 (2/2): Factor sidebar grabbing logic out of dragger code [r=lucasr] 2011-10-06 22:51:37 -07:00
Matt Brubeck
dba992aa35 Bug 692357 (1/2): ViewableAreaObserver should not depend on TabletSidebar [r=lucasr] 2011-10-06 22:51:21 -07:00
Matt Brubeck
b14306c9e2 Bug 660887 - Double tap on an empty space on the tab bar should open a new tab [r=mfinkle] 2011-10-06 21:16:38 -07:00
Martijn Wargers
3bd9b09bb5 Bug 685197 - Multiple select options become unselected when tapping on multi-select [r=mbrubeck] 2011-10-06 19:58:31 -07:00
Wes Johnston
c455eabff4 Bug 692536 - Prevent sending mousemove events if preventDefault is called on touchevents. r=mbrubeck 2011-10-11 12:03:17 -07:00
Matt Brubeck
93dbe426c5 Bug 690017 - Use -moz-crisp-edges scaling for favicons in tablet portrait tab menu [r=wesj] 2011-09-28 13:31:27 -07:00
Wes Johnston
74405f9adc Bug 689562 - Fix highlight state for reload button. r=lucasr 2011-09-28 12:30:15 -07:00
Sriram Ramasubramanian
1cd7ef4414 Bug 682412 - Theme settings on Honeycomb. r=mfinkle 2011-09-28 12:30:12 -07:00
Lucas Rocha
ffade74e6f Bug 681944 - Immediately remove "empty" attribute from session-restored tabs (r=mfinkle)
Otherwise user will not be able to restore a closed tab if he closes it before the session-restored thumbnail is loaded.
2011-09-28 17:56:53 +01:00
Lucas Rocha
1e6f77f1f2 Bug 689349 - Don't suggest values for password text boxes (r=mfinkle) 2011-09-28 17:50:19 +01:00
Lucas Rocha
f999dc9823 Bug 689524 - Show title on tabs showing about:home (r=mbrubeck) 2011-09-28 17:22:41 +01:00
Matt Brubeck
efd8688819 Bug 689599 - Ensure postData is non-null before accessing it in Browser.loadURI [r=mfinkle] 2011-09-27 12:45:49 -07:00
Boris Zbarsky
377a55505b Version bump to 10.0a1 on CLOSED TREE 2011-09-27 13:19:35 -04:00
Mark Finkle
a4428db1a3 Revert to the old throbber in an effort to stop talos regressions [r=mbrubeck] 2011-09-27 11:11:52 -04:00
Doug Turner
f005ac72f9 Bug 689252 - cleanup/remove geo.wifi.* preferences. r=jdm 2011-09-27 07:23:49 -07:00
Matt Brubeck
f97e38bdc3 Merge mozilla-central to mozilla-inbound 2011-09-26 19:09:08 -07:00
Wes Johnston
1608577f84 Bug 677670 - Make the new tab popup work on tablets. r=mbrubeck 2011-09-26 18:28:54 -07:00
Wes Johnston
3b0dbba2bf Bug 688677 - Polish up the actionbar. r=mbrubeck 2011-09-26 18:28:52 -07:00
Fabrice Desré
f8f910bd73 Bug 689307 - Add an app shortcut to the homescreen [r=mfinkle] 2011-09-26 17:32:10 -07:00
Fabrice Desré
710899e3ab Bug 659188 - Android and media parts [r=blassey] [r=cpearce] 2011-09-26 17:25:41 -07:00
Fabrice Desré
572e87ef4d Bug 593891 - Part 3 : Fennec nsICapturePicker implementation [r=mfinkle] 2011-09-26 17:25:41 -07:00
Oleg Romashin
b9e064eae2 Bug 693216 - Fennec should take %U url argument. r=dougt 2011-10-10 07:34:00 +01:00
Ilkka Otsala
0681ec97c5 Bug 686289 - Harmattan custom MIME types need to be supported in Fennec. r=jbos,romaxa 2011-10-10 07:34:00 +01:00
Oonishi Atsushi
5db5ec8f54 Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Gian-Carlo Pascutto
a704760323 Bug 693389 - Update urlclassifier DB for Mozilla com->org move. r=dcamp 2011-11-09 17:22:59 +01:00
Marco Bonardo
de58c7bf0f Merge mozilla-central to mozilla-inbound 2011-11-08 23:58:10 +01:00
Christian Legnitto
6473113ad0 Bug 700688, Version bump 2011-11-08 09:12:57 -08:00
Joel Maher
adf586d106 Bug 700537 - disable addition browser-chrome tests which are orange on xul fennec. r=mfinkle 2011-11-08 12:00:00 -05:00
Wes Johnston
1b84781a9e Bug 689025 - Language button has a label referencing location of intl.properties [r=mfinkle] 2011-09-26 14:27:02 -07:00
Matt Brubeck
e018ce6261 Bug 689267 - setting#prefs-uilanguage should have type="control" instead of "menulist" [r=wesj] 2011-09-26 14:25:12 -07:00
Mark Finkle
bf3a36b17d Bug 689158 - Try to fix browser_rememberPassword problems [r=mbrubeck] 2011-09-26 11:58:33 -04:00
Fabrice Desré
998e2d8ca4 Bug 679194 - Add a permission prompt for mozApps.mgmt.list and mozApps.mgmt.uninstall [r=mfinkle] 2011-08-15 18:56:42 -07:00
Fabrice Desré
4cce8e2dd7 Bug 609043 - Add support for Open Web Apps [r=mfinkle] 2011-08-15 12:16:50 -07:00
Matt Brubeck
0b0a1efe0a Bug 688168 - Make the sync dialog pretty on Honeycomb [r=wesj] 2011-09-23 16:37:26 -07:00
Wes Johnston
b969fbe23a Bug 688693 - Tweak the portrait tabs menu. r=mfinkle 2011-09-23 16:02:27 -07:00
Wes Johnston
de3bd6e1ea Bug 688819 - Add strings for Fennec actionbar in preferences. r=mfinkle 2011-09-23 16:02:25 -07:00
Matt Brubeck
b6a5ad2a29 Bug 688840 - Switching from portrait to landscape breaks tab sidebar toggling [r=wesj] 2011-09-23 15:18:40 -07:00
Matt Brubeck
66e305f14a Bug 688689 (2/2) - New throbber animation for Fennec [r=mfinkle] 2011-09-23 15:18:40 -07:00
Matt Brubeck
4f193c0976 Bug 688689 (1/2) - New colors for SSL endcaps in Fennec URL bar [r=mfinkle] 2011-09-23 15:18:39 -07:00
Lucas Rocha
38bed58061 Bug 669199 - Remove ability to enable/disable sync from preferences UI (r=mbrubeck) 2011-09-23 13:17:58 -07:00
Matt Brubeck
fac441e6de Bug 688783 - Back out bug 641836 to fix keyboard issues until bug 669995 is fixed [r=mfinkle] 2011-09-23 13:16:38 -07:00
Wes Johnston
99e5d4b541 Bug 658278 - Use locale picker in preferences UI. r=mfinkle 2011-09-23 11:27:28 -07:00
Matt Brubeck
f8e81ee785 Bug 688800 - Don't show curvy tab button and sidebar at the same time while dragging [r=mfinkle] 2011-09-23 11:07:58 -07:00
Matt Brubeck
f403e33d4a Bug 688800 - [tablet] UI jumps when tapping in the tab sidebar [r=mfinkle] 2011-09-23 11:07:43 -07:00
Matt Brubeck
42a0aac9f4 Bug 688640 - Fix oncommand handlers for boolean settings in Fennec [r=sriram] 2011-09-23 10:21:19 -07:00
Matt Brubeck
182700eaa5 Bug 688581 - Tweak "New Tab" button in landscape tablet mode [r=lucasr] 2011-09-23 10:21:01 -07:00
Wes Johnston
8585a07bb0 Bug 683150 - Style remotetabs messages on gingerbread and honeycomb. r=mbrubeck 2011-09-23 10:10:15 -07:00
Mark Finkle
5431269600 Bug 678480 - First-run animation is busted and tab sidebar is visible at startup r=wjohnston 2011-09-22 22:31:06 -04:00
Matt Brubeck
5a4031e438 Bug 685308 (2/2) - Make tablet UI work in RTL locales [r=wesj] 2011-09-22 19:20:01 -07:00
Matt Brubeck
6c3eae4567 Bug 685308 (1/2) - Make tablet sidebar dragging work in RTL [r=mfinkle] 2011-09-22 19:19:57 -07:00