Commit Graph

4140 Commits

Author SHA1 Message Date
Wes Johnston
d7e8a7de0b Bug 872388 - Move EditBookmark dialog into its own class. r=bnicholson 2013-05-30 17:03:18 -07:00
Wes Johnston
892361095e Bug 872388 - Style button toasts. r=bnicholson 2013-05-30 17:03:17 -07:00
Wes Johnston
74087971b0 Bug 872388 - Create a buttonToast class. r=bnicholson 2013-05-30 17:02:30 -07:00
Wes Johnston
91e0e3b19b Bug 862377 - Follow up for review comments. r=sriram 2013-05-30 17:01:31 -07:00
Margaret Leibovic
c2b6007224 Bug 877729 - Remove getUrlForAboutReader and use getUrlFromAboutReader instead. r=lucasr 2013-05-30 16:26:38 -07:00
Margaret Leibovic
84783ec636 Bug 873670 - Always show active reader mode icon when viewing a page in reader mode. r=lucasr 2013-05-30 16:26:38 -07:00
Wes Johnston
836a5b3a09 Bug 862377 - Style spinners on doorhangers. r=sriram 2013-05-30 15:18:47 -07:00
Wes Johnston
06bbe4dae8 Bug 862377 - Allow adding inputs to doorhangers. r=sriram 2013-05-30 15:18:47 -07:00
Wes Johnston
4556696072 Bug 862377 - Move PromptInputs to their own class. r=sriram 2013-05-30 15:38:59 -07:00
Kartikaya Gupta
f9e53f1a33 Bug 746876 - Fix double-tap coordinates in robocop test and re-enable it. r=gbrown 2013-05-30 09:58:29 -04:00
Kartikaya Gupta
059609fb24 Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis
Prior to this change, isBrowserContentDocumentDisplayed returned false
from the time that the isFirstPaint flag was set in layout to the time
that layout handed off the rendered document to the compositor. However
the way the function is used meant that it needs to return false until
the compositor actually composites the "first-paint" rendering,
otherwise other events can sneak in and run before the compositor. This
patch moves the tracking for the flag into GeckoLayerClient so that it
can be queried and modified synchronously from both the Gecko thread in
browser.js and the compositor thread in setFirstPaintViewport.
2013-05-30 09:55:23 -04:00
Kartikaya Gupta
0b742ebed4 Bug 797615 - Cosmetic cleanup for the getDisplayPort JNI wrapper. r=Cwiiis 2013-05-30 09:55:08 -04:00
Max Li
ca8458c9e9 Bug 872986 - New unlabelled, and seemingly invisible, control in awesome bar. r=sriram 2013-05-28 21:34:08 -04:00
Chris Lord
b2f308ce7c Bug 868998 - Expose the dynamic toolbar after a certain distance. r=kats
Instead of only exposing the toolbar when scrolling from the top quarter of the
screen, always expose the toolbar, but only after a certain distance.
2013-05-30 12:53:24 +01:00
Chris Lord
2221002789 Bug 867193 - Take margin offset into account when positioning form pop-ups. r=margaret 2013-05-30 12:53:22 +01:00
Phil Ringnalda
58fc837293 Back out e9593bf12a59:f9c1d3eb3ce6 (bug 869123) for very frequent robocop1 testAllPagesTab failures
CLOSED TREE
2013-05-30 00:02:29 -07:00
Brad Lassey
f68e311176 bug 867517 - Gecko-based WebView for Android, add GeckoView r=mfinkle 2013-05-30 00:31:43 -04:00
Kartikaya Gupta
245c63df69 bug 867517 - Gecko-based WebView for Android, move touch handling to LayerView r=blassey 2013-05-30 00:34:02 -04:00
Sriram Ramasubramanian
937fc753aa Bug 869123: Hide share test as it expects a popup window. [r=mfinkle] 2013-05-29 20:08:05 -07:00
Sriram Ramasubramanian
b5d2f39b0b Bug 869123: Quick share action for android menu. [r=wesj] 2013-05-15 10:55:06 -07:00
Shane Tully
a81ece2c28 Bug 785156 - Lock icon should toggle site security popup. r=wesj 2013-05-29 20:56:10 -04:00
Shane Tully
afeae5c2cf Bug 871938 - Use &vendorShortName; in Crash Reporter strings rather than a hardcoded "Mozilla". r=kats 2013-05-29 20:37:35 -04:00
Margaret Leibovic
8e368ddde3 Bug 868052 - Show dynamic toolbar when hardware menu button is pressed (on all devices this time). r=lucasr,sriram 2013-05-29 16:07:12 -07:00
Ehsan Akhgari
9b848f5568 Backed out 8 changesets (bug 803299) because it makes Tcheckerboard and Tpan so much worse
Backed out changeset f0311781c218 (bug 803299)
Backed out changeset 946467115924 (bug 803299)
Backed out changeset 59af481d8888 (bug 803299)
Backed out changeset 99a03f7ca8a4 (bug 803299)
Backed out changeset 44539f533a92 (bug 803299)
Backed out changeset 3f3963a3ebf6 (bug 803299)
Backed out changeset 5269f0483d1e (bug 803299)
Backed out changeset a9485787fdb1 (bug 803299)
2013-05-29 17:14:27 -04:00
Sriram Ramasubramanian
54a5c132db Bug 848317: ActionBar corruption on Nexus 4. [r=mfinkle] 2013-05-28 13:45:14 -07:00
Wes Johnston
0f805b15bc Bug 874689 - Move android file picker to a js component. r=mfinkle 2013-05-29 08:08:55 -07:00
Chris Lord
54ca4f9da5 Bug 803299 - Respect gfx.android.rgb16.force pref. r=blassey
--HG--
extra : rebase_source : 98b5a8a1f719ad427034586798c71acd95e9e580
2013-05-29 15:26:17 +01:00
Chris Lord
be07b8c1ba Bug 803299 - Enable 32-bit colour on Android. r=kats
--HG--
extra : rebase_source : e494442a5ae7c906465f31924e4f54d815130972
2013-05-29 15:25:40 +01:00
Mike Hommey
373e0dfdac Bug 875824 - Disable on-demand decompression of the linker on devices where it is known to cause crashes. r=kats 2013-05-29 16:18:29 +02:00
Ryan VanderMeulen
41fc78af8d Backed out changesets 3c08a0d87dc5, b6147b141643, and a38ef60582d9 (bug 874689) for Android build bustage.
CLOSED TREE
2013-05-28 21:35:26 -04:00
Ryan VanderMeulen
88e06f0f84 Backed out changeset 760499cbe81d (bug 848317) for robocop-2 failures. 2013-05-28 21:34:04 -04:00
Ryan VanderMeulen
72f8a6f0ea Backed out changeset d27425f46c14 (bug 869123) for robocop-2 failures. 2013-05-28 21:33:53 -04:00
Nick Alexander
946902d96e Bug 874689 - Follow-up to fix bustage on a CLOSED TREE. r=me 2013-05-28 17:25:55 -07:00
Wes Johnston
1e74359930 Bug 874689 - Use message passing for file picker. r=blassey 2013-05-28 16:28:38 -07:00
Chris Peterson
8d3d6a45a6 Bug 776223 - Catch NullPointerException from Samsung's buggy clipboard API. r=blassey 2013-05-28 11:30:49 -07:00
Sriram Ramasubramanian
834455b9d8 Bug 869123: Quick share action for android menu. [r=wesj]
--HG--
extra : rebase_source : f5a3e15ab2de83a37c807a0c9ecf076bfe402524
2013-05-15 10:55:06 -07:00
Sriram Ramasubramanian
c65a9b92d1 Bug 848317: ActionBar corruption on Nexus 4. [r=mfinkle]
--HG--
extra : rebase_source : fbc15eacb8aa66a9cdae52dd2c4ed4c81c427d58
2013-05-28 13:45:14 -07:00
Trevor Saunders
4b16c76fb3 backout 7a1706d0e5b0 to 8c8b6adebb4c for frequent failures in scrolling/text-1.html and scrolling/text-2.html reftests on a CLOSED TREE 2013-05-28 18:32:29 -04:00
Nick Alexander
9e19136031 Bug 811358: Protect broadcasts with per-package Android signature-level permission. r=rnewman 2013-05-28 12:16:07 -07:00
Richard Newman
281ec8f279 Bug 875401 - Switch HealthReportGenerator to use org.json.JSONObject/JSONArray. r=nalexander 2013-05-28 12:01:34 -07:00
Chris Lord
2fe2515333 Bug 803299 - Respect gfx.android.rgb16.force pref. r=blassey 2013-05-28 18:50:16 +01:00
Chris Lord
baaafdbe93 Bug 803299 - Enable 32-bit colour on Android. r=kats 2013-05-28 18:50:16 +01:00
Mark Capella
575967c7f9 Bug 874036 - Tab counter displays incorrectly in some circumstances, r=lucasr 2013-05-28 11:56:01 -04:00
Lucas Rocha
a607f48ef6 Bug 867608 - Fix animation margins for forward button (r=mfinkle) 2013-05-28 16:43:59 +01:00
Lucas Rocha
9eed74dcae Bug 867608 - Reuse width value on BrowserToolbar's updateForwardButton() (r=mfinkle) 2013-05-28 16:43:59 +01:00
Chris Peterson
0fc81ddef8 Bug 849589 - Rethrow intermittent NativeZip exception with more debugging info. r=glandium 2013-05-25 12:03:42 -07:00
Chris Peterson
da8160aea6 Bug 849589 - Catch and log intermittent NativeZip exception. r=glandium 2013-05-25 12:03:42 -07:00
Chris Lord
dc8dd9068d Bug 869156 - Show dynamic toolbar is visible if page shrinks. r=kats 2013-05-25 08:59:48 +01:00
Ed Morley
e0a9ea36e1 Backed out changeset d3f38905e7a0 (bug 827445) since pushed by mistake on a CLOSED TREE 2013-05-24 21:41:17 +01:00
Mark Capella
d8d2db4268 Bug 827445 - Updater continues to notify about updates 2013-05-24 16:31:53 -04:00