Commit Graph

80351 Commits

Author SHA1 Message Date
Lucas Rocha
e21452e84e Bug 697189 - Don't use transparent theme on AwesomeBar screen (r=mfinkle)
Otherwise the current web page will be visible 'under' the AwesomeBar screen
while SKB slides in and out.
2011-11-17 10:52:23 +00:00
Lucas Rocha
c957149ada Bug 702962 - Always dismiss SKB on tab change in AwesomeBar (r=mfinkle)
Because we lazy load the content of bookmarks and history tabs, the focus was
not moving to the tab content on tab switch when you first access them.
2011-11-17 10:30:53 +00:00
Lucas Rocha
79894b4708 Bug 701014 - Dismiss SKB when scrolling results in AwesomeBar (r=mfinkle) 2011-11-17 10:30:51 +00:00
Brad Lassey
c911a27bab bug 702216 - Menu > Quit doesn't close Fennec r=mfinkle
--HG--
extra : rebase_source : 02dd9e265ac428770098604930e74301f8342323
2011-11-16 17:33:43 -05:00
Doug Turner
1321168afe Bug 703057 - Put DrawToFile on another thread. r=blassey
--HG--
extra : rebase_source : f90ae83248da6b270baf8abbb873bdb89977d8fc
2011-11-16 14:32:44 -08:00
Sriram Ramasubramanian
08a99b0393 Bug 702821: Doorhanger arrows should point to favicon in the URL bar [r=mfinkle] 2011-11-15 16:15:18 -08:00
Sriram Ramasubramanian
3e89f497ac Bug 701370: Adding affordance to URL bar [r=mfinkle] 2011-11-15 15:52:54 -08:00
Mark Finkle
9154e7b562 Bug 697659 - Use doorhangers for Password Manager [r=margaret] 2011-11-16 16:17:57 -05:00
Kartikaya Gupta
73a1752d9c Bug 703004 - Fix NPE on touch during startup [r=pcwalton]
Fix a couple of places that transform a point but
don't properly deal with the possible null return
value.
2011-11-16 13:42:45 -05:00
Michael Kohler
0dd678f533 Bug 702724 - Avoid compiler error when JDK version >= 7 [r=kats] 2011-11-16 00:49:21 +01:00
James Willcox
a9d85150c3 Bug 702964 - Support subregion lock with native plugin surfaces r=blassey 2011-11-16 11:15:53 -05:00
Brad Lassey
b0a7d2f7cb bug 701703 - Null pointer exception thrown loading Fennec Start Page r=dougt 2011-11-16 10:42:10 -05:00
James Willcox
fc7fda77fb Bug 702643 - Flash instances should resize according to zoom factor r=blassey 2011-11-16 10:42:10 -05:00
James Willcox
42bb73874f Bug 702883 - Use a native solution for locking/unlocking plugin surfaces 2011-11-16 10:42:09 -05:00
Gian-Carlo Pascutto
0cb22bfe05 Bug 697331 - Only use the profile install location on mobile. r=mfinkle 2011-11-16 16:18:34 +01:00
Lucas Rocha
9775ff1a30 Bug 702688 - Search key on awesomebar screen should dismiss it (r=mfinkle) 2011-11-16 15:03:52 +00:00
Lucas Rocha
bd2f2933f4 Bug 702306 - Ensure we use sane text colours in AwesomeBar tabs (r=mfinkle)
Relying on system's theme to set text colour on tabs might not work on certain
devices.
2011-11-16 15:01:33 +00:00
Lucas Rocha
3b01037f3c Bug 698816 - Use proper text colours in crash reporter UI (r=mfinkle) 2011-11-16 14:38:44 +00:00
Lucas Rocha
1da37c897a Bug 698816 - Fix indentation on crash_reporter.xml (r=mfinkle) 2011-11-16 14:38:42 +00:00
Mark Finkle
8b4f29f952 Bug 702753 - Fix builds that use external OBJDIR [r=mfinkle] 2011-11-16 09:31:51 -05:00
Gian-Carlo Pascutto
41530380a2 Bug 699725 - Do not use Gecko click_hold handler. r=mfinkle 2011-11-16 14:39:19 +01:00
Alex Pakhotin
ac78073798 Bug 699792 - ALT key not working correctly on Motorola DROID PRO. r=blassey 2011-11-15 18:05:02 -08:00
Brad Lassey
1d50f18191 bug 702753 - implement make install for android r=dougt 2011-11-15 18:05:23 -05:00
Brad Lassey
49c341bfa3 Bug 702627 - Invalidate plugin rect after requesting Java surface during paint r=blassey 2011-11-15 18:05:23 -05:00
Brad Lassey
5b287056e8 Bug 702614 - Use Skia to implement the Android canvas plugin APIs r=blassey
--HG--
rename : dom/plugins/base/android/ANPCanvas.cpp => other-licenses/skia-npapi/ANPCanvas.cpp
rename : dom/plugins/base/android/ANPPaint.cpp => other-licenses/skia-npapi/ANPPaint.cpp
rename : dom/plugins/base/android/ANPPath.cpp => other-licenses/skia-npapi/ANPPath.cpp
rename : dom/plugins/base/android/ANPTypeface.cpp => other-licenses/skia-npapi/ANPTypeface.cpp
2011-11-15 18:05:23 -05:00
Margaret Leibovic
6c4776b00b Bug 702778 - Only update the doorhanger popup for the currently selected tab. r=mfinkle 2011-11-15 14:51:57 -08:00
Matt Brubeck
d8e483c521 Bug 701527 - Hide indexedDB quota prompt when it is canceled by content [r=margaret] 2011-11-15 14:45:54 -08:00
Matt Brubeck
bfbb0047af Bug 701527 - Add doorhanger prompts for indexedDB permissions [r=mfinkle] 2011-11-15 14:45:10 -08:00
Wes Johnston
0375317692 Backout 6b1414e0a6e8 and 8f3eacc9ceb6 2011-11-15 14:04:07 -08:00
Wes Johnston
275fdb2d58 Bug 701594 - Snap back if you zoom out further than the page size. r=pcwalton 2011-11-15 13:41:28 -08:00
Wes Johnston
c70ecf77a7 Bug 697701 - Support double tap zooming. r=pcwalton 2011-11-15 13:41:19 -08:00
Margaret Leibovic
ae4ef8d6eb Bug 701722 - Multiple cancel prompts generated by tapping in-progress downloads several times. r=mfinkle 2011-11-15 12:31:00 -08:00
Margaret Leibovic
829b913779 Bug 700679 - Show warning on alpha-numeric key input when in full screen mode to prevent phishing. r=mfinkle 2011-11-15 12:30:58 -08:00
Margaret Leibovic
9d2fa41a0d Bug 702386 - Support setting persistence to -1 for doorhangers (and fix buggy doorhanger removal code). r=mfinkle 2011-11-15 12:30:54 -08:00
Doug Turner
2adea6abb5 Merge with m-c fd478c02c29c 2011-11-15 11:18:06 -08:00
Ed Morley
4c666fa158 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-15 19:07:09 +00:00
Olli Pettay
75e00b1dc5 Bug 701342 - Revoke mPendingTitleChangeEvent when unlinking document, r=peterv 2011-11-15 20:47:57 +02:00
Doug Turner
10931b1d81 Bug 702544 - Follow up to 701996. Landing ifdef to make birch project branch compile r=blassey 2011-11-15 09:30:59 -08:00
Kartikaya Gupta
a9b123b600 Bug 702416 - Replace FloatRect with android.graphics.RectF [r=pcwalton] 2011-11-15 12:13:06 -05:00
Kartikaya Gupta
309c4ec3c6 Bug 702416 - Replace IntRect with android.graphics.Rect [r=pcwalton] 2011-11-15 12:11:53 -05:00
Kartikaya Gupta
419a047fb6 Bug 702416 - Replace FloatPoint with android.graphics.PointF [r=pcwalton] 2011-11-15 11:59:41 -05:00
Kartikaya Gupta
5580ff0a78 Bug 702416 - Replace IntPoint with android.graphics.Point [r=pcwalton] 2011-11-15 11:58:28 -05:00
Patrick Walton
f753c973de Bug 702420 - Get scroll area size from events [r=kats] 2011-11-15 11:58:26 -05:00
Patrick Walton
58d983a517 Bug 702407 - Remove the "fake display port" hack [r=kats] 2011-11-15 11:58:23 -05:00
Patrick Walton
5bf50a1ec6 Bug 702403 - Don't fling if the velocity is low [r=kats] 2011-11-15 11:58:21 -05:00
Richard Newman
1ff0b2ac97 Merge m-c to s-c. 2011-11-15 08:46:51 -08:00
Patrick McManus
5782274574 bug 667385 - followon patch to remove an old PRBool rs=honzab 2011-11-15 11:25:56 -05:00
Jim Blandy
1bfe86b4a5 Bug 701274: Make jsd_ThrowHandler return the proper JSTrapStatus value, not JSD_HOOK_RETURN_CONTINUE_THROW. r=sfink 2011-11-15 08:04:58 -08:00
Patrick McManus
1c2521ced8 bug 667385 nshttppipeline::isdone does not consider done sub transactions r=honzab 2011-11-15 10:12:43 -05:00
Patrick McManus
e0bd70227c bug 670994 - nsHttpPipeline::ResumeSend() in not unreachable r=honzab 2011-11-15 10:00:46 -05:00