Commit Graph

1245 Commits

Author SHA1 Message Date
Mark Capella
45fefe70e1 Bug 802093 - Reader Mode:Update reading list button state if the list is empty, r=lucasr
--HG--
rename : mobile/android/themes/core/images/reader-list-icon-hdpi.png => mobile/android/themes/core/images/reader-list-on-icon-hdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-mdpi.png => mobile/android/themes/core/images/reader-list-on-icon-mdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-xhdpi.png => mobile/android/themes/core/images/reader-list-on-icon-xhdpi.png
2013-06-10 12:25:35 -04:00
Federico Paolinelli
12b42cd596 Bug 684380 - Add context menu to add mail / phone links to address book. r=mfinkle 2013-06-10 12:17:56 -04:00
Ehsan Akhgari
7a53ac5557 Merge mozilla-central into mozilla-inbound 2013-06-09 19:03:37 -04:00
Richard Newman
44d17bb857 Merge m-c to s-c. 2013-06-07 13:04:39 -07:00
Richard Newman
53c7f478d1 Bug 880549 - Include add-on blocklist state in payload. r=mfinkle 2013-06-07 10:20:59 -07:00
Wes Johnston
27ea33d1ef Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-05 10:04:11 -07:00
Scott Johnson
1aecd6d964 Bug 873721: Remove positioning code for reflow-on-zoom when pinch-zooming to provide a better user experience.[r=kats]
Now that double-tap reflow-on-zoom has landed, we need to be a bit more careful about how the position maintenance code for reflow-on-zoom happens and which events trigger it. This patch removes the code that previously did position maintenence for reflow-on-zoom during a pinch-zoom event, but adds back the onPinchFinish() handler so that when pinch-zooming out, we can reset the max line box width if it changed due to a double-tap zoom event previously encountered.
2013-06-05 09:30:37 -05:00
Wes Johnston
000d7f03ff Bug 877200 - Make history menu use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
a612b04bf5 Bug 872147 - Make FeedHandler use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
ef223b63c9 Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Margaret Leibovic
18b4183d2b Bug 878692 - Form history should use FormHistory.jsm instead of nsIFormHistory2. r=wesj 2013-06-04 15:59:50 -07:00
Nicolas Carlo
e55e78abae Bug 879088 - Replace XPCOMUtils.defineLazyGetter with XPCOMUtils.defineLazyModuleGetter where modules are loaded in browser.js, AddonUpdateService.js, and SessionStore.js. r=margaret 2013-06-06 12:37:21 -04:00
Brian Nicholson
901e70fa7b Bug 779497 - Clear addons list inside of async callback. r=wesj 2013-06-03 12:55:46 -07:00
Ryan VanderMeulen
f644566996 Backed out 7 changesets (bug 872147, bug 872143, bug 877467, bug 877200, bug 870063, bug 872149) for robocop-2 failures on a CLOSED TREE.
Backed out changeset 3a1e8e7ac07e (bug 870063)
Backed out changeset 8904d2bf5da0 (bug 877200)
Backed out changeset 80455a25276b (bug 872149)
Backed out changeset c3b5567f1271 (bug 872147)
Backed out changeset d3106edd4a5a (bug 872143)
Backed out changeset 4fd2ae88da98 (bug 870063)
Backed out changeset 1797dc46e862 (bug 877467)
2013-06-03 15:04:51 -04:00
Wes Johnston
34ee49f116 Bug 870063 - Fix context menu typo. r=mfinkle 2013-06-03 10:22:09 -07:00
Wes Johnston
8c49bb4fbe Bug 877200 - Make history menu use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
184a6d5e0a Bug 872147 - Make FeedHandler use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
5b37bbda6b Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
8c0740ba6b Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-03 09:20:44 -07:00
Margaret Leibovic
1b11bb7d23 Bug 867354 - Don't prompt for feedback in distribution builds. r=mfinkle 2013-06-03 08:37:29 -07:00
Margaret Leibovic
0850036d43 Bug 874888 - Update privacy policy link URL on about:rights for Fennec. r=wesj 2013-06-03 08:37:29 -07:00
Jim Blandy
6e250c165d Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice 2013-06-02 10:19:41 +03:00
Panos Astithas
c44e64a862 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Jim Blandy
6cc708a8d0 Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Jim Blandy
2d0a298590 Use DebuggerServer.addGlobalActor to register ChromeDebuggerActor, instead of writing out code with the same effect (bug 863936). r=past,mfinkle,fabrice 2013-04-19 17:33:00 +03:00
Marcos A. Di Pietro
8fa8aefe46 Bug 867567 - JavaScript Error: "TypeError: focused is null". r=kats 2013-06-07 15:20:09 -04:00
Nick Alexander
ea78e648ef Bug 876473 - Provide Java-generated Firefox Health Report to about:healthreport. r=rnewman 2013-05-30 17:42:57 -07:00
Richard Newman
652c32c997 Bug 875400 - Part 2: provide add-ons and pref changes to FHR. r=mfinkle
* * *
Bug 875400 - Part 2a: review comments.
* * *
Bug 875400 - Part 2b: add flag to ignore add-ons.
2013-05-30 17:42:56 -07:00
Wes Johnston
5939a0d1fb Bug 862377 - Show spinners on webrtc doorhangers. r=lucasr 2013-05-30 15:18:47 -07:00
Kartikaya Gupta
b2018ae86d 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
Federico Paolinelli
f34ec3b8c6 Bug 696911 - In case the downloaded file is opened automatically with the default application, hide the download notification. It is let visible if the download is completed while in background. r=margaret 2013-05-30 08:10:01 -04:00
Shane Tully
ea015805a7 Bug 871514 - Remove "click" from update strings to accomodate touch devices. r=kats 2013-05-29 20:37:35 -04:00
Brad Lassey
2a4c2c0de9 bug 872137 - Make history menu use PromptService asynchronously r=wesj
--HG--
extra : rebase_source : 59a3dc928967a3cf89001f77fb4d7ffd8cd07129
2013-05-28 20:14:41 -04:00
Wes Johnston
cc1f25a8bd Bug 875119 - Create a Prompt.jsm to simplify advanced interactions with the native prompts. r=mfinkle 2013-05-28 16:36:19 -07:00
Federico Paolinelli
454716d0f1 Bug 746976 - Tapping a download notification for unknown files types should open the download manager to the download. r=wesj 2013-05-28 16:31:27 -07:00
Mark Capella
c48e7ad323 Bug 862445 - Adjust reader mode content layout for serif fonts, r=lucasr, f=margaret 2013-05-24 19:10:33 -04:00
Kartikaya Gupta
0f6b955613 Bug 868742 - Use scroll(Left|Top)Max to detect scrollable elements. r=mfinkle 2013-05-24 15:44:26 -04:00
Kartikaya Gupta
99e10f8002 Bug 868212 - Silence JS warning about undefined property. r=cpeterson 2013-05-22 15:50:54 -04:00
Margaret Leibovic
a8c86a1a4d Bug 873429 - Be sure to dismiss form autocomplete popup when there are no suggestions. r=mfinkle 2013-05-21 13:32:10 -07:00
Margaret Leibovic
f4a71c7461 Bug 872962 - (Part 2) Clean up indentation. r=lucasr 2013-05-21 13:32:10 -07:00
Margaret Leibovic
4ea59554e7 Bug 872962 - Wait for reflow before calculating position of text style popup menu. r=lucasr 2013-05-21 13:32:10 -07:00
Margaret Leibovic
37fd6c54ef Bug 872005 - Remove "Add to Reading List" context menu until we have a better UX For adding things that reader mode can't parse. r=mfinkle 2013-05-20 10:35:03 -07:00
Scott Johnson
746d21d296 Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey] 2013-05-16 08:54:54 -05:00
Wes Johnston
e340445169 Bug 871464 - Follow up to fix nit. r=margaret 2013-05-15 00:31:09 -07:00
Wes Johnston
ec4674130c Bug 871464 - Preference screen should observe changes to gecko prefs. r=margaret 2013-05-14 23:45:51 -07:00
Margaret Leibovic
1751288e9a Bug 871014 - (Part 3) Represent typeface choices more visually. r=bnicholson 2013-05-14 14:55:44 -07:00
Margaret Leibovic
435ea3f851 Bug 871014 - (Part 2) Replace +/- font size setting UI with something more visual. r=bnicholson 2013-05-14 14:55:43 -07:00
Margaret Leibovic
a337981450 Bug 871014 - (Part 1) Remove "margins" setting from reader mode menu. r=bnicholson 2013-05-14 14:55:43 -07:00
Tetsuharu OHZEKI
810bfcab4c Bug 868845 - Convert to use gecko preference service about the preference of show url in address bar. r=wesj 2013-05-14 08:29:31 -04:00
Bruce Wu
b2b998974c Bug 726015 - Fennec display Offline mode message when suppose to display connectionFailure. r=mfinkle
When there are no active connection (no wifi or cellular data), Fennec display:

netError = Firefox is currently in offline mode and can't browse the Web.

when it is suppose to use

connectionFailure = Firefox can't establish a connection to the server at %S.
2013-05-13 17:24:40 -04:00