Commit Graph

2466 Commits

Author SHA1 Message Date
Kartikaya Gupta
ba9436412f Bug 766668 - Account for RTL pages having the top-left corner not at (0,0) when taking a screenshot update. r=blassey 2012-06-22 09:31:50 -04:00
Mounir Lamouri
94eb49d211 Bug 766904 - Make sure unlockOrientation() is a no-op if the orientation wasn't locked. r=blassey 2012-06-22 10:55:17 +02:00
Mounir Lamouri
fb4c641aae Bug 757791 - Change unlockOrientation() behavior to set orientation to UNSPECIFIED instead of SENSOR. r=blassey 2012-06-22 10:54:35 +02:00
Matt Brubeck
f5d637bb3f Bug 766865 - java.lang.IndexOutOfBoundsException in TabsTray.addTab [r=margaret] 2012-06-21 14:18:58 -07:00
Ed Morley
fc5f65e8d7 Merge mozilla-central to mozilla-inbound 2012-06-21 21:08:12 +01:00
Mark Finkle
722fe87b5a bug 766914 - Unable to play videos on mobile YouTube; redirection loop on 'Play' r=blassey a=blassey 2012-06-21 13:49:48 -04:00
Ed Morley
db2183d3d6 Merge mozilla-central to mozilla-inbound 2012-06-21 08:38:39 +01:00
Wes Johnston
6f41caa59f Bug 766285 - Pass correct origin to java when opening webapps. r=mfinkle 2012-06-20 15:02:29 -07:00
Chenxia Liu
2a4637ccfc Bug 731116 - More strict mode during Android Sync setup. r=nalexander
--HG--
extra : rebase_source : d807c23880634f519965c3db307760ab6298311b
2012-06-20 14:15:02 -07:00
Nick Alexander
7d3c07dea6 Bug 766397 - Do not log PasswordRecord details. r=rnewman
--HG--
extra : rebase_source : 2a0290471d7341a5752b28adadb0949c0644e486
2012-06-20 14:10:55 -07:00
Kartikaya Gupta
2218d137f7 Bug 766576 - Fix javascript warning about missing return value. r=mfinkle 2012-06-20 16:48:22 -04:00
Lucas Rocha
d24ee1dd72 Bug 750683 - Check if page is convertible to enable reader mode (r=mfinkle) 2012-06-20 19:21:22 +01:00
Lucas Rocha
ff644b320f Bug 760645 - Add reading list app menu item (r=mfinkle) 2012-06-20 19:10:08 +01:00
Lucas Rocha
1af89befb2 Bug 760645 - Update bookmarks icons to show yellow star when active (r=mfinkle) 2012-06-20 19:10:08 +01:00
Lucas Rocha
b5fe2d7153 Bug 760645 - Add needed BrowserDB api to manage reading list (r=mfinkle) 2012-06-20 19:10:08 +01:00
Lucas Rocha
fea1a1de49 Bug 760645 - Change reader button to go straight to Reader Mode (r=mfinkle) 2012-06-20 19:10:08 +01:00
Lucas Rocha
8533b5bd43 Bug 750681 - Implement/define CSS for articles in the reader (r=mfinkle) 2012-06-20 18:28:39 +01:00
Lucas Rocha
14ab60a7c2 Bug 750686 - Implement style toolbar for Reader Mode (r=mfinkle) 2012-06-20 18:12:13 +01:00
Lucas Rocha
b5a96fcae9 Bug 765330 - Fix runtime warning on redeclared variable in browser.js (r=mfinkle) 2012-06-20 15:04:09 +01:00
Geoff Brown
969d4658b6 Bug 764044 - Robocop: rewrite testNewTab for new tabs UI; r=jmaher 2012-06-20 08:05:14 -07:00
Sriram Ramasubramanian
31362ed220 Bug 762727: Tabs Panel refresh on rotation. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/layout-sw600dp/tabs_panel.xml => mobile/android/base/resources/layout-sw600dp/tabs_panel_toolbar.xml
rename : mobile/android/base/resources/layout-xlarge/tabs_panel.xml => mobile/android/base/resources/layout-xlarge/tabs_panel_toolbar.xml
2012-06-19 14:10:21 -07:00
Sriram Ramasubramanian
6a0f56a62e Bug 762727: BrowserToolbar needs to re-created on rotation. [r=mfinkle] 2012-06-19 14:09:44 -07:00
Matt Brubeck
3dfee93807 Bug 763726 - Tap on content area while tabs menu is open should close it [r=mfinkle] 2012-06-19 14:10:42 -07:00
Margaret Leibovic
8e6da4dc6b Bug 765270 - Don't try to clean up in findClosed if this._findInProgress is false. r=mfinkle 2012-06-18 14:57:09 -07:00
Matt Brubeck
8d9b2a0c33 Bug 765805 (3/3) - Update thumbnails for tabs added while the sidebar is open [r=sriram] 2012-06-19 13:37:57 -07:00
Matt Brubeck
333b2454e8 Bug 765805 (2/3) - Don't hide the tab sidebar when adding a new tab [r=sriram] 2012-06-19 13:37:57 -07:00
Matt Brubeck
6ceac710b7 Bug 765805 (1/3) - Don't hide the tab sidebar when switching tabs [r=sriram] 2012-06-19 13:37:57 -07:00
Chris Peterson
e568d929d7 Bug 765831 - Part 5: Clamp composing span indexes. r=blassey 2012-06-19 12:17:20 -07:00
Chris Peterson
7ea36bae56 Bug 765831 - Part 4: Clamp string lengths passed to getTextBeforeCursor/getTextAfterCursor. r=blassey 2012-06-19 12:12:27 -07:00
Chris Peterson
899a4bbb58 Bug 765831 - Part 3: Clamp bogus composing region indexes passed to setComposingRegion(). r=blassey 2012-06-19 12:19:30 -07:00
Chris Peterson
fad3377b1a Bug 765831 - Part 2: Clamp bogus selection indexes passed to setSelection(). r=blassey 2012-06-19 12:13:48 -07:00
Chris Peterson
0e8e38a31e Bug 765831 - Part 1: Extract selection index juggling into a Span helper class. r=blassey 2012-06-19 12:13:41 -07:00
Matt Brubeck
44462c9163 Bug 765941 - Thumbnail doesn't update after following a link to an HTTP redirect [r=bnicholson] 2012-06-19 12:03:00 -07:00
Matt Brubeck
aa807b4225 Bug 756474 - Harden the SimpleScaleGestureDectector against missed events [r=kats] 2012-06-19 12:01:44 -07:00
Brian Nicholson
c18a5e6f0b Bug 762064 - Close InputStream in SuggestClient. r=blassey 2012-06-19 11:01:57 -07:00
Nick Alexander
54f0f5227b Bug 762627 - Ensure that CommandProcessor does not hold reference to last active GlobalSession. r=rnewman,liuche
--HG--
extra : rebase_source : 246551a5ae19653409b20ac7dd5c235b54f3f712
2012-06-19 10:54:23 -07:00
Nick Alexander
ce8ece9c94 Bug 765797 - Only log generated record string for incoming records if Logger.LOG_PERSONAL_INFORMATION is set. r=liuche
--HG--
extra : rebase_source : 35d9924d94ca3093a02e6f820769131f96296afb
2012-06-19 10:35:06 -07:00
Margaret Leibovic
01e8b1d2b1 Bug 695173 - Add content.css and jar.mn changes that didn't make it into the first push 2012-06-19 10:48:31 -07:00
Geoff Brown
f6eccd27ff Bug 746938 - Prevent NullPointerException in getNetworkType; r=mounir 2012-06-21 11:54:35 -07:00
Brian Nicholson
b52d7a601a Bug 763396 - Dismiss keyboard when showing tabs tray. r=mfinkle 2012-06-21 11:44:35 -07:00
Wes Johnston
4072914c68 Bug 766635 - Follow up to fix warning. r=mfinkle 2012-06-21 10:40:04 -07:00
Wes Johnston
d472897b65 Bug 766635 - Don't close tabs on diagonal swipes. r=mfinkle 2012-06-21 09:53:54 -07:00
Wes Johnston
1916fe9569 Bug 764812 - Only close tabs is dragged to the left or right edge of the tab. r=mfinkle 2012-06-21 09:53:48 -07:00
Margaret Leibovic
b5d9b46a83 Bug 766789 - Fire mouse events closer to the tip of the handle image. r=mbrubeck 2012-06-20 17:56:11 -07:00
Margaret Leibovic
1ebac830be Bug 765057 - (Part 2) Reverse handles if the start handle goes past the end of the selection and vice versa. r=mbrubeck 2012-06-20 17:56:08 -07:00
Margaret Leibovic
383581c1f7 Bug 765057 - (Part 1) Refactor updateCacheFromRange and moveSelection to update the cache on each touchmove. r=mbrubeck 2012-06-20 17:56:05 -07:00
Margaret Leibovic
3b179ce1e4 Bug 765486 - Protect isBookmark() against NPE. r=lucasr 2012-06-20 17:56:02 -07:00
Kartikaya Gupta
e4add49058 Bug 766988 - Prevent NPE and/or running screenshot updates when screenshotting is disabled. r=blassey 2012-06-21 11:46:58 -04:00
Ted Mielczarek
8e6d1b86af bug 761454 - distinguish armv6 builds from armv7 builds by changing package name. r=glandium 2012-06-19 09:24:53 -04:00
Margaret Leibovic
ec6d9cc46d Bug 695173 - Support text selection in Fennec Native. r=mbrubeck 2012-05-02 10:39:59 -07:00